9 resultados para Public use
em Universidad Politécnica de Madrid
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:
Interlinking text documents with Linked Open Data enables the Web of Data to be used as background knowledge within document-oriented applications such as search and faceted browsing. As a step towards interconnecting the Web of Documents with the Web of Data, we developed DBpedia Spotlight, a system for automatically annotating text documents with DBpedia URIs. DBpedia Spotlight allows users to congure the annotations to their specic needs through the DBpedia Ontology and quality measures such as prominence, topical pertinence, contextual ambiguity and disambiguation condence. We compare our approach with the state of the art in disambiguation, and evaluate our results in light of three baselines and six publicly available annotation systems, demonstrating the competitiveness of our system. DBpedia Spotlight is shared as open source and deployed as a Web Service freely available for public use.
Resumo:
Interlinking text documents with Linked Open Data enables the Web of Data to be used as background knowledge within document-oriented applications such as search and faceted browsing. As a step towards interconnecting the Web of Documents with the Web of Data, we developed DBpedia Spotlight, a system for automatically annotating text documents with DBpedia URIs. DBpedia Spotlight allows users to configure the annotations to their specific needs through the DBpedia Ontology and quality measures such as prominence, topical pertinence, contextual ambiguity and disambiguation confidence. We compare our approach with the state of the art in disambiguation, and evaluate our results in light of three baselines and six publicly available annotation systems, demonstrating the competitiveness of our system. DBpedia Spotlight is shared as open source and deployed as a Web Service freely available for public use.
Resumo:
Automated Teller Machines (ATMs) are sensitive self-service systems that require important investments in security and testing. ATM certifications are testing processes for machines that integrate software components from different vendors and are performed before their deployment for public use. This project was originated from the need of optimization of the certification process in an ATM manufacturing company. The process identifies compatibility problems between software components through testing. It is composed by a huge number of manual user tasks that makes the process very expensive and error-prone. Moreover, it is not possible to fully automate the process as it requires human intervention for manipulating ATM peripherals. This project presented important challenges for the development team. First, this is a critical process, as all the ATM operations rely on the software under test. Second, the context of use of ATMs applications is vastly different from ordinary software. Third, ATMs’ useful lifetime is beyond 15 years and both new and old models need to be supported. Fourth, the know-how for efficient testing depends on each specialist and it is not explicitly documented. Fifth, the huge number of tests and their importance implies the need for user efficiency and accuracy. All these factors led us conclude that besides the technical challenges, the usability of the intended software solution was critical for the project success. This business context is the motivation of this Master Thesis project. Our proposal focused in the development process applied. By combining user-centered design (UCD) with agile development we ensured both the high priority of usability and the early mitigation of software development risks caused by all the technology constraints. We performed 23 development iterations and finally we were able to provide a working solution on time according to users’ expectations. The evaluation of the project was carried out through usability tests, where 4 real users participated in different tests in the real context of use. The results were positive, according to different metrics: error rate, efficiency, effectiveness, and user satisfaction. We discuss the problems found, the benefits and the lessons learned in the process. Finally, we measured the expected project benefits by comparing the effort required by the current and the new process (once the new software tool is adopted). The savings corresponded to 40% less effort (man-hours) per certification. Future work includes additional evaluation of product usability in a real scenario (with customers) and the measuring of benefits in terms of quality improvement.
Resumo:
La erosión costera es un fenómeno que ha cobrado importancia durante los últimos años, debido a sus repercusiones tanto en el turismo, como en el incremento de riesgo para las infraestructuras y para la población allí ubicada. Se define como el retroceso progresivo de la línea de costa cuyas causas pueden ser de origen natural o antropogénicas. La costa merece la máxima protección, y su gestión debe asegurar su integridad física y su libre acceso, al igual que un uso público por parte de todos. En este horizonte, la reducción de costes, la facilidad de construcción y velocidad de realización, las obras de geotextil se han mostrado como una alternativa muy seria a las obras duras u obras clásicas, tradicionalmente realizadas a lo largo de las costas. Pero esta alternativa de uso conlleva un mayor conocimiento en el comportamiento de éstas, su diseño y durabilidad. Las obras de geotextil, como su nombre indica, se realizan con elementos tridimensionales de geotextil (cosidos o no cosidos) rellenos de arena. Estos elementos se pueden considerar innovadores, económicos, ecológicos y alternativos frente a los tradicionales. Se distinguen tres tipos denominados: sacos, tubos y contenedores. El principal objetivo de esta tesis se centra en la determinación de las zonas de la costa apropiados para la utilización de estructuras compuestas de elementos de geotextil rellenos de arena, como obras de defensa de costas, con el fin de facilitar su uso en la ingeniería de costas. Para ello se ha clasificado tanto las distintas zonas del perfil longitudinal de una playa, como los tipos de costa en función de la variable altura de ola significante. Se han determinado las limitaciones de esta variable en las distintas fórmulas de estabilidad de estas estructuras. Y finalmente, en función de la máxima limitación de altura de ola significante y de sus posibles valores en las zonas y tipos de costa, se han determinado las zonas más apropiadas para el uso de las estructuras compuestas por elementos de geotextil. Finalmente se han redactado las conclusiones de la investigación y se han propuesto nuevas líneas de investigación relacionadas con esta Tesis Doctoral. Coastal erosion is a phenomenon that has become more important in recent years because of its impact on both on tourism, and increased risk to infrastructure and the population located there. It is defined as the gradual decline in the coastline whose causes may be natural or anthropogenic origin. The coast deserves maximum protection, and management should ensure their physical integrity and their free access, as well as public use by all. In this line, cost reduction, ease of construction and completion rate, geotextile works have been shown as a very serious to hard works or classics alternative, traditionally performed along the coasts. But this alternative use entails greater insight into the behaviour of these, design and durability. Works of geotextile, as its name suggests, are made with three-dimensional elements of geotextile (sewn or stitched) filled with sand. These items can be considered innovative, economic, and ecological alternative compared to traditional. Bags, tubes and containers, three known types are distinguished. The main objective of this thesis focuses on determining the appropriate areas of the coast for the use of composite structures of elements filled geotextile sand as coastal defence works, in order to facilitate their use, in coastal engineering. For it, has been classified by both the different areas of the longitudinal profile of a beach as the shoreline types depending on the variable significant wave height. We have determined the limitations of this variable in the different formulas stability of these structures. And finally, depending on the maximum limitation of significant wave height and its possible values in the areas and types of coastline, have determined the most appropriate for use in structures composed of elements of geotextile areas. Finally, the conclusions of the research have been addressed and the proposal of new lines of work related to the topic has been made.
Resumo:
La presente tesis para optar al grado de Doctor en la Escuela Técnica Superior de Arquitectura de la Universidad Politécnica de Madrid, aborda la obra del arquitecto de origen español Juan Martínez Gutiérrez, reconocido por la crítica especializada como uno de los precursores de la arquitectura moderna en Chile. A pesar de la relevancia de su obra, en la actualidad se carece de un estudio sistematizado y preciso que, de manera global, expongan los factores de modernidad de sus principales edificios, aun cuando han aparecido en los últimos años dos publicaciones referentes al arquitecto y parcialmente a su obra. Formado tanto en arquitectura como en pintura, la labor profesional de Juan Martínez Gutiérrez se inscribió en un contexto de modernización de la sociedad chilena entre la década del 20 y del 50, adjudicándose mediante concurso público, el diseño de cinco edificios institucionales y de carácter público, los que conforman en la actualidad bienes de carácter patrimonial estando dos de ellos declarados Monumento Histórico. Se desenvolvió también en el ámbito de la docencia siendo profesor de la Facultad de Arquitectura y Urbanismo de la Universidad de Chile por más de 35 años y Decano de la misma institución. Participó asimismo de la vida gremial de la profesión, recibiendo en el año 1969 el primer premio nacional de arquitectura. Sus edificios públicos, se han mantenido en uso siendo hitos urbanos y en el ámbito disciplinar reconocidas obras ejemplares. Sin embargo, al comenzar el siglo XXI, cuando la modernidad se nos presenta desde la historicidad, surge la pregunta por los valores que sustenta la arquitectura de Juan Martínez, en relación a su tiempo y a la actualidad. En este ámbito reflexivo se plantea la puesta en tesis de la presente investigación, donde las principales obras del arquitecto se analizan inquiriendo su condición de modernidad a la luz de un contexto local cuyas problemáticas sociales son aunadas por el proyecto desarrollista estatal de la primera mitad del siglo XX; interpelando algunos aspectos del estado técnico del país durante el periodo; las tendencias estéticas imperantes de la época y el entorno urbano en el que se emplazan. Al mismo tiempo, el desarrollo de la tesis examina un tópico referencial de la modernidad latinoamericana, que es el influjo europeo en el punto de inflexión que va desde el fin del modelo academicista y la incorporación de los preceptos de un funcionalismo y racionalismo arquitectónico, todo ello mediado por los condicionantes locales. ABSTRACT The following thesis, to achieve the Doctor´s degree at the Superior Technical School of Architecture of the Polytechnic University of Madrid aboard the work of the chilean architect of spanish origin Juan Martinez Gutierrez, recognized by specialized critic as one of the forefathers of modern architecture in Chile. Although the relevance of his work, currently there is no systematic and precise study of it. A study that in a global view exposes the factors of modernity in his foremost buildings. The absence of such study is, despite the appearance in the last two years of two publications about the architect and –partially- his work. Formed as much in architecture as in painting, the professional labor of Juan Martinez Gutierrez was inscribed in the context of Chilean society modernization, between the decades of the 20´s and 30´s. Awarding himself, by means of architectural contests, the design of institutional buildings of public use, witch conform current cultural goods, two of them having been declared National Monuments; a category of cultural heritage officially protected by the state. He also developed an important academic work, being for more than 35 years, professor at the Faculty of Architecture and Urbanism at the University of Chile and in his time, Faculty Dean. He also participated, actively, in guild life, being awarded in 1969 the first ever, National Prize of Architecture. His public buildings, still in use, are urban landmarks and exemplar works in a disciplinary dimension. Never the less, at the begins of the XXI century, when the modern movement is presented to us from an historical viewpoint, even from historicity, questions surge about the values that sustain Juan Martinez´s architecture in relation to his time and ours. It is in this reflexive field, that is planted the thesis of the present research, where the principal works of the architect are analyzed inquiring their modern condition, at the light of a local context who´s social problems join the chilean social development state the “Estado Desarrolista” of the first half of the XX century, a situation that interpellants several dimensions: the technical status of the country during the period, the aesthetic tendencies prevailing, and the urban context were they place themselves. At the same time, in its development, the thesis examines a referential topic, that is the Latin American modern movement, or the European influx in that inflexion point that goes from the end of academicism Beaux – Art model and the incorporation of functional and rationalist precepts, all mediated by local conditions.
Resumo:
A partir de la segunda mitad del siglo XX, Nueva York experimenta una apertura al público de espacios nuevos, transformados u olvidados mediante la adaptación de mecanismos, ya sean formales o informales, de caracter permanente o temporal, para la incorporación de uso público en un contexto urbano limitado y congestionado. Estos recursos espaciales son mediadores entre el espacio público y el privado, y son el resultado físico de la negociación entre la legislación urbana, los interes privados de los promotores y las demandas de los ciudadanos. La tesis estudia una selección de obras, entre los años 1950 y 2015, que incorporan notables oportunidades para el uso colectivo, pero que han propiciado la creación de dos tipos de espacios: los “espaciosoasis”, aquellos que potencian una verdadera interacción social entre los usuarios; y los “espacios-vitrina”, para ver y no tocar, en los que el usuario participa indirectamente y, sin promover interacción alguna, atraen al público foráneo y rechazan al local. La diversidad de usos, la sensibilidad social, la supervisión cercana y la facilidad de mantenimiento de la pequeña escala posibilitan que los “espacios-oasis” sean claves a la hora de mantener el fragil y vulnerable equilibrio de la vida urbana. La tesis profundiza en la contextualización de las obras en relación con el apoyo de las políticas públicas y contexto cíclico de los constantes altibajos económicos. El papel del alcalde neoyorkino es clave a la hora decidir el mayor o mejor respaldo de la administración local a las obras que tienen una incidencia en el ámbito de lo público, por lo que la tesis estructura las obras en relación a las transiciones entre las alcaldías más importantes. La presión del mercado inmobiliario, los intereses privados y políticos, la excesiva comercialización y programación de estos espacios dificultan el lento y opaco proceso de la incorporación de uso público en la ciudad y compremeten el verdadero carácter cívico del espacio abierto urbano. La investigación estudia estos factores a través de una reflexión sobre el verdadero sentido de la revitalización de lo público, entendida en relación con las interacciones que fomenta y que se producen más allá de las intenciones del proyecto arquitectónico. El objetivo y el alcance de esta investigación permite reflexionar, discutir y explorar el uso y la participación cívica en el entorno construido, para de esta forma poder entender la evolución de las condiciones sociales, económicas, arquitectónicas y urbanas del espacio público. ABSTRACT During the second half of the twentieth century, New York experienced a launch of new spaces, changed or forgotten through the adoption of mechanisms, whether formal or informal, permanent or temporary, for the incorporation of spaces for public use in a limited and congested urban context. These assets are mediators between the public and private space, and are the physical result of negotiations between the urban legislation, the private interests of the developer and the demands of citizens. The dissertation examines a selection of projects, between 1950 and 2015, that incorporate remarkable spatial opportunities for collective use, which led to the creation of two types of spaces: “oasis-space”, those that enhance social interaction between patrons; and “vitrinespace”, space to be seen but not touched, where the user participates indirectly and does not promote any interaction, attracting an outside public and rejecting the local. Diversity of uses, social sensitivity, close supervision and ease of maintenance that enable small-scale “oasis spaces” are key when it comes to keeping the fragile and vulnerable balance of urban life. The investigation explains the contextualization of the projects in relation with the support of public politics and the cyclical context of constantly changing economics. The role of the New York mayor is key at the time of deciding the level of administrative support for the projects that occur at a point of overlap between the public and the private, which is why the thesis analyzes the projects in relationship to the transitions between the cities most influential mayors. Pressure from the housing market, private and political interests, excessive commercialization and programming of these spaces impede the slow and opaque process of incorporating them for public use in the city and compromise the true civic character open urban space. The research explores these factors by reflecting on the true meaning of the revitalization of the public, understood in relation to interactions it encourages and that occur outside of the intentions of the architectural project. The objective and scope of this study allows for reflecting on, discussing and exploring civic participation and use of the built environment, as a way to understand the evolution of social, economic, architectural and urban conditions of public space.
Resumo:
La informática se está convirtiendo en la quinta utilidad (gas, agua, luz, teléfono) en parte debido al impacto de Cloud Computing en las mayorías de las organizaciones. Este uso de informática es usada por cada vez más tipos de sistemas, incluidos Sistemas Críticos. Esto tiene un impacto en la complejidad internad y la fiabilidad de los sistemas de la organización y los que se ofrecen a los clientes. Este trabajo investiga el uso de Cloud Computing por sistemas críticos, centrándose en las dependencias y especialmente en la fiabilidad de estos sistemas. Se han presentado algunos ejemplos de su uso, y aunque su utilización en sistemas críticos no está extendido, se presenta cual puede llegar a ser su impacto. El objetivo de este trabajo es primero definir un modelo que pueda representar de una forma cuantitativa las interdependencias en fiabilidad y interdependencia para las organizaciones que utilicen estos sistemas, y aplicar este modelo en un sistema crítico del campo de sanidad y mostrar sus resultados. Los conceptos de “macro-dependability” y “micro-dependability” son introducidos en el modelo para la definición de interdependencia y para analizar la fiabilidad de sistemas que dependen de otros sistemas. ABSTRACT With the increasing utilization of Internet services and cloud computing by most organizations (both private and public), it is clear that computing is becoming the 5th utility (along with water, electricity, telephony and gas). These technologies are used for almost all types of systems, and the number is increasing, including Critical Infrastructure systems. Even if Critical Infrastructure systems appear not to rely directly on cloud services, there may be hidden inter-dependencies. This is true even for private cloud computing, which seems more secure and reliable. The critical systems can began in some cases with a clear and simple design, but evolved as described by Egan to "rafted" networks. Because they are usually controlled by one or few organizations, even when they are complex systems, their dependencies can be understood. The organization oversees and manages changes. These CI systems have been affected by the introduction of new ICT models like global communications, PCs and the Internet. Even virtualization took more time to be adopted by Critical systems, due to their strategic nature, but once that these technologies have been proven in other areas, at the end they are adopted as well, for different reasons such as costs. A new technology model is happening now based on some previous technologies (virtualization, distributing and utility computing, web and software services) that are offered in new ways and is called cloud computing. The organizations are migrating more services to the cloud; this will have impact in their internal complexity and in the reliability of the systems they are offering to the organization itself and their clients. Not always this added complexity and associated risks to their reliability are seen. As well, when two or more CI systems are interacting, the risks of one can affect the rest, sharing the risks. This work investigates the use of cloud computing by critical systems, and is focused in the dependencies and reliability of these systems. Some examples are presented together with the associated risks. A framework is introduced for analysing the dependability and resilience of a system that relies on cloud services and how to improve them. As part of the framework, the concepts of micro and macro dependability are introduced to explain the internal and external dependability on services supplied by an external cloud. A pharmacovigilance model system has been used for framework validation.
Resumo:
El comportamiento del viento en la morfología urbana y su incidencia en el uso estancial del espacio público, Punta Arenas, Chile = The behavior of wind in urban morphology and its incidence in the resting use of public space, Punta Arenas, Chile