Search results for: power consumption
4579 Overcoming 4-to-1 Decryption Failure of the Rabin Cryptosystem
Authors: Muhammad Rezal Kamel Ariffin, Muhammad Asyraf Asbullah
Abstract:
The square root modulo problem is a known primitive in designing an asymmetric cryptosystem. It was first attempted by Rabin. Decryption failure of the Rabin cryptosystem caused by the 4-to-1 decryption output is overcome efficiently in this work. The proposed scheme to overcome the decryption failure issue (known as the AAβ-cryptosystem) is constructed using a simple mathematical structure, it has low computational requirements and would enable communication devices with low computing power to deploy secure communication procedures efficiently.Keywords: Rabin cryptosystem, 4-to-1 decryption failure, square root modulo problem, integer factorization problem
Procedia PDF Downloads 4804578 Antioxidative Effect of Bauhinia acuminata Water Extract Consumption in Rat
Authors: Amornnat Thuppia, Pornrut Rabintossaporn, Suphaket Saenthaweesuk, Nuntiya Somparn
Abstract:
The aim of this present study was to determine the antioxidant effects and its mechanism of aqueous leaves extract of Bauhinia acuminata (BA) in rat. The extract was screened for its phytochemical contents and antioxidant activity in vitro. Moreover, the extract was studied in rats to evaluate its effects in vivo. Rats were orally administered with the extract at the dose of 50, 100 and 200 mg/kg for 28 days. Phytochemical screening of plant extracts showed the presence of saponin, alkaloid, cardiac glycosides, flavonoids, tannin and steroid compounds. The extract contained phenolic compounds 53.36 ± 1.01 mg of gallic acid equivalents per gram BA extract. The free radical scavenging activity assessed by DPPH assay gave IC50 of 44.47 ± 2.83 µg/mL, which is relatively lower than that of BHT with IC50 of 12.34 ± 1.14µg/mL. In the animals, the extract was well tolerated by the animals throughout the 28 days of study as shown by normal serum levels AST, ALP, ALT, BUN and Cr as well as normal histology of liver and pancreatic and kidney tissue. Significantly, reduction of serum oxidative stress markers malondialdehyde (MDA) was found in rat treated with BA extract compared with control. Taken together, this study provides evidence that Bauhinia acuminata (BA) exhibits direct antioxidant properties and induces cytoprotective enzyme in vivo.Keywords: Bauhinia acuminata, antioxidant, malondialdehyde (MDA), oxidative marker
Procedia PDF Downloads 2744577 Using Virtual Reality to Convey the Information of Food Supply Chain
Authors: Xinrong Li, Jiawei Dai
Abstract:
Food production, food safety, and the food supply chain are causing a great challenge to human health and the environment. Different kinds of food have different environmental costs. Therefore, a healthy diet can alleviate this problem to a certain extent. In this project, an online questionnaire was conducted to understand the purchase behaviour of consumers and their attitudes towards basic food information. However, the data shows that the public's current consumption habits and ideology do not meet the long-term development of sustainable social needs. In order to solve the environmental problems caused by the unbalanced diet of the public and the social problems of unequal food distribution, the purpose of this paper is to explore how to use the emerging media of VR to visualize food supply chain information so as to attract users' attention to the environmental cost of food. In this project, the food supply chain of imported and local cheese was compared side-by-side in the virtual reality environment, including the origin, transportation, sales, and other processes, which can effectively help users understand the difference between the two processes and environmental costs. Besides, the experimental data demonstrated that the participant would like to choose low environmental cost food after experiencing the whole process.Keywords: virtual reality, information design, food supply chain, environmental cost
Procedia PDF Downloads 1014576 Understanding Health-Related Properties of Grapes by Pharmacokinetic Modelling of Intestinal Absorption
Authors: Sophie N. Selby-Pham, Yudie Wang, Louise Bennett
Abstract:
Consumption of grapes promotes health and reduces the risk of chronic diseases due to the action of grape phytochemicals in regulation of Oxidative Stress and Inflammation (OSI). The bioefficacy of phytochemicals depends on their absorption in the human body. The time required for phytochemicals to achieve maximal plasma concentration (Tₘₐₓ) after oral intake reflects the time window of maximal bioefficacy of phytochemicals, with Tₘₐₓ dependent on physicochemical properties of phytochemicals. This research collated physicochemical properties of grape phytochemicals from white and red grapes to predict their Tₘₐₓ using pharmacokinetic modelling. The predicted values of Tₘₐₓ were then compared to the measured Tₘₐₓ collected from clinical studies to determine the accuracy of prediction. In both liquid and solid intake forms, white grapes exhibit a shorter Tₘₐₓ range (0.5-2.5 h) versus red grapes (1.5-5h). The prediction accuracy of Tₘₐₓ for grape phytochemicals was 33.3% total error of prediction compared to the mean, indicating high prediction accuracy. Pharmacokinetic modelling allows prediction of Tₘₐₓ without costly clinical trials, informing dosing frequency for sustained presence of phytochemicals in the body to optimize the health benefits of phytochemicals.Keywords: absorption kinetics, phytochemical, phytochemical absorption prediction model, Vitis vinifera
Procedia PDF Downloads 1514575 Integrating the Modbus SCADA Communication Protocol with Elliptic Curve Cryptography
Authors: Despoina Chochtoula, Aristidis Ilias, Yannis Stamatiou
Abstract:
Modbus is a protocol that enables the communication among devices which are connected to the same network. This protocol is, often, deployed in connecting sensor and monitoring units to central supervisory servers in Supervisory Control and Data Acquisition, or SCADA, systems. These systems monitor critical infrastructures, such as factories, power generation stations, nuclear power reactors etc. in order to detect malfunctions and ignite alerts and corrective actions. However, due to their criticality, SCADA systems are vulnerable to attacks that range from simple eavesdropping on operation parameters, exchanged messages, and valuable infrastructure information to malicious modification of vital infrastructure data towards infliction of damage. Thus, the SCADA research community has been active over strengthening SCADA systems with suitable data protection mechanisms based, to a large extend, on cryptographic methods for data encryption, device authentication, and message integrity protection. However, due to the limited computation power of many SCADA sensor and embedded devices, the usual public key cryptographic methods are not appropriate due to their high computational requirements. As an alternative, Elliptic Curve Cryptography has been proposed, which requires smaller key sizes and, thus, less demanding cryptographic operations. Until now, however, no such implementation has been proposed in the SCADA literature, to the best of our knowledge. In order to fill this gap, our methodology was focused on integrating Modbus, a frequently used SCADA communication protocol, with Elliptic Curve based cryptography and develop a server/client application to demonstrate the proof of concept. For the implementation we deployed two C language libraries, which were suitably modify in order to be successfully integrated: libmodbus (https://github.com/stephane/libmodbus) and ecc-lib https://www.ceid.upatras.gr/webpages/faculty/zaro/software/ecc-lib/). The first library provides a C implementation of the Modbus/TCP protocol while the second one offers the functionality to develop cryptographic protocols based on Elliptic Curve Cryptography. These two libraries were combined, after suitable modifications and enhancements, in order to give a modified version of the Modbus/TCP protocol focusing on the security of the data exchanged among the devices and the supervisory servers. The mechanisms we implemented include key generation, key exchange/sharing, message authentication, data integrity check, and encryption/decryption of data. The key generation and key exchange protocols were implemented with the use of Elliptic Curve Cryptography primitives. The keys established by each device are saved in their local memory and are retained during the whole communication session and are used in encrypting and decrypting exchanged messages as well as certifying entities and the integrity of the messages. Finally, the modified library was compiled for the Android environment in order to run the server application as an Android app. The client program runs on a regular computer. The communication between these two entities is an example of the successful establishment of an Elliptic Curve Cryptography based, secure Modbus wireless communication session between a portable device acting as a supervisor station and a monitoring computer. Our first performance measurements are, also, very promising and demonstrate the feasibility of embedding Elliptic Curve Cryptography into SCADA systems, filling in a gap in the relevant scientific literature.Keywords: elliptic curve cryptography, ICT security, modbus protocol, SCADA, TCP/IP protocol
Procedia PDF Downloads 2814574 Analysis of Histamine Content in Selected Food Products from the Serbian Market
Authors: Brizita Djordjevic, Bojana Vidovic, Milica Zrnic, Uros Cakar, Ivan Stankovic, Davor Korcok, Sladjana Sobajic
Abstract:
Histamine is a biogenic amine, which is formed by enzymatic decarboxylation from the amino acid histidine. It can be found in foods such as fish and fish products, meat and fermented meat products, cheese, wine and beer. The presence of histamine in these foods can indicate microbiological spoilage or poor manufacturing processes. The consumption of food containing large amounts of histamine can have toxicological consequences. In 62 food products (31 canned fish products, 19 wines and 12 cheeses) from the market of Serbia the content of histamine was determined using enzyme-linked immunosorbent assay (ELISA) test kit according to the manufacturer's instructions (Immunolab GmbH, Kassel, Germany). The detection limits of this assay were 20 µg/kg for fish and cheese and 4 µg/L for wine. The concentration of histamine varied between 0.16-207 mg/kg in canned fish products, 0.03-1.47 mg/kg in cheeses and 0.01- 0.18 mg/L in wines. In all analyzed canned fish products the results obtained for the histamine were below the limits set by European and national legislation, so they can be considered acceptable and safe for the health consumers. The levels of histamine in analyzed cheeses and wines were very low and did not pose safety concerns.Keywords: cheese, enzyme-linked immunosorbent assay, histamine, fish products, wine
Procedia PDF Downloads 4504573 Design of a Pulse Generator Based on a Programmable System-on-Chip (PSoC) for Ultrasonic Applications
Authors: Pedro Acevedo, Carlos Díaz, Mónica Vázquez, Joel Durán
Abstract:
This paper describes the design of a pulse generator based on the Programmable System-on-Chip (PSoC) module. In this module, using programmable logic is possible to implement different pulses which are required for ultrasonic applications, either in a single channel or multiple channels. This module can operate with programmable frequencies from 3-74 MHz; its programming may be versatile covering a wide range of ultrasonic applications. It is ideal for low-power ultrasonic applications where PZT or PVDF transducers are used.Keywords: PSoC, pulse generator, PVDF, ultrasonic transducer
Procedia PDF Downloads 2994572 Postprandial effect of Breadsticks intake from Durum Wheat Flour Mixtures on in Healthy Volunteers
Authors: Haralabos C. karantonis, Afroditi Michalaki
Abstract:
High intakes of carbohydrates and fats have been associated with an increased risk of chronic diseases due to the role of postprandial oxidative stress. This pilot nutritional intervention aimed to examine the acute effect of consuming two different types of breadsticks prepared from durum wheat flour mixtures differing in total phenolic content on postprandial inflammatory and oxidant responses in healthy volunteers. A cross-over, controlled, and single-blind clinical trial was designed, and two isocaloric high-fat and high-carbohydrate meals were tested. Serum total, High Density Lipoprotein (HDL)- and Low Density Lipoprotein (LDL)-cholesterol, triglycerides, glucose, C-reactive protein (CRP), uric acid, plasma total antioxidant capacity, and antiplatelet activity were determined in fasting and 30, 60, and 120 min after consumption. The results showed a better postprandial HDL-cholesterol and total antioxidant activity response in the intervention group. The choice of durum wheat flours with higher phenolic content and antioxidant activity is presented as promising for human health, and clinical studies will expand to draw safer conclusions.Keywords: antioxidant, antiplatelet, durum wheat, nutritional value
Procedia PDF Downloads 614571 The Strategy of Orbit Avoidance for Optical Remote Sensing Satellite
Authors: Dianxun Zheng, Wuxing Jing, Lin Hetong
Abstract:
Optical remote sensing satellite, always running on the Sun-synchronous orbit, equipped laser warning equipment to alert CCD camera from laser attack. There have three ways to protect the CCD camera, closing the camera cover satellite attitude maneuver and satellite orbit avoidance. In order to enhance the safety of optical remote sensing satellite in orbit, this paper explores the strategy of satellite avoidance. The avoidance strategy is expressed as the evasion of pre-determined target points in the orbital coordinates of virtual satellite. The so-called virtual satellite is a passive vehicle which superposes a satellite at the initial stage of avoidance. The target points share the consistent cycle time and the same semi-major axis with the virtual satellite, which ensures the properties of the Sun-synchronous orbit remain unchanged. Moreover, to further strengthen the avoidance capability of satellite, it can perform multi-object avoid maneuvers. On occasions of fulfilling the orbit tasks of the satellite, the orbit can be restored back to virtual satellite through orbit maneuvers. There into, the avoid maneuvers adopts pulse guidance. and the fuel consumption is also optimized. The avoidance strategy discussed in this article is applicable to avoidance for optical remote sensing satellite when encounter the laser hostile attacks.Keywords: optical remote sensing satellite, always running on the sun-synchronous
Procedia PDF Downloads 4044570 Analysis on the Building Energy Performance of a Retrofitted Residential Building with RETScreen Expert Software
Authors: Abdulhameed Babatunde Owolabi, Benyoh Emmanuel Kigha Nsafon, Jeung-Soo Huh
Abstract:
Energy efficiency measures for residential buildings in South Korea is a national issue because most of the apartments built in the last decades were constructed without proper energy efficiency measures making the energy performance of old buildings to be very poor when compared with new buildings. However, the adoption of advanced building technologies and regulatory building codes are effective energy efficiency strategies for new construction. There is a need to retrofits the existing building using energy conservation measures (ECMs) equipment’s in order to conserve energy and reduce GHGs emissions. To achieve this, the Institute for Global Climate Change and Energy (IGCCE), Kyungpook National University (KNU), Daegu, South Korea employed RETScreen Expert software to carry out measurement and verification (M&V) analysis on an existing building in Korea by using six years gas consumption data collected from Daesung Energy Co., Ltd in order to determine the building energy performance after the introduction of ECM. Through the M&V, energy efficiency is attained, and the resident doubt was reduced. From the analysis, a total of 657 Giga Joules (GJ) of liquefied natural gas (LNG) was consumed at the rate of 0.34 GJ/day having a peak in the year 2015, which cost the occupant the sum of $10,821.Keywords: energy efficiency, measurement and verification, performance analysis, RETScreen experts
Procedia PDF Downloads 1454569 Study and Experimental Analysis of a Photovoltaic Pumping System under Three Operating Modes
Authors: Rekioua D., Mohammedi A., Rekioua T., Mehleb Z.
Abstract:
Photovoltaic water pumping systems is considered as one of the most promising areas in photovoltaic applications, the economy and reliability of solar electric power made it an excellent choice for remote water pumping. Two conventional techniques are currently in use; the first is the directly coupled technique and the second is the battery buffered photovoltaic pumping system. In this paper, we present different performances of a three operation modes of photovoltaic pumping system. The aim of this work is to determine the effect of different parameters influencing the photovoltaic pumping system performances, such as pumping head, System configuration and climatic conditions. The obtained results are presented and discussed.Keywords: batteries charge mode, photovoltaic pumping system, pumping head, submersible pump
Procedia PDF Downloads 5124568 Japan’s Challenges in Managing Resources and Implementing Strategies toward Sustainability
Authors: Dana Aljadaa, Hasim Altan
Abstract:
Japan’s strategy is based on improving the current resources and productivity by identifying the environmental challenges to progress further in many areas. For example, it will help in understanding the competitive challenges in the industry, emerging innovation, and other progresses. The present study seeks to examine the characteristics of sustainable practices using materials that will last longer and following environmental policies. There has been a major emphasis since 1990s and onwards about recycling and preserving the environment. Furthermore, the present paper analyses and argues how national interest in policy increases resource productivity. It is a universal law, but these actions may be different based on the unique situation of the country. In addition, the present study explains some of the strategies developed by the Environmental Agency of Japan in the last few years. There are a few resources reviewed involving ‘Strategy for an Environmental Nation in the 21st Century’ from 2001, ‘Clean Asia Initiative’ from 2008, and ‘New Growth Strategy’ from 2010. The present paper also highlights the emphasis on increasing efficiency, as it is an important part of sustainability. We finally conclude by providing reasoning on the impact and positivity of reducing production and consumption on the environment, resulting in a productive and progressive Japan for the near and long term future.Keywords: eco-system, resource productivity, sound material-cycle, sustainable development
Procedia PDF Downloads 2104567 Transmission of Food Wisdom for Salaya Community
Authors: Supranee Wattanasin
Abstract:
The objectives of this research are to find and collect the knowledge in order to transmit the food wisdom of Salaya community. The research is qualitative tool to gather the data. Phase 1: Collect and analyze related literature review on food wisdom including documents about Salaya community to have a clear picture on Salaya community context. Phase 2: Conduct an action research, stage a people forum to exchange knowledge in food wisdom of Salaya community. Learning stage on cooking, types, and benefits of the food wisdom of Salaya community were also set up, as well as a people forum to find ways to transmit and add value to the food wisdom of Salaya community. The result shows that Salaya old market community was once a marketplace located by Mahasawat canal. The old market had become sluggish due to growing development of land transportation. This had affected the ways of food consumption. Residents in the community chose 3 menus that represent the community’s unique food: chicken green curry, desserts in syrup and Khanom Sai-Sai (steamed flour with coconut filling). The researcher had the local residents train the team on how to make these meals. It was found that people in the community transmit the wisdom to the next generation by teaching and telling from parents to children. ‘Learning through the back door’ is one of the learning methods that the community used and still does.Keywords: transmission, food wisdom, Salaya, cooking
Procedia PDF Downloads 4024566 From Waste to Wealth: A Future Paradigm for Plastic Management Using Blockchain Technology
Authors: Jim Shi, Jasmine Chang, Nesreen El-Rayes
Abstract:
The world has been experiencing a steadily increasing trend in both the production and consumption of plastic. The global consumer revolution should not have been possible without plastic, thanks to its salient feature of inexpensiveness and durability. But, as a two-edged sword, its durable quality has returned to haunt and even jeopardized us. That exacerbating the plastic crisis has attracted various global initiatives and actions. Simultaneously, firms are eager to adopt new technology as they witness and perceive more potential and merit of Industry 4.0 technologies. For example, Blockchain technology (BCT) is drawing the attention of numerous stakeholders because of its wide range of outstanding features that promise to enhance supply chain operations. However, from a research perspective, most of the literature addresses the plastic crisis from either environmental or social perspectives. In contrast, analysis from the data science perspective and technology is relatively scarce. To this end, this study aims to fill this gap and cover the plastic crisis from a holistic view of environmental, social, technological, and business perspectives. In particular, we propose a mathematical model to examine the inclusion of BCT to enhance and improve the efficiency on the upstream and the downstream sides of the plastic value, where the whole value chain is coordinated systematically, and its interoperability can be optimized. Consequently, the Environmental, Social, and Governance (ESG) goal and Circular Economics (CE) sustainability can be maximized.Keywords: blockchain technology, plastic, circular economy, sustainability
Procedia PDF Downloads 844565 Study of Antibacterial Activity of Phenolic Compounds Extracted from Algerian Medicinal Plant
Authors: Khadri Sihem, Abbaci Nafissa, Zerari Labiba
Abstract:
In the context of the search for new bioactive natural products, we were interested in evaluating some antibacterial properties of two plant extracts: total phenols and flavonoids of Algerian medicinal plant. Our study occurs in two axes: The first concerns the extraction of phenolic compounds and flavonoids with methanol by liquid-liquid extraction, followed by quantification of the levels of these compounds in the end the analysis of the chemical composition of extracts. In the second axis, we studied the antibacterial power of the studied plant extracts.Keywords: antibacterial activity, flavonoids, medicinal plants, polyphenols
Procedia PDF Downloads 5584564 Importance of Secularism in Iraq
Authors: Azhin Hamad Ameen
Abstract:
This research paper explores the concept of secularism in Iraq, analyzing its historical development, contemporary manifestations, and potential future trajectories. Using a combination of qualitative and quantitative methods, including archival research, interviews with experts and practitioners, and surveys of public opinion, the study examines the complex and often contested relationship between religion, politics, and state power in Iraq. The research finds that secularism has played a significant role in shaping Iraq's political and social landscape over the past century, reflecting both the influence of Western modernity and the challenges of managing religious diversity in a multiethnic, multi-sectarian society. However, the study also reveals that secularism in Iraq is highly contested and fragmented, with competing visions and interpretations among different groups and factions. The research identifies several key factors that have contributed to this fragmentation, including the legacy of colonialism, sectarian conflicts, external interventions, and the rise of Islamist movements. Despite these challenges, the study suggests that secularism continues to hold important potential for promoting democratic governance, protecting human rights, and fostering social cohesion in Iraq. The research concludes by outlining several key policy recommendations for strengthening secularism in Iraq, including promoting interfaith dialogue and tolerance, enhancing public education and civic engagement, and supporting grassroots initiatives for social and political reform. Overall, this research contributes to our understanding of the complex dynamics of secularism in Iraq and highlights the urgent need for innovative and inclusive approaches to promoting democratic governance and social justice in the country.Keywords: secularism, Iraq, religion, politics, state power, historical development, contemporary manifestations, multiethnic society, multi-sectarian society, western modernity, religious diversity, fragmentation, colonialism, sectarian conflicts, external interventions, Islamist movements, democratic governance, human rights, social cohesion, interfaith dialogue, tolerance, public education, civic engagement, grassroots initiatives, social and political reform
Procedia PDF Downloads 754563 Iot Device Cost Effective Storage Architecture and Real-Time Data Analysis/Data Privacy Framework
Authors: Femi Elegbeleye, Omobayo Esan, Muienge Mbodila, Patrick Bowe
Abstract:
This paper focused on cost effective storage architecture using fog and cloud data storage gateway and presented the design of the framework for the data privacy model and data analytics framework on a real-time analysis when using machine learning method. The paper began with the system analysis, system architecture and its component design, as well as the overall system operations. The several results obtained from this study on data privacy model shows that when two or more data privacy model is combined we tend to have a more stronger privacy to our data, and when fog storage gateway have several advantages over using the traditional cloud storage, from our result shows fog has reduced latency/delay, low bandwidth consumption, and energy usage when been compare with cloud storage, therefore, fog storage will help to lessen excessive cost. This paper dwelt more on the system descriptions, the researchers focused on the research design and framework design for the data privacy model, data storage, and real-time analytics. This paper also shows the major system components and their framework specification. And lastly, the overall research system architecture was shown, its structure, and its interrelationships.Keywords: IoT, fog, cloud, data analysis, data privacy
Procedia PDF Downloads 1054562 Educaton for Social Reconstruction: Impact of Social Terrorism on Women Education in Nigeria
Authors: Theresa Chinyere ONU
Abstract:
This paper examines the effect of social terrorism on education in Nigeria. The article looked into some prevailing conditions of international political unrest and insecurity. The fear and risk of these conditions to national security and the struggle for power establishment which has further intensified and taken the shape of terrorism has imposed devastating effects on the growth and prosperity of Nigeria; as traffic patterns get disturbed, hospitals and schools get dysfunctional. This has also affected the educational standard in Nigeria as parents are no longer comfortable in sending their children to schools in some states for the fear of terrorist attacks. The study emphasized the integrated the effort of the government management institutions.Keywords: education, social terrorism, women, Nigeria
Procedia PDF Downloads 5874561 The End a Two-Party Hegemony
Authors: Mary Chidiebere Asoya
Abstract:
The dominance of two parties in multiparty democracies is a phenomenon that has come to be taken for granted. It has led to deepening corruption and redundant governance in many countries as politicians in the two dominating parties are aware of and exploit the fact that power must rotate between the two parties. As a result, politicians in two dominating parties can hobnob and frequently inter-marry between the two parties in a way that appears to suggest they are running a single dominating party. This paper explores what could end this hegemony by projecting a third party into the limelight. The argument is that long-standing frustration with corruption and increasing revolutionary tendencies could move voters away from the two dominating parties, ending the dominance of the parties. The case study is the February 25, 2023, Presidential elections in Nigeria.Keywords: democracy, political party, election, nigeria, political science
Procedia PDF Downloads 974560 Nigerian Foreign Policy: A Dancing Tune of the Western Powers
Authors: Nura Suleiman
Abstract:
The foreign policy of any country or nation is intended to promote and protect the country’s national interest. To achieve this interest, a country has to be guided by certain principles and influence of domestic and international conditions. The history of Nigerian foreign policy is directed to defend its sovereignty, independence, and territorial integrity, to promote and sustain the economic well-being of Nigerians, and promotion of Africa and world peace with justice. With the change of time and leadership, coupled with corruption, despite all the foreign policy determinants endowed with Nigeria as a country, sacrificed its foreign interest for the benefit of the western powers, by this it lost the opportunity to formulate policies according to its own need and desires.Keywords: foreign policy, Nigeria, Western power
Procedia PDF Downloads 4984559 Treatment of Psoriasis through Thai Traditional Medicine
Authors: Boonsri Lertviriyachit
Abstract:
The objective of this research is to investigate the treatment of psoriasis through Thai traditional medicine in the selected areas of 2 east coast provinces; Samudprakarn Province and Chantaburi Province. The informants in this study were two famous and accepted Thai traditional doctors, who have more than 20 year experiences. Data were collected by in depth interviews and participant-observation method. The research instrument included unstructured interviews, camera, and cassette tape to collect data analyzed by descriptive statistics. The results revealed that the 2 Thai traditional doctors were 54 and 85 years old with 25 and 45 years of treatment experiences. The knowledge of Thai traditional medicine was transferred from generations to generations in the family. The learning process was through close observation as an apprentice with the experience ones and assisted them in collecting herbs and learning by handling real case in individual situations. Before being doctors, they had to take exam to get the Thai traditional medical certificate. Knowledge of being Thai traditional doctors included diagnosis and find to the suitable way of treatment. They have to look into disorder physical fundamental factors such as blood circulation, lymph, emotion, and food consumption habit. It is important that the treatment needs to focus on balancing the fundamental factors and to observe contraindication.Keywords: Thai traditional medicine, psoriasis, Samudprakarn Province, Chantaburi Province
Procedia PDF Downloads 3684558 Thermal Management of a Compact Electronic Device Subjected to Different Harsh Operating Conditions
Authors: Murat Parlak, Muhammed Çağlar Malyemez
Abstract:
In a harsh environment, it is crucialtoinvestigatethethermal problem systematically implement a reliableandeffectivecoolingtechniqueformilitaryequipment. In this study, an electronicaldevice has been designed to fit different boundary conditions. Manyfinalternatives can be possiblesolutionsforthethermal problem. Therefore, it is an important step to define an easyproduciblefindesignand a low power fan selection for the optimum unit-design satisfying IP68. The equipment is planned to serve at 71C environment conditions and it also can be screwedto a cold plate at +85C. In both conditions, it is intendedtousethesamechassiswithoutanymodifications. To optimize such a ruggeddevice, all CFD analysis has been done withAnsysFluent 2021®. Afterstudyingpinfins, it is seenthatthesurfacearea is not enough, hencethefin-type is changed to a straightrectangulartypewithforcedconvectioncooling. Finally, a verycompactproductthat can serve in a harsh environment is obtained.Keywords: electronic cooling, harsh environment, forced convection, compact design
Procedia PDF Downloads 1834557 Decision Making Regarding Spouse Selection and Women's Autonomy in India: Exploring the Linkage
Authors: Nivedita Paul
Abstract:
The changing character of marriage be it arranged marriage, love marriage, polygamy, informal unions, all signify different gender relations in everyday lives. Marriages in India are part and parcel of the kinship and cultural practices. Arranged marriage is still the dominant form of marriage where spouse selection is the initiative and decision of the parents; but its form is changing, as women are now actively participating in spouse selection but with parental consent. Spouse selection related decision making is important because marriage as an institution brings social change and gender inequality; especially in a women’s life as marriages in India are mostly patrilocal. Moreover, the amount of say in spouse selection can affect a woman’s reproductive rights, domestic violence issues, household resource allocation, communication possibilities with the spouse/husband, marital life, etc. The present study uses data from Indian Human Development Survey II (2011-12) which is a nationally representative multitopic survey that covers 41,554 households. Currently, married women of age group 15-49 in their first marriage; whose year of marriage is from 1970s to 2000s have been taken for the study. Based on spouse selection experiences, the sample of women has been divided into three marriage categories-self, semi and family arranged. Women in self arranged or love marriage is the sole decision maker in choosing the partner, in semi arranged marriage or arranged marriage with consent both parents and women together take the decision, whereas in family arranged or arranged marriage without consent only parents take the decision. The main aim of the study is to find the relationship between spouse selection experiences and women’s autonomy in India. Decision making in economic matters, child and health related decision making, mobility and access to resources are taken to be proxies of autonomy. Method of ordinal regression has been used to find the relationship between spouse selection experiences and autonomy after marriage keeping other independent variables as control factors. Results show that women in semi arranged marriage have more decision making power regarding financial matters of the household, health related matters, mobility and accessibility to resources, when compared to women in family, arranged marriages. For freedom of movement and access to resources women in self arranged marriage have the highest say or exercise greatest power. Therefore, greater participation of women (even though not absolute control) in spouse selection may lead to greater autonomy after marriage.Keywords: arranged marriage, autonomy, consent, spouse selection
Procedia PDF Downloads 1534556 A Multi-Criteria Decision Making (MCDM) Approach for Assessing the Sustainability Index of Building Façades
Authors: Golshid Gilani, Albert De La Fuente, Ana Blanco
Abstract:
Sustainability assessment of new and existing buildings has generated a growing interest due to the evident environmental, social and economic impacts during their construction and service life. Façades, as one of the most important exterior elements of a building, may contribute to the building sustainability by reducing the amount of energy consumption and providing thermal comfort for the inhabitants, thus minimizing the environmental impact on both the building and on the environment. Various methods have been used for the sustainability assessment of buildings due to the importance of this issue. However, most of the existing methods mainly concentrate on environmental and economic aspects, disregarding the third pillar of sustainability, which is the social aspect. Besides, there is a little focus on comprehensive sustainability assessment of facades, as an important element of a building. This confirms the need of developing methods for assessing the sustainable performance of building façades as an important step in achieving building sustainability. In this respect, this paper aims at presenting a model for assessing the global sustainability of façade systems. for that purpose, the Integrated Value Model for Sustainable Assessment (MIVES), a Multi-Criteria Decision Making model that integrates the main sustainability requirements (economic, environmental and social) and includes the concept of value functions, used as an assessment tool.Keywords: façade, MCDM, MIVES, sustainability
Procedia PDF Downloads 3494555 Response Surface Methodology for Optimum Hardness of TiN on Steel Substrate
Authors: R. Joseph Raviselvan, K. Ramanathan, P. Perumal, M. R. Thansekhar
Abstract:
Hard coatings are widely used in cutting and forming tool industries. Titanium Nitride (TiN) possesses good hardness, strength and corrosion resistant. The coating properties are influenced by many process parameters. The coatings were deposited on steel substrate by changing the process parameters such as substrate temperature, nitrogen flow rate and target power in a D.C planer magnetron sputtering. The structure of coatings were analysed using XRD. The hardness of coatings was found using Micro hardness tester. From the experimental data, a regression model was developed and the optimum response was determined using Response Surface Methodology (RSM).Keywords: hardness, RSM, sputtering, TiN XRD
Procedia PDF Downloads 3274554 Food Security and Mental Health: A Qualitative Exploration of Mediating Factors in Rural and Urban Ghana
Authors: Emma Mathias
Abstract:
The aim of this study was to explore the role of food insecurity as a mediator of mental health in sub-Saharan Africa, taking Ghana as a case study. Although a quantitative correlation has recently been established between food insecurity and mental illness in Ghana, the nature and validity of this correlation remains unclear. A qualitative exploration was employed to investigate this correlation further. During the data collection period, twelve semi-structured interviews and five focus groups were conducted with a total of 124 individuals who were diagnosed with mental illnesses and their primary carers throughout rural and urban areas in Ghana. Interviews and focus groups were transcribed, translated, and analysed using thematic analysis. Preliminary results suggest that food insecurity may plays a role in mental illness in rural areas of Ghana where communities are reliant on agriculture for their livelihoods, but may play a lesser role in urban areas where communities are more reliant on petty trade as a source of livelihood. These results support psychosocial theories which suggest that the social and cultural factors involved in food production and consumption may be the key mediators between food insecurity and mental health.Keywords: Food insecurity, Ghana, Mental health, Phenomenology
Procedia PDF Downloads 1474553 mKDNAD: A Network Flow Anomaly Detection Method Based On Multi-teacher Knowledge Distillation
Abstract:
Anomaly detection models for network flow based on machine learning have poor detection performance under extremely unbalanced training data conditions and also have slow detection speed and large resource consumption when deploying on network edge devices. Embedding multi-teacher knowledge distillation (mKD) in anomaly detection can transfer knowledge from multiple teacher models to a single model. Inspired by this, we proposed a state-of-the-art model, mKDNAD, to improve detection performance. mKDNAD mine and integrate the knowledge of one-dimensional sequence and two-dimensional image implicit in network flow to improve the detection accuracy of small sample classes. The multi-teacher knowledge distillation method guides the train of the student model, thus speeding up the model's detection speed and reducing the number of model parameters. Experiments in the CICIDS2017 dataset verify the improvements of our method in the detection speed and the detection accuracy in dealing with the small sample classes.Keywords: network flow anomaly detection (NAD), multi-teacher knowledge distillation, machine learning, deep learning
Procedia PDF Downloads 1284552 Food Intake Patterns in Omani University Students
Authors: Nasiruddin Khan, Saud Iqbal
Abstract:
Arabian Gulf region has undergone enormous development due to oil boom resulting in overwhelming changes in the lifestyle of the population over the past few decades. This study focused on food consumption patterns of Omani university students. Information, on anthropometric measurements, dietary intakes (measured by a food frequency questionnaire) of students was recorded. Anthropometric data revealed 62.5% of the subjects to be of normal weight and approximately 25% being overweight. Female students appeared to be more weight conscious than males. Dietary intakes in terms of servings (Mean ± S.D) per day among normal weight (BMI 18.5 – 24.9) males vs. females were approximately; cereals (7.5 ± 5.9 vs. 4.9 ± 2.9 servings), meat and alternatives (1.9 ± 0.9 vs. 1.5 ± 0.9 servings), dairy foods (0.9 ± 0.8 vs. 1.1 ± 0.9 servings) per day, respectively. Overall 55.3% of both males (average 1.9 servings) as well as females (average 1.7 servings) had severely inadequate intakes of vegetables on a daily basis as per the food guide pyramid recommendations. Only the fruit group intakes were adequate in about 70% of the population. Adequate intakes of dairy and meat and alternatives group were found in only 22% and 32% of the subjects, respectively. These results indicate a significant influence of a modern lifestyle on dietary habits and food selection of the target population.Keywords: dietary pattern, food guide pyramid, lifestyle, Oman
Procedia PDF Downloads 3164551 Plasma Electrolytes and Gamma Glutamyl Transpeptidase (GGT) Status in Dementia Subjects in Southern Nigeria
Authors: Salaam Mujeeb, Adeola Segun, Abdullahi Olasunkanmi
Abstract:
Dementia is becoming a major concern as the world population is increasing and elderly populations are being neglected. Liver and kidney Diseases have been implicated as risk factors in the etiology of Dementia. This study, therefore, evaluates the plasma Gamma Glutamyl Transferase (GGT) activity and plasma Electrolytes in other to find an association between the biomarkers and Dementia. The subjects (38) were age and sex-matched with their corresponding controls and structured questionnaires were used to obtain medical information. Using spectrophotometric and ion selective Electrode techniques respectively, we found and elevated GGT activity in the Dementia Subjects. Remarkably, no association was found between the plasma Electrolytes level and Dementia subjects. It was also observed that severity of Dementia worsens with age. Moreover, the condition of the dementia subjects worsens with reducing weight. Furthermore, the presence of Comorbidity e.g. Hypertension, Obesity, Diabetes and Habits like Smoking, Drugs and Alcohol consumption interferes with Electrolyte balance. Weight loss monitoring and IBM check are advised in Elderly individuals particularly females as they may be inductive of early or future cognitive impairments. Therefore, it might be useful as an early detection tool. Government and society should invest more on the Geriatric population by establishing Old people's home and providing social care services.Keywords: clinical characteristics, dementia, electrolytes, gamma glutamyl transpeptidase, GGT
Procedia PDF Downloads 3334550 SiC Merged PiN and Schottky (MPS) Power Diodes Electrothermal Modeling in SPICE
Abstract:
This paper sets out a behavioral macro-model of a Merged PiN and Schottky (MPS) diode based on silicon carbide (SiC). This model holds good for both static and dynamic electrothermal simulations for industrial applications. Its parameters have been worked out from datasheets curves by drawing on the optimization method: Simulated Annealing (SA) for the SiC MPS diodes made available in the industry. The model also adopts the Analog Behavioral Model (ABM) of PSPICE in which it has been implemented. The thermal behavior of the devices was also taken into consideration by making use of Foster’ canonical network as figured out from electro-thermal measurement provided by the manufacturer of the device.Keywords: SiC MPS diode, electro-thermal, SPICE model, behavioral macro-model
Procedia PDF Downloads 408