Search results for: shortest path
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 1249

Search results for: shortest path

379 Solar Collectors for Northern Countries

Authors: Ilze Pelece, Imants Ziemelis, Henriks Putans

Abstract:

Traditionally the solar energy has been used in southern countries, but it has been used also in northern ones. Most popular kind of use of solar energy in Latvia is solar collector for water heating. Traditionally flat-plate solar collectors are used because of simplicity of manufacturing. However, some peculiarities in use of solar energy in northern countries must be taken into account. In northern countries, there is lower irradiance, but longer day and longer path of the sun during summer. Therefore traditional flat-plate solar collectors are not appropriate enough in northern countries, but new forms must be developed. There are two forms of solar collectors - cylindrical and semi-spherical – proposed in this work. Such collectors can be made both for water or air heating. Theoretical calculations and measurements of energy gain from those two collectors have been done. Results show that daily energy sum received by the semi-spherical collector from the sun at the middle of summer is 1.43 times more than that of the flat one, but for the cylindrical collector, it is 1.74 times more than that of the flat one or equal to that of the tracking to sun flat-plate collector. The resulting difference in energy gain from collector will be not so large because of the difference in heat loses. Heat can be decreased by switching off the water circulation pump when the sun is covered by clouds. For this purpose solar batteries, powered pump can be used instead of complicated and expensive automatics. Even more important than overall energy gain is the fact that semi-spherical and cylindrical collectors work all day (17 hours in the middle of summer at 57 northern latitudes), while flat-plate collector only about 11 hours. Yearly energy sum received by the collector from the sun is 1.5 and 1.9 times larger for the semi-spherical and cylindrical collector respectively as for the flat one. The cylindrical solar collector is easier to manufacture, but semi-spherical one is more aesthetical and durable against the impact of the wind. Although solar collectors for water and air heating are studied in this article, main ideas are applicable also for solar batteries.

Keywords: cylindric, semi-spherical, solar collector, solar energy, water heating

Procedia PDF Downloads 239
378 Economic Expansion and Land Use Change in Thailand: An Environmental Impact Analysis Using Computable General Equilibrium Model

Authors: Supakij Saisopon

Abstract:

The process of economic development incurs spatial transformation. This spatial alternation also causes environmental impacts, leading to higher pollution. In the case of Thailand, there is still a lack of price-endogenous quantitative analysis incorporating relationships among economic growth, land-use change, and environmental impact. Therefore, this paper aimed at developing the Computable General Equilibrium (CGE) model with the capability of stimulating such mutual effects. The developed CGE model has also incorporated the nested constant elasticity of transformation (CET) structure that describes the spatial redistribution mechanism between agricultural land and urban area. The simulation results showed that the 1% decrease in the availability of agricultural land lowers the value-added of agricultural by 0.036%. Similarly, the 1% reduction of availability of urban areas can decrease the value-added of manufacturing and service sectors by 0.05% and 0.047%, respectively. Moreover, the outcomes indicate that the increasing farming and urban areas induce higher volumes of solid waste, wastewater, and air pollution. Specifically, the 1% increase in the urban area can increase pollution as follows: (1) the solid waste increase by 0.049%, (2) water pollution ̶ indicated by biochemical oxygen demand (BOD) value ̶ increase by 0.051% and (3) air pollution ̶ indicated by the volumes of CO₂, N₂O, NOₓ, CH₄, and SO₂ ̶ increase within the range of 0.045%–0.051%. With the simulation for exploring the sustainable development path, a 1% increase in agricultural land use efficiency leads to the shrinking demand for agricultural land. But this is not happening in urban, a 1% scale increase in urban utilization results in still increasing demand for land. Therefore, advanced clean production technology is necessary to align the increasing land-use efficiency with the lowered pollution density.

Keywords: CGE model, CET structure, environmental impact, land use

Procedia PDF Downloads 200
377 A QoS Aware Cluster Based Routing Algorithm for Wireless Mesh Network Using LZW Lossless Compression

Authors: J. S. Saini, P. P. K. Sandhu

Abstract:

The multi-hop nature of Wireless Mesh Networks and the hasty progression of throughput demands results in multi- channels and multi-radios structures in mesh networks, but the main problem of co-channels interference reduces the total throughput, specifically in multi-hop networks. Quality of Service mentions a vast collection of networking technologies and techniques that guarantee the ability of a network to make available desired services with predictable results. Quality of Service (QoS) can be directed at a network interface, towards a specific server or router's performance, or in specific applications. Due to interference among various transmissions, the QoS routing in multi-hop wireless networks is formidable task. In case of multi-channel wireless network, since two transmissions using the same channel may interfere with each other. This paper has considered the Destination Sequenced Distance Vector (DSDV) routing protocol to locate the secure and optimised path. The proposed technique also utilizes the Lempel–Ziv–Welch (LZW) based lossless data compression and intra cluster data aggregation to enhance the communication between the source and the destination. The use of clustering has the ability to aggregate the multiple packets and locates a single route using the clusters to improve the intra cluster data aggregation. The use of the LZW based lossless data compression has ability to reduce the data packet size and hence it will consume less energy, thus increasing the network QoS. The MATLAB tool has been used to evaluate the effectiveness of the projected technique. The comparative analysis has shown that the proposed technique outperforms over the existing techniques.

Keywords: WMNS, QOS, flooding, collision avoidance, LZW, congestion control

Procedia PDF Downloads 309
376 A Linearly Scalable Family of Swapped Networks

Authors: Richard Draper

Abstract:

A supercomputer can be constructed from identical building blocks which are small parallel processors connected by a network referred to as the local network. The routers have unused ports which are used to interconnect the building blocks. These connections are referred to as the global network. The address space has a global and a local component (g, l). The conventional way to connect the building blocks is to connect (g, l) to (g’,l). If there are K blocks, this requires K global ports in each router. If a block is of size M, the result is a machine with KM routers having diameter two. To increase the size of the machine to 2K blocks, each router connects to only half of the other blocks. The result is a larger machine but also one with greater diameter. This is a crude description of how the network of the CRAY XC® is designed. In this paper, a family of interconnection networks using routers with K global and M local ports is defined. Coordinates are (c,d, p) and the global connections are (c,d,p)↔(c’,p,d) which swaps p and d. The network is denoted D3(K,M) and is called a Swapped Dragonfly. D3(K,M) has KM2 routers and has diameter three, regardless of the size of K. To produce a network of size KM2 conventionally, diameter would be an increasing function of K. The family of Swapped Dragonflies has other desirable properties: 1) D3(K,M) scales linearly in K and quadratically in M. 2) If L < K, D3(K,M) contains many copies of D3(L,M). 3) If L < M, D3(K,M) contains many copies of D3(K,L). 4) D3(K,M) can perform an all-to-all exchange in KM2+KM time which is only slightly more than the time to do a one-to-all. This paper makes several contributions. It is the first time that a swap has been used to define a linearly scalable family of networks. Structural properties of this new family of networks are thoroughly examined. A synchronizing packet header is introduced. It specifies the path to be followed and it makes it possible to define highly parallel communication algorithm on the network. Among these is an all-to-all exchange in time KM2+KM. To demonstrate the effectiveness of the swap properties of the network of the CRAY XC® and D3(K,16) are compared.

Keywords: all-to-all exchange, CRAY XC®, Dragonfly, interconnection network, packet switching, swapped network, topology

Procedia PDF Downloads 93
375 Signs and Symbols of a Modern Sufi Ceremony in Istanbul

Authors: Antonio De Lisa

Abstract:

The aim of this contribution is to describe a Sufi ceremony personally observed and recorded in Istanbul. It is part of research on the semiotics of religion that has been going on for some time. Over the centuries, Sufism has produced remarkable literature, elaborated mainly in the context of Arabic literature and Persian literature, but has also found expression in many other languages (Turkish, Indian, Malayo-Indonesian, etc.). Among the genres cultivated are: devotional books (prayers, meditation, spiritual exercises, etc.); the hagiographic texts, containing the biographies and sentences of the best-known Sufis; the texts that illustrate the abodes or stations of the spiritual path; finally, the theoretical treatises on various topics, often of an apologetic nature. Another typical expression of Sufism is in the literature in verse, which includes first-rate poets of both Arabic (Ibn al-Farid, Ibn 'Arabi) and Persian (Farid al-Din al-Attar, Rumi, Hafez, Gohar Shahi) expression. To observe an authentic Sufi ceremony, we contacted the Silivrikapı Mevlana Cultural Center in Istanbul. The ceremony we will talk about is a characteristic of the brotherhood called Mevleviyye (Mawlawiyya), so called from Mawlānā ('our lord', in Turkish: Mevlānā) Jalāl al-Dīn Muḥammad Rūmī (13th century) better known as the brotherhood of the Whirling Dervishes, founded in Konya. The characteristic of the order is to pray about one's love for Allah with music and dance in a ritual that has the name of Semà. The dance is a swirling movement in a group, representing a mystical journey of the spiritual ascent of man through the mind and love for the 'perfect'. Turning towards the truth, the follower of the group ascends towards love, passing beyond the World and Nothingness. After asceticism, he returns to the common world to communicate his own experience.

Keywords: semiotics of religion, sufi, rumi, islamic philosophy

Procedia PDF Downloads 53
374 Transpersonal Model of an Individual's Creative Experiencef

Authors: Anatoliy Kharkhurin

Abstract:

Modifications that the prefix ‘trans-‘ refers to start within a person. This presentation focuses on the transpersonal that goes beyond the individual (trans-personal) to encompass wider aspects of humanities, specifically peak experience as a culminating stage of the creative act. It proposes a model according to which the peak experience results from a harmonious vibration of four spheres, which transcend an individual’s capacities and bring one to a qualitatively different level of experience. Each sphere represents an aspect of creative activity: superconscious, intellectual, emotive and active. Each sphere corresponds to one of four creative functions: authenticity, novelty, aesthetics, and utility, respectively. The creative act starts in the superconscious sphere: the supreme pleasure of Creation is reflected in creative pleasure, which is realized in creative will. These three instances serve as a source of force axes, which penetrate other spheres, and in place of infiltration establish restrictive, expansive, and integrative principles, respectively; the latter balances the other two and ensures a harmonious vibration within a sphere. This Hegelian-like triad is realized within each sphere in the form of creative capacities. The intellectual sphere nurtures capacities to invent and to elaborate, which are integrated by capacity to conceptualize. The emotive sphere nurtures satiation and restrictive capacities integrated by capacity to balance. The active sphere nurtures goal orientation and stabilization capacities integrated by capacity for self-expression. All four spheres vibrate within each other – the superconscious sphere being in the core of the structure followed by intellectual, emotive, and active spheres, respectively – thereby reflecting the path of creative production. If the spheres vibrate in-phase, their amplitudes amplify the creative energy; if in antiphase – the amplitudes reduce the creative energy. Thus, creative act is perceived as continuum with perfectly harmonious vibration within and between the spheres on one side and perfectly disharmonious vibration on the other.

Keywords: creativity, model, transpersonal, peak experience

Procedia PDF Downloads 318
373 Strained Channel Aluminum Nitride/Gallium Nitride Heterostructures Homoepitaxially Grown on Aluminum Nitride-On-Sapphire Template by Plasma-Assisted Molecular Beam Epitaxy

Authors: Jiajia Yao, GuanLin Wu, Fang liu, JunShuai Xue, JinCheng Zhang, Yue Hao

Abstract:

Due to its outstanding material properties like high thermal conductivity and ultra-wide bandgap, Aluminum nitride (AlN) has the promising potential to provide high breakdown voltage and high output power among III-nitrides for various applications in electronics and optoelectronics. This work presents material growth and characterization of strained channel Aluminum nitride/Gallium nitride (AlN/GaN) heterostructures grown by plasma-assisted molecular beam epitaxy (PA-MBE) on AlN-on-sapphire templates. To improve the crystal quality and manifest the ability of the PA-MBE approach, a thick AlN buffer with a thickness of 180 nm is first grown on AlN template, which acts as a back-barrier to enhance the breakdown characteristic and isolates the leakage path existing in the interface between AlN epilayer and AlN template, as well as improve the heat dissipation. The grown AlN buffer features a root-mean-square roughness of 0.2 nm over a scanned area of 2×2 µm2 measured by atomic force microscopy (AFM), and exhibits full-width at half-maximum of 95 and 407 arcsec for the (002) and (102) plane the X-ray rocking curve, respectively, tested by high resolution x-ray diffraction (HR-XRD). With a thin and strained GaN channel, the electron mobility of 294 cm2 /Vs. with a carrier concentration of 2.82×1013 cm-2 at room temperature is achieved in AlN/GaN double-channel heterostructures, and the depletion capacitance is as low as 14 pF resolved by the capacitance-voltage, which indicates the promising opportunities for future applications in next-generation high temperature, high-frequency and high-power electronics with a further increased electron mobility by optimization of heterointerface quality.

Keywords: AlN/GaN, HEMT, MBE, homoepitaxy

Procedia PDF Downloads 69
372 Islamic Banking: A New Trend towards the Development of Banking Law

Authors: Inese Tenberga

Abstract:

Undoubtedly, the focus of the present capitalist system of finance has shifted from the concept of productivity of money to the ‘cult of money’, which is characterized by such notions as speculative activity, squander, self-profit, vested interest, etc. The author is certain that a civilized society cannot follow this economic path any longer and therefore suggests that one solution would be to integrate the Islamic financial model in the banking sector of the EU to overcome its economic vulnerability and structurally transform its economies or build resilience against shocks and crisis. The researcher analyses the Islamic financial model, which is providing the basis for the concept of non-productivity of money, and proposes to consider it as a new paradigm of economic thinking. The author argues that it seeks to establish a broad-based economic well-being with an optimum rate of economic growth, socio-economic justice, equitable distribution of income and wealth. Furthermore, the author analyses and proposes to use the experience of member states of the Islamic Development Bank for the formation of a new EU interest free banking. It is offered to create within the EU banking system a credit sector and investment sector respectively. As a part of the latter, it is recommended to separate investment banks specializing in speculative investments and non­speculative investment banks. Meanwhile, understanding of the idea of Islamic banking exclusively from the perspective of the manner of yielding profit that differs from credit banking, without considering the legal, social, ethical guidelines of Islam impedes to value objectively the advantages of this type of financial activities at the non-Islamic jurisdictions. However, the author comes to the conclusion the imperative of justice and virtue, which is inherent to all of us, exists regardless of religion. The author concludes that the global community should adopt the experience of the Muslim countries and focus on the Islamic banking model.

Keywords: credit sector, EU banking system, investment sector, Islamic banking

Procedia PDF Downloads 137
371 MAGNI Dynamics: A Vision-Based Kinematic and Dynamic Upper-Limb Model for Intelligent Robotic Rehabilitation

Authors: Alexandros Lioulemes, Michail Theofanidis, Varun Kanal, Konstantinos Tsiakas, Maher Abujelala, Chris Collander, William B. Townsend, Angie Boisselle, Fillia Makedon

Abstract:

This paper presents a home-based robot-rehabilitation instrument, called ”MAGNI Dynamics”, that utilized a vision-based kinematic/dynamic module and an adaptive haptic feedback controller. The system is expected to provide personalized rehabilitation by adjusting its resistive and supportive behavior according to a fuzzy intelligence controller that acts as an inference system, which correlates the user’s performance to different stiffness factors. The vision module uses the Kinect’s skeletal tracking to monitor the user’s effort in an unobtrusive and safe way, by estimating the torque that affects the user’s arm. The system’s torque estimations are justified by capturing electromyographic data from primitive hand motions (Shoulder Abduction and Shoulder Forward Flexion). Moreover, we present and analyze how the Barrett WAM generates a force-field with a haptic controller to support or challenge the users. Experiments show that by shifting the proportional value, that corresponds to different stiffness factors of the haptic path, can potentially help the user to improve his/her motor skills. Finally, potential areas for future research are discussed, that address how a rehabilitation robotic framework may include multisensing data, to improve the user’s recovery process.

Keywords: human-robot interaction, kinect, kinematics, dynamics, haptic control, rehabilitation robotics, artificial intelligence

Procedia PDF Downloads 297
370 The History of Chartered Certified Accountants: The Case of Tunisia

Authors: Mariam Dammak, Yosra Makni Fourati, Rania Mnejja

Abstract:

This paper aims to highlight the conditions and the context of the birth and the implementation of the Chartered Certified Accountants in Tunisian universities. For this purpose, we present an historical overview of the establishment of institutions that started the courses of Chartered accounting, including the Institute of Higher Commercial Studies (IHEC) of Carthage, the Higher Institute of Management (ISG) of Tunis, the Faculty of Economics and Management (FSEG) of Sfax and later the Higher Institute of Accounting and Administration of Enterprises (ISCAE) of Tunis. Then, it would be relevant to examine the changes, carried out by the Tunisian government, of the regulations in force relating to this academic path, from its birth during the 1970s until nowadays. We conducted a documentary study (archival documents, official documents, etc.) accompanied by semi-structured interviews with key actors (accountants, academics, officials of the Ministry of Higher Education) who marked the history of the studies of Tunisian charted accounting. Addressing this research question in Tunisia may contribute to the literature in three ways. First, previous researches dealing with the history of charted accounting-education are scared. Second, this paper allows us to understand the circumstances and context of the birth and teaching of accounting in Tunisia. Eventually, it helps to position the accounting curriculum in relation to international requirements. In fact, the training of accountants is closely related to the practice of the profession, regulated by the Order of Chartered Accountants in Tunisia (OECT). This Order is a member of the International Federation of Accountants (IFAC), since its creation in the 80s, has obligations to align with international requirements, particularly those relating to higher education, set up in 2005 and updated in 2015 (International Standard Education: IES).

Keywords: accounting history, chartered certified accountants, higher accounting education, Tunisian context

Procedia PDF Downloads 119
369 Human Resource Information System: Role in HRM Practices and Organizational Performance

Authors: Ejaz Ali M. Phil

Abstract:

Enterprise Resource Planning (ERP) systems are playing a vital role in effective management of business functions in large and complex organizations. Human Resource Information System (HRIS) is a core module of ERP, providing concrete solutions to implement Human Resource Management (HRM) Practices in an innovative and efficient manner. Over the last decade, there has been considerable increase in the studies on HRIS. Nevertheless, previous studies relatively lacked to examine the moderating role of HRIS in performing HRM practices that may affect the firms’ performance. The current study was carried out to examine the impact of HRM practices (training, performance appraisal) on perceived organizational performance, with moderating role of HRIS, where the system is in place. The study based on Resource Based View (RBV) and Ability Motivation Opportunity (AMO) Theories, advocating that strengthening of human capital enables an organization to achieve and sustain competitive advantage which leads to improved organizational performance. Data were collected through structured questionnaire based upon adopted instruments after establishing reliability and validity. The structural equation modeling (SEM) were used to assess the model fitness, hypotheses testing and to establish validity of the instruments through Confirmatory Factor Analysis (CFA). A total 220 employees of 25 firms in corporate sector were sampled through non-probability sampling technique. Path analysis revealing that HRM practices and HRIS have significant positive impact on organizational performance. The results further showed that the HRIS moderated the relationships between training, performance appraisal and organizational performance. The interpretation of the findings and limitations, theoretical and managerial implications are discussed.

Keywords: enterprise resource planning, human resource, information system, human capital

Procedia PDF Downloads 366
368 Resilience and Mindfulness as Individual Resources Building Communication Skills for Physicians

Authors: Malgorzata Sekulowicz, Krystyna Boron-Krupinska, Paulina Morga, Blazej Cieslik

Abstract:

Burnout is highly prevalent in health care employees, especially in physicians. It significantly reduces the efficiency of these employees, which can have negative consequences for both physicians and patients. Resilience and mindfulness enhancing positive emotions, leading to sustainable development and personal commitment, can have a significant impact on burnout. Therefore, the aim of this study was to determine the relationship between burnout symptoms and mindfulness and resilience among physicians. The authors conducted a cross-sectional survey study among seventy-four polish physicians. Participants filled out the following psychometric tools: the Maslach Burnout Inventory - Human Services Survey (MBI-HSS), Five Facet Mindfulness Questionnaire (FFMQ), Areas of Work-Life Survey (AWS), International Personality Item Pool (IPIP), the Resilience Assessment Scale (SPP-25) and the Mini-COPE Inventory. The relationship between burnout and resilience and mindfulness was assessed with path analysis. Analyzing the relationship between MBI-HSS components and mindfulness, a significant negative correlation of the FFMQ score with emotional exhaustion (-0.50, p < 0.05) and depersonalization (-0.43, p < 0.05) and a positive correlation with personal accomplishment (0.50, p < 0.05) was demonstrated. Analyzing resilience, a statistically significant relationship of SPP-25 with all tested components of MBI-HSS was demonstrated: emotional exhaustion (-0.54, p < 0.05), depersonalization (-0.31, p < 0.05) and personal accomplishment (0.35, p < 0.05). In the group of medical doctors, the higher the level of mindfulness and resilience, the lower the risk of burnout. Furthermore, the more frequently used active coping strategies (planning, acceptance), the lower the risk of burnout, while the use of passive, evasive strategies increases the risk of burnout. It may be worth considering implementing mindfulness intervention to effectively manage burnout symptoms in this group.

Keywords: burnout, medical doctors, mindfulness, physicians, resilience

Procedia PDF Downloads 82
367 Application of Remote Sensing and In-Situ Measurements for Discharge Monitoring in Large Rivers: Case of Pool Malebo in the Congo River Basin

Authors: Kechnit Djamel, Ammarri Abdelhadi, Raphael Tshimang, Mark Trrig

Abstract:

One of the most important aspects of monitoring rivers is navigation. The variation of discharge in the river generally produces a change in available draft for a vessel, particularly in the low flow season, which can impact the navigable water path, especially when the water depth is less than the normal one, which allows safe navigation for boats. The water depth is related to the bathymetry of the channel as well as the discharge. For a seasonal update of the navigation maps, a daily discharge value is required. Many novel approaches based on earth observation and remote sensing have been investigated for large rivers. However, it should be noted that most of these approaches are not currently able to directly estimate river discharge. This paper discusses the application of remote sensing tools using the analysis of the reflectance value of MODIS imagery and is combined with field measurements for the estimation of discharge. This approach is applied in the lower reach of the Congo River (Pool Malebo) for the period between 2019 and 2021. The correlation obtained between the observed discharge observed in the gauging station and the reflectance ratio time series is 0.81. In this context, a Discharge Reflectance Model (DRM) was developed to express discharge as a function of reflectance. This model introduces a non-contact method that allows discharge monitoring using earth observation. DRM was validated by field measurements using ADCP, in different sections on the Pool Malebo, over two different periods (dry and wet seasons), as well as by the observed discharge in the gauging station. The observed error between the estimated and measured discharge values ranges from 1 to 8% for the ADCP and from (1% to 11%) for the gauging station. The study of the uncertainties will give us the possibility to judge the robustness of the DRM.

Keywords: discharge monitoring, navigation, MODIS, empiric, ADCP, Congo River

Procedia PDF Downloads 56
366 The Religious Thought of Sheikh Mujibur Rahman, the Father of the Bengoli Nation: An Analytical Study

Authors: Muhammad Noor Hossain

Abstract:

The biography of the father of the nation is the path of national life. It is natural that the ideals of the father will be reflected in his nation. In the interest of themselves, it is necessary to keep the father of the nation above controversy as well as necessary to research various aspects of his life. In that light, various aspects of Sheikh Mujibur Rahman's (1920-1975 AD) life are being researched at home and abroad. He is the father of Bengali nation, the architect of Bangladesh's independence, the best Bengali of a thousand years, and a beacon of thought and consciousness of the nation. It is unfortunate but true that there are still doubts among the nation about his religious thought. There are many political and historical reasons behind this. Many consider him to be anti-Islamic. Before independence of Bangladesh, Pakistanis called him Islamophobic, accused India's broker and hero of partitioning Islamic Republic of Pakistan. He was also accused of secularism as the post-independence constitution of Bangladesh adopted secularism as one of its fundamental principles. Many called him a communist due to the inclusion of socialism in the constitution. On the other hand, some intellectuals did not hesitate to call him sectarian after seeing his devotion to religion. As the architect of freedom and the father of the nation, his religious thought should be clear. In the interest of national unity and solidarity, it is necessary to verify the truth of the charges against him and come to a decision. The article was written with the aim of clarifying his religious thought and removing doubts about them. This is an endeavor to review the charges of communalism, secularism, and socialism practiced by him. It is written in the historical and analytical method. The major findings are that he is not communist in the meaning of atheist, nor communalist in the meaning of fundamentalist. He is not socialist or secularist in the meaning of anti-religion. He is a moderate Muslim and devoted to righteousness.

Keywords: Sheikh Mujubur Rahman, religious thought, secularism, socialism, communalism, Constitution of Bangladesh of 1972

Procedia PDF Downloads 78
365 Establishing a Model of the Environmental Behavior of College Students: The Example of Global Climate Change

Authors: Tai-Yi Yu, Tai-Kue Yu

Abstract:

Using global climate change as its main theme, this study establishes a model for understanding the environmental behavior of college students. It examines their beliefs about the environment, sustainability, and social impact. Theories about values, beliefs, norms, and planned behaviors helped establish the path relations among various latent variables, which include the students’ values regarding sustainability, environmental concern, social impact, perceived risk, environmental attitude, and behavioral intention. Personality traits were used as moderator variables in order to analyze their role in influencing environmental behaviors. The components-based partial least square (PLS) method was adopted, and the measurements and structural models were analyzed using the SmartPLS software. The proposed model complies with various test standards, including individual item reliability, composite reliability, average variance extracted, goodness-of-fit, and cross-validated redundancy. When college students are taught the concept of environmental sustainability, sustainability becomes an environmental attitude for them, and they are more likely to uphold an ethic of sustainability. The more an individual perceives the risks of global climate change, the stronger her emotional connection to the issue becomes. This positively affects the environmental attitude of college student, pushes them to participate more proactively in improvement activities, and encourages them to display their behavioral intention to improve global climate change. When considering the interaction effect among four latent variables (values regarding sustainability, social impact, environmental concern, and perceived risk), this study found that personality traits have a moderate effect on environmental attitude.

Keywords: partial least square, personality traits, social impact, environmental concern, perceived risk

Procedia PDF Downloads 398
364 Beyond Baudrillard: A Critical Intersection between Semiotics and Materialism

Authors: Francesco Piluso

Abstract:

Nowadays, to restore the deconstructive power of semiotics implies a critical analysis of neoliberal ideology, and, even more critically, a confrontation with materialist perspective. The theoretical path of Jean Baudrillard is crucial to understand the ambivalence of this intersection. A semiotic critique of Baudrillard’s work, through tools of both structuralism and interpretative semiotics, has the aim to give materialism a new consistent semiotic approach and vice-versa. According to Baudrillard, the commodity form is characterized by the same abstract and systemic logic of the sign-form, in which the production of the signified (use-value) is a mere ideological mean for the reproduction of the signifiers-chain (exchange-value). Nevertheless, this parallelism is broken by the author himself: if the use-value is deconstructed in its relative logic, the signified and the referent, both as discrete and positive elements, are collapsed on the same plane at the shadows of the signified forms. These divergent considerations lead Baudrillard to the same crucial point: the dismissal of the material world, replaced by the hyperreality as reproduction of a semiotic (genetic) Code. The stress on the concept of form, as an epistemological and semiotic tool to analyse the construction of values in the consumer society, has led to the Code as its ontological drift. In other words, Baudrillard seems to enclose consumer society (and reality) in this immanent and self-fetishized world of signs–an ideological perspective that mystifies the gravity of the material relationships between Northern-Western World and Third World. The notion of Encyclopaedia by Umberto Eco is the key to overturn the relationship of immanence/transcendence between the Code and the economic political of the sign, by understanding the former as an ideological plane within the encyclopedia itself. Therefore, rather than building semiotic (hyper)realities, semiotics has to deal with materialism in terms of material relationships of power which are mystified and reproduced through such ideological ontologies of signs.

Keywords: Baudrillard, Code, Eco, Encyclopaedia, epistemology vs. ontology, semiotics vs. materialism

Procedia PDF Downloads 133
363 School as a Space of Power: A Foucauldian Critique

Authors: Yildirim Ortaoglan

Abstract:

The attempt to make thought school-like by fitting it into various frameworks with the institutionalization of it is almost simultaneous with philosophy itself. What once sprouted in the “academia” of old has institutionalized under the enlightenment's light, becoming the fundamental space reflecting the spirit of its age. However, the shift from the thinking temple where truth's knowledge was sought to functional spaces where power/power relations are constructed indicates a significant rupture in the meaning of school. Therefore, a genealogical inquiry into the meaning of the school can provide us with a path toward understanding how it should be approached in contemporary times. From this perspective, it is essential to highlight how power/power relations operate in the school in terms of disciplinary practices, temporal management, and spatial organization to construct a distinct subjectivation. Recognizing that the changing and evolving nature of education is related to the structure of space can be understood by revealing how disciplinary power and bio-power, two fundamental aspects of genealogical research, operate. In disciplinary power, the relationship of the subject with discipline, temporal management, and space is about improvement and normalization, while in biopower, it manifests in maximizing utility, increasing free time, and constructing spaces that seem more vital. These indicators not only facilitate the formation of students as a subjectivation but also enable the condition of the possibility of power/power relations. Because power is not applied to subjects but used by them for passage, and behind this lies the idea that the individual is already one of the components of power. As one of the components of power, in terms of subjectivation type, the student is one of the primary targets of power relations. Therefore, conducting a genealogical inquiry of the student as a type of subjectivation and the school as its living area from the philosophical foundations of education may offer a new opportunity for thinking about the contemporary crisis of thought. Within the framework of this possibility, our investigation will consider which aspects of the school and the student, brought together for educational purposes, can be thought of within and beyond power/power relations.

Keywords: power, education, space, school, student, discipline

Procedia PDF Downloads 19
362 Towards a Biologically Relevant Tumor-on-a-Chip: Multiplex Microfluidic Platform to Study Breast Cancer Drug Response

Authors: Soroosh Torabi, Brad Berron, Ren Xu, Christine Trinkle

Abstract:

Microfluidics integrated with 3D cell culture is a powerful technology to mimic cellular environment, and can be used to study cell activities such as proliferation, migration and response to drugs. This technology has gained more attention in cancer studies over the past years, and many organ-on-a-chip systems have been developed to study cancer cell behaviors in an ex-vivo tumor microenvironment. However, there are still some barriers to adoption which include low throughput, complexity in 3D cell culture integration and limitations on non-optical analysis of cells. In this study, a user-friendly microfluidic multi-well plate was developed to mimic the in vivo tumor microenvironment. The microfluidic platform feeds multiple 3D cell culture sites at the same time which enhances the throughput of the system. The platform uses hydrophobic Cassie-Baxter surfaces created by microchannels to enable convenient loading of hydrogel/cell suspensions into the device, while providing barrier free placement of the hydrogel and cells adjacent to the fluidic path. The microchannels support convective flow and diffusion of nutrients to the cells and a removable lid is used to enable further chemical and physiological analysis on the cells. Different breast cancer cell lines were cultured in the device and then monitored to characterize nutrient delivery to the cells as well as cell invasion and proliferation. In addition, the drug response of breast cancer cell lines cultured in the device was compared to the response in xenograft models to the same drugs to analyze relevance of this platform for use in future drug-response studies.

Keywords: microfluidics, multi-well 3d cell culture, tumor microenvironment, tumor-on-a-chip

Procedia PDF Downloads 235
361 Development of Highly Repellent Silica Nanoparticles Treatment for Protection of Bio-Based Insulation Composite Material

Authors: Nadia Sid, Alan Taylor, Marion Bourebrab

Abstract:

The construction sector is on the critical path to decarbonise the European economy by 2050. In order to achieve this objective it must enable reducing its CO2 emission by 90% and its energy consumption by as much as 50%. For this reason, a new class of low environmental impact construction materials named “eco-material” are becoming increasingly important in the struggle against climate change. A European funded collaborative project ISOBIO coordinated by TWI is aimed at taking a radical approach to the use of bio-based aggregates to create novel construction materials that are usable in high volume in using traditional methods, as well as developing markets such as exterior insulation of existing house stocks. The approach taken for this project is to use finely chopped material protected from bio-degradation through the use of functionalized silica nanoparticles. TWI is exploring the development of novel inorganic-organic hybrid nano-materials, to be applied as a surface treatment onto bio-based aggregates. These nanoparticles are synthesized by sol-gel processing and then functionalised with silanes to impart multifunctionality e.g. hydrophobicity, fire resistance and chemical bonding between the silica nanoparticles and the bio-based aggregates. This talk will illustrate the approach taken by TWI to design the functionalized silica nanoparticles by using a material-by-design approach. The formulation and synthesize process will be presented together with the challenges addressed by those hybrid nano-materials. The results obtained with regards to the water repellence and fire resistance will be displayed together with preliminary public results of the ISOBIO project. (This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 641927).

Keywords: bio-sourced material, composite material, durable insulation panel, water repellent material

Procedia PDF Downloads 200
360 Development of an Autonomous Automated Guided Vehicle with Robot Manipulator under Robot Operation System Architecture

Authors: Jinsiang Shaw, Sheng-Xiang Xu

Abstract:

This paper presents the development of an autonomous automated guided vehicle (AGV) with a robot arm attached on top of it within the framework of robot operation system (ROS). ROS can provide libraries and tools, including hardware abstraction, device drivers, libraries, visualizers, message-passing, package management, etc. For this reason, this AGV can provide automatic navigation and parts transportation and pick-and-place task using robot arm for typical industrial production line use. More specifically, this AGV will be controlled by an on-board host computer running ROS software. Command signals for vehicle and robot arm control and measurement signals from various sensors are transferred to respective microcontrollers. Users can operate the AGV remotely through the TCP / IP protocol and perform SLAM (Simultaneous Localization and Mapping). An RGBD camera and LIDAR sensors are installed on the AGV, using these data to perceive the environment. For SLAM, Gmapping is used to construct the environment map by Rao-Blackwellized particle filter; and AMCL method (Adaptive Monte Carlo localization) is employed for mobile robot localization. In addition, current AGV position and orientation can be visualized by ROS toolkit. As for robot navigation and obstacle avoidance, A* for global path planning and dynamic window approach for local planning are implemented. The developed ROS AGV with a robot arm on it has been experimented in the university factory. A 2-D and 3-D map of the factory were successfully constructed by the SLAM method. Base on this map, robot navigation through the factory with and without dynamic obstacles are shown to perform well. Finally, pick-and-place of parts using robot arm and ensuing delivery in the factory by the mobile robot are also accomplished.

Keywords: automated guided vehicle, navigation, robot operation system, Simultaneous Localization and Mapping

Procedia PDF Downloads 120
359 Elastic Collisions of Electrons with DNA and Water From 10 eV to 100 KeV: Scar Macro Investigation

Authors: Aouina Nabila Yasmina, Zine El Abidine Chaoui

Abstract:

Recently, understanding the interactions of electrons with the DNA molecule and its components has attracted considerable interest because DNA is the main site damaged by ionizing radiation. The interactions of radiation with DNA induce a variety of molecular damage such as single-strand breaks, double-strand breaks, basic damage, cross-links between proteins and DNA, and others, or the formation of free radicals, which, by chemical reactions with DNA, can also lead to breakage of the strand. One factor that can contribute significantly to these processes is the effect of water hydration on the formation and reaction of radiation induced by these radicals in and / or around DNA. B-DNA requires about 30% by weight of water to maintain its native conformation in the crystalline state. The transformation depends on various factors such as sequence, ion composition, concentration and water activity. Partial dehydration converts it to DNA-A. The present study shows the results of theoretical calculations for positrons and electrons elastic scattering with DNA medium and water over a broad energy range from 10 eV to 100 keV. Indeed, electron elastic cross sections and elastic mean free paths are calculated using a corrected form of the independent atom method, taking into account the geometry of the biomolecule (SCAR macro). Moreover, the elastic scattering of electrons and positrons by atoms of the biomolecule was evaluated by means of relativistic (Dirac) partial wave analysis. Our calculated results are compared with theoretical data available in the literature in the absence of experimental data, in particular for positron. As a central result, our electron elastic cross sections are in good agreement with existing theoretical data in the range of 10 eV to 1 keV.

Keywords: elastic cross scrion, elastic mean free path, scar macro method, electron collision

Procedia PDF Downloads 28
358 Analysis of Gender Budgeting in Healthcare Sector: A Case of Gujarat State of India

Authors: Juhi Pandya, Elekes Zsuzsanna

Abstract:

Health is related to every aspect of human being. Even a quintal change leads to ill-health of an individual. Gender plays an eminent role in determining an individual health exposure. Political implications on health have implicit effects on the individual, societal and economical. The inclusion of gender perspective into policies have plunged enormous attention globally, nationally and locally to detract inequalities and achieve economic growth. Simultaneously, there is an initiation of policies with gender perspective which are named differently but hold similar meaning or objective. They are named gender mainstreaming policies or gender sensitization policies. Gender budgeting acts as a tool for the application of gender mainstreaming policies. It incorporates gender perspective into the budgetary process by restricting the revenues and expenditures at all level of the budget. The current study takes into account the analysis of Gender Budgeting reports in terms of healthcare from the 2014-16 year of Gujarat State, India. The expenditures and literature under the heading of gender budgeting reports named “Health and Family Welfare Department” are discussed in the paper. The data analytics is done with the help of reports published by the Gujarat government on Gender Budgeting. The results discuss upon the expenditure and initiation of new policies as a roadmap for the promotion of gender equality from the path of gender budgeting. It states with the escalation of the budgetary numbers for the health expenditure. Additionally, the paper raises the questions on the hypothetical loopholes pertaining to the gender budgeting in Gujarat. The budget reports do not show a specify explanation to the expenditure use of budget for the schemes mentioned in healthcare. It also does not clarify that how many beneficiaries are benefited through gender budget. The explanation just provides an overlook of theory for healthcare Schemes/Yojana or Abhiyan.

Keywords: gender, gender budgeting, gender equality, healthcare

Procedia PDF Downloads 310
357 Effect of thermal aging on Low Cycle Fatigue of Alloy 690

Authors: Kushal Gowda Jayaram, Joseph Huret, Jonathan Quibel, Walter-John Chitty, Gilbert Henaff

Abstract:

Thermal aging is one of the concerns for the long-term operation of nuclear power plants. Indeed, components in the primary circuit undergo thermal aging while exposed to the chemically active environment of Pressurized Water Reactors (PWRs) over time. Among the materials used in the reactor components, Alloy 690 can be found in some critical components for nuclear safety. Despite its importance, research on the effect of thermal aging on the microstructural changes and low cycle fatigue (LCF) behavior of Alloy 690 remains limited. This study aims to assess the impact of thermal aging on the fatigue life of Alloy 690. The as-received sample underwent aging at 420°C for 4000 hours, representing the equivalent aging of 60 years in reactor working conditions. First, the characterization of the area and density of intergranular and intragranular precipitates was performed to understand the microstructural changes in the aged specimen. Then, low cycle fatigue tests were conducted on the as received and aged samples at varying strain amplitudes. To investigate the influence of thermal aging on the fatigue behavior of Alloy 690, fracture surfaces were analyzed to estimate fatigue crack growth rates based on striation spacing measurements. Additionally, the axially cut fractured samples have undergone analysis using Electron Backscatter Diffraction (EBSD) to understand the effect of aging on strain localization near the crack path. Results indicate that while the characterization of the area and density of intergranular precipitates in the aged specimen (for 2000 hours, approximately 30 years) showed no significant changes, there was a slight increase in the area and density of intragranular precipitates under the same conditions.

Keywords: alloy 690, thermal aging, low cycle fatigue, precipitates

Procedia PDF Downloads 12
356 Adaptable Regulatory Oversight and Safety Awareness Regime: An Experience-Based Contribution Towards Sustainability in a Changing Railway Environment

Authors: Peaceman Sopazi, Mabila Mathebula, John Smallwood

Abstract:

Recent health and safety (H&S) concerns and their resultant impact on railway operations, namely, the severe acute respiratory syndrome (SARS) or collectively known as SARS-CoV-2 (Covid-19) pandemic and the Fourth Industrial Revolution (4IR), which have dominated public discourse, brought into question as to whether, or not, some aspects of how we have so far managed safety oversight as railway regulatory bodies and operators will remain relevant in a changing railway environment. Railway practitioners have generally found themselves between a proverbial rock and a hard place by being confronted by emerging challenges which have brought along great opportunities for sustainability. As witnesses and participants to the progressively introduced railway safety management, and transformation regimes, this paper attempts to share gathered field experience on adaptable regulatory oversight and safety awareness. The discourse is approached from a South African context but also with an informed perspective of what seems to work and what usually does not. The authors share their own multi and transdisciplinary experience coupled with insights they have gained as researchers of global trends in general safety management and specific aspects of railway safety management, for sustainability. In addition to sharing a largely experience-based methodology for survival, suggestions are offered for consideration as a way of keeping the railway safety management discourse alive as practitioners navigate a new path which is shrouded in a cloud of untold uncertainty. The authors further believe that the right timing for the implementation of the proposed suggestions in this paper will produce beneficial outcomes. Finally, the paper will identify areas that are still open for further investigation for and by researchers and practitioners alike.

Keywords: health & safety management, safety awareness, railway safety management, railway systems sustainability

Procedia PDF Downloads 140
355 Digital Fashion: An Integrated Approach to Additive Manufacturing in Wearable Fashion

Authors: Lingju Wu, Hao Hua

Abstract:

This paper presents a digital fashion production methodology and workflow based on fused deposition modeling additive manufacturing technology, as demonstrated through a 3D printed fashion show held at Southeast University in Nanjing, China. Unlike traditional fashion, 3D printed fashion allows for the creation of complex geometric shapes and unique structural designs, facilitating diverse reconfiguration and sustainable production of textile fabrics. The proposed methodology includes two components: morphogenesis and the 3D printing process. The morphogenesis part comprises digital design methods such as mesh deformation, structural reorganization, particle flow stretching, sheet partitioning, and spreading methods. The 3D printing process section includes three types of methods: sculptural objects, multi-material composite fabric, and self-forming composite fabrics. This paper focuses on multi-material composite fabrics and self-forming composite fabrics, both of which involve weaving fabrics with 3D-printed material sandwiches. Multi-material composite fabrics create specially tailored fabric from the original properties of the printing path and multiple materials, while self-forming fabrics apply pre-stress to the flat fabric and then print the sandwich, allowing the fabric's own elasticity to interact with the printed components and shape into a 3D state. The digital design method and workflow enable the integration of abstract sensual aesthetics and rational thinking, showcasing a digital aesthetic that challenges conventional handicraft workshops. Overall, this paper provides a comprehensive framework for the production of 3D-printed fashion, from concept to final product.

Keywords: digital fashion, composite fabric, self-forming structure, additive manufacturing, generating design

Procedia PDF Downloads 75
354 The Psychology of Cross-Cultural Communication: A Socio-Linguistics Perspective

Authors: Tangyie Evani, Edmond Biloa, Emmanuel Nforbi, Lem Lilian Atanga, Kom Beatrice

Abstract:

The dynamics of languages in contact necessitates a close study of how its users negotiate meanings from shared values in the process of cross-cultural communication. A transverse analysis of the situation demonstrates the existence of complex efforts on connecting cultural knowledge to cross-linguistic competencies within a widening range of communicative exchanges. This paper sets to examine the psychology of cross-cultural communication in a multi-linguistic setting like Cameroon where many local and international languages are in close contact. The paper equally analyses the pertinence of existing macro sociological concepts as fundamental knowledge traits in literal and idiomatic cross semantic mapping. From this point, the article presents a path model of connecting sociolinguistics to the increasing adoption of a widening range of communicative genre piloted by the on-going globalisation trends with its high-speed information technology machinery. By applying a cross cultural analysis frame, the paper will be contributing to a better understanding of the fundamental changes in the nature and goals of cross-cultural knowledge in pragmatics of communication and cultural acceptability’s. It emphasises on the point that, in an era of increasing global interchange, a comprehensive inclusive global culture through bridging gaps in cross-cultural communication would have significant potentials to contribute to achieving global social development goals, if inadequacies in language constructs are adjusted to create avenues that intertwine with sociocultural beliefs, ensuring that meaningful and context bound sociolinguistic values are observed within the global arena of communication.

Keywords: cross-cultural communication, customary language, literalisms, primary meaning, subclasses, transubstantiation

Procedia PDF Downloads 255
353 Before Decision: Career Motivation of Teacher Candidates

Authors: Pál Iván Szontagh

Abstract:

We suppose that today, the motivation for the career of a pedagogue (including its existential, organizational and infrastructural conditions) is different from the level of commitment to the profession of an educator (which can be experienced informally, or outside of the public education system). In our research, we made efforts to address the widest possible range of student elementary teachers, and to interpret their responses using different filters. In the first phase of our study, we analyzed first-year kindergarten teacher students’ career motivation and commitment to the profession, and in the second phase, that of final-year kindergarten teacher candidates. In the third phase, we conducted surveys to explore students’ motivation for the profession and the career path of a pedagogue in four countries of the Carpathian Basin (Hungary, Slovakia, Romania and Serbia). The surveys were conducted in 17 campuses of 11 Hungarian teacher’s training colleges and universities. Finally, we extended the survey to practicing graduates preparing for their on-the-job rating examination. Based on our results, in all breakdowns, regardless of age group, training institute or - in part - geographical location and nationality, it is proven that lack of social- and financial esteem of the profession poses serious risks for recruitment and retention of teachers. As a summary, we searched for significant differences between the professional- and career motivations of the three respondent groups (kindergarten teacher students, elementary teacher students and practicing teachers), i.e. the motivation factors that change the most with education and/or with the time spent on the job. Based on our results, in all breakdowns, regardless of age group, training institute or - in part - geographical location and nationality, it is proven that lack of social- and financial esteem of the profession poses serious risks for recruitment and retention of teachers.

Keywords: career motivation, career socialization, professional motivation, teacher training

Procedia PDF Downloads 106
352 Design and Development of Fleet Management System for Multi-Agent Autonomous Surface Vessel

Authors: Zulkifli Zainal Abidin, Ahmad Shahril Mohd Ghani

Abstract:

Agent-based systems technology has been addressed as a new paradigm for conceptualizing, designing, and implementing software systems. Agents are sophisticated systems that act autonomously across open and distributed environments in solving problems. Nevertheless, it is impractical to rely on a single agent to do all computing processes in solving complex problems. An increasing number of applications lately require multiple agents to work together. A multi-agent system (MAS) is a loosely coupled network of agents that interact to solve problems that are beyond the individual capacities or knowledge of each problem solver. However, the network of MAS still requires a main system to govern or oversees the operation of the agents in order to achieve a unified goal. We had developed a fleet management system (FMS) in order to manage the fleet of agents, plan route for the agents, perform real-time data processing and analysis, and issue sets of general and specific instructions to the agents. This FMS should be able to perform real-time data processing, communicate with the autonomous surface vehicle (ASV) agents and generate bathymetric map according to the data received from each ASV unit. The first algorithm is developed to communicate with the ASV via radio communication using standard National Marine Electronics Association (NMEA) protocol sentences. Next, the second algorithm will take care of the path planning, formation and pattern generation is tested using various sample data. Lastly, the bathymetry map generation algorithm will make use of data collected by the agents to create bathymetry map in real-time. The outcome of this research is expected can be applied on various other multi-agent systems.

Keywords: autonomous surface vehicle, fleet management system, multi agent system, bathymetry

Procedia PDF Downloads 231
351 HIV/AIDS Family Dysfunction Trajectories, Child Abuse and Psychosocial Problems among Adolescents

Authors: Paul Narh Doku

Abstract:

The relationship between parental HIV/AIDS status or death and child mental health is well known, although the role of child maltreatment as a confounder or mediator in this relationship remains uncertain. This study examined the potential path mechanism through child maltreatment mediating the link between HIV/AIDS family dysfunction trajectories and psychosocial problems. A cross-sectional survey was conducted in the Lower Manya Municipal Assembly of Ghana. A questionnaire which consisted of the Strengths and Difficulties Questionnaire (SDQ), Social and Health Assessment (SAHA), Rosenberg Self-Esteem Scale (RSES), and the Conflict Tactics Scale (CTS) was completed by 291 adolescents. Controlling for relevant sociodemographic confounders, mediation analyses using linear regression were fitted to examine whether the association between family dysfunction and psychosocial problems is mediated by child maltreatment. The results indicate that, among adolescents, child maltreatment fully mediated the association between being orphaned by AIDS and self-esteem, delinquency and risky behaviours, and peer problems. Similarly, child maltreatment fully mediated the association between living with an HIV/AIDS-infected parent and self-esteem, delinquency and risky behaviours, depression/emotional problems, and peer problems. Partial mediation was found for hyperactivity. Child maltreatment mediates the association between the family dysfunction trajectories of parental HIV/AIDS or death and psychosocial problems among adolescents. This implies that efforts to address child maltreatment among families affected by HIV/AIDS may be helpful in the prevention of psychosocial problems among these children, thus enhancing their well-being. The findings, therefore, underscore the need for comprehensive psychosocial interventions that address both the unique negative exposures of HIV/AIDS and maltreatment for children affected by HIV.

Keywords: child maltreatment, child abuse, mental health, psychosocial problems, domestic violence, HIV/AIDS, adolescents

Procedia PDF Downloads 50
350 The Role of Psychosis Proneness in the Association of Metacognition with Psychological Distress in Non-Clinical Population

Authors: Usha Barahmand, Ruhollah Heydari Sheikh Ahmad

Abstract:

Distress refers to an unpleasant metal state or emotional suffering marked by negative affect such as depression (e.g., lost interest; sadness; hopelessness), anxiety (e.g., restlessness; feeling tense). These negative affect have been mostly suggested to be concomitant of metal disorders such as positive psychosis symptoms and also of proneness to psychotic features in non-clinical population. Psychotic features proneness including hallucination, delusion and schizotypal traits, have been found to be associated with metacognitive beliefs. Metacognition has been conceptualized as ‘thinking about thoughts, monitoring and controlling of cognitive processes’. The aim of the current study was to investigate the role of psychosis proneness in the association of metacognitions and distress. We predicted psychosis proneness would mediate the association of metacognitive beliefs and the distress. A sample of 420 university students was randomly recruited to endorse questionnaires of the study that consisted of DASS-21questionnaire for assessing levels of distress, Cartwright–Hatton & Wells, Meta-cognitions Questionnaire (MCQ-30) for assessing metacognitive beliefs, Launay-Slade Hallucination Scale-revised (LSHS-R), Peters et al. Delusions Inventory, Schizotypal Personality Questionnaire-Brief. Conducting a bootstrapping approach in order to investigate our hypothesis, the result showed that there was no a direct association between metacognitive dimensions and psychological distress and psychosis proneness significantly mediated the association. Finding suggested that individuals with dysfunctional metacognitive beliefs experience high levels of distress if they are prone to psychosis symptoms. In other words, psychosis proneness is a path through which individuals with dysfunctional metacognitions experience high levels of psychological distress.

Keywords: metacognition, non-clinical population, psychological distress, psychosis proneness

Procedia PDF Downloads 317