993 resultados para Geographical system
Resumo:
Changes in phenotypic traits, such as mollusc shells, are indicative of variations in selective pressure along environmental gradients. Recently, increased sea surface temperature (SST) and ocean acidification (OA) due to increased levels of carbon dioxide in the seawater have been described as selective agents that may affect the biological processes underlying shell formation in calcifying marine organisms. The benthic snail Concholepas concholepas (Muricidae) is widely distributed along the Chilean coast, and so is naturally exposed to a strong physical-chemical latitudinal gradient. In this study, based on elliptical Fourier analysis, we assess changes in shell morphology (outlines analysis) in juvenile C. concholepas collected at northern (23°S), central (33°S) and southern (39°S) locations off the Chilean coast. Shell morphology of individuals collected in northern and central regions correspond to extreme morphotypes, which is in agreement with both the observed regional differences in the shell apex outlines, the high reclassification success of individuals (discriminant function analysis) collected in these regions, and the scaling relationship in shell weight variability among regions. However, these extreme morphotypes showed similar patterns of mineralization of calcium carbonate forms (calcite and aragonite). Geographical variability in shell shape of C. concholepas described by discriminant functions was partially explained by environmental variables (pCO2, SST). This suggests the influence of corrosive waters, such as upwelling and freshwaters penetrating into the coastal ocean, upon spatial variation in shell morphology. Changes in the proportion of calcium carbonate forms precipitated by C. concholepas across their shells and its susceptibility to corrosive coastal waters are discussed.
Resumo:
The purpose of this paper is to analyze innovations and the innovation system and its dynamics in the ethanol sector in the State of Sao Paulo. More specifically, this paper focuses on the development process in the sector, the public policies taken to promote the sector, and the organizations and key players involved in these policies and their responses to unforeseeable changes in economic, social and technological environments. To this end, this paper takes an historical perspective and reviews data on the cultivation of sugar cane, the production of ethanol, and on sugar cane yields as indicators of the innovations achieved in the sector. The geographical distribution of these indicators is also examined. Next, several cases in Piracicaba and Campinas in the State of Sao Paulo are presented; these give us a more concrete idea of the processes involved in innovation and technology transfer. Based on these observations, the ethanol cluster and the innovation system of the State of Sao Paulo are discussed from the viewpoint of the flowchart approach to industrial cluster policy.
Resumo:
This paper presents the 2006 Miracle team’s approaches to the Ad-Hoc and Geographical Information Retrieval tasks. A first set of runs was obtained using a set of basic components. Then, by putting together special combinations of these runs, an extended set was obtained. With respect to previous campaigns some improvements have been introduced in our system: an entity recognition prototype is integrated in our tokenization scheme, and the performance of our indexing and retrieval engine has been improved. For GeoCLEF, we tested retrieving using geo-entity and textual references separately, and then combining them with different approaches.
Resumo:
El propósito de este proyecto de fin de Grado es el estudio y desarrollo de una aplicación basada en Android que proporcionará soporte y atención a los servicios de transporte público existentes en Cracovia, Polonia. La principal funcionalidad del sistema será consultar la posición de un determinado autobús o tranvía y mostrar su ubicación con exactitud. Para lograr esto, necesitaremos tres fases de desarrollo. En primer lugar, deberemos implementar un sistema que obtenga las coordenadas geográficas de los vehículos de transporte público en cada instante. A continuación, tendremos que registrar todos estos datos y almacenarlos en una base de datos en un servidor web. Por último, desarrollaremos un sistema cliente que realice consultas a tiempo real sobre estos datos almacenados, obteniendo la posición para una línea determinada y mostrando su ubicación con un marcador en el mapa. Para hacer el seguimiento de los vehículos, sería necesario tener acceso a una API pública que nos proporcionase la posición registrada por los GPS que integran cada uno de ellos. Como esta API no existe actualmente para los servicios de autobús, y para los tranvías es de uso meramente privado, desarrollaremos una segunda aplicación en Android que hará las funciones del lado servidor. En ella podremos elegir mediante una simple interfaz el número de línea y un código específico que identificará a cada vehículo en particular (e.g. podemos tener 6 tranvías recorriendo la red al mismo tiempo para la línea 24). Esta aplicación obtendrá las coordenadas geográficas del teléfono móvil, lo cual incluye latitud, longitud y orientación a través del proveedor GPS. De este modo, podremos realizar una simulación de como el sistema funcionará a tiempo real utilizando la aplicación servidora desde dentro de un tranvía o autobús y, al mismo tiempo, utilizando la aplicación cliente haciendo peticiones para mostrar la información de dicho tranvía. El cliente, además, podrá consultar la ruta de cualquier línea sin necesidad de tener acceso a Internet. Almacenaremos las rutas y paradas de cada línea en la memoria del teléfono móvil utilizando ficheros XML debido al poco espacio que ocupan y a lo útil que resulta poder consultar un trayecto en cualquier momento, independientemente del acceso a la red. El usuario también podrá consultar las tablas de horarios oficiales para cada línea. Aunque en este caso si será necesaria una conexión a Internet debido a que se realizará a través de la web oficial de MPK. Para almacenar todas las coordenadas de cada vehículo en cada instante necesitaremos crear una base de datos en un servidor. Esto se resolverá mediante el uso de MYSQL y PHP. Se enviarán peticiones de tipo GET y POST a los servicios PHP que se encargarán de traducir y realizar la consulta correspondiente a la base de datos MYSQL. Por último, gracias a todos los datos recogidos relativos a la posición de los vehículos de transporte público, podremos realizar algunas tareas de análisis. Comparando la hora exacta a la que los vehículos pasaron por cada parada y la hora a la que deberían haber pasado según los horarios oficiales, podremos descubrir fallos en estos. Seremos capaces de determinar si es un error puntual debido a factores externos (atascos, averías,…) o si por el contrario, es algo que ocurre muy a menudo y se debería corregir el horario oficial. ABSTRACT The aim of this final Project (for University) is to develop an Android application thatwill provide support and feedback to the public transport services in Krakow. The main functionality of the system will be to track the position of a desired bus or tram line, and display its position on the map. To achieve this, we will need 3 stages: the first one will be to implement a system that sends the geographical position of the public transport vehicles, the second one will be to collect this data in a web server, and the last one will be to get the last location registered for the desired line and display it on the map. For tracking the vehicles, we would need to have access to a public API that should be connected with each bus/tram GPS. As this doesn’t exist in Krakow or at least is not available for public use, we will develop a second android application that will do the server side job. We will be able to choose in a simple interface the line number and a code letter to identify each vehicle (e.g. we can have 6 trams that belong to the line number 24 working at the same time). It will take the current mobile geolocation; this includes getting latitude, longitude and bearing from the GPS provider. Thus, we will be able to make a simulation of how the system works in real time by using the server app inside a tram and at the same time, using the client app and making requests to display the information of that tram. The client will also be able to check the path of the desired line without internet access. We will store the path and stops for each line locally in the phone memory using xml files due to the few requirements of available space it needs and the usefulness of checking a path when needed. This app will also offer the functionality of checking the timetable for the line, but in this case, it will link to the official Mpk website, so Internet access will be required. For storing all the coordinates for each vehicle at every moment we will need to create a database on a server. We have decided that the easiest way is to use Mysql and PHP for the deployment of the service. We will send GET and POST requests to the php files and those files will make the according queries to our database. Finally, based on all the collected data, we will be able to get some information about errors in the system of public transport timetables. We will check at what time a line was in each specific stop and compare it with the official timetable to find mistakes of time. We will determine if it is something that happens occasionally and related to external factors (e.g. traffic jams, breakdowns…) or if on the other hand, it is something that happens very often and the public transport timetables should be looked over and corrected.
Resumo:
SUMMARY Switzerland is facing an aging population and a growing amount of patients with chronic diseases. It is crucial to display health care processes and pathways, to identify inequalities and obstacles, and to point out possibilities for improvements of the Swiss health care system (e.g. increase efficiency). The introductory part of the thesis presents a brief description of the Swiss health care system, health services research and regional variation as well as an introduction of CVD and its epidemiological key figures, aetiology and treatments. This is followed by the description of the utilized methods and data, and the objectives of this thesis. The subsequent sections present the four articles included in this thesis. The first article focuses on a small area analysis on regional variation of avoidable hospitalisations in Switzerland including density of primary care physicians and specialists, rurality and hospital supply factors as explanatory variables in the analysis. Lower rates of avoidable hospitalisations were found in areas with very high supply of primary care physicians, increased avoidable hospitalisation rates in areas with more specialists and in areas with higher proportion of rural residents. The second article aims to examine whether emergency patients with acute ST-segment elevation myocardial infarction were adequately treated, i.e. according to the treatment guidelines, in Switzerland. Results show that older and female patients were less likely to receive revascularization which suggests that the treatment guidelines may not be uniformly applied in Switzerland. Similar to the first article, also in the third article a small area analysis was performed but this time investigating regional variation in costs at the end of life. Strongest associations of cost was found with cause of death, age and language region of the decedents. The strong spatial variation of costs could only partly be explained by the included covariates. Article four aims to examine the relationship of distance to different hospital types and mortality from AMI or stroke. We found that AMI mortality in the Swiss population 30 and older and stroke mortality in those 65 and above increased with distance to central and university hospitals, while adjusting for sociodemographic and economic characteristics of the population. The presentation of the four articles is followed by a discussion, which summarizes the main findings and the strengths and limitations of the presented articles. The thesis concludes with a discussion about the challenges for policy, practice and future research.
Resumo:
First published 1855. The present publication printed from new type from title-page to cover, is a new work, embodying little more than the framework of its predecessor, together with its system of pronunciation. cf. Publisher's note.
Resumo:
"Appendix to v.I, in two parts, containing 1. The history of the voyages around the world, and toward the North and South poles, which have been made since the year 1764, by English navigators. 2. A digested and geographical account of the most considerable islands and countries which have been either discovered or explored during those voyages, collected from every writer upon those subjects".
Resumo:
Issued also under titles: A system of modern geography, A new system of modern geography, and A universal geography.
Resumo:
Land-surface processes include a broad class of models that operate at a landscape scale. Current modelling approaches tend to be specialised towards one type of process, yet it is the interaction of processes that is increasing seen as important to obtain a more integrated approach to land management. This paper presents a technique and a tool that may be applied generically to landscape processes. The technique tracks moving interfaces across landscapes for processes such as water flow, biochemical diffusion, and plant dispersal. Its theoretical development applies a Lagrangian approach to motion over a Eulerian grid space by tracking quantities across a landscape as an evolving front. An algorithm for this technique, called level set method, is implemented in a geographical information system (GIS). It fits with a field data model in GIS and is implemented as operators in map algebra. The paper describes an implementation of the level set methods in a map algebra programming language, called MapScript, and gives example program scripts for applications in ecology and hydrology.
Resumo:
Liquid desiccant systems are of potential interest as a means of cooling greenhouses to temperatures below those achieved by conventional means. However, only very little work has been done on this technology with previous workers focussing on the cooling of human dwellings using expensive desiccants such as lithium salts. In this study we are designing a system for greenhouse cooling based on magnesium chloride desiccant which is an abundant and non-toxic substance. Magnesium chloride is found in seawater, for example, and is a by-product from solar salt works. We have carried out a detailed experimental study of the relevant properties of magnesium rich solutions. In addition we have constructed a test rig that includes the main components of the cooling system, namely a dehumidifier and solar regenerator. The dehumidifier is a cross-flow device that consists of a structured packing made of corrugated cellulose paper sheets with different flute angles and embedded cooling tubes. The regenerator is of the open type with insulated backing and fabric covering to spread the flow of desiccant solution. Alongside these experiments we are developing a mathematical model in gPROMS® that combines and simulates the heat and mass transfer processes in these components. The model can be applied to various geographical locations. Here we report predictions for Havana (Cuba) and Manila (Philippines), where we find that average wet-bulb temperatures can be lowered by 2.2 and 3°C, respectively, during the month of May.
Resumo:
Run-off-road (ROR) crashes have increasingly become a serious concern for transportation officials in the State of Florida. These types of crashes have increased proportionally in recent years statewide and have been the focus of the Florida Department of Transportation. The goal of this research was to develop statistical models that can be used to investigate the possible causal relationships between roadway geometric features and ROR crashes on Florida's rural and urban principal arterials. ^ In this research, Zero-Inflated Poisson (ZIP) and Zero-Inflated Negative Binomial (ZINB) Regression models were used to better model the excessive number of roadway segments with no ROR crashes. Since Florida covers a diverse area and since there are sixty-seven counties, it was divided into four geographical regions to minimize possible unobserved heterogeneity. Three years of crash data (2000–2002) encompassing those for principal arterials on the Florida State Highway System were used. Several statistical models based on the ZIP and ZINB regression methods were fitted to predict the expected number of ROR crashes on urban and rural roads for each region. Each region was further divided into urban and rural areas, resulting in a total of eight crash models. A best-fit predictive model was identified for each of these eight models in terms of AIC values. The ZINB regression was found to be appropriate for seven of the eight models and the ZIP regression was found to be more appropriate for the remaining model. To achieve model convergence, some explanatory variables that were not statistically significant were included. Therefore, strong conclusions cannot be derived from some of these models. ^ Given the complex nature of crashes, recommendations for additional research are made. The interaction of weather and human condition would be quite valuable in discerning additional causal relationships for these types of crashes. Additionally, roadside data should be considered and incorporated into future research of ROR crashes. ^
Resumo:
This research presents several components encompassing the scope of the objective of Data Partitioning and Replication Management in Distributed GIS Database. Modern Geographic Information Systems (GIS) databases are often large and complicated. Therefore data partitioning and replication management problems need to be addresses in development of an efficient and scalable solution. ^ Part of the research is to study the patterns of geographical raster data processing and to propose the algorithms to improve availability of such data. These algorithms and approaches are targeting granularity of geographic data objects as well as data partitioning in geographic databases to achieve high data availability and Quality of Service(QoS) considering distributed data delivery and processing. To achieve this goal a dynamic, real-time approach for mosaicking digital images of different temporal and spatial characteristics into tiles is proposed. This dynamic approach reuses digital images upon demand and generates mosaicked tiles only for the required region according to user's requirements such as resolution, temporal range, and target bands to reduce redundancy in storage and to utilize available computing and storage resources more efficiently. ^ Another part of the research pursued methods for efficient acquiring of GIS data from external heterogeneous databases and Web services as well as end-user GIS data delivery enhancements, automation and 3D virtual reality presentation. ^ There are vast numbers of computing, network, and storage resources idling or not fully utilized available on the Internet. Proposed "Crawling Distributed Operating System "(CDOS) approach employs such resources and creates benefits for the hosts that lend their CPU, network, and storage resources to be used in GIS database context. ^ The results of this dissertation demonstrate effective ways to develop a highly scalable GIS database. The approach developed in this dissertation has resulted in creation of TerraFly GIS database that is used by US government, researchers, and general public to facilitate Web access to remotely-sensed imagery and GIS vector information. ^
Resumo:
The Mediterranean Sea is a semi-enclosed sea, connected to the Atlantic Ocean through the Gibraltar Strait and subdivided in two different regions by the Sicily Strait. The geographical extension of the basin, the surface heat flux, and the water inflow from the Gibraltar Strait are some of the basic factors determining its horizontal and vertical circulation. In the Mediterranean strong salinity and temperature zonal gradients contribute to maintain the zonal-vertical circulation, while meridional-vertical cells are equally forced by winds and deep water mass formation in three regions, the Gulf of Lyon, the southern Adriatic and the Cretan Sea areas. The objective of this thesis is to study how these cells combine together to form the Mediterranean conveyor belt system. This has never been attempted before so the conclusions are necessarily preliminary. In the first part we discuss the vertical zonal and meridional circulation by reconstructing the Wust Mediterranean vertical salinity and temperature structures in an attempt to evaluate the water mass structure consistent with modern data. Our results confirm that Wust depicted vertical circulation from scarce data is reproduced by the past 27 years observations. The structure of both meridional and zonal circulations was discussed using velocity vertical streamfunctions with two different methods. The first one, eulerian, allowed us to observe vertical structures that were already reported in the literature. Recent studies in the Atlantic Ocean have shown that gyres and eddies have an important influence in the isopycnal vertical circulation. This is called the residual circulation which was computed in this study for the first time. A possible interpretation of horizontal connection between the meridional and zonal cells was discussed using horizontal streamfunction. In the last part of the thesis we have been developing an idealized numerical model to study the vertical circulation in the Mediterranean.
Resumo:
As the world`s population is constantly growing, food security will remain on the policy Agenda, particularly in Africa. At the same time, global food systems experience a new wave focusing on local foods and food sovereignty featuring high quality food products of verifiable geographical origin. This article argues that Geographical Indications (GI´s) hold the potential to help transform the Tanzanian agriculture-dependent economy through the tapping of value from unique products, attributing taste and colour to place or regional geography. This study aims to identify the existence and characteristics of food origin products in Tanzania that have potential for GI certification. The hypothesis was that there are origin products in Tanzania whose unique characteristics are linked to the area of production. Geographical indications can be useful policy instruments contributing to food security and sovereignty and quality within an efficient marketing system with the availability of government support, hence the need to identify key candidates for GI certification. Five Tanzanian origin products were selected from 14 candidate agricultural products through a scoping study. Rice from Kyela, Aloe vera, Coffee and Sugar from Kilimanjaro and Cloves from Zanzibar are some of the product cases investigated and provides for in-depth case study, as ´landscape´ products incorporating ´taste of place´. Interviews were conducted to collect quantitative and qualitative data. Data was collected on the production area, product quality perceived by the consumer in terms of taste, flavour, texture, aroma, appearance (colour, size) and perceptions of links between geography related factors (soil, land weather characteristics) and product qualities. A qualitative case study analysis was done for each of the (five) selected Tanzanian origin products investigated with plausible prospects for Tanzania to leapfrog into exports of Geographical Indications products. Framework conditions for producers creating or capturing market value as stewards of cultural and landscape values, environments, and institutional requirements for such creation or capturing to happen, including presence of export opportunities, are discussed. Geographical indication is believed to allow smallholders to create employment and build monetary value, while stewarding local food cultures and natural environments and resources, and increasing the diversity of supply of natural and unique quality products and so contribute to enhanced food security.