Search results for: extended theory of art
4506 On the Stability Exact Analysis of Tall Buildings with Outrigger System
Authors: Mahrooz Abed, Amir R. Masoodi
Abstract:
Many structural lateral systems are used in tall buildings such as rigid frames, braced frames, shear walls, tubular structures and core structures. Some efficient structures for drift control and base moment reduction in tall buildings is outrigger and belt truss systems. When adopting outrigger beams in building design, their location should be in an optimum position for an economical design. A range of different strategies has been employed to identify the optimum locations of these outrigger beams under wind load. However, there is an absence of scientific research or case studies dealing with optimum outrigger location using buckling analysis. In this paper, one outrigger system is considered at the middle of height of structure. The optimum location of outrigger will be found based on the buckling load limitation. The core of structure is modeled by a clamped tapered beam. The exact stiffness matrix of tapered beam is formulated based on the Euler-Bernoulli theory. Finally, based on the buckling load of structure, the optimal location of outrigger will be found.Keywords: tall buildings, outrigger system, buckling load, second-order effects, Euler-Bernoulli beam theory
Procedia PDF Downloads 3994505 Visualizing the Commercial Activity of a City by Analyzing the Data Information in Layers
Authors: Taras Agryzkov, Jose L. Oliver, Leandro Tortosa, Jose Vicent
Abstract:
This paper aims to demonstrate how network models can be used to understand and to deal with some aspects of urban complexity. As it is well known, the Theory of Architecture and Urbanism has been using for decades’ intellectual tools based on the ‘sciences of complexity’ as a strategy to propose theoretical approaches about cities and about architecture. In this sense, it is possible to find a vast literature in which for instance network theory is used as an instrument to understand very diverse questions about cities: from their commercial activity to their heritage condition. The contribution of this research consists in adding one step of complexity to this process: instead of working with one single primal graph as it is usually done, we will show how new network models arise from the consideration of two different primal graphs interacting in two layers. When we model an urban network through a mathematical structure like a graph, the city is usually represented by a set of nodes and edges that reproduce its topology, with the data generated or extracted from the city embedded in it. All this information is normally displayed in a single layer. Here, we propose to separate the information in two layers so that we can evaluate the interaction between them. Besides, both layers may be composed of structures that do not have to coincide: from this bi-layer system, groups of interactions emerge, suggesting reflections and in consequence, possible actions.Keywords: graphs, mathematics, networks, urban studies
Procedia PDF Downloads 1854504 On Modeling Data Sets by Means of a Modified Saddlepoint Approximation
Authors: Serge B. Provost, Yishan Zhang
Abstract:
A moment-based adjustment to the saddlepoint approximation is introduced in the context of density estimation. First applied to univariate distributions, this methodology is extended to the bivariate case. It then entails estimating the density function associated with each marginal distribution by means of the saddlepoint approximation and applying a bivariate adjustment to the product of the resulting density estimates. The connection to the distribution of empirical copulas will be pointed out. As well, a novel approach is proposed for estimating the support of distribution. As these results solely rely on sample moments and empirical cumulant-generating functions, they are particularly well suited for modeling massive data sets. Several illustrative applications will be presented.Keywords: empirical cumulant-generating function, endpoints identification, saddlepoint approximation, sample moments, density estimation
Procedia PDF Downloads 1634503 Mealtime Talk as a Context of Learning: A Multiple Case Study of Australian Chinese Parents' Interaction with Their Preschool Aged Children at Dinner Table
Authors: Jiangbo Hu, Frances Hoyte, Haiquan Huang
Abstract:
Research identifies that mealtime talk can be a significant learning context that provides children with rich experiences to foster their language and cognitive development. Middle-classed parents create an extended learning discourse for their children through sophisticated vocabulary, narrative and explanation genres at dinner table. However, mealtime opportunities vary with some parents having little interaction with their children and some parents focusing on directive of children’s behaviors. This study investigated five Chinese families’ parent-child interaction during mealtime that was rarely reported in the literature. The five families differ in terms of their living styles. Three families are from professional background where both mothers the fathers work in Australian companies and both of them present at dinner time. The other two families own business. The mothers are housemakers and the fathers are always absent at dinner time due to their busy business life. Employing case study method, the five Chinese families’ parent-child interactions at dinner table were recorded using a video camera. More than 3000 clauses were analyzed with the framework of 'systems of clause complexing' from systemic functional linguistic theory. The finding shows that mothers played a critical role in the interaction with their children by initiating most conversations. The three mothers from professional background tended to use more language in extending and expanding pattern that is beneficial for children’s language development and high level of thinking (e.g., logical thinking). The two house making mothers’ language focused more on the directive of their children’s social manners and dietary behaviors. The fathers though seemed to be less active, contributing to the richness of the conversation through their occasional props such as asking open questions or initiating a new topic. In general, the families from professional background were more advantaged in providing learning opportunities for their children at dinner table than the families running business were. The home experiences of Chinese children is an important topic in research due to the rapidly increasing number of Chinese children in Australia and other English speaking countries. Such research assist educators in the education of Chinese children with more awareness of Chinese children experiences at home that could be very unlike the settings in English schools. This study contributes to the research in this area through the analysis of language in parent-child interaction during mealtime, which is very different from previous research that mainly investigated Chinese families through survey and interview. The finding of different manners in language use between the professional families and business families has implication for the understanding of the variation of Chinese children’s home experiences that is influenced not only by parents’ socioeconomic status but their lifestyles.Keywords: Chinese children, Chinese parents, mealtime talk, parent-child interaction
Procedia PDF Downloads 2344502 Deciding Graph Non-Hamiltonicity via a Closure Algorithm
Authors: E. R. Swart, S. J. Gismondi, N. R. Swart, C. E. Bell
Abstract:
We present an heuristic algorithm that decides graph non-Hamiltonicity. All graphs are directed, each undirected edge regarded as a pair of counter directed arcs. Each of the n! Hamilton cycles in a complete graph on n+1 vertices is mapped to an n-permutation matrix P where p(u,i)=1 if and only if the ith arc in a cycle enters vertex u, starting and ending at vertex n+1. We first create exclusion set E by noting all arcs (u, v) not in G, sufficient to code precisely all cycles excluded from G i.e. cycles not in G use at least one arc not in G. Members are pairs of components of P, {p(u,i),p(v,i+1)}, i=1, n-1. A doubly stochastic-like relaxed LP formulation of the Hamilton cycle decision problem is constructed. Each {p(u,i),p(v,i+1)} in E is coded as variable q(u,i,v,i+1)=0 i.e. shrinks the feasible region. We then implement the Weak Closure Algorithm (WCA) that tests necessary conditions of a matching, together with Boolean closure to decide 0/1 variable assignments. Each {p(u,i),p(v,j)} not in E is tested for membership in E, and if possible, added to E (q(u,i,v,j)=0) to iteratively maximize |E|. If the WCA constructs E to be maximal, the set of all {p(u,i),p(v,j)}, then G is decided non-Hamiltonian. Only non-Hamiltonian G share this maximal property. Ten non-Hamiltonian graphs (10 through 104 vertices) and 2000 randomized 31 vertex non-Hamiltonian graphs are tested and correctly decided non-Hamiltonian. For Hamiltonian G, the complement of E covers a matching, perhaps useful in searching for cycles. We also present an example where the WCA fails.Keywords: Hamilton cycle decision problem, computational complexity theory, graph theory, theoretical computer science
Procedia PDF Downloads 3744501 Droplet Impact on a High Frequency Vibrating Surface
Authors: Maryam Ebrahimiazar, Parsia Mohammadshahi, Amirreza Amighi, Nasser Ashgriz
Abstract:
Ultrasonic atomization is used to generate micron size aerosols. In this work, the aerosol formation by the atomization of a parent droplet dripping from a capillary needle onto the surface of a Teflon coated piezoelectric vibrating at 2.5 MHz is studied, and different steps of atomization are categorized. After the droplet impacts on the piezoelectric, surface acoustic streaming deforms the droplet into a fountain shape. This fountain soon collapses and forms a liquid layer. The breakup of the liquid layer results in the generation of both large ( 100 microns) and small drops (few microns). Next, the residual drops from the liquid layer start to be atomized to generate few micron size droplets. The high velocity and explosive aerosol formation in this step are better explained in terms of cavitation theory. However, the combination of both capillary waves and cavitation theory seem to be responsible for few-micron droplet generation. The current study focuses on both qualitative and quantitative aspects of fountain formation for both ethyl-alcohol and water. Even though the general steps of atomization are the same for both liquids, the quantitative results indicate that some noticeable differences lie between them.Keywords: droplet breakup, ultrasonic atomization, acoustic streaming, droplet oscillation
Procedia PDF Downloads 1824500 Examining Historically Defined Periods in Autobiographical Memories for Transitional Events
Authors: Khadeeja Munawar, Shamsul Haque
Abstract:
We examined the plausibility of transition theory suggesting that memories of transitional events, which give rise to a significant and persistent change in the fabric of daily life, are organized around the historically defined autobiographical periods (H-DAPs). 141 Pakistani older adults retrieved 10 autobiographical memories (AMs) each to 10 cue words. As the history of Pakistan is dominated by various political and nationwide transitional events, it was expected that the participants would recall memories with H-DAPs references. The content analysis revealed that 0.7% of memories had H-DAP references and 0.4% memories mentioned major transitional events such as War/Natural Disaster. There was a vivid reminiscence bump between 10 - 20 years of age in lifespan distribution of AMs. There were 67.9% social-focused AMs. Significantly more self-focused memories were reported by individuals who endorsed themselves as conservatives. Only a few H-DAPs were reported, although the history of Pakistan was dominated by numerous political, historical and nationwide transitional events. Memories within and outside of the bump period were mostly positive. The participants rarely used historical/political or nationwide significant events or periods to date the memories elicited. The intense and nationwide (as well as region-wise) significant historical/political events spawned across decades in the lives of participants of the present study but these events did not produce H-DAPs. The findings contradicted the previous studies on H-DAPs and transition theory. The dominance of social-focused AMs in the present study is in line with the past studies comparing the memories of collectivist and individualist cultures (i.e., European Americans vs. Asian, African and Latin-American cultures). The past empirical evidence shows that conservative values and beliefs are adopted as a coping strategy to feel secure in the face of danger when future is dominated with uncertainty and to connect to likeminded others. In the present study, conservative political ideology is somehow assisting the participants in living a stable life midst of their complex social worlds. The reminiscence bump, as well as dominance of positive memories within and outside the bump period, are in line with the narrative/identity account which states that the events and experiences during adolescence and early adulthood assimilate into a person’s lifelong narratives. Hence these events are used as identity markers and are more easily recalled later in life. Also, according to socioemotional theory and the positivity effect, the participants evaluated past events more positively as they grow up and the intensity of negative emotions decreased with time.Keywords: autobiographical memory, historically defined autobiographical periods, narrative/identity account, Pakistan, reminiscence bump, SMS framework, transition theory
Procedia PDF Downloads 2354499 Vibration Control of Hermetic Compressors Using Flexible Multi-Body Dynamics Theory
Authors: Armin Amindari
Abstract:
Hermetic compressors are used widely for refrigeration, heat pump, and air conditioning applications. With the improvement of energy conservation and environmental protection requirements, inverter compressors that operates at different speeds have become increasingly attractive in the industry. Although speed change capability is more efficient, passing through resonant frequencies may lead to excessive vibrations. In this work, an integrated vibration control approach based on flexible multi-body dynamics theory is used for optimizing the vibration amplitudes of the compressor at different operating speeds. To examine the compressor vibrations, all the forces and moments exerted on the cylinder block were clarified and minimized using balancers attached to the upper and lower ends of the motor rotor and crankshaft. The vibration response of the system was simulated using Motionview™ software. In addition, mass-spring optimization was adopted to shift the resonant frequencies out of the operating speeds. The modal shapes of the system were studied using Optistruct™ solver. Using this approach, the vibrations were reduced up to 56% through dynamic simulations. The results were in high agreement with various experimental test data. In addition, the vibration resonance problem observed at low speeds was solved by shifting the resonant frequencies through optimization studies.Keywords: vibration, MBD, compressor, hermetic
Procedia PDF Downloads 1014498 Modeling Anisotropic Damage Algorithms of Metallic Structures
Authors: Bahar Ayhan
Abstract:
The present paper is concerned with the numerical modeling of the inelastic behavior of the anisotropically damaged ductile materials, which are based on a generalized macroscopic theory within the framework of continuum damage mechanics. Kinematic decomposition of the strain rates into elastic, plastic and damage parts is basis for accomplishing the structure of continuum theory. The evolution of the damage strain rate tensor is detailed with the consideration of anisotropic effects. Helmholtz free energy functions are constructed separately for the elastic and inelastic behaviors in order to be able to address the plastic and damage process. Additionally, the constitutive structure, which is based on the standard dissipative material approach, is elaborated with stress tensor, a yield criterion for plasticity and a fracture criterion for damage besides the potential functions of each inelastic phenomenon. The finite element method is used to approximate the linearized variational problem. Stress and strain outcomes are solved by using the numerical integration algorithm based on operator split methodology with a plastic and damage (multiplicator) variable separately. Numerical simulations are proposed in order to demonstrate the efficiency of the formulation by comparing the examples in the literature.Keywords: anisotropic damage, finite element method, plasticity, coupling
Procedia PDF Downloads 2084497 Implementation of Lean Manufacturing in Some Companies in Colombia: A Case Study
Authors: Natalia Marulanda, Henry González, Gonzalo León, Alejandro Hincapié
Abstract:
Continuous improvement tools are the result of a set of studies that developed theories and methodologies. These methodologies enable organizations to increase their levels of efficiency, effectiveness, and productivity. Based on these methodologies, lean manufacturing philosophy, which is based on the optimization of resources, waste disposal, and generation of value to products and services, was developed. Lean application has been massive globally, but Colombian companies have been made it incipiently. Therefore, the purpose of this article is to identify the impacts generated by the implementation of lean manufacturing tools in five companies located in Colombia and Medellín metropolitan area. It also seeks to make a comparison of the results obtained from the implementation of lean philosophy and Theory of Constraints. The methodology is qualitative and quantitative, is based on the case study interview from dialogue with the leaders of the processes that used lean tools. The most used tools by research companies are 5's with 100% and TPM with 80%. The less used tool is the synchronous production with 20%. The main reason for the implementation of lean was supply chain management with 83.3%. For the application of lean and TOC, we did not find significant differences between the impact, in terms of methodology, areas of application, staff initiatives, supply chain management, planning, and training.Keywords: business strategy, lean manufacturing, theory of constraints, supply chain
Procedia PDF Downloads 3554496 Broadening Attentional Scope by Seeing Happy Faces
Authors: John McDowall, Crysta Derham
Abstract:
Broaden and build theory of emotion describes how experiencing positive emotions, such as happiness, broadens our ‘thought-action repertoire’ leading us to be more likely to go out and act on our positive emotions. This results in the building of new relationships, resources and skills, which we can draw on in times of need throughout life. In contrast, the experience of negative emotion is thought to narrow our ‘thought-action repertoire’, leading to specific actions to aid in survival. Three experiments aimed to explore the effect of briefly presented schematic faces (happy, sad, and neutral) on attentional scope using the flanker task. Based on the broaden and build theory it was hypothesised that there would be an increase in reaction time in trials primed with a happy face due to a broadening of attention, leading to increased flanker interference. A decrease in reaction time was predicted for trials primed with a sad face, due to a narrowing of attention leading to less flanker interference. Results lended partial support to the broaden and build hypothesis, with reaction times being slower following happy primes in incongruent flanker trials. Recent research is discussed in regards to potential mediators of the relationship between emotion and attention.Keywords: emotion, attention, broaden and build, flanker task
Procedia PDF Downloads 4804495 Diversability and Diversity: Toward Including Disability/Body-Mind Diversity in Educational Diversity, Equity, and Inclusion
Authors: Jennifer Natalya Fink
Abstract:
Since the racial reckoning of 2020, almost every major educational institution has incorporated diversity, equity, and inclusion (DEI) principles into its administrative, hiring, and pedagogical practices. Yet these DEI principles rarely incorporate explicit language or critical thinking about disability. Despite the fact that according to the World Health Organization, one in five people worldwide is disabled, making disabled people the larger minority group in the world, disability remains the neglected stepchild of DEI. Drawing on disability studies and crip theory frameworks, the underlying causes of this exclusion of disability from DEI, such as stigma, shame, invisible disabilities, institutionalization/segregation/delineation from family, and competing models and definitions of disability are examined. This paper explores both the ideological and practical shifts necessary to include disability in university DEI initiatives. It offers positive examples as well as conceptual frameworks such as 'divers ability' for so doing. Using Georgetown University’s 2020-2022 DEI initiatives as a case study, this paper describes how curricular infusion, accessibility, identity, community, and diversity administration infused one university’s DEI initiatives with concrete disability-inclusive measures. It concludes with a consideration of how the very framework of DEI itself might be challenged and transformed if disability were to be included.Keywords: diversity, equity, inclusion, disability, crip theory, accessibility
Procedia PDF Downloads 1354494 the fairness of meritocracy and Korean Democracy-What makes the Korean youth accept the fairness of meritocracy??
Authors: WooJin KANG
Abstract:
Contrary to the ideal, in the cartelized democracy, meritocracy is revealed to be a system that gives arrogance to the winners and humiliation to the losers, and more and more studies are asserting the upper-class bias of meritocracy. However, only some studies have analyzed the determinants of the perception of meritocracy and fairness among young people. This article was an attempt to fill this gap. According to the empirical results of this article, the determinants of fairness of the meritocracy in the youth were multidimensional. The social status model, the political ideology model, and the future prospect model all significantly impacted the perception of meritocracy fairness among young people. Contrary to the predictions of the system justification theory and the compensatory control theory of previous studies, the lower-class youth were critical of meritocracy. In addition, the more negative the future outlook, the less they accepted the fairness of meritocracy. In addition, ideological debates over solutions to inequality of opportunity, which began in earnest during the 20th presidential election, turned out to be a variable that significantly influenced the perception of fairness based on meritocracy among young people. The results of the empirical analysis in this article reaffirmed the multidimensional structure of the youth. This suggests the need for policy responses leading to education tailored to various subgroups within the youth.Keywords: Meritocracy, Exam-Meritocracy, Fairness, Multiple-inequality
Procedia PDF Downloads 644493 Video Games Technologies Approach for Their Use in the Classroom
Authors: Daniel Vargas-Herrera, Ivette Caldelas, Fernando Brambila-Paz, Rodrigo Montufar-Chaveznava
Abstract:
In this paper, we present the advances corresponding to the implementation of a set of educational materials based on video games technologies. Essentially these materials correspond to projects developed and under development as bachelor thesis of some Computer Engineering students of the Engineering School. All materials are based on the Unity SDK; integrating some devices such as kinect, leap motion, oculus rift, data gloves and Google cardboard. In detail, we present a virtual reality application for neurosciences students (suitable for neural rehabilitation), and virtual scenes for the Google cardboard, which will be used by the psychology students for phobias treatment. The objective is these materials will be located at a server to be available for all students, in the classroom or in the cloud, considering the use of smartphones has been widely extended between students.Keywords: virtual reality, interactive technologies, video games, educational materials
Procedia PDF Downloads 6584492 Teachers’ Continuance Intention Towards Using Madrasati Platform: A Conceptual Framework
Authors: Fiasal Assiri, Joanna Wincenciak, David Morrison-Love
Abstract:
With the rapid spread of the COVID-19 pandemic, the Saudi government suspended students from going to school to combat the outbreak. As e-learning was not applied at all in schools, online teaching and learning have been revived in Saudi Arabia by providing a new platform called ‘Madrasati.’ Several studies have used the Decomposed Theory of Planned Behaviour (DTPB)to examineindividuals’ intention behavior in many fields. However, there is a lack of studies investigating the determinants of teachers’ continued intention touseMadrasati platform. The purpose of this paper is to present a conceptual model in light of DTPB. To enhance the predictability of the model, the study incorporates other variables, including learning content quality and interactivity as sub-factors under the perceived usefulness, students and government influences under the subjective norms, and technical support and prior e-learning experience under the perceived behavioral control. The model will be further validated using a mixed methods approach. Such findings would help administrators and stakeholders to understand teachers’ needs and develop new methods that might encourage teachers to continue using Madrasati effectively in their teaching.Keywords: madrasati, decomposed theory of planned behaviour, continuance intention, attitude, subjective norms, perceived behavioural control
Procedia PDF Downloads 1064491 CsPbBr₃@MOF-5-Based Single Drop Microextraction for in-situ Fluorescence Colorimetric Detection of Dechlorination Reaction
Authors: Yanxue Shang, Jingbin Zeng
Abstract:
Chlorobenzene homologues (CBHs) are a category of environmental pollutants that can not be ignored. They can stay in the environment for a long period and are potentially carcinogenic. The traditional degradation method of CBHs is dechlorination followed by sample preparation and analysis. This is not only time-consuming and laborious, but the detection and analysis processes are used in conjunction with large-scale instruments. Therefore, this can not achieve rapid and low-cost detection. Compared with traditional sensing methods, colorimetric sensing is simpler and more convenient. In recent years, chromaticity sensors based on fluorescence have attracted more and more attention. Compared with sensing methods based on changes in fluorescence intensity, changes in color gradients are easier to recognize by the naked eye. Accordingly, this work proposes to use single drop microextraction (SDME) technology to solve the above problems. After the dechlorination reaction was completed, the organic droplet extracts Cl⁻ and realizes fluorescence colorimetric sensing at the same time. This method was integrated sample processing and visual in-situ detection, simplifying the detection process. As a fluorescence colorimetric sensor material, CsPbBr₃ was encapsulated in MOF-5 to construct CsPbBr₃@MOF-5 fluorescence colorimetric composite. Then the fluorescence colorimetric sensor was constructed by dispersing the composite in SDME organic droplets. When the Br⁻ in CsPbBr₃ exchanges with Cl⁻ produced by the dechlorination reactions, it is converted into CsPbCl₃. The fluorescence color of the single droplet of SDME will change from green to blue emission, thereby realizing visual observation. Therein, SDME can enhance the concentration and enrichment of Cl⁻ and instead of sample pretreatment. The fluorescence color change of CsPbBr₃@MOF-5 can replace the detection process of large-scale instruments to achieve real-time rapid detection. Due to the absorption ability of MOF-5, it can not only improve the stability of CsPbBr₃, but induce the adsorption of Cl⁻. Simultaneously, accelerate the exchange of Br- and Cl⁻ in CsPbBr₃ and the detection process of Cl⁻. The absorption process was verified by density functional theory (DFT) calculations. This method exhibits exceptional linearity for Cl⁻ in the range of 10⁻² - 10⁻⁶ M (10000 μM - 1 μM) with a limit of detection of 10⁻⁷ M. Whereafter, the dechlorination reactions of different kinds of CBHs were also carried out with this method, and all had satisfactory detection ability. Also verified the accuracy by gas chromatography (GC), and it was found that the SDME we developed in this work had high credibility. In summary, the in-situ visualization method of dechlorination reaction detection was a combination of sample processing and fluorescence colorimetric sensing. Thus, the strategy researched herein represents a promising method for the visual detection of dechlorination reactions and can be extended for applications in environments, chemical industries, and foods.Keywords: chlorobenzene homologues, colorimetric sensor, metal halide perovskite, metal-organic frameworks, single drop microextraction
Procedia PDF Downloads 1444490 Analyzing Industry-University Collaboration Using Complex Networks and Game Theory
Authors: Elnaz Kanani-Kuchesfehani, Andrea Schiffauerova
Abstract:
Due to the novelty of the nanotechnology science, its highly knowledge intensive content, and its invaluable application in almost all technological fields, the close interaction between university and industry is essential. A possible gap between academic strengths to generate good nanotechnology ideas and industrial capacity to receive them can thus have far-reaching consequences. In order to be able to enhance the collaboration between the two parties, a better understanding of knowledge transfer within the university-industry relationship is needed. The objective of this research is to investigate the research collaboration between academia and industry in Canadian nanotechnology and to propose the best cooperative strategy to maximize the quality of the produced knowledge. First, a network of all Canadian academic and industrial nanotechnology inventors is constructed using the patent data from the USPTO (United States Patent and Trademark Office), and it is analyzed with social network analysis software. The actual level of university-industry collaboration in Canadian nanotechnology is determined and the significance of each group of actors in the network (academic vs. industrial inventors) is assessed. Second, a novel methodology is proposed, in which the network of nanotechnology inventors is assessed from a game theoretic perspective. It involves studying a cooperative game with n players each having at most n-1 decisions to choose from. The equilibrium leads to a strategy for all the players to choose their co-worker in the next period in order to maximize the correlated payoff of the game. The payoffs of the game represent the quality of the produced knowledge based on the citations of the patents. The best suggestion for the next collaborative relationship is provided for each actor from a game theoretic point of view in order to maximize the quality of the produced knowledge. One of the major contributions of this work is the novel approach which combines game theory and social network analysis for the case of large networks. This approach can serve as a powerful tool in the analysis of the strategic interactions of the network actors within the innovation systems and other large scale networks.Keywords: cooperative strategy, game theory, industry-university collaboration, knowledge production, social network analysis
Procedia PDF Downloads 2594489 Language in International Students’ Cross-Cultural Adaptation: Case Study of Ukrainian Students in Taiwan and Lithuania
Authors: Min-Hsun Liao
Abstract:
Since the outbreak of war between Russia and Ukraine in February 2022, universities around the world have extended their helping hands to welcome Ukrainian students whose academic careers have been unexpectedly interrupted. Tunghai University (THU) in Taiwan and Mykolas Romeris University (MRU) in Lithuania are among the many other universities offering short- and long-term scholarships to host Ukrainian students in the midst of the war crisis. This mixed-methods study examines the cross-cultural adjustment processes of Ukrainian students in Taiwan. The research team at MRU will also conduct a parallel study with their Ukrainian students. Both institutions are committed to gaining insights into the adjustment processes of these students through cross-institutional collaboration. Studies show that while international students come from different cultural backgrounds, the difficulties they face while studying abroad are comparable and vary in intensity. These difficulties range from learning the language of the host country, adopting cultural customs, and adapting culinary preferences to the sociocultural shock of being separated from family and friends. These problems have been the subject of numerous studies. Study findings indicate that these challenges, if not properly addressed, can lead to significant stress, despair, and failure in academics or other endeavors for international students, not to mention those who have had to leave home involuntarily and settle into a completely new environment. Among these challenges, the language of the host country is foremost. The issue of international students' adjustment, particularly language acquisition, is critical to the psychological, academic, and sociocultural well-being of individuals. Both quantitative and qualitative data will be collected: 1) the International Student Cross-cultural Adaptation Survey (ISCAS) will be distributed to all Ukrainian students in both institutions; 2) one-on-one interviews will be conducted to gain a deeper understanding of their adaptations; and 3) t-tests or ANOVA will be calculated to determine significant differences between the languages used and the adaptation patterns of Ukrainian students. The significance of this study is consistent with three SDGs, namely quality education, peace/justice, and strong institutions and partnerships for the goals. The THU and MRU research teams believe that through partnership, both institutions can benefit exponentially from sharing the data, avoiding fixed interpretation, and sharing contextual insights, which will help improve the overall quality of education for international students and promote peace/justice through strong institutions. The impact of host country language proficiency on academic and sociocultural adjustments remains inconclusive. Therefore, the outcome of the study will shed new light on the relationship between language and various adjustments. In addition, the feedback from Ukrainian students will help other host countries better serve international students who must flee their home countries for an undisturbed education.Keywords: international students, ukrainian students, cross-cultural adaptation, host country language, acculturation theory
Procedia PDF Downloads 784488 The Effect of Perceived Organizational Support and Leader Member Exchange on Turnover Intention: A Field Study in the Healthcare Industry
Authors: Mehtap Öztürk, Adem Öğüt, Emine Öğüt
Abstract:
Leader member exchange is considered as relationship-based approach to leadership. The focal point of this theory is that effective leadership processes occur when leaders and followers are able to develop mature leadership relationships and thus gain access to a variety of benefits these relationships bring. In this context, it can be claimed that the quality of leader member exchange appears to have a strong affect on perceived organizational support and reduce turnover intention. The purpose of this study is to determine the relationship between the levels of leader member exchange, perceived organizational support and turnover intention on the employees of a health institution operating in the province of Konya. A field study based on survey method on 134 physicians who are employees of a health institution operating in the mentioned sample. In accordance with this purpose, it has been observed that there is a negative and statistically significant relationship between leader member exchange and turnover intention. Furthermore, it has been also realized that there is a negative and statistically significant relationship between perceived organizational support and turnover intention.Keywords: leader member exchange, perceived organizational support, social exchange theory, turnover intention
Procedia PDF Downloads 3604487 Pre-Service Teachers’ Reasoning and Sense Making of Variables
Authors: Olteanu Constanta, Olteanu Lucian
Abstract:
Researchers note that algebraic reasoning and sense making is essential for building conceptual knowledge in school mathematics. Consequently, pre-service teachers’ own reasoning and sense making are useful in fostering and developing students’ algebraic reasoning and sense making. This article explores the forms of reasoning and sense making that pre-service mathematics teachers exhibit and use in the process of analysing problem-posing tasks with a focus on first-degree equations. Our research question concerns the characteristics of the problem-posing tasks used for reasoning and sense making of first-degree equations as well as the characteristics of pre-service teachers’ reasoning and sense making in problem-posing tasks. The analyses are grounded in a post-structuralist philosophical perspective and variation theory. Sixty-six pre-service primary teachers participated in the study. The results show that the characteristics of reasoning in problem-posing tasks and of pre-service teachers are selecting, exploring, reconfiguring, encoding, abstracting and connecting. The characteristics of sense making in problem-posing tasks and of pre-service teachers are recognition, relationships, profiling, comparing, laddering and verifying. Beside this, the connection between reasoning and sense making is rich in line of flight in problem-posing tasks, while the connection is rich in line of rupture for pre-service teachers.Keywords: first-degree equations, problem posing, reasoning, rhizomatic assemblage, sense-making, variation theory
Procedia PDF Downloads 1164486 Data Acquisition System for Automotive Testing According to the European Directive 2004/104/EC
Authors: Herminio Martínez-García, Juan Gámiz, Yolanda Bolea, Antoni Grau
Abstract:
This article presents an interactive system for data acquisition in vehicle testing according to the test process defined in automotive directive 2004/104/EC. The project has been designed and developed by authors for the Spanish company Applus-LGAI. The developed project will result in a new process, which will involve the creation of braking cycle test defined in the aforementioned automotive directive. It will also allow the analysis of new vehicle features that was not feasible, allowing an increasing interaction with the vehicle. Potential users of this system in the short term will be vehicle manufacturers and in a medium term the system can be extended to testing other automotive components and EMC tests.Keywords: automotive process, data acquisition system, electromagnetic compatibility (EMC) testing, European Directive 2004/104/EC
Procedia PDF Downloads 3424485 The Effect of Environmental CSR on Corporate Social Performance: The Mediating Role of Green Innovation and Corporate Image
Authors: Edward Fosu
Abstract:
Green innovation has emerged as a significant environmental concern across the world. Green innovation refers to the utilization of technological developments that facilitate energy savings and waste material recycling. The stakeholder theory and resourced-based theory were used to examine how stakeholders' expectations affect corporate green innovation activities and how corporate innovation initiatives affect the corporate image and social performance. This study used structural equation modelling (SEM) and hierarchical regression to test the effects of environmental corporate social responsibility on social performance through mediators: green innovation and corporate image. A quantitative design was employed using data from Chinese companies in Ghana for this study. The study assessed. The results revealed that environmental practices promote corporate social performance (β = 0.070, t = 1.974, p = 0.049), positively affect green product innovation (β = 0.251, t = 7.478, p < 0.001), and has direct effect on green process innovation (β = 0.174, t = 6.192, p < 0.001). Green product innovation and green process innovation significantly promote corporate image respectively (β = 0.089, t = 2.581, p = 0.010), (β = 0.089, t = 2.367, p = 0.018). Corporate image has significant direct effects on corporate social performance (β = 0.146, t = 4.256, p < 0.001). Corporate environmental practices have an impact on the development of green products and processes which promote companies’ social performance. Additionally, evidence supports that corporate image influences companies’ social performance.Keywords: environmental CSR, corporate image, green innovation, coprorate social performance
Procedia PDF Downloads 1274484 Design of Personal Job Recommendation Framework on Smartphone Platform
Authors: Chayaporn Kaensar
Abstract:
Recently, Job Recommender Systems have gained much attention in industries since they solve the problem of information overload on the recruiting website. Therefore, we proposed Extended Personalized Job System that has the capability of providing the appropriate jobs for job seeker and recommending some suitable information for them using Data Mining Techniques and Dynamic User Profile. On the other hands, company can also interact to the system for publishing and updating job information. This system have emerged and supported various platforms such as web application and android mobile application. In this paper, User profiles, Implicit User Action, User Feedback, and Clustering Techniques in WEKA libraries have gained attention and implemented for this application. In additions, open source tools like Yii Web Application Framework, Bootstrap Front End Framework and Android Mobile Technology were also applied.Keywords: recommendation, user profile, data mining, web and mobile technology
Procedia PDF Downloads 3144483 The Influencing Factors of Export Performance Amongst Halal Small and Medium-Sized Enterprises (SMEs) in Malaysia
Authors: Shanorfizah Mohd Safar, Shaizatulaqma Kamalul Ariffin
Abstract:
Internationalization of halal small and medium-sized enterprises (SMEs) is necessary for SMEs to become more involved in regional trade and business cooperation. By internationalization, SMEs' profit can increase, and market expansion of SMEs is basic for rising economies of countries to contend all around in the halal industry globally. There are several modes of internationalization; exporting is one of the first steps for internationalization with less capital needed. The study examines the influential factors of export performance amongst halal SMEs in Malaysia. Specifically, this study examines the positive and significant relationships amongst human capital, managerial capability, Halal Assurance Management System (HAMS), digital transformation, government support, and networking capability on halal SMEs' export performance toward SMEs' competitive advantage. In addition, this study will examine innovation capabilities as a moderator in the relationship between independence variables and competitive advantage. Competitive advantage is the most compelling perspective that drives the export performance of halal SMEs in Malaysia. A quantitative method will be used: an online questionnaire survey distributed through emails and face-to-face toward selected halal-certificated SMEs registered in JAKIM, MATRADE website and SME Corp Malaysia website. Nevertheless, whether the halal SMEs practice global business, they will still be the potential respondents. The data were examined and obtained using the statistical software Smart PLS. The analysis used is reliability, correlation, and regression analysis to meet the research objectives. This study contributes significantly to the theory by integrating Resource Based View (RBV) theory, Technology–Organization–Environment (TOE) framework and Networking theory. In addition, this research extends the RBV by extending a variable, the Halal Assurance Management System. This study also examines a moderating role of innovation capabilities in the framework and competitive advantage as a mediator. This research aims to analyze the factors that will impact the internationalization of halal SMEs.Keywords: internationalization, halal SMEs, competitive advantage, export performance
Procedia PDF Downloads 764482 Synchronous Reference Frame and Instantaneous P-Q Theory Based Control of Unified Power Quality Conditioner for Power Quality Improvement of Distribution System
Authors: Ambachew Simreteab Gebremedhn
Abstract:
Context: The paper explores the use of synchronous reference frame theory (SRFT) and instantaneous reactive power theory (IRPT) based control of Unified Power Quality Conditioner (UPQC) for improving power quality in distribution systems. Research Aim: To investigate the performance of different control configurations of UPQC using SRFT and IRPT for mitigating power quality issues in distribution systems. Methodology: The study compares three control techniques (SRFT-IRPT, SRFT-SRFT, IRPT-IRPT) implemented in series and shunt active filters of UPQC. Data is collected under various control algorithms to analyze UPQC performance. Findings: Results indicate the effectiveness of SRFT and IRPT based control techniques in addressing power quality problems such as voltage sags, swells, unbalance, harmonics, and current harmonics in distribution systems. Theoretical Importance: The study provides insights into the application of SRFT and IRPT in improving power quality, specifically in mitigating unbalanced voltage sags, where conventional methods fall short. Data Collection: Data is collected under various control algorithms using simulation in MATLAB Simulink and real-time operation executed with experimental results obtained using RT-LAB. Analysis Procedures: Performance analysis of UPQC under different control algorithms is conducted to evaluate the effectiveness of SRFT and IRPT based control techniques in mitigating power quality issues. Questions Addressed: How do SRFT and IRPT based control techniques compare in improving power quality in distribution systems? What is the impact of using different control configurations on the performance of UPQC? Conclusion: The study demonstrates the efficacy of SRFT and IRPT based control of UPQC in mitigating power quality issues in distribution systems, highlighting their potential for enhancing voltage and current quality.Keywords: power quality, UPQC, shunt active filter, series active filter, non-linear load, RT-LAB, MATLAB
Procedia PDF Downloads 144481 Effect of Dust on Performances of Single Crystal Photovoltaic Solar Module
Authors: A. Benatiallah, D. Benatiallah, A. Harrouz, F. Abaidi, S. Mansouri
Abstract:
Photovoltaic system is established as a reliable and economical source of electricity in rural and Sahara areas, especially in developing countries where the population is dispersed, has low consumption of energy and the grid power is not extended to these areas due to viability and financial problems. The production of energy by the photovoltaic system fluctuates and depend on meteorological conditions. Wind is a very important and often neglected parameter in the behavior of the solar module. The electric performances of a solar module to the silicon are very appreciable to the blows; in the present work, we have studied the behavior of multi-crystal solar module according to the density of dust, and the principals electric feature of the solar module. An evaluation permits to affirm that a solar module under the effect of sand will collect a lower flux to the normal conditions.Keywords: solar modulen pv, dust effect, experimental, performances
Procedia PDF Downloads 4994480 Towards a Critical Disentanglement of the ‘Religion’ Nexus in the Global East
Authors: Daan F. Oostveen
Abstract:
‘Religion’ as a term is not native to the Global East. The concept ‘religion’ is both understood in its meaning of ‘religious traditions’, commonly referring to the ‘World Religions’ and in its adjective meaning ‘the religious’ or ‘religiosity’ as a separate domain of human culture, commonly contrasted to the secular. Though neither of these understandings are native to the historical worldviews of East Asia, their development in modern Western scholarship has had an enormous impact on the self-understanding of cultural diversity in the Global East as well. One example is the identification and therefore elevation to the status of World Religion of ‘Buddhism’ which connected formerly dispersed religious practices throughout the Global East and subsumed them under this powerful label. On the other hand, we see how popular religiosity, shamanism and hybrid cultural expressions have become excluded from genuine religion; this had an immense impact on the sense of legitimacy of these practices, which became sometimes labeled as superstition are rejected as magic. Our theoretical frameworks on religion in the Global East do not always consider the complex power dynamics between religious actors, both elites and lay expressions of religion in everyday life, governments and religious studies scholars. In order to get a clear image of how religiosity functions in the context of the Global East, we have to take into account these power dynamics. What is important in particular is the issue of religious identity or absence of religious identity. The self-understanding of religious actors in the Global East is often very different from what scholars of religion observe. Religious practice, from an etic perspective, is often unrelated to religious identification from an emic perspective. But we also witness the rise of Christian churches in the Global East, in which religious identity and belonging does play a pivotal role. Finally, religion in the Global East has since the beginning of the 20th Century been conceptualized as the ‘other’ or republicanism or Marxist-Maoist ideology. It is important not to deny the key role of colonial thinking in the process of religion formation in the Global East. In this paper, it is argued that religious realities constituted emerging as a result from our theory of religion, and that these religious realities in turn inform our theory. Therefore, the relationship between phenomenology of religion and theory of religion can never be disentangled. In fact, we have to acknowledge that our conceptualizations of religious diversity are always already influenced by our valuation of those cultural expressions that we have come to call ‘religious’.Keywords: global east, religion, religious belonging, secularity
Procedia PDF Downloads 1384479 Reverence Posture at Darius’ Relief in Persepolis
Authors: Behzad Moeini Sam, Sara Mohammadi Avendi
Abstract:
The beliefs of the ancient peoples about gods and kings and how to perform rituals played an active part in the ancient civilizations. One of them in the ancient Near Eastern civilizations, which were accomplished, was paying homage to the gods and kings. The reverence posture during the Achaemenid period consisted of raising one right hand with the palm and the extended fingers facing the mouth. It is worth paying attention to the fact that the ancient empires such as Akkadian, Assyrian, Babylonian, and Persian should be regarded as successive versions of the same multinational power structure, each resulting from an internal power struggle within this structure. This article tries to show the reverence gesture with those of the ancient Near East. The working method is to study Darius one in Persepolis and pay homage to him and his similarities to those of the ancient Near East. Thus, it is logical to assume that the Reverence gesture follows the Sumerian and Akkadian ones.Keywords: Darius, Persepolis, Achaemenid, Proskynesis
Procedia PDF Downloads 524478 Retraction Free Motion Approach and Its Application in Automated Robotic Edge Finishing and Inspection Processes
Authors: M. Nemer, E. I. Konukseven
Abstract:
In this paper, a motion generation algorithm for a six Degrees of Freedom (DoF) robotic hand in a static environment is presented. The purpose of developing this method is to be used in the path generation of the end-effector for edge finishing and inspection processes by utilizing the CAD model of the considered workpiece. Nonetheless, the proposed algorithm may be extended to be applicable for other similar manufacturing processes. A software package programmed in the application programming interface (API) of SolidWorks generates tool path data for the robot. The proposed method significantly simplifies the given problem, resulting in a reduction in the CPU time needed to generate the path, and offers an efficient overall solution. The ABB IRB2000 robot is chosen for executing the generated tool path.Keywords: CAD-based tools, edge deburring, edge scanning, offline programming, path generation
Procedia PDF Downloads 2854477 Fundamental Theory of the Evolution Force: Gene Engineering utilizing Synthetic Evolution Artificial Intelligence
Authors: L. K. Davis
Abstract:
The effects of the evolution force are observable in nature at all structural levels ranging from small molecular systems to conversely enormous biospheric systems. However, the evolution force and work associated with formation of biological structures has yet to be described mathematically or theoretically. In addressing the conundrum, we consider evolution from a unique perspective and in doing so we introduce the “Fundamental Theory of the Evolution Force: FTEF”. We utilized synthetic evolution artificial intelligence (SYN-AI) to identify genomic building blocks and to engineer 14-3-3 ζ docking proteins by transforming gene sequences into time-based DNA codes derived from protein hierarchical structural levels. The aforementioned served as templates for random DNA hybridizations and genetic assembly. The application of hierarchical DNA codes allowed us to fast forward evolution, while dampening the effect of point mutations. Natural selection was performed at each hierarchical structural level and mutations screened using Blosum 80 mutation frequency-based algorithms. Notably, SYN-AI engineered a set of three architecturally conserved docking proteins that retained motion and vibrational dynamics of native Bos taurus 14-3-3 ζ.Keywords: 14-3-3 docking genes, synthetic protein design, time-based DNA codes, writing DNA code from scratch
Procedia PDF Downloads 117