Search results for: rapport management approach
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 20643

Search results for: rapport management approach

15153 Implementing Zero-Trust Security with Passwordless Authentication Gateways for Privacy-Oriented Organizations Using Keycloak

Authors: Andrei Bogdan Stanescu, Laura Diaconescu

Abstract:

With the increasing concerns about data breaches and privacy violations, organizations seek robust security measures to protect sensitive information. This research paper highlights the importance of implementing the Zero-Trust Security methodology using Passwordless Authentication Gateways that leverage Keycloak, an open-source Identity and Access Management (IAM) software, as a solution to address the security challenges these organizations face. The paper presents the successful implementation and deployment of such a solution in a mid-size, privacy-oriented organization. The implementation resulted in significant security improvements, reducing the risk of unauthorized access and potential data breaches. Moreover, user feedback indicated enhanced convenience and streamlined authentication experiences. The results of this study bring solid contributions in the field of cybersecurity and provide practical insights for organizations aiming to strengthen their security practices.

Keywords: identity and access management, passwordless authentication, privacy, zero-trust security

Procedia PDF Downloads 76
15152 Challenges of Landscape Design with Tree Species Diversity

Authors: Henry Kuppen

Abstract:

In the last decade, tree managers have faced many threats of pests and diseases and the effects of climate change. Managers will recognize that they have to put more energy and more money into tree management. By recognizing the cause behind this, the opportunity will arise to build sustainable tree populations for the future. More and more, unwanted larvae are sprayed, ash dieback infected trees are pruned or felled, and emerald ash borer is knocking at the door of West Europe. A lot of specific knowledge is needed to produce management plans and best practices. If pest and disease have a large impact, society loses complete tree species and need to start all over again building urban forest. But looking at the cause behind it, landscape design, and tree species selection, the sustainable solution does not present itself in managing these threats. Every pest or disease needs two important basic ingredients to be successful: climate and food. The changing climate is helping several invasive pathogens to survive. Food is often designed by the landscapers and managers of the urban forest. Monocultures promote the success of pathogens. By looking more closely at the basics, tree managers will realise very soon that the solution will not be the management of pathogens. The long-term solution for sustainable tree populations is a different design of our urban landscape. The use of tree species diversity can help to reduce the impact of climate change and pathogens. Therefore landscapers need to be supported. They are the specialists in designing the landscape using design values like canopy volume, ecosystem services, and seasonal experience. It’s up to the species specialist to show what the opportunities are for different species that meet the desired interpretation of the landscape. Based on landscapers' criteria, selections can be made, including tree species related requirements. Through this collaboration and formation of integral teams, sustainable plant design will be possible.

Keywords: climate change, landscape design, resilient landscape, tree species selection

Procedia PDF Downloads 103
15151 Key Factors Influencing Individual Knowledge Capability in KIFs

Authors: Salman Iqbal

Abstract:

Knowledge management (KM) literature has mainly focused on the antecedents of KM. The purpose of this study is to investigate the effect of specific human resource management (HRM) practices on employee knowledge sharing and its outcome as individual knowledge capability. Based on previous literature, a model is proposed for the study and hypotheses are formulated. The cross-sectional dataset comes from a sample of 19 knowledge intensive firms (KIFs). This study has run an item parceling technique followed by Confirmatory Factor Analysis (CFA) on the latent constructs of the research model. Employees’ collaboration and their interpersonal trust can help to improve their knowledge sharing behaviour and knowledge capability within organisations. This study suggests that in future, by using a larger sample, better statistical insight is possible. The findings of this study are beneficial for scholars, policy makers and practitioners. The empirical results of this study are entirely based on employees’ perceptions and make a significant research contribution, given there is a dearth of empirical research focusing on the subcontinent.

Keywords: employees’ collaboration, individual knowledge capability, knowledge sharing, monetary rewards, structural equation modelling

Procedia PDF Downloads 258
15150 Impact of Land Ownership on Rangeland Condition in the Gauteng Province, South Africa

Authors: N. L. Letsoalo, H. T. Pule, J. T. Tjelele, N. R. Mkhize, K. R. Mbatha

Abstract:

Rangelands are major feed resource for livestock farming in South Africa, despite being subjected to different forms of degradation. These forms of degradation are as a result of inappropriate veld and livestock management practices such as excessive stocking rates. While information on judicious veld management is available, adoption of appropriate practices is still unsatisfactory and seems to depend partly on the type of land ownership of farmers. The objectives of this study were to; (I) compare rangeland condition (species richness, basal cover, veld condition score, and herbaceous biomass) among three land ownership types (leased land, communal land and private land), and (II) determine the relationships between veld condition score (%) and herbaceous biomass (kg DM/ha) production. Vegetation was assessed at fifty farms under different land use types using nearest plant technique. Grass species composition and forage value were estimated using PROC FREQ procedure of SAS 9.3. A one-way ANOVA was used to determine significant differences (P < 0.05) in species richness, basal cover, veld condition (%) large stock units, grazing capacity and herbaceous biomass production among the three grazing systems. A total of 28 grass species were identified, of which 95% and 5% were perennials and annuals, respectively. The most commonly distributed and highly palatable grass species, Digitaria eriantha had significantly higher frequency under private owned lands (32.3 %) compared to communal owned lands (12.3%). There were no significant difference on grass species richness and basal cover among land ownership types (P > 0.05). There were significant differences on veld condition score and biomass production (P < 0.05). Private lands had significantly higher (69.63%) veld condition score than leased (56.07%) and communal lands (52.55%). Biomass production was significantly higher (± S.E.) 2990.30 ± 214 kg DM/ha on private owned lands, compared to leased lands 2069.85 ± 196 kg DM/ha and communal lands 1331.04 ± 102 kg DM/ha. Biomass production was positively correlated with rangeland condition (r = 0.895; P < 0.005). These results suggest that rangeland conditions on communal and leased lands are in poor condition than those on private lands. More research efforts are needed to improve management of rangelands in communal and leased land in Gauteng province.

Keywords: grazing, herbaceous biomass, management practices, species richness

Procedia PDF Downloads 151
15149 Multi-Label Approach to Facilitate Test Automation Based on Historical Data

Authors: Warda Khan, Remo Lachmann, Adarsh S. Garakahally

Abstract:

The increasing complexity of software and its applicability in a wide range of industries, e.g., automotive, call for enhanced quality assurance techniques. Test automation is one option to tackle the prevailing challenges by supporting test engineers with fast, parallel, and repetitive test executions. A high degree of test automation allows for a shift from mundane (manual) testing tasks to a more analytical assessment of the software under test. However, a high initial investment of test resources is required to establish test automation, which is, in most cases, a limitation to the time constraints provided for quality assurance of complex software systems. Hence, a computer-aided creation of automated test cases is crucial to increase the benefit of test automation. This paper proposes the application of machine learning for the generation of automated test cases. It is based on supervised learning to analyze test specifications and existing test implementations. The analysis facilitates the identification of patterns between test steps and their implementation with test automation components. For the test case generation, this approach exploits historical data of test automation projects. The identified patterns are the foundation to predict the implementation of unknown test case specifications. Based on this support, a test engineer solely has to review and parameterize the test automation components instead of writing them manually, resulting in a significant time reduction for establishing test automation. Compared to other generation approaches, this ML-based solution can handle different writing styles, authors, application domains, and even languages. Furthermore, test automation tools require expert knowledge by means of programming skills, whereas this approach only requires historical data to generate test cases. The proposed solution is evaluated using various multi-label evaluation criteria (EC) and two small-sized real-world systems. The most prominent EC is ‘Subset Accuracy’. The promising results show an accuracy of at least 86% for test cases, where a 1:1 relationship (Multi-Class) between test step specification and test automation component exists. For complex multi-label problems, i.e., one test step can be implemented by several components, the prediction accuracy is still at 60%. It is better than the current state-of-the-art results. It is expected the prediction quality to increase for larger systems with respective historical data. Consequently, this technique facilitates the time reduction for establishing test automation and is thereby independent of the application domain and project. As a work in progress, the next steps are to investigate incremental and active learning as additions to increase the usability of this approach, e.g., in case labelled historical data is scarce.

Keywords: machine learning, multi-class, multi-label, supervised learning, test automation

Procedia PDF Downloads 115
15148 Patterns of Problem Behavior of Out-Of-School Adolescents and Gender Difference in South Korea

Authors: Jaeyoung Lee, Minji Je

Abstract:

Objectives: The adolescents not attending school are named out-of-school adolescents. They are more vulnerable to health management and are likely to be exposed to a number of risk factors. This study was conducted to investigate the problem behavior of out-of-school adolescents and analyze the difference caused by gender. Methods: In this study, the problem behaviors of out-of-school adolescents, the vulnerable class, were defined in 8 types and based on this definition, the survey on run away from home, drop out, prostitution, violence, internet game addiction, theft, drug addiction, and smoking was conducted. The study was conducted in a total of 507 out-of-school adolescents, including 342 males, and 165 females. The type, frequency and start time of the 8 problem behaviors were identified. The collected data were analyzed with chi-square test and t-test using SPSS statistics 22. Results: Among the problem behaviors of the subjects, violence ( =17.41, p < .001), internet game addiction ( =16.14, p < .001), theft ( =22.48, p < .001), drug addiction ( =4.17, p=.041), and smoking ( =3.90, p=.048) were more significantly high in male out-of-school adolescents than female out-of-school adolescents. In addition, the frequency of the problem behavior was higher in male out-of-school adolescents with statistical significance than in female out-of-school adolescents (t=5.08, p= < .001). In terms of the start time of the problem behavior, only internet game addiction was higher in male out-of-school adolescents with the statistical significance than in female out-of-school adolescents ( =6.22, p=.032). No statistically significant difference was found in other problem behaviors (p > .05). Conclusions: In this study, it was found that gender difference in problem behaviors of out-of-school adolescents exists, and its frequency and difference of types were identified. When the social countermeasures were provided for those adolescents, a distinguished approach is required depending on the patterns of problem behavior and gender. When preparing policy alternatives and interventions for out-of-school adolescents, it is required to reflect the results of this study.

Keywords: addictive behavior, adolescent, gender, problem behavior

Procedia PDF Downloads 193
15147 Antiplatelets and Anticoagulants in Rural Emergency General Surgery

Authors: Jeong-Moh John Yahng, Angelika Na

Abstract:

Introduction: Increasing numbers of general surgical patients are being prescribed antiplatelet and anticoagulant medications (APAC) for various cardiovascular and cerebrovascular conditions. Surgical patients who are on APAC present a management challenge as bleeding risk needs to be balanced with thromboembolic risk. Although guidelines exist in regards to APAC management in elective surgery, there is a lack of guidelines in the emergency surgery setting. In this study we aim to characterise APAC usage in emergency general surgical patients admitted to a rural hospital. We also assess the impact of APAC usage on clinical management of these patients. Methods: Prospective study of emergency general surgical admissions at Northeast Health Wangaratta (Victoria) from 2 July to 25 Oct 2014. Questionnaire collected demographics data, admission diagnosis, APAC usage, anaesthesia techniques, operation types, transfusion requirement and morbidity / mortality data. Results: During the 4 month study, 118 patients were classified into two groups: non-APAC (n=96, 81%) and APAC (n=22, 19%). Patients in the APAC group were older compared to the non-APAC patients (mean age 72 vs 42 years old). Amongst patients younger than 60 years old, only 1% of them were on APAC. In contrast, 49% of patients older than 60 years old were on APAC (p<0.001). Patients who were admitted with a bleeding problem were more likely to be on APAC (p<0.05). 19% of emergency general surgery patients were on APAC. The majority (91%) of them were on antiplatelet medication, with two patients being on dual antiplatelet agents (aspirin + clopidogrel or ticagrelor). 15% of emergency general surgical patients requiring operations were on APAC. 11% of all laparotomies and 33% of gastroscopy for haematemesis/melaena patients were on APAC. Both of the patients operated for bleeding following surgery at another hospital were in the APAC group. In regards to impact on clinical management, 59% of APAC patients had their medications interrupted or ceased, on average by 3.5 days (range 1-13 days). 2 out of 75 operations were delayed due to APAC usage. There was no difference in the use of central venous or arterial line for increased monitoring (p=0.14) or in the use of warming blanket (Bair Hugger™) (p=0.94). Overall, transfusion rate was higher amongst APAC patients (14% vs 3%) (p 0.04). The recorded morbidity (n=2) and mortality (n=1) in this study were all in the APAC group. Discussion: Nineteen percent of emergency general surgical admissions and fifteen percent of operated patients were on APAC. The prevalence of APAC usage was higher in those aged sixty and above. General surgical patients who were admitted with a bleeding problem were more likely to be on APAC. Two patients who were operated for bleeding following surgery at another hospital were in the APAC group. Note that there was no patient in the non-APAC group who was admitted for post-operative bleeding. We observed two cases in which operation was delayed due to APAC usage. Transfusion, morbidity and mortality rate were higher in the APAC group. Conclusion: In this study, nineteen percent of emergency general surgical admissions were on APAC. The use of APAC is more prevalent in the older age group, particularly those aged sixty and above. Higher proportion of APAC compared to non-APAC patients were admitted and operated for bleeding problems. There is an urgent need for clinical guidelines regarding APAC management in emergency general surgical patients.

Keywords: antiplatelet, anticoagulants, emergency general surgery, rural general surgery, morbidity, mortality

Procedia PDF Downloads 124
15146 Jurisdiction of Military Court for Military Members Who Committed General Crimes in Indonesia's Military Justice System and Comparison with Another Countries

Authors: Dini Dewi Heniarti

Abstract:

Military Court which is a judicial institution within the military institution has a heavy duty. Military court has to ensuring a fair legal process for military personnel (due process of law) and enforces military discipline. Military justice must also ensure protects the rights of military personnel. In Indonesia tren of military court changes in vision. The debate is happened on the jurisdiction of military court that allegedly has the potential existence of impunity. The Decree of People’s Consultative Assembly Number VII/MPR/2000 which states that the army general who committed the crime should not be tried in military court is one that underlies the proposed amendment limits the jurisdiction of military court. For the identify of the background in a specific format that is limited to juridical review. The goals this research is to gain knowledge, deep understanding and the concept of jurisdiction of military courts for military members who committed general crimes in adjudication procedure from the perspective of legal reform as alternative to establish independency of military judiciary. This research using Rule of Law as Grand Theory, Development Legal Theory as a Middle Theory and Criminal Justice System and concept of jurisdiction as supporting as Applied Theory. This study using a normative juridical approach, and equipped by primary data juridical approach of historical and comparative approach. The author uses descriptive analytical specifications. The main data used in this research is secondary data, which includes primary legal materials, secondary legal material and legal materials tertiary. Analysis primary data and qualitative data is done legally. Technique checking the validity of the data in this study used multiple methods with the research triangulation. This paper will demonstrate the problems concerning the jurisdiction of military courts for military personnel who committed general crimes in perspective of military justice reform Indonesia and adjudication procedures for military member who committed general crimes in the military justice system in Indonesia, as alternative to establish independency of judiciary in military justice in Indonesia. Comparative approached the military justice system from another countries is aimed to development military justice in Indonesia.

Keywords: jurisdiction, military courts, military justice, independency of judiciary

Procedia PDF Downloads 557
15145 The Effectiveness of Spatial Planning and Land Use Management Policies to Promote Tourism Development in the Wild Coast, Eastern Cape

Authors: Siyamthanda Makhwabe

Abstract:

Tourism development and spatial planning within the broader spectrum of the Eastern Cape needs to be strategically integrated to give effectiveness to development planning within the province. Tourism was severely affected and limited by policies of the previous regime. Tourism development in the Eastern Cape has been identified as one of the underdeveloped sectors that have the potential to improve the province’s local economic development trajectory The proposed study reviews literature on tourism development in an urban/rural and regional context in the Eastern Cape province. The proposed study will therefore offer an in-depth literature review on issues pertaining to spatial planning, land use management policies and tourism development within the Eastern Cape using the scoping review method. The intention of the proposed study is to identify synergies between the intertwined municipalities within the Wild Coast region in order to create a tourism belt that would yield benefit from Coffee Bay to East London.

Keywords: development, Eastern Cape, policies, spatial planning, tourism

Procedia PDF Downloads 74
15144 A Multi-Objective Decision Making Model for Biodiversity Conservation and Planning: Exploring the Concept of Interdependency

Authors: M. Mohan, J. P. Roise, G. P. Catts

Abstract:

Despite living in an era where conservation zones are de-facto the central element in any sustainable wildlife management strategy, we still find ourselves grappling with several pareto-optimal situations regarding resource allocation and area distribution for the same. In this paper, a multi-objective decision making (MODM) model is presented to answer the question of whether or not we can establish mutual relationships between these contradicting objectives. For our study, we considered a Red-cockaded woodpecker (Picoides borealis) habitat conservation scenario in the coastal plain of North Carolina, USA. Red-cockaded woodpecker (RCW) is a non-migratory territorial bird that excavates cavities in living pine trees for roosting and nesting. The RCW groups nest in an aggregation of cavity trees called ‘cluster’ and for our model we use the number of clusters to be established as a measure of evaluating the size of conservation zone required. The case study is formulated as a linear programming problem and the objective function optimises the Red-cockaded woodpecker clusters, carbon retention rate, biofuel, public safety and Net Present Value (NPV) of the forest. We studied the variation of individual objectives with respect to the amount of area available and plotted a two dimensional dynamic graph after establishing interrelations between the objectives. We further explore the concept of interdependency by integrating the MODM model with GIS, and derive a raster file representing carbon distribution from the existing forest dataset. Model results demonstrate the applicability of interdependency from both linear and spatial perspectives, and suggest that this approach holds immense potential for enhancing environmental investment decision making in future.

Keywords: conservation, interdependency, multi-objective decision making, red-cockaded woodpecker

Procedia PDF Downloads 323
15143 Comparative Study of the Quality of Treated Water and Sludge from Wastewater Treatment Plants in the Peri-Urban Area of Casablanca

Authors: Meryem Zarri, Mohame Tahiri, Fouad Amraoui

Abstract:

In the context of water resources shortage that Morocco is experiencing in recent years, the mobilization of non-conventional resources becomes a necessity. The reuse of treated water and the bioconversion of biological sewage sludge into value-added products is considered an environmentally friendly and economical approach to the management of this significant resource which represent at least 80 % of consumed fresh wate In this work, we compare the quality of treated water and sewage sludge from wastewater treatment plants in the peri-urban Casablanca by analyzing different physicochemical and bacteriological parameters. The choice was made for three wastewater plants installed in different regions and monitored either by LYDEC and Commune of Had Soualem and use different technologies. Recycling of treated water in agriculture and watering of green spaces is dependent on the compliance of the parameters with international standards (WHO, FAO, …etc.) The preliminary tests of the samples taken during the second half of the year 2021 showed that the advanced technologies put in place at the level of the Mediouna and the airport zone stations (membrane reactor and activated sludge, respectively) give water to the output of the stations more respectful of the standards required in terms of physicochemical parameters (pH, Conductivity, Tubidity, COD, BOD5, TNK, and TPK) and bacteriological (fecal germs, Escherichia Coli, streptococci, Helminthes eggs). The parameters relating to the Had Soualem natural lagoon station are generally at the tolerance’s threshold. The results of analyzes relating to the residual sludge collected at the end of the cycle are, on the whole satisfactory despite a fluctuating variability of the bacteriological parameters.

Keywords: urban wastewater treatment plants, purified wastewater, sewage sludge, physicochemical parameters, bacteriological parameters, peri-urban area of ​​casablanca, morocco

Procedia PDF Downloads 134
15142 Applying the Underwriting Technique to Analyze and Mitigate the Credit Risks in Construction Project Management

Authors: Hai Chien Pham, Thi Phuong Anh Vo, Chansik Park

Abstract:

Risks management in construction projects is important to ensure the positive feasibility of the projects in which financial risks are most concerned while construction projects always run on a credit basis. Credit risks, therefore, require unique and technical tools to be well managed. Underwriting technique in credit risks, in its most basic sense, refers to the process of evaluating the risks and the potential exposure of losses. Risks analysis and underwriting are applied as a must in banks and financial institutions who are supporters for constructions projects when required. Recently, construction organizations, especially contractors, have recognized the significant increasing of credit risks which caused negative impacts to project performance and profit of construction firms. Despite the successful application of underwriting in banks and financial institutions for many years, there are few contractors who are applying this technique to analyze and mitigate the credit risks of their potential owners before signing contracts with them for delivering their performed services. Thus, contractors have taken credit risks during project implementation which might be not materialized due to the bankruptcy and/or protracted default made by their owners. With this regard, this study proposes a model using the underwriting technique for contractors to analyze and assess credit risks of their owners before making final decisions for the potential construction contracts. Contractor’s underwriters are able to analyze and evaluate the subjects such as owner, country, sector, payment terms, financial figures and their related concerns of the credit limit requests in details based on reliable information sources, and then input into the proposed model to have the Overall Assessment Score (OAS). The OAS is as a benchmark for the decision makers to grant the proper limits for the project. The proposed underwriting model is validated by 30 subjects in Asia Pacific region within 5 years to achieve their OAS, and then compare output OAS with their own practical performance in order to evaluate the potential of underwriting model for analyzing and assessing credit risks. The results revealed that the underwriting would be a powerful method to assist contractors in making precise decisions. The contribution of this research is to allow the contractors firstly to develop their own credit risk management model for proactively preventing the credit risks of construction projects and continuously improve and enhance the performance of this function during project implementation.

Keywords: underwriting technique, credit risk, risk management, construction project

Procedia PDF Downloads 195
15141 Evaluating the Management of Febrile Infants (Less than 90 Days) Presenting to Tallaght Ed- Completed Audit Cycle

Authors: Amel Osman, Stewart McKenna

Abstract:

Aim: Fever may present as the sole sign of a serious underlying infection in young infants. Febrile Infants aged less than 90 days are at an elevated susceptibility to invasive bacterial infections, thus presenting a challenge in ensuring the appropriate management of these cases. This study aims to ensure strict adherence to NICE guidelines for the management of fever in infants between 0 and 90 days presenting to Tallaght Hospital ED. A comprehensive audit, followed by a re-audit, was conducted to enhance the quality of care delivered to these patients. In accordance with NICE guidelines, all febrile infants should undergo blood tests. Additionally, LP should be performed in all neonates under 28 days, infants displaying signs of illness, and those with WCC below 5 or above 15. Method: A retrospective case review was performed, encompassing all patients aged between 0 to 90 days who presented with fever at Tallaght ED. Data retrieval was conducted from electronic records on two separate occasions, six months apart. The evaluation encompassed the assessment of body temperature as well as both partial and full septic workups. Results: Over the study period, 150 infants presented to the ED with fever in the initial audit, and 120 in the re-audit. In the first study, 81 patients warranted a full septic workup as per NICE, but only 48 received it. Conversely, 40 patients met criteria for a partial septic workup, with 12 undergoing blood tests. In the second study, 73 patients qualified for a full septic workup, of which 52 were completed. Additionally, 27 patients were indicated for a partial workup, with 20 undergoing blood tests. Conclusion: Managing febrile infants under three months of age presenting to Tallaght ED remains a persistent challenge, underscoring the need for continuous educational initiatives to guarantee that these patients receive the requisite assessments and treatments.

Keywords: infants, fever, septic workup, tallaght

Procedia PDF Downloads 32
15140 Psychosocial Strategies Used by Individuals with Schizophrenia: An Analysis of Internet Forum Posts

Authors: Charisse H. Tay

Abstract:

Background: Schizophrenia is a severe chronic mental disorder that can result in hallucinations, delusions, reduced social engagement, and lack of motivation. While antipsychotic medications often provide the basis for treatment, psychosocial strategies complement the benefit of medications and can result in meaningful improvements in symptoms and functioning. The aim of the study was to investigate psychosocial strategies used by internet self-help forum participants to effectively manage symptoms caused by schizophrenia. Internet self-help forums are a resource for medical and psychological problems and are commonly used to share information about experiences with symptom management. Method: Three international self-help internet forums on schizophrenia were identified using a search engine. 1,181 threads regarding non-pharmacological, psychosocial self-management of schizophrenia symptoms underwent screening, resulting in the final identification and coding of 91 threads and 191 posts from 134 unique forum users that contained details on psychosocial strategies endorsed personally by users that allowed them to effectively manage symptoms of schizophrenia, including positive symptoms (e.g., auditory/visual/tactile hallucinations, delusions, paranoia), negative symptoms (e.g.., avolition, apathy, anhedonia), symptoms of distress, and cognitive symptoms (e.g., memory loss). Results: Effective symptom management strategies personally endorsed by online forum users were psychological skills (e.g., re-focusing, mindfulness/meditation, reality checking; n = 94), engaging in activities (e.g., exercise, working/volunteering, hobbies; n = 84), social/familial support (n = 48), psychotherapy (n = 33), diet (n = 18), and religion/spirituality (n = 14). 44.4% of users reported using more than one strategy to manage their symptoms. The most common symptoms targeted and effectively managed, as specified by users, were positive symptoms (n = 113), negative symptoms (n = 17), distress (n = 8), and memory loss (n = 6). 10.5% of users reported more than one symptom effectively targeted. 70.2% of users with positive symptoms reported that psychological skills were effective for symptom relief. 88% of users with negative symptoms and 75% with distress symptoms reported that engaging in activities was effective. Discussion: Individuals with schizophrenia rely on a variety of different psychosocial methods to manage their symptoms. Different symptomology appears to be more effectively targeted by different types of psychosocial strategies. This may help to inform treatment strategy and tailored for individuals with schizophrenia.

Keywords: psychosocial treatment, qualitative methods, schizophrenia, symptom management

Procedia PDF Downloads 112
15139 A Histopathological Study on Leech (Hirudo medicinalis) Application in the Management of Vicarcikā (Eczema)

Authors: K. M. Pratap Shankar, Dattatreya Rao, Sai Prasad

Abstract:

Background: Skin diseases are among the most common health problems worldwide and are associated with a considerable burden. Eczema is such a skin ailment which cause psychological, social and financial burden on the patient and their families. Management of eczema with antibiotics, antihistamines, steroids etc., are available but even after their use relapses, recurrences and other complications are very common. Aim: The aim of this study was to assess the efficacy of leech application in the management of vicarcikā (Eczema) with Histopathological study. Methods: For the present study 10 patients having the classical symptoms of Vicarcikā, were randomly selected as per the inclusion and exclusion criteria from O.P.D. & I.P.D. sections of Śalya department, S.V. Āyurvedic Hospital, Tirupati. Minimum 4 sittings of Leech application was carried out with seven days interval. Total duration of treatment was 6 weeks. Biopsy samples were collected from the lesion site before and after treatment. Histopathological examination was done by the pathologist. Results: In eczema (dermatitis) the leech application therapy gives excellent response by reducing the inflammatory component, hyperkeratosis, spongiosis, irregular acanthosis and by evoking a granulation tissue response in the dermis and in most of the cases with complete recovery from the lesion. Most of the cases in the study were chronic dermatitis and sebhoric keratosis, almost all local/focal pigmented lesions is totally relieved by leech therapy especially in cases of sebhoric keratosis. Conclusion: In the present study it was found that, leech application evokes significant changes at histological level specifically in reduction of inflammatory component, hyperkeratosis, spongiosis and irregular acanthosis. It was also found that there was a considerable formation of granulation tissue, which helps in formation of healthy new tissues.

Keywords: acanthosis, eczema, hyperkeratosis, leech application, spongiosis

Procedia PDF Downloads 288
15138 Emerging Technologies for Learning: In Need of a Pro-Active Educational Strategy

Authors: Pieter De Vries, Renate Klaassen, Maria Ioannides

Abstract:

This paper is about an explorative research into the use of emerging technologies for teaching and learning in higher engineering education. The assumption is that these technologies and applications, which are not yet widely adopted, will help to improve education and as such actively work on the ability to better deal with the mismatch of skills bothering our industries. Technologies such as 3D printing, the Internet of Things, Virtual Reality, and others, are in a dynamic state of development which makes it difficult to grasp the value for education. Also, the instruments in current educational research seem not appropriate to assess the value of such technologies. This explorative research aims to foster an approach to better deal with this new complexity. The need to find out is urgent, because these technologies will be dominantly present in the near future in all aspects of life, including education. The methodology used in this research comprised an inventory of emerging technologies and tools that potentially give way to innovation and are used or about to be used in technical universities. The inventory was based on both a literature review and a review of reports and web resources like blogs and others and included a series of interviews with stakeholders in engineering education and at representative industries. In addition, a number of small experiments were executed with the aim to analyze the requirements for the use of in this case Virtual Reality and the Internet of Things to better understanding the opportunities and limitations in the day-today learning environment. The major findings indicate that it is rather difficult to decide about the value of these technologies for education due to the dynamic state of change and therefor unpredictability and the lack of a coherent policy at the institutions. Most decisions are being made by teachers on an individual basis, who in their micro-environment are not equipped to select, test and ultimately decide about the use of these technologies. Most experiences are being made in the industry knowing that the skills to handle these technologies are in high demand. The industry though is worried about the inclination and the capability of education to help bridge the skills gap related to the emergence of new technologies. Due to the complexity, the diversity, the speed of development and the decay, education is challenged to develop an approach that can make these technologies work in an integrated fashion. For education to fully profit from the opportunities, these technologies offer it is eminent to develop a pro-active strategy and a sustainable approach to frame the emerging technologies development.

Keywords: emerging technologies, internet of things, pro-active strategy, virtual reality

Procedia PDF Downloads 177
15137 The Influence of Activity Selection and Travel Distance on Forest Recreation Policies

Authors: Mark Morgan, Christine Li, Shuangyu Xu, Jenny McCarty

Abstract:

The National Wild and Scenic Rivers System was created by the U.S. Congress in 1968 (Public Law 90-542; 16 U.S.C. 1271 et seq.) to preserve outstanding natural, cultural, and recreational values of some U.S. rivers in a free-flowing condition for the enjoyment of present and future generations. This Act is notable for safeguarding the special character of these rivers while supporting management action that encourages public participation for co-creating river protection goals and strategies. This is not an easy task. To meet the challenges of modern ecosystem management, federal resource agencies must address many legal, environmental, economic, political, and social issues. The U.S. Forest Service manages a 44-mile section of the Eleven Point National Scenic River (EPR) in southern Missouri, mainly for outdoor recreation purposes. About half of the acreage is in private lands, while the remainder flows through the Mark Twain National Forest. Private land along the river is managed by scenic easements to ensure protection of scenic values and natural resources, without public access. A portion of the EPR lies adjacent to a 16,500-acre tract known as the Irish Wilderness. The spring-fed river has steep bluffs, deep pools, clear water, and a slow current, making it an ideal setting for outdoor enthusiasts. A 10-month visitor study was conducted at five access points along the EPR during 2019 so the US Forest Service could update their river management plan. A mail-back survey was administered to 560 on-site visitors, yielding a response rate of 53%. Although different types of visitors use the EPR, boating and fishing were the predominant forms of outdoor recreation. Some river use was from locals, but other visitors came from farther away. Formulating unbiased policies for outdoor recreation is difficult because managers must assign relative values to recreational activities and travel distance. Because policymaking is a subjective process, management decisions can affect user groups in different ways (i.e., boaters vs. fishers; proximate vs. distal visitors), as seen through a GIS analysis.

Keywords: activity selection, forest recreation, policy, travel distance

Procedia PDF Downloads 127
15136 Modelling Patient Condition-Based Demand for Managing Hospital Inventory

Authors: Esha Saha, Pradip Kumar Ray

Abstract:

A hospital inventory comprises of a large number and great variety of items for the proper treatment and care of patients, such as pharmaceuticals, medical equipment, surgical items, etc. Improper management of these items, i.e. stockouts, may lead to delay in treatment or other fatal consequences, even death of the patient. So, generally the hospitals tend to overstock items to avoid the risk of stockout which leads to unnecessary investment of money, difficulty in storing, more expiration and wastage, etc. Thus, in such challenging environment, it is necessary for hospitals to follow an inventory policy considering the stochasticity of demand in a hospital. Statistical analysis captures the correlation of patient condition based on bed occupancy with the patient demand which changes stochastically. Due to the dependency on bed occupancy, the markov model is developed that helps to map the changes in demand of hospital inventory based on the changes in the patient condition represented by the movements of bed occupancy states (acute care state, rehabilitative state and long-care state) during the length-of-stay of patient in a hospital. An inventory policy is developed for a hospital based on the fulfillment of patient demand with the objective of minimizing the frequency and quantity of placement of orders of inventoried items. The analytical structure of the model based on probability calculation is provided to show the optimal inventory-related decisions. A case-study is illustrated in this paper for the development of hospital inventory model based on patient demand for multiple inpatient pharmaceutical items. A sensitivity analysis is conducted to investigate the impact of inventory-related parameters on the developed optimal inventory policy. Therefore, the developed model and solution approach may help the hospital managers and pharmacists in managing the hospital inventory in case of stochastic demand of inpatient pharmaceutical items.

Keywords: bed occupancy, hospital inventory, markov model, patient condition, pharmaceutical items

Procedia PDF Downloads 308
15135 Transmission Line Congestion Management Using Hybrid Fish-Bee Algorithm with Unified Power Flow Controller

Authors: P. Valsalal, S. Thangalakshmi

Abstract:

There is a widespread changeover in the electrical power industry universally from old-style monopolistic outline towards a horizontally distributed competitive structure to come across the demand of rising consumption. When the transmission lines of derestricted system are incapable to oblige the entire service needs, the lines are overloaded or congested. The governor between customer and power producer is nominated as Independent System Operator (ISO) to lessen the congestion without obstructing transmission line restrictions. Among the existing approaches for congestion management, the frequently used approaches are reorganizing the generation and load curbing. There is a boundary for reorganizing the generators, and further loads may not be supplemented with the prevailing resources unless more private power producers are added in the system by considerably raising the cost. Hence, congestion is relaxed by appropriate Flexible AC Transmission Systems (FACTS) devices which boost the existing transfer capacity of transmission lines. The FACTs device, namely, Unified Power Flow Controller (UPFC) is preferred, and the correct placement of UPFC is more vital and should be positioned in the highly congested line. Hence, the weak line is identified by using power flow performance index with the new objective function with proposed hybrid Fish – Bee algorithm. Further, the location of UPFC at appropriate line reduces the branch loading and minimizes the voltage deviation. The power transfer capacity of lines is determined with and without UPFC in the identified congested line of IEEE 30 bus structure and the simulated results are compared with prevailing algorithms. It is observed that the transfer capacity of existing line is increased with the presented algorithm and thus alleviating the congestion.

Keywords: available line transfer capability, congestion management, FACTS device, Hybrid Fish-Bee Algorithm, ISO, UPFC

Procedia PDF Downloads 366
15134 Selection of Solid Waste Landfill Site Using Geographical Information System (GIS)

Authors: Fatih Iscan, Ceren Yagci

Abstract:

Rapid population growth, urbanization and industrialization are known as the most important factors of environment problems. Elimination and management of solid wastes are also within the most important environment problems. One of the main problems in solid waste management is the selection of the best site for elimination of solid wastes. Lately, Geographical Information System (GIS) has been used for easing selection of landfill area. GIS has the ability of imitating necessary economical, environmental and political limitations. They play an important role for the site selection of landfill area as a decision support tool. In this study; map layers will be studied for minimum effect of environmental, social and cultural factors and maximum effect for engineering/economical factors for site selection of landfill areas and using GIS for an decision support mechanism in solid waste landfill areas site selection will be presented in Aksaray/TURKEY city, Güzelyurt district practice.

Keywords: GIS, landfill, solid waste, spatial analysis

Procedia PDF Downloads 347
15133 Capacity for Care: A Management Model for Increasing Animal Live Release Rates, Reducing Animal Intake and Euthanasia Rates in an Australian Open Admission Animal Shelter

Authors: Ann Enright

Abstract:

More than ever, animal shelters need to identify ways to reduce the number of animals entering shelter facilities and the incidence of euthanasia. Managing animal overpopulation using euthanasia can have detrimental health and emotional consequences for the shelter staff involved. There are also community expectations with moral and financial implications to consider. To achieve the goals of reducing animal intake and the incidence of euthanasia, shelter best practice involves combining programs, procedures and partnerships to increase live release rates (LRR), reduce the incidence of disease, length of stay (LOS) and shelter intake whilst overall remaining financially viable. Analysing daily processes, tracking outcomes and implementing simple strategies enabled shelter staff to more effectively focus their efforts and achieve amazing results. The objective of this retrospective study was to assess the effect of implementing the capacity for care (C4C) management model. Data focusing on the average daily number of animals on site for a two year period (2016 – 2017) was exported from a shelter management system, Customer Logic (CL) Vet to Excel for manipulation and comparison. Following the implementation of C4C practices the average daily number of animals on site was reduced by >50%, (2016 average 103 compared to 2017 average 49), average LOS reduced by 50% from 8 weeks to 4 weeks and incidence of disease reduced from ≥ 70% to less than 2% of the cats on site at the completion of the study. The total number of stray cats entering the shelter due to council contracts reduced by 50% (486 to 248). Improved cat outcomes were attributed to strategies that increased adoptions and reduced euthanasia of poorly socialized cats, including foster programs. To continue to achieve improvements in LRR and LOS, strategies to decrease intake further would be beneficial, for example, targeted sterilisation programs. In conclusion, the study highlighted the benefits of using C4C as a management tool, delivering a significant reduction in animal intake and euthanasia with positive emotional, financial and community outcomes.

Keywords: animal welfare, capacity for care, cat, euthanasia, length of stay, managed intake, shelter

Procedia PDF Downloads 120
15132 Effect of Transit-Oriented Development on Air Quality in Neighborhoods of Delhi

Authors: Smriti Bhatnagar

Abstract:

This study aims to find if the Transit-oriented planning and development approach benefit the quality of air in neighborhoods of New Delhi. Two methodologies, namely the land use regression analysis and the Transit-oriented development index analysis, are being used to explore this relationship. Land Use Regression Analysis makes use of urban form characteristics as obtained for 33 neighborhoods in Delhi. These comprise road lengths, land use areas, population and household densities, number of amenities and distance between amenities. Regressions are run to establish the relationship between urban form variables and air quality parameters (dependent variables). For the Transit-oriented development index analysis, the Transit-oriented Development index is developed as a composite index comprising 29 urban form indicators. This index is developed by assigning weights to each of the 29 urban form data points. Regressions are run to establish the relationship between the Transit-oriented development index and air quality parameters. The thesis finds that elements of Transit-oriented development if incorporated in planning approach, have a positive effect on air quality. Roads suited for non-motorized transport, well connected civic amenities in neighbourhoods, for instance, have a directly proportional relationship with air quality. Transit-oriented development index, however, is not found to have a consistent relationship with air quality parameters. The reason could this, however, be in the way that the index has been constructed.

Keywords: air quality, land use regression, mixed-use planning, transit-oriented development index, New Delhi

Procedia PDF Downloads 250
15131 Agile Project Management: A Real Application in a Multi-Project Research and Development Center

Authors: Aysegul Sarac

Abstract:

The aim of this study is to analyze the impacts of integrating agile development principles and practices, in particular to reduce project lead time in a multi-project environment. We analyze Arçelik Washing Machine R&D Center in which multiple projects are conducted by shared resources. In the first part of the study, we illustrate the current waterfall model system by using a value stream map. We define all activities starting from the first idea of the project to the customer and measure process time and lead time of projects. In the second part of the study we estimate potential improvements and select a set of these improvements to integrate agile principles. We aim to develop a future state map and analyze the impacts of integrating lean principles on project lead time. The main contribution of this study is that we analyze and integrate agile product development principles in a real multi-project system.

Keywords: agile project management, multi project system, project lead time, product development

Procedia PDF Downloads 286
15130 A Multivariate Statistical Approach for Water Quality Assessment of River Hindon, India

Authors: Nida Rizvi, Deeksha Katyal, Varun Joshi

Abstract:

River Hindon is an important river catering the demand of highly populated rural and industrial cluster of western Uttar Pradesh, India. Water quality of river Hindon is deteriorating at an alarming rate due to various industrial, municipal and agricultural activities. The present study aimed at identifying the pollution sources and quantifying the degree to which these sources are responsible for the deteriorating water quality of the river. Various water quality parameters, like pH, temperature, electrical conductivity, total dissolved solids, total hardness, calcium, chloride, nitrate, sulphate, biological oxygen demand, chemical oxygen demand and total alkalinity were assessed. Water quality data obtained from eight study sites for one year has been subjected to the two multivariate techniques, namely, principal component analysis and cluster analysis. Principal component analysis was applied with the aim to find out spatial variability and to identify the sources responsible for the water quality of the river. Three Varifactors were obtained after varimax rotation of initial principal components using principal component analysis. Cluster analysis was carried out to classify sampling stations of certain similarity, which grouped eight different sites into two clusters. The study reveals that the anthropogenic influence (municipal, industrial, waste water and agricultural runoff) was the major source of river water pollution. Thus, this study illustrates the utility of multivariate statistical techniques for analysis and elucidation of multifaceted data sets, recognition of pollution sources/factors and understanding temporal/spatial variations in water quality for effective river water quality management.

Keywords: cluster analysis, multivariate statistical techniques, river Hindon, water quality

Procedia PDF Downloads 445
15129 Categorization of Biosolids, a Vital Biological Resource for Sustainable Agriculture

Authors: Susmita Sharma, Pankaj Pathak

Abstract:

Biosolids are by-products of municipal and industrial wastewater treatment process. The generation of the biosolids is increasing at an alarming rate due to the implementation of strict environmental legislation to improve the quality of discharges from wastewater treatment plant. As such, proper management and safe disposal of sewage sludge have become a worldwide topic of research. Biosolids, rich in organic matter and essential micro and macronutrients; can be used as a soil conditioner, to cut fertilizer costs and create favorable conditions for vegetation. However, it also contains pathogens and heavy metals which are undesirable as they are harmful to both humans and the environment. Therefore, for safe utilization of biosolids for land application purposes, categorization of the contaminant and pathogen is mandatory. In this context, biosolids collected from a wastewater treatment plant in Maharashtra are utilized to determine its physical, chemical and microbiological attributes. This study would ascertain, if the use of these materials from the specific site, are suitable for agriculture. Further, efforts have also been made to present the internationally acceptable legal standards and guidelines for biosolids management or application.

Keywords: biosolids, sewage, heavy metal, sustainable agriculture

Procedia PDF Downloads 315
15128 Wildfire Risk and Biodiversity Management: Understanding Perceptions and Preparedness

Authors: Emily Moskwa, Delene Weber, Jacob Arnold, Guy M. Robinson, Douglas K. Bardsley

Abstract:

Management strategies to reduce the risks to human life and property from wildfire are key contemporary concerns, with a growing literature exploring these issues from a social research perspective. Efforts range from narrowly focused examinations, such as comparing the level of community support for vegetation clearance with that of controlled burning, to broader considerations of what constitutes effective fire management policy and education campaigns. However, little analysis is available that integrates the social component of risk mitigation and the influence of educational materials with the biodiversity conservation strategies so often needed in fire-prone ecosystems found on the periphery of urban areas. Indeed many communities living on the fringe of Australian cities face major issues relating to an increased risk of wildfire events and a decline in local biodiversity. Inadequate policy and planning, and a lack of awareness or information, exacerbate this risk. This has brought forward an emerging governance challenge that requires the mitigation of wildfire risk while simultaneously supporting improved conservation practices in these urban-fringe areas. Focusing on the perceptions and experiences of residents of the Lower Eyre Peninsula in South Australia, this study analyses data collected from a series of semi-structured interviews with landholders (n=20) living in rural and urban-fringe areas surrounding the city of Port Lincoln, a city with a growing population and one that has faced a number of very large fires in recent years. In South Australia, new policies have assigned increased responsibility on individual landholders to manage their land and prepare themselves for a wildfire event, potentially to the detriment of the surrounding native vegetation. Our findings indicate the value of gaining a more nuanced understanding of the perceptions and behaviours of landholders living in areas of high fire risk, who often choose to live there in order to be close to the natural environment. Many interviewees demonstrated a high awareness of wildfire risk as a result of their past experience with fire, and the majority considered themselves to be well-prepared in the event of a future fire. Community interactions and educational programs were found to be effective in raising awareness of risk; however, negative trust relationships with government authorities and low exposure to information concerning biodiversity resulted in an overall misunderstanding of the relationship between risk mitigation and biodiversity protection. The study offers insights into how catastrophic fires are reframing perceptions of what constitutes effective vegetation management. It provides recommendations to assist with the development of education strategies that concurrently address wildfire management and biodiversity conservation, and contribute towards environmentally-informed and risk conscious governance.

Keywords: biodiversity conservation, risk, peri-urban planning, wildfire management

Procedia PDF Downloads 232
15127 Automation Test Method and HILS Environment Configuration for Hydrogen Storage System Management Unit Verification

Authors: Jaejeogn Kim, Jeongmin Hong, Jungin Lee

Abstract:

The Hydrogen Storage System Management Unit (HMU) is a controller that manages hydrogen charging and storage. It detects hydrogen leaks and tank pressure and temperature, calculates the charging concentration and remaining amount, and controls the opening and closing of the hydrogen tank valve. Since this role is an important part of the vehicle behavior and stability of Fuel Cell Electric Vehicles (FCEV), verifying the HMU controller is an essential part. To perform verification under various conditions, it is necessary to increase time efficiency based on an automated verification environment and increase the reliability of the controller by applying numerous test cases. To this end, we introduce the HMU controller automation verification method by applying the HILS environment and an automation test program with the ASAM XIL standard.

Keywords: HILS, ASAM, fuel cell electric vehicle, automation test, hydrogen storage system

Procedia PDF Downloads 44
15126 Analysis of the Learners’ Responses of the Adjusted Rorschach Comprehensive System: Critical Psychological Perspective

Authors: Mokgadi Moletsane-Kekae, Robert Kananga Mukuna

Abstract:

The study focuses on the analysis of the Adjusted Rorschach Comprehensive System’s responses. The purpose of the study is to analyse the participants’ rate responses of the Adjusted Rorschach Comprehensive System with regards to critical psychology approach. The use of critical psychology theory in this study was crucial because it responds to the current inadequate western theory or practice in the field of psychology. The participants were learners in previously disadvantaged school in the Western Cape, South Africa. The study adopted a qualitative approach and a case study design. The study was grounded on interpretivist paradigm. The sample size comprised six learners (three boys and three girls, aged of 14 years) from historically disadvantaged school. The Adjusted Rorschach Comprehensive System (ARCS) administration procedure, biographical information, semi-structured interviews, and observation were used to collect data. Data was analysed using thematic framework. The study found out that, factors that increased the response rates during the administration of ARCS were, language, seating arrangement, drawing, viewing, and describing. The study recommended that, psychological test designers take into consideration the philosophy or worldviews of the local people for whom the test is designed to minimize low response rates.

Keywords: adjusted rorschach comprehensive system, critical psychology, learners, responses

Procedia PDF Downloads 365
15125 A Fermatean Fuzzy MAIRCA Approach for Maintenance Strategy Selection of Process Plant Gearbox Using Sustainability Criteria

Authors: Soumava Boral, Sanjay K. Chaturvedi, Ian Howard, Kristoffer McKee, V. N. A. Naikan

Abstract:

Due to strict regulations from government to enhance the possibilities of sustainability practices in industries, and noting the advances in sustainable manufacturing practices, it is necessary that the associated processes are also sustainable. Maintenance of large scale and complex machines is a pivotal task to maintain the uninterrupted flow of manufacturing processes. Appropriate maintenance practices can prolong the lifetime of machines, and prevent associated breakdowns, which subsequently reduces different cost heads. Selection of the best maintenance strategies for such machines are considered as a burdensome task, as they require the consideration of multiple technical criteria, complex mathematical calculations, previous fault data, maintenance records, etc. In the era of the fourth industrial revolution, organizations are rapidly changing their way of business, and they are giving their utmost importance to sensor technologies, artificial intelligence, data analytics, automations, etc. In this work, the effectiveness of several maintenance strategies (e.g., preventive, failure-based, reliability centered, condition based, total productive maintenance, etc.) related to a large scale and complex gearbox, operating in a steel processing plant is evaluated in terms of economic, social, environmental and technical criteria. As it is not possible to obtain/describe some criteria by exact numerical values, these criteria are evaluated linguistically by cross-functional experts. Fuzzy sets are potential soft-computing technique, which has been useful to deal with linguistic data and to provide inferences in many complex situations. To prioritize different maintenance practices based on the identified sustainable criteria, multi-criteria decision making (MCDM) approaches can be considered as potential tools. Multi-Attributive Ideal Real Comparative Analysis (MAIRCA) is a recent addition in the MCDM family and has proven its superiority over some well-known MCDM approaches, like TOPSIS (Technique for Order Preference by Similarity to Ideal Solution) and ELECTRE (ELimination Et Choix Traduisant la REalité). It has a simple but robust mathematical approach, which is easy to comprehend. On the other side, due to some inherent drawbacks of Intuitionistic Fuzzy Sets (IFS) and Pythagorean Fuzzy Sets (PFS), recently, the use of Fermatean Fuzzy Sets (FFSs) has been proposed. In this work, we propose the novel concept of FF-MAIRCA. We obtain the weights of the criteria by experts’ evaluation and use them to prioritize the different maintenance practices according to their suitability by FF-MAIRCA approach. Finally, a sensitivity analysis is carried out to highlight the robustness of the approach.

Keywords: Fermatean fuzzy sets, Fermatean fuzzy MAIRCA, maintenance strategy selection, sustainable manufacturing, MCDM

Procedia PDF Downloads 130
15124 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 81