Search results for: quantitative pairwise comparison
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 8605

Search results for: quantitative pairwise comparison

8095 A Comparative Study of Public and Private School Adolescent Girls on the Issues of Menstrual Hygiene and the Management Issues

Authors: Ashok Pandey, Rajan Adhikari

Abstract:

Introduction: Menstruation is part of the female reproductive cycle that starts when girls become sexually mature at the time of puberty. It is a phenomenon unique to the females. During a menstrual period, a woman bleeds from her uterus via the vagina. For decades, in many countries, academic school ‘type,’ private or public, as a predictor of or factor in future academic success has been researched and debated. MATERIAL AND METHODS: The comparative study was carried out with adolescent girls studying in both public and private schools of Kathmandu valley. A total of 100 girls participated in the survey, and out of them 21 participated in the FGD and 5 in the in- depth interview. Quantitative data from the survey was analyzed using SPSS 16.0 software. Informed verbal consent with the respective head of school and the respondents were taken before data collection. Results:The age of the respondents ranges from 11 to 18 years, with mean age of menarche being 12.37 years in both school adolescent girls. 70 percent of the public school adolescent girls and 72 percent of the private school adolescent girls are feeling upset and tension during menarche. There is a statistically significant difference on take rest during the period and good hygienic practice during menstruation of public/private school, at α=0. 05 level of significance. There is a statistically significant difference on overall score of practice during menstruation between public and private adolescent girls. Conclusion: Private schools children are more knowledgeable and maintain hygiene as compere to public school even though, it can be said that among the adolescent school girls both in public and private school, menstrual knowledge and perceptions are poor and practices often not optimal for proper hygiene. Often ignored issues of privacy affect the hygienic practices and daily lives.

Keywords: Comparison, Menstruation, Private school, Public School

Procedia PDF Downloads 447
8094 Taxonomic Classification for Living Organisms Using Convolutional Neural Networks

Authors: Saed Khawaldeh, Mohamed Elsharnouby, Alaa Eddin Alchalabi, Usama Pervaiz, Tajwar Aleef, Vu Hoang Minh

Abstract:

Taxonomic classification has a wide-range of applications such as finding out more about the evolutionary history of organisms that can be done by making a comparison between species living now and species that lived in the past. This comparison can be made using different kinds of extracted species’ data which include DNA sequences. Compared to the estimated number of the organisms that nature harbours, humanity does not have a thorough comprehension of which specific species they all belong to, in spite of the significant development of science and scientific knowledge over many years. One of the methods that can be applied to extract information out of the study of organisms in this regard is to use the DNA sequence of a living organism as a marker, thus making it available to classify it into a taxonomy. The classification of living organisms can be done in many machine learning techniques including Neural Networks (NNs). In this study, DNA sequences classification is performed using Convolutional Neural Networks (CNNs) which is a special type of NNs.

Keywords: deep networks, convolutional neural networks, taxonomic classification, DNA sequences classification

Procedia PDF Downloads 447
8093 Magnetophotonics 3D MEMS/NEMS System for Quantitative Mitochondrial DNA Defect Profiling

Authors: Dar-Bin Shieh, Gwo-Bin Lee, Chen-Ming Chang, Chen Sheng Yeh, Chih-Chia Huang, Tsung-Ju Li

Abstract:

Mitochondrial defects have a significant impact in many human diseases and aging associated phenotypes. The pathogenic mitochondrial DNA (mtDNA) mutations are diverse and usually present as heteroplasmic. mtDNA 4977bps deletion is one of the common mtDNA defects, and the ratio of mutated versus normal copy is significantly associated with clinical symptoms thus their quantitative detection has become an important unmet needs for advanced disease diagnosis and therapeutic guidelines. This study revealed a Micro-electro-mechanical-system (MEMS) enabled automatic microfluidic chip that only required minimal sample. The system integrated multiple laboratory operation steps into a Lab-on-a-Chip for high-sensitive and prompt measurement. The entire process including magnetic nanoparticle based mtDNA extraction in chip, mutation selective photonic DNA cleavage, and nanoparticle accelerated photonic quantitative polymerase chain reaction (qPCR). All subsystems were packed inside a miniature three-dimensional micro structured system and operated in an automatic manner. Integration of magnetic beads with microfluidic transportation could promptly extract and enrich the specific mtDNA. The near infrared responsive magnetic nanoparticles enabled micro-PCR to be operated by pulse-width-modulation controlled laser pulsing to amplify the desired mtDNA while quantified by fluorescence intensity captured by a complementary metal oxide system array detector. The proportions of pathogenic mtDNA in total DNA were thus obtained. Micro capillary electrophoresis module was used to analyze the amplicone products. In conclusion, this study demonstrated a new magnetophotonic based qPCR MEMS system that successfully detects and quantify specific disease related DNA mutations thus provides a promising future for rapid diagnosis of mitochondria diseases.

Keywords: mitochondrial DNA, micro-electro-mechanical-system, magnetophotonics, PCR

Procedia PDF Downloads 226
8092 Using Machine Learning to Extract Patient Data from Non-standardized Sports Medicine Physician Notes

Authors: Thomas Q. Pan, Anika Basu, Chamith S. Rajapakse

Abstract:

Machine learning requires data that is categorized into features that models train on. This topic is important to the field of sports medicine due to the many tools it provides to physicians such as diagnosis support and risk assessment. Physician note that healthcare professionals take are usually unclean and not suitable for model training. The objective of this study was to develop and evaluate an advanced approach for extracting key features from sports medicine data without the need for extensive model training or data labeling. An LLM (Large Language Model) was given a narrative (Physician’s Notes) and prompted to extract four features (details about the patient). The narrative was found in a datasheet that contained six columns: Case Number, Validation Age, Validation Gender, Validation Diagnosis, Validation Body Part, and Narrative. The validation columns represent the accurate responses that the LLM attempts to output. With the given narrative, the LLM would output its response and extract the age, gender, diagnosis, and injured body part with each category taking up one line. The output would then be cleaned, matched, and added to new columns containing the extracted responses. Five ways of checking the accuracy were used: unclear count, substring comparison, LLM comparison, LLM re-check, and hand-evaluation. The unclear count essentially represented the extractions the LLM missed. This can be also understood as the recall score ([total - false negatives] over total). The rest of these correspond to the precision score ([total - false positives] over total). Substring comparison evaluated the validation (X) and extracted (Y) columns’ likeness by checking if X’s results were a substring of Y's findings and vice versa. LLM comparison directly asked an LLM if the X and Y’s results were similar. LLM Re-check prompted the LLM to see if the extracted results can be found in the narrative. Lastly, A selection of 1,000 random narratives was also selected and hand-evaluated to give an estimate of how well the LLM-based feature extraction model performed. With a selection of 10,000 narratives, the LLM-based approach had a recall score of roughly 98%. However, the precision scores of the substring comparison and LLM comparison models were around 72% and 76% respectively. The reason for these low figures is due to the minute differences between answers. For example, the ‘chest’ is a part of the ‘upper trunk’ however, these models cannot detect that. On the other hand, the LLM re-check and subset of hand-tested narratives showed a precision score of 96% and 95%. If this subset is used to extrapolate the possible outcome of the whole 10,000 narratives, the LLM-based approach would be strong in both precision and recall. These results indicated that an LLM-based feature extraction model could be a useful way for medical data in sports to be collected and analyzed by machine learning models. Wide use of this method could potentially increase the availability of data thus improving machine learning algorithms and supporting doctors with more enhanced tools.

Keywords: AI, LLM, ML, sports

Procedia PDF Downloads 18
8091 Geometric Optimisation of Piezoelectric Fan Arrays for Low Energy Cooling

Authors: Alastair Hales, Xi Jiang

Abstract:

Numerical methods are used to evaluate the operation of confined face-to-face piezoelectric fan arrays as pitch, P, between the blades is varied. Both in-phase and counter-phase oscillation are considered. A piezoelectric fan consists of a fan blade, which is clamped at one end, and an extremely low powered actuator. This drives the blade tip’s oscillation at its first natural frequency. Sufficient blade tip speed, created by the high oscillation frequency and amplitude, is required to induce vortices and downstream volume flow in the surrounding air. A single piezoelectric fan may provide the ideal solution for low powered hot spot cooling in an electronic device, but is unable to induce sufficient downstream airflow to replace a conventional air mover, such as a convection fan, in power electronics. Piezoelectric fan arrays, which are assemblies including multiple fan blades usually in face-to-face orientation, must be developed to widen the field of feasible applications for the technology. The potential energy saving is significant, with a 50% power demand reduction compared to convection fans even in an unoptimised state. A numerical model of a typical piezoelectric fan blade is derived and validated against experimental data. Numerical error is found to be 5.4% and 9.8% using two data comparison methods. The model is used to explore the variation of pitch as a function of amplitude, A, for a confined two-blade piezoelectric fan array in face-to-face orientation, with the blades oscillating both in-phase and counter-phase. It has been reported that in-phase oscillation is optimal for generating maximum downstream velocity and flow rate in unconfined conditions, due at least in part to the beneficial coupling between the adjacent blades that leads to an increased oscillation amplitude. The present model demonstrates that confinement has a significant detrimental effect on in-phase oscillation. Even at low pitch, counter-phase oscillation produces enhanced downstream air velocities and flow rates. Downstream air velocity from counter-phase oscillation can be maximally enhanced, relative to that generated from a single blade, by 17.7% at P = 8A. Flow rate enhancement at the same pitch is found to be 18.6%. By comparison, in-phase oscillation at the same pitch outputs 23.9% and 24.8% reductions in peak downstream air velocity and flow rate, relative to that generated from a single blade. This optimal pitch, equivalent to those reported in the literature, suggests that counter-phase oscillation is less affected by confinement. The optimal pitch for generating bulk airflow from counter-phase oscillation is large, P > 16A, due to the small but significant downstream velocity across the span between adjacent blades. However, by considering design in a confined space, counterphase pitch should be minimised to maximise the bulk airflow generated from a certain cross-sectional area within a channel flow application. Quantitative values are found to deviate to a small degree as other geometric and operational parameters are varied, but the established relationships are maintained.

Keywords: piezoelectric fans, low energy cooling, power electronics, computational fluid dynamics

Procedia PDF Downloads 224
8090 Responsibility Attitude and Interpretation in Obsessive-Compulsive Disorder

Authors: Ryotaro Ishikawa

Abstract:

Obsessive-Compulsive Disorder (OCD) is a common, chronic and long-lasting disorder in which a person has uncontrollable, reoccurring thoughts (obsessions) and behaviors (compulsions) that he or she feels the urge to repeat over and over. Inflated responsibility attitude and interpretation are central beliefs in a cognitive model of OCD. This study aimed to develop a Japanese version of the Responsibility Attitude Scale (RAS-J) and Responsibility Interpretation Questionnaire (RIQ-J). 98 participants (OCD group = 37; anxiety control group = 24; healthy control group = 37) completed the RAS-J, RIQ-J and other measures to assess the validity of the RAS-J and RIQ-J. As a result of analysis, both scales had adequate concurrent validity, demonstrated by significant correlations with other measures of OCD, anxiety, and depression. Group comparison data using ANOVA with Bonferroni method indicated that RAS-J and RIQ-J scores for the OCD group not only differed from the nonclinical group, but also from the clinically anxious comparison group. In conclusion, this study indicated that the developed RAS-J and RIQ-J effectively measure responsibility attitude and responsibility interpretation in the Japanese population.

Keywords: obsessive-compulsive disorder, responsibility, cognitive theory, anxiety disorder

Procedia PDF Downloads 277
8089 Performance Evaluation of the CareSTART S1 Analyzer for Quantitative Point-Of-Care Measurement of Glucose-6-Phosphate Dehydrogenase Activity

Authors: Haiyoung Jung, Mi Joung Leem, Sun Hwa Lee

Abstract:

Background & Objective: Glucose-6-phosphate dehydrogenase (G6PD) deficiency is a genetic abnormality that results in an inadequate amount of G6PD, leading to increased susceptibility of red blood cells to reactive oxygen species and hemolysis. The present study aimed to evaluate the careSTARTTM S1 analyzer for measuring G6PD activity to hemoglobin (Hb) ratio. Methods: Precision for G6PD activity and hemoglobin measurement was evaluated using control materials with two levels on five repeated runs per day for five days. The analytic performance of the careSTARTTM S1 analyzer was compared with spectrophotometry in 40 patient samples. Reference ranges suggested by the manufacturer were validated in 20 healthy males and females each. Results: The careSTARTTM S1 analyzer demonstrated precision of 6.0% for low-level (14~45 U/dL) and 2.7% for high-level (60~90 U/dL) control in G6PD activity, and 1.4% in hemoglobin (7.9~16.3 u/g Hb). A comparison study of G6PD to Hb ratio between the careSTARTTM S1 analyzer and spectrophotometry showed an average difference of 29.1% with a positive bias of the careSTARTTM S1 analyzer. All normal samples from the healthy population were validated for the suggested reference range for males (≥2.19 U/g Hb) and females (≥5.83 U/g Hb). Conclusion: The careSTARTTM S1 analyzer demonstrated good analytical performance and can replace the current spectrophotometric measurement of G6PD enzyme activity. In the aspect of the management of clinical laboratories, it can be a reasonable option as a point-of-care analyzer with minimal handling of samples and reagents, in addition to the automatic calculation of the ratio of measured G6PD activity and Hb concentration, to minimize any clerical errors involved with manual calculation.

Keywords: POCT, G6PD, performance evaluation, careSTART

Procedia PDF Downloads 67
8088 Influence of Percentage and Melting Temperature of Phase Change Material on the Thermal Behavior of a Hollow-Brick

Authors: Zakaria Aketouane, Mustapha Malha, Abdellah Bah, Omar Ansari, Mohamed Asbik

Abstract:

The present paper deals with the thermal performance of a hollow-brick filled with Phase Change Material (PCM). The main objective is to study the effect of percentage and melting temperature of the PCM on the thermal inertia and internal surface temperature of the hollow-brick. A numerical model based on the heat transfer equation and the apparent heat capacity method has been validated using experimental study from the literature. The results show that increasing the percentage of the PCM has a significant effect on time lag and decrement factor that define the thermal inertia; the internal temperature is reduced by 1.36°C to 5.39°C for a percentage from 11% to 71% in comparison to a brick without PCM. In addition, an appropriate melting temperature of 37°C has been deduced for the horizontal wall orientation in Rabat in comparison to 27°C and 47°C.

Keywords: appropriate melting temperature, decrement factor, phase change material, thermal inertia, time lag

Procedia PDF Downloads 239
8087 The Effects of Vitamin D Supplementation on Anthropometric Indicators of Adiposity and Fat Distribution in Children and Adolescents: A Systematic Review and Meta-Analysis of Randomized Controlled Trials

Authors: Simin Zarea Karizi, Somaye Fatahi, Amirhossein Hosseni

Abstract:

Background: There are conflicting findings regarding the effect of vitamin D supplementation on obesity-related factors. This study aimed to investigate the effect of vitamin D supplementation on changes in anthropometric indicators of adiposity and fat distribution in children and adolescents. Methods: Original databases were searched using standard keywords to identify all controlled trials investigating the effects of vitamin D supplementation on obesity-related factors in children and adolescents. Pooled weighted mean difference and 95% confidence intervals were achieved by random-effects model analysis. Results: Fourteen treatment arms were included in this systematic review and meta-analysis. The quantitative meta-analysis revealed no significant effect of vitamin D supplement on BMI (-0.01 kg/m2; 95% CI: -0.09, 0.12; p= 0.74; I2=0.0%), BMI z score (0.02; 95% CI: -0.04, 0.07; p= 0.53; I2=0.0%) and fat mass (0.07%; 95% CI: -0.09 to 0.24; p= 0.38; I2=31.2%). However, the quantitative meta-analysis displayed a significant effect of vitamin D supplementation on WC compared with the control group (WMD=-1.17 cm, 95% CI: -2.05, -0.29, p=0.009; I2=32.0 %). It seems that this effect was greater in healthy children with duration>12 weeks, dose<=400 IU and baseline less than 50 nmol/l vitamin D than others. Conclusions: Our findings suggest that vitamin D supplementation may be a protective factor of abdominal obesity and should be evaluated on an individual basis in clinical practice.

Keywords: weight loss, vitamin D, anthropometry, children, adolescent

Procedia PDF Downloads 30
8086 Porosities Comparison between Production and Simulation in Motorcycle Fuel Caps of Aluminum High Pressure Die Casting

Authors: P. Meethum, C. Suvanjumrat

Abstract:

Many aluminum motorcycle parts produced by a high pressure die casting. Some parts such as fuel caps were a thin and complex shape. This part risked for porosities and blisters on surface if it only depended on an experience of mold makers for mold design. This research attempted to use CAST-DESIGNER software simulated the high pressure die casting process with the same process parameters of a motorcycle fuel cap production. The simulated results were compared with fuel cap products and expressed the same porosity and blister locations on cap surface. An average of absolute difference of simulated results was obtained 0.094 mm when compared the simulated porosity and blister defect sizes on the fuel cap surfaces with the experimental micro photography. This comparison confirmed an accuracy of software and will use the setting parameters to improve fuel cap molds in the further work.

Keywords: aluminum, die casting, fuel cap, motorcycle

Procedia PDF Downloads 369
8085 Quantitative and Fourier Transform Infrared Analysis of Saponins from Three Kenyan Ruellia Species: Ruellia prostrata, Ruellia lineari-bracteolata and Ruellia bignoniiflora

Authors: Christine O. Wangia, Jennifer A. Orwa, Francis W. Muregi, Patrick G. Kareru, Kipyegon Cheruiyot, Eric Guantai

Abstract:

Ruellia (syn. Dipteracanthus) species are wild perennial creepers belonging to the Acanthaceae family. These species are reported to possess anti-inflammatory, analgesic, antioxidant, gastroprotective, anticancer, and immuno-stimulant properties. Phytochemical screening of both aqueous and methanolic extracts of Ruellia species revealed the presence of saponins. Saponins have been reported to possess anti-inflammatory, antioxidant, immuno-stimulant, antihepatotoxic, antibacterial, anticarcinogenic, and antiulcerogenic activities. The objective of this study was to quantify and analyze the Fourier transform infrared (FTIR) spectra of saponins in crude extracts of three Kenyan Ruellia species namely Ruellia prostrata (RPM), Ruellia lineari-bracteolata (RLB) and Ruellia bignoniiflora (RBK). Sequential organic extraction of the ground whole plant material was done using petroleum ether (PE), chloroform, ethyl acetate (EtOAc), and absolute methanol by cold maceration, while aqueous extraction was by hot maceration. The plant powders and extracts were mixed with spectroscopic grade KBr and compressed into a pellet. The infrared spectra were recorded using a Shimadzu FTIR spectrophotometer of 8000 series in the range of 3500 cm-1 - 500 cm-1. Quantitative determination of the saponins was done using standard procedures. Quantitative analysis of saponins showed that RPM had the highest quantity of crude saponins (2.05% ± 0.03), followed by RLB (1.4% ± 0.15) and RBK (1.25% ± 0.11), respectively. FTIR spectra revealed the spectral peaks characteristic for saponins in RPM, RLB, and RBK plant powders, aqueous and methanol extracts; O-H absorption (3265 - 3393 cm-1), C-H absorption ranging from 2851 to 2924 cm-1, C=C absorbance (1628 - 1655 cm-1), oligosaccharide linkage (C-O-C) absorption due to sapogenins (1036 - 1042 cm-1). The crude saponins from RPM, RLB and RBK showed similar peaks to their respective extracts. The presence of the saponins in extracts of RPM, RLB and RBK may be responsible for some of the biological activities reported in the Ruellia species.1

Keywords: Ruellia bignoniiflora, Ruellia linearibracteolata, Ruellia prostrata, Saponins

Procedia PDF Downloads 183
8084 To What Extent Does Physical Activity and Standard of Competition Affect Quantitative Ultrasound (QUS) Measurements of Bone in Accordance with Muscular Strength and Anthropometrics in British Young Males?

Authors: Joseph Shanks, Matthew Taylor, Foong Kiew Ooi, Chee Keong Chen

Abstract:

Introduction: Evidences of relationship between bone, muscle and standard of competition among young British population is limited in literature. The current literature recognises the independent and synergistic effects of fat free and fat mass as the stimulus for osteogenesis. This study assessed the extent to which physical activity (PA) and standard of competition (CS) influences quantitative ultrasound (QUS) measurements of bone on a cross-sectional basis accounting for muscular strength and anthropometrics in British young males. Methods: Pre-screening grouped 66 males aged 18-25 years into controls (n=33) and district level athletes (DLAs) (n=33) as well as low (n=21), moderate (n=23) and high (n=22) physical activity categories (PACs). All participants underwent QUS measurements of bone (4 sites, i.e. dominant distal radius (DR), dominant mid-shaft tibia (DT), non-dominant distal radius (NR) and non-dominant mid-shaft tibia (NT)), isokinetic strength tests (dominant and non-dominant knee flexion and extension) and anthropometric measurements. Results: There were no significant differences between any of the groups with respect to QUS measurements of bone at all sites with regards to PACs or CS. Significant higher isokinetic strength values were observed in DLAs than controls (p < 0.05), and higher than low PACs (p < 0.05) at 60o.s-1 of concentric and eccentric measurements. No differences in subcutaneous fat thickness were found between all the groups (CS or PACs). Percentages of body fat were significantly higher (p < .05) in low than high PACs and CS groups. There were significant positive relationships between non dominant radial speed of sound and fat free mass at both DR (r=0.383, p=0.001) and NR (r=0.319, p=0.009) sites in all participants. Conclusion: The present study findings indicated that muscular strength and body fat are closely related to physical activity level and standard of competition. However, bone health status reflected by quantitative ultrasound (QUS) measurements of bone is not related to physical activity level and standard of competition in British young males.

Keywords: bone, muscular strength, physical activity, standard of competition

Procedia PDF Downloads 518
8083 Tools and Techniques in Risk Assessment in Public Risk Management Organisations

Authors: Atousa Khodadadyan, Gabe Mythen, Hirbod Assa, Beverley Bishop

Abstract:

Risk assessment and the knowledge provided through this process is a crucial part of any decision-making process in the management of risks and uncertainties. Failure in assessment of risks can cause inadequacy in the entire process of risk management, which in turn can lead to failure in achieving organisational objectives as well as having significant damaging consequences on populations affected by the potential risks being assessed. The choice of tools and techniques in risk assessment can influence the degree and scope of decision-making and subsequently the risk response strategy. There are various available qualitative and quantitative tools and techniques that are deployed within the broad process of risk assessment. The sheer diversity of tools and techniques available to practitioners makes it difficult for organisations to consistently employ the most appropriate methods. This tools and techniques adaptation is rendered more difficult in public risk regulation organisations due to the sensitive and complex nature of their activities. This is particularly the case in areas relating to the environment, food, and human health and safety, when organisational goals are tied up with societal, political and individuals’ goals at national and international levels. Hence, recognising, analysing and evaluating different decision support tools and techniques employed in assessing risks in public risk management organisations was considered. This research is part of a mixed method study which aimed to examine the perception of risk assessment and the extent to which organisations practise risk assessment’ tools and techniques. The study adopted a semi-structured questionnaire with qualitative and quantitative data analysis to include a range of public risk regulation organisations from the UK, Germany, France, Belgium and the Netherlands. The results indicated the public risk management organisations mainly use diverse tools and techniques in the risk assessment process. The primary hazard analysis; brainstorming; hazard analysis and critical control points were described as the most practiced risk identification techniques. Within qualitative and quantitative risk analysis, the participants named the expert judgement, risk probability and impact assessment, sensitivity analysis and data gathering and representation as the most practised techniques.

Keywords: decision-making, public risk management organisations, risk assessment, tools and techniques

Procedia PDF Downloads 284
8082 A Comparative Analysis of the Psychological Well-Being of Teenage Fathers and Teenage Mothers

Authors: Maria Francesca Maunes

Abstract:

Life is never the same when an adolescent becomes a teenage parent. Living in a developing country with the highest rate of teenage pregnancy in the Asia-Pacific region, it is necessary to address the psychological well-being of Filipino teenage parents and be put into consideration. Thus, this quantitative study used both descriptive statistics and quantitative techniques on a total of 70 participants, consisting of 32 teenage fathers and 38 teenage mothers to describe the level of psychological well-being among teenage parents according to the six domains of Ryff’s eudaimonic well-being—autonomy, environmental mastery, personal growth, positive relations with others, purpose in life, and self-acceptance, and to determine the difference between the psychological well-being of teenage fathers and teenage mothers. Results show that there is no significant difference in the overall psychological well-being between the two groups of participants, yet, when compared by each domain, it is found that there is a significant difference between their purpose in life. While both teenage fathers and teenage mothers are high scorers across all the domains, this does not serve as an assurance that the sustained increase in the number of teenage pregnancies in the Philippines does not anymore pose as a national issue. This could only signify that despite dire circumstances, Filipino teenage parents are able to continue make meaning in their lives and strive to keep living in comfort and contentment, not only for themselves but for their children as well. Additional findings as well as its implications are further discussed. Recommendations and suggestions for further study are presented.

Keywords: adolescence, adolescent psychology, eudaimonic psychological well-being, positive psychology, teenage fathers, teenage mothers, teenage parents, teenage pregnancy in the Philippines

Procedia PDF Downloads 296
8081 The Influence of Wasta on Organizational Practices in Kuwait

Authors: Abrar Al-Enzi

Abstract:

Despite being frequently used everyday in the Arab World, Wasta, which is seen as a type of social capital, has received little attention from previous scholars, even in the Middle East. In simple words, Wasta basically means granting deserved or undeserved privileges to others through personal contacts. This paper suggests that Wasta is an important determinant of how some employees get recruited and turn to Wasta for privileges and favors in organizations. It is said, that Wasta accelerates career advancement and other work practices for employees, whether they deserve it or even are suitable for it or not. The overall goal of this paper is to see how Wasta influences human resource management practices by viewing the history of Wasta, the importance of using it, and how it affects employees as well as organizations in terms of recruitment and work practices. Accordingly, the question that will be addressed is: Does Wasta influence human resource management, knowledge sharing and innovation in Kuwait, which in turn affects employees’ commitment within organizations? Therefore, a mixed method sequential exploratory research design will be used to explore the research topic through initial exploratory interviews, paper-based and online surveys (Quantitative method) and semi-structured interviews (Qualitative method). The reason behind such a choice is because both qualitative and quantitative methods complement each other when combined by providing a clearer picture of the topic.

Keywords: human resource management practices, Kuwait, social capital, Wasta

Procedia PDF Downloads 213
8080 Analyzing Sociocultural Factors Shaping Architects’ Construction Material Choices: The Case of Jordan

Authors: Maiss Razem

Abstract:

The construction sector is considered a major consumer of materials that undergoes processes of extraction, processing, transportation, and maintaining when used in buildings. Several metrics have been devised to capture the environmental impact of the materials consumed during construction using lifecycle thinking. Rarely has the materiality of this sector been explored qualitatively and systemically. This paper aims to explore socio-cultural forces that drive the use of certain materials in the Jordanian construction industry, using practice theory as a heuristic method of analysis, more specifically Shove et al. three-element model. By conducting semi-structured interviews with architects, the results unravel contextually embedded routines when determining qualities of three materialities highlighted herein; stone, glass and spatial openness. The study highlights the inadequacy of only using efficiency as a quantitative metric of sustainable materials and argues for the need to link material consumption with socio-economic, cultural, and aesthetic driving forces. The operationalization of practice theory by tracing materials’ lifetimes as they integrate with competencies and meanings captures dynamic engagements through the analyzed routines of actors in the construction practice. This study can offer policymakers better-nuanced representation to green this sector beyond efficiency rhetoric and quantitative metrics.

Keywords: architects' practices, construction materials, Jordan, practice theory

Procedia PDF Downloads 174
8079 Approaching the Words Denoting Cognitive Activity in Vietnamese Language in Comparison with English Language

Authors: Thi Phuong Ly Tran

Abstract:

Being a basic and unique to human beings, cognitive activity possesses spiritualistic characteristics and is conveyed through languages. Words that represent rational cognition or processes related to rationality as follow: know, think, understand, doubt, be afraid, remember, forget, think (that), realize (that), find (that), etc. can reflect the process by which human beings have transformed cognitive activities into diversified and delicate manners through linguistic tasks. In this research article, applying the descriptive method and comparative method, we would like to utilize the application of the theoretical system of linguistic characteristics of cognitive verbs in Vietnamese language in comparison with English language. These achievements of this article will meaningfully contribute to highlight characteristics of Vietnamese language and identify the similarities and differences in the linguistic processes of Vietnamese and English people as well as supply more knowledge for social requirements such as foreign language learning, dictionary editing, language teaching in schools.

Keywords: cognitive activity, cognitive perspective, Vietnamese language, English language

Procedia PDF Downloads 216
8078 Comparison of Two Fuzzy Skyhook Control Strategies Applied to an Active Suspension

Authors: Reginaldo Cardoso, Magno Enrique Mendoza Meza

Abstract:

This work focuses on simulation and comparison of two control skyhook techniques applied to a quarter-car of the active suspension. The objective is to provide comfort to the driver. The main idea of skyhook control is to imagine a damper connected to an imaginary sky; thus, the feedback is performed with the resultant force between the imaginary and the suspension damper. The first control technique is the Mandani fuzzy skyhook and the second control technique is a Takagi-Sugeno fuzzy skyhook controller, in the both controllers the inputs are the relative velocity between the two masses and the vehicle body velocity, the output of the Mandani fuzzy skyhook is the coefficient of imaginary damper viscous-friction and the Takagi-Sugeno fuzzy skyhook is the force. Finally, we compared the techniques. The Mandani fuzzy skyhook showed a more comfortable response to the driver, followed closely by the Takagi- Sugeno fuzzy skyhook.

Keywords: active suspention, Mandani, quarter-car, skyhook, Sugeno

Procedia PDF Downloads 468
8077 Development of an Integrated Criminogenic Intervention Programme for High Risk Offenders

Authors: Yunfan Jiang

Abstract:

In response to an identified gap in available treatment programmes for high-risk offenders with multiple criminogenic needs and guided by emerging literature in the field of correctional rehabilitation, Singapore Prison Service (SPS) developed the Integrated Criminogenic Programme (ICP) in 2012. This evidence-informed psychological programme was designed to address all seven dynamic criminogenic needs (from the Central 8) of high-risk offenders by applying concepts from rehabilitation and psychological theories such as Risk-Need-Responsivity, Good Lives Model, narrative identity, and motivational interviewing. This programme also encompasses a 6-month community maintenance component for the purpose of providing structured step-down support in the aftercare setting. These sessions provide participants the opportunity for knowledge reinforcement and application of skills attained in-care. A quantitative evaluation of the ICP showed that the intervention group had statistically significant improvements across time in most self-report measures of criminal attitudes, substance use attitudes, and psychosocial functioning. This was congruent with qualitative data from participants saying that the ICP had the most impact on their criminal thinking patterns and management of behaviours in high-risk situations. Results from the comparison group showed no difference in their criminal attitudes, even though they reported statistically significant improvements across time in their substance use attitudes and some self-report measures of psychosocial functioning. The programme’s efficacy was also apparent in the lower rates of recidivism and relapse within 12 months for the intervention group. The management of staff issues arising from the development and implementation of an innovative high-intensity psychological programme such as the ICP will also be discussed.

Keywords: evaluation, forensic psychology, intervention programme, offender rehabilitation

Procedia PDF Downloads 594
8076 The Comparison of Community Home-Based Care for the Aged in Kishiwada, Japan and Hangzhou, China

Authors: Zijiao Chai, Wangming Li

Abstract:

Hangzhou is one of the cities with the most serious aging in China. Community home-based care for the aged is an important solution to old-age care in aging society. In this aspect, Europe, the United States and Japan are on the top in the world. As an East Asian country, Japan has similar cultural traditions in pension with China. So, there is much enlightenment China can get from Japan in the mode of community home-based care for the aged. This paper introduces the mode of community home-based care for the aged in Kishiwada, Japan and Hangzhou, China. Then compare the two modes in the aspects of insurance system for the aged, community service and facilities, support system and so on. Thereby the success experience of Kishiwada and weaknesses of Hangzhou are summarized. At last, the improvement strategy of facility plan and service mode of community home-based care for the aged in China are also proposed.

Keywords: community, comparison, elderly-oriented, home-based care for the aged, support system

Procedia PDF Downloads 517
8075 Comparison of Budgeting Reforms: A Case Study of Thailand and OECD Member Countries

Authors: Nattapol Pourprasert, Siriwan Manowan

Abstract:

This study aims to find out what budget problems Thailand is facing with and how the results from the comparison between the budgeting reform by Thailand and the reforms by OECD member countries can be used for carrying out budgeting reform of Thailand. The findings from the study on the budget problems that Thailand is facing with reveal that the budgeting system of Thailand lacks of the assessment for the cost-effectiveness of the expenditure of borrowed money and budgets in order to determine whether the expenses are worth the taxes collected from people or not. This is because most popularity policies have unlimited budgets which can lead to the financial risks. Also, these policies create great tax burdens for the descendants in the future and affect the fair distribution of incomes but the Parliament of Thailand never considers these facts. The findings from the comparison between Thai budgeting reform and those by OECD member countries manifest that the traditional budgeting system of Thailand is the department-based budgeting, which is still used without being changed or adjusted in order to fit the new administrative regimes. This traditional budgeting system suggests that a department is responsible for budgeting tasks. Meanwhile, in OECD member countries, budgeting reforms are carried out simultaneously with the reforms of civil service systems so that they are driven in the same directions. The budgeting reforms that rely only on the analyses on economic or technical dimension can hardly lead to success. The budgeting systems of OECD member countries are designed to deal with the unique problems that each of the member countries is facing with rather than adopting the modern system developed by other countries. The budgeting system that has a complicated concept and practice has to be implemented under a flexible strategy so that the departments that implement it can learn about and adjust itself to the system. Continuous and consistent development and training for staff members are also necessary.

Keywords: budgeting reforms, Thailand, OECD member countries, budget problems

Procedia PDF Downloads 288
8074 Energy Analysis of Seasonal Air Conditioning Demand of All Income Classes Using Bottom up Model in Pakistan

Authors: Saba Arif, Anam Nadeem, Roman Kalvin, Tanzeel Rashid, Burhan Ali, Juntakan Taweekun

Abstract:

Currently, the energy crisis is taking serious attention. Globally, industries and building are major share takers of energy. 72% of total global energy is consumed by residential houses, markets, and commercial building. Additionally, in appliances air conditioners are major consumer of electricity; about 60% energy is used for cooling purpose in houses due to HVAC units. Energy demand will aid in determining what changes will be needed whether it is the estimation of the required energy for households or instituting conservation measures. Bottom-up model is one of the most famous methods for forecasting. In current research bottom-up model of air conditioners' energy consumption in all income classes in comparison with seasonal variation and hourly consumption is calculated. By comparison of energy consumption of all income classes by usage of air conditioners, total consumption of actual demand and current availability can be seen.

Keywords: air conditioning, bottom up model, income classes, energy demand

Procedia PDF Downloads 253
8073 Gut Metabolite Profiling of the Ethnic Groups from Assam, India

Authors: Madhusmita Dehingia, Supriyo Sen, Bhuwan Bhaskar, Tulsi Joishy, Mojibur R. Khan

Abstract:

Human gut microbes and their metabolites are important for maintaining homeostasis in the gut and are responsible for many metabolic and immune mediated diseases. In the present study, we determined the profiles of the gut metabolites of five different ethnic groups (Bodo, Tai-Phake, Karbi, Tea tribe and Tai-Aiton) of Assam. Fecal metabolite profiling of the 39 individuals belonging to the ethnic groups was carried out using Gas chromatography – Mass spectrometry (GC-MS), and comparison was performed among the tribes for common and unique metabolites produced within their gut. Partial Least Squares Discriminant Analysis (PLS-DA) of the metabolites suggested that the individuals grouped according to their ethnicity. Among the 66 abundant metabolites, 12 metabolites were found to be common among the five ethnic groups. Additionally, ethnicity wise some unique metabolites were also detected. For example, the tea tribe of Assam contained the tea components, Aniline and Benzoate more in their gut in comparison to others. Metabolites of microbial origin were also correlated with the already published metagenomic data of the same ethnic group and functional analysis were carried out based on human metabolome database.

Keywords: ethnicity, gut microbiota, GC-MS, metabolites

Procedia PDF Downloads 427
8072 Examining the Extent to Which the Effects of HIV/AIDS Is Addressed in Low Cost Housing Projects in South Africa: The Case of RDP Golf Course Housing Project in Alice Town, Eastern

Authors: Tatenda Manomano

Abstract:

The chronic challenges presented by HIV/AIDS globally have come with extreme negative effects on individuals, families and communities as well as governments. Sub-Saharan Africa remains strongly challenged with South Africa bearing a huge brunt of these. The paper examines the extent to which the effects of HIV/AIDS are addressed in low cost housing projects in South Africa with a case of the RDP Golf Course Housing Project in Alice Town. The study used a triangulation of both qualitative and quantitative methods with the qualitative as the dominant method while the quantitative was less dominant. Findings revealed that infection rate was high; prostitution was high; alcohol abuse was also high; and rape and sexual abuse was also high and there was also lack of hospitals and social workers around the location. These findings prompted this researcher to recommend for proactive policy making that can bolster the challenges faced by these low cost housing projects in accessing health and social services as well as massive campaigns that can promote behavior modification among other things. It is hoped that this paper will be a platform to ring a bell to both government and non-government to augment the campaign against HIV/AIDS in South Africa.

Keywords: HIV/AIDS, RDP houses, low cost housing projects, campaigns

Procedia PDF Downloads 404
8071 Illuminating Shades: Exploring the Symbiosis of Eco-friendly Practices and Digital Photography in the Kumasi Metropolis

Authors: Ebenezer Kofi Enninful, Abraham Boakye-Amponsah, Collins Kwesi Fordjour

Abstract:

In the last decade, there have been calls to replace carbon emissions with green technology globally to save the planet. There is a rising need to evaluate industry players' understanding of and use of eco-friendly practices due to the growing shrewdness of environmental challenges worldwide. The key aim of this research was to assess the symbiotic relationship between eco-conscious initiatives and digital photography practices within the Kumasi Metropolis. The study used a multidisciplinary approach to investigate the complex dynamics, opportunities, and problems that result from the blend of digital image technologies and environmentally conscious concepts. For research design both the qualitative and quantitative approaches were employed. The data collections instruments included interviews, questionnaires, and observations. A total of 58 digital photography professionals were contacted via quantitative survey while qualitative perceptions were gathered via interviews of 8 studio technicians and 6 key photography studio directors on an observation approach. The study assessed the awareness levels as regards environmental concerns and scrutinized the extent to which eco-friendly practices are incorporated into various stages of the digital photography production. The results showed how environmentally conscious industry participants currently are, underscoring the opportunities and teething troubles in implementing eco-friendly practices within the Kumasi metropolis.

Keywords: eco-friendly, practices, sustainability, environment

Procedia PDF Downloads 11
8070 Dynamic Risk Model for Offshore Decommissioning Using Bayesian Belief Network

Authors: Ahmed O. Babaleye, Rafet E. Kurt

Abstract:

The global oil and gas industry is beginning to witness an increase in the number of installations moving towards decommissioning. Decommissioning of offshore installations is a complex, costly and hazardous activity, making safety one of the major concerns. Among existing removal options, complete and partial removal options pose the highest risks. Therefore, a dynamic risk model of the accidents from the two options is important to assess the risks on an overall basis. In this study, a risk-based safety model is developed to conduct quantitative risk analysis (QRA) for jacket structure systems failure. Firstly, bow-tie (BT) technique is utilised to model the causal relationship between the system failure and potential accident scenarios. Subsequently, to relax the shortcomings of BT, Bayesian Belief Networks (BBNs) were established to dynamically assess associated uncertainties and conditional dependencies. The BBN is developed through a similitude mapping of the developed bow-tie. The BBN is used to update the failure probabilities of the contributing elements through diagnostic analysis, thus, providing a case-specific and realistic safety analysis method when compared to a bow-tie. This paper presents the application of dynamic safety analysis to guide the allocation of risk control measures and consequently, drive down the avoidable cost of remediation.

Keywords: Bayesian belief network, offshore decommissioning, dynamic safety model, quantitative risk analysis

Procedia PDF Downloads 281
8069 Forced Immigration to Turkey: The Socio-Spatial Impacts of Syrian Immigrants on Turkish Cities

Authors: Tolga Levent

Abstract:

Throughout the past few decades, forced immigration has been a significant problem for many developing countries. Turkey is one of those countries, which has experienced lots of forced immigration waves in the Republican era. However, the ongoing forced immigration wave of Syrians started with Syrian Civil War in 2011, is strikingly influential due to its intensity. In six years, approximately 3,4 million Syrians have entered to Turkey and presented high-level spatial concentrations in certain cities proximate to the Syrian border. These concentrations make Syrians and their problems relatively visible, especially in those cities. The problems of Syrians in Turkish cities could be associated with all dimensions of daily lives. Within economical dimension, high rates of Syrian unemployment push them to informal jobs offering very low wages. The financial aids they continuously demand from public authorities trigger anti-Syrian behaviors of local communities. Moreover, their relatively limited social adaptation capacities increase integration problems within social dimension day by day. Even, there are problems related to public health dimension such as the reappearance of certain child's illnesses due to the insufficiency of vaccination of Syrian children. These problems are significant but relatively easy to be prevented by using different types of management strategies and structural policies. However, there are other types of problems -urban problems- emerging with socio-spatial impacts of Syrians on Turkish cities in a very short period of time. There are relatively limited amount of studies about these impacts since they are difficult to be comprehended. The aim of the study, in this respect, is to understand these rapidly-emerging impacts and urban problems resulted from this massive immigration influx and to discuss new qualities of urban planning facing them. In the first part, there is a brief historical consideration of forced immigration waves in Turkey. These waves are important to make comparison with the ongoing immigration wave and to understand its significance. The second part is about quantitative and qualitative analyses of the spatial existence of Syrian immigrants in the city of Mersin, as an example of cities where Syrians are highly concentrated. By using official data from public authorities, quantitative statistical analyses are made to detect spatial concentrations of Syrians at neighborhood level. As methods of qualitative research, observations and in-depth interviews are used to define socio-spatial impacts of Syrians. The main results show that there emerges 'cities in cities' though sharp socio-spatial segregations which change density surfaces; produce unforeseen land-use patterns; result in inadequacies of public services and create degradations/deteriorations of urban environments occupied by Syrians. All these problems are significant; however, Turkish planning system does not have a capacity to cope with them. In the final part, there is a discussion about new qualities of urban planning facing these impacts and urban problems. The main point of discussion is the possibility of resilient urban planning under the conditions of uncertainty and unpredictability fostered by immigration crisis. Such a resilient planning approach might provide an option for countries aiming to cope with negative socio-spatial impacts of massive immigration influxes.

Keywords: cities, forced immigration, Syrians, urban planning

Procedia PDF Downloads 258
8068 Comparison of Seismic Retrofitting Methods for Existing Foundations in Seismological Active Regions

Authors: Peyman Amini Motlagh, Ali Pak

Abstract:

Seismic retrofitting of important structures is essential in seismological active zones. The importance is doubled when it comes to some buildings like schools, hospitals, bridges etc. because they are required to continue their serviceability even after a major earthquake. Generally, seismic retrofitting codes have paid little attention to retrofitting of foundations due to its construction complexity. In this paper different methods for seismic retrofitting of tall buildings’ foundations will be discussed and evaluated. Foundations are considered in three different categories. First, foundations those are in danger of liquefaction of their underlying soil. Second, foundations located on slopes in seismological active regions. Third, foundations designed according to former design codes and may show structural defects under earthquake loads. After describing different methods used in different countries for retrofitting of the existing foundations in seismological active regions, comprehensive comparison between these methods with regard to the above mentioned categories is carried out. This paper gives some guidelines to choose the best method for seismic retrofitting of tall buildings’ foundations in retrofitting projects.

Keywords: existing foundation, landslide, liquefaction, seismic retrofitting

Procedia PDF Downloads 395
8067 Evaluation of the Architect-Friendliness of LCA-Based Environmental Impact Assessment Tools

Authors: Elke Meex, Elke Knapen, Griet Verbeeck

Abstract:

The focus of sustainable building is gradually shifting from energy efficiency towards the more global environmental impact of building design during all life-cycle stages. In this context, many tools have been developed that use a LCA-approach to assess the environmental impact on a whole building level. Since the building design strongly influences the final environmental performance and the architect plays a key role in the design process, it is important that these tools are adapted to his work method and support the decision making from the early design phase on. Therefore, a comparative evaluation of the degree of architect-friendliness of some LCA tools on building level is made, based on an evaluation framework specifically developed for the architect’s viewpoint. In order to allow comparison of the results, a reference building has been designed, documented for different design phases and entered in all software tools. The evaluation according to the framework shows that the existing tools are not very architect-friendly. Suggestions for improvement are formulated.

Keywords: architect-friendliness, design supportive value, evaluation framework, tool comparison

Procedia PDF Downloads 545
8066 Clothes Identification Using Inception ResNet V2 and MobileNet V2

Authors: Subodh Chandra Shakya, Badal Shrestha, Suni Thapa, Ashutosh Chauhan, Saugat Adhikari

Abstract:

To tackle our problem of clothes identification, we used different architectures of Convolutional Neural Networks. Among different architectures, the outcome from Inception ResNet V2 and MobileNet V2 seemed promising. On comparison of the metrices, we observed that the Inception ResNet V2 slightly outperforms MobileNet V2 for this purpose. So this paper of ours proposes the cloth identifier using Inception ResNet V2 and also contains the comparison between the outcome of ResNet V2 and MobileNet V2. The document here contains the results and findings of the research that we performed on the DeepFashion Dataset. To improve the dataset, we used different image preprocessing techniques like image shearing, image rotation, and denoising. The whole experiment was conducted with the intention of testing the efficiency of convolutional neural networks on cloth identification so that we could develop a reliable system that is good enough in identifying the clothes worn by the users. The whole system can be integrated with some kind of recommendation system.

Keywords: inception ResNet, convolutional neural net, deep learning, confusion matrix, data augmentation, data preprocessing

Procedia PDF Downloads 191