Search results for: Maya Marcus
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 105

Search results for: Maya Marcus

75 Shotcrete Performance Optimisation and Audit Using 3D Laser Scanning

Authors: Carlos Gonzalez, Neil Slatcher, Marcus Properzi, Kan Seah

Abstract:

In many underground mining operations, shotcrete is used for permanent rock support. Shotcrete thickness is a critical measure of the success of this process. 3D Laser Mapping, in conjunction with Jetcrete, has developed a 3D laser scanning system specifically for measuring the thickness of shotcrete. The system is mounted on the shotcrete spraying machine and measures the rock faces before and after spraying. The calculated difference between the two 3D surface models is measured as the thickness of the sprayed concrete. Typical work patterns for the shotcrete process required a rapid and automatic system. The scanning takes place immediately before and after the application of the shotcrete so no convergence takes place in the interval between scans. Automatic alignment of scans without targets was implemented which allows for the possibility of movement of the spraying machine between scans. Case studies are presented where accuracy tests are undertaken and automatic audit reports are calculated. The use of 3D imaging data for the calculation of shotcrete thickness is an important tool for geotechnical engineers and contract managers, and this could become the new state-of-the-art methodology for the mining industry.

Keywords: 3D imaging, shotcrete, surface model, tunnel stability

Procedia PDF Downloads 270
74 Bringing Design Science Research Methodology into Real World Applications

Authors: Maya Jaber

Abstract:

In today's ever-changing world, organizational leaders will need to transform their organizations to meet the demands they face from employees, consumers, local and federal governments, and the global market. Change agents and leaders will need a new paradigm of thinking for creative problem solving and innovation in a time of uncertainty. A new framework that is developed from Design Science Research foundations with holistic design thinking methodologies (HTDM) and action research approaches has been developed through Dr. Jaber’s research. It combines these philosophies into a three-step process that can be utilized in practice for any sustainability, change, or project management applications. This framework was developed to assist in the pedagogy for the implementation of her holistic strategy formalized framework Integral Design Thinking (IDT). Her work focuses on real world application for the streamlining and adoption of initiatives into organizational culture transformation. This paper will discuss the foundations of this philosophy and the methods for utilization in practice developed in Dr. Jaber's research.

Keywords: design science research, action research, critical thinking, design thinking, organizational transformation, sustainability management, organizational culture change

Procedia PDF Downloads 156
73 End-to-End Pyramid Based Method for Magnetic Resonance Imaging Reconstruction

Authors: Omer Cahana, Ofer Levi, Maya Herman

Abstract:

Magnetic Resonance Imaging (MRI) is a lengthy medical scan that stems from a long acquisition time. Its length is mainly due to the traditional sampling theorem, which defines a lower boundary for sampling. However, it is still possible to accelerate the scan by using a different approach such as Compress Sensing (CS) or Parallel Imaging (PI). These two complementary methods can be combined to achieve a faster scan with high-fidelity imaging. To achieve that, two conditions must be satisfied: i) the signal must be sparse under a known transform domain, and ii) the sampling method must be incoherent. In addition, a nonlinear reconstruction algorithm must be applied to recover the signal. While the rapid advances in Deep Learning (DL) have had tremendous successes in various computer vision tasks, the field of MRI reconstruction is still in its early stages. In this paper, we present an end-to-end method for MRI reconstruction from k-space to image. Our method contains two parts. The first is sensitivity map estimation (SME), which is a small yet effective network that can easily be extended to a variable number of coils. The second is reconstruction, which is a top-down architecture with lateral connections developed for building high-level refinement at all scales. Our method holds the state-of-art fastMRI benchmark, which is the largest, most diverse benchmark for MRI reconstruction.

Keywords: magnetic resonance imaging, image reconstruction, pyramid network, deep learning

Procedia PDF Downloads 65
72 Assessing the Quality of Clinical Photographs Taken for Orthodontic Patients at Queen’s Hospital, Romford

Authors: Maya Agarwala

Abstract:

Objectives: Audit the quality of clinical photographs taken for Orthodontic patients at Queen’s hospital, Romford. Design and setting: All Orthodontic photographs are taken in the Medical Photography Department at Queen’s Hospital. Retrospective audit with data collected between January - March 2023. Gold standard: Institute of Medical Illustrators (IMI) standard 12 photographs: 6 extraoral and 6 intraoral. 100% of patients to have the standard 12 photographs meeting a satisfactory diagnostic quality. Materials and methods: 30 patients randomly selected. All photographs analysed against the IMI gold standard. Results: A total of 360 photographs were analysed. 100% of the photographs had the 12 photographic views. Of which, 93.1% met the gold standard. Of the extraoral photos: 99.4% met the gold standard, 0.6% had incorrect head positioning. Of the intraoral photographs: 87.2% met the gold standard. The most common intraoral errors were: the presence of saliva pooling (7.2%), insufficient soft tissue retraction (3.3%), incomplete occlusal surface visibility (2.2%) and mirror fogging (1.1%). Conclusion: The gold standard was not met, however the overall standard of Orthodontic photographs is high. Further training of the Medical Photography team is needed to improve the quality of photographs. Following the training, the audit will be repeated. High-quality clinical photographs are an important part of clinical record keeping.

Keywords: orthodontics, paediatric, photography, audit

Procedia PDF Downloads 57
71 F-VarNet: Fast Variational Network for MRI Reconstruction

Authors: Omer Cahana, Maya Herman, Ofer Levi

Abstract:

Magnetic resonance imaging (MRI) is a long medical scan that stems from a long acquisition time. This length is mainly due to the traditional sampling theorem, which defines a lower boundary for sampling. However, it is still possible to accelerate the scan by using a different approach, such as compress sensing (CS) or parallel imaging (PI). These two complementary methods can be combined to achieve a faster scan with high-fidelity imaging. In order to achieve that, two properties have to exist: i) the signal must be sparse under a known transform domain, ii) the sampling method must be incoherent. In addition, a nonlinear reconstruction algorithm needs to be applied to recover the signal. While the rapid advance in the deep learning (DL) field, which has demonstrated tremendous successes in various computer vision task’s, the field of MRI reconstruction is still in an early stage. In this paper, we present an extension of the state-of-the-art model in MRI reconstruction -VarNet. We utilize VarNet by using dilated convolution in different scales, which extends the receptive field to capture more contextual information. Moreover, we simplified the sensitivity map estimation (SME), for it holds many unnecessary layers for this task. Those improvements have shown significant decreases in computation costs as well as higher accuracy.

Keywords: MRI, deep learning, variational network, computer vision, compress sensing

Procedia PDF Downloads 120
70 Component Interface Formalization in Robotic Systems

Authors: Anton Hristozov, Eric Matson, Eric Dietz, Marcus Rogers

Abstract:

Components are heavily used in many software systems, including robotics systems. The growth of sophistication and diversity of new capabilities for robotic systems presents new challenges to their architectures. Their complexity is growing exponentially with the advent of AI, smart sensors, and the complex tasks they have to accomplish. Such complexity requires a more rigorous approach to the creation, use, and interoperability of software components. The issue is exacerbated because robotic systems are becoming more and more reliant on third-party components for certain functions. In order to achieve this kind of interoperability, including dynamic component replacement, we need a way to standardize their interfaces. A formal approach is desperately needed to specify what an interface of a robotic software component should contain. This study performs an analysis of the issue and presents a universal and generic approach to standardizing component interfaces for robotic systems. Our approach is inspired by well-established robotic architectures such as ROS, PX4, and Ardupilot. The study is also applicable to other software systems that share similar characteristics with robotic systems. We consider the use of JSON or Domain Specific Languages (DSL) development with tools such as Antlr and automatic code and configuration file generation for frameworks such as ROS and PX4. A case study with ROS2 is presented as a proof of concept for the proposed methodology.

Keywords: CPS, robots, software architecture, interface, ROS, autopilot

Procedia PDF Downloads 64
69 An International Comparison of Forensic Identification Evidence Legislation: Balancing Community Interests and Individual Rights

Authors: Marcus Smith

Abstract:

DNA profiling has made a valuable contribution to criminal investigations over the past thirty years. Direct matching DNA profiles from a crime scene and suspect, or between a suspect and a database remain of great importance to crimes such as murder, assault, and property theft. As scientific and technological advancement continues, a wide range of new DNA profiling applications has been developed. The application of new techniques involves an interesting balancing act between admitting probative evidence in a criminal trial, evaluating its degree of relevance and validity, and limiting its prejudicial impact. The impact of new DNA profiling applications that have significant implications for law enforcement and the legal system can be evaluated through a review of relevant case law, legislation and the latest empirical evidence from jurisdictions around the world including the United States, United Kingdom, and Australia. There are benefits in further examining the implications of these new developments, including how the criminal law can best be adapted to ensure that new technology is used to enhance criminal investigation and prosecution while ensuring it is applied in a measured way that respects individual rights and maintains principles of fairness enshrined in the legal system.

Keywords: criminal procedure, forensic evidence, DNA profiling, familial searching, phenotyping

Procedia PDF Downloads 117
68 Shoring System Selection for Deep Excavation

Authors: Faouzi Ahtchi-Ali, Marcus Vitiello

Abstract:

A study was conducted in the east region of the Middle East to assess the constructability of a shoring system for a 12-meter deep excavation. Several shoring systems were considered in this study including secant concrete piling, contiguous concrete piling, and sheet-piling. The excavation was carried out in a very dense sand with the groundwater level located at 3 meters below ground surface. The study included conducting a pilot test for each shoring system listed above. The secant concrete piling included overlapping concrete piles to a depth of 16 meters. Drilling method with full steel casing was utilized to install the concrete piles. The verticality of the piles was a concern for the overlap. The contiguous concrete piling required the installation of micro-piles to seal the gap between the concrete piles. This method revealed that the gap between the piles was not fully sealed as observed by the groundwater penetration to the excavation. The sheet-piling method required pre-drilling due to the high blow count of the penetrated layer of saturated sand. This study concluded that the sheet-piling method with pre-drilling was the most cost effective and recommended a method for the shoring system.

Keywords: excavation, shoring system, middle east, Drilling method

Procedia PDF Downloads 443
67 Seasonal Influence on Environmental Indicators of Beach Waste

Authors: Marcus C. Garcia, Giselle C. Guimarães, Luciana H. Yamane, Renato R. Siman

Abstract:

The environmental indicators and the classification of beach waste are essential tools to diagnose the current situation and to indicate ways to improve the quality of this environment. The purpose of this paper was to perform a quali-quantitative analysis of the beach waste on the Curva da Jurema Beach (Espírito Santo - Brazil). Three transects were used with equidistant positioning over the total length of the beach for the solid waste collection. Solid wastes were later classified according to their use and primary raw material from the low and high summer season. During the low season, average values of 7.10 items.m-1, 18.22 g.m-1 and 0.91 g.m-2 were found for the whole beach, and transect 3 contributed the most waste, with the total sum of items equal to 999 (49%), a total mass of 5.62 kg and a total volume of 21.31 L. During the high summer season, average values of 8.22 items.m-1, 54.40 g.m-1 and 2.72 g.m-2 were found, with transect 2 contributing the most to the total sum with 1,212 items (53%), a total mass of 10.76 kg and a total volume of 51.99 L. Of the total collected, plastic materials represented 51.4% of the total number of items, 35.9% of the total mass and 68% of the total volume. The implementation of reactive and proactive measures is necessary so that the management of the solid wastes on Curva da Jurema Beach is in accordance with principles of sustainability.

Keywords: beach solid waste, environmental indicators, quali-quantitative analysis, waste management

Procedia PDF Downloads 282
66 CAM Use and Its Association with Quality of Life in a Sample of Lebanese Breast Cancer Patients: A Cross Sectional Study

Authors: Farah Naja, Romy Abi Fadel, Yasmin Aridi, Aya Zarif, Dania Hariri, Mohammad Alameddine, Anas Mugharbel, Maya Khalil, Zeina Nahleh, Arafat Tfayli

Abstract:

The objective of this study is to assess the prevalence and determinants of CAM use among breast cancer patients in Beirut, Lebanon. A secondary objective is to evaluate the association between CAM use and quality of life (QOL). A cross-sectional survey was conducted on 180 breast cancer patients recruited from two major referral centers in Beirut. In a face to face interview, participants completed a questionnaire comprised of three sections: socio-demographic and lifestyle characteristics, breast cancer condition, and CAM use. The assessment of QOL was carried using the FACT-B Arabic version. Prevalence of CAM use since diagnosis was 40%. CAM use was negatively associated with age, treatment at a philanthropic hospital and positively associated with having an advanced stage of disease. The most commonly used CAM was ‘Special food’ followed by ‘Herbal teas’. Only 4% of CAM users cited health care professionals as influencing their choice of CAM. One in four patients disclosed CAM use to their treating physician. There was no significant association between CAM use and QOL. The use of CAM therapies among breast cancer patients is prevalent in Lebanon. Efforts should be dedicated at educating physicians to discuss CAM use with their patients and advising patients to disclose of their use with their physicians.

Keywords: breast cancer , complementary medicine, alternative medicine, lebanon , quality of life

Procedia PDF Downloads 487
65 Prevalence and Determinants of the Use of CAM and Its Association with Quality of Life in a Sample of Lebanese Breast Cancer Patients: A Cross Sectional Study

Authors: Farah Naja, Romy Abi Fadel, Yasmin Aridi, Aya Zarif, Dania Hariri, Mohammad Alameddine, Anas Mugharbel, Maya Khalil, Zeina Nahleh, Arafat Tfayli

Abstract:

The objective of this study is to assess the prevalence and determinants of CAM use among breast cancer patients in Beirut, Lebanon. A secondary objective is to evaluate the association between CAM use and quality of life (QOL). A cross-sectional survey was conducted on 180 breast cancer patients recruited from two major referral centers in Beirut. In a face to face interview, participants completed a questionnaire comprised of three sections: socio-demographic and lifestyle characteristics, breast cancer condition, and CAM use. The assessment of QOL was carried using the FACT-B Arabic version. Prevalence of CAM use since diagnosis was 40%. CAM use was negatively associated with age, treatment at a philanthropic hospital and positively associated with having an advanced stage of disease. The most commonly used CAM was ‘Special food’ followed by ‘Herbal teas’. Only 4% of CAM users cited health care professionals as influencing their choice of CAM. One in four patients disclosed CAM use to their treating physician. There was no significant association between CAM use and QOL. The use of CAM therapies among breast cancer patients is prevalent in Lebanon. Efforts should be dedicated at educating physicians to discuss CAM use with their patients and advising patients to disclose of their use with their physicians.

Keywords: breast cancer, complementary and aLternative medicine, Lebanon, quality of life

Procedia PDF Downloads 573
64 Predictors of the Self-Reported Likelihood of Seeking Social Worker Help among People with Physical Disabilities

Authors: Maya Kagan, Michal Itzick, Patricia Tal-Katz

Abstract:

Social workers hold a variety of roles and practices, and one of these involves the care, treatment, and rehabilitation of disabled people. The current study assesses the association between demographic factors, attitudes towards social workers, the stigma attached to seeking social worker help, perceived social support, and psychological distress - and the self-reported likelihood of seeking social worker help, among people with physical disabilities (PWPD) in Israel. Data collection utilized structured questionnaires, administered to a sample of 435 PWPD. Statistical analyses were done using SPSS software. The findings suggest that women, older respondents, people with more positive attitudes towards social workers, with higher levels of psychological distress and of social support, and with a lower level of stigma, reported a greater likelihood of seeking social worker help. The study's conclusion is that there are certain avoidance factors among PWPD that might discourage them from seeking professional social worker help. Therefore, it is important that social workers identify these factors and develop interventions aimed at encouraging PWPD to seek professional social worker help in case of need, and also develop practices adjusted to PWPD's unique needs.

Keywords: attitudes towards social workers, people with physical disabilities, perceived social support, psychological distress, seeking help, stigma

Procedia PDF Downloads 313
63 Indonesia: Top Five Tax Haven Countries as the Strategy to Tax Avoidance

Authors: Maya Safira Dewi

Abstract:

Indonesia is one in the top ten countries most funds flowing into Tax Haven. Illegal funds flowing out of Indonesia reached USD 10.9 billion per year. While the total to 2010 of the Indonesian financial assets are in tax havens from Indonesia amounted to USD 331 billion (Kar and Freitas, 2012). Singapore, Netherlands, Virgin Island, Mauritius and Cayman Island are the highest countries that became the location of companies affiliated with the company listed in Indonesia Stock Exchange. The 469 companies listed on the stock exchange there are 128 companies (27.29%) with overseas entities, listed total overseas affiliated companies amounted to 417 firms in 2012 and 415 companies in 2011. The most of the branches or the parent company are located in Singapore, Netherlands, Virgin Island, Mauritius and Cayman Island. Judging from the existing tax provisions in these countries, have corporate tax rates that is lower than Indonesia. Tax avoidance to tax haven countries can be made by using some Strategies. They are transfer pricing, shopping treaty, thin capitalization and the controlled foreign company. Singapore, Netherlands, Virgin Island, Mauritius and Cayman Island are tax haven countries which become a tax heaven for Indonesian tax payer. It can be concluded that tax havens are a serious problem for Indonesia, and the need for a more assertive policy establishment and more detail about tax havens.

Keywords: tax avoidance, tax haven, transfer pricing, tax rate, tax payer

Procedia PDF Downloads 386
62 Critical Factors in the Formation, Development and Survival of an Eco-Industrial Park: A Systemic Understanding of Industrial Symbiosis

Authors: Iván González, Pablo Andrés Maya, Sebastián Jaén

Abstract:

Eco-industrial parks (EIPs) work as networks for the exchange of by-products, such as materials, water, or energy. This research identifies the relevant factors in the formation of EIPs in different industrial environments around the world. Then an aggregation of these factors is carried out to reduce them from 50 to 17 and classify them according to 5 fundamental axes. Subsequently, the Vester Sensitivity Model (VSM) systemic methodology is used to determine the influence of the 17 factors on an EIP system and the interrelationship between them. The results show that the sequence of effects between factors: Trust and Cooperation → Business Association → Flows → Additional Income represents the “backbone” of the system, being the most significant chain of influences. In addition, the Organizational Culture represents the turning point of the Industrial Symbiosis on which it must act correctly to avoid falling into unsustainable economic development. Finally, the flow of Information should not be lost since it is what feeds trust between the parties, and the latter strengthens the system in the face of individual or global imbalances. This systemic understanding will enable the formulation of pertinent policies by the actors that interact in the formation and permanence of the EIP. In this way, it seeks to promote large-scale sustainable industrial development, integrating various community actors, which in turn will give greater awareness and appropriation of the current importance of sustainability in industrial production.

Keywords: critical factors, eco-industrial park, industrial symbiosis, system methodology

Procedia PDF Downloads 93
61 The Role of Paraphrase in Interpreting Students’ Writing

Authors: Maya Lisa Aryanti, S. S. M. Hum

Abstract:

To improve students’ skill, writing is the most challenging skill to be developed. The reason is that besides helping the students to develop their skill, this activity also helps them to express themselves. This paper depicts how paraphrasing is very helpful to interpret students’ writing. Syntactic units, used tenses and meanings will indeed change once the writings were paraphrased. The objectives of this research are to reveal the inappropriate structure of syntactic units, to show what types of sentences the students often make, and to show how paraphrasing can help to infer the message. The methodology of this research is descriptive qualitative research. In addition, theories of linguistics are also included. This includes theory of Syntax to describe syntactic units and tenses and theory of Semantics to describe theories of meaning and how paraphrasing works. The theories of general linguistics, grammar and writing are also provided to support the theories of Syntax and Semantics. The results of this research are concerned with how the message is received in the end. The message written in the students’ essay is not clear because of the improper structure of syntactic units and use of incorrect of tenses. The students tend to use simple sentences, compound sentences and complex sentences with a few mistakes in their writing. In addition, they tend to create unnecessary phrases. The last point is that this research shows how paraphrase works to attain complete meaning of a sentence.

Keywords: meanings, syntactic units, tenses, syntax and semantics

Procedia PDF Downloads 167
60 Combating Malaria: A Drug Discovery Approach Using Thiazole Derivatives Against Prolific Parasite Enzyme PfPKG

Authors: Hari Bezwada, Michelle Cheon, Ryan Divan, Hannah Escritor, Michelle Kagramian, Isha Korgaonkar, Maya MacAdams, Udgita Pamidigantam, Richard Pilny, Eleanor Race, Angadh Singh, Nathan Zhang, LeeAnn Nguyen, Fina Liotta

Abstract:

Malaria is a deadly disease caused by the Plasmodium parasite, which continues to develop resistance to current antimalarial drugs. In this research project, the effectiveness of numerous thiazole derivatives was explored in inhibiting the PfPKG, a crucial part of the Plasmodium life cycle. This study involved the synthesis of six thiazole-derived amides to inhibit the PfPKG pathway. Nuclear Magnetic Resonance (NMR) spectroscopy and Infrared (IR) spectroscopy were used to characterize these compounds. Furthermore, AutoDocking software was used to predict binding affinities of these thiazole-derived amides in silico. In silico, compound 6 exhibited the highest predicted binding affinity to PfPKG, while compound 5 had the lowest affinity. Compounds 1-4 displayed varying degrees of predicted binding affinity. In-vitro, it was found that compound 4 had the best percent inhibition, while compound 5 had the worst percent inhibition. Overall, all six compounds had weak inhibition (approximately 30-39% at 10 μM), but these results provide a foundation for future drug discovery experiments.

Keywords: Medicinal Chemistry, Malaria, drug discovery, PfPKG, Thiazole, Plasmodium

Procedia PDF Downloads 63
59 Child Rights in the Context of Psychiatric Power

Authors: Dmytro D. Buiadzhy

Abstract:

The modern psychiatric discourse proves the existence of the direct ties between the children's mental health and their success in life as adults. The unresolved mental health problems in childhood are likely to lead individuals to poverty, isolation, and social exclusion as stated by Marcus Richards. Such an approach justifies the involvement of children in the view of supervision and control of power. The discourse, related to the mental health of children, provides a tight impact of family, educational institutions and medical authorities on the child through any manifestations of his psychic, having signs of "abnormality.” Throughout the adult life, the individual continues to feel the pressure of power through legal, political, and economic institutions that also appeal to the mental health regulation. The juvenile law declares the equality of a child and an adult, but in fact simply delegates the powers of parents to impersonal social institutions of the guardianship, education, and social protection. The psychiatric power in this study is considered in accordance with the Michel Foucault’s concept of power as a manifestation of "positive" technologies of power, which include various manifestations of subjectivity, in particular children’s one, in a view of supervision and control of the state power. The main issue disclosed in this paper is how weakening of the parental authority, in the context of legislative ratification of the child rights, strengthens the other forms of power over children, especially the psychiatric power, which justifies and affects the children mancipation.

Keywords: child rights, psychiatric power, discourse, parental authority

Procedia PDF Downloads 325
58 The Challenge of Characterising Drought Risk in Data Scarce Regions: The Case of the South of Angola

Authors: Natalia Limones, Javier Marzo, Marcus Wijnen, Aleix Serrat-Capdevila

Abstract:

In this research we developed a structured approach for the detection of areas under the highest levels of drought risk that is suitable for data-scarce environments. The methodology is based on recent scientific outcomes and methods and can be easily adapted to different contexts in successive exercises. The research reviews the history of drought in the south of Angola and characterizes the experienced hazard in the episode from 2012, focusing on the meteorological and the hydrological drought types. Only global open data information coming from modeling or remote sensing was used for the description of the hydroclimatological variables since there is almost no ground data in this part of the country. Also, the study intends to portray the socioeconomic vulnerabilities and the exposure to the phenomenon in the region to fully understand the risk. As a result, a map of the areas under the highest risk in the south of the country is produced, which is one of the main outputs of this work. It was also possible to confirm that the set of indicators used revealed different drought vulnerability profiles in the South of Angola and, as a result, several varieties of priority areas prone to distinctive impacts were recognized. The results demonstrated that most of the region experienced a severe multi-year meteorological drought that triggered an unprecedent exhaustion of the surface water resources, and that the majority of their socioeconomic impacts started soon after the identified onset of these processes.

Keywords: drought risk, exposure, hazard, vulnerability

Procedia PDF Downloads 171
57 Accelerated Molecular Simulation: A Convolution Approach

Authors: Jannes Quer, Amir Niknejad, Marcus Weber

Abstract:

Computational Drug Design is often based on Molecular Dynamics simulations of molecular systems. Molecular Dynamics can be used to simulate, e.g., the binding and unbinding event of a small drug-like molecule with regard to the active site of an enzyme or a receptor. However, the time-scale of the overall binding event is many orders of magnitude longer than the time-scale of simulation. Thus, there is a need to speed-up molecular simulations. In order to speed up simulations, the molecular dynamics trajectories have to be ”steared” out of local minimizers of the potential energy surface – the so-called metastabilities – of the molecular system. Increasing the kinetic energy (temperature) is one possibility to accelerate simulated processes. However, with temperature the entropy of the molecular system increases, too. But this kind ”stearing” is not directed enough to stear the molecule out of the minimum toward the saddle point. In this article, we give a new mathematical idea, how a potential energy surface can be changed in such a way, that entropy is kept under control while the trajectories are still steared out of the metastabilities. In order to compute the unsteared transition behaviour based on a steared simulation, we propose to use extrapolation methods. In the end we mathematically show, that our method accelerates the simulations along the direction, in which the curvature of the potential energy surface changes the most, i.e., from local minimizers towards saddle points.

Keywords: extrapolation, Eyring-Kramers, metastability, multilevel sampling

Procedia PDF Downloads 301
56 Challenges and Insights by Electrical Characterization of Large Area Graphene Layers

Authors: Marcus Klein, Martina GrießBach, Richard Kupke

Abstract:

The current advances in the research and manufacturing of large area graphene layers are promising towards the introduction of this exciting material in the display industry and other applications that benefit from excellent electrical and optical characteristics. New production technologies in the fabrication of flexible displays, touch screens or printed electronics apply graphene layers on non-metal substrates and bring new challenges to the required metrology. Traditional measurement concepts of layer thickness, sheet resistance, and layer uniformity, are difficult to apply to graphene production processes and are often harmful to the product layer. New non-contact sensor concepts are required to adapt to the challenges and even the foreseeable inline production of large area graphene. Dedicated non-contact measurement sensors are a pioneering method to leverage these issues in a large variety of applications, while significantly lowering the costs of development and process setup. Transferred and printed graphene layers can be characterized with high accuracy in a huge measurement range using a very high resolution. Large area graphene mappings are applied for process optimization and for efficient quality control for transfer, doping, annealing and stacking processes. Examples of doped, defected and excellent Graphene are presented as quality images and implications for manufacturers are explained.

Keywords: graphene, doping and defect testing, non-contact sheet resistance measurement, inline metrology

Procedia PDF Downloads 283
55 Exploring the Energy Model of Cumulative Grief

Authors: Masica Jordan Alston, Angela N. Bullock, Angela S. Henderson, Stephanie Strianse, Sade Dunn, Joseph Hackett, Alaysia Black Hackett, Marcus Mason

Abstract:

The Energy Model of Cumulative Grief was created in 2018. The Energy Model of Cumulative Grief utilizes historic models of grief stage theories. The innovative model is additionally unique due to its focus on cultural responsiveness. The Energy Model of Cumulative Grief helps to train practitioners who work with clients dealing with grief and loss. This paper assists in introducing the world to this innovative model and exploring how this model positively impacted a convenience sample of 140 practitioners and individuals experiencing grief and loss. Respondents participated in Webinars provided by the National Grief and Loss Center of America (NGLCA). Participants in this cross-sectional research design study completed one of three Grief and Loss Surveys created by the Grief and Loss Centers of America. Data analysis for this study was conducted via SPSS and Survey Hero to examine survey results for respondents. Results indicate that the Energy Model of Cumulative Grief was an effective resource for participants in addressing grief and loss. The majority of participants found the Webinars to be helpful and a conduit to providing them with higher levels of hope. The findings suggest that using The Energy Model of Cumulative Grief is effective in providing culturally responsive grief and loss resources to practitioners and clients. There are far reaching implications with the use of technology to provide hope to those suffering from grief and loss worldwide through The Energy Model of Cumulative Grief.

Keywords: grief, loss, grief energy, grieving brain

Procedia PDF Downloads 59
54 Automated Weight Painting: Using Deep Neural Networks to Adjust 3D Mesh Skeletal Weights

Authors: John Gibbs, Benjamin Flanders, Dylan Pozorski, Weixuan Liu

Abstract:

Weight Painting–adjusting the influence a skeletal joint has on a given vertex in a character mesh–is an arduous and time con- suming part of the 3D animation pipeline. This process generally requires a trained technical animator and many hours of work to complete. Our skiNNer plug-in, which works within Autodesk’s Maya 3D animation software, uses Machine Learning and data pro- cessing techniques to create a deep neural network model that can accomplish the weight painting task in seconds rather than hours for bipedal quasi-humanoid character meshes. In order to create a properly trained network, a number of challenges were overcome, including curating an appropriately large data library, managing an arbitrary 3D mesh size, handling arbitrary skeletal architectures, accounting for extreme numeric values (most data points are near 0 or 1 for weight maps), and constructing an appropriate neural network model that can properly capture the high frequency alter- ation between high weight values (near 1.0) and low weight values (near 0.0). The arrived at neural network model is a cross between a traditional CNN, deep residual network, and fully dense network. The resultant network captures the unusually hard-edged features of a weight map matrix, and produces excellent results on many bipedal models.

Keywords: 3d animation, animation, character, rigging, skinning, weight painting, machine learning, artificial intelligence, neural network, deep neural network

Procedia PDF Downloads 244
53 Eye Tracking Syntax in Language Education

Authors: Marcus Maia

Abstract:

The present study reports and discusses the use of eye tracking qualitative data in reading workshops in Brazilian middle and high schools and in Generative Syntax and Sentence Processing courses at the undergraduate and graduate levels at the Federal University of Rio de Janeiro, respectively. Both endeavors take the sentential level as the proper object to be metacognitively explored in language education (cf. Chomsky, Gallego & Ott, 2019) to develop innate science forming capacity and knowledge of language. In both projects, non-discrepant qualitative eye tracking data collected and quantitatively analyzed in experimental syntax and psycholinguistic studies carried out in Lapex (Experimental Psycholinguistics Laboratory of the Federal University of Rio de Janeiro) were displayed to students as a point of departure, triggering discussions. Classes would generally start with the display of videos showing eye tracking data, such as gaze plots and heatmaps from several studies in Psycholinguistics and Experimental Syntax that we had already developed in our laboratory. The videos usually triggered discussions with students about linguistic and psycholinguistic issues, such as the reading of sentences for gist, garden-path sentences, syntactic and semantic anomalies, the filled-gap effect, island effects, direct and indirect cause, and recursive constructions, among other topics. Active, problem-solving based methodologies were employed with the objective of stimulating student participation. The communication also discusses the importance of developing full literacy, epistemic vigilance and intellectual self-defense in an infodemic world in the lines of Maia (2022).

Keywords: reading, educational psycholinguistics, eye-tracking, active methodology

Procedia PDF Downloads 36
52 Mayan Culture and Attitudes towards Sustainability

Authors: Sarah Ryu

Abstract:

Agricultural methods and ecological approaches employed by the pre-colonial Mayans may provide valuable insights into forest management and viable alternatives for resource sustainability in the face of major deforestation across Central and South America.Using a combination of observation data collected from the modern indigenous inhabitants near Mixco in Guatemala and historical data, this study was able to create a holistic picture of how the Maya maintained their ecosystems. Surveys and observations were conducted in the field, over a period of twelve weeks across two years. Geographic and archaeological data for this area was provided by Guatemalan organizations such as the Universidad de San Carlos de Guatemala. Observations of current indigenous populations around Mixco showed that they adhered to traditional Mayan methods of agriculture, such as terrace construction and arboriculture. Rather than planting one cash crop as was done by the Spanish, indigenous peoples practice agroforestry, cultivating forests that would provide trees for construction material, wild plant foods, habitat for game, and medicinal herbs. The emphasis on biodiversity prevented deforestation and created a sustainable balance between human consumption and forest regrowth. Historical data provided by MayaSim showed that the Mayans successfully maintained their ecosystems from about 800BCE to 700CE. When the Mayans practiced natural resource conservation and cultivated a harmonious relationship with the forest around them, they were able to thrive and prosper alongside nature. Having lasted over a thousand years, the Mayan empire provides a valuable lesson in sustainability and human attitudes towards the environment.

Keywords: biodiversity, forestry, mayan, sustainability

Procedia PDF Downloads 160
51 Shortening Distances: The Link between Logistics and International Trade

Authors: Felipe Bedoya Maya, Agustina Calatayud, Vileydy Gonzalez Mejia

Abstract:

Encompassing inventory, warehousing, and transportation management, logistics is a crucial predictor of firm performance. This has been extensively proven by extant literature in business and operations management. Logistics is also a fundamental determinant of a country's ability to access international markets. Available studies in international and transport economics have shown that limited transport infrastructure and underperforming transport services can severely affect international competitiveness. However, the evidence lacks the overall impact of logistics performance-encompassing all inventory, warehousing, and transport components- on global trade. In order to fill this knowledge gap, the paper uses a gravitational trade model with 155 countries from all geographical regions between 2007 and 2018. Data on logistics performance is obtained from the World Bank's Logistics Performance Index (LPI). First, the relationship between logistics performance and a country’s total trade is estimated, followed by a breakdown by the economic sector. Then, the analysis is disaggregated according to the level of technological intensity of traded goods. Finally, after evaluating the intensive margin of trade, the relevance of logistics infrastructure and services for the extensive trade margin is assessed. Results suggest that: (i) improvements in both logistics infrastructure and services are associated with export growth; (ii) manufactured goods can significantly benefit from these improvements, especially when both exporting and importing countries increase their logistics performance; (iii) the quality of logistics infrastructure and services becomes more important as traded goods are technology-intensive; and (iv) improving the exporting country's logistics performance is essential in the intensive margin of trade while enhancing the importing country's logistics performance is more relevant in the extensive margin.

Keywords: gravity models, infrastructure, international trade, logistics

Procedia PDF Downloads 181
50 A Hybrid Energy Storage Module for the Emergency Energy System of the Community Shelter in Yucatán, México

Authors: María Reveles-Miranda, Daniella Pacheco-Catalán

Abstract:

Sierra Papacal commissary is located north of Merida, Yucatan, México, where the indigenous Maya population predominates. Due to its location, the region has an elevation of fewer than 4.5 meters above sea level, with a high risk of flooding associated with storms and hurricanes and a high vulnerability of infrastructure and housing in the presence of strong gusts of wind. In environmental contingencies, the challenge is providing an autonomous electrical supply using renewable energy sources that cover vulnerable populations' health, food, and water pumping needs. To address this challenge, a hybrid energy storage module is proposed for the emergency photovoltaic (PV) system of the community shelter in Sierra Papacal, Yucatán, which combines high-energy-density batteries and high-power-density supercapacitors (SC) in a single module, providing a quick response to energy demand, reducing the thermal stress on batteries and extending their useful life. Incorporating SC in energy storage modules can provide fast response times to power variations and balanced energy extraction, ensuring a more extended period of electrical supply to vulnerable populations during contingencies. The implemented control strategy increases the module's overall performance by ensuring the optimal use of devices and balanced energy exploitation. The operation of the module with the control algorithm is validated with MATLAB/Simulink® and experimental tests.

Keywords: batteries, community shelter, environmental contingencies, hybrid energy storage, isolated photovoltaic system, supercapacitors

Procedia PDF Downloads 57
49 Climate Adaptations to Traditional Milpa Farming Practices in Mayan Communities of Southern Belize: A Socio-Ecological Systems Approach

Authors: Kristin Drexler

Abstract:

Climate change has exacerbated food and livelihood insecurity for Mayan milpa farmers in Central America. For centuries, milpa farming has been sustainable for subsistence; however, in the last 50 years, milpas have become less reliable due to accelerating climate change, resource degradation, declining markets, poverty, and other factors. Using interviews with extension leaders and milpa farmers in Belize, this qualitative study examines the capacity for increasing climate-smart agriculture (CSA) aspects of existing traditional milpa practices, specifically no-burn mulching, soil enrichment, and the use of cover plants. Applying community capitals and socio-ecological systems frameworks, this study finds four key capitals were perceived by farmers and agriculture extension leaders as barriers for increasing CSA practices: (1) human-capacity, (2) financial, (3) infrastructure, and (4) governance-justice capitals. The key barriers include a lack of CSA technology and pest management knowledge-sharing (human-capacity), unreliable roads and utility services (infrastructure), the closure of small markets and crop-buying programs in Belize (financial), and constraints on extension services and exacerbating a sense of marginalization in Maya communities (governance-justice). Recommendations are presented for government action to reduce barriers and facilitate an increase in milpa crop productivity, promote food and livelihood security, and enable climate resilience of Mayan milpa communities in Belize.

Keywords: socio-ecological systems, community capitals, climate-smart agriculture, food security, milpa, Belize

Procedia PDF Downloads 69
48 Navigating the Ripple Effect: Deconstructing the Multilayered Impact of Fuel Subsidy Removal on Nigeria’s Educational Landscape

Authors: Abimbola Mobolanle Adu, Marcus Tayo Akinlade

Abstract:

This comprehensive study systematically dissects the intricate interplay between the removal of fuel subsidy and its multifaceted repercussions on Nigeria's educational system. Originating in the 1970s, the fuel subsidy policy initially conceived to curtail fuel costs and faced financial unsustainability. In 2023, President Bola Tinubu's administration announced its cessation. The resultant escalation in petroleum product prices precipitated challenges within the education sector, manifesting as heightened administrative costs, increased student fees, amplified dropout rates, and others. Employing a qualitative research methodology, grounded in Critical Theory, the study draws from diverse secondary sources and employs content analysis to unravel the intricate layers of this issue. Critical Theory provides a lens through which the power dynamics, socio-economic structures, and ideological influences shaping policy decisions can be critically examined, offering a deeper understanding of the multifaceted impact. Findings underscore the imperative for strategic interventions, advocating for investments in technology and the exploration of alternative energy sources. The paper concludes by emphasizing the pivotal role of education, advocating for nuanced policies to alleviate the impact on both private and public educational institutions. In essence, this research contributes nuanced insights into the labyrinthine dynamics between fuel subsidy policies and the educational sector, underscoring the exigency for meticulous interventions to fortify the nation's educational foundation.

Keywords: administration, education, fuel subsidy, policy, multilayered impact

Procedia PDF Downloads 32
47 Engineering Ligand-Free Biodegradable-Based Nanoparticles for Cell Attachment and Growth

Authors: Simone F. Medeiros, Isabela F. Santos, Rodolfo M. Moraes, Jaspreet K. Kular, Marcus A. Johns, Ram Sharma, Amilton M. Santos

Abstract:

Tissue engineering aims to develop alternatives to treat damaged tissues by promoting their regeneration. Its basic principle is to place cells on a scaffold capable of promoting cell functions, and for this purpose, polymeric nanoparticles have been successfully used due to the ability of some macro chains to mimic the extracellular matrix and influence cell functions. In general, nanoparticles require surface chemical modification to achieve cell adhesion, and recent advances in their synthesis include methods for modifying the ligand density and distribution onto nanoparticles surface. However, this work reports the development of biodegradable polymeric nanoparticles capable of promoting cellular adhesion without any surface chemical modification by ligands. Biocompatible and biodegradable nanoparticles based on poly(3-hydroxybutyrate-co-3-hydroxyvalerate) (PHBHV) were synthesized by solvent evaporation method. The produced nanoparticles were small in size (85 and 125 nm) and colloidally stable against time in aqueous solution. Morphology evaluation showed their spherical shape with small polydispersity. Human osteoblast-like cells (MG63) were cultured in the presence of PHBHV nanoparticles, and growth kinetics were compared to those grown on tissue culture polystyrene (TCPS). Cell attachment on non-tissue culture polystyrene (non-TCPS) pre-coated with nanoparticles was assessed and compared to attachment on TCPS. These findings reveal the potential of PHBHV nanoparticles for cell adhesion and growth, without requiring a matrix ligand to support cells, to be used as scaffolds, in tissue engineering applications.

Keywords: tissue engineering, PHBHV, stem cells, cellular attachment

Procedia PDF Downloads 191
46 A Study on the Impact of Covid-19 on Primary Healthcare Workers in Ekiti State, South-West Nigeria

Authors: Adeyinka Adeniran, Omowunmi Bakare, Esther Oluwole, Florence Chieme, Temitope Durojaiye, Modupe Akinyinka, Omobola Ojo, Babatunde Olujobi, Marcus Ilesanmi, Akintunde Ogunsakin

Abstract:

Introduction: Globally, COVID-19 has greatly impacted the human race physically, socially, mentally, and economically. However, healthcare workers seemed to bear the greatest impact. The study, therefore, sought to assess the impact of COVID-19 on the primary healthcare workers in Ekiti, South-west Nigeria. Methods: The study was a cross-sectional descriptive study using a quantitative data collection method of 716 primary healthcare workers in Ekiti state. Respondents were selected using an online convenience sampling method via their social media platforms. Data was collected, collated, and analyzed using SPSS version 25 software and presented as frequency tables, mean and standard deviation. Bivariate and multivariate analyses were conducted using a t-test, and the level of statistical significance was set at p<0.05. Results: Less than half (47.1%) of respondents were between 41-50 age group and a mean age of 44.4+6.4SD. A majority (89.4%) were female, and almost all (96.2%) were married. More than (90%) had ever heard of Coronavirus, and (85.8%) had to spend more money on activities of daily living such as transportation (90.1%), groceries (80.6%), assisting relations (95.8%) and sanitary measures (disinfection) at home (95.0%). COVID-19 had a huge negative impact on about (89.7%) of healthcare workers, with a mean score of 22+4.8. Conclusion: COVID-19 negatively impacted the daily living and professional duties of primary healthcare workers, which reflected their psychological, physical, social, and economic well-being. Disease outbreaks are unlikely to disappear in the near future. Hence, global proactive interventions and homegrown measures should be adopted to protect healthcare workers and save lives.

Keywords: Covid-19, health workforce, primary health care, health systems, depression

Procedia PDF Downloads 56