876 resultados para IS research methodologies
Resumo:
Customer Satisfaction Surveys (CSS) have become an important tool for public transport planners, as improvements in the perceived quality of service lead to greater use of public transport and lower traffic pollution. Until now, Intelligent Transportation System (ITS) enhancements in public transport have traditionally included fleet management systems based on Automatic Vehicle Location (AVL) technologies, which can be used to optimize routing and scheduling, and to feed real-time information into passenger information channels. However, surveys of public transport users could also benefit from the new information technologies. As most customers carry their smartphones when traveling, Quick Response (QR) codes open up the possibility of conducting these surveys at a lower cost.This paper contributes to the limited existing literature by developing the analysis of QR codes applied to CSS in public transport and highlighting their importance in reducing the cost of data collection and processing. The added value of this research is that it provides the first assessment of a real case study in Madrid (Spain) using QR codes for this purpose. This pilot experience was part of a research project analyzing bus service quality in the same case study, so the QR code survey (155 valid questionnaires) was validated using a conventional face-to-face survey (520 valid questionnaires). The results show clearly that, after overcoming a few teething troubles, this QR code application will ultimately provide transport management with a useful tool to reduce survey costs
Resumo:
In recent decades, full electric and hybrid electric vehicles have emerged as an alternative to conventional cars due to a range of factors, including environmental and economic aspects. These vehicles are the result of considerable efforts to seek ways of reducing the use of fossil fuel for vehicle propulsion. Sophisticated technologies such as hybrid and electric powertrains require careful study and optimization. Mathematical models play a key role at this point. Currently, many advanced mathematical analysis tools, as well as computer applications have been built for vehicle simulation purposes. Given the great interest of hybrid and electric powertrains, along with the increasing importance of reliable computer-based models, the author decided to integrate both aspects in the research purpose of this work. Furthermore, this is one of the first final degree projects held at the ETSII (Higher Technical School of Industrial Engineers) that covers the study of hybrid and electric propulsion systems. The present project is based on MBS3D 2.0, a specialized software for the dynamic simulation of multibody systems developed at the UPM Institute of Automobile Research (INSIA). Automobiles are a clear example of complex multibody systems, which are present in nearly every field of engineering. The work presented here benefits from the availability of MBS3D software. This program has proven to be a very efficient tool, with a highly developed underlying mathematical formulation. On this basis, the focus of this project is the extension of MBS3D features in order to be able to perform dynamic simulations of hybrid and electric vehicle models. This requires the joint simulation of the mechanical model of the vehicle, together with the model of the hybrid or electric powertrain. These sub-models belong to completely different physical domains. In fact the powertrain consists of energy storage systems, electrical machines and power electronics, connected to purely mechanical components (wheels, suspension, transmission, clutch…). The challenge today is to create a global vehicle model that is valid for computer simulation. Therefore, the main goal of this project is to apply co-simulation methodologies to a comprehensive model of an electric vehicle, where sub-models from different areas of engineering are coupled. The created electric vehicle (EV) model consists of a separately excited DC electric motor, a Li-ion battery pack, a DC/DC chopper converter and a multibody vehicle model. Co-simulation techniques allow car designers to simulate complex vehicle architectures and behaviors, which are usually difficult to implement in a real environment due to safety and/or economic reasons. In addition, multi-domain computational models help to detect the effects of different driving patterns and parameters and improve the models in a fast and effective way. Automotive designers can greatly benefit from a multidisciplinary approach of new hybrid and electric vehicles. In this case, the global electric vehicle model includes an electrical subsystem and a mechanical subsystem. The electrical subsystem consists of three basic components: electric motor, battery pack and power converter. A modular representation is used for building the dynamic model of the vehicle drivetrain. This means that every component of the drivetrain (submodule) is modeled separately and has its own general dynamic model, with clearly defined inputs and outputs. Then, all the particular submodules are assembled according to the drivetrain configuration and, in this way, the power flow across the components is completely determined. Dynamic models of electrical components are often based on equivalent circuits, where Kirchhoff’s voltage and current laws are applied to draw the algebraic and differential equations. Here, Randles circuit is used for dynamic modeling of the battery and the electric motor is modeled through the analysis of the equivalent circuit of a separately excited DC motor, where the power converter is included. The mechanical subsystem is defined by MBS3D equations. These equations consider the position, velocity and acceleration of all the bodies comprising the vehicle multibody system. MBS3D 2.0 is entirely written in MATLAB and the structure of the program has been thoroughly studied and understood by the author. MBS3D software is adapted according to the requirements of the applied co-simulation method. Some of the core functions are modified, such as integrator and graphics, and several auxiliary functions are added in order to compute the mathematical model of the electrical components. By coupling and co-simulating both subsystems, it is possible to evaluate the dynamic interaction among all the components of the drivetrain. ‘Tight-coupling’ method is used to cosimulate the sub-models. This approach integrates all subsystems simultaneously and the results of the integration are exchanged by function-call. This means that the integration is done jointly for the mechanical and the electrical subsystem, under a single integrator and then, the speed of integration is determined by the slower subsystem. Simulations are then used to show the performance of the developed EV model. However, this project focuses more on the validation of the computational and mathematical tool for electric and hybrid vehicle simulation. For this purpose, a detailed study and comparison of different integrators within the MATLAB environment is done. Consequently, the main efforts are directed towards the implementation of co-simulation techniques in MBS3D software. In this regard, it is not intended to create an extremely precise EV model in terms of real vehicle performance, although an acceptable level of accuracy is achieved. The gap between the EV model and the real system is filled, in a way, by introducing the gas and brake pedals input, which reflects the actual driver behavior. This input is included directly in the differential equations of the model, and determines the amount of current provided to the electric motor. For a separately excited DC motor, the rotor current is proportional to the traction torque delivered to the car wheels. Therefore, as it occurs in the case of real vehicle models, the propulsion torque in the mathematical model is controlled through acceleration and brake pedal commands. The designed transmission system also includes a reduction gear that adapts the torque coming for the motor drive and transfers it. The main contribution of this project is, therefore, the implementation of a new calculation path for the wheel torques, based on performance characteristics and outputs of the electric powertrain model. Originally, the wheel traction and braking torques were input to MBS3D through a vector directly computed by the user in a MATLAB script. Now, they are calculated as a function of the motor current which, in turn, depends on the current provided by the battery pack across the DC/DC chopper converter. The motor and battery currents and voltages are the solutions of the electrical ODE (Ordinary Differential Equation) system coupled to the multibody system. Simultaneously, the outputs of MBS3D model are the position, velocity and acceleration of the vehicle at all times. The motor shaft speed is computed from the output vehicle speed considering the wheel radius, the gear reduction ratio and the transmission efficiency. This motor shaft speed, somehow available from MBS3D model, is then introduced in the differential equations corresponding to the electrical subsystem. In this way, MBS3D and the electrical powertrain model are interconnected and both subsystems exchange values resulting as expected with tight-coupling approach.When programming mathematical models of complex systems, code optimization is a key step in the process. A way to improve the overall performance of the integration, making use of C/C++ as an alternative programming language, is described and implemented. Although this entails a higher computational burden, it leads to important advantages regarding cosimulation speed and stability. In order to do this, it is necessary to integrate MATLAB with another integrated development environment (IDE), where C/C++ code can be generated and executed. In this project, C/C++ files are programmed in Microsoft Visual Studio and the interface between both IDEs is created by building C/C++ MEX file functions. These programs contain functions or subroutines that can be dynamically linked and executed from MATLAB. This process achieves reductions in simulation time up to two orders of magnitude. The tests performed with different integrators, also reveal the stiff character of the differential equations corresponding to the electrical subsystem, and allow the improvement of the cosimulation process. When varying the parameters of the integration and/or the initial conditions of the problem, the solutions of the system of equations show better dynamic response and stability, depending on the integrator used. Several integrators, with variable and non-variable step-size, and for stiff and non-stiff problems are applied to the coupled ODE system. Then, the results are analyzed, compared and discussed. From all the above, the project can be divided into four main parts: 1. Creation of the equation-based electric vehicle model; 2. Programming, simulation and adjustment of the electric vehicle model; 3. Application of co-simulation methodologies to MBS3D and the electric powertrain subsystem; and 4. Code optimization and study of different integrators. Additionally, in order to deeply understand the context of the project, the first chapters include an introduction to basic vehicle dynamics, current classification of hybrid and electric vehicles and an explanation of the involved technologies such as brake energy regeneration, electric and non-electric propulsion systems for EVs and HEVs (hybrid electric vehicles) and their control strategies. Later, the problem of dynamic modeling of hybrid and electric vehicles is discussed. The integrated development environment and the simulation tool are also briefly described. The core chapters include an explanation of the major co-simulation methodologies and how they have been programmed and applied to the electric powertrain model together with the multibody system dynamic model. Finally, the last chapters summarize the main results and conclusions of the project and propose further research topics. In conclusion, co-simulation methodologies are applicable within the integrated development environments MATLAB and Visual Studio, and the simulation tool MBS3D 2.0, where equation-based models of multidisciplinary subsystems, consisting of mechanical and electrical components, are coupled and integrated in a very efficient way.
Resumo:
gamma-aminobutyric acid type A (GABAA) receptors are the major sites of fast synaptic inhibition in the brain. They are constructed from four subunit classes with multiple members: alpha (1-6), beta (1-4), gamma (1-4), and delta (1). The contribution of subunit diversity in determining receptor subcellular targeting was examined in polarized Madin-Darby canine kidney (MDCK) cells. Significant detection of cell surface homomeric receptor expression by a combination of both immunological and electrophysiological methodologies was only found for the beta 3 subunit. Expression of alpha/beta binary combinations resulted in a nonpolarized distribution for alpha 1 beta 1 complexes, but specific basolateral targeting of both alpha 1 beta 2 and alpha 1 beta 3 complexes. The polarized distribution of these alpha/beta complexes was unaffected by the presence of the gamma 2S subunit. Interestingly, delivery of receptors containing the beta 3 subunit to the basolateral domain occurs via the apical surface. These results show that beta subunits can selectively target GABAA receptors to distinct cellular locations. Changes in the spatial and temporal expression of beta-subunit isoforms may therefore provide a mechanism for relocating GABAA receptor function between distinct neuronal domains. Given the critical role of these receptors in mediating synaptic inhibition, the contribution of different beta subunits in GABAA receptor function, may have implications in neuronal development and for receptor localization/clustering.
Resumo:
This dissertation examines ancient historiographic citation methodologies in light of Mikhail Bakhtin’s dichotomy between polyphony and monologization. In particular, this dissertation argues that Eusebius of Caesarea’s Historia ecclesiastica (HE) abandons the monologic citation methodology typical of previous Greek and Hellenistic historiography and introduces a polyphonic citation methodology that influences subsequent late-ancient Christian historiography to varying degrees. Whereas Pre-Eusebian Greek and Hellenistic historiographers typically use citations to support the single authorial consciousness of the historiographer, Eusebius uses citations to counterbalance his own shortcomings as a witness to past events. Eusebius allows his citations to retain their own voice, even when they conflict with his. The result is a narrative that transcends the point of view of any single individual and makes multiple witnesses, including the narrator, available to the reader. Post-Eusebian late-ancient Christian historiographers exhibit the influence of Eusebius’ innovation, but they are not as intentional as Eusebius in their use of citation methodologies. Many subsequent Christian historiographers use both monologic and polyphonic citation methodologies. Their tendency to follow Eusebius’ practice of citing numerous lengthy citations sometimes emphasizes points of view that oppose the author’s point of view. When an opposing viewpoint surfaces in enough citations, a polyphonic citation methodology emerges. The reader holds the two different narrative strands in tension as the author continues to give voice to opposing viewpoints. After illustrating the citation methodologies with passages from numerous Greek, Hellenistic, and late ancient Christian historiographers, this dissertation concludes with a short computational analysis that uses natural language processing to reveal some broad trends that highlight the previous findings and suggest a possibility for future research.
Resumo:
Social Sciences can, on occasions, be similar to the so called “hard” sciences. However, in many cases, neither the object nor the classical methods fit in with the objectives of the work. The object requires methodological and technical adjustments, which are often avoided by means of an improper rigidity of the object’s needs. These adjustments can even alter the original research idea. The main objective of this article consists of proving that those objects of study, less suitable to be addressed by rigid positivistic strategies, can be approached both scientifically and sociologically. This can be achieved with the use of different strategies and flexible methodologies to ensure validity and reliability standards. This paper will be posed, firstly, a reflection on the epistemological nature of the debate about the rigid-flexible perspectives. Secondly, the strategies and tools used by the research team to achieve the reduction of the uncertainty about the size and characteristics of the population studied will be described. Finally, some of the survey results obtained in this project will be compared to those provided by the FAMILITUR Survey (2008), conducted by the Spanish Institute of Tourist Studies (IET).
Resumo:
The increase of building pathologies related to the use of stone materials and the use of ventilated stone veneers, requires the reformulation of design concepts in building façades and also the reformulation of the architectural project. The aim of this paper is to identify, analyze and evaluate synthetically building pathologies in stone ventilated façades in order to obtain the main technical conditions to be considered in the architectural design, by interpreting its mechanical behavior and capabilities to prevent such pathologies and to ensure the proper features during the building lifetime. The methodology is based on both laboratory stone tests and in situ tests about construction systems, by analyzing physical and mechanical behavior of the outer layer in relation to other building requirements. The results imply the need of proper sizing, specific quality control and practical application of calculation methods, to control high concentration pressures in ventilated façades by reaching appropriate project solutions. In conclusion, the research about different pathologies of stone ventilated façades, the study of their mechanical behavior, their anchorage and their connection with their constructive aspects, will help to improve the construction quality of the stone ventilated façade in buildings and to enhance the use of natural stone in modern architecture.
Resumo:
Este documento es un artículo inédito que ha sido aceptado para su publicación. Como un servicio a sus autores y lectores, Alternativas. Cuadernos de trabajo social proporciona online esta edición preliminar. El manuscrito puede sufrir alteraciones tras la edición y corrección de pruebas, antes de su publicación definitiva. Los posibles cambios no afectarán en ningún caso a la información contenida en esta hoja, ni a lo esencial del contenido del artículo.
Resumo:
Introduction. Meeting competition occurs when an undertaking lowers its prices in response to the entry of a competitor. Despite accepting that meeting competition can be compatible with Article 82, the Commission2 and the Court of justice3 have repeatedly condemned the practice due to the modalities of implementation or “particular circumstances”.4 However, existing precedent on the subject remains obscurely reasoned and contradictory, such that it is at the present time impossible to give clear advice to undertakings on the circumstances in which meeting competition is compatible with Article 82. Not only is such legal uncertainty in itself damaging but, in so far as it discourages meeting competition, it appears to us to be harmful to competition. As concerns the latter point, it will be seen that some of the most powerful arguments against prohibiting meeting competition are based on the counterproductive nature of the remedies. The present article does not, however, aim to propose a simple solution to distinguish abusive and non-abusive meeting competition.5 Nor does the article aim to give a comprehensive overview of the existing case law in this area.6 Instead, it takes a more economic approach and aims to lay out in a (brief but) systematic fashion the competitive concerns that might potentially be raised by the practice of meeting competition and in doing so to try to identify the main flaws in the Court and Commission’s approach.
Resumo:
From the Introduction. The aim of the present “letter” is to provoke, rather than to prove. It is intended to further stimulate the – already well engaged – scientific dialogue on the open method of coordination (OMC).1 This explains why some of the arguments put forward are not entirely new, while others are overstretched. This contribution, belated as it is entering into the debate, has the benefit of some hindsight. This hindsight is based on three factors (in chronological order): a) the fact that the author has participated himself as a member of a national delegation in one of the OMC-induced benchmarking exercises (only to see the final evaluation report getting lost in the Labyrinth of the national bureaucracy, despite the fact that it contained an overall favorable assessment), as well as in a OECD led exercise of coordination, concerning regulatory reform; b) the extremely rich and knowledgeable academic input, offering a very promising theoretical background for the OMC; and c) some recent empirical research as to the efficiency of the OMC, the accounts of which are, to say the least, ambiguous. This recent empirical research grounds the basic assumption of the present paper: that the OMC has only restricted, if not negligible, direct effects in the short term, while it may have some indirect effects in the medium-long term (2). On the basis of this assumption a series of arguments against the current “spread” of the OMC will be put forward (3). Some proposals on how to neutralize some of the shortfalls of the OMC will follow (4).
Resumo:
We explore the role of business services in knowledge accumulation and growth and the determinants of knowledge diffusion including the role of distance. A continuous time model is estimated on several European countries, Japan, and the US. Policy simulations illustrate the benefits for EU growth of the deepening of the single market, the reduction of regulatory barriers, and the accumulation of technology and human capital. Our results support the basic insights of the Lisbon Agenda. Economic growth in Europe is enhanced to the extent that: trade in services increases, technology accumulation and diffusion increase, regulation becomes both less intensive and more uniform across countries, and human capital accumulation increases in all countries.
Resumo:
In order to evaluate the success of a society, measuring well-being might be a fruitful avenue. For a long time, governments have trusted economic measures, Gross Domestic Product (GDP) in particular, to assess their success. However GDP is only a limited measure of economic success, which is not enough to show whether policies implemented by governments have a positive perceived impact on the people they represent. This paper belongs to the studies of the relationship between measures of well-being and economic factors. More precisely, it tries to evaluate the decrease in happiness and life satisfaction that can be observed in European countries in the 2000-2010 decade. It asks whether this deterioration is mainly due to microeconomic factors, such as income and individual characteristics, or rather to environmental (macroeconomics) factors such as unemployment, inflation or income inequality. Such aggregate factors could impact individual happiness per se because they are related to the perception of an aggregate risk of unemployment or income fall. In order to strengthen this interpretation, this paper checks whether the type of social protection regime existing in different countries mediates the impact of macroeconomic volatility on individual well-being. To go further, adopting the classification of welfare regimes proposed by Esping-Andersen (1990), it verifies whether the decreasing pattern of subjective well-being varies across these regimes. This is partly due to the aggregate social protection expenditure. Hence, this paper brings some additional evidence to the idea that macroeconomic uncertainty has a cost in terms of well-being. More protective social regimes are able to reduce this cost. It also proposes an evaluation of the welfare cost of unemployment and inflation (in terms of happiness and life satisfaction), in each of the different social protection regimes. Finally different measures of well-being, i.e. cognitive, hedonic and eudaimonic, are used to confirm the above mentioned result.
Resumo:
Addressing high and volatile natural resource prices, uncertain supply prospects, reindustrialization attempts and environmental damages related to resource use, resource efficiency has evolved into a highly debated proposal among academia, policy makers, firms and international financial institutions (IFIs). In 2011, the European Union (EU) declared resource efficiency as one of its seven flagship initiatives in its Europe 2020 strategy. This paper contributes to the discussions by assessing its key initiative, the Roadmap to a Resource Efficient Europe (EC 2011 571), following two streams of evaluation. In a first step, resource efficiency is linked to two theoretical frameworks regarding sustainability, (i) the sustainability triangle (consisting of economic, social and ecological dimensions) and (ii) balanced sustainability (combining weak and strong sustainability). Subsequently, both sustainability frameworks are used to assess to which degree the Roadmap follows the concept of sustainability. It can be concluded that it partially respects the sustainability triangle as well as balanced sustainability, primarily lacking a social dimension. In a second step, following Steger and Bleischwitz (2009), the impact of resource efficiency on competitiveness as advocated in the Roadmap is empirically evaluated. Using an Arellano–Bond dynamic panel data model reveals no robust impact of resource efficiency on competiveness in the EU between 2004 and 2009 – a puzzling result. Further empirical research and enhanced data availability are needed to better understand the impacts of resource efficiency on competitiveness on the macroeconomic, microeconomic and industry level. In that regard, strengthening the methodologies of resource indicators seem essential. Last but certainly not least, political will is required to achieve the transition of the EU-economy into a resource efficient future.
Resumo:
Addressing high and volatile natural resource prices, uncertain supply prospects, reindustrialization attempts and environmental damages related to resource use, resource efficiency has evolved into a highly debated proposal among academia, policy makers, firms and international financial institutions (IFIs). In 2011, the European Union (EU) declared resource efficiency as one of its seven flagship initiatives in its Europe 2020 strategy. This paper contributes to the discussions by assessing its key initiative, the Roadmap to a Resource Efficient Europe (EC 2011 571), following two streams of evaluation. In a first step, resource efficiency is linked to two theoretical frameworks regarding sustainability, (i) the sustainability triangle (consisting of economic, social and ecological dimensions) and (ii) balanced sustainability (combining weak and strong sustainability). Subsequently, both sustainability frameworks are used to assess to which degree the Roadmap follows the concept of sustainability. It can be concluded that it partially respects the sustainability triangle as well as balanced sustainability, primarily lacking a social dimension. In a second step, following Steger and Bleischwitz (2009), the impact of resource efficiency on competitiveness as advocated in the Roadmap is empirically evaluated. Using an Arellano–Bond dynamic panel data model reveals no robust impact of resource efficiency on competiveness in the EU between 2004 and 2009 – a puzzling result. Further empirical research and enhanced data availability are needed to better understand the impacts of resource efficiency on competitiveness on the macroeconomic, microeconomic and industry level. In that regard, strengthening the methodologies of resource indicators seem essential. Last but certainly not least, political will is required to achieve the transition of the EU-economy into a resource efficient future.
Resumo:
The European Union (EU) and Mercosur talks have been stalled since discussions were resumed in 2000. Recurring protectionist and institutional obstacles have slowed down negotiations. The financial crisis, however, has resulted in low domestic demand in the EU. This has made the interregional association agreement (IAA) with Mercosur more attractive. The loss of the Generalized Scheme of Preference (GSP) status and the lack of a Free Trade Agreement (FTA) with the EU have both disadvantaged Mercosur. A further window of opportunity is opening up in Mercosur. In Brazil, there have been cries for a change in government. In Argentina, presidential elections will take place in October 2015 and will assuredly bring an end to Kirchnerismo. A change in leadership in both countries is expected to make agreement more likely. Protectionist policies are not expected to remain as high if there is change in government. This will provide the EU with an opportunity to advance the negotiations and conclude the IAA.