Search results for: design parameters
6952 Via ad Reducendam Intensitatem Energiae Industrialis in Provincia Sino ad Conservationem Energiae
Authors: John Doe
Abstract:
This paper presents the research project “Escape Through Culture”, which is co-funded by the European Union and national resources through the Operational Programme “Competitiveness, Entrepreneurship and Innovation” 2014-2020 and the Single RTDI State Aid Action "RESEARCH - CREATE - INNOVATE". The project implementation is assumed by three partners, (1) the Computer Technology Institute and Press "Diophantus" (CTI), experienced with the design and implementation of serious games, natural language processing and ICT in education, (2) the Laboratory of Environmental Communication and Audiovisual Documentation (LECAD), part of the University of Thessaly, Department of Architecture, which is experienced with the study of creative transformation and reframing of the urban and environmental multimodal experiences through the use of AR and VR technologies, and (3) “Apoplou”, an IT Company with experience in the implementation of interactive digital applications. The research project proposes the design of innovative infrastructure of digital educational escape games for mobile devices and computers, with the use of Virtual Reality and Augmented Reality for the promotion of Greek cultural heritage in Greece and abroad. In particular, the project advocates the combination of Greek cultural heritage and literature, digital technologies advancements and the implementation of innovative gamifying practices. The cultural experience of the players will take place in 3 layers: (1) In space: the digital games produced are going to utilize the dual character of the space as a cultural landscape (the real space - landscape but also the space - landscape as presented with the technologies of augmented reality and virtual reality). (2) In literary texts: the selected texts of Greek writers will support the sense of place and the multi-sensory involvement of the user, through the context of space-time, language and cultural characteristics. (3) In the philosophy of the "escape game" tool: whether played in a computer environment, indoors or outdoors, the spatial experience is one of the key components of escape games. The innovation of the project lies both in the junction of Augmented/Virtual Reality with the promotion of cultural points of interest, as well as in the interactive, gamified practices of literary texts. The digital escape game infrastructure will be highly interactive, integrating the projection of Greek landscape cultural elements and digital literary text analysis, supporting the creation of escape games, establishing and highlighting new playful ways of experiencing iconic cultural places, such as Elefsina, Skiathos etc. The literary texts’ content will relate to specific elements of the Greek cultural heritage depicted by prominent Greek writers and poets. The majority of the texts will originate from Greek educational content available in digital libraries and repositories developed and maintained by CTI. The escape games produced will be available for use during educational field trips, thematic tourism holidays, etc. In this paper, the methodology adopted for infrastructure development will be presented. The research is based on theories of place, gamification, gaming development, making use of corpus linguistics concepts and digital humanities practices for the compilation and the analysis of literary texts.Keywords: escape games, cultural landscapes, gamification, digital humanities, literature
Procedia PDF Downloads 2456951 Politicizing Literature: Henry Fielding’s the Authors Farce and George II’s Policies of Nonsense and Ignorance
Authors: Samia Al-Shayban
Abstract:
Conventionally, Fielding Author’s Farce is read as an attack on literary and theatrical establishment. This paper attempt to read it as a disguised scathing political attack upon, King George II, his court and administration. Fielding achieves his design through complex dramatization based on implicit connections between King George II and the poor poet Luckless who shifts his stand from defending the liberties of the authors into becoming one of their oppressors. Through the same connection, the king is accused of being the originator and protector of literary corruption. To strengthen the attack against the king, the court of nonsense which appeared in Luckless’ play is connected to George II’s court through the presence of opera and ignorance. Thus, Fielding’s literary dramatization is used as a medium to expose the corrupting influence of the ruling elite. The King, his court and administration are all complacent in devaluing the English theatre and turning it into a circus that generate nothing but ignorance and poverty. This practice is deliberately designed to keep people ignorant and authors poor so they remain unable to challenge their corrupt politics.Keywords: fielding, King George II, ignorance, theatre, plays
Procedia PDF Downloads 5786950 Stability Analysis and Experimental Evaluation on Maxwell Model of Impedance Control
Authors: Le Fu, Rui Wu, Gang Feng Liu, Jie Zhao
Abstract:
Normally, impedance control methods are based on a model that connects a spring and damper in parallel. The series connection, namely the Maxwell model, has emerged as a counterpart and draw the attention of robotics researchers. In the theoretical analysis, it turns out that the two pattern are both equivalents to some extent, but notable differences of response characteristics exist, especially in the effect of damping viscosity. However, this novel impedance control design is lack of validation on realistic robot platforms. In this study, stability analysis and experimental evaluation are achieved using a 3-fingered Barrett® robotic hand BH8-282 endowed with tactile sensing, mounted on a torque-controlled lightweight and collaborative robot KUKA® LBR iiwa 14 R820. Object handover and incoming objects catching tasks are executed for validation and analysis. Experimental results show that the series connection pattern has much better performance in natural impact or shock absorption, which indicate promising applications in robots’ safe and physical interaction with humans and objects in various environments.Keywords: impedance control, Maxwell model, force control, dexterous manipulation
Procedia PDF Downloads 4986949 Secure Cryptographic Operations on SIM Card for Mobile Financial Services
Authors: Kerem Ok, Serafettin Senturk, Serdar Aktas, Cem Cevikbas
Abstract:
Mobile technology is very popular nowadays and it provides a digital world where users can experience many value-added services. Service Providers are also eager to offer diverse value-added services to users such as digital identity, mobile financial services and so on. In this context, the security of data storage in smartphones and the security of communication between the smartphone and service provider are critical for the success of these services. In order to provide the required security functions, the SIM card is one acceptable alternative. Since SIM cards include a Secure Element, they are able to store sensitive data, create cryptographically secure keys, encrypt and decrypt data. In this paper, we design and implement a SIM and a smartphone framework that uses a SIM card for secure key generation, key storage, data encryption, data decryption and digital signing for mobile financial services. Our frameworks show that the SIM card can be used as a controlled Secure Element to provide required security functions for popular e-services such as mobile financial services.Keywords: SIM card, mobile financial services, cryptography, secure data storage
Procedia PDF Downloads 3126948 Design and Implementation of a Hardened Cryptographic Coprocessor with 128-bit RISC-V Core
Authors: Yashas Bedre Raghavendra, Pim Vullers
Abstract:
This study presents the design and implementation of an abstract cryptographic coprocessor, leveraging AMBA(Advanced Microcontroller Bus Architecture) protocols - APB (Advanced Peripheral Bus) and AHB (Advanced High-performance Bus), to enable seamless integration with the main CPU(Central processing unit) and enhance the coprocessor’s algorithm flexibility. The primary objective is to create a versatile coprocessor that can execute various cryptographic algorithms, including ECC(Elliptic-curve cryptography), RSA(Rivest–Shamir–Adleman), and AES (Advanced Encryption Standard) while providing a robust and secure solution for modern secure embedded systems. To achieve this goal, the coprocessor is equipped with a tightly coupled memory (TCM) for rapid data access during cryptographic operations. The TCM is placed within the coprocessor, ensuring quick retrieval of critical data and optimizing overall performance. Additionally, the program memory is positioned outside the coprocessor, allowing for easy updates and reconfiguration, which enhances adaptability to future algorithm implementations. Direct links are employed instead of DMA(Direct memory access) for data transfer, ensuring faster communication and reducing complexity. The AMBA-based communication architecture facilitates seamless interaction between the coprocessor and the main CPU, streamlining data flow and ensuring efficient utilization of system resources. The abstract nature of the coprocessor allows for easy integration of new cryptographic algorithms in the future. As the security landscape continues to evolve, the coprocessor can adapt and incorporate emerging algorithms, making it a future-proof solution for cryptographic processing. Furthermore, this study explores the addition of custom instructions into RISC-V ISE (Instruction Set Extension) to enhance cryptographic operations. By incorporating custom instructions specifically tailored for cryptographic algorithms, the coprocessor achieves higher efficiency and reduced cycles per instruction (CPI) compared to traditional instruction sets. The adoption of RISC-V 128-bit architecture significantly reduces the total number of instructions required for complex cryptographic tasks, leading to faster execution times and improved overall performance. Comparisons are made with 32-bit and 64-bit architectures, highlighting the advantages of the 128-bit architecture in terms of reduced instruction count and CPI. In conclusion, the abstract cryptographic coprocessor presented in this study offers significant advantages in terms of algorithm flexibility, security, and integration with the main CPU. By leveraging AMBA protocols and employing direct links for data transfer, the coprocessor achieves high-performance cryptographic operations without compromising system efficiency. With its TCM and external program memory, the coprocessor is capable of securely executing a wide range of cryptographic algorithms. This versatility and adaptability, coupled with the benefits of custom instructions and the 128-bit architecture, make it an invaluable asset for secure embedded systems, meeting the demands of modern cryptographic applications.Keywords: abstract cryptographic coprocessor, AMBA protocols, ECC, RSA, AES, tightly coupled memory, secure embedded systems, RISC-V ISE, custom instructions, instruction count, cycles per instruction
Procedia PDF Downloads 706947 Effect of Various Durations of Type 2 Diabetes on Muscle Performance
Authors: Santosh Kumar Yadav, Shobha Keswani, Nishat Quddus, Sohrab Ahmad Khan, Zuheb Ahmad Shiddiqui, Varsha Chorsiya
Abstract:
Introduction: Early onset diabetes is more aggressive than the late onset diabetes. Diabetic individual has a greater spectrum of life period to suffer from its damage, complications, and long-term disability. This study aimed at assessing knee joint muscle performance under various durations of diabetes. Method and Materials: A total of 30 diabetic subjects (18 male and 12 females) without diabetic neuropathy were included for the study. They were divided into three groups with 5 years, 10 years and 15 years of duration of disease each. Muscle performance was evaluated through strength and flexibility. Peak torque for quadriceps muscle was measured using isokinetic dynamometer. Flexibility for quadriceps and hamstring muscles were measured through Ducan’s Elys test and 90/90 test. Results: The result showed significant difference in muscle strength (p<0.05), flexibility (p≤0.05) between groups. Discussion: Optimal muscle strength and flexibility are vital for musculoskeletal health and functional independence. Conclusion: The reduced muscle performance and functional impairment in nonneuropathic diabetic patients suggest that other mechanism besides neuropathy that contribute to altered biomechanics. These findings of this study project early management of these altered parameters through disease-specific physical therapy and assessment-based intervention. Clinical Relevance: Managing disability is more costly than managing disease. Prompt and timely identification and management strategy can dramatically reduce the cost of care for diabetic patients.Keywords: muscle flexibility, muscle performance, muscle torque, type 2 diabetes
Procedia PDF Downloads 3286946 Determining the Spatial Vulnerability Levels and Typologies of Coastal Cities to Climate Change: Case of Turkey
Authors: Mediha B. Sılaydın Aydın, Emine D. Kahraman
Abstract:
One of the important impacts of climate change is the sea level rise. Turkey is a peninsula, so the coastal areas of the country are threatened by the problem of sea level rise. Therefore, the urbanized coastal areas are highly vulnerable to climate change. At the aim of enhancing spatial resilience of urbanized areas, this question arises: What should be the priority intervention subject in the urban planning process for a given city. To answer this question, by focusing on the problem of sea level rise, this study aims to determine spatial vulnerability typologies and levels of Turkey coastal cities based on morphological, physical and social characteristics. As a method, spatial vulnerability of coastal cities is determined by two steps as level and type. Firstly, physical structure, morphological structure and social structure were examined in determining spatial vulnerability levels. By determining these levels, most vulnerable areas were revealed as a priority in adaptation studies. Secondly, all parameters are also used to determine spatial typologies. Typologies are determined for coastal cities in order to use as a base for urban planning studies. Adaptation to climate change is crucial for developing countries like Turkey so, this methodology and created typologies could be a guide for urban planners as spatial directors and an example for other developing countries in the context of adaptation to climate change. The results demonstrate that the urban settlements located on the coasts of the Marmara Sea, the Aegean Sea and the Mediterranean respectively, are more vulnerable than the cities located on the Black Sea’s coasts to sea level rise.Keywords: climate change, coastal cities, vulnerability, urban land use planning
Procedia PDF Downloads 3256945 The Effect of Multimedia Use on Students’ Academic Achievement and Course-Oriented Self-Efficacy
Authors: Hasan Coruk, Recep Cakir
Abstract:
This study aimed at investigating the effect of multimedia containing ‘the structure and properties of matter’ unit on students’ academic achievement level and self-efficacy relating to science and technology course. The study used an experimental design with pre-test and post-test groups. The data collection tools were ‘Science and Technology Course Achievement Test’ and ‘Science and Technology Self-Efficacy Scale’. The sample of the study consisted of 8th grade students at a primary school in Tokat Province. The study was carried out with 42 students from two classes, 21 (8 males, 13 females) from experimental group and 21 (13 males and 8 females) from control group. The data were analyzed in SPSS.18 software. The findings of the study indicated that the use of multimedia increased the students’ academic achievement in science and technology course in comparison with traditional teaching methods. It was also determined that there was not a significant difference in students’ course-oriented self-efficacy levels regarding the two methods. Necessary and feasible suggestions were put forward for whom it concerns.Keywords: multimedia learning, science and technology, the structure-properties of matter, self-efficacy, academic achievement
Procedia PDF Downloads 4536944 Research Development on the Role of Libraries and Librarians during COVID-19: A Scientometric Study
Authors: Saeed Ullah Jan, Muhammad Zahid
Abstract:
Purpose of study: The main theme of this study is to scrutinize and evaluate the available research on “role of libraries and librarians during COVID-19”. Design/Methodology/Approach: The quantitative research tool Bibliometric was used for the analysis of collected data. All the retrieved articles have been analyzed through MS office, MS Excel. Findings: It was depicted that 48 papers were published in 2021. The researchers from international countries have been published 45 and Pakistani researchers published only3 research papers on the subject cited above. Delimitations of the study: This study is delimited to the research articles published on the role of libraries and librarians during COVID-19. Practical implications: The findings of this study will be guideline for policy makers, higher ups and authorities of various facets of the libraries to revisit their priorities and work for the betterment of effective library culture in the country. Contribution to the knowledge: To the best of author's knowledge, no significant study has been done on this important topic of Library and Information Science research in Pakistan. This study will. add valuable literature the available literary world related to research development on the role of libraries and librarians during COVID-19.Keywords: role of libraries, COVID-19, libraries, librarians, Pakistan
Procedia PDF Downloads 1076943 Exploring Students’ Views on Science Education
Authors: Ahmad Alshammari
Abstract:
This study focused on exploring the students’ views about the science education in intermediate stage in State of Kuwait. This study used Social-Culture Theory (SCT) as a theoretical framework to understand the science curriculum reform process through the socio-cultural context and to discuss and explain the study findings. This study used a multi-method design, with both quantitative and qualitative methods to collect the data: students’ questionnaires and interviews. The study sample was selected randomly. First, the questionnaire was conducted with 647 students. Then 30 students (5 in each of 6 focus groups) were chosen to conduct the in-depth interviews. The findings of this study indicated the generally negative views of most of the students about the new science curriculum. The findings showed that most of the students have a negative attitude toward science, they have difficulty understanding most of the lessons, and they do not enjoy studying the science subject. This study recommends reviewing the new science curriculum (now currently in use) and taking into account the perspectives of the students about this curriculum. Developing and adapting the new science curriculum took place without taking into consideration the socio-culture and Islamic religion of Kuwaiti students. The MoE should deal with the relationship between science and culture and between science and religion, integrating more relevant science into the curriculum.Keywords: science education, students views, science curriculum, curriculum development
Procedia PDF Downloads 3196942 Early Gastric Cancer Prediction from Diet and Epidemiological Data Using Machine Learning in Mizoram Population
Authors: Brindha Senthil Kumar, Payel Chakraborty, Senthil Kumar Nachimuthu, Arindam Maitra, Prem Nath
Abstract:
Gastric cancer is predominantly caused by demographic and diet factors as compared to other cancer types. The aim of the study is to predict Early Gastric Cancer (ECG) from diet and lifestyle factors using supervised machine learning algorithms. For this study, 160 healthy individual and 80 cases were selected who had been followed for 3 years (2016-2019), at Civil Hospital, Aizawl, Mizoram. A dataset containing 11 features that are core risk factors for the gastric cancer were extracted. Supervised machine algorithms: Logistic Regression, Naive Bayes, Support Vector Machine (SVM), Multilayer perceptron, and Random Forest were used to analyze the dataset using Python Jupyter Notebook Version 3. The obtained classified results had been evaluated using metrics parameters: minimum_false_positives, brier_score, accuracy, precision, recall, F1_score, and Receiver Operating Characteristics (ROC) curve. Data analysis results showed Naive Bayes - 88, 0.11; Random Forest - 83, 0.16; SVM - 77, 0.22; Logistic Regression - 75, 0.25 and Multilayer perceptron - 72, 0.27 with respect to accuracy and brier_score in percent. Naive Bayes algorithm out performs with very low false positive rates as well as brier_score and good accuracy. Naive Bayes algorithm classification results in predicting ECG showed very satisfactory results using only diet cum lifestyle factors which will be very helpful for the physicians to educate the patients and public, thereby mortality of gastric cancer can be reduced/avoided with this knowledge mining work.Keywords: Early Gastric cancer, Machine Learning, Diet, Lifestyle Characteristics
Procedia PDF Downloads 1616941 Systematic NIR of Internal Disorder and Quality Detection of Apple Fruit
Authors: Eid Alharbi, Yaser Miaji, Saeed Alzahrani
Abstract:
The importance of fruit quality and freshness is potential in today’s life. Most recent studies show and automatic online sorting system according to the internal disorder for fresh apple fruit has developed by using near infrared (NIR) spectroscopic technology. The automatic convener belts system along with sorting mechanism was constructed. To check the internal quality of the apple fruit, apple was exposed to the NIR radiations in the range 650-1300 nm and the data were collected in form of absorption spectra. The collected data were compared to the reference (data of known sample) analyzed and an electronic signal was pass to the sorting system. The sorting system was separate the apple fruit samples according to electronic signal passed to the system. It is found that absorption of NIR radiation in the range 930-950 nm was higher in the internally defected samples as compared to healthy samples. On the base of this high absorption of NIR radiation in 930-950 nm region the online sorting system was constructed.Keywords: mechatronics design, NIR, fruit quality, spectroscopic technology
Procedia PDF Downloads 4966940 Dehydration of Residues from WTP for Application in Building Materials and Reuse of Water from the Waste Treatment: A Feasible Solution to Complete Treatment Systems
Authors: Marco Correa, Flavio Araujo, Paulo Scalize, Antonio Albuquerque
Abstract:
The increasing reduction of the volumes of surface water sources which supply most municipalities, as well as the continued rise of demand for treated water, combined with the disposal of effluents from washing of decanters and filters of the water treatment plants, generates a continuous search for correct environmentally solutions to these problems. The effluents generated by the water treatment industry need to be suitably processed for return to the environment or re-use. This article shows an alternative for the dehydration of sludge from the water treatment plants (WTP) and eventual disposal of sludge drained. Using the simple design methodology, we present a case study for a drainage in tanks geotextile, full-scale, which involve five sludge drainage tanks from WTP of the Rio Verde City. Aiming to the reutilization the water drained from the sludge and enabling its reuse both at the beginning of the treatment process at the WTP and in less noble services as for watering the gardens of the local town hall. The sludge will be used to production of building materials.Keywords: re-use, residue, sustainable, water treatment plants, sludge
Procedia PDF Downloads 4906939 Effect of Oral Clonidine Premedication on Subarachnoid Block Characteristics of 0.5 % Hyperbaric Bupivacaine for Laparoscopic Gynecological Procedures – A Randomized Control Study
Authors: Buchh Aqsa, Inayat Umar
Abstract:
Background- Clonidine, α 2 agonist, possesses several properties to make it valuable adjuvant for spinal anesthesia. The study was aimed to evaluate the clinical effects of oral clonidine premedication for laparoscopic gynecological procedures under subarachnoid block. Patients and method- Sixtyfour adult female patients of ASA physical status I and II, aged 25 to 45 years and scheduled for laparoscopic gynecological procedures under the subarachnoid block, were randomized into two comparable equal groups of 32 patients each to received either oral clonidine, 100 µg (Group I) or placebo (Group II), 90 minutes before the procedure. Subarachnoid block was established with of 3.5 ml of 0.5% hyperbaric bupivacaine in all patients. Onset and duration of sensory and motor block, maximum cephalad level, and the regression time to reach S1 sensory level were assessed as primary end points. Sedation, hemodynamic variability, and respiratory depression or any other side effects were evaluated as secondary outcomes. Results- The demographic profile was comparable. The intraoperative hemodynamic parameters showed significant differences between groups. Oral clonidine was accelerated the onset time of sensory and motor blockade and extended the duration of sensory block (216.4 ± 23.3 min versus 165 ± 37.2 min, P <0.05). The duration of motor block showed no significant difference. The sedation score was more than 2 in the clonidine group as compared to the control group. Conclusion- Oral clonidine premedication has extended the duration of sensory analgesia with arousable sedation. It also prevented the post spinal shivering of the subarachnoid block.Keywords: oral clonidine, subarachnoid block, sensory analgesia, laparoscopic gynaecological
Procedia PDF Downloads 826938 Microalgae as Promising Biostimulants of Plant Tolerance Against Heavy Metals
Authors: Soufiane Fal, Abderahim Aasfar, Ali Ouhssain, Hasnae Choukri, Abelaziz Smouni, Hicham El Arroussi
Abstract:
Heavy metals contamination is a major environmental concern around the world. It has a harmful impact on plant productivity and poses a serious risk to humans and animals health. In the present study, the effect of Microalgae Crude Extract (MCE) on tomato growth and nutrients uptake exposed to 2 mM Pb2+ and Cd2+ was investigated. In results, 2 mM Pb2+ and Cd2+ showed a significant reduction of tomatobiomass and perturbation in nutrients absorption. Moreover, MCE application in tomato plant exposed to Pb2+ and Cd2+ showed a significant enhancement of biomass compared to tomato plants under Pb2+ and Cd2+. On the other hand, MCE application favoured heavy metals accumulation in root and inhibited their translocation to shoot as phytostabilisation mechanism. Tomato plants showed biochemical responses to Pb2+ and Cd2+ stress with elevation of scavenging enzymes and molecules such as POD, CAT, SOD, Proline, and polyphenols, etc. In addition, the treatment by MCE showed a significant reduction level of the majority of these parameters. Furthermore, the metabolomic analysis revealed a significant change in important metabolites. Pb2+ and Cd2+ showed decrease in SFA and increase of UFA, VLFA, alkanes, alkenes, sterols, which known accumulated as tolerance and resistance mechanism to heavy metal (H.M) stress. However, MCE treatment showed the inverse of these response to return tomato plants to normal state and enhanced tolerance and resistance to heavy metal stress. In the present study, we emphasized that MCE can alleviate H.M stress, enhance tomato plant growth nutrients absorption and improve biochemical responses.Keywords: microalgae crude extract, heavy metal stress, nutrient uptake, metabolomic analysis, solanum lycopersicum (Tomato), phytostabilisation
Procedia PDF Downloads 1146937 A Dual-Polarized Wideband Probe for Near-Field Antenna Measurement
Authors: K. S. Sruthi
Abstract:
Antennas are one of the most important parts of a communication chain. They are used for both communication and calibration purposes. New developments in probe technologies have enabled near-field probes with much larger bandwidth. The objective of this paper is to design, simulate and fabricate a dual polarized wide band inverted quad ridged shape horn antenna which can be used as measurement probe for near field measurements. The inverted quad-ridged horn antenna probe not only provides measurement in the much wider range but also provides dual-polarization measurement thus enabling antenna developers to measure UWB, UHF, VHF antennas more precisely and at lower cost. The antenna is designed to meet the characteristics such as high gain, light weight, linearly polarized with suppressed side lobes for near-field measurement applications. The proposed antenna is simulated with commercially available packages such as Ansoft HFSS. The antenna gives a moderate gain over operating range while delivering a wide bandwidth.Keywords: near-field antenna measurement, inverted quad-ridge horn antenna, wideband Antennas, dual polarized antennas, ansoft HFSS
Procedia PDF Downloads 4256936 Cross Ventilation in Waterfront Urban Canyons: The Case Study of Alexandria
Authors: Bakr Gomaa
Abstract:
Cross ventilation is an important and practical mean to achieve thermal comfort and conserve energy. This is especially true in the breezy waterfront settings. However, due to a number of factors, cross ventilation in buildings is usually studied by using oversimplified scenarios. It is then reasonable to study the impact of complex set of factors on the accuracy of predicting air flow rate because of wind driven cross ventilation. The objective of this paper is to provide architects with the tools necessary to achieve natural ventilation for cooling purposes in a waterfront urban canyon context. Also, urban canyons have not received much attention in terms of their impact on cross ventilation, and while we know how the wind flows between buildings in different urban canyon settings, the effect of the parallel-to-the-wind urban canyon on cross ventilation in buildings remains unclear. For this, we use detailed weather data, boundary layer correction factor, and CFD simulations to study the pressure patterns that form on the canyons surfaces in the case study of Alexandria. We found that the simplified numerical methods of calculating the cross ventilation in buildings can lead to inaccurate design decisions.Keywords: cross ventilation, Alexandria, CFD, urban canyon
Procedia PDF Downloads 2556935 A Multi-Templated Fe-Ni-Cu Ion Imprinted Polymer for the Selective and Simultaneous Removal of Toxic Metallic Ions from Wastewater
Authors: Morlu Stevens, Bareki Batlokwa
Abstract:
The use of treated wastewater is widely employed to compensate for the scarcity of safe and uncontaminated freshwater. However, the existence of toxic heavy metal ions in the wastewater pose a health hazard to animals and the environment, hence, the importance for an effective technique to tackle the challenge. A multi-templated ion imprinted sorbent (Fe,Ni,Cu-IIP) for the simultaneous removal of heavy metal ions from waste water was synthesised employing molecular imprinting technology (MIT) via thermal free radical bulk polymerization technique. Methacrylic acid (MAA) was employed as the functional monomer, and ethylene glycol dimethylacrylate (EGDMA) as cross-linking agent, azobisisobutyronitrile (AIBN) as the initiator, Fe, Ni, Cu ions as template ions, and 1,10-phenanthroline as the complexing agent. The template ions were exhaustively washed off the synthesized polymer by solvent extraction in several washing steps, while periodically increasing solvent (HCl) concentration from 1.0 M to 10.0 M. The physical and chemical properties of the sorbents were investigated using Fourier Transform Infrared Spectroscopy (FT-IR), X-ray Diffraction (XRD) and Atomic Force Microscopy (AFM) were employed. Optimization of operational parameters such as time, pH and sorbent dosage to evaluate the effectiveness of sorbents were investigated and found to be 15 min, 7.5 and 666.7 mg/L respectively. Selectivity of ion-imprinted polymers and competitive sorption studies between the template and similar ions were carried out and showed good selectivity towards the targeted metal ion by removing 90% - 98% of the templated ions as compared to 58% - 62% of similar ions. The sorbents were further applied for the selective removal of Fe, Ni and Cu from real wastewater samples and recoveries of 92.14 ± 0.16% - 106.09 ± 0.17% and linearities of R2 = 0.9993 - R2 = 0.9997 were achieved.Keywords: ion imprinting, ion imprinted polymers, heavy metals, wastewater
Procedia PDF Downloads 3146934 A Hardware-in-the-loop Simulation for the Development of Advanced Control System Design for a Spinal Joint Wear Simulator
Authors: Kaushikk Iyer, Richard M Hall, David Keeling
Abstract:
Hardware-in-the-loop (HIL) simulation is an advanced technique for developing and testing complex real-time control systems. This paper presents the benefits of HIL simulation and how it can be implemented and used effectively to develop, test, and validate advanced control algorithms used in a spinal joint Wear simulator for the Tribological testing of spinal disc prostheses. spinal wear simulator is technologically the most advanced machine currently employed For the in-vitro testing of newly developed spinal Discimplants. However, the existing control techniques, such as a simple position control Does not allow the simulator to test non-sinusoidal waveforms. Thus, there is a need for better and advanced control methods that can be developed and tested Rigorouslybut safely before deploying it into the real simulator. A benchtop HILsetupis was created for experimentation, controller verification, and validation purposes, allowing different control strategies to be tested rapidly in a safe environment. The HIL simulation aspect in this setup attempts to replicate similar spinal motion and loading conditions. The spinal joint wear simulator containsa four-Barlinkpowered by electromechanical actuators. LabVIEW software is used to design a kinematic model of the spinal wear Simulator to Validatehow each link contributes towards the final motion of the implant under test. As a result, the implant articulates with an angular motion specified in the international standards, ISO-18192-1, that define fixed, simplified, and sinusoid motion and load profiles for wear testing of cervical disc implants. Using a PID controller, a velocity-based position control algorithm was developed to interface with the benchtop setup that performs HIL simulation. In addition to PID, a fuzzy logic controller (FLC) was also developed that acts as a supervisory controller. FLC provides intelligence to the PID controller by By automatically tuning the controller for profiles that vary in amplitude, shape, and frequency. This combination of the fuzzy-PID controller is novel to the wear testing application for spinal simulators and demonstrated superior performance against PIDwhen tested for a spectrum of frequency. Kaushikk Iyer is a Ph.D. Student at the University of Leeds and an employee at Key Engineering Solutions, Leeds, United Kingdom, (e-mail: [email protected], phone: +44 740 541 5502). Richard M Hall is with the University of Leeds, the United Kingdom as a professor in the Mechanical Engineering Department (e-mail: [email protected]). David Keeling is the managing director of Key Engineering Solutions, Leeds, United Kingdom (e-mail: [email protected]). Results obtained are successfully validated against the load and motion tolerances specified by the ISO18192-1 standard and fall within limits, that is, ±0.5° at the maxima and minima of the motion and ±2 % of the complete cycle for phasing. The simulation results prove the efficacy of the test setup using HIL simulation to verify and validate the accuracy and robustness of the prospective controller before its deployment into the spinal wear simulator. This method of testing controllers enables a wide range of possibilities to test advanced control algorithms that can potentially test even profiles of patients performing various dailyliving activities.Keywords: Fuzzy-PID controller, hardware-in-the-loop (HIL), real-time simulation, spinal wear simulator
Procedia PDF Downloads 1716933 Optimization and Simulation Models Applied in Engineering Planning and Management
Authors: Abiodun Ladanu Ajala, Wuyi Oke
Abstract:
Mathematical simulation and optimization models packaged within interactive computer programs provide a common way for planners and managers to predict the behaviour of any proposed water resources system design or management policy before it is implemented. Modeling presents a principal technique of predicting the behaviour of the proposed infrastructural designs or management policies. Models can be developed and used to help identify specific alternative plans that best meet those objectives. This study discusses various types of models, their development, architecture, data requirements, and applications in the field of engineering. It also outlines the advantages and limitations of each the optimization and simulation models presented. The techniques explored in this review include; dynamic programming, linear programming, fuzzy optimization, evolutionary algorithms and finally artificial intelligence techniques. Previous studies carried out using some of the techniques mentioned above were reviewed, and most of the results from different researches showed that indeed optimization and simulation provides viable alternatives and predictions which form a basis for decision making in building engineering structures and also in engineering planning and management.Keywords: linear programming, mutation, optimization, simulation
Procedia PDF Downloads 5906932 Building Scalable and Accurate Hybrid Kernel Mapping Recommender
Authors: Hina Iqbal, Mustansar Ali Ghazanfar, Sandor Szedmak
Abstract:
Recommender systems uses artificial intelligence practices for filtering obscure information and can predict if a user likes a specified item. Kernel mapping Recommender systems have been proposed which are accurate and state-of-the-art algorithms and resolve recommender system’s design objectives such as; long tail, cold-start, and sparsity. The aim of research is to propose hybrid framework that can efficiently integrate different versions— namely item-based and user-based KMR— of KMR algorithm. We have proposed various heuristic algorithms that integrate different versions of KMR (into a unified framework) resulting in improved accuracy and elimination of problems associated with conventional recommender system. We have tested our system on publically available movies dataset and benchmark with KMR. The results (in terms of accuracy, precision, recall, F1 measure and ROC metrics) reveal that the proposed algorithm is quite accurate especially under cold-start and sparse scenarios.Keywords: Kernel Mapping Recommender Systems, hybrid recommender systems, cold start, sparsity, long tail
Procedia PDF Downloads 3386931 Methylene Blue Removal Using NiO nanoparticles-Sand Adsorption Packed Bed
Authors: Nedal N. Marei, Nashaat Nassar
Abstract:
Many treatment techniques have been used to remove the soluble pollutants from wastewater as; dyes and metal ions which could be found in rich amount in the used water of the textile and tanneries industry. The effluents from these industries are complex, containing a wide variety of dyes and other contaminants, such as dispersants, acids, bases, salts, detergents, humectants, oxidants, and others. These techniques can be divided into physical, chemical, and biological methods. Adsorption has been developed as an efficient method for the removal of heavy metals from contaminated water and soil. It is now recognized as an effective method for the removal of both organic and inorganic pollutants from wastewaters. Nanosize materials are new functional materials, which offer high surface area and have come up as effective adsorbents. Nano alumina is one of the most important ceramic materials widely used as an electrical insulator, presenting exceptionally high resistance to chemical agents, as well as giving excellent performance as a catalyst for many chemical reactions, in microelectronic, membrane applications, and water and wastewater treatment. In this study, methylene blue (MB) dye has been used as model dye of textile wastewater in order to synthesize a synthetic MB wastewater. NiO nanoparticles were added in small percentage in the sand packed bed adsorption columns to remove the MB from the synthetic textile wastewater. Moreover, different parameters have been evaluated; flow of the synthetic wastewater, pH, height of the bed, percentage of the NiO to the sand in the packed material. Different mathematical models where employed to find the proper model which describe the experimental data and help to analyze the mechanism of the MB adsorption. This study will provide good understanding of the dyes adsorption using metal oxide nanoparticles in the classical sand bed.Keywords: adsorption, column, nanoparticles, methylene
Procedia PDF Downloads 2696930 Beyond Learning Classrooms: An Undergraduate Experience at Instituto Politecnico Nacional Mexico
Authors: Jorge Sandoval Lezama, Arturo Ivan Sandoval Rodriguez, Jose Arturo Correa Arredondo
Abstract:
This work aims to share innovative educational experiences at IPN Mexico, that involve collaborative learning at institutional and global level through course competition and global collaboration projects. Students from universities in China, USA, South Korea, Canada and Mexico collaborate to design electric vehicles to solve global urban mobility problems. The participation of IPN students in the 2015-2016 global competition (São Paolo, Brazil and Cincinnati, USA) Reconfigurable Shared-Use Mobility Systems allowed to apply pedagogical strategies of groups of collaboration and of learning based on projects where they shared activities, commitments and goals, demonstrating that students were motivated to develop / self-generate their knowledge with greater meaning and understanding. One of the most evident achievements is that the students are self-managed, so the most advanced students train the students who join the project with CAD, CAE, CAM tools. Likewise, the motivation achieved is evident since in 2014 there were 12 students involved in the project, and there are currently more than 70 students.Keywords: collaboration projects, global competency, course competition, active learning
Procedia PDF Downloads 2756929 Assessment of Forest Above Ground Biomass Through Linear Modeling Technique Using SAR Data
Authors: Arjun G. Koppad
Abstract:
The study was conducted in Joida taluk of Uttara Kannada district, Karnataka, India, to assess the land use land cover (LULC) and forest aboveground biomass using L band SAR data. The study area covered has dense, moderately dense, and sparse forests. The sampled area was 0.01 percent of the forest area with 30 sampling plots which were selected randomly. The point center quadrate (PCQ) method was used to select the tree and collected the tree growth parameters viz., tree height, diameter at breast height (DBH), and diameter at the tree base. The tree crown density was measured with a densitometer. Each sample plot biomass was estimated using the standard formula. In this study, the LULC classification was done using Freeman-Durden, Yamaghuchi and Pauli polarimetric decompositions. It was observed that the Freeman-Durden decomposition showed better LULC classification with an accuracy of 88 percent. An attempt was made to estimate the aboveground biomass using SAR backscatter. The ALOS-2 PALSAR-2 L-band data (HH, HV, VV &VH) fully polarimetric quad-pol SAR data was used. SAR backscatter-based regression model was implemented to retrieve forest aboveground biomass of the study area. Cross-polarization (HV) has shown a good correlation with forest above-ground biomass. The Multi Linear Regression analysis was done to estimate aboveground biomass of the natural forest areas of the Joida taluk. The different polarizations (HH &HV, VV &HH, HV & VH, VV&VH) combination of HH and HV polarization shows a good correlation with field and predicted biomass. The RMSE and value for HH & HV and HH & VV were 78 t/ha and 0.861, 81 t/ha and 0.853, respectively. Hence the model can be recommended for estimating AGB for the dense, moderately dense, and sparse forest.Keywords: forest, biomass, LULC, back scatter, SAR, regression
Procedia PDF Downloads 266928 Developing Innovative Participatory Visual Toolkits for Community Story Collection
Authors: Jiawei Dai, Xinrong Li, Yulong Sun, Yunxiao Hao
Abstract:
Recently, participatory approaches have become popular in a variety of fields, including social work, community, and population health, as important research tools for researchers to understand and immerse communities and conceptualize social phenomena. The participatory visual research methods promote the diversification and depth of the exploration process and communication forms to support the feasibility and practicality of the scheme, which helps to further inspire designers and avoid blind spots caused by the solidification of single thinking. This paper focuses on how to develop visual toolkits for participatory methods to assist and shape crowd participation and trigger idea generation in community issues. This project helps to verify the value of participatory visual tools in shaping participation and arousing expression, which provides support for gaining community diversity insights and community problem-solving. In addition, a visual toolbox was developed based on an actual case in a community for field testing, and further discussion was carried out after the data results were analyzed.Keywords: participatory design, community service, visual toolbox, visual metaphor
Procedia PDF Downloads 936927 Effect of Rhythmic Auditory Stimulation on Gait in Patients with Stroke
Authors: Mohamed Ahmed Fouad
Abstract:
Background: Stroke is the most leading cause to functional disability and gait problems. Objectives: The purpose of this study was to determine the effect of rhythmic auditory stimulation combined with treadmill training on selected gait kinematics in stroke patients. Methods: Thirty male stroke patients participated in this study. The patients were assigned randomly into two equal groups, (study and control). Patients in the study group received treadmill training combined with rhythmic auditory stimulation in addition to selected physical therapy program for hemiparetic patients. Patients in the control group received treadmill training in addition to the same selected physical therapy program including strengthening, stretching, weight bearing, balance exercises and gait training. Biodex gait trainer 2 TM was used to assess selected gait kinematics (step length, step cycle, walking speed, time on each foot and ambulation index) before and after six weeks training period (end of treatment) for both groups. Results: There was a statistically significant increase in walking speed, step cycle, step length, percent of the time on each foot and ambulation index in both groups post-treatment. The improvement in gait parameters post-treatment was significantly higher in the study group compared to the control. Conclusion: Rhythmic auditory stimulation combined with treadmill training is effective in improving selected gait kinematics in stroke patients when added to the selected physical therapy program.Keywords: stroke, rhythmic auditory stimulation, treadmill training, gait kinematics
Procedia PDF Downloads 2456926 Agricultural Land Suitability Analysis of Kampe-Omi Irrigation Scheme Using Remote Sensing and Geographic Information System
Authors: Olalekan Sunday Alabi, Titus Adeyemi Alonge, Olumuyiwa Idowu Ojo
Abstract:
Agricultural land suitability analysis and mapping play an imperative role for sustainable utilization of scarce physical land resources. The objective of this study was to prepare spatial database of physical land resources for irrigated agriculture and to assess land suitability for irrigation and developing suitable area map of the study area. The study was conducted at Kampe-Omi irrigation scheme located at Yagba West Local Government Area of Kogi State, Nigeria. Temperature and rainfall data of the study area were collected for 10 consecutive years (2005-2014). Geographic Information System (GIS) techniques were used to develop irrigation land suitability map of the study area. Attribute parameters such as the slope, soil properties, topography of the study area were used for the analysis. The available data were arranged, proximity analysis of Arc-GIS was made, and this resulted into five mapping units. The final agricultural land suitability map of the study area was derived after overlay analysis. Based on soil composition, slope, soil properties and topography, it was concluded that; Kampe-Omi has rich sandy loam soil, which is viable for agricultural purpose, the soil composition is made up of 60% sand and 40% loam. The land-use pattern map of Kampe-Omi has vegetal area and water-bodies covering 55.6% and 19.3% of the total assessed area respectively. The landform of Kampe-Omi is made up of 41.2% lowlands, 37.5% normal lands and 21.3% highlands. Kampe-Omi is adequately suitable for agricultural purpose while an extra of 20.2% of the area is highly suitable for agricultural purpose making 72.6% while 18.7% of the area is slightly suitable.Keywords: remote sensing, GIS, Kampe–Omi, land suitability, mapping
Procedia PDF Downloads 2126925 An Easy-Applicable Method for In situ Silver Nanoparticles Preparation into Wool Fibers
Authors: Salwa Mowafi, Mohamed Rehan, Hany Kafafy
Abstract:
In this study, three different systems including room temperature, conventional water bath heating and microwave irradiation technique will be employed in the fabrication of silver nanoparticle-wool fibers. The silver nanoparticles will be synthesized in-situ incorporated into wool fibers under redox active bio-template of wool protein which facilitates the reduction of Ag+ to nanoparticulate Ag0. Silver NPs incorporated wool fiber will be characterized by scanning electron microscopy, energy dispersive X-ray, FTIR, TGA, silver content and X-ray photoelectron spectroscopy. The mechanism of binding Ag NPs in-situ incorporated wool fibers matrix will be discussed. The effect of silver nanoparticles on the coloration, antimicrobial, UV-protection and catalytic properties of the wool fibers will be evaluated. The overall results of this study indicate that the Ag NPs in-situ incorporated wool fibers will be applied as colorants for wool fibers with improving in its multi-functionality properties. So, this study provides a simple approach for innovative protein fibers design by applying the optical properties of Plasmonic noble metal nanoparticles.Keywords: microwave irradiation technique, multi-functionality properties, silver nanoparticles, wool fibers
Procedia PDF Downloads 2076924 Thermal Image Segmentation Method for Stratification of Freezing Temperatures
Authors: Azam Fazelpour, Saeed R. Dehghani, Vlastimil Masek, Yuri S. Muzychka
Abstract:
The study uses an image analysis technique employing thermal imaging to measure the percentage of areas with various temperatures on a freezing surface. An image segmentation method using threshold values is applied to a sequence of image recording the freezing process. The phenomenon is transient and temperatures vary fast to reach the freezing point and complete the freezing process. Freezing salt water is subjected to the salt rejection that makes the freezing point dynamic and dependent on the salinity at the phase interface. For a specific area of freezing, nucleation starts from one side and end to another side, which causes a dynamic and transient temperature in that area. Thermal cameras are able to reveal a difference in temperature due to their sensitivity to infrared radiance. Using Experimental setup, a video is recorded by a thermal camera to monitor radiance and temperatures during the freezing process. Image processing techniques are applied to all frames to detect and classify temperatures on the surface. Image processing segmentation method is used to find contours with same temperatures on the icing surface. Each segment is obtained using the temperature range appeared in the image and correspond pixel values in the image. Using the contours extracted from image and camera parameters, stratified areas with different temperatures are calculated. To observe temperature contours on the icing surface using the thermal camera, the salt water sample is dropped on a cold surface with the temperature of -20°C. A thermal video is recorded for 2 minutes to observe the temperature field. Examining the results obtained by the method and the experimental observations verifies the accuracy and applicability of the method.Keywords: ice contour boundary, image processing, image segmentation, salt ice, thermal image
Procedia PDF Downloads 3206923 Digital Library Evaluation by SWARA-WASPAS Method
Authors: Mehmet Yörükoğlu, Serhat Aydın
Abstract:
Since the discovery of the manuscript, mechanical methods for storing, transferring and using the information have evolved into digital methods over the time. In this process, libraries that are the center of the information have also become digitized and become accessible from anywhere and at any time in the world by taking on a structure that has no physical boundaries. In this context, some criteria for information obtained from digital libraries have become more important for users. This paper evaluates the user criteria from different perspectives that make a digital library more useful. The Step-Wise Weight Assessment Ratio Analysis-Weighted Aggregated Sum Product Assessment (SWARA-WASPAS) method is used with flexibility and easy calculation steps for the evaluation of digital library criteria. Three different digital libraries are evaluated by information technology experts according to five conflicting main criteria, ‘interface design’, ‘effects on users’, ‘services’, ‘user engagement’ and ‘context’. Finally, alternatives are ranked in descending order.Keywords: digital library, multi criteria decision making, SWARA-WASPAS method
Procedia PDF Downloads 151