Search results for: export advantage
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 1854

Search results for: export advantage

1494 Evaluate the Changes in Stress Level Using Facial Thermal Imaging

Authors: Amin Derakhshan, Mohammad Mikaili, Mohammad Ali Khalilzadeh, Amin Mohammadian

Abstract:

This paper proposes a stress recognition system from multi-modal bio-potential signals. For stress recognition, Support Vector Machines (SVM) and LDA are applied to design the stress classifiers and its characteristics are investigated. Using gathered data under psychological polygraph experiments, the classifiers are trained and tested. The pattern recognition method classifies stressful from non-stressful subjects based on labels which come from polygraph data. The successful classification rate is 96% for 12 subjects. It means that facial thermal imaging due to its non-contact advantage could be a remarkable alternative for psycho-physiological methods.

Keywords: stress, thermal imaging, face, SVM, polygraph

Procedia PDF Downloads 456
1493 Knitting Stitches’ Manipulation for Catenary Textile Structures

Authors: Virginia Melnyk

Abstract:

This paper explores the design for catenary structure using knitted textiles. Using the advantages of Grasshopper and Kangaroo parametric software to simulate and pre-design an overall form, the design is then translated to a pattern that can be made with hand manipulated stitches on a knitting machine. The textile takes advantage of the structure of knitted materials and the ability for it to stretch. Using different types of stitches to control the amount of stretch that can occur in portions of the textile generates an overall formal design. The textile is then hardened in an upside-down hanging position and then flipped right-side-up. This then becomes a structural catenary form. The resulting design is used as a small Cat House for a cat to sit inside and climb on top of.

Keywords: architectural materials, catenary structures, knitting fabrication, textile design

Procedia PDF Downloads 158
1492 Fractional Residue Number System

Authors: Parisa Khoshvaght, Mehdi Hosseinzadeh

Abstract:

During the past few years, the Residue Number System (RNS) has been receiving considerable interest due to its parallel and fault-tolerant properties. This system is a useful tool for Digital Signal Processing (DSP) since it can support parallel, carry-free, high-speed and low power arithmetic. One of the drawbacks of Residue Number System is the fractional numbers, that is, the corresponding circuit is very hard to realize in conventional CMOS technology. In this paper, we propose a method in which the numbers of transistors are significantly reduced. The related delay is extremely diminished, in the first glance we use this method to solve concerning problem of one decimal functional number some how this proposition can be extended to generalize the idea. Another advantage of this method is the independency on the kind of moduli.

Keywords: computer arithmetic, residue number system, number system, one-Hot, VLSI

Procedia PDF Downloads 472
1491 The Impact Of Environmental Management System ISO 14001 Adoption on Firm Performance

Authors: Raymond Treacy, Paul Humphreys, Ronan McIvor, Trevor Cadden, Alan McKittrick

Abstract:

This study employed event study methodology to examine the role of institutions, resources and dynamic capabilities in the relationship between the Environmental Management System ISO 14001 adoption and firm performance. Utilising financial data from 140 ISO 14001 certified firms and 320 non-certified firms, the results of the study suggested that the UK and Irish manufacturers were not implementing ISO 14001 solely to gain legitimacy. In contrast, the results demonstrated that firms were fully integrating the ISO 14001 standard within their operations as certified firms were able to improve both financial and operating performance when compared to non-certified firms. However, while there were significant and long lasting improvements for employee productivity, manufacturing cost efficiency, return on assets and sales turnover, the sample firms operating cycle and fixed asset efficiency displayed evidence of diminishing returns in the long-run, underlying the observation that no operating advantage based on incremental improvements can be everlasting. Hence, there is an argument for investing in dynamic capabilities which help renew and refresh the resource base and help the firm adapt to changing environments. Indeed, the results of the regression analysis suggest that dynamic capabilities for innovation acted as a moderator in the relationship between ISO 14001 certification and firm performance. This, in turn, will have a significant and symbiotic influence on sustainability practices within the participating organisations. The study not only provides new and original insights, but demonstrates pragmatically how firms can take advantage of environmental management systems as a moderator to significantly enhance firm performance. However, while it was shown that firm innovation aided both short term and long term ROA performance, adaptive market capabilities only aided firms in the short-term at the marketing strategy deployment stage. Finally, the results have important implications for firms operating in an economic recession as the results suggest that firms should scale back investment in R&D while operating in an economic downturn. Conversely, under normal trading conditions, consistent and long term investments in R&D was found to moderate the relationship between ISO 14001 certification and firm performance. Hence, the results of the study have important implications for academics and management alike.

Keywords: supply chain management, environmental management systems, quality management, sustainability, firm performance

Procedia PDF Downloads 279
1490 Design Optimization of the Primary Containment Building of a Pressurized Water Reactor

Authors: M. Hossain, A. H. Khan, M. A. R. Sarkar

Abstract:

Primary containment structure is one of the five safety layers of a nuclear facility which is needed to be designed in such a manner that it can withstand the pressure and excessive radioactivity during accidental situations. It is also necessary to ensure minimization of cost with maximum possible safety in order to make the design economically feasible and attractive. This paper attempts to identify the optimum design conditions for primary containment structure considering both mechanical and radiation safety keeping the economic aspects in mind. This work takes advantage of commercial simulation software to identify the suitable conditions without the requirement of costly experiments. Generated data may be helpful for further studies.

Keywords: PWR, concrete containment, finite element approach, neutron attenuation, Von Mises stress

Procedia PDF Downloads 159
1489 Reduced Complexity Iterative Solution For I/Q Imbalance Problem in DVB-T2 Systems

Authors: Karim S. Hassan, Hisham M. Hamed, Yassmine A. Fahmy, Ahmed F. Shalash

Abstract:

The mismatch between in-phase and quadrature signals in Orthogonal frequency division multiplexing (OFDM) systems, such as DVB-T2, results in a severe degradation in performance. Several general solutions have been proposed in the past, but these are largely computationally intensive, leading to complex implementations. In this paper, we propose a relatively simple iterative solution, which provides good results in relatively few iterations, using fixed precision arithmetic. An additional advantage is that complex digital blocks, such as dividers and square root, are not required. Thus, the proposed solution may be implemented in relatively simple hardware.

Keywords: OFDM, DVB-T2, I/Q imbalance, I/Q mismatch, iterative method, fixed point, reduced complexity

Procedia PDF Downloads 511
1488 Joining of Aluminum and Steel in Car Body Manufacturing

Authors: Mohammad Mahdi Mohammadi

Abstract:

Zinc-coated steel sheets have been joined with aluminum samples in an overlapping as well as in a butt-joint configuration. A bi-metal-wire composed from aluminum and steel was used for additional welding experiments. An advantage of the laser-assisted bi-metal-wire welding is that the welding process is simplified since the primary joint between aluminium and steel exists already and laser welding occurs only between similar materials. FEM-simulations of the process were chosen to determine the ideal dimensions with respect to the formability of the bi-metal-wire. A prototype demonstrated the feasibility of the process.

Keywords: car body, steel sheets, formability of bi-metal-wire, laser-assisted bi-metal-wire

Procedia PDF Downloads 482
1487 SQL Generator Based on MVC Pattern

Authors: Chanchai Supaartagorn

Abstract:

Structured Query Language (SQL) is the standard de facto language to access and manipulate data in a relational database. Although SQL is a language that is simple and powerful, most novice users will have trouble with SQL syntax. Thus, we are presenting SQL generator tool which is capable of translating actions and displaying SQL commands and data sets simultaneously. The tool was developed based on Model-View-Controller (MVC) pattern. The MVC pattern is a widely used software design pattern that enforces the separation between the input, processing, and output of an application. Developers take full advantage of it to reduce the complexity in architectural design and to increase flexibility and reuse of code. In addition, we use White-Box testing for the code verification in the Model module.

Keywords: MVC, relational database, SQL, White-Box testing

Procedia PDF Downloads 402
1486 Chemical Vapor Deposition (CVD) of Molybdenum Disulphide (MoS2) Monolayers

Authors: Omar Omar, Yuan Jun, Hong Jinghua, Jin Chuanhong

Abstract:

In this work molybdenum dioxide (MoO2) and sulphur powders are used to grow MoS2 mono layers at elevated temperatures T≥800 °C. Centimetre scale continues thin films with grain size up to 410 µm have been grown using chemical vapour deposition. To our best knowledge, these domains are the largest that have been grown so far. Advantage of our approach is not only because of the high quality films with large domain size one can produce, but also the procedure is potentially less hazardous than other methods tried. The thin films have been characterized using transmission electron microscopy (TEM), atomic force microscopy (AFM) and Raman spectroscopy.

Keywords: molybdenum disulphide (MoS2), monolayers, chemical vapour deposition (CVD), growth and characterization

Procedia PDF Downloads 302
1485 Iron Response Element-mRNA Binding to Iron Response Protein: Metal Ion Sensing

Authors: Mateen A. Khan, Elizabeth J. Theil, Dixie J. Goss

Abstract:

Cellular iron homeostasis is accomplished by the coordinated regulated expression of iron uptake, storage, and export. Iron regulate the translation of ferritin and mitochondrial aconitase iron responsive element (IRE)-mRNA by interaction with an iron regulatory protein (IRPs). Iron increases protein biosynthesis encoded in iron responsive element. The noncoding structure IRE-mRNA, approximately 30-nt, folds into a stem loop to control synthesis of proteins in iron trafficking, cell cycling, and nervous system function. Fluorescence anisotropy measurements showed the presence of one binding site on IRP1 for ferritin and mitochondrial aconitase IRE-mRNA. Scatchard analysis revealed the binding affinity (Kₐ) and average binding sites (n) for ferritin and mitochondrial aconitase IRE-mRNA were 68.7 x 10⁶ M⁻¹ and 9.2 x 10⁶ M⁻¹, respectively. In order to understand the relative importance of equilibrium and stability, we further report the contribution of electrostatic interactions in the overall binding of two IRE-mRNA with IRP1. The fluorescence quenching of IRP1 protein was measured at different ionic strengths. The binding affinity of IRE-mRNA to IRP1 decreases with increasing ionic strength, but the number of binding sites was independent of ionic strength. Such results indicate a differential contribution of electrostatics to the interaction of IRE-mRNA with IRP1, possibly related to helix bending or stem interactions and an overall conformational change. Selective destabilization of ferritin and mitochondrial aconitase RNA/protein complexes as reported here explain in part the quantitative differences in signal response to iron in vivo and indicate possible new regulatory interactions.

Keywords: IRE-mRNA, IRP1, binding, ionic strength

Procedia PDF Downloads 108
1484 Investigating the Effects of Empowering the Employees in Managing Crimes by the Police

Authors: Akbar Salimi, Mehdi Moghimi

Abstract:

Goal: The human resource empowerment is a new strategy in achieving a competitive advantage. The aim of the research is to understand crime management by the police by using this strategy. Method: The research is applied in terms of goal and it is a survey type research. The sample intended include all the police officers of a police station for as many as 52 people. The data were collected by a researcher made four choice questionnaire after the validity and reliability were confirmed. Findings: By regarding the Melhem pattern as the framework, four dimensions of empowerment were identified and the triangle of crime was explained and then four hypotheses proportionate to it were formulated. Results: Given the fact that the sample was all counted, all the four hypotheses were supported by using the average data received and by regarding the %50 as the criterion.

Keywords: management, empowerment, employees, police

Procedia PDF Downloads 346
1483 Quality Approaches for Mass-Produced Fashion: A Study in Malaysian Garment Manufacturing

Authors: N. J. M. Yusof, T. Sabir, J. McLoughlin

Abstract:

Garment manufacturing industry involves sequential processes that are subjected to uncontrollable variations. The industry depends on the skill of labour in handling the varieties of fabrics and accessories, machines, and also a complicated sewing operation. Due to these reasons, garment manufacturers created systems to monitor and control the product’s quality regularly by conducting quality approaches to minimize variation. The aims of this research were to ascertain the quality approaches deployed by Malaysian garment manufacturers in three key areas-quality systems and tools; quality control and types of inspection; sampling procedures chosen for garment inspection. The focus of this research also aimed to distinguish quality approaches used by companies that supplied the finished garments to both domestic and international markets. The feedback from each of company’s representatives was obtained using the online survey, which comprised of five sections and 44 questions on the organizational profile and quality approaches used in the garment industry. The results revealed that almost all companies had established their own mechanism of process control by conducting a series of quality inspection for daily production either it was formally been set up or vice versa. Quality inspection was the predominant quality control activity in the garment manufacturing and the level of complexity of these activities was substantially dictated by the customers. AQL-based sampling was utilized by companies dealing with the export market, whilst almost all the companies that only concentrated on the domestic market were comfortable using their own sampling procedures for garment inspection. This research provides an insight into the implementation of quality approaches that were perceived as important and useful in the garment manufacturing sector, which is truly labour-intensive.

Keywords: garment manufacturing, quality approaches, quality control, inspection, Acceptance Quality Limit (AQL), sampling

Procedia PDF Downloads 415
1482 The Modelling of Real Time Series Data

Authors: Valeria Bondarenko

Abstract:

We proposed algorithms for: estimation of parameters fBm (volatility and Hurst exponent) and for the approximation of random time series by functional of fBm. We proved the consistency of the estimators, which constitute the above algorithms, and proved the optimal forecast of approximated time series. The adequacy of estimation algorithms, approximation, and forecasting is proved by numerical experiment. During the process of creating software, the system has been created, which is displayed by the hierarchical structure. The comparative analysis of proposed algorithms with the other methods gives evidence of the advantage of approximation method. The results can be used to develop methods for the analysis and modeling of time series describing the economic, physical, biological and other processes.

Keywords: mathematical model, random process, Wiener process, fractional Brownian motion

Procedia PDF Downloads 324
1481 The Exchange Rate Exposure of Exporting and Domestic Firms in Central and Eastern European Countries Controlling for Regime Effect and Recent Crisis

Authors: Raheel Asif, Michael Frommel

Abstract:

This paper focuses on analyzing the exchange rate exposure of exporting & domestic firms in (the so far rarely addressed) largest Eastern European transition economies, i.e., Russia and the three EU accession countries, Poland, Hungary, and Czech Republic (CEEC-3). It also controls for possible effects of different exchange rate regimes, Great Financial crisis (2007-08), Russian Financial crisis (2014-15), the formation of EU & turn of year effect. Substantially improving the results from the existing literature on these transition economies, we find for more than 51% of our sample firms in CEEC-3 countries and 29% in Russia shows a significant exchange rate exposure. However, the magnitude and direction of firms’ exposure depends on the particular bilateral exchange rate and differs between CEEC-3 and Russia. We find that share price increases with an appreciation of the domestic currency against the EURO and US Dollar (USD) in CEEC-3; however, the effect is more pronounced for EURO as expected. Whereas, for Russian firms share price increases with a depreciation of the domestic currency against the USD only. Those differences may result from a differing dominance of exposure channels in the respective economies, such as the country-specific export structure, competitiveness channels, and dependence on foreign debt. Finally, the switch from a pegged to a flexible exchange rate regime appears to have a less pronounced effect for the exchange rate exposure of firms in all countries except for USD in Poland and Russia.

Keywords: exchange rate exposure, transition economies, central and eastern Europe, international finance

Procedia PDF Downloads 106
1480 Exploring the Vocabulary and Grammar Advantage of US American over British English Speakers at Age 2;0

Authors: Janine Just, Kerstin Meints

Abstract:

The research aims to compare vocabulary size and grammatical development between US American English- and British English-speaking children at age 2;0. As there is evidence that precocious children with large vocabularies develop grammar skills earlier than their typically developing peers, it was investigated if this also holds true across varieties of English. Thus, if US American children start to produce words earlier than their British counterparts, this could mean that US children are also at an advantage in the early developmental stages of acquiring grammar. This research employs a British English adaptation of the MacArthur-Bates CDI Words and Sentences (Lincoln Toddler CDI) to compare vocabulary and also grammar scores with the updated US Toddler CDI norms. At first, the Lincoln TCDI was assessed for its concurrent validity with the Preschool Language Scale (PLS-5 UK). This showed high correlations for the vocabulary and grammar subscales between the tests. In addition, the frequency of the Toddler CDI’s words was also compared using American and British English corpora of adult spoken and written language. A paired-samples t-test found a significant difference in word frequency between the British and the American CDI demonstrating that the TCDI’s words were indeed of higher frequency in British English. We then compared language and grammar scores between US (N = 135) and British children (N = 96). A two-way between groups ANOVA examined if the two samples differed in terms of SES (i.e. maternal education) by investigating the impact of SES and country on vocabulary and sentence complexity. The two samples did not differ in terms of maternal education as the interaction effects between SES and country were not significant. In most cases, scores were not significantly different between US and British children, for example, for overall word production and most grammatical subscales (i.e. use of words, over- regularizations, complex sentences, word combinations). However, in-depth analysis showed that US children were significantly better than British children at using some noun categories (i.e. people, objects, places) and several categories marking early grammatical development (i.e. pronouns, prepositions, quantifiers, helping words). However, the effect sizes were small. Significant differences for grammar were found for irregular word forms and progressive tense suffixes. US children were more advanced in their use of these grammatical categories, but the effect sizes were small. In sum, while differences exist in terms of vocabulary and grammar ability, favouring US children, effect sizes were small. It can be concluded that most British children are ‘catching up’ with their US American peers at age 2;0. Implications of this research will be discussed.

Keywords: first language acquisition, grammar, parent report instrument, vocabulary

Procedia PDF Downloads 252
1479 Highly Accurate Tennis Ball Throwing Machine with Intelligent Control

Authors: Ferenc Kovács, Gábor Hosszú

Abstract:

The paper presents an advanced control system for tennis ball throwing machines to improve their accuracy according to the ball impact points. A further advantage of the system is the much easier calibration process involving the intelligent solution of the automatic adjustment of the stroking parameters according to the ball elasticity, the self-calibration, the use of the safety margin at very flat strokes and the possibility to placing the machine to any position of the half court. The system applies mathematical methods to determine the exact ball trajectories and special approximating processes to access all points on the aimed half court.

Keywords: control system, robot programming, robot control, sports equipment, throwing machine

Procedia PDF Downloads 368
1478 Competitive Advantages of Efficient Reverse Logistics: A Case Study Integrating Firms and Customers Perspectives

Authors: Adèle Oliva, Samuel Fosso Wamba

Abstract:

This study looks at how firms can create competitive advantages through effective reserve logistics strategies. Upon using data collected from reverse supply chain managers of electronic commerce companies, the study found that improved reverse logistics management can have a positive impact on companies’ business benefits. These include playing a role in the implementation of many factors that highly influence the decision to purchase, customers’ loyalty, as well as increasing companies’ turnover. As a result, through an efficient design and management of their reverse flow, companies can decrease the costs associated to returned products.

Keywords: reverse logistics, competitive advantage, case study, business value

Procedia PDF Downloads 431
1477 Settlement Network Supplying Energy

Authors: Balázs Kulcsár

Abstract:

Few people now doubt the future of the global energy transition. The only question is whether the pace of renewables' penetration will be sufficient to compete with the rate of warming. Dynamic changes are also taking place in the Hungarian electricity system. In addition to nuclear power, which provides the basic electricity supply, the most dynamic is solar power, which is largely small-scale and residential. The emergence of solar power is outlining the emergence of energy production and supply fabric of municipalities. This creates the potential for over-producing municipalities to supply the electricity needs of neighboring settlements with lower production beyond renewables. By taking advantage of this energy sharing, electricity supply based on pure renewables can be achieved more quickly.

Keywords: renewable energy, energy geography, self-sufficiency, energy transition

Procedia PDF Downloads 152
1476 Preparation of Li Ion Conductive Ceramics via Liquid Process

Authors: M. Kotobuki, M. Koishi

Abstract:

Li1.5Al0.5Ti1.5 (PO4)3(LATP) has received much attention as a solid electrolyte for lithium batteries. In this study, the LATP solid electrolyte is prepared by the co-precipitation method using Li3PO4 as a Li source. The LATP is successfully prepared and the Li ion conductivities of bulk (inner crystal) and total (inner crystal and grain boundary) are 1.1 × 10-3 and 1.1 × 10-4 S cm-1, respectively. These values are comparable to the reported values, in which Li2C2O4 is used as the Li source. It is conclude that the LATP solid electrolyte can be prepared by the co-precipitation method using Li3PO4 as the Li source and this procedure has an advantage in mass production over previous procedure using Li2C2O4 because Li3PO4 is lower price reagent compared with Li2C2O4.

Keywords: co-precipitation method, lithium battery, NASICON-type electrolyte, solid electrolyte

Procedia PDF Downloads 327
1475 An intelligent Troubleshooting System and Performance Evaluator for Computer Network

Authors: Iliya Musa Adamu

Abstract:

This paper seeks to develop an expert system that would troubleshoot computer network and evaluate the network system performance so as to reduce the workload on technicians and increase the efficiency and effectiveness of solutions proffered to computer network problems. The platform of the system was developed using ASP.NET, whereas the codes are implemented in Visual Basic and integrated with SQL Server 2005. The knowledge base was represented using production rule, whereas the searching method that was used in developing the network troubleshooting expert system is the forward-chaining-rule-based-system. This software tool offers the advantage of providing an immediate solution to most computer network problems encountered by computer users.

Keywords: expert system, forward chaining rule based system, network, troubleshooting

Procedia PDF Downloads 614
1474 Detection of Transgenes in Cotton (Gossypium hirsutum L.) by using Biotechnology/Molecular Biological Techniques

Authors: Ahmad Ali Shahid, M Shakil Shaukat

Abstract:

Agriculture is the backbone of economy of Pakistan and Cotton is the major agricultural export and supreme source of raw fiber for our textile industry. To combat against the developing resistance in the target insects and combating these challenges wholesomely, a novel combination of pyramided/stacked genes was conceptualized and later realized, through the means of biotechnology i.e., transformation of three genes namely, Cry1Ac, Cry2A, and EPSP synthase (glyphosate tolerant) genes in the locally cultivated cotton variety. The progenies of the transformed plants were successfully raised and screened under the tunnel conditions for two generations and the present study focused on the screening of plants which were confirmed for containing all of these three genes and their expressions. Initially, the screening was done through glyphosate spray assay and the plants which were healthy and showed no damage on leaves were selected after 07 days of spray. In the laboratory, the DNA of these plants were isolated and subjected to amplification of the three genes. Thus, seventeen out of twenty were confirmed positive for Cry1Ac gene and ten out of twenty were positive for Cry2A gene and all twenty were positive for presence of EPSP synthase gene. Then, the ten plant samples which were confirmed with presence of all three genes were subjected to expression analysis of these proteins through ELISA. The results showed that eight out of ten plants were actively expressing the three transgenes. Real-time PCR was also done to quantify the expression levels of the EPSP synthase gene. Finally, eight plants were confirmed for the presence and active expression of all three genes in T3 generation of the triple gene transformed cotton. These plants may be subjected to T4 generation to develop a new stable variety in due course of time.

Keywords: agriculture, cotton, transformation, cry genes, ELISA, PCR

Procedia PDF Downloads 363
1473 Shortening Distances: The Link between Logistics and International Trade

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

Abstract:

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

Keywords: gravity models, infrastructure, international trade, logistics

Procedia PDF Downloads 179
1472 Cultural Routes: A Study of Anatolian Seljuks Madrasahs

Authors: Zeynep İnan Ocak, Gülsün Tanyeli

Abstract:

One of the most important architectural types of Islamic architecture is madrasah used as educational institutions, hospital or observatory. This type of buildings has one or two storeys, central open or closed courtyards, four iwans and students cells located among the iwans. The main characteristic of the designs featured in the portals. The Islamic art features and adornments are seen well on these buildings made of stone. The earliest examples date to late 12th century in Anatolia after the Battle of Manzikert. Under the Seljuks rule over the one thousand facilities were built in 12th and 13th centuries and there are one hundred thirty five madrasah in total list. But today no all of them are conserved only forty percent are remained. The Seljuks madrasah located in many Anatolian were registered as immovable cultural property in several times by Turkish Culture and Tourism Ministry. The first Turkish buildings inscribed on the World Heritage List are the Great Mosque and Hospital of Divriği in 1985. Also the nominated site named as Anatolian Seljuks Madrasah is in the tentative list of UNESCO World Heritage in 2014. The property is composed some of notable madrasah such as İnce Minareli Madrasah and Karatay Madrasah in Konya; Çifte Madrasah and Sahibiye Madrasah in Kayseri; Buruciye Madrasah, Çifte Minareli Madrasah and Gök Madrasah in Sivas; Çifte Minareli Madrasah and Yakutiye Madrasah in Erzurum; Cacabey Madrasah in Kirşehir. Certainly the advantage of tourism is important for conducting the preservation of heritage. It offers much kind of cultural heritage products by means of visiting monuments. In spite of advantage of tourism, it can be the negative effects of tourism on sites and places of cultural significance. While assisting and guiding the conservation works of madrasah, it should be get reference to international charters and other doctrinal texts about the relation between heritage and tourism. Thereby the monuments will be conserved in good condition promoting by tourism. It should be plan a project about the correlation of visitors and heritage to focus on theme of Seljuks architecture. This study aims to set out the principles about the conservation of madrasah as world heritage taking advantages of tourism. The madrasah as a heritage should be evaluated not only a monument but also cultural route. So the cultural route for madrasah is determined by means of a journey through space and time, how the heritage of the different Anatolian cities. Also the cultural route is created visiting both the madrasah and the other medieval structures. In this study, the route, the principles, relation of tourism are represented considering the conservation of Seljuks madrasah.

Keywords: architectural heritage, cultural routes, Seljuks madrasah, Anatolia

Procedia PDF Downloads 251
1471 Application of Optical Method Based on Laser Devise as Non-Destructive Testing for Calculus of Mechanical Deformation

Authors: R. Daïra, V. Chalvidan

Abstract:

We present the speckle interferometry method to determine the deformation of a piece. This method of holographic imaging using a CCD camera for simultaneous digital recording of two states object and reference. The reconstruction is obtained numerically. This latest method has the advantage of being simpler than the methods currently available, and it does not suffer the holographic configuration faults online. Furthermore, it is entirely digital and avoids heavy analysis after recording the hologram. This work was carried out in the laboratory HOLO 3 (optical metrology laboratory in Saint Louis, France) and it consists in controlling qualitatively and quantitatively the deformation of object by using a camera CCD connected to a computer equipped with software of Fringe Analysis.

Keywords: speckle, nondestructive testing, interferometry, image processing

Procedia PDF Downloads 474
1470 Learning Analytics in a HiFlex Learning Environment

Authors: Matthew Montebello

Abstract:

Student engagement within a virtual learning environment generates masses of data points that can significantly contribute to the learning analytics that lead to decision support. Ideally, similar data is collected during student interaction with a physical learning space, and as a consequence, data is present at a large scale, even in relatively small classes. In this paper, we report of such an occurrence during classes held in a HiFlex modality as we investigate the advantages of adopting such a methodology. We plan to take full advantage of the learner-generated data in an attempt to further enhance the effectiveness of the adopted learning environment. This could shed crucial light on operating modalities that higher education institutions around the world will switch to in a post-COVID era.

Keywords: HiFlex, big data in higher education, learning analytics, virtual learning environment

Procedia PDF Downloads 173
1469 The Effect of Meteorological Factors on the Trap Catches of Culicoides Species

Authors: Ahmed M. Rashed

Abstract:

Culicoides midges are known to be vectors of disease to both man and animals. For providing information necessary for control methods to be applied to the best advantage, a New jersey light-trap was used. Twenty species were identified during this study and eight species were recorded from Chantilly for the first time, these include C.grisescens, C.nubeculosus, C.cubitalis, C.achrayi, C.circumscriptus, C.stigma, C.reconditus, and C.parroti. The environmental factors, wind speed and temperature were found to have a marked effect on the activity of Culicoides midges. The temperature was found to be positively correlated and the wind speed negatively correlated with the light-trap catch. However, humidioty could not be shown to have any effect on the catch.

Keywords: culicoides, meteorological factors, wind speed, disease

Procedia PDF Downloads 434
1468 Factors Affecting Mobile Internet Adoption in an Emerging Market

Authors: Maha Mourad, Fady Todros

Abstract:

The objective of this research is to find an explanatory model to define the most important variables and factors that affect the acceptance of Mobile Internet in the Egyptian market. A qualitative exploratory research was conducted to support the conceptual framework followed with a quantitative research in the form of a survey distributed among 411 respondents. It was clear that relative advantage, complexity, compatibility, perceived price level and perceived playfulness have a dominant role in influencing consumers to adopt mobile internet, while observability is correlated to the adoption but when measured with the other factors it lost its value. The perceived price level has a negative relationship with the adoption as well the compatibility.

Keywords: innovation, Egypt, communication technologies, diffusion, innovation adoption, emerging market

Procedia PDF Downloads 420
1467 Cement Mortar Lining as a Potential Source of Water Contamination

Authors: M. Zielina, W. Dabrowski, E. Radziszewska-Zielina

Abstract:

Several different cements have been tested to evaluate their potential to leach calcium, chromium and aluminum ions in soft water environment. The research allows comparing some different cements in order to the potential risk of water contamination. This can be done only in the same environment. To reach the results in reasonable short time intervals and to make heavy metals measurements with high accuracy, demineralized water was used. In this case the conditions of experiments are far away from the water supply practice, but short time experiments and measurably high concentrations of elements in the water solution are an important advantage. Moreover leaching mechanisms can be recognized, our experiments reported here refer to this kind of cements evaluation.

Keywords: concrete corrosion, hydrogen sulfide, odors, reinforced concrete sewers, sewerage

Procedia PDF Downloads 184
1466 Political Regimes, Political Stability and Debt Dependence in African Countries of Franc Zone: A Logistic Modeling

Authors: Nounamo Nguedie Yann Harold

Abstract:

The factors behind the debt have been the subject of several studies in the literature. Pioneering studies based on the 'double deficit' approach linked indebtedness to the imbalance between savings and investment, the budget deficit and the current account deficit. Most studies on identifying factors that may stimulate or reduce the level of external public debt agree that the following variables are important explanatory variables in leveraging debt: the budget deficit, trade opening, current account and exchange rate, import, export, interest rate, term variation exchange rate, economic growth rate and debt service, capital flight, and over-indebtedness. Few studies addressed the impact of political factors on the level of external debt. In general, however, the IMF's stabilization programs in developing countries following the debt crisis have resulted in economic recession and the advent of political crises that have resulted in changes in governments. In this sense, political institutions are recognised as factors of accumulation of external debt in most developing countries. This paper assesses the role of political factors on the external debt level of African countries in the Franc Zone over the period 1985-2016. Data used come from World Bank and ICRG. Using a logit in panel, the results show that the more a country is politically stable, the lower the external debt compared to the gross domestic product. Political stability multiplies 1.18% the chances of being in the sustainable debt zone. For example, countries with good political institutions experience less severe external debt burdens than countries with bad political institutions.

Keywords: African countries, external debt, Franc Zone, political factors

Procedia PDF Downloads 189
1465 The Organizational Structure of the Special Purpose Vehicle in Public-Private Partnership Projects

Authors: Samuel Capintero

Abstract:

Public-private partnerships (PPP) arrangements have emerged all around the world as a response to infrastructure deficits and the need to refurbish existing infrastructure. During the last decade, the Spanish companies have dominated the international market of PPP projects in Latin America, Western Europe and North America, particularly in the transportation sector. Arguably, one of the most influential factors has been the organizational structure of the concessionaire implemented by the Spanish consortiums. The model followed by most Spanish groups has been a bundled model, where the concessionaire integrates the functions of concessionaire, construction and operator companies. This paper examines this model and explores how it has provided the Spanish companies with a comparative advantage in the international PPP market.

Keywords: PPP, project management, concessionaire, concession, infrastructure, construction

Procedia PDF Downloads 354