Search results for: multivariate data analysis
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 41254

Search results for: multivariate data analysis

17344 A Framework for Vacant City-Owned Land to Be Utilised for Urban Agriculture: The Case of Cape Town, South Africa

Authors: P. S. Van Staden, M. M. Campbell

Abstract:

Vacant City of Cape Town-owned land lying un-utilized and -productive could be developed for land uses such as urban agriculture that may improve the livelihoods of low income families. The new City of Cape Town zoning scheme includes an Urban Agriculture zoning for the first time. Unstructured qualitative interviews among town planners revealed their optimism about this inclusion as it will provide low-income residents with opportunities to generate an income. An existing farming community at Philippi, located within the municipal boundary of the city, was approached and empirical data obtained through questionnaires provided proof that urban agriculture could be viable in a coastal metropolitan city such as Cape Town even if farmers only produce for their own households. The lease method proposed for urban agriculture is a usufruct agreement conferring the right to another party, other than the legal owner, to enjoy the use and advantages of the property.

Keywords: land uses, urban agriculture, agriculture, food engineering

Procedia PDF Downloads 285
17343 Optimal Design of Polymer Based Piezoelectric Actuator with Varying Thickness and Length Ratios

Authors: Vineet Tiwari, R. K. Dwivedi, Geetika Srivastava

Abstract:

Piezoelectric cantilevers are exploited for their use in sensors and actuators. In this study, a unimorph cantilever beam is considered as a study element with a piezoelectric polymer Polyvinylidene fluoride (PVDF) layer bonded to a substrate layer. The different substrates like polysilicon, stainless steel and silicon nitride are tried for the study. An effort has been made to optimize and study the effect of the various parameters of the device in order to achieve maximum tip deflection. The variation of the tip displacement of the cantilever with respect to the length ratio of the nonpiezoelectric layer to the piezoelectric layer has been studied. The electric response of this unimorph cantilever beam is simulated with the help of finite element analysis software COMSOL Multiphysics.

Keywords: actuators, cantilever, piezoelectric, sensors, PVDF

Procedia PDF Downloads 418
17342 Analysis of Teachers' Self Efficacy in Terms of Emotional Intelligence

Authors: Ercan Yilmaz, Ali Murat Sünbül

Abstract:

The aim of the study is to investigate teachers’ self-efficacy with regards to their emotional intelligence. The relational model was used in the study. The participant of the study included 194 teachers from secondary schools in Konya, Turkey. In order to assess teachers’ emotional intelligence, “Trait Emotional Intelligence Questionnaire-short Form was implemented. For teachers’ self-efficacy, “Teachers’ Sense of Self-Efficacy Scale” was used. As a result of the study, a significant relationship is available between teachers’ sense of self-efficacy and their emotional intelligence. Teachers’ emotional intelligence enucleates approximate eighteen percent of the variable in dimension named teachers’ self-efficacy for the students’ involvement. About nineteen percent of the variable in dimension “self-efficacy for teaching strategies is represented through emotional intelligence. Teachers’ emotional intelligence demonstrates about seventeen percent of variable aimed at classroom management.

Keywords: teachers, self-efficacy, emotional intelligence, education

Procedia PDF Downloads 438
17341 Economic Analysis of Policy Instruments for Energy Efficiency

Authors: Etidel Labidi

Abstract:

Energy efficiency improvement is one of the means to reduce energy consumption and carbon emissions. Recently, some developed countries have implemented the tradable white certificate scheme (TWC) as a new policy instrument based on market approach to support energy efficiency improvements. The major focus of this paper is to compare the White Certificates (TWC) scheme as an innovative policy instrument for energy efficiency improvement to other policy instruments: energy taxes and regulations setting a minimum level of energy efficiency. On the basis of our theoretical discussion and numerical simulation, we show that the white certificates system is the most interesting policy instrument for saving energy because it generates the most important level of energy savings and the least increase in energy service price.

Keywords: energy savings, energy efficiency, energy policy, white certificates

Procedia PDF Downloads 319
17340 A Balance Sheet On The Value Of Aid Funding And Delivery: Ingo To Ngo Pathways In Nigeria

Authors: Glory Okereke

Abstract:

Several research on the value of aid funding and delivery have emphasized the importance of partnership and accountability in implementing development projects between INGOs and NGOs. Despite challenges in accessing detailed information on their impact due to the extension of information they are willing to provide, this pathway has been seen as an alternative approach and more beneficial than aid funding and delivery through the state. This paper tends to analyze this relationship using liberal and international relations theories to understand the positive and negative aspects of INGO to NGO pathway as a better alternative to economic development. Looking through a broad spectrum of economic development, the paper focuses on Nigeria and analyzes existing empirical literature of INGOs with local NGOs with a comparative analysis of bilateral aid relations with the Nigerian government.

Keywords: NGOS, development, Nigeria, liberal theories, aid

Procedia PDF Downloads 20
17339 Analysis of Scattering Behavior in the Cavity of Phononic Crystals with Archimedean Tilings

Authors: Yi-Hua Chen, Hsiang-Wen Tang, I-Ling Chang, Lien-Wen Chen

Abstract:

The defect mode of two-dimensional phononic crystals with Archimedean tilings was explored in the present study. Finite element method and supercell method were used to obtain dispersion relation of phononic crystals. The simulations of the acoustic wave propagation within phononic crystals are demonstrated. Around the cavity which is created by removing several cylinders in the perfect Archimedean tilings, whispering-gallery mode (WGM) can be observed. The effects of the cavity geometry on the WGM modes are investigated. The WGM modes with high Q-factor and high cavity pressure can be obtained by phononic crystals with Archimedean tilings.

Keywords: defect mode, Archimedean tilings, phononic crystals, whispering-gallery modes

Procedia PDF Downloads 495
17338 Audio-Visual Co-Data Processing Pipeline

Authors: Rita Chattopadhyay, Vivek Anand Thoutam

Abstract:

Speech is the most acceptable means of communication where we can quickly exchange our feelings and thoughts. Quite often, people can communicate orally but cannot interact or work with computers or devices. It’s easy and quick to give speech commands than typing commands to computers. In the same way, it’s easy listening to audio played from a device than extract output from computers or devices. Especially with Robotics being an emerging market with applications in warehouses, the hospitality industry, consumer electronics, assistive technology, etc., speech-based human-machine interaction is emerging as a lucrative feature for robot manufacturers. Considering this factor, the objective of this paper is to design the “Audio-Visual Co-Data Processing Pipeline.” This pipeline is an integrated version of Automatic speech recognition, a Natural language model for text understanding, object detection, and text-to-speech modules. There are many Deep Learning models for each type of the modules mentioned above, but OpenVINO Model Zoo models are used because the OpenVINO toolkit covers both computer vision and non-computer vision workloads across Intel hardware and maximizes performance, and accelerates application development. A speech command is given as input that has information about target objects to be detected and start and end times to extract the required interval from the video. Speech is converted to text using the Automatic speech recognition QuartzNet model. The summary is extracted from text using a natural language model Generative Pre-Trained Transformer-3 (GPT-3). Based on the summary, essential frames from the video are extracted, and the You Only Look Once (YOLO) object detection model detects You Only Look Once (YOLO) objects on these extracted frames. Frame numbers that have target objects (specified objects in the speech command) are saved as text. Finally, this text (frame numbers) is converted to speech using text to speech model and will be played from the device. This project is developed for 80 You Only Look Once (YOLO) labels, and the user can extract frames based on only one or two target labels. This pipeline can be extended for more than two target labels easily by making appropriate changes in the object detection module. This project is developed for four different speech command formats by including sample examples in the prompt used by Generative Pre-Trained Transformer-3 (GPT-3) model. Based on user preference, one can come up with a new speech command format by including some examples of the respective format in the prompt used by the Generative Pre-Trained Transformer-3 (GPT-3) model. This pipeline can be used in many projects like human-machine interface, human-robot interaction, and surveillance through speech commands. All object detection projects can be upgraded using this pipeline so that one can give speech commands and output is played from the device.

Keywords: OpenVINO, automatic speech recognition, natural language processing, object detection, text to speech

Procedia PDF Downloads 69
17337 Modal FDTD Method for Wave Propagation Modeling Customized for Parallel Computing

Authors: H. Samadiyeh, R. Khajavi

Abstract:

A new FD-based procedure, modal finite difference method (MFDM), is proposed for seismic wave propagation modeling, in which simulation is dealt with in the modal space. The method employs eigenvalues of a characteristic matrix formed by appropriate time-space FD stencils. Since MFD runs for different modes are totally independent of each other, MFDM can easily be parallelized while considerable simplicity in parallel-algorithm is also achieved. There is no requirement to any domain-decomposition procedure and inter-core data exchange. More important is the possibility to skip processing of less-significant modes, which enables one to adjust the procedure up to the level of accuracy needed. Thus, in addition to considerable ease of parallel programming, computation and storage costs are significantly reduced. The method is qualified for its efficiency by some numerical examples.

Keywords: Finite Difference Method, Graphics Processing Unit (GPU), Message Passing Interface (MPI), Modal, Wave propagation

Procedia PDF Downloads 280
17336 Effects of Animal Metaphor on Consumer Response to Product Advertising

Authors: Wen-Hsien Huang, Hsu-Ting Hsu

Abstract:

While advertisers often use animal metaphors to promote product performance, representing through the use of a product image together with an animal-like messenger to imply the undesirable health states of not using the product, the effect of such metaphors on persuasion remains unclear. The current research addresses this issue by investigating how consumers perceive and react to animal metaphor advertising in the context of product promotion. Three studies are carried out using field and experimental data. The findings demonstrate that animal metaphor ads are less persuasive than non-metaphor ads and that ads with animal-like messengers (as opposed to human messengers) activate stronger dehumanization perceptions, which in turn lead to lower product choice, product evaluation and purchase intention, regardless of whether the animal metaphors are presented visually in the picture or verbally in the headline. Furthermore, when the metaphorical pairing includes a more disliked animal, consumer reaction was less favorable. The implications of the findings for advertisers considering the use of animalized messengers are discussed.

Keywords: animal metaphor, dehumanization, product evaluation, health communication

Procedia PDF Downloads 66
17335 The Role of Public Education in Increasing Public Awareness through Mass Media with Emphasis on Newspapers and TV: Coping with Possible Earthquake in Tehran

Authors: Naser Charkhsaz, Ashraf Sadat Mousavi, Navvab Shamspour

Abstract:

This study aimed to evaluate the role of state education in increasing public awareness through mass media (with emphasis on newspapers and TV) coping with possible earthquake in Tehran. All residents aged 15 to 65 who live in the five regions of Tehran (North, South, East, West and Center) during the plan implementation were selected and studied. The required sample size in each region was calculated based on the Cochran formula (n=380). In order to collect and analyze the data, a questionnaire with reliability (82%) and a one-sample t-test has been used, respectively. The results showed that warnings related to the Tehran earthquake affected people in the pre-contemplation stage, while public education through mass media did not promote public awareness about prevention, preparedness and rehabilitation.

Keywords: media, disaster, knowledge, Iranian Red Crescent society

Procedia PDF Downloads 304
17334 Influence of High Temperature and Humidity on Polymer Composites Used in Relining of Sewage

Authors: Parastou Kharazmi, Folke Björk

Abstract:

Some of the main causes for degradation of polymeric materials are thermal aging, hydrolysis, oxidation or chemical degradation by acids, alkalis or water. The first part of this paper provides a brief summary of advances in technology, methods and specification of composite materials for relining as a rehabilitation technique for sewage systems. The second part summarizes an investigation on frequently used composite materials for relining in Sweden, the rubber filled epoxy composite and reinforced polyester composite when they were immersed in deionized water or in dry conditions, and elevated temperatures up to 80°C in the laboratory. The tests were conducted by visual inspection, microscopy, Dynamic Mechanical Analysis (DMA), Differential Scanning Calorimetry (DSC) as well as mechanical testing, three point bending and tensile testing.

Keywords: composite, epoxy, polyester, relining, sewage

Procedia PDF Downloads 330
17333 Automatic Vehicle Detection Using Circular Synthetic Aperture Radar Image

Authors: Leping Chen, Daoxiang An, Xiaotao Huang

Abstract:

Automatic vehicle detection using synthetic aperture radar (SAR) image has been widely researched, as well as using optical remote sensing images. However, most researches treat the detection as an independent problem, failing to make full use of SAR data information. In circular SAR (CSAR), the two long borders of vehicle will shrink if the imaging surface is set higher than the reference one. Based on above variance, an automatic vehicle detection using CSAR image is proposed to enhance detection ability under complex environment, such as vehicles’ closely packing, which confuses the detector. The detection method uses the multiple images generated by different height plane to obtain an energy-concentrated image for detecting and then uses the maximally stable extremal regions method (MSER) to detect vehicles. A result of vehicles’ detection is given to verify the effectiveness and correctness of proposed method.

Keywords: circular SAR, vehicle detection, automatic, imaging

Procedia PDF Downloads 355
17332 Gender-Based Violence in Pakistan: Addressing the Root Causes

Authors: Hafiz Awais Ahmad

Abstract:

This paper aims to examine the root causes of gender-based violence (GBV) in Pakistan and proposes strategies to address this issue. Using a qualitative approach, this study analyzed data from various sources, including interviews with survivors of GBV and experts in the field. The findings revealed that GBV in Pakistan is deeply rooted in patriarchal attitudes and practices, economic insecurity, lack of education, and limited access to justice. The study recommends a multi-faceted approach to address GBV, including legislative reforms, awareness-raising campaigns, economic empowerment, and improved access to justice for survivors. Furthermore, the study highlights the importance of engaging men and boys in efforts to address GBV and promote gender equality. The findings of this study have important implications for policy-makers, practitioners, and researchers working towards ending GBV in Pakistan.

Keywords: gender-based violence, Pakistan, legislative reforms, advocacy

Procedia PDF Downloads 132
17331 Financial Instrument with High Investment Risk on the Warsaw Stock Exchange

Authors: Piotr Prewysz-Kwinto

Abstract:

The market of financial instruments with high risk is developing very dynamically in recent years and attracts more and more interest of investors. It consists essentially of two groups of instruments, i.e. derivatives and exchange traded product (ETP), and each year new types are introduced and offered to investors. The aim of this paper is to present the principles concerning financial instruments with high investment risk available on the Warsaw Stock Exchange (WSE), because they have quite complex constructions, and to evaluate the development of this market. In order to achieve this aim, statistical data from 2014-2016 was analyzed. The results confirm that the financial instruments with high investment risk available on the WSE constitute a diversified and the most numerous group of financial instruments and attract the most interest of investors. Responsible investing requires, however, a good knowledge of how they work and how they can generate profit to not expose oneself to unexpected losses.

Keywords: derivatives, exchange traded products (ETP), financial instruments, financial market, risk, stock exchange

Procedia PDF Downloads 364
17330 Impact of Work and Family Conflict on Employee Self Esteem

Authors: Romana P. Khokhar

Abstract:

The purpose of this study was to explore the impact of work-family conflict on self-esteem. On the basis of the literature reviewed, it was hypothesized that 1) work-family conflict has an impact on self- esteem, 2). There would be a gender difference on the variable of work family conflict. Data for this study was taken from a sample of 70 employees within the banking industry since this industry is generally associated with higher levels of work-family conflict. Statistical tests performed were regression and t-test. Self-esteem was assessed with the 10-item Rosenberg Self-Esteem Scale (RSE; Rosenberg, 1965) and Work-Family Conflict Scale (WFCS; Netemeyer, R. G., Boles, J. S., & McMurrian, R. 1996) was used to assess the level of work –family conflict. The results indicated that an increase in work-family conflict resulted in lower self-esteem due to the various pressures evidenced in a complicated network of direct and indirect influences. It was also determined that there is less effect of work-family conflict on the female workers, as opposed to the male population, leading to the conclusion that in the case of the female workers the impact on self-esteem was not significant.

Keywords: work and family conflict, self-esteem, employee

Procedia PDF Downloads 482
17329 A Study of Emotional Intelligence and Perceived Stress among First and Second Year Medical Students in South India

Authors: Nitin Joseph

Abstract:

Objectives: This study was done to assess emotional intelligence levels and to find out its association with socio demographic variables and perceived stress among medical students. Material and Methods: This study was done among first and second year medical students. Data was collected using a self-administered questionnaire. Results: Emotional intelligence scores was found to significantly increase with age of the participants (F=2.377, P < 0.05). Perceived stress was found to be significantly more among first year (t=1.997, P=0.05). Perceived stress was found to significantly decrease with increasing emotional intelligence scores (r = – 0.226, P < 0.001). Conclusion: First year students were found to be more vulnerable to stress than their seniors probably due to lesser emotional intelligence. As both these parameters are related, ample measures to improve emotional intelligence needs to be supported in the training curriculum of beginners so as to make them more stress free during early student life.

Keywords: emotional intelligence, medical students, perceived stress, socio demographic variables

Procedia PDF Downloads 440
17328 Key Factors Influencing the Purchasing Decisions of Low Emission Cars: A Comparative Study between Egypt and Slovenia

Authors: O. Alaa, D. Ahmed, R. Baher, K. Matjaz

Abstract:

This paper provides a study of the factors influencing the purchasing of low emission vehicles. In order to achieve the objectives of the paper, and in the light of the pool of literature and availability of data, the authors relied on qualitative methods to offers a comparison between Egypt as a developing country and Slovenia as a developed country, through analysing a survey that involves an Egyptian sample and Slovenian samples, it also studies the effect of different push and pull methods on different buyers in order to help the governments as well as the manufacturers to understand the most significant factors that affect the purchasing behaviour of LEV in the future. The results of this paper show the important vehicle performance factors, financial considerations, and environmental considerations along with the gender and age of the consumer show that consumers are more interested in the total price of the car than in different taxes.

Keywords: low emission vehicles, purchasing behavior, developed countries, developing countries

Procedia PDF Downloads 125
17327 Concept and Implementation of Religious Tourism as a City Icon; Case Study: Golden Dome Mosque in Depok, Indonesia

Authors: Azhari Fauzan

Abstract:

Dian Al Mahri Mosque or more known as Golden Dome Mosque is one of the biggest mosques in Southeast Asia which located in Depok, West Java Province, Indonesia. Instead of a place for praying, this beautiful Mosque is also becoming an icon of Depok for religious tourism destination. The purpose of this study is to understand the concept and objective of religious tourism, also how to be implemented as an icon of the city. As a qualitative method, the data was collected by direct interview with three of the most influential persons: K. H. Amirudin Said S. Q. MA as a Manager of the Mosque, K. H. Dr. Mohammad Idris, MA as a Major of Depok, and Mulyamto as a Head of Tourism Department of Depok. As a result, Golden Dome Mosque involves three integrated aspects (social, economic, and cultural) which can be implemented to evaluate their daily activities and services in order to define themselves as a religious tourism destination.

Keywords: city icon, golden mosque, Muslim Indonesia, religious tourism

Procedia PDF Downloads 298
17326 The Effects of Land Grabbing on Livelihood Assets and Its Implication on Food Production in Ghana: A Case Study of Bui Dam Construction Project

Authors: Charles Kwaku Oppong

Abstract:

This study examined the effects of the agricultural land grabbed for the Bui Dam project on the livelihoods assets of the affected people and its implication on food production. Both quantitative and qualitative data were collected through the use of focus group discussions, questionnaire administration, interview guide, and observations. It was found that the land grabbing incident in the study communities as a result of the Bui Dam construction has resulted in the improvements in the physical assets of the affected people. The findings also indicated that local food crop production and the quantity of fish catch have dwindled after the land grabs. Contrary to this, the local people’s access to the natural capital, particularly the local land for agricultural activities has been worsened. The study recommends alternative sustainable livelihood for the affected people by the local government.

Keywords: land grabbing, livelihood, asset, food production

Procedia PDF Downloads 153
17325 Antecedent and Outcome of New Product Development in Leather Industry, Bangkok and Vicinity, Thailand

Authors: Bundit Pungnirund

Abstract:

The purposes of this research were to develop and to monitor the antecedent factors which directly affected the success rate of new product development. This was a case study of the leather industry in Bangkok, Thailand. A total of 350 leather factories were used as a sample group. The findings revealed that the new product development model was harmonized with the empirical data at the acceptable level, the statistic values are: x^2=6.45, df= 7, p-value = .48856; RMSEA = .000; RMR = .0029; AGFI = .98; GFI = 1.00. The independent variable that directly influenced the dependent variable at the highest level was marketing outcome which had a influence coefficient at 0.32 and the independent variables that indirectly influenced the dependent variables at the highest level was a clear organization policy which had a influence coefficient at 0.17, whereas, all independent variables can predict the model at 48 percent.

Keywords: antecedent, new product development, leather industry, Thailand

Procedia PDF Downloads 289
17324 Equilibrium and Kinetic Studies of Lead Adsorption on Activated Carbon Derived from Mangrove Propagule Waste by Phosphoric Acid Activation

Authors: Widi Astuti, Rizki Agus Hermawan, Hariono Mukti, Nurul Retno Sugiyono

Abstract:

The removal of lead ion (Pb2+) from aqueous solution by activated carbon with phosphoric acid activation employing mangrove propagule as precursor was investigated in a batch adsorption system. Batch studies were carried out to address various experimental parameters including pH and contact time. The Langmuir and Freundlich models were able to describe the adsorption equilibrium, while the pseudo first order and pseudo second order models were used to describe kinetic process of Pb2+ adsorption. The results show that the adsorption data are seen in accordance with Langmuir isotherm model and pseudo-second order kinetic model.

Keywords: activated carbon, adsorption, equilibrium, kinetic, lead, mangrove propagule

Procedia PDF Downloads 150
17323 Facial Emotion Recognition with Convolutional Neural Network Based Architecture

Authors: Koray U. Erbas

Abstract:

Neural networks are appealing for many applications since they are able to learn complex non-linear relationships between input and output data. As the number of neurons and layers in a neural network increase, it is possible to represent more complex relationships with automatically extracted features. Nowadays Deep Neural Networks (DNNs) are widely used in Computer Vision problems such as; classification, object detection, segmentation image editing etc. In this work, Facial Emotion Recognition task is performed by proposed Convolutional Neural Network (CNN)-based DNN architecture using FER2013 Dataset. Moreover, the effects of different hyperparameters (activation function, kernel size, initializer, batch size and network size) are investigated and ablation study results for Pooling Layer, Dropout and Batch Normalization are presented.

Keywords: convolutional neural network, deep learning, deep learning based FER, facial emotion recognition

Procedia PDF Downloads 247
17322 Analysis of a Double Pipe Heat Exchanger Performance by Use of Porous Baffles and Nanofluids

Authors: N. Targui, H. Kahalerras

Abstract:

The present work is a numerical simulation of nanofluids flow in a double pipe heat exchanger provided with porous baffles. The hot nanofluid flows in the inner cylinder, whereas the cold nanofluid circulates in the annular gap. The Darcy-Brinkman-Forchheimer model is adopted to describe the flow in the porous regions, and the governing equations with the appropriate boundary conditions are solved by the finite volume method. The results reveal that the addition of metallic nanoparticles enhances the rate of heat transfer in comparison to conventional fluids but this augmentation is accompanied by an increase in pressure drop. The highest heat exchanger performances are obtained when nanoparticles are added only to the cold fluid.

Keywords: double pipe heat exchanger, nanofluids, nanoparticles, porous baffles

Procedia PDF Downloads 229
17321 Performance Analysis of ERA Using Fuzzy Logic in Wireless Sensor Network

Authors: Kamalpreet Kaur, Harjit Pal Singh, Vikas Khullar

Abstract:

In Wireless Sensor Network (WSN), the main limitation is generally inimitable energy consumption during processing of the sensor nodes. Cluster head (CH) election is one of the main issues that can reduce the energy consumption. Therefore, discovering energy saving routing protocol is the focused area for research. In this paper, fuzzy-based energy aware routing protocol is presented, which enhances the stability and network lifetime of the network. Fuzzy logic ensures the well-organized selection of CH by taking four linguistic variables that are concentration, energy, centrality, and distance to base station (BS). The results show that the proposed protocol shows better results in requisites of stability and throughput of the network.

Keywords: ERA, fuzzy logic, network model, WSN

Procedia PDF Downloads 262
17320 Mainstreaming Willingness among Black Owned Informal Small Micro Micro Enterprises in South Africa

Authors: Harris Maduku, Irrshad Kaseeram

Abstract:

The objective of this paper is to understand the factors behind the formalisation willingness of South African black owned SMMEs. Cross-sectional data were collected using a questionnaire from 390 informal businesses in Johannesburg and Pretoria using stratified random sampling and clustered sampling. This study employed a multinomial logistic regression to quantitatively understand what encourages informal SMMEs to be willing to mainstreaming their operations. We find government support, corruption, employment compensation, family labour, success perception, education status, age and financing as key drivers on willingness of SMMEs to formalize their operations. The findings of our study points to government departments to invest more on both financial and non-financial strategies like capacity building and business education on informal SMMEs to cultivate their willingness to mainstream.

Keywords: mainstreaming, transition, informal, willingness, multinomial logit

Procedia PDF Downloads 137
17319 Dosimetric Comparison among Different Head and Neck Radiotherapy Techniques Using PRESAGE™ Dosimeter

Authors: Jalil ur Rehman, Ramesh C. Tailor, Muhammad Isa Khan, Jahnzeeb Ashraf, Muhammad Afzal, Geofferry S. Ibbott

Abstract:

Purpose: The purpose of this analysis was to investigate dose distribution of different techniques (3D-CRT, IMRT and VMAT) of head and neck cancer using 3-dimensional dosimeter called PRESAGETM Dosimeter. Materials and Methods: Computer tomography (CT) scans of radiological physics center (RPC) head and neck anthropomorphic phantom with both RPC standard insert and PRESAGETM insert were acquired separated with Philipp’s CT scanner and both CT scans were exported via DICOM to the Pinnacle version 9.4 treatment planning system (TPS). Each plan was delivered twice to the RPC phantom first containing the RPC standard insert having TLD and film dosimeters and then again containing the Presage insert having 3-D dosimeter (PRESAGETM) by using a Varian True Beam linear accelerator. After irradiation, the standard insert including point dose measurements (TLD) and planar Gafchromic® EBT film measurement were read using RPC standard procedure. The 3D dose distribution from PRESAGETM was read out with the Duke Midsized optical scanner dedicated to RPC (DMOS-RPC). Dose volume histogram (DVH), mean and maximal doses for organs at risk were calculated and compared among each head and neck technique. The prescription dose was same for all head and neck radiotherapy techniques which was 6.60 Gy/friction. Beam profile comparison and gamma analysis were used to quantify agreements among film measurement, PRESAGETM measurement and calculated dose distribution. Quality assurances of all plans were performed by using ArcCHECK method. Results: VMAT delivered the lowest mean and maximum doses to organ at risk (spinal cord, parotid) than IMRT and 3DCRT. Such dose distribution was verified by absolute dose distribution using thermoluminescent dosimeter (TLD) system. The central axial, sagittal and coronal planes were evaluated using 2D gamma map criteria(± 5%/3 mm) and results were 99.82% (axial), 99.78% (sagital), 98.38% (coronal) for VMAT plan and found the agreement between PRESAGE and pinnacle was better than IMRT and 3D-CRT plan excludes a 7 mm rim at the edge of the dosimeter. Profile showed good agreement for all plans between film, PRESAGE and pinnacle and 3D gamma was performed for PTV and OARs, VMAT and 3DCRT endow with better agreement than IMRT. Conclusion: VMAT delivered lowered mean and maximal doses to organs at risk and better PTV coverage during head and neck radiotherapy. TLD, EBT film and PRESAGETM dosimeters suggest that VMAT was better for the treatment of head and neck cancer than IMRT and 3D-CRT.

Keywords: RPC, 3DCRT, IMRT, VMAT, EBT2 film, TLD, PRESAGETM

Procedia PDF Downloads 375
17318 Mineralogical Study of the Triassic Clay of Maaziz and the Miocene Marl of Akrach in Morocco: Analysis and Evaluating of the Two Geomaterials for the Construction of Ceramic Bricks

Authors: Sahar El Kasmi, Ayoub Aziz, Saadia Lharti, Mohammed El Janati, Boubker Boukili, Nacer El Motawakil, Mayom Chol Luka Awan

Abstract:

Two types of geomaterials (Red Triassic clay from the Maaziz region and Yellow Pliocene clay from the Akrach region) were used to create different mixtures for the fabrication of ceramic bricks. This study investigated the influence of the Pliocene clay on the overall composition and mechanical properties of the Triassic clay. The red Triassic clay, sourced from Maaziz, underwent various mechanical processes and treatments to facilitate its transformation into ceramic bricks for construction. The triassic clay was subjected to a drying chamber and a heating chamber at 100°C to remove moisture. Subsequently, the dried clay samples were processed using a Planetary Babs ll Mill to reduce particle size and improve homogeneity. The resulting clay material was sieved, and the fine particles below 100 mm were collected for further analysis. In parallel, the Miocene marl obtained from the Akrach region was fragmented into finer particles and subjected to similar drying, grinding, and sieving procedures as the triassic clay. The two clay samples are then amalgamated and homogenized in different proportions. Precise measurements were taken using a weighing balance, and mixtures of 90%, 80%, and 70% Triassic clay with 10%, 20%, and 30% yellow clay were prepared, respectively. To evaluate the impact of Pliocene marl on the composition, the prepared clay mixtures were spread evenly and treated with a water modifier to enhance plasticity. The clay was then molded using a brick-making machine, and the initial manipulation process was observed. Additional batches were prepared with incremental amounts of Pliocene marl to further investigate its effect on the fracture behavior of the clay, specifically their resistance. The molded clay bricks were subjected to compression tests to measure their strength and resistance to deformation. Additional tests, such as water absorption tests, were also conducted to assess the overall performance of the ceramic bricks fabricated from the different clay mixtures. The results were analyzed to determine the influence of the Pliocene marl on the strength and durability of the Triassic clay bricks. The results indicated that the incorporation of Pliocene clay reduced the fracture of the triassic clay, with a noticeable reduction observed at 10% addition. No fractures were observed when 20% and 30% of yellow clay are added. These findings suggested that yellow clay can enhance the mechanical properties and structural integrity of red clay-based products.

Keywords: triassic clay, pliocene clay, mineralogical composition, geo-materials, ceramics, akach region, maaziz region, morocco.

Procedia PDF Downloads 67
17317 Utilization of Cloud-Based Learning Platform for the Enhancement of IT Onboarding System

Authors: Christian Luarca

Abstract:

The study aims to define the efficiency of e-Trainings by the use of cloud platform as part of the onboarding process for IT support engineers. Traditional lecture based trainings involves human resource to guide and assist new hires as part of onboarding which takes time and effort. The use of electronic medium as a platform for training provides a two-way basic communication that can be done in a repetitive manner. The study focuses on determining the most efficient manner of learning the basic knowledge on IT support in the shortest time possible. This was determined by conducting the same set of knowledge transfer categories in two different approaches, one being the e-Training and the other using the traditional method. Performance assessment will be done by the use of Service Tracker Assessment (STA) Tool and Service Manager. Data gathered from this ongoing study will promote the utilization of e-Trainings in the IT onboarding process.

Keywords: cloud platform, e-Training, efficiency, onboarding

Procedia PDF Downloads 143
17316 Teachers' Perceptions on Teaching Saudi English Special Edition Textbooks in Respect of Culture

Authors: Sumayyah Qaed J. Alsulami

Abstract:

English as a foreign language (EFL) in Saudi Arabia is still new and evolving. Recently, many of the university language centres that provide intensive and mandatory English courses for the preparatory-year students have been working to develop English teaching. These centres emphasise teaching using 'special editions' textbooks for Saudi students. While the government has been working to provide social and economic policies that intend to open up and communicate widely with the world, there is a need to educate Saudi citizens to be aware and understand others in order to promote tolerance and accept others, especially in a conservative culture like Saudi Arabia. In this study, the data will be English teachers’ views on teaching culture using the special edition textbooks that will be conducted by semi-structured interviews. Teachers’ views will manifest to what extent these textbooks are used interculturally to teach the students.

Keywords: EFL, intercultural teaching, teachers' views, textbooks

Procedia PDF Downloads 129
17315 How Strategic Urban Design Promote Sustainable Urban Mobility: A Comparative Analysis of Cities from Global North and Global South

Authors: Rati Sandeep Choudhari

Abstract:

Mobility flows are considered one of the most important elements of urbanisation, with transport infrastructure serving as a backbone of urban fabrics. Although rapid urbanisation and changing land use patterns have led to an increase in urban mobility levels around the globe, mobility, in general, has become an unpleasant experience for city dwellers, making locations around the city inconvenient to access. With public transport featured in almost every sustainable mobility plan in developing countries, the intermodality and integration with appropriate non–motorised transport infrastructure is often neglected. As a result, people choose to use private cars and two-wheelers to travel, rendering public transit systems underutilised, and encroaching onto pedestrian space on streets, thus making urban mobility unsafe and inconvenient for a major section of society. On the other hand, cities in the West, especially in Europe, depend heavily on inter–modal transit systems, allowing people to shift between metros, buses, trams, walking, and cycling to access even the remote locations of the city. Keeping accessibility as the focal point while designing urban mobility plans and policies, these cities have appropriately refined their urban form, optimised urban densities, developed a multimodal transit system, and adopted place-making strategies to foster a sense of place, thus, improving the quality of urban mobility experience in cities. Using a qualitative research approach, the research looks in detail into the existing literature on what kind of strategies can be applied to improve the urban mobility experience for city dwellers. It further studies and draws out a comparative analysis of cities in both developed and developing parts of the world where these strategies have been used to create people-centric mobility systems, fostering a sense of place with respect to urban mobility and how these strategies affected their social, economic, and environmental dynamics. The examples reflect on how different strategies like redefining land use patterns to form close knit neighbourhoods, development of non – motorise transit systems, and their integration with public transport infrastructure and place-making approach has helped in enhancing the quality and experience of mobility infrastructure in cities. The research finally concludes by laying out strategies that can be adopted by cities of the Global South to develop future mobility systems in a people-centric and sustainable way.

Keywords: urban mobility, sustainable transport, strategic planning, people-centric approach

Procedia PDF Downloads 111