Search results for: principal objects
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 1723

Search results for: principal objects

673 An Efficient Backward Semi-Lagrangian Scheme for Nonlinear Advection-Diffusion Equation

Authors: Soyoon Bak, Sunyoung Bu, Philsu Kim

Abstract:

In this paper, a backward semi-Lagrangian scheme combined with the second-order backward difference formula is designed to calculate the numerical solutions of nonlinear advection-diffusion equations. The primary aims of this paper are to remove any iteration process and to get an efficient algorithm with the convergence order of accuracy 2 in time. In order to achieve these objects, we use the second-order central finite difference and the B-spline approximations of degree 2 and 3 in order to approximate the diffusion term and the spatial discretization, respectively. For the temporal discretization, the second order backward difference formula is applied. To calculate the numerical solution of the starting point of the characteristic curves, we use the error correction methodology developed by the authors recently. The proposed algorithm turns out to be completely iteration-free, which resolves the main weakness of the conventional backward semi-Lagrangian method. Also, the adaptability of the proposed method is indicated by numerical simulations for Burgers’ equations. Throughout these numerical simulations, it is shown that the numerical results are in good agreement with the analytic solution and the present scheme offer better accuracy in comparison with other existing numerical schemes. Semi-Lagrangian method, iteration-free method, nonlinear advection-diffusion equation, second-order backward difference formula

Keywords: Semi-Lagrangian method, iteration free method, nonlinear advection-diffusion equation, second-order backward difference formula

Procedia PDF Downloads 310
672 The Reason Why Al-Kashi’s Understanding of Islamic Arches Was Wrong

Authors: Amin Moradi, Maryam Moeini

Abstract:

It is a widely held view that Ghiyath al-Din Jamshid-e-Kashani, also known as al-Kashi (1380-1429 CE), was the first who played a significant role in the interaction between mathematicians and architects by introducing theoretical knowledge in Islamic architecture. In academic discourses, geometric rules extracted from his splendid volume titled as Key of Arithmetic has uncritically believed by historians of architecture to contemplate the whole process of arch design all throughout the Islamic buildings. His theories tried to solve the fundamental problem of structural design and to understand what makes an Islamic structure safe or unsafe. As a result, al-Kashi arrived at the conclusion that a safe state of equilibrium is achieved through a specific geometry as a rule. This paper reassesses the stability of al-Kashi's systematized principal forms to evaluate the logic of his hypothesis with a special focus on large spans. Besides the empirical experiences of the author in masonry constructions, the finite element approach was proposed considering the current standards in order to get a better understanding of the validity of geometric rules proposed by al-Kashi for the equilibrium conditions of Islamic masonry arches and vaults. The state of damage of his reference arches under loading condition confirms beyond any doubt that his conclusion of the geometrical configuration measured through his treaties present some serious operational limits and do not go further than some individualized mathematical hypothesis. Therefore, the nature of his mathematical studies regarding Islamic arches is in complete contradiction with the practical knowledge of construction methodology.

Keywords: Jamshid al-Kashani, Islamic architecture, Islamic geometry, construction equilibrium, collapse mechanism

Procedia PDF Downloads 111
671 Transformation of Positron Emission Tomography Raw Data into Images for Classification Using Convolutional Neural Network

Authors: Paweł Konieczka, Lech Raczyński, Wojciech Wiślicki, Oleksandr Fedoruk, Konrad Klimaszewski, Przemysław Kopka, Wojciech Krzemień, Roman Shopa, Jakub Baran, Aurélien Coussat, Neha Chug, Catalina Curceanu, Eryk Czerwiński, Meysam Dadgar, Kamil Dulski, Aleksander Gajos, Beatrix C. Hiesmayr, Krzysztof Kacprzak, łukasz Kapłon, Grzegorz Korcyl, Tomasz Kozik, Deepak Kumar, Szymon Niedźwiecki, Dominik Panek, Szymon Parzych, Elena Pérez Del Río, Sushil Sharma, Shivani Shivani, Magdalena Skurzok, Ewa łucja Stępień, Faranak Tayefi, Paweł Moskal

Abstract:

This paper develops the transformation of non-image data into 2-dimensional matrices, as a preparation stage for classification based on convolutional neural networks (CNNs). In positron emission tomography (PET) studies, CNN may be applied directly to the reconstructed distribution of radioactive tracers injected into the patient's body, as a pattern recognition tool. Nonetheless, much PET data still exists in non-image format and this fact opens a question on whether they can be used for training CNN. In this contribution, the main focus of this paper is the problem of processing vectors with a small number of features in comparison to the number of pixels in the output images. The proposed methodology was applied to the classification of PET coincidence events.

Keywords: convolutional neural network, kernel principal component analysis, medical imaging, positron emission tomography

Procedia PDF Downloads 119
670 Revisiting Pedestrians’ Appraisals of Urban Streets

Authors: Norhaslina Hassan, Sherina Rezvanipour, Amirhosein Ghaffarian Hoseini, Ng Siew Cheok

Abstract:

The walkability features of urban streets are prominent factors that are often focused on achieving a pedestrian-friendly environment. The limited attention that walkability enhancements devote to pedestrians' experiences or perceptions, on the other hand, raises the question of whether walkability enhancement is sufficient for pedestrians to enjoy using the streets. Thus, this paper evaluates the relationship between the socio-physical components of urban streets and pedestrians’ perceptions. A total of 1152 pedestrians from five urban streets in two major Malaysian cities, Kuala Lumpur, and George Town, Penang, participated in this study. In particular, this study used pedestrian preference scores towards socio-physical attributes that exist in urban streets to assess their impact on pedestrians’ appraisals of street likeability, comfort, and safety. Through analysis, the principal component analysis extracted eight socio-physical components, which were then tested via an ordinal regression model to identify their impact on pedestrian street likeability, comfort (visual, auditory, haptic and olfactory), and safety (physical safety, environmental safety, and security). Furthermore, a non-parametric Kruskal Wallis test was used to identify whether the results were subjected to any socio-demographic differences. The results found that all eight components had some degree of effect on the appraisals. It was also revealed that pedestrians’ preferences towards the attributes as well as their appraisals significantly varied based on their age, gender, ethnicity and education. These results and their implications for urban planning are further discussed in this paper.

Keywords: pedestrian appraisal, pedestrian perception, street sociophysical attributes, walking experience

Procedia PDF Downloads 105
669 Real-Time Pedestrian Detection Method Based on Improved YOLOv3

Authors: Jingting Luo, Yong Wang, Ying Wang

Abstract:

Pedestrian detection in image or video data is a very important and challenging task in security surveillance. The difficulty of this task is to locate and detect pedestrians of different scales in complex scenes accurately. To solve these problems, a deep neural network (RT-YOLOv3) is proposed to realize real-time pedestrian detection at different scales in security monitoring. RT-YOLOv3 improves the traditional YOLOv3 algorithm. Firstly, the deep residual network is added to extract vehicle features. Then six convolutional neural networks with different scales are designed and fused with the corresponding scale feature maps in the residual network to form the final feature pyramid to perform pedestrian detection tasks. This method can better characterize pedestrians. In order to further improve the accuracy and generalization ability of the model, a hybrid pedestrian data set training method is used to extract pedestrian data from the VOC data set and train with the INRIA pedestrian data set. Experiments show that the proposed RT-YOLOv3 method achieves 93.57% accuracy of mAP (mean average precision) and 46.52f/s (number of frames per second). In terms of accuracy, RT-YOLOv3 performs better than Fast R-CNN, Faster R-CNN, YOLO, SSD, YOLOv2, and YOLOv3. This method reduces the missed detection rate and false detection rate, improves the positioning accuracy, and meets the requirements of real-time detection of pedestrian objects.

Keywords: pedestrian detection, feature detection, convolutional neural network, real-time detection, YOLOv3

Procedia PDF Downloads 124
668 Preclinical Evidence of Pharmacological Effect from Medicinal Hemp

Authors: Muhammad nor Farhan Sa'At, Xin Y. Lim, Terence Y. C. Tan, Siti Hajar M. Rosli, Syazwani S. Ali, Ami F. Syed Mohamed

Abstract:

INTRODUCTION: Hemp (Cannabis sativa subsp. sativa), commonly used for industrial purposes, differs from marijuana by containing lower levels of delta-9-tetrahydronannabidiol- the principal psychoactive constituent in cannabis. Due to its non-psychoactive nature, there has been growing interest in hemp’s therapeutic potential, which has been investigated through pre-clinical and clinical study modalities. OBJECTIVE: To provide an overview of the current landscape of hemp research, through recent scientific findings specific to the pharmacological effects of the medicinal hemp plant and its derived compounds. METHODS: This review was conducted through a systematic search strategy according to the preferred reporting items for systematic review and meta-analysis-ScR (PRISMA-ScR) checklist on electronic databases including MEDLINE, OVID (OVFT, APC Journal Club, EBM Reviews), Cochrane Library Central and Clinicaltrials.gov. RESULTS: From 65 primary articles reviewed, there were 47 pre-clinical studies related to medicinal hemp. Interestingly, the hemp derivatives showed several potential activities such as anti-oxidative, anti-hypertensive, anti-inflammatory, anti-diabetic, anti-neuroinflammatory, anti-arthritic, anti-acne, and anti-microbial activities. Renal protective effects and estrogenic properties were also exhibited in vitro. CONCLUSION: Medicinal hemp possesses various pharmacological effects tested in vitro and in vivo. Information provided in this review could be used as tool to strengthen the study design of future clinical trial research.

Keywords: Preclinical, Herbal Medicine, Hemp, Cannabis

Procedia PDF Downloads 122
667 Geochemistry and Petrogenesis of Anorogenic Acid Plutonic Rocks of Khanak and Devsar of Southwestern Haryana

Authors: Naresh Kumar, Radhika Sharma, A. K. Singh

Abstract:

Acid plutonic rocks from the Khanak and Devsar areas of southwestern Haryana were investigated to understand their geochemical and petrogenetic characteristics and tectonic environments. Three dominant rock types (grey, grayish green and pink granites) are the principal geochemical features of Khanak and Devsar areas which reflect the dependencies of their composition on varied geological environment during the anorogenic magmatism. These rocks are enriched in SiO₂, Na₂O+K₂O, Fe/Mg, Rb, Zr, Y, Th, U, REE (Rare Earth Elements) enriched and depleted in MgO, CaO, Sr, P, Ti, Ni, Cr, V and Eu and exhibit a clear affinity to the within-plate granites that were emplaced in an extensional tectonic environment. Chondrite-normalized REE patterns show enriched LREE (Light Rare Earth Elements), moderate to strong negative Eu anomalies and flat heavy REE and grey and grayish green is different from pink granite which is enriched by Rb, Ga, Nb, Th, U, Y and HREE (Heavy Rare Earth Elements) concentrations. The composition of parental magma of both areas corresponds to mafic source contaminated with crustal materials. Petrogenetic modelling suggest that the acid plutonic rocks might have been generated from a basaltic source by partial melting (15-25%) leaving a residue with 35% plagioclase, 25% alkali feldspar, 25% quartz, 7% orthopyroxene, 5% biotite and 3% hornblende. Granites from both areas might be formed from different sources with different degree of melting for grey, grayish green and pink granites.

Keywords: A-type granite, anorogenic, Malani igneous suite, Khanak and Devsar

Procedia PDF Downloads 157
666 The Internet of Things: A Survey of Authentication Mechanisms, and Protocols, for the Shifting Paradigm of Communicating, Entities

Authors: Nazli Hardy

Abstract:

Multidisciplinary application of computer science, interactive database-driven web application, the Internet of Things (IoT) represents a digital ecosystem that has pervasive technological, social, and economic, impact on the human population. It is a long-term technology, and its development is built around the connection of everyday objects, to the Internet. It is estimated that by 2020, with billions of people connected to the Internet, the number of connected devices will exceed 50 billion, and thus IoT represents a paradigm shift in in our current interconnected ecosystem, a communication shift that will unavoidably affect people, businesses, consumers, clients, employees. By nature, in order to provide a cohesive and integrated service, connected devices need to collect, aggregate, store, mine, process personal and personalized data on individuals and corporations in a variety of contexts and environments. A significant factor in this paradigm shift is the necessity for secure and appropriate transmission, processing and storage of the data. Thus, while benefits of the applications appear to be boundless, these same opportunities are bounded by concerns such as trust, privacy, security, loss of control, and related issues. This poster and presentation look at a multi-factor authentication (MFA) mechanisms that need to change from the login-password tuple to an Identity and Access Management (IAM) model, to the more cohesive to Identity Relationship Management (IRM) standard. It also compares and contrasts messaging protocols that are appropriate for the IoT ecosystem.

Keywords: Internet of Things (IoT), authentication, protocols, survey

Procedia PDF Downloads 284
665 Evaluation of Monumental Trees in Bursa City in Terms of Cultural Landscape

Authors: Murat Zencirkiran, Nilufer Seyidoglu Akdeniz, Elvan Ender Altay, Zeynep Pirselimoglu Batman

Abstract:

Monumental trees make an important contribution to the cultural interaction between societies. At the same time, monument trees, which are considered as symbols of some beliefs, are living beings that are transmitted from generation to generation. Mystical, folkloric and dimensional aspects of our cultural heritage and the link between the past and present, the memorial trees of the generations of the stories conveyed the story of the legends at the same time with the aesthetic features of the objects attract attention. There are many monumental trees that witness historical processes in Bursa, which is a land of very different cultures from the Prusias (BC 232-192). Within this scope, monumental trees located within the boundaries of Bursa province and their contribution to urban culture were evaluated. Monument plane trees recorded in Bursa and its districts were determined by the Ministry of Environment and Urbanization, the Governorship of Bursa, the Provincial Directorate of Environment and Urbanism, the Directorate of Protection of Natural Assets, and these trees were examined in situ. As a result of the inspections made, the monument trees living today are classified according to their species. Within the scope of the study, it was determined that there were 1001 monumental tree species in different species within the boundaries of Bursa province. 71.83% of the recorded species were Platanus species and 11.79% were Pinus species. On the other hand, the stories about the contribution of cultural landscapes to the examples of living or now-disappearing examples of Bursa history from these monumental trees have been compiled and presented in the study.

Keywords: Bursa, cultural landscape, landscape, monumental trees

Procedia PDF Downloads 409
664 A Review of Critical Factors in Budgetary Financing of Public Infrastructure in Nigeria

Authors: Akintayo Opawole, Godwin O. Jagboro

Abstract:

Research efforts on infrastructure development in Nigeria had not provided adequate assessment of issues essential for policy response by the government to address infrastructure deficiency. One major gap existing in previous studies is the assessment of challenges facing the budgetary financing model. Based on a case study of Osun State in Southwestern Nigeria, factors affecting budgetary financing of public infrastructure were identified from literature and brainstorming. Respondents were: 6 architects, 4 quantity surveyors, 6 town planners, 5 estate surveyors, 4 builders, 21 engineers and 26 economists/accountants ranging from principal to director who have been involved in policy making process with respect to infrastructure development in the public service of Osun state. The identified variables were subjected to factor analysis. The Kaiser-Meyer-Olkin measure of sampling adequacy tests carried out (KMO, 0.785) showed that the data collected were adequate for the analysis and the Bartlett’s test of sphericity (0.000) showed the data upon which the analysis was carried out was reliable. Results showed that factors such as poor collaboration between the state and local government establishments, absence of credible database system and inadequate funding of maintenance were the most significant to infrastructure development in the State. Policy responses to address challenges of infrastructure development in the state were identified to focus on creation of legal framework for liberation policy, enforcement of ‘due process’ in the procurement and establishment of monitoring system for project delivery.

Keywords: development, infrastructure, financing, procurement

Procedia PDF Downloads 401
663 Effect of Atrial Flutter on Alcoholic Cardiomyopathy

Authors: Ibrahim Ahmed, Richard Amoateng, Akhil Jain, Mohamed Ahmed

Abstract:

Alcoholic cardiomyopathy (ACM) is a type of acquired cardiomyopathy caused by chronic alcohol consumption. Frequently ACM is associated with arrhythmias such as atrial flutter. Our aim was to characterize the patient demographics and investigate the effect of atrial flutter (AF) on ACM. This was a retrospective cohort study using the Nationwide Inpatient Sample database to identify admissions in adults with principal and secondary diagnoses of alcoholic cardiomyopathy and atrial flutter from 2019. Multivariate linear and logistic regression models were adjusted for age, gender, race, household income, insurance status, Elixhauser comorbidity score, hospital location, bed size, and teaching status. The primary outcome was all-cause mortality, and secondary outcomes were the length of stay (LOS) and total charge in USD. There was a total of 21,855 admissions with alcoholic cardiomyopathy, of which 1,635 had atrial flutter (AF-ACM). Compared to Non-AF-ACM cohort, AF-ACM cohort had fewer females (4.89% vs 14.54%, p<0.001), were older (58.66 vs 56.13 years, p<0.001), fewer Native Americans (0.61% vs2.67%, p<0.01), had fewer smaller (19.27% vs 22.45%, p<0.01) & medium-sized hospitals (23.24% vs28.98%, p<0.01), but more large-sized hospitals (57.49% vs 48.57%, p<0.01), more Medicare (40.37% vs 34.08%, p<0.05) and fewer Medicaid insured (23.55% vs 33.70%, p=<0.001), fewer hypertension (10.7% vs 15.01%, p<0.05), and more obesity (24.77% vs 16.35%, p<0.001). Compared to Non-AF-ACM cohort, there was no difference in AF-ACM cohort mortality rate (6.13% vs 4.20%, p=0.0998), unadjusted mortality OR 1.49 (95% CI 0.92-2.40, p=0.102), adjusted mortality OR 1.36 (95% CI 0.83-2.24, p=0.221), but there was a difference in LOS 1.23 days (95% CI 0.34-2.13, p<0.01), total charge $28,860.30 (95% CI 11,883.96-45,836.60, p<0.01). In patients admitted with ACM, the presence of AF was not associated with a higher all-cause mortality rate or odds of all-cause mortality; however, it was associated with 1.23 days increase in LOS and a $28,860.30 increase in total hospitalization charge. Native Americans, older age and obesity were risk factors for the presence of AF in ACM.

Keywords: alcoholic cardiomyopathy, atrial flutter, cardiomyopathy, arrhythmia

Procedia PDF Downloads 98
662 Impact of Using Pyrolytic Carbon Black as Asphalt Modifier on Wearing Course of Flexible Pavement

Authors: Samiya Siddique, Taslima Akter Elma, Shahrina Mahzabin, Tamanna Jerin, Mohammed Russedul Islam

Abstract:

In the maneuver and designing of highway engineering, pavement performance is a principal concern. Quality of construction and materials, traffic volume, climate, etc. are the factors that affect the performance of asphalt concrete. Modified asphalt requires to attain greater strength and stability even at inimical circumstances. In this point of view, pyrolytic carbon black (PCB), which is a by-product of waste tire pyrolysis, holds incomparable properties that individualizes it from other conventional fillers by making it an imminent modifier of bitumen. Optimum asphalt content of 60/70 penetration grade asphalt is determined 5% through the Marshall Stability and Flow test for the wearing course of flexible pavement. 5, 10, and 15 percentages of PCB are then used with neat asphalt for modification. Deviations of physical and rheological properties are investigated on both PCB modified and neat asphalt by going through several laboratory tests such as penetration, softening point, and ductility tests. The obtained results reveal that the performance of paving asphalt can be upgraded by modifying it with PCB. With the increasing percentage of PCB, ductility is gradually decreased, and also penetration grade is gradually reduced from 60/70 to 30/40. Furthermore, asphalt mixtures modified with PCB demonstrate higher stability and lower flow values. The research discloses that the apposite percentage of PCB used in asphalt concrete plays a significant role in the advancement of pavement performances and reutilizing of waste tires.

Keywords: asphalt modification, pavement performances, pyrolytic carbon black, marshall stability, wearing course

Procedia PDF Downloads 134
661 Identification of Superior Cowpea Mutant Genotypes, Their Adaptability, and Stability Under South African Conditions

Authors: M. Ntswane, N. Mbuma, M. Labuschagne, A. Mofokeng, M. Rantso

Abstract:

Cowpea is an essential legume for the nutrition and health of millions of people in different regions. The production and productivity of the crop are very limited in South Africa due to a lack of adapted and stable genotypes. The improvement of nutritional quality is made possible by manipulating the genes of diverse cowpea genotypes available around the world. Assessing the adaptability and stability of the cowpea mutant genotypes for yield and nutritional quality requires examining them in different environments. The objective of the study was to determine the adaptability and stability of cowpea mutant genotypes under South African conditions and to identify the superior genotypes that combine grain yield components, antioxidants, and nutritional quality. Thirty-one cowpea genotypes were obtained from the Agricultural Research Council grain crops (ARC-GC) and were planted in Glen, Mafikeng, Polokwane, Potchefstroom, Taung, and Vaalharts during the 2021/22 summer cropping season. Significant genotype by location interactions indicated the possibility of genetic improvement of these traits. The genotype plus genotype by environment indicated broad adaptability and stability of mutant genotypes. The principal component analysis identified the association of the genotypes with the traits. Phenotypic correlation analysis showed that Zn and protein content were significant and positively correlated and suggested the possibility of indirect selection of these traits. Results from this study could be used to help plant breeders in making informed decisions and developing nutritionally improved cowpea genotypes with the aim of addressing the challenges of poor nutritional quality.

Keywords: cowpea seeds, adaptability, stability, mineral elements, protein content

Procedia PDF Downloads 91
660 Urban Change Detection and Pattern Analysis Using Satellite Data

Authors: Shivani Jha, Klaus Baier, Rafiq Azzam, Ramakar Jha

Abstract:

In India, generally people migrate from rural area to the urban area for better infra-structural facilities, high standard of living, good job opportunities and advanced transport/communication availability. In fact, unplanned urban development due to migration of people causes seriou damage to the land use, water pollution and available water resources. In the present work, an attempt has been made to use satellite data of different years for urban change detection of Chennai metropolitan city along with pattern analysis to generate future scenario of urban development using buffer zoning in GIS environment. In the analysis, SRTM (30m) elevation data and IRS-1C satellite data for the years 1990, 2000, and 2014, are used. The flow accumulation, aspect, flow direction and slope maps developed using SRTM 30 m data are very useful for finding suitable urban locations for industrial setup and urban settlements. Normalized difference vegetation index (NDVI) and Principal Component Analysis (PCA) have been used in ERDAS imagine software for change detection in land use of Chennai metropolitan city. It has been observed that the urban area has increased exponentially in Chennai metropolitan city with significant decrease in agriculture and barren lands. However, the water bodies located in the study regions are protected and being used as freshwater for drinking purposes. Using buffer zone analysis in GIS environment, it has been observed that the development has taken place in south west direction significantly and will do so in future.

Keywords: urban change, satellite data, the Chennai metropolis, change detection

Procedia PDF Downloads 384
659 Administrative Determinants of Students' Sports Participation in Private and Public Secondary Schools in Kwara State, Nigeria

Authors: Danjuma Moudu Momoh

Abstract:

Participation in sports is of immense benefit to the soundness of individual mental and social wellness, particularly among youngsters. The 1980’s and 1990’s compared to 2000’s witnessed great involvement of youngsters in school games arising from the high administrative supports attached to sports. Previous studies in an attempt to increase youngster’s participation in sports had focused more on other factors rather than on administrative factors. This study, therefore, investigated the importance of administrative factors (availability of facilities, availability of equipment, funding, scheduling of sports programme and administrative style of school principals) on students’ sports participation in private and public secondary schools in Kwara State, Nigeria. Descriptive survey research design using validated and structured questionnaire, was adopted. Stratified random sampling technique was used to pick the students both male and female. A total of two thousand five hundred and sixty participants were involved in the study. A reliable coefficient of r=0.82 was obtained for the instruments using Cronbach Alpha. Data were analyzed using multiple regressions to test the hypotheses at 00.5 significant levels. At the end of the study, it was discovered that the relative contributions of administrative factors among the students were: availability of facilities (β=0.314), availability of equipment (β=0.444), funding (β=0.301), scheduling of sports programme (β=0.447), made relative contributions to the dependent variable, administrative style of school principal (β=0.077) did not make significant but minimal contribution to the student’s sports participation.

Keywords: administrative determinants, secondary school students, physical activity, sports participation

Procedia PDF Downloads 525
658 Building Deep: Mystery And Sensuality In The Underground World

Authors: Rene Davids

Abstract:

Urban undergrounds spaces such as parking garages or metro stations are perceived as interludes before reaching desired destinations, as commodities devoid of aesthetic value. Within the encoded space of the city, commercial underground spaces are the closest expression to pure to structures of consumption and commodity. Even in the house, the cellar is associated with castoffs and waste or, as scholar Mircea Eliade has pointed out at best, with a place to store abandoned household and childhood objects, which lie forgotten and on rediscovery evoke a nostalgic and uncanny sense of the past. Despite a growing body of evidence presented by an increasing number of buildings situated entirely below or semi underground that feature exemplary spatial and sensuous qualities, critics and scholars see them largely as efforts to produce efforts in producing low consumption non-renewable energy. Buildings that also free space above ground. This critical approach neglects to mention and highlight other project drivers such as the notion that the ground and sky can be considered a building’s fundamental context, that underground spaces are conducive to the exploration of pure space, namely an architecture that doesn’t have to deal with facades and or external volumes and that digging into geology can inspire the textural and spatial richness. This paper will argue that while the assessment about the reduced energy consumption of underground construction is important, it does not do justice to the qualities underground buildings can contribute to a city’s expanded urban and or landscape experiences.

Keywords: low non-renewable energy consumption, pure space, underground buildings, urban and landscape experience

Procedia PDF Downloads 169
657 Systematic Examination of Methods Supporting the Social Innovation Process

Authors: Mariann Veresne Somosi, Zoltan Nagy, Krisztina Varga

Abstract:

Innovation is the key element of economic development and a key factor in social processes. Technical innovations can be identified as prerequisites and causes of social change and cannot be created without the renewal of society. The study of social innovation can be characterised as one of the significant research areas of our day. The study’s aim is to identify the process of social innovation, which can be defined by input, transformation, and output factors. This approach divides the social innovation process into three parts: situation analysis, implementation, follow-up. The methods associated with each stage of the process are illustrated by the chronological line of social innovation. In this study, we have sought to present methodologies that support long- and short-term decision-making that is easy to apply, have different complementary content, and are well visualised for different user groups. When applying the methods, the reference objects are different: county, district, settlement, specific organisation. The solution proposed by the study supports the development of a methodological combination adapted to different situations. Having reviewed metric and conceptualisation issues, we wanted to develop a methodological combination along with a change management logic suitable for structured support to the generation of social innovation in the case of a locality or a specific organisation. In addition to a theoretical summary, in the second part of the study, we want to give a non-exhaustive picture of the two counties located in the north-eastern part of Hungary through specific analyses and case descriptions.

Keywords: factors of social innovation, methodological combination, social innovation process, supporting decision-making

Procedia PDF Downloads 139
656 Distributed Real-Time Range Query Approximation in a Streaming Environment

Authors: Simon Keller, Rainer Mueller

Abstract:

Continuous range queries are a common means to handle mobile clients in high-density areas. Most existing approaches focus on settings in which the range queries for location-based services are more or less static, whereas the mobile clients in the ranges move. We focus on a category called dynamic real-time range queries (DRRQ), assuming that both, clients requested by the query and the inquirers, are mobile. In consequence, the query parameters and the query results continuously change. This leads to two requirements: the ability to deal with an arbitrarily high number of mobile nodes (scalability) and the real-time delivery of range query results. In this paper, we present the highly decentralized solution adaptive quad streaming (AQS) for the requirements of DRRQs. AQS approximates the query results in favor of a controlled real-time delivery and guaranteed scalability. While prior works commonly optimize data structures on the involved servers, we use AQS to focus on a highly distributed cell structure without data structures automatically adapting to changing client distributions. Instead of the commonly used request-response approach, we apply a lightweight streaming method in which no bidirectional communication and no storage or maintenance of queries are required at all.

Keywords: approximation of client distributions, continuous spatial range queries, mobile objects, streaming-based decentralization in spatial mobile environments

Procedia PDF Downloads 124
655 Measuring Satisfaction with Life Construct Among Public and Private University Students During COVID-19 Pandemic in Sabah, Malaysia

Authors: Mohd Dahlan Abdul Malek, Muhamad Idris, Adi Fahrudin, Ida Shafinaz Mohamed Kamil, Husmiati Yusuf, Edeymend Reny Japil, Wan Anor Wan Sulaiman, Lailawati Madlan, Alfred Chan, Nurfarhana Adillah Aftar, Mahirah Masdin

Abstract:

This research intended to develop a valid and reliable instrument of the Satisfaction with Life Scale (SWLS) to measure satisfaction with life (SWL) constructs among public and private university students in Sabah, Malaysia, through the exploratory factor analysis (EFA) procedure. The pilot study obtained a sample of 108 students from public and private education institutions in Sabah, Malaysia, through an online survey using a self-administered questionnaire. The researchers performed the EFA procedure on SWL construct using IBM SPSS 25. The Bartletts' Test of Sphericity is highly significant (Sig. = .000). Furthermore, the sampling adequacy by Kaiser-Meyer-Olkin (KMO = 0.839) is excellent. Using the extraction method of Principal Component Analysis (PCA) with Varimax Rotation, a component of the SWL construct is extracted with an eigenvalue of 3.101. The variance explained for this component is 62.030%. The construct of SWL has Cronbach's alpha value of .817. The development scale and validation confirmed that the instrument is consistent and stable with both private and public college and university student samples. It adds a remarkable contribution to the measurement of SWLS, mainly in the context of higher education institution students. The EFA outcomes formed a configuration that extracts a component of SWL, which can be measured by the original five items established in this research. This research reveals that the SWL construct is applicable to this study.

Keywords: satisfaction, university students, measurement, scale development

Procedia PDF Downloads 70
654 Precarious ID Cards - Studying Documentary Practices in India through the Lens of Internal Migration

Authors: Ambuja Raj

Abstract:

This research will attempt to understand how documents are materially indispensable civic artifacts for migrants in their encounters with the state. Documents such as ID cards are sites of mediation and bureaucratic manifestation which reveal the inherent dynamics of power between the state and a delocalized people. While ID cards allow the holder to retain a different identity and articulate their demands as a citizen, they at the same time transform subjects into ‘objects’ in the exercise of governmental power. The research is based on the study of internal migrants in India, who are ‘visible’ to the state through its host of ID documents such as the ‘Aadhaar card’, electoral IDs, Ration cards, and a variety of region-specific documents, without the possession of which, not only are they unable to access jobs, public goods and services, and accommodation, but are liable to exploitation from state forces and mediators. Through semi-structured interviews with social actors in the processes of documentation and welfare of migrants, as well as with settlements of migrants themselves located in the state of Kerala in India, the thesis will attempt to understand the salience of documentary practices in the lives of inter-state migrants who move within Indian states in the hope of bettering their economic conditions. The research will trace the material and evolving significance of ID cards in the tenacity of states dealing with these ‘illegible’ populations. It will try to bring theories of governmentality, biopolitics and Weberian bureaucracy into the migrant issue while critically grounding itself on secondary literature by scholars who have worked on South Asian ‘governments of paper’.

Keywords: migration, historiography of documents, anthropology of state, documentary practices

Procedia PDF Downloads 174
653 Affective Ambivalence in Informal Caregivers of Older Adults in the Face of Loss and Grief Processes

Authors: Ivannys Cappas Perez

Abstract:

Worldwide the population of older adults is increasing. The World Health Organization (2022) estimates that it will double by 2050. Informal caregivers of older adults may experience contradictory impulses, overload, and multiple losses before the death of the older adult in their care. The general purpose of research was to identify and describe the affective ambivalence in informal caregivers of older adults in the face of loss and grief processes. The dimensions under study were affective ambivalence, informal caregivers of older adults, loss processes and the grieving process. A qualitative approach methodology and an empirical phenomenological design were used through Clark Moustakas' Multiangulation Model to describe, categorize and interpret, intentionality, temporality and intersubjectivity a problem never studied. Among the findings was the feminization of the role. Affective ambivalence is manifested through emotions, feelings, thoughts and behavior, including non-verbal language. The assumption of the role is highly influenced by an affective and moral factor, where a minimum of 35 hours per week are invested in without family and financial support. It was found that the participants experience objective and subjective overload. Furthermore, because of the role, they experienced loss of life, loss of aspects of themselves, loss of objects, emotional losses, and losses linked to development. On the other hand, up to two types of grief were found simultaneously. Finally, the presence of affective ambivalence was found with the same intensity 13 years after the loss of the older adult under care.

Keywords: affective ambivalence, informal caregivers of older adults, loss processes, grief processes

Procedia PDF Downloads 7
652 A Supervised Learning Data Mining Approach for Object Recognition and Classification in High Resolution Satellite Data

Authors: Mais Nijim, Rama Devi Chennuboyina, Waseem Al Aqqad

Abstract:

Advances in spatial and spectral resolution of satellite images have led to tremendous growth in large image databases. The data we acquire through satellites, radars and sensors consists of important geographical information that can be used for remote sensing applications such as region planning, disaster management. Spatial data classification and object recognition are important tasks for many applications. However, classifying objects and identifying them manually from images is a difficult task. Object recognition is often considered as a classification problem, this task can be performed using machine-learning techniques. Despite of many machine-learning algorithms, the classification is done using supervised classifiers such as Support Vector Machines (SVM) as the area of interest is known. We proposed a classification method, which considers neighboring pixels in a region for feature extraction and it evaluates classifications precisely according to neighboring classes for semantic interpretation of region of interest (ROI). A dataset has been created for training and testing purpose; we generated the attributes by considering pixel intensity values and mean values of reflectance. We demonstrated the benefits of using knowledge discovery and data-mining techniques, which can be on image data for accurate information extraction and classification from high spatial resolution remote sensing imagery.

Keywords: remote sensing, object recognition, classification, data mining, waterbody identification, feature extraction

Procedia PDF Downloads 322
651 Developing Open-Air Museum: The Heritage Conservation Effort, Oriented to Geotourism Concept and Education

Authors: Rinaldi Ikhram, R. A. Julia Satriani

Abstract:

The discovery of historical objects in Indonesia, especially in the area around Bandung and Priangan zone in general, have been inventorized and recorded by Dutch geologists during the colonial time. Among artefacts such as axes made of chalcedony and quartzite; arrowheads, knives, shrivel, and drill bit all made from obsidian; grindstones, even bracelet from stones. Ceramic mold for smelting bronze or iron were also found. The abundance of artefacts inspired DR. W. Docters van Leeuwen and his colleagues to initiate the establishment of Sunda Open-air Museum "Soenda Openlucht Museum" in 1917, located in the hills of North Bandung area, the site of pre-historic settlements that needs conservation. Unfortunately, this plan was not implemented because shortly after, World War II occurred. The efforts of heritage conservation is one of our responsibilities as a geologist today. Open-air Museum may be one of the solutions of heritage conservation for historic sites around the world. In this paper, the study of the development of Open-air Museum will be focused on the area of Dago, North Bandung. Method used is data analysis of field surveys, and data analysis of the remaining artefacts stored at both the National Museum in Jakarta, and the Bandung Museum of Geology. The museum is based on Geotourism and further research on pre-historic culture, while its purpose is to give people a common interest and to motivate them to participate in the research and conservation of pre-historic relics. This paper will describe more details about the concept, form, and management of the geopark and the Open-air Museum within.

Keywords: geoparks, heritage conservation, open-air museum, sustainable tourism

Procedia PDF Downloads 329
650 Phenological and Molecular Genetic Diversity Analysis among Saudi durum Wheat Landraces

Authors: Naser B. Almari, Salem S. Alghamdi, Muhammad Afzal, Mohamed Helmy El Shal

Abstract:

Wheat landraces are a rich genetic resource for boosting agronomic qualities in breeding programs while also providing diversity and unique adaptation to local environmental conditions. These genotypes have grown increasingly important in the face of recent climate change challenges. This research aimed to look at the genetic diversity of Saudi Durum wheat landraces using morpho-phenological and molecular data. The principal components analysis (PCA) analysis recorded 78.47 % variance and 1.064 eigenvalues for the first six PCs of the total, respectively. The significant characters contributed more to the diversity are the length of owns at the tip relative to the length of the ear, culm: glaucosity of the neck, flag leaf: glaucosity of the sheath, flag leaf: anthocyanin coloration of auricles, plant: frequency of plants with recurved flag leaves, ear: length, and ear: shape in profile in the PC1. The significant wheat genotypes contributed more in the PC1 (8, 14, 497, 650, 569, 590, 594, 598, 600, 601, and 604). The cluster analysis recorded an 85.42 cophenetic correlation among the 22 wheat genotypes and grouped the genotypes into two main groups. Group, I contain 8 genotypes, however, the 2nd group contains 12 wheat genotypes, while two genotypes (13 and 497) are standing alone in the dendrogram and unable to make a group with any one of the genotypes. The second group was subdivided into two subgroups. The genotypes (14, 602, and 600) were present in the second sub-group. The genotypes were grouped into two main groups. The first group contains 17 genotypes, while the second group contains 3 (8, 977, and 594) wheat genotypes. The genotype (602) was standing alone and unable to make a group with any wheat genotype. The genotypes 650 and 13 also stand alone in the first group. Using the Mantel test, the data recorded a significant (R2 = 0.0006) correlation (phenotypic and genetic) among 22 wheat durum genotypes.

Keywords: durum wheat, PCA, cluster analysis, SRAP, genetic diversity

Procedia PDF Downloads 97
649 High Temperature Deformation Behavior of Al0.2CoCrFeNiMo0.5 High Entropy alloy

Authors: Yasam Palguna, Rajesh Korla

Abstract:

The efficiency of thermally operated systems can be improved by increasing the operating temperature, thereby decreasing the fuel consumption and carbon footprint. Hence, there is a continuous need for replacing the existing materials with new alloys with higher temperature working capabilities. During the last decade, multi principal element alloys, commonly known as high entropy alloys are getting more attention because of their superior high temperature strength along with good high temperature corrosion and oxidation resistance, The present work focused on the microstructure and high temperature tensile behavior of Al0.2CoCrFeNiMo0.5 high entropy alloy (HEA). Wrought Al0.2CoCrFeNiMo0.5 high entropy alloy, produced by vacuum induction melting followed by thermomechanical processing, is tested in the temperature range of 200 to 900oC. It is exhibiting very good resistance to softening with increasing temperature up to 700oC, and thereafter there is a rapid decrease in the strength, especially beyond 800oC, which may be due to simultaneous occurrence of recrystallization and precipitate coarsening. Further, it is exhibiting superplastic kind of behavior with a uniform elongation of ~ 275 % at 900 oC temperature and 1 x 10-3 s-1 strain rate, which may be due to the presence of fine stable equi-axed grains. Strain rate sensitivity of 0.3 was observed, suggesting that solute drag dislocation glide might be the active mechanism during superplastic kind of deformation. Post deformation microstructure suggesting that cavitation at the sigma phase-matrix interface is the failure mechanism during high temperature deformation. Finally, high temperature properties of the present alloy will be compared with the contemporary high temperature materials such as ferritic, austenitic steels, and superalloys.

Keywords: high entropy alloy, high temperature deformation, super plasticity, post-deformation microstructures

Procedia PDF Downloads 144
648 The Curvature of Bending Analysis and Motion of Soft Robotic Fingers by Full 3D Printing with MC-Cells Technique for Hand Rehabilitation

Authors: Chaiyawat Musikapan, Ratchatin Chancharoen, Saknan Bongsebandhu-Phubhakdi

Abstract:

For many recent years, soft robotic fingers were used for supporting the patients who had survived the neurological diseases that resulted in muscular disorders and neural network damages, such as stroke and Parkinson’s disease, and inflammatory symptoms such as De Quervain and trigger finger. Generally, the major hand function is significant to manipulate objects in activities of daily living (ADL). In this work, we proposed the model of soft actuator that manufactured by full 3D printing without the molding process and one material for use. Furthermore, we designed the model with a technique of multi cavitation cells (MC-Cells). Then, we demonstrated the curvature bending, fluidic pressure and force that generated to the model for assistive finger flexor and hand grasping. Also, the soft actuators were characterized in mathematics solving by the length of chord and arc length. In addition, we used an adaptive push-button switch machine to measure the force in our experiment. Consequently, we evaluated biomechanics efficiency by the range of motion (ROM) that affected to metacarpophalangeal joint (MCP), proximal interphalangeal joint (PIP) and distal interphalangeal joint (DIP). Finally, the model achieved to exhibit the corresponding fluidic pressure with force and ROM to assist the finger flexor and hand grasping.

Keywords: biomechanics efficiency, curvature bending, hand functional assistance, multi cavitation cells (MC-Cells), range of motion (ROM)

Procedia PDF Downloads 242
647 Refined Edge Detection Network

Authors: Omar Elharrouss, Youssef Hmamouche, Assia Kamal Idrissi, Btissam El Khamlichi, Amal El Fallah-Seghrouchni

Abstract:

Edge detection is represented as one of the most challenging tasks in computer vision, due to the complexity of detecting the edges or boundaries in real-world images that contains objects of different types and scales like trees, building as well as various backgrounds. Edge detection is represented also as a key task for many computer vision applications. Using a set of backbones as well as attention modules, deep-learning-based methods improved the detection of edges compared with the traditional methods like Sobel and Canny. However, images of complex scenes still represent a challenge for these methods. Also, the detected edges using the existing approaches suffer from non-refined results while the image output contains many erroneous edges. To overcome this, n this paper, by using the mechanism of residual learning, a refined edge detection network is proposed (RED-Net). By maintaining the high resolution of edges during the training process, and conserving the resolution of the edge image during the network stage, we make the pooling outputs at each stage connected with the output of the previous layer. Also, after each layer, we use an affined batch normalization layer as an erosion operation for the homogeneous region in the image. The proposed methods are evaluated using the most challenging datasets including BSDS500, NYUD, and Multicue. The obtained results outperform the designed edge detection networks in terms of performance metrics and quality of output images.

Keywords: edge detection, convolutional neural networks, deep learning, scale-representation, backbone

Procedia PDF Downloads 88
646 Knowledge Based Behaviour Modelling and Execution in Service Robotics

Authors: Suraj Nair, Aravindkumar Vijayalingam, Alexander Perzylo, Alois Knoll

Abstract:

In the last decade robotics research and development activities have grown rapidly, especially in the domain of service robotics. Integrating service robots into human occupied spaces such as homes, offices, hospitals, etc. has become increasingly worked upon. The primary motive is to ease daily lives of humans by taking over some of the household/office chores. However, several challenges remain in systematically integrating such systems in human shared work-spaces. In addition to sensing and indoor-navigation challenges, programmability of such systems is a major hurdle due to the fact that the potential user cannot be expected to have knowledge in robotics or similar mechatronic systems. In this paper, we propose a cognitive system for service robotics which allows non-expert users to easily model system behaviour in an underspecified manner through abstract tasks and objects associated with them. The system uses domain knowledge expressed in the form of an ontology along with logical reasoning mechanisms to infer all the missing pieces of information required for executing the tasks. Furthermore, the system is also capable of recovering from failed tasks arising due to on-line disturbances by using the knowledge base and inferring alternate methods to execute the same tasks. The system is demonstrated through a coffee fetching scenario in an office environment using a mobile robot equipped with sensors and software capabilities for autonomous navigation and human-interaction through natural language.

Keywords: cognitive robotics, reasoning, service robotics, task based systems

Procedia PDF Downloads 220
645 Effect of Wavy Leading-Edges on Wings in Different Planetary Atmospheres

Authors: Vatasta Koul, Ayush Gupta, Vaibhav Sharma, Rajesh Yadav

Abstract:

Today we are unmarking the secrets of the universe by exploring different stars and planets and most of the space exploration is done by unmanned space robots. In addition to our planet Earth, there are pieces of evidence that show other astronomical objects in our solar system such as Venus, Mars, Saturn’s moon Titan and Uranus support the flight of fixed wing air vehicles. In this paper, we take forward the concept of presence of large rounded tubercles along the leading edge of a wing and use it as a passive flow control device that will help in improving its aerodynamic performance and maneuverability. Furthermore, in this research, aerodynamic measurements and performance analysis of wavy leading tubercles on the fixed wings at 5-degree angle of attack are carried out after determination of the flow conditions on the selected planetary bodies. Wavelength and amplitude for the sinusoidal modifications on the leading edge are analyzed and simulations are carried out for three-dimensional NACA 0012 airfoil maintaining unity AR (Aspect Ratio). Tubercles have consistently demonstrated the ability to delay and decrease the severity of stall as per the studies were done in the Earth’s atmosphere. Implementing the same design on the leading edges of Micro-Air Vehicles (MAVs) and UAVs could make these aircrafts more stable over a greater range of angles of attack in different planetary environments of our solar system.

Keywords: amplitude, NACA0012, tubercles, unmanned space robots

Procedia PDF Downloads 130
644 Controlled Growth of Charge Transfer Complex Nanowire by Physical Vapor Deposition Method Using Dielectrophoretic Force

Authors: Rabaya Basori, Arup K. Raychaudhuri

Abstract:

In recent years, a variety of semiconductor nanowires (NWs) has been synthesized and used as basic building blocks for the development of electronic and optoelectronic nanodevices. Dielectrophoresis (DEP) has been widely investigated as a scalable technique to trap and manipulate polarizable objects. This includes biological cells, nanoparticles, DNA molecules, organic or inorganic NWs and proteins using electric field gradients. In this article, we have used DEP force to localize nanowire growth by physical vapor deposition (PVD) method as well as control of NW diameter on field assisted growth of the NWs of CuTCNQ (Cu-tetracyanoquinodimethane); a metal-organic charge transfer complex material which is well known of resistive switching. We report a versatile analysis platform, based on a set of nanogap electrodes, for the controlled growth of nanowire. Non-uniform electric field and dielectrophoretic force is created in between two metal electrodes, patterned by electron beam lithography process. Suspended CuTCNQ nanowires have been grown laterally between two electrodes in the vicinity of electric field and dielectric force by applying external bias. Growth and diameter dependence of the nanowires on external bias has been investigated in the framework of these two forces by COMSOL Multiphysics simulation. This report will help successful in-situ nanodevice fabrication with constrained number of NW and diameter without any post treatment.

Keywords: nanowire, dielectrophoretic force, confined growth, controlled diameter, comsol multiphysics simulation

Procedia PDF Downloads 175