Search results for: city space
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 6540

Search results for: city space

2610 Toward a Methodology of Visual Rhetoric with Constant Reference to Mikhail Bakhtin’s Concept of “Chronotope”: A Theoretical Proposal and Taiwan Case Study

Authors: Hsiao-Yung Wang

Abstract:

This paper aims to elaborate methodology of visual rhetoric with constant reference to Mikhail Bakhtin’s concept of “chronotope”. First, it attempts to outline Ronald Barthes, the most representative scholar of visual rhetoric and structuralism, perspective on visual rhetoric and its time-space category by referring to the concurrent word-image, the symbolic systematicity, the outer dialogicity. Second, an alternative approach is explored for grasping the dynamics and functions of visual rhetoric by articulating Mikhail Bakhtin’s concept of “chronotope.” Furthermore, that visual rhetorical consciousness could be identified as “the meaning parabola which projects from word to image,” “the symbolic system which proceeds from sequence to disorder,” “the ideological environment which struggles from the local to the global.” Last but not least, primary vision of the 2014 Taipei LGBT parade would be analyzed preliminarily to evaluate the effectiveness and persuasiveness embodied by specific visual rhetorical strategies. How Bakhtin’s concept of “chronotope” to explain the potential or possible ideological struggle deployed by visual rhetoric might be interpreted empirically and extensively.

Keywords: barthes, chronotope, Mikhail Bakhtin, Taipei LGBT parade, visual rhetoric

Procedia PDF Downloads 457
2609 Formation of In-Situ Composite during Reactive Wetting and Imbibition Ta by Cu(B) Melt

Authors: Sergei Zhevnenko

Abstract:

Сontinuous layer of tantalum boride is formed on the surface as a result of reactive wetting of oxidized tantalum by copper melt with boron at a temperatures above 1150 °C. An increase in the wetting temperature above 1400 °C leads to a change in the formation mechanism of tantalum borides, they are formed in the nanosized flakes. In the presented work, we studied the process of copper-based in-situ composite formation, strengthened by the particles of tantalum borides. We investigated the structure of the formed particles, the conditions, and the kinetics of their formation. Dissolving boride particles do not have time to mix uniformly in the melt upon sufficiently rapid cooling and form a macrostructure, partly repeating the shape of the metallic tantalum. This allows to set different gradient structures in the copper alloy. Such macrostructures have been obtained. Boride particles and microstructures were studied by scanning and transmission electron microscopy, and regions with particles were investigated by nanoindentation. In this work, we also measured the kinetics of impregnation of porous tantalum with copper-boron melt and studied the structures of the composite, in which the melt filling the interpore space is saturated with boride particles.

Keywords: copper, tantalum borides, in-situ composites, wetting, imbibition

Procedia PDF Downloads 82
2608 Prevalence of Lower Third Molar Impactions and Angulations Among Yemeni Population

Authors: Khawlah Al-Khalidi

Abstract:

Prevalence of lower third molar impactions and angulations among Yemeni population The purpose of this study was to look into the prevalence of lower third molars in a sample of patients from Ibb University Affiliated Hospital, as well as to study and categorise their position by using Pell and Gregory classification, and to look into a possible correlation between their position and the indication for extraction. Materials and methods: This is a retrospective, observational study in which a sample of 200 patients from Ibb University Affiliated Hospital were studied, including patient record validation and orthopantomography performed in screening appointments in people aged 16 to 21. Results and discussion: Males make up 63% of the sample, while people aged 19 to 20 make up 41.2%. Lower third molars were found in 365 of the 365 instances examined, accounting for 91% of the sample under study. According to Pell and Gregory's categorisation, the most common position is IIB, with 37%, followed by IIA with 21%; less common classes are IIIA, IC, and IIIC, with 1%, 3%, and 3%, respectively. It was feasible to determine that 56% of the lower third molars in the sample were recommended for extraction during the screening consultation. Finally, there are differences in third molar location and angulation. There was, however, a link between the available space for third molar eruption and the need for tooth extraction.

Keywords: lower third molar, extraction, Pell and Gregory classification, lower third molar impaction

Procedia PDF Downloads 33
2607 Topology Optimization of the Interior Structures of Beams under Various Load and Support Conditions with Solid Isotropic Material with Penalization Method

Authors: Omer Oral, Y. Emre Yilmaz

Abstract:

Topology optimization is an approach that optimizes material distribution within a given design space for a certain load and boundary conditions by providing performance goals. It uses various restrictions such as boundary conditions, set of loads, and constraints to maximize the performance of the system. It is different than size and shape optimization methods, but it reserves some features of both methods. In this study, interior structures of the parts were optimized by using SIMP (Solid Isotropic Material with Penalization) method. The volume of the part was preassigned parameter and minimum deflection was the objective function. The basic idea behind the theory was considered, and different methods were discussed. Rhinoceros 3D design tool was used with Grasshopper and TopOpt plugins to create and optimize parts. A Grasshopper algorithm was designed and tested for different beams, set of arbitrary located forces and support types such as pinned, fixed, etc. Finally, 2.5D shapes were obtained and verified by observing the changes in density function.

Keywords: Grasshopper, lattice structure, microstructures, Rhinoceros, solid isotropic material with penalization method, TopOpt, topology optimization

Procedia PDF Downloads 115
2606 Design of an Energy Efficient Electric Auto Rickshaw

Authors: Muhammad Asghar, Aamer Iqbal Bhatti, Qadeer Ahmed, Tahir Izhar

Abstract:

Three wheeler auto Rickshaw, often termed as ‘auto rickshaw’ is very common in Pakistan and is considered as the most affordable means of transportation to the local people. Problems caused by the gasoline engine on the environment and people, the researchers and the automotive industry have turned to the hybrid electric vehicles and electrical powered vehicle. The research in this paper explains the design of energy efficient Electric auto Rickshaw. An electric auto rickshaw is being developed at Center for Energy Research and Development, (Lahore), which is running on the roads of Lahore city. Energy storage capacity of batteries is at least 25 times heavier than fossil fuel and having volume 10 times in comparison to fuel, resulting an increase of the Rickshaw weight. A set of specifications is derived according to the mobility requirements of the electric auto rickshaw. The design choices considering the power-train and component selection are explained in detail. It was concluded that electric auto rickshaw has many advantages and benefits over the conventional auto rickshaw. It is cleaner and much more energy efficient but limited to the distance it can travel before recharging of battery. In addition, a brief future view of the battery technology is given.

Keywords: conventional auto rickshaw, energy efficiency, electric auto rickshaw, internal combustion engine, environment

Procedia PDF Downloads 271
2605 Comparison of Different k-NN Models for Speed Prediction in an Urban Traffic Network

Authors: Seyoung Kim, Jeongmin Kim, Kwang Ryel Ryu

Abstract:

A database that records average traffic speeds measured at five-minute intervals for all the links in the traffic network of a metropolitan city. While learning from this data the models that can predict future traffic speed would be beneficial for the applications such as the car navigation system, building predictive models for every link becomes a nontrivial job if the number of links in a given network is huge. An advantage of adopting k-nearest neighbor (k-NN) as predictive models is that it does not require any explicit model building. Instead, k-NN takes a long time to make a prediction because it needs to search for the k-nearest neighbors in the database at prediction time. In this paper, we investigate how much we can speed up k-NN in making traffic speed predictions by reducing the amount of data to be searched for without a significant sacrifice of prediction accuracy. The rationale behind this is that we had a better look at only the recent data because the traffic patterns not only repeat daily or weekly but also change over time. In our experiments, we build several different k-NN models employing different sets of features which are the current and past traffic speeds of the target link and the neighbor links in its up/down-stream. The performances of these models are compared by measuring the average prediction accuracy and the average time taken to make a prediction using various amounts of data.

Keywords: big data, k-NN, machine learning, traffic speed prediction

Procedia PDF Downloads 343
2604 Emotion Recognition with Occlusions Based on Facial Expression Reconstruction and Weber Local Descriptor

Authors: Jadisha Cornejo, Helio Pedrini

Abstract:

Recognition of emotions based on facial expressions has received increasing attention from the scientific community over the last years. Several fields of applications can benefit from facial emotion recognition, such as behavior prediction, interpersonal relations, human-computer interactions, recommendation systems. In this work, we develop and analyze an emotion recognition framework based on facial expressions robust to occlusions through the Weber Local Descriptor (WLD). Initially, the occluded facial expressions are reconstructed following an extension approach of Robust Principal Component Analysis (RPCA). Then, WLD features are extracted from the facial expression representation, as well as Local Binary Patterns (LBP) and Histogram of Oriented Gradients (HOG). The feature vector space is reduced using Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA). Finally, K-Nearest Neighbor (K-NN) and Support Vector Machine (SVM) classifiers are used to recognize the expressions. Experimental results on three public datasets demonstrated that the WLD representation achieved competitive accuracy rates for occluded and non-occluded facial expressions compared to other approaches available in the literature.

Keywords: emotion recognition, facial expression, occlusion, fiducial landmarks

Procedia PDF Downloads 164
2603 The Relationship between Human Pose and Intention to Fire a Handgun

Authors: Joshua van Staden, Dane Brown, Karen Bradshaw

Abstract:

Gun violence is a significant problem in modern-day society. Early detection of carried handguns through closed-circuit television (CCTV) can aid in preventing potential gun violence. However, CCTV operators have a limited attention span. Machine learning approaches to automating the detection of dangerous gun carriers provide a way to aid CCTV operators in identifying these individuals. This study provides insight into the relationship between human key points extracted using human pose estimation (HPE) and their intention to fire a weapon. We examine the feature importance of each keypoint and their correlations. We use principal component analysis (PCA) to reduce the feature space and optimize detection. Finally, we run a set of classifiers to determine what form of classifier performs well on this data. We find that hips, shoulders, and knees tend to be crucial aspects of the human pose when making these predictions. Furthermore, the horizontal position plays a larger role than the vertical position. Of the 66 key points, nine principal components could be used to make nonlinear classifications with 86% accuracy. Furthermore, linear classifications could be done with 85% accuracy, showing that there is a degree of linearity in the data.

Keywords: feature engineering, human pose, machine learning, security

Procedia PDF Downloads 81
2602 Modelling and Simulation of a Commercial Thermophilic Biogas Plant

Authors: Jeremiah L. Chukwuneke, Obiora E. Anisiji, Chinonso H. Achebe, Paul C. Okolie

Abstract:

This paper developed a mathematical model of a commercial biogas plant for urban area clean energy requirement. It identified biodegradable waste materials like domestic/city refuse as economically viable alternative source of energy. The mathematical formulation of the proposed gas plant follows the fundamental principles of thermodynamics, and further analyses were accomplished to develop an algorithm for evaluating the plant performance preferably in terms of daily production capacity. In addition, the capacity of the plant is equally estimated for a given cycle of operation and presented in time histories. A nominal 1500 m3 power gas plant was studied characteristically and its performance efficiency evaluated. It was observed that the rate of bio gas production is essentially a function of the reactor temperature, pH, substrate concentration, rate of degradation of the biomass, and the accumulation of matter in the system due to bacteria growth. The results of this study conform to a very large extent with reported empirical data of some existing plant and further model validations were conducted in line with classical records found in literature.

Keywords: energy and mass conservation, specific growth rate, thermophilic bacteria, temperature, rate of bio gas production

Procedia PDF Downloads 423
2601 Gynocentrism and Self-Orientalization: A Visual Trend in Chinese Fashion Photography

Authors: Zhen Sun

Abstract:

The study adopts the method of visual social semiotics to analyze a sample of fashion photos that were recently published in Chinese fashion magazines that target towards both male and female readers. It identifies a new visual trend in fashion photography, which is characterized by two features. First, the photos represent young, confident, and stylish female models with lower-class sloppy old men. The visual inharmony between the sexually desirable women and the aged men has suggested an impossibly accomplished sexuality and eroticism. Though the women are still under the male gaze, they are depicted as unreachable objects of voyeurism other than sexual objects subordinated to men. Second, the represented people are usually put in the backdrop of tasteless or vulgar Chinese town life, which is congruent with the images of men but makes the modern city girls out of place. The photographers intentionally contrast the images of women with that of men and with the background, which implies an imaginary binary division of modern Orientalism and the photographers’ self-orientalization strategy. Under the theoretical umbrella of neoliberal postfeminism, this study defines a new kind of gynocentric stereotype in Chinese fashion photography, which challenges the previous observations on gender portrayals in fashion magazines.

Keywords: fashion photography, gynocentrism, neoliberal postfeminism, self-orientalization

Procedia PDF Downloads 407
2600 Introducing Transcending Pedagogies

Authors: Wajeehah Aayeshah, Joy Higgs

Abstract:

The term “transcending pedagogies” has been created to refer to teaching and learning strategies that transcend the mode of student enrolment, the needs of different students, and different learning spaces. The value of such pedagogies in the current arena when learning spaces, technologies and preferences are more volatile than ever before, is a key focus of this paper. The paper will examine current and emerging pedagogies that transcend the learning spaces and enrollment modes of on campus, distance, virtual and workplace learning contexts. A further point of interest is how academics in professional and higher education settings interpret and implement pedagogies in the current global conversation space and re-creation of higher education. This study questioned how the notion and practice of transcending pedagogies enables us to re-imagine and reshape university curricula. It explored the nature of teaching and learning spaces and those professional and higher education (current and emerging) pedagogies that can be implemented across these spaces. We set out to identify how transcending pedagogies can assist students in learning to deal with complexity, uncertainty and change in the practice worlds and better appeal to students who are making decisions on where to enrol. The data for this study was collected through in-depth interviews and focus groups with academics and policy makers within academia.

Keywords: Transcending Pedagogies, teaching and learning strategies, learning spaces, pedagogies

Procedia PDF Downloads 528
2599 The Role of Physical Activities in Improving the Psychological State, Reducing Stress and Anxiety Resulting from the Corona (Covid-19) Pandemic

Authors: Saidia Houari

Abstract:

The current coronavirus pandemic (COVID-19) is a special and unusual reality. It can affect people physically, but also psychologically. Indeed, in such a context, many people will experience reactions of stress, anxiety and depression, and Sports is known to be a great in improving the effectiveness of the nervous system and mental health. Professor Ango Frubuze“many studies proved that sports play an important role in fighting psychological tension and some other psychological problems, such as depression and sleep difficulties, but on condition of practicing them properly,choosing the kind that generates comfort and happiness for man “ .The sports university professor in the German city of Cologne added that the effort exerted during the exercise works on restoring balance to the stress hormones like cortisol.The case report provides an insight into the COVID-19 current situation and represents a picture of the current state of mental health and an overview of novel coronavirus (Covid-19) outbreaks in some countries of the world. Some procedures taken to combat the coronavirus. We proposed the practice of physical activities during the quarantine period, and we showed their importance and their positive effects.

Keywords: COVID-19, psycholiqical impacts, stress, physical activities

Procedia PDF Downloads 54
2598 The Use of Energy Efficiency and Renewable Energy in Building for Sustainable Development

Authors: Zakariya B. H., Idris M. I., Jungudo M. A.

Abstract:

High energy consumptions of urban settlements in Nigeria are escalating due to strong population growth and migration as a result of crises. The demand for lighting, heating, ventilation and air conditioning (LHVAC) is becoming higher. Conversely, there is a poor electricity supply to both rural and urban settlement in Nigeria. Generators were mostly used in Nigeria as a source of energy for LHVAC. Energy efficiency can be defined as any measure taken to reduce the amount of energy consumed for heating ventilation and air-conditioning (HVAC), and house hold appliances like computers, stoves, refrigerators, televisions etc. The aim of the study was to minimize energy consumption in building through the integration of energy efficiency and renewable energy in building sector. Some of the energy efficient buildings within the study area were identified, the study covers there major cities of Nigeria namely, Abuja, Kaduna and Lagos city. The cost of investment on the energy efficiency and renewable energy was determined and compared with other fossil energy source for conventional building. Findings revealed that the low energy and energy efficient buildings in Nigeria are cheaper than the conventional ones. Based on the finding of the research, construction stake holders are strongly encouraged to abandon the conventional buildings and consider energy efficiency and renewable energy in buildings.

Keywords: energy, efficiency, LHVAC, sustainable development

Procedia PDF Downloads 560
2597 Glucose Monitoring System Using Machine Learning Algorithms

Authors: Sangeeta Palekar, Neeraj Rangwani, Akash Poddar, Jayu Kalambe

Abstract:

The bio-medical analysis is an indispensable procedure for identifying health-related diseases like diabetes. Monitoring the glucose level in our body regularly helps us identify hyperglycemia and hypoglycemia, which can cause severe medical problems like nerve damage or kidney diseases. This paper presents a method for predicting the glucose concentration in blood samples using image processing and machine learning algorithms. The glucose solution is prepared by the glucose oxidase (GOD) and peroxidase (POD) method. An experimental database is generated based on the colorimetric technique. The image of the glucose solution is captured by the raspberry pi camera and analyzed using image processing by extracting the RGB, HSV, LUX color space values. Regression algorithms like multiple linear regression, decision tree, RandomForest, and XGBoost were used to predict the unknown glucose concentration. The multiple linear regression algorithm predicts the results with 97% accuracy. The image processing and machine learning-based approach reduce the hardware complexities of existing platforms.

Keywords: artificial intelligence glucose detection, glucose oxidase, peroxidase, image processing, machine learning

Procedia PDF Downloads 181
2596 Quality in Healthcare: An Autism-Friendly Hospital Emergency Waiting Room

Authors: Elena Bellini, Daniele Mugnaini, Michele Boschetto

Abstract:

People with an Autistic Spectrum Disorder and an Intellectual Disability who need to attend a Hospital Emergency Waiting Room frequently present high levels of discomfort and challenging behaviors due to stress-related hyperarousal, sensory sensitivity, novelty-anxiety, communication and self-regulation difficulties. Increased agitation and acting out also disturb the diagnostic and therapeutic processes, and the emergency room climate. Architectural design disciplines aimed at reducing distress in hospitals or creating autism-friendly environments are called for to find effective answers to this particular need. A growing number of researchers are considering the physical environment as an important point of intervention for people with autism. It has been shown that providing the right setting can help enhance confidence and self-esteem and can have a profound impact on their health and wellbeing. Environmental psychology has evaluated the perceived quality of care, looking at the design of hospital rooms, paths and circulation, waiting rooms, services and devices. Furthermore, many studies have investigated the influence of the hospital environment on patients, in terms of stress-reduction and therapeutic intervention’ speed, but also on health professionals and their work. Several services around the world are organizing autism-friendly hospital environments which involve the architecture and the specific staff training. In Italy, the association Spes contra spem has promoted and published, in 2013, the ‘Chart of disabled people in the hospital’. It stipulates that disabled people should have equal rights to accessible and high-quality care. There are a few Italian examples of therapeutic programmes for autistic people as the Dama project in Milan and the recent experience of Children and Autism Foundation in Pordenone. Careggi’s Emergency Waiting Room in Florence has been built to satisfy this challenge. This project of research comes from a collaboration between the technical staff of Careggi Hospital, the Center for autism PAMAPI and some architects expert in the sensory environment. The methodology of focus group involved architects, psychologists and professionals through a transdisciplinary research, centered on the links between the spatial characteristics and clinical state of people with ASD. The relationship between architectural space and quality of life is studied to pay maximum attention to users’ needs and to support the medical staff in their work by a specific program of training. The result of this research is a sum of criteria used to design the emergency waiting room, that will be illustrated. A protected room, with a clear space design, maximizes comprehension and predictability. The multisensory environment is thought to help sensory integration and relaxation. Visual communication through Ipad allows an anticipated understanding of medical procedures, and a specific technological system supports requests, choices and self-determination in order to fit sensory stimulation to personal preferences, especially for hypo and hypersensitive people. All these characteristics should ensure a better regulation of the arousal, less behavior problems, improving treatment accessibility, safety, and effectiveness. First results about patient-satisfaction levels will be presented.

Keywords: accessibility of care, autism-friendly architecture, personalized therapeutic process, sensory environment

Procedia PDF Downloads 247
2595 Flange/Web Distortional Buckling of Cold-Formed Steel Beams with Web Holes under Pure Bending

Authors: Nan-Ting Yu, Boksun Kim, Long-Yuan Li

Abstract:

The cold-formed steel beams with web holes are widely used as the load-carrying members in structural engineering. The perforations can release the space of the building and let the pipes go through. However, the perforated cold-formed steel (PCFS) beams may fail by distortional buckling more easily than beams with plain web; this is because the rotational stiffness from the web decreases. It is well known that the distortional buckling can be described as the buckling of the compressed flange-lip system. In fact, near the ultimate failure, the flange/web corner would move laterally, which indicates the bending of the web should be taken account. The purpose of this study is to give a specific solution for the critical stress of flange/web distortional buckling of PCFS beams. The new model is deduced based on classical energy method, and the deflection of the web is represented by the shape function of the plane beam element. The finite element analyses have been performed to validate the accuracy of the proposed model. The comparison of the critical stress calculated from Hancock's model, FEA, and present model, shows that the present model can provide a splendid prediction for the flange/web distortional buckling of PCFS beams.

Keywords: cold-formed steel, beams, perforations, flange-web distortional buckling, finite element analysis

Procedia PDF Downloads 117
2594 Study on Influencing Factors of Walkability of Rail Transit Station Area

Authors: Yang Wenjuan, Xu Yilun

Abstract:

Based on the comparative analysis of the relevant evaluation methods of walking environment, this paper selects the combined evaluation method of macro urban morphology analysis and micro urban design quality survey, then investigates and analyzes the walking environment of three rail transit station area in Nanjing to explore the influence factor and internal relation of walkability of rail transit station area. Analysis shows that micro urban design factors have greater impact on the walkability of rail transit station area compared with macro urban morphology factors, the convenience is the key factor in the four aspects of convenience, security, identity and comfortability of the urban design factors, the convenience is not only affected by the block network form, but also related to the quality of the street space. The overall evaluation of walkability comes from the overlapping and regrouping of the walking environment at different levels, but some environmental factors play a leading role. The social attributes of pedestrians also partly influence their walking perception and evaluation.

Keywords: rail transit station area, walkability, evaluation, influence factors

Procedia PDF Downloads 278
2593 Carbon Accounting for Sustainable Design and Manufacturing in the Signage Industry

Authors: Prudvi Paresi, Fatemeh Javidan

Abstract:

In recent years, greenhouse gas, or in particular, carbon emissions, have received special attention from environmentalists and designers due to the fact that they significantly contribute to the temperature rise. The building industry is one of the top seven major industries contributing to embodied carbon emission. Signage systems are an integral part of the building industry and bring completeness to the space-building by providing the required information and guidance. A significant amount of building materials, such as steel, aluminium, acrylic, LED, etc., are utilized in these systems, but very limited information is available on their sustainability and carbon footprint. Therefore, there is an urgent need to assess the emissions associated with the signage industry and for controlling these by adopting different mitigation techniques without sacrificing the efficiency of the project. The present paper investigates the embodied carbon of two case studies in the Australian signage industry within the cradle – gate (A1-A3) and gate–site (A4-A5) stages. A material source-based database is considered to achieve more accuracy. The study identified that aluminium is the major contributor to embodied carbon in the signage industry compared to other constituents. Finally, an attempt is made to suggest strategies for mitigating embodied carbon in this industry.

Keywords: carbon accounting, small-scale construction, signage industry, construction materials

Procedia PDF Downloads 97
2592 Control of Single Axis Magnetic Levitation System Using Fuzzy Logic Control

Authors: A. M. Benomair, M. O. Tokhi

Abstract:

This paper presents the investigation on a system model for the stabilization of a Magnetic Levitation System (Maglev’s). The magnetic levitation system is a challenging nonlinear mechatronic system in which an electromagnetic force is required to suspend an object (metal sphere) in air space. The electromagnetic force is very sensitive to the noise which can create acceleration forces on the metal sphere, causing the sphere to move into the unbalanced region. Maglev’s give the contribution in industry and this system has reduce the power consumption, has increase the power efficiency and reduce the cost maintenance. The common applications for Maglev’s Power Generation (e.g. wind turbine), Maglev’s trains and Medical Device (e.g. Magnetically suspended Artificial Heart Pump). This paper presents the comparison between dynamic response and robust characteristic for both conventional PD and Fuzzy PD controller. The main contribution of this paper is the proof of fuzzy PD type stabilization and robustness. By use of a method to tune the scaling factors of the linear PD type fuzzy controller from an equivalent tuned conventional PD.

Keywords: magnetic levitation system, PD controller, Fuzzy Logic Control, Fuzzy PD

Procedia PDF Downloads 259
2591 The Determination of Contamination Rate of Traditional White Cheese in Behbahan Markets to Coliforms and Pathogenic Escherichia Coli

Authors: Sana Mohammad Jafar, Hossaini Seyahi Zohreh

Abstract:

Infections and food intoxication caused by microbial contamination of food is of major issues in different countries, and diseases caused by the consumption of contaminated food included a large percentage of the country's health problems. Since traditional cheese for cultural reasons, good taste and smell in many parts of the area still has the important place in people's food basket, transmission of pathogenic bacteria could be at risk human health through the consumption of this food. In this study selected randomly 100 samples of 250 grams of traditional cheeses supplied in the city Behbahan market and adjacent to the ice was transferred to the laboratory and microbiological tests were performed immediately. According to the results, from 100 samples tested traditional cheese, 94 samples (94% of samples) were contaminated with coliforms, which of this number 75 samples (75% of samples) the contamination rate was higher than the limit (more than 100 cfu/g). Of the total samples, 36 samples (36% of samples) were contaminated with fecal coliform which of this number 30 samples (30% of samples) were contaminated with Escherichia.coli bacteria. Based on the results of agglutination test,no samples was found positive as pathogenic Escherichia.coli.

Keywords: determination, traditional cheese, Behbahan, Escherichia coli

Procedia PDF Downloads 489
2590 Gaualofa: Tsunami Impact and Samoan Grief Recovery

Authors: Byron Malaela Sotiata Seiuli

Abstract:

When a disaster strike, the resultant impact and devastation forces many people, particularly those directly affected, to re-examine the core dimensions of life that do not come from other life events. The way people respond to and try give meaning to their experiences resultant from the ruptures of trauma remains vital in grief recovery. On 29 October 2009, an earthquake of 8.3 magnitudes generated a galulolo (tsunami) wave that destroyed parts of American Samoa, Tonga and Samoa (previously Western Samoa). Aside from the physical and natural devastation, many people lost their lives and their livelihood. For health professionals who were called upon to provide psychosocial support, this calamity provided an ideal setting to examine and explore how those directly impacted recovered from the calamity. The experiences of a Samoan couple, Fia and Ola, becomes the key focus of this article, one that situates their mourning patterns and recovery journey in the context of Samoan culture. Examining grief from this perspective creates a cultural space to extend indigenous understanding on the complexities of grieving and customarily responses of Samoan people, like this couple, to disaster recovery.

Keywords: Fa'asamoa, galulolo, tsunami disaster, trauma and grief recovery, pacific psychology

Procedia PDF Downloads 188
2589 Efficient Semi-Systolic Finite Field Multiplier Using Redundant Basis

Authors: Hyun-Ho Lee, Kee-Won Kim

Abstract:

The arithmetic operations over GF(2m) have been extensively used in error correcting codes and public-key cryptography schemes. Finite field arithmetic includes addition, multiplication, division and inversion operations. Addition is very simple and can be implemented with an extremely simple circuit. The other operations are much more complex. The multiplication is the most important for cryptosystems, such as the elliptic curve cryptosystem, since computing exponentiation, division, and computing multiplicative inverse can be performed by computing multiplication iteratively. In this paper, we present a parallel computation algorithm that operates Montgomery multiplication over finite field using redundant basis. Also, based on the multiplication algorithm, we present an efficient semi-systolic multiplier over finite field. The multiplier has less space and time complexities compared to related multipliers. As compared to the corresponding existing structures, the multiplier saves at least 5% area, 50% time, and 53% area-time (AT) complexity. Accordingly, it is well suited for VLSI implementation and can be easily applied as a basic component for computing complex operations over finite field, such as inversion and division operation.

Keywords: finite field, Montgomery multiplication, systolic array, cryptography

Procedia PDF Downloads 278
2588 The Univalence Principle: Equivalent Mathematical Structures Are Indistinguishable

Authors: Michael Shulman, Paige North, Benedikt Ahrens, Dmitris Tsementzis

Abstract:

The Univalence Principle is the statement that equivalent mathematical structures are indistinguishable. We prove a general version of this principle that applies to all set-based, categorical, and higher-categorical structures defined in a non-algebraic and space-based style, as well as models of higher-order theories such as topological spaces. In particular, we formulate a general definition of indiscernibility for objects of any such structure, and a corresponding univalence condition that generalizes Rezk’s completeness condition for Segal spaces and ensures that all equivalences of structures are levelwise equivalences. Our work builds on Makkai’s First-Order Logic with Dependent Sorts, but is expressed in Voevodsky’s Univalent Foundations (UF), extending previous work on the Structure Identity Principle and univalent categories in UF. This enables indistinguishability to be expressed simply as identification, and yields a formal theory that is interpretable in classical homotopy theory, but also in other higher topos models. It follows that Univalent Foundations is a fully equivalence-invariant foundation for higher-categorical mathematics, as intended by Voevodsky.

Keywords: category theory, higher structures, inverse category, univalence

Procedia PDF Downloads 134
2587 Modernity and Domestic Space in the Feminist Utopias of Herland and Sultana’s Dream

Authors: Nudrat Kamal

Abstract:

Scholarship exploring the development of the literary tradition of feminist utopias, especially in the sociopolitical context of Europe and North America, has been important and meaningful, but it is, in large part, still restricted to Euro-American texts. This paper will explore Charlotte Perkins Gilman’s feminist utopia Herland (1915) with another feminist utopia written just a decade before, but in a widely different sociopolitical context: Bengali feminist writer Rokeya Sakhawat Hossain’s English short story Sultana’s Dream (1905). The paper will argue that both texts, despite being written in such different cultural and historical contexts, utilize and subvert the public versus private/domestic sphere dichotomy and the restricted gender roles associated with each sphere in order to conceive of specific formulations of feminist modernities that reflect the sociopolitical contexts and feminist movements both writers were writing within. By bringing Gilman’s Herland into conversation with Hossain’s Sultana’s Dream, the paper hopes to illuminate the new meanings that might emerge if the scholarship on Western feminist utopias was to open itself up to the feminist utopias written elsewhere.

Keywords: comparative literature, feminist utopias, modernity, South Asian literature, utopias

Procedia PDF Downloads 216
2586 Human Action Retrieval System Using Features Weight Updating Based Relevance Feedback Approach

Authors: Munaf Rashid

Abstract:

For content-based human action retrieval systems, search accuracy is often inferior because of the following two reasons 1) global information pertaining to videos is totally ignored, only low level motion descriptors are considered as a significant feature to match the similarity between query and database videos, and 2) the semantic gap between the high level user concept and low level visual features. Hence, in this paper, we propose a method that will address these two issues and in doing so, this paper contributes in two ways. Firstly, we introduce a method that uses both global and local information in one framework for an action retrieval task. Secondly, to minimize the semantic gap, a user concept is involved by incorporating features weight updating (FWU) Relevance Feedback (RF) approach. We use statistical characteristics to dynamically update weights of the feature descriptors so that after every RF iteration feature space is modified accordingly. For testing and validation purpose two human action recognition datasets have been utilized, namely Weizmann and UCF. Results show that even with a number of visual challenges the proposed approach performs well.

Keywords: relevance feedback (RF), action retrieval, semantic gap, feature descriptor, codebook

Procedia PDF Downloads 453
2585 The Emerging Post-Islamism and the Politics of Pakistan’s Jamaat-i-Islami in the Contemporary Muslim World

Authors: Shahzada Gulfam

Abstract:

Islamism was considered as a new phenomenon in Muslim World to revolt against static Religious Traditionalists and the Imperialists. Islamist political parties viewed the establishment of an Islamic state within the limits of Sharia’h as their destination. The Islamists movements like Ikhwan-ul Muslimun, Jamaat-i-Islami etc. did appear with revolutionary agenda but were contained by military forces and the secular modernists of Muslim World. The Muslim rulers, historically could not respect the democratic and moral norms and equally emerged as dictators in democracies, military rule as well as in monarchies. The Arab Spring did not follow the Islamists agenda but gathered the common masses against the corrupt rulers to have a just democratic political system. The Islamic State and Sharia’h were not their immediate targets but the achievement of moral norms in Muslim societies and eradication of dictatorial rule were the basic aims. This phenomenon is named as post-Islamism. The political struggle of PAT (Pakistan Awami Tehreek) and the PTI (Pakistan Tehreek-i-Insaf) has been following the footsteps of Arab Spring and can be noted as the extension of Arab Spring in Muslim World. The results of this struggle would define the fate of Post-Islamism in Pakistan. Has Jamaat-i-Islami got the potential to reform its agenda accordingly? This paper intends to study the Jamaat’s struggle and tries to predict Jamaat’s role in post-Islamism scenario. There is a clear distinction between the people of religion and the people following the popular materialistic westernized value system. This division is also evident in political parties. Pakistan has been ruled mostly by the secular parties and rulers. The inability to establish Islamic system by replacing the imperial system has created militancy and revolt which requires the establishment of a sound model Islamic based system in the country. The political parties of Pakistan could not device a modernize agenda, equally acceptable in modernized world and addressing the prevailing issues and also having the indigenous religious and cultural roots. The inability of Jamaat-i-Islami Pakistan to transform its agenda accordingly to serve the post-Islamism has made it irrelevant in Pakistan’s politics. Once Jamaat leaves behind its hard position as an Islamist party and accepts the post-Islamism as beginning to create its idealized state and society, it can pursue its agenda gradually. The phenomenon of post-Islamism does not make Islamists irrelevant but invites them to listen to the priorities of masses rather than insisting on the agenda of their respective ideologues to be followed for all times. The ruling Muslim democrats and military dictators of Pakistan have been following unfair means to sustain their political power which gave rise to space for the new political parties to emerge and organize agitation successfully in Pakistani Politics. Jamaat-i-Islami could not fill that space to be an agent of Post-Islamism and could not break their chains which had been tying them to the prevailing failed democracy of Pakistan. Post-Islamists are the addressers of the rulers corruption and are struggling for reforms in system. Jamaat due to its ideological compulsions could not transform its agenda accordingly. The new scenario indicates that the Post-Islamism which emerged in Arab World can be taken as first step to establish democracy and justice in state and society and then the establishment of Islamic law and the establishment of an Islamic state should have been the next targets. This gradual agenda would have delivered public support to the Jamaat which deserved that but PTI & PAT have cashed this opportunity in Pakistani politics by strengthening their respective vote banks.

Keywords: arab spring, islamic state, islamic political parties, muslim world, post-islamism

Procedia PDF Downloads 353
2584 Performance Evaluation of MIMO-OFDM Communication Systems

Authors: M. I. Youssef, A. E. Emam, M. Abd Elghany

Abstract:

This paper evaluates the bit error rate (BER) performance of MIMO-OFDM communication system. MIMO system uses multiple transmitting and receiving antennas with different coding techniques to either enhance the transmission diversity or spatial multiplexing gain. Utilizing alamouti algorithm were the same information transmitted over multiple antennas at different time intervals and then collected again at the receivers to minimize the probability of error, combat fading and thus improve the received signal to noise ratio. While utilizing V-BLAST algorithm, the transmitted signals are divided into different transmitting channels and transferred over the channel to be received by different receiving antennas to increase the transmitted data rate and achieve higher throughput. The paper provides a study of different diversity gain coding schemes and spatial multiplexing coding for MIMO systems. A comparison of various channels' estimation and equalization techniques are given. The simulation is implemented using MATLAB, and the results had shown the performance of transmission models under different channel environments.

Keywords: MIMO communication, BER, space codes, channels, alamouti, V-BLAST

Procedia PDF Downloads 164
2583 Integration of Climatic Factors in the Meta-Population Modelling of the Dynamic of Malaria Transmission, Case of Douala and Yaoundé, Two Cities of Cameroon

Authors: Justin-Herve Noubissi, Jean Claude Kamgang, Eric Ramat, Januarius Asongu, Christophe Cambier

Abstract:

The goal of our study is to analyse the impact of climatic factors in malaria transmission taking into account migration between Douala and Yaoundé, two cities of Cameroon country. We show how variations of climatic factors such as temperature and relative humidity affect the malaria spread. We propose a meta-population model of the dynamic transmission of malaria that evolves in space and time and that takes into account temperature and relative humidity and the migration between Douala and Yaoundé. We also integrate the variation of environmental factors as events also called mathematical impulsion that can disrupt the model evolution at any time. Our modelling has been done using the Discrete EVents System Specification (DEVS) formalism. Our implementation has been done on Virtual Laboratory Environment (VLE) that uses DEVS formalism and abstract simulators for coupling models by integrating the concept of DEVS.

Keywords: compartmental models, DEVS, discrete events, meta-population model, VLE

Procedia PDF Downloads 543
2582 An Overview of Bioclimatic Design Strategies for Energy Efficient Buildings: A Case Study of Semi-Arid Climate, Lahore

Authors: Beenish Mujahid, Sana Malik

Abstract:

Bioclimatic design Strategies plays a dynamic role in construction of Sustainable Buildings. This approach leads to reduction in the mechanical cooling of building which provides comfort to the occupants in sustainable manner. Such bioclimatic measures provide a complete framework of building design through responding to climatic features of particular site. The featured Passive cooling techniques for hot climatic region provides comfortable indoor temperature with ecological and financial benefits. The study is based on highlighting this approach to produce energy efficient buildings for Semi-Arid climate like Lahore, Pakistan. Being part of developing country, energy savings in Lahore city would help the Power Sector and resolves the World Issues of Global Warming and Ozone Layer Depletion. This article reviews the bioclimatic design strategies and their critical analysis to drive guidelines for Sustainable buildings in Lahore. The study shows that the demand for mechanical cooling systems including air conditioning, fans, and air coolers can be reduced through regional climatic design.

Keywords: bioclimatic design, buildings, comfort, energy efficient, Lahore

Procedia PDF Downloads 244
2581 Mirror-Like Effect Based on Correlations among Atoms

Authors: Qurrat-ul-Ain Gulfam, Zbigniew Ficek

Abstract:

The novel idea to use single atoms as highly reflecting mirrors has recently gained much attention. Usually, to observe the reflective nature of an atom, it is required to couple the atom to an external medium such that a directional spontaneous emission could be realized. We propose an alternative way to achieve the directional emission by considering a system of correlated atoms in free space. It is well known that mutually interacting atoms have a strong tendency to emit the radiation along particular discrete directions. That relieves one from the stingy condition of associating the atomic system to another media and facilitates the experimental implementation to a large degree. Moreover, realistic 3-dimensional collective emission can be taken into account in the dynamics. Two interesting spatial setups have been considered; one where a probe atom is confined in a linear cavity formed by two atomic mirrors and, the other where a probe atom faces a chain of correlated atoms. We observe an evidence of the mirror-like effect in a simple system of a chain of three atoms. The angular distribution of the radiation intensity observed in the far field is greatly affected by the atomic interactions. Hence, suitable directions for enhanced reflectivity can be determined.

Keywords: atom-mirror effect, correlated system, dipole-dipole interactions, intensity

Procedia PDF Downloads 540