Search results for: Denison culture model
16271 Closed-Form Solutions for Nanobeams Based on the Nonlocal Euler-Bernoulli Theory
Authors: Francesco Marotti de Sciarra, Raffaele Barretta
Abstract:
Starting from nonlocal continuum mechanics, a thermodynamically new nonlocal model of Euler-Bernoulli nanobeams is provided. The nonlocal variational formulation is consistently provided and the governing differential equation for transverse displacement are presented. Higher-order boundary conditions are then consistently derived. An example is contributed in order to show the effectiveness of the proposed model.Keywords: Bernoulli-Euler beams, nanobeams, nonlocal elasticity, closed-form solutions
Procedia PDF Downloads 37516270 A Development of Creative Instruction Model through Digital Media
Authors: Kathaleeya Chanda, Panupong Chanplin, Suppara Charoenpoom
Abstract:
This purposes of the development of creative instruction model through digital media are to: 1) enable learners to learn from instruction media application; 2) help learners implementing instruction media correctly and appropriately; and 3) facilitate learners to apply technology for searching information and practicing skills to implement technology creatively. The sample group consists of 130 cases of secondary students studying in Bo Kluea School, Bo Kluea Nuea Sub-district, Bo Kluea District, Nan Province. The probability sampling was selected through the simple random sampling and the statistics used in this research are percentage, mean, standard deviation and one group pretest – posttest design. The findings are summarized as follows: The congruence index of instruction media for occupation and technology subjects is appropriate. By comparing between learning achievements before implementing the instruction media and learning achievements after implementing the instruction media, it is found that the posttest achievements are higher than the pretest achievements with statistical significance at the level of .05. For the learning achievements from instruction media implementation, pretest mean is 16.24 while posttest mean is 26.28. Besides, pretest and posttest results are compared and differences of mean are tested, the test results show that the posttest achievements are higher than the pretest achievements with statistical significance at the level of .05. This can be interpreted that the learners achieve better learning progress.Keywords: teaching learning model, digital media, creative instruction model, Bo Kluea school
Procedia PDF Downloads 14516269 Santo Niño in Canada: Religion, Migration, and the Filipino Underside
Authors: Alison Marshall
Abstract:
“Santo Niño in Canada – Religion, Migration, and the Filipino Underside” seeks to explore the intersection of religion, migration and the Filipino underside through research participant narratives, archival research, and fieldwork on the cult of Santo Niño in Canada. Santo Niño is the single most revered saint in Filipino religiosity. According to popular lore, the original statue of Santo Niño was brought to the Philippines by Portuguese explorer Ferdinand Magellan in 1521, who claimed the islands on behalf of Spain. While Santo Niño is meant to be a manifestation of Jesus as a child, in Filipino thought and culture he very much resembles pre-Hispanic spirits, as well as patron saints introduced by the Spanish. Santo Niño shrines appear in churches, restaurants, businesses, and homes throughout the diaspora suggesting that he was much more than a Catholic image. He represents a deity who often shares a business or home shrine with non-Christian statues such as lucky cats, the Buddha, Guanyin, and Guangong, and sometimes the Chinese God of the Earth. He represents how Christian culture has been refashioned through indigenous, Chinese, Malay, and Indonesian influences. He embodies the religious superstructure that defines Christian piety and habits. On the one hand, he stands for Jesus, a pious son of God, and yet, on the other hand, he can be a simple vindictive child who punishes those who ignore him. Santo Niño is a complex character linked to the past before Christianity. As Filipinos engage with Santo Niño in Canada, they connect to him as Jesus, the son of God. They are also connecting to a childlike figure who sometimes uses his spiritual power to punish. A hybrid figure who comes came into being at the beginning of the Spanish colonial moment, he is maintained throughout the American one and continues to be a powerful reminder of Filipino identity and resilience when people leave the Philippines for migrant work. As this paper argues, Santo Niño beliefs, practices, and stories unite people in the diaspora regardless of language, gender, or nation. Santo Niño enables one to think about and understand what it means to be Filipino and living migrant lives in the diaspora today. In this way, the cult of Santo Niño expresses both Catholic orthodoxy and the heterodox Filipino underside that includes the use of magical amulets, healing, visions, and spirit mediumship.Keywords: ethnography, migration, Philippines, religion
Procedia PDF Downloads 23316268 Study and Simulation of a Dynamic System Using Digital Twin
Authors: J.P. Henriques, E. R. Neto, G. Almeida, G. Ribeiro, J.V. Coutinho, A.B. Lugli
Abstract:
Industry 4.0, or the Fourth Industrial Revolution, is transforming the relationship between people and machines. In this scenario, some technologies such as Cloud Computing, Internet of Things, Augmented Reality, Artificial Intelligence, Additive Manufacturing, among others, are making industries and devices increasingly intelligent. One of the most powerful technologies of this new revolution is the Digital Twin, which allows the virtualization of a real system or process. In this context, the present paper addresses the linear and nonlinear dynamic study of a didactic level plant using Digital Twin. In the first part of the work, the level plant is identified at a fixed point of operation, BY using the existing method of least squares means. The linearized model is embedded in a Digital Twin using Automation Studio® from Famous Technologies. Finally, in order to validate the usage of the Digital Twin in the linearized study of the plant, the dynamic response of the real system is compared to the Digital Twin. Furthermore, in order to develop the nonlinear model on a Digital Twin, the didactic level plant is identified by using the method proposed by Hammerstein. Different steps are applied to the plant, and from the Hammerstein algorithm, the nonlinear model is obtained for all operating ranges of the plant. As for the linear approach, the nonlinear model is embedded in the Digital Twin, and the dynamic response is compared to the real system in different points of operation. Finally, yet importantly, from the practical results obtained, one can conclude that the usage of Digital Twin to study the dynamic systems is extremely useful in the industrial environment, taking into account that it is possible to develop and tune controllers BY using the virtual model of the real systems.Keywords: industry 4.0, digital twin, system identification, linear and nonlinear models
Procedia PDF Downloads 15316267 Evaluation of Modern Natural Language Processing Techniques via Measuring a Company's Public Perception
Authors: Burak Oksuzoglu, Savas Yildirim, Ferhat Kutlu
Abstract:
Opinion mining (OM) is one of the natural language processing (NLP) problems to determine the polarity of opinions, mostly represented on a positive-neutral-negative axis. The data for OM is usually collected from various social media platforms. In an era where social media has considerable control over companies’ futures, it’s worth understanding social media and taking actions accordingly. OM comes to the fore here as the scale of the discussion about companies increases, and it becomes unfeasible to gauge opinion on individual levels. Thus, the companies opt to automize this process by applying machine learning (ML) approaches to their data. For the last two decades, OM or sentiment analysis (SA) has been mainly performed by applying ML classification algorithms such as support vector machines (SVM) and Naïve Bayes to a bag of n-gram representations of textual data. With the advent of deep learning and its apparent success in NLP, traditional methods have become obsolete. Transfer learning paradigm that has been commonly used in computer vision (CV) problems started to shape NLP approaches and language models (LM) lately. This gave a sudden rise to the usage of the pretrained language model (PTM), which contains language representations that are obtained by training it on the large datasets using self-supervised learning objectives. The PTMs are further fine-tuned by a specialized downstream task dataset to produce efficient models for various NLP tasks such as OM, NER (Named-Entity Recognition), Question Answering (QA), and so forth. In this study, the traditional and modern NLP approaches have been evaluated for OM by using a sizable corpus belonging to a large private company containing about 76,000 comments in Turkish: SVM with a bag of n-grams, and two chosen pre-trained models, multilingual universal sentence encoder (MUSE) and bidirectional encoder representations from transformers (BERT). The MUSE model is a multilingual model that supports 16 languages, including Turkish, and it is based on convolutional neural networks. The BERT is a monolingual model in our case and transformers-based neural networks. It uses a masked language model and next sentence prediction tasks that allow the bidirectional training of the transformers. During the training phase of the architecture, pre-processing operations such as morphological parsing, stemming, and spelling correction was not used since the experiments showed that their contribution to the model performance was found insignificant even though Turkish is a highly agglutinative and inflective language. The results show that usage of deep learning methods with pre-trained models and fine-tuning achieve about 11% improvement over SVM for OM. The BERT model achieved around 94% prediction accuracy while the MUSE model achieved around 88% and SVM did around 83%. The MUSE multilingual model shows better results than SVM, but it still performs worse than the monolingual BERT model.Keywords: BERT, MUSE, opinion mining, pretrained language model, SVM, Turkish
Procedia PDF Downloads 15116266 Novel Pyrimidine Based Semicarbazones: Confirmation of Four Binding Site Pharmacophoric Model Hypothesis for Antiepileptic Activity
Authors: Harish Rajak, Swati Singh
Abstract:
A series of novel pyrimidine based semicarbazone were designed and synthesized on the basis of semicarbazone based pharmacophoric model to satisfy the structural prerequisite crucial for antiepileptic activity. The semicarbazones based pharmacophoric model consists of following four essential binding sites: (i) An aryl hydrophobic binding site with halo substituent; (ii) A hydrogen bonding domain; (iii) An electron donor group and (iv) Another hydrophobic-hydrophilic site controlling the pharmacokinetic features of the anticonvulsant. The aryl semicarbazones has been recognized as a structurally novel class of compounds with remarkable anticonvulsant activity. In the present study, all the test semicarbazones were subjected to molecular docking using Glide v5.8. Some of the compounds were found to interact with ARG192, GLU270 and THR353 residues of 1OHV protein, present in GABA-AT receptor. The chemical structures of the synthesized molecules were characterized by elemental and spectral (IR, 1H NMR, 13C NMR and MS) analysis. The anticonvulsant activities of the compounds were investigated using maximal electroshock seizure (MES) and subcutaneous pentylenetrtrazole (scPTZ) models. The neurotoxicity was evaluated in mice by the rotorod test. The attempts were also made to establish structure-activity relationships among synthesized compounds. The results of the present study confirmed that the pharmacophore model with four binding sites is essential for antiepileptic activity.Keywords: pyrimidine, semicarbazones, anticonvulsant activity, neurotoxicity
Procedia PDF Downloads 25616265 The Effectiveness of Computerized Dynamic Listening Assessment Informed by Attribute-Based Mediation Model
Authors: Yaru Meng
Abstract:
The study contributes to the small but growing literature around computerized approaches to dynamic assessment (C-DA), wherein individual items are accompanied by mediating prompts. Mediation in the current computerized dynamic listening assessment (CDLA) was informed by an attribute-based mediation model (AMM) that identified the underlying L2 listening cognitive abilities and associated descriptors. The AMM served to focus mediation during C-DA on particular cognitive abilities with a goal of specifying areas of learner difficulty. 86 low-intermediate L2 English learners from a university in China completed three listening assessments, with an experimental group receiving the CLDA system and a control group a non-dynamic assessment. As an assessment, the use of the AMM in C-DA generated detailed diagnoses for each learner. In addition, both within- and between-group repeated ANOVA found greater gains at the level of specific attributes among C-DA learners over the course of a 5-week study. Directions for future research are discussed.Keywords: computerized dynamic assessment, effectiveness, English as foreign language listening, attribute-based mediation model
Procedia PDF Downloads 22916264 Multi-Objective Evolutionary Computation Based Feature Selection Applied to Behaviour Assessment of Children
Authors: F. Jiménez, R. Jódar, M. Martín, G. Sánchez, G. Sciavicco
Abstract:
Abstract—Attribute or feature selection is one of the basic strategies to improve the performances of data classification tasks, and, at the same time, to reduce the complexity of classifiers, and it is a particularly fundamental one when the number of attributes is relatively high. Its application to unsupervised classification is restricted to a limited number of experiments in the literature. Evolutionary computation has already proven itself to be a very effective choice to consistently reduce the number of attributes towards a better classification rate and a simpler semantic interpretation of the inferred classifiers. We present a feature selection wrapper model composed by a multi-objective evolutionary algorithm, the clustering method Expectation-Maximization (EM), and the classifier C4.5 for the unsupervised classification of data extracted from a psychological test named BASC-II (Behavior Assessment System for Children - II ed.) with two objectives: Maximizing the likelihood of the clustering model and maximizing the accuracy of the obtained classifier. We present a methodology to integrate feature selection for unsupervised classification, model evaluation, decision making (to choose the most satisfactory model according to a a posteriori process in a multi-objective context), and testing. We compare the performance of the classifier obtained by the multi-objective evolutionary algorithms ENORA and NSGA-II, and the best solution is then validated by the psychologists that collected the data.Keywords: evolutionary computation, feature selection, classification, clustering
Procedia PDF Downloads 37516263 Effectiveness Factor for Non-Catalytic Gas-Solid Pyrolysis Reaction for Biomass Pellet Under Power Law Kinetics
Authors: Haseen Siddiqui, Sanjay M. Mahajani
Abstract:
Various important reactions in chemical and metallurgical industries fall in the category of gas-solid reactions. These reactions can be categorized as catalytic and non-catalytic gas-solid reactions. In gas-solid reaction systems, heat and mass transfer limitations put an appreciable influence on the rate of the reaction. The consequences can be unavoidable for overlooking such effects while collecting the reaction rate data for the design of the reactor. Pyrolysis reaction comes in this category that involves the production of gases due to the interaction of heat and solid substance. Pyrolysis is also an important step in the gasification process and therefore, the gasification reactivity majorly influenced by the pyrolysis process that produces the char, as a feed for the gasification process. Therefore, in the present study, a non-isothermal transient 1-D model is developed for a single biomass pellet to investigate the effect of heat and mass transfer limitations on the rate of pyrolysis reaction. The obtained set of partial differential equations are firstly discretized using the concept of ‘method of lines’ to obtain a set of ordinary differential equation with respect to time. These equations are solved, then, using MATLAB ode solver ode15s. The model is capable of incorporating structural changes, porosity variation, variation in various thermal properties and various pellet shapes. The model is used to analyze the effectiveness factor for different values of Lewis number and heat of reaction (G factor). Lewis number includes the effect of thermal conductivity of the solid pellet. Higher the Lewis number, the higher will be the thermal conductivity of the solid. The effectiveness factor was found to be decreasing with decreasing Lewis number due to the fact that smaller Lewis numbers retard the rate of heat transfer inside the pellet owing to a lower rate of pyrolysis reaction. G factor includes the effect of the heat of reaction. Since the pyrolysis reaction is endothermic in nature, the G factor takes negative values. The more the negative value higher will be endothermic nature of the pyrolysis reaction. The effectiveness factor was found to be decreasing with more negative values of the G factor. This behavior can be attributed to the fact that more negative value of G factor would result in more energy consumption by the reaction owing to a larger temperature gradient inside the pellet. Further, the analytical expressions are also derived for gas and solid concentrations and effectiveness factor for two limiting cases of the general model developed. The two limiting cases of the model are categorized as the homogeneous model and unreacted shrinking core model.Keywords: effectiveness factor, G-factor, homogeneous model, lewis number, non-catalytic, shrinking core model
Procedia PDF Downloads 14416262 QSAR, Docking and E-pharmacophore Approach on Novel Series of HDAC Inhibitors with Thiophene Linker as Anticancer Agents
Authors: Harish Rajak, Preeti Patel
Abstract:
HDAC inhibitors can reactivate gene expression and inhibit the growth and survival of cancer cells. The 3D-QSAR and Pharmacophore modeling studies were performed to identify important pharmacophoric features and correlate 3D-chemical structure with biological activity. The pharmacophore hypotheses were developed using e-pharmacophore script and phase module. Pharmacophore hypothesis represents the 3D arrangement of molecular features necessary for activity. A series of 55 compounds with well-assigned HDAC inhibitory activity was used for 3D-QSAR model development. Best 3D-QSAR model, which is a five PLS factor model with good statistics and predictive ability, acquired Q2 (0.7293), R2 (0.9811) and standard deviation (0.0952). Molecular docking were performed using Histone Deacetylase protein (PDB ID: 1t69) and prepared series of hydroxamic acid based HDAC inhibitors. Docking study of compound 43 show significant binding interactions Ser 276 and oxygen atom of dioxine cap region, Gly 151 and amino group and Asp 267 with carboxyl group of CONHOH, which are essential for anticancer activity. On docking, most of the compounds exhibited better glide score values between -8 to -10.5. We have established structure activity correlation using docking, energetic based pharmacophore modelling, pharmacophore and atom based 3D QSAR model. The results of these studies were further used for the design and testing of new HDAC analogs.Keywords: Docking, e-pharmacophore, HDACIs, QSAR, Suberoylanilidehydroxamic acid.
Procedia PDF Downloads 30616261 Transforming Educational Leadership With Innovative Administrative Strategies
Authors: Kofi Nkonkonya Mpuangnan, Samantha Govender, Hlengiwe Romualda Mhlongo
Abstract:
Educational leaders are skilled architects crafting a vibrant environment where growth, creativity, and adaptability can flourish within schools. Their journey is one of transformation, urging them to explore administrative strategies that align seamlessly with evolving educational models and cater to the specific needs of students, educators, and stakeholders. Through this committed effort to innovate, they seek to enhance the effectiveness and influence of educational systems, paving the way for a more inclusive and forward-thinking educational environment. In this context, the authors explored the concept of transforming educational leadership with administrative strategies in alignment with the following research objectives. To find the strategies that can be adopted by transformation leaders to promote effective administrative practices in an educational setting and to explore the roles of educational leaders in promoting collaboration in education. To find answers to these questions, a systematic literature review underpinned by the transformational leadership model was adopted. Therefore, concepts integrated from a variety of outlets, including academic journals, conference proceedings, and reports found within SCOPUS, WoS, and IBSS databases. A search was aided using specific themes like innovative administrative practices, the roles of educational leaders, and interdisciplinary approaches to administrative practices. The process of conducting the search adhered to the five-step framework, which was subjected to inclusion and exclusion of studies. It was found that transformational leadership, agile methodologies, employee wellbeing, seminars and workshops could foster a culture of innovation and creativity among teachers and staff to transform administrative practices in education settings. It was recommended that professional development programs be organized periodically for educational leaders in educational institutions to help them revitalize their knowledge and skills in educational administration.Keywords: educational leadership, innovative strategies, administrative practices, professional development, stakeholder engaement, student outcome
Procedia PDF Downloads 9916260 Delusive versus Genuine Needs: Examining Human Needs within the Islamic Framework of Orbit of Needs
Authors: Abdolmoghset Banikamal
Abstract:
This study looks at the issue of human needs from Islamic perspectives. The key objective of the study is to contribute in regulating the persuasion of needs. It argues that all needs are not necessarily genuine, rather a significant part of them are delusive. To distinguish genuine needs from delusive ones, the study suggests looking at the purpose of the persuasion of that particular need as a key criterion. In doing so, the paper comes with a model namely Orbit of Needs. The orbit has four circles. The central one is a necessity, followed by comfort, beautification, and exhibition. According to the model, all those needs that fall into one of the first three circles in terms of purpose are genuine, while any need which falls into the fourth circle is delusive.Keywords: desire, human need, Islam, orbit of needs
Procedia PDF Downloads 28616259 Diesel Engine Performance Optimization to Reduce Fuel Consumption and Emissions Issues
Authors: hadi kargar, bahador shabani
Abstract:
In this article, 16 cylinder motor combustion CFD modeling with a diameter of 165 mm and 195 mm along the way to help the FIRE software to optimize its function to work. A three-dimensional model of the processes that formed inside the cylinder made that involves mixing the fuel and air, ignition and spraying. In this three-dimensional model, all chemical species, density of air fuel spraying and spray with full profile intended to detailed results from mixing the fuel and air, igniting the ignition advance, spray, and mixed media in different times and get fit by moving the piston. Optimal selection of the model for the shape of the piston and spraying fuel specifications (including the management of spraying, the number of azhneh hole, start time of spraying and spraying angle) to achieve the best fuel consumption and minimal pollution. The spray hole 6 and 7 in three different configurations with five spraying and gives the best geometry and various performances in the simulation. 6 hole spray angle, finally spraying 72.5 degrees and two forms of spraying a better performance in comparison with other items of their own.Keywords: spray, FIRE, CFD, optimize, diesel engine
Procedia PDF Downloads 42216258 Analysis of the Decoupling Relationship between Urban Green Development and the Level of Regional Integration Based on the Tapio Model
Authors: Ruoyu Mao
Abstract:
Exploring the relationship between urban green development and regional integration level is of great significance for realising regional high quality and sustainable development. Based on the Tapio decoupling model and the theoretical framework of urban green development and regional integration, this paper builds an analysis system, makes a quantitative analysis of urban green development and regional integration level in a certain period, and discusses the relationship between the two. It also takes China's Yangtze River Delta urban agglomeration as an example to study the degree of decoupling, the type of decoupling, and the trend of the evolution of the spatio-temporal pattern of decoupling between the level of urban green development and the level of regional integration in the period of 2014-2021, with the aim of providing a useful reference for the future development of the region.Keywords: regional integration, urban green development, Tapio decoupling model, Yangtze River Delta urban agglomeration
Procedia PDF Downloads 4916257 Fault Detection and Isolation of a Three-Tank System using Analytical Temporal Redundancy, Parity Space/Relation Based Residual Generation
Authors: A. T. Kuda, J. J. Dayya, A. Jimoh
Abstract:
This paper investigates the fault detection and Isolation technique of measurement data sets from a three tank system using analytical model-based temporal redundancy which is based on residual generation using parity equations/space approach. It further briefly outlines other approaches of model-based residual generation. The basic idea of parity space residual generation in temporal redundancy is dynamic relationship between sensor outputs and actuator inputs (input-output model). These residuals where then used to detect whether or not the system is faulty and indicate the location of the fault when it is faulty. The method obtains good results by detecting and isolating faults from the considered data sets measurements generated from the system.Keywords: fault detection, fault isolation, disturbing influences, system failure, parity equation/relation, structured parity equations
Procedia PDF Downloads 30516256 A Risk Assessment for the Small Hive Beetle Based on Meteorological Standard Measurements
Authors: J. Junk, M. Eickermann
Abstract:
The Small Hive Beetle, Aethina tumida (Coleoptera: Nitidulidae) is a parasite for honey bee colonies, Apis mellifera, and was recently introduced to the European continent, accidentally. Based on the literature, a model was developed by using regional meteorological variables (daily values of minimum, maximum and mean air temperature as well as mean soil temperature at 50 mm depth) to calculate the time-point of hive invasion by A. tumida in springtime, the development duration of pupae as well as the number of generations of A. tumida per year. Luxembourg was used as a test region for our model for 2005 to 2013. The model output indicates a successful surviving of the Small Hive Beetle in Luxembourg with two up to three generations per year. Additionally, based on our meteorological data sets a first migration of SHB to apiaries can be expected from mid of March up to April. Our approach can be transferred easily to other countries to estimate the risk potential for a successful introduction and spreading of A. tumida in Western Europe.Keywords: Aethina tumida, air temperature, larval development, soil temperature
Procedia PDF Downloads 11816255 Impact of Pulsing and Trickle Flow on Catalytic Wet Air Oxidation of Phenolic Compounds in Waste Water at High Pressure
Authors: Safa'a M. Rasheed, Saba A. Gheni, Wadood T. Mohamed
Abstract:
Phenolic compounds are the most carcinogenic pollutants in waste water in effluents of refineries and pulp industry. Catalytic wet air oxidation is an efficient industrial treatment process to oxidize phenolic compounds into unharmful organic compounds. Mode of flow of the fluid to be treated is a dominant factor in determining effectiveness of the catalytic process. The present study aims to obtain a mathematical model describing the conversion of phenolic compounds as a function of the process variables; mode of flow (trickling and pulsing), temperature, pressure, along with a high concentration of phenols and a platinum supported alumina catalyst. The model was validated with the results of experiments obtained in a fixed bed reactor. High pressure and temperature were employed at 8 bar and 140 °C. It has been found that conversion of phenols is highly influenced by mode of flow and the change is caused by changes occurred in hydrodynamic regime at the time of pulsing flow mode, thereby a temporal variation in wetting efficiency of platinum prevails; which in turn increases and/or decreases contact time with phenols in wastewater. The model obtained was validated with experimental results, and it is found that the model is a good agreement with the experimental results.Keywords: wastewater, phenol, pulsing flow, wet oxidation, high pressure
Procedia PDF Downloads 13916254 Analysis of Cyclic Elastic-Plastic Loading of Shaft Based on Kinematic Hardening Model
Authors: Isa Ahmadi, Ramin Khamedi
Abstract:
In this paper, the elasto-plastic and cyclic torsion of a shaft is studied using a finite element method. The Prager kinematic hardening theory of plasticity with the Ramberg and Osgood stress-strain equation is used to evaluate the cyclic loading behavior of the shaft under the torsional loading. The material of shaft is assumed to follow the non-linear strain hardening property based on the Prager model. The finite element method with C1 continuity is developed and used for solution of the governing equations of the problem. The successive substitution iterative method is used to calculate the distribution of stresses and plastic strains in the shaft due to cyclic loads. The shear stress, effective stress, residual stress and elastic and plastic shear strain distribution are presented in the numerical results.Keywords: cyclic loading, finite element analysis, Prager kinematic hardening model, torsion of shaft
Procedia PDF Downloads 41316253 Continuous Improvement Model for Creative Industries Development
Authors: Rolandas Strazdas, Jurate Cerneviciute
Abstract:
Creative industries are defined as those industries which produce tangible or intangible artistic and creative output and have a potential for income generation by exploitingcultural assets and producing knowledge-based goods and services (both traditional and contemporary). With the emergence of an entire sector of creative industriestriggered by the development of creative products managingcreativity-based business processes becomes a critical issue. Diverse managerial practices and models on effective management of creativity have beenexamined in scholarly literature. Even thoughthese studies suggest how creativity in organisations can be nourished, they do not sufficiently relate the proposed practices to the underlying business processes. The article analyses a range of business process improvement methods such as PDCA, DMAIC, DMADV and TOC. The strengths and weaknesses of these methods aimed to improvethe innovation development process are identified. Based on the analysis of the existing improvement methods, a continuous improvement model was developed and presented in the article.Keywords: continuous improvement, creative industries, improvement model, process mapping
Procedia PDF Downloads 47416252 Modelling and Analysis of Shear Banding in Flow of Complex Fluids
Authors: T. Chinyoka
Abstract:
We present the Johnson-Segalman constitutive model to capture certain fluid flow phenomena that has been experimentally observed in the flow of complex polymeric fluids. In particular, experimentally observed phenomena such as shear banding, spurt and slip are explored and/or explained in terms of the non-monotonic shear-stress versus shear-rate relationships. We also explore the effects of the inclusion of physical flow aspects such as wall porosity on shear banding. We similarly also explore the effects of the inclusion of mathematical modelling aspects such as stress diffusion into the stress constitutive models in order to predict shear-stress (or shear-rate) paths. We employ semi-implicit finite difference methods for all the computational solution procedures.Keywords: Johnson-Segalman model, diffusive Johnson-Segalman model, shear banding, finite difference methods, complex fluid flow
Procedia PDF Downloads 36916251 Suggestion of Reasonable Analysis Model for T-Girder Modular Bridge
Authors: Soonwon Kang, Jinwoong Choi, Sungnam Hong, Seung-Kyung Kye, Sun-Kyu Park
Abstract:
The modular bridge is to be constructed by assembling standardized precast segments. This bridge is classified as a slab type and T-girder type. The T-girder bridge has transverse joint. However, it did not perform the verification on the transverse joint, but the slab type was done on the analytic study on the joint. Therefore, it is necessary for precast modular T-girder bridge that has a transverse joint to propose an appropriated model. In this study, specimens and analysis models compared integrated type with segmented type. Results of the integrated and segmented specimens, each of the deflection was 98.40mm and 74.66mm when the maximum load was 269.71kN and 248.29kN, in case of the modeling the specimens, each of the deflection was 84.04mm, 69.39mm when the maximum load was 269.71kN, 248.29kN, therefore, the precast T-girder modular bridges form the analytic model proposed appropriate.Keywords: precast, T-girder modular bridge, finite element analysis, joint
Procedia PDF Downloads 42416250 Emergentist Metaphorical Creativity: Towards a Model of Analysing Metaphorical Creativity in Interactive Talk
Authors: Afef Badri
Abstract:
Metaphorical creativity does not constitute a static property of discourse. It is an interactive dynamic process created online. There has been a lack of research concerning online produced metaphorical creativity. This paper intends to account for metaphorical creativity in online talk-in-interaction as a dynamic process that emerges as discourse unfolds. It brings together insights from the emergentist approach to the study of metaphor in verbal interactions and insights from conceptual blending approach as a model for analysing online metaphorical constructions to propose a model for studying metaphorical creativity in interactive talk. The model is based on three focal points. First, metaphorical creativity is a dynamic emergent and open-to-change process that evolves in real time as interlocutors constantly blend and re-blend previous metaphorical contributions. Second, it is not a product of isolated individual minds but a joint achievement that is co-constructed and co-elaborated by interlocutors. The third and most important point is that the emergent process of metaphorical creativity is tightly shaped by contextual variables surrounding talk-in-interaction. It is grounded in the framework of interpretation of interlocutors. It is constrained by preceding contributions in a way that creates textual cohesion of the verbal exchange and it is also a goal-oriented process predefined by the communicative intention of each participant in a way that reveals the ideological coherence/incoherence of the entire conversation.Keywords: communicative intention, conceptual blending, the emergentist approach, metaphorical creativity
Procedia PDF Downloads 26216249 Unspoken Playground Rules Prompt Adolescents to Avoid Physical Activity: A Focus Group Study of Constructs in the Prototype Willingness Model
Authors: Catherine Wheatley, Emma L. Davies, Helen Dawes
Abstract:
The health benefits of exercise are widely recognised, but numerous interventions have failed to halt a sharp decline in physical activity during early adolescence. Many such projects are underpinned by the Theory of Planned Behaviour, yet this model of rational decision-making leaves variance in behavior unexplained. This study investigated whether the Prototype Willingness Model, which proposes a second, reactive decision-making path to account for spontaneous responses to the social environment, has potential to improve understanding of adolescent exercise behaviour in school by exploring constructs in the model with young people. PE teachers in 4 Oxfordshire schools each nominated 6 pupils who were active in school, and 6 who were inactive, to participate in the study. Of these, 45 (22 male) aged 12-13 took part in 8 focus group discussions. These were transcribed and subjected to deductive thematic analysis to search for themes relating to the prototype willingness model. Participants appeared to make rational decisions about commuting to school or attending sports clubs, but spontaneous choices to be inactive during both break and PE. These reactive decisions seemed influenced by a social context described as more ‘judgmental’ than primary school, characterised by anxiety about physical competence, negative peer evaluation and inactive playground norms. Participants described their images of typical active and inactive adolescents: active images included negative social characteristics including ‘show-off’. There was little concern about the long-term risks of inactivity, although participants seemed to recognise that physical activity is healthy. The Prototype Willingness Model might more fully explain young adolescents’ physical activity in school than rational behavioural models, indicating potential for physical activity interventions that target social anxieties in response to the changing playground environment. Images of active types could be more complex than earlier research has suggested, and their negative characteristics might influence willingness to be active.Keywords: adolescence, physical activity, prototype willingness model, school
Procedia PDF Downloads 35116248 In vitro Evaluation of Prebiotic Potential of Wheat Germ
Authors: Lígia Pimentel, Miguel Pereira, Manuela Pintado
Abstract:
Wheat germ is a by-product of wheat flour refining. Despite this by-product being a source of proteins, lipids, fibres and complex carbohydrates, and consequently a valuable ingredient to be used in Food Industry, only few applications have been studied. The main goal of this study was to assess the potential prebiotic effect of natural wheat germ. The prebiotic potential was evaluated by in vitro assays with individual microbial strains (Lactobacillus paracasei L26 and Lactobacillus casei L431). A simulated model of the gastrointestinal digestion was also used including the conditions present in the mouth (artificial saliva), oesophagus–stomach (artificial gastric juice), duodenum (artificial intestinal juice) and ileum. The effect of natural wheat germ and wheat germ after digestion on the growth of lactic acid bacteria was studied by growing those microorganisms in de Man, Rogosa and Sharpe (MRS) broth (with 2% wheat germ and 1% wheat germ after digestion) and incubating at 37 ºC for 48 h with stirring. A negative control consisting of MRS broth without glucose was used and the substrate was also compared to a commercial prebiotic fructooligosaccharides (FOS). Samples were taken at 0, 3, 6, 9, 12, 24 and 48 h for bacterial cell counts (CFU/mL) and pH measurement. Results obtained showed that wheat germ has a stimulatory effect on the bacteria tested, presenting similar (or even higher) results to FOS, when comparing to the culture medium without glucose. This was demonstrated by the viable cell counts and also by the decrease on the medium pH. Both L. paracasei L26 and L. casei L431 could use these compounds as a substitute for glucose with an enhancement of growth. In conclusion, we have shown that wheat germ stimulate the growth of probiotic lactic acid bacteria. In order to understand if the composition of gut bacteria is altered and if wheat germ could be used as potential prebiotic, further studies including faecal fermentations should be carried out. Nevertheless, wheat germ seems to have potential to be a valuable compound to be used in Food Industry, mainly in the Bakery Industry.Keywords: by-products, functional ingredients, prebiotic potential, wheat germ
Procedia PDF Downloads 49216247 Co-Creating an International Flipped Faculty Development Model: A US-Afghan Case Study
Authors: G. Alex Ambrose, Melissa Paulsen, Abrar Fitwi, Masud Akbari
Abstract:
In 2016, a U.S. business college was awarded a sub grant to work with FHI360, a nonprofit human development organization, to support a university in Afghanistan funded by the State Department’s U.S. Agency for International Development (USAID). A newly designed Master’s Degree in Finance and Accounting is being implemented to support Afghanistan’s goal of 20% females in higher education and industry by 2020 and to use finance and accounting international standards to attract capital investment for economic development. This paper will present a case study to describe the co-construction of an approach to an International Flipped Faculty Development Model grounded in blended learning theory. Like education in general, faculty development is also evolving from the traditional face to face environment and interactions to the fully online and now to a best of both blends. Flipped faculty development is both a means and a model for careful integration of the strengths of the synchronous and asynchronous dynamics and technologies with the combination of intentional sequencing to pre-online interactions that prepares and enhances the face to face faculty development and mentorship residencies with follow-up post-online support. Initial benefits from this model include giving the Afghan faculty an opportunity to experience and apply modern teaching and learning strategies with technology in their own classroom. Furthermore, beyond the technological and pedagogical affordances, the reciprocal benefits gained from the mentor-mentee, face-to-face relationship will be explored. Evidence to support this model includes: empirical findings from pre- and post-Faculty Mentor/ Mentee survey results, Faculty Mentorship group debriefs, Faculty Mentorship contact logs, and student early/end of semester feedback. In addition to presenting and evaluating this model, practical challenges and recommendations for replicating international flipped faculty development partnerships will be provided.Keywords: educational development, faculty development, international development, flipped learning
Procedia PDF Downloads 19416246 Entrepreneurship under the Effect of Information Technology
Authors: Mohammad Hadi Khorashadi Zadeh
Abstract:
An entrepreneur is a manager or the owner of the commercial company that creates resources and money by risking and initiative. The Netpreneur is the capability to run an online business. It needs only the Connectivity. An Entrepreneur, as long as he has a service which the market demands can set up a feasible and viable trade with his Intellectual Capital as the principle input and the Connectivity Infrastructure as the only physical input. The internet is possibly the most significant revolution in science and technology that our generation could fantasize or imagine. It has introduced in various benefits to the society, culture, economics and politics. The entrepreneur is a premium member in the community. She/he provides services to the society and community including employment.Keywords: entrepreneur, Netpreneur, intellectual capital, infrastructure
Procedia PDF Downloads 33016245 The Effects of Cost-Sharing Contracts on the Costs and Operations of E-Commerce Supply Chains
Authors: Sahani Rathnasiri, Pritee Ray, Sardar M. N. Isalm, Carlos A. Vega-Mejia
Abstract:
This study develops a cooperative game theory-based cost-sharing contract model for a business to consumer (B2C) e-commerce supply chain to minimize the overall supply chain costs and the individual costs within an information asymmetry scenario. The objective of this study is to address the issues of strategic interactions among the key players of the e-commerce supply chain operation, which impedes the optimal operational outcomes. Game theory has been included in the field of supply chain management to resolve strategic decision-making issues; however, most of the studies are limited only to two-echelons of the supply chains. Multi-echelon supply chain optimizations based on game-theoretic models are less explored in the previous literature. This study adopts a cooperative game model to focus on the common payoff of operations and addresses the issues of information asymmetry and coordination of a three-echelon e-commerce supply chain. The cost-sharing contract model integrates operational features such as production, inventory management and distribution with the contract related constraints. The outcomes of the model highlight the importance of maintaining lower operational costs by all players to obtain benefits from the cost-sharing contract. Further, the cost-sharing contract ensures true cost revelation, and hence eliminates the information asymmetry issues among the players. Comparing the results of the contract model with the de-centralized e-commerce supply chain operation further emphasizes that the cost-sharing contract derives Pareto-improved outcomes and minimizes the costs of overall e-commerce supply chain operation.Keywords: cooperative game theory, cost-sharing contract, e-commerce supply chain, information asymmetry
Procedia PDF Downloads 13116244 Numerical Modeling of the Seismic Site Response in the Firenze Metropolitan Area
Authors: Najmeh Ayoqi, Emanuele Marchetti
Abstract:
OpenSWPC was used to model 2D and 3D seismic waveforms produced by various earthquakes in the Firenze metropolitan area. OpenSWPC is an Opens source code for simulation of seismic wave by using the finite difference method (FDM) in Message Passing Interface (MPI) environment. it considered both earthquake sources, with variable magnitude and location, as well as a pulse source in the modeling domain, which is optimal to simulate local seismic amplification effects. Multiple tests were performed to evaluate the dependence of the frequency content of output modeled waveforms on the model grid size and time steps . Moreover the effect of the velocity structure and absorbing boundary condition on waveform features (amplitude, duration and frequency content) where analysed. Eventually model results are compared with real waveform and Horizontal-to-Vertical spectral Ratio (HVSR) , showing that seismic wave modeling can provide important information on seismic assessment in the city.Keywords: openSWPC, earthquake, firenze, HVSR, seismic wave
Procedia PDF Downloads 2616243 Ordinal Regression with Fenton-Wilkinson Order Statistics: A Case Study of an Orienteering Race
Authors: Joonas Pääkkönen
Abstract:
In sports, individuals and teams are typically interested in final rankings. Final results, such as times or distances, dictate these rankings, also known as places. Places can be further associated with ordered random variables, commonly referred to as order statistics. In this work, we introduce a simple, yet accurate order statistical ordinal regression function that predicts relay race places with changeover-times. We call this function the Fenton-Wilkinson Order Statistics model. This model is built on the following educated assumption: individual leg-times follow log-normal distributions. Moreover, our key idea is to utilize Fenton-Wilkinson approximations of changeover-times alongside an estimator for the total number of teams as in the notorious German tank problem. This original place regression function is sigmoidal and thus correctly predicts the existence of a small number of elite teams that significantly outperform the rest of the teams. Our model also describes how place increases linearly with changeover-time at the inflection point of the log-normal distribution function. With real-world data from Jukola 2019, a massive orienteering relay race, the model is shown to be highly accurate even when the size of the training set is only 5% of the whole data set. Numerical results also show that our model exhibits smaller place prediction root-mean-square-errors than linear regression, mord regression and Gaussian process regression.Keywords: Fenton-Wilkinson approximation, German tank problem, log-normal distribution, order statistics, ordinal regression, orienteering, sports analytics, sports modeling
Procedia PDF Downloads 12816242 Hybrid Approach for Country’s Performance Evaluation
Authors: C. Slim
Abstract:
This paper presents an integrated model, which hybridized data envelopment analysis (DEA) and support vector machine (SVM) together, to class countries according to their efficiency and performance. This model takes into account aspects of multi-dimensional indicators, decision-making hierarchy and relativity of measurement. Starting from a set of indicators of performance as exhaustive as possible, a process of successive aggregations has been developed to attain an overall evaluation of a country’s competitiveness.Keywords: Artificial Neural Networks (ANN), Support vector machine (SVM), Data Envelopment Analysis (DEA), Aggregations, indicators of performance
Procedia PDF Downloads 344