854 resultados para City planning and redevelopment law
Resumo:
Para Brasil, actualmente una de las 10 economías más grandes del mundo, los Juegos Olímpicos y Paralímpicos de 2016 representan una oportunidad única. El artículo contrasta Río de Janeiro 2016 con México 1968, los primeros juegos en América Latina, y provee una mirada de cómo los juegos deberían proveer regeneración urbana así como un mejoramiento de la imagen de la ciudad, una imagen constantemente dañada, para una audiencia internacional.
Resumo:
In the late 60s it had become clear how the environment technification had allowed some typologies (supermarkets, car parks, factories) to reach potentially unlimited built depths becoming, therefore, independent from the outside. The No-Stop City is born from a very simple idea: to extend this technification to the totality of built reality encompassing, not only almost all functions, but ultimately, the whole city. This operation has paradoxical effects: as architecture grows, it loses most of the features that have traditionally defined it. A dissolution by hypertrophy that gives rise to an homogeneous, concave and potentially infinite space. But beyond the pure technical feasibility, there are two key influences, seemingly contradictory, that explain this endeavor for an interior and endless city: Marxism and Pop Art. The project is, in many senses, a built manifesto reflecting the militancy of the group members within the Italian Marxism. But it is also the embodiment of the groups declared interest in Pop Art, popular culture and mass society. The cross-influence of communism and consumerism explains this "quantitative utopia" in which the society and the factory, the production and consumption, would match. A city based on the centrality of consumer products and the subsequent loss of prominence of architecture, in which the urban phenomenon, while spreading endlessly over territory, ignoring its rural exteriority, dissolves the home as a sphere of privacy, ignoring its domestic interiority. A project, also in the wake of Marshall McLuhan, that illustrates like few others the conversion of the urbane into a virtually omnipresent "condition" and that still interrogates us with questions that are, on the other hand, eternal: What is a building? What is a city?
Resumo:
The growing interest in achieving the objectives of cycling policies has increased the need to know the key variables that influence the use of the bicycle for daily mobility. This paper makes a contribution in this research line by examining a varying nature of variables – objective and psychological - and their influence on cycling commuting in the context of a “climber cycling city”: Vitoria-Gasteiz (Spain). Statistical differences of the variables were determined between cycling commuters and commuters by other modes. The objective variables analyzed allowed us to identify the cycling commuting profile in Vitoria-Gasteiz, but showed a small effect on cycling commuting. However, analyses on seven cycling psychological variables identified and defined, showed a higher influence, especially “Individual capacities” and “Non-commuting cycling habit”. Their results allowed recommending a wide et of policy initiatives. These policy recommendations were made considering that Vitoria-Gasteiz is a “city in transition” towards cycling: a high level of cycling share for the Spanish contex t and the safety issue not being the main barrier for cycling. However the psychological latent variable “Non-commuting cycling habit” indicates that normalization of the bicycle as a mode of transport needs more progress.
Resumo:
This document is the result of a process of web development to create a tool that will allow to Cracow University of Technology consult, create and manage timetables. The technologies chosen for this purpose are Apache Tomcat Server, My SQL Community Server, JDBC driver, Java Servlets and JSPs for the server side. The client part counts on Javascript, jQuery, AJAX and CSS technologies to perform the dynamism. The document will justify the choice of these technologies and will explain some development tools that help in the integration and development of all this elements: specifically, NetBeans IDE and MySQL workbench have been used as helpful tools. After explaining all the elements involved in the development of the web application, the architecture and the code developed are explained through UML diagrams. Some implementation details related to security are also deeper explained through sequence diagrams. As the source code of the application is provided, an installation manual has been developed to run the project. In addition, as the platform is intended to be a beta that will be grown, some unimplemented ideas for future development are also exposed. Finally, some annexes with important files and scripts related to the initiation of the platform are attached. This project started through an existing tool that needed to be expanded. The main purpose of the project along its development has focused on setting the roots for a whole new platform that will replace the existing one. For this goal, it has been needed to make a deep inspection on the existing web technologies: a web server and a SQL database had to be chosen. Although the alternatives were a lot, Java technology for the server was finally selected because of the big community backwards, the easiness of modelling the language through UML diagrams and the fact of being free license software. Apache Tomcat is the open source server that can use Java Servlet and JSP technology. Related to the SQL database, MySQL Community Server is the most popular open-source SQL Server, with a big community after and quite a lot of tools to manage the server. JDBC is the driver needed to put in contact Java and MySQL. Once we chose the technologies that would be part of the platform, the development process started. After a detailed explanation of the development environment installation, we used UML use case diagrams to set the main tasks of the platform; UML class diagrams served to establish the existing relations between the classes generated; the architecture of the platform was represented through UML deployment diagrams; and Enhanced entity–relationship (EER) model were used to define the tables of the database and their relationships. Apart from the previous diagrams, some implementation issues were explained to make a better understanding of the developed code - UML sequence diagrams helped to explain this. Once the whole platform was properly defined and developed, the performance of the application has been shown: it has been proved that with the current state of the code, the platform covers the use cases that were set as the main target. Nevertheless, some requisites needed for the proper working of the platform have been specified. As the project is aimed to be grown, some ideas that could not be added to this beta have been explained in order not to be missed for future development. Finally, some annexes containing important configuration issues for the platform have been added after proper explanation, as well as an installation guide that will let a new developer get the project ready. In addition to this document some other files related to the project are provided: - Javadoc. The Javadoc containing the information of every Java class created is necessary for a better understanding of the source code. - database_model.mwb. This file contains the model of the database for MySQL Workbench. This model allows, among other things, generate the MySQL script for the creation of the tables. - ScheduleManager.war. The WAR file that will allow loading the developed application into Tomcat Server without using NetBeans. - ScheduleManager.zip. The source code exported from NetBeans project containing all Java packages, JSPs, Javascript files and CSS files that are part of the platform. - config.properties. The configuration file to properly get the names and credentials to use the database, also explained in Annex II. Example of config.properties file. - db_init_script.sql. The SQL query to initiate the database explained in Annex III. SQL statements for MySQL initialization. RESUMEN. Este proyecto tiene como punto de partida la necesidad de evolución de una herramienta web existente. El propósito principal del proyecto durante su desarrollo se ha centrado en establecer las bases de una completamente nueva plataforma que reemplazará a la existente. Para lograr esto, ha sido necesario realizar una profunda inspección en las tecnologías web existentes: un servidor web y una base de datos SQL debían ser elegidos. Aunque existen muchas alternativas, la tecnología Java ha resultado ser elegida debido a la gran comunidad de desarrolladores que tiene detrás, además de la facilidad que proporciona este lenguaje a la hora de modelarlo usando diagramas UML. Tampoco hay que olvidar que es una tecnología de uso libre de licencia. Apache Tomcat es el servidor de código libre que permite emplear Java Servlets y JSPs para hacer uso de la tecnología de Java. Respecto a la base de datos SQL, el servidor más popular de código libre es MySQL, y cuenta también con una gran comunidad detrás y buenas herramientas de modelado, creación y gestión de la bases de datos. JDBC es el driver que va a permitir comunicar las aplicaciones Java con MySQL. Tras elegir las tecnologías que formarían parte de esta nueva plataforma, el proceso de desarrollo tiene comienzo. Tras una extensa explicación de la instalación del entorno de desarrollo, se han usado diagramas de caso de UML para establecer cuáles son los objetivos principales de la plataforma; los diagramas de clases nos permiten realizar una organización del código java desarrollado de modo que sean fácilmente entendibles las relaciones entre las diferentes clases. La arquitectura de la plataforma queda definida a través de diagramas de despliegue. Por último, diagramas EER van a definir las relaciones entre las tablas creadas en la base de datos. Aparte de estos diagramas, algunos detalles de implementación se van a justificar para tener una mejor comprensión del código desarrollado. Diagramas de secuencia ayudarán en estas explicaciones. Una vez que toda la plataforma haya quedad debidamente definida y desarrollada, se va a realizar una demostración de la misma: se demostrará cómo los objetivos generales han sido alcanzados con el desarrollo actual del proyecto. No obstante, algunos requisitos han sido aclarados para que la plataforma trabaje adecuadamente. Como la intención del proyecto es crecer (no es una versión final), algunas ideas que se han podido llevar acabo han quedado descritas de manera que no se pierdan. Por último, algunos anexos que contienen información importante acerca de la plataforma se han añadido tras la correspondiente explicación de su utilidad, así como una guía de instalación que va a permitir a un nuevo desarrollador tener el proyecto preparado. Junto a este documento, ficheros conteniendo el proyecto desarrollado quedan adjuntos. Estos ficheros son: - Documentación Javadoc. Contiene la información de las clases Java que han sido creadas. - database_model.mwb. Este fichero contiene el modelo de la base de datos para MySQL Workbench. Esto permite, entre otras cosas, generar el script de iniciación de la base de datos para la creación de las tablas. - ScheduleManager.war. El fichero WAR que permite desplegar la plataforma en un servidor Apache Tomcat. - ScheduleManager.zip. El código fuente exportado directamente del proyecto de Netbeans. Contiene todos los paquetes de Java generados, ficheros JSPs, Javascript y CSS que forman parte de la plataforma. - config.properties. Ejemplo del fichero de configuración que permite obtener los nombres de la base de datos - db_init_script.sql. Las consultas SQL necesarias para la creación de la base de datos.
Resumo:
Planning and Comunity Development: Case Studies, presents the findings of the inter-university Seminar held on 28?29 July 2011 and organized by researchers from the Technical University of Madrid and the University of California, Berkeley, who were fortunate to have the presence of the renowned Professor John Friedmann. Professors, researchers and PhD students from our research groups presented their works as scientific communications that were enriched by the debate among the different researches who attended the Seminar. All of them appear in the picture below in front of the gate of Haviland Hall at UC Berkeley. This book analyses the concept of planning and its evolution so far, leading to the conceptualization of governance as an expression of the planning practice. It also studies the role of social capital and cooperation as tools for the community development. The conceptual analysis is complemented by the development of six case studies that put forward experiences of planning and community development carried out in diverse social and cultural contexts of Latin-America, Europe and North America. This publication comes after more than 20 years of work of the researchers that met at the seminar. Through their work in managing development initiatives, they have learned lessons and have contribute to shape their own body of teaching that develops and analyses the role of planning in public domain to promote community development. This knowledge is synthesized in the model Planning as Working With People, that shows that development is not effective unless is promoted in continuous collaboration with all the actors involved in the process.
Resumo:
The paper describes some relevant results of an on-going research aiming to elaborate a methodology to help the mobility management in natural parks, compatible with their protection missions: it has been developed a procedure to reproduce the mobility-environment relationships in various operational conditions. The final purpose is the identification of: a) the effects of various choices in transport planning, both at long term and strategic level; b) the most effective policies of mobility management. The work is articulated in the following steps: 1) definition of protected area on the basis of ecological and socio-economic criteria and legislative constraints; 2) analysis of mobility needs in the protected areas; 3) reconstruction of the state of the art of mobility management in natural parks at European level; 4) analysis of used traffic flows measurement methods; 5) analysis of environmental impacts due to transport systems modelling (air pollution and noise only); 6) identification of mitigation measures to be potentially applied. The whole methodology has been tested and validated on Italian case studies: i) the concerned area has been zoned according to the land-use peculiarities; ii) the local situations of transport infrastructure (roads and parking), services (public transport systems) and rules (traffic regulations) have been mapped with references to physical and functional attributes; iii) the mobility, both systematic and touristic, has been represented in an origin-destination matrix. By means of an assignment model the flows have been distributed and the corresponding average speeds to quantify gaseous and noise emissions was calculated, the criticalities in the reference scenario have been highlighted, as well as some alternative scenarios, including both operational and infrastructural measures have been identified. The comparison between projects and reference scenario allowed the quantification of effects (variation of emissions) for each scenario and a selection of the most effective management actions to be taken.
Resumo:
The final purpose is the identification of: a) the effects of various choices in transport planning, both at long term and strategic level; b) the most effective policies of mobility management. The preliminary work was articulated in the following steps: 1) definition of protected area on the basis of ecological and socio-economic criteria and legislative constraints; 2) analysis of mobility needs in the protected areas; 3) reconstruction of the state of the art of mobility management in natural parks at European level; 4) analysis of used traffic flows measurement methods; 5) analysis of environmental impacts due to transport systems modelling (limited to air pollution and noise); 6) identification of mitigation measures to the potentially applied. The whole methodology has been firstly tested on the case study of the National Park of ?Gran Sasso and Monti della Laga? and further validated on the National Park of ?Gargano?, both located Italy: i) the concerned area has been zoned according to the land-use peculiarities; ii) the local situations of transport infrastructure (roads and parking), services (public transport systems) and rules (traffic regulations) have been mapped with references to physical and functional attributes; iii) the mobility, both systematic and touristic, has been synthetically represented in an origin-destination matrix. By means of an assignment model it has been determined the distribution of flows and the corresponding average speeds to quantify gaseous and noise emissions. On this basis the environmental criticalities in the reference scenario have been highlighted, as well as some alternative scenarios including both operational and infrastructural measures have been identified. The comparison between the projects and the reference scenario allowed the quantification of the effects (variation of emissions) for each scenario and a selection of the most effective management actions to be taken.
Resumo:
It is impossible to talk about planning as a scientific meta-discipline without mentioning one of the most influential worldwide figures in the second half of the twentieth century: John Friedmann. His contribution to the planning concept on his "Planning as Social Learning" theory is still very relevant. This paper shows the intellectual connection between Friedmann and Angel Ramos and Ignacio Trueba, two of the Spanish intellectual drivers in the engineering project knowledge area, who contributed to founding the Engineering Projects Spanish Association. The three of them share a broad vision of the project and abandon the "blue print" planning model. They also see the project as a transformational tool that requires a different planning style to the one which prevailed in the 70s - both in public and private domains. They were pioneers in structuring Knowledge / Action in a different way, both in academic institutions where disciples helped to bring about change- and with direct action via projects.
Resumo:
Flâneurs, Urban Planning and Disembodiment: Communities and Space in TV Series
Resumo:
[Introduction.] It is generally believed that while the principle of the autonomy of the EU legal order, in the sense of constitutional and institutional autonomy that is to say what concerns the autonomous decision-making of the EU, has been clearly strengthened by the most recent jurisprudence of the Court of Justice (eg. Moxplant3, Intertanko or the Kadi/Al Baraakat judgements or the Opinion 1/2009 of the CJEU etc.) as well as, in my opinion, in many aspects by the Treaty of Lisbon, it is still valid to add that the principle of a favourable approach, stemming from the Court jurisprudence, for the enhanced openness of the EU legal order to international law has remained equally important for the EU4. On the other hand, it should be also seen that in a globalized world, and following the increased role of the EU as an international actor, its indispensable and crucial role concerning the creation of world (legal) order in many policy fields ( for example let's think about the G20 issues, the global economic and financial crisis, the role of the EU in promoting and protecting human rights worldwide, the implementation of the multilateral or regional conventional law, developed in the framework the UN (e.g. in the field of agriculture or environment etc) or what concerns the Kyoto process on climate change or the conservation of marine biological resources at international level etc), it seems reasonable and justified to submit that the influence, for example, of the law-making activities of the main stakeholder international organizations in the mentioned policy-areas on the EU (especially on the development of its constantly evolving legal order) or vice-versa the influence of the EU law-making practice on these international organizations is significant, in many aspects mutually interdependent and more and more remarkable. This tendency of the 21st century doesn't mean, however, in my view, that the notion of the autonomy of the EU legal order would have been weakened by this increasing interaction between international law and EU law over the passed years. This contribution is going to demonstrate and prove these departuring points by giving some concrete examples from the most recent practice of the Council (all occuring either in the second half of 2009 or after the entry into force of the Lisbon Treaty), and which relate to two very important policy areas in the EU, namely the protection of human rights and the Common Fishery Policy.
Resumo:
The essay explores the evolution of comparative law and the contribution of its more recent methodological results on the process of European social integration through law. The analysis of the comparative method in general glides on a discipline, such a as labour law, traditionally linked to the "nomos" of the nation state and looks at the process of its own supranationalization through the lens which is the comparative method; a method used mainly by the juridical format (national and supranational courts). The analysis focuses on the fixed term contract and on the vexing question of collective social fundamental rights vis a vis fundamental economic freedoms in the EU where national constitutional traditions and supranational principals risk collision due also to the comparative method.
Resumo:
This paper offers a picture of the obligations existing under international and European law in respect of the loss of nationality. It describes international instruments including obligations in this field with direct relevancy for the loss of nationality of Member States of the European Union, but also obligations regarding loss of nationality in regional non-European treaties. Attention is given to two important judicial decisions of the European Court of Justice (Janko Rottmann) and the European Court of Human Rights (Genovese v Malta) regarding nationality. Special attention is devoted to Article 15 of the Universal Declaration of Human Rights, which forbids the arbitrary deprivation of nationality. A survey is provided of possible sub-principles that can be derived from this rule. Finally, some observations are made on the burden of proof in cases of loss of nationality.