857 resultados para Design|Architecture
Resumo:
The world is urbanizing rapidly with more than half of the global population now living in cities. Improving urban environments for the well-being of the increasing number of urban citizens is becoming one of the most important challenges of the 21st century. Even though it is common that city planners have visions of a ’good urban milieu’, those visions are concerning visual aesthetics or practical matters. The qualitative perspective of sound, such as sonic diversity and acoustic ecology are neglected aspects in architectural design. Urban planners and politicians are therefore largely unaware of the importance of sounds for the intrinsic quality of a place. Whenever environmental acoustics is on the agenda, the topic is noise abatement or noise legislation – a quantitative attenuation of sounds. Some architects may involve acoustical aspects in their work but sound design or acoustic design has yet to develop to a distinct discipline and be incorporated in urban planning.My aim was to investigate to what extent the urban soundscape is likely to improve if modern architectural techniques merge with principles of acoustics. This is an important, yet unexplored, research area. My study explores and analyses the acoustical aspects in urban development and includes interviews with practitioners in the field of urban acoustics, situated in New York City. My conclusion is that to achieve a better understanding of the human living conditions in mega-cities, there is a need to include sonic components into the holistic sense of urban development.
Resumo:
Company X develops a laboratory information system (LIS) called System Y. The informationsystem has a two-tier database architecture consisting of a production database and a historicaldatabase. A database constitutes the backbone of a IS, which makes the design of the databasevery important. A poorly designed database can cause major problems within an organization.The two databases in System Y are poorly modeled, particularly the historical database. Thecause of the poor modeling was unclear concepts. The unclear concepts have remained in thedatabase and in the company organization and caused a general confusion of concepts. The splitdatabase architecture itself has evolved into a bottleneck and is the cause of many problemsduring the development of System Y.Company X investigates the possibility of integrating the historical database with the productiondatabase. The goal of our thesis is to conduct a consequence analysis of such integration andwhat the effects would be on System Y, and to create a new design for the integrated database.We will also examine and describe the practical effects of confusion of concepts for a databaseconceptual design.To achieve the goal of the thesis, five different method steps have been performed: a preliminarystudy of the organization, a change analysis, a consequence analysis and an investigation of theconceptual design of the database. These method steps have helped identify changes necessaryfor the organization, a new design proposal for an integrated database, the impact of theproposed design and a number of effects of confusion for the database.
Resumo:
It is known that despite companies’ efforts to improve the quality of their products, design and assembly defects results in large repair costs both in terms of repair and providing feedback to the origin of the defect. The purpose of this paper is to study these types of defects and the defect rates in design and assembly. The paper presents a web based questionnaire answered by 29 companies. The result shows that the defect rate (defects per product) spanned from 0.01 to 10. Also, design and assembly defects covered 46%, 23% respectively, of all occurred defects. A case study is also presented, performed at a company who recently implemented a modular architecture. In this company, defects from 5 700 integrated product architectures are compared with defects from 431 modular architectures. The average defect rate increased by 21.5% – from 0.65 to 0.79 – when a more modular architecture has been implemented. Furthermore, the study showed that the assembly defects have decreased while the design defects increased. The results presented in this paper will also support the development of the MPV (Module Property Verification) method which is briefly described.
Resumo:
The specification of Quality of Service (QoS) constraints over software design requires measures that ensure such requirements are met by the delivered product. Achieving this goal is non-trivial, as it involves, at least, identifying how QoS constraint specifications should be checked at the runtime. In this paper we present an implementation of a Model Driven Architecture (MDA) based framework for the runtime monitoring of QoS properties. We incorporate the UML2 superstructure and the UML profile for Quality of Service to provide abstract descriptions of component-and-connector systems. We then define transformations that refine the UML2 models to conform with the Distributed Management Taskforce (DMTF) Common Information Model (CIM) (Distributed Management Task Force Inc. 2006), a schema standard for management and instrumentation of hardware and software. Finally, we provide a mapping the CIM metamodel to a .NET-based metamodel for implementation of the monitoring infrastructure utilising various .NET features including the Windows Management Instrumentation (WMI) interface.
Resumo:
While colleges and universities increasingly draw upon the concept of Universal Design to create an ideal learning environment, it can be challenging to apply the concept practically in the classroom. This project explores innovative ways to incorporate Universal Design into campus architecture, classroom technology and curriculum development. Further, this brief describes different approaches used by universities to garner faculty interest and offer effective training in Universal Design.
Resumo:
Faculty from Rhode Island School of Design representing Interior Architecture, Industrial Design, and Textiles detail their thoughtful interactions with materials.
Resumo:
Designers respond to issues and synthesize ideas from throughout the day as voices from the field who directly encounter the need for recently graduated students to possess the ability to investigate and interrogate materials.
Resumo:
Educators representing interactions with materials speak to critical approaches, life-cycle concerns, critical thinking of composition/process/properties.
Resumo:
A poster of the front cover for the publication prepared by the RISD Department of Landscape Architecture.
Resumo:
The work described in this thesis aims to support the distributed design of integrated systems and considers specifically the need for collaborative interaction among designers. Particular emphasis was given to issues which were only marginally considered in previous approaches, such as the abstraction of the distribution of design automation resources over the network, the possibility of both synchronous and asynchronous interaction among designers and the support for extensible design data models. Such issues demand a rather complex software infrastructure, as possible solutions must encompass a wide range of software modules: from user interfaces to middleware to databases. To build such structure, several engineering techniques were employed and some original solutions were devised. The core of the proposed solution is based in the joint application of two homonymic technologies: CAD Frameworks and object-oriented frameworks. The former concept was coined in the late 80's within the electronic design automation community and comprehends a layered software environment which aims to support CAD tool developers, CAD administrators/integrators and designers. The latter, developed during the last decade by the software engineering community, is a software architecture model to build extensible and reusable object-oriented software subsystems. In this work, we proposed to create an object-oriented framework which includes extensible sets of design data primitives and design tool building blocks. Such object-oriented framework is included within a CAD Framework, where it plays important roles on typical CAD Framework services such as design data representation and management, versioning, user interfaces, design management and tool integration. The implemented CAD Framework - named Cave2 - followed the classical layered architecture presented by Barnes, Harrison, Newton and Spickelmier, but the possibilities granted by the use of the object-oriented framework foundations allowed a series of improvements which were not available in previous approaches: - object-oriented frameworks are extensible by design, thus this should be also true regarding the implemented sets of design data primitives and design tool building blocks. This means that both the design representation model and the software modules dealing with it can be upgraded or adapted to a particular design methodology, and that such extensions and adaptations will still inherit the architectural and functional aspects implemented in the object-oriented framework foundation; - the design semantics and the design visualization are both part of the object-oriented framework, but in clearly separated models. This allows for different visualization strategies for a given design data set, which gives collaborating parties the flexibility to choose individual visualization settings; - the control of the consistency between semantics and visualization - a particularly important issue in a design environment with multiple views of a single design - is also included in the foundations of the object-oriented framework. Such mechanism is generic enough to be also used by further extensions of the design data model, as it is based on the inversion of control between view and semantics. The view receives the user input and propagates such event to the semantic model, which evaluates if a state change is possible. If positive, it triggers the change of state of both semantics and view. Our approach took advantage of such inversion of control and included an layer between semantics and view to take into account the possibility of multi-view consistency; - to optimize the consistency control mechanism between views and semantics, we propose an event-based approach that captures each discrete interaction of a designer with his/her respective design views. The information about each interaction is encapsulated inside an event object, which may be propagated to the design semantics - and thus to other possible views - according to the consistency policy which is being used. Furthermore, the use of event pools allows for a late synchronization between view and semantics in case of unavailability of a network connection between them; - the use of proxy objects raised significantly the abstraction of the integration of design automation resources, as either remote or local tools and services are accessed through method calls in a local object. The connection to remote tools and services using a look-up protocol also abstracted completely the network location of such resources, allowing for resource addition and removal during runtime; - the implemented CAD Framework is completely based on Java technology, so it relies on the Java Virtual Machine as the layer which grants the independence between the CAD Framework and the operating system. All such improvements contributed to a higher abstraction on the distribution of design automation resources and also introduced a new paradigm for the remote interaction between designers. The resulting CAD Framework is able to support fine-grained collaboration based on events, so every single design update performed by a designer can be propagated to the rest of the design team regardless of their location in the distributed environment. This can increase the group awareness and allow a richer transfer of experiences among them, improving significantly the collaboration potential when compared to previously proposed file-based or record-based approaches. Three different case studies were conducted to validate the proposed approach, each one focusing one a subset of the contributions of this thesis. The first one uses the proxy-based resource distribution architecture to implement a prototyping platform using reconfigurable hardware modules. The second one extends the foundations of the implemented object-oriented framework to support interface-based design. Such extensions - design representation primitives and tool blocks - are used to implement a design entry tool named IBlaDe, which allows the collaborative creation of functional and structural models of integrated systems. The third case study regards the possibility of integration of multimedia metadata to the design data model. Such possibility is explored in the frame of an online educational and training platform.
Resumo:
O presente estudo tem como objetivo investigar de que maneira a possibilidade de instalação do Istituto Europeo di Design (IED) no bairro da Urca, na cidade do Rio de Janeiro, interfere na (re)configuração do espaço. Para o estudo desse processo adotou-se o conceito de espaço definido por Milton Santos, que o caracteriza como um conjunto indissociável de sistemas de objetos e ações, considerando necessária sua análise numa perspectiva histórica. Para ampliação das considerações sobre poder, identificação e caracterização dos atores sociais e das relações entre eles estabelecidas foram utilizados conceitos propostos por Carlos Matus para a análise da realidade social. A pesquisa de campo, de natureza qualitativa, coletou dados secundários a partir de notícias sobre o processo de revitalização do antigo Cassino da Urca e instalação do Istituto Europeo di Design no local, publicadas em jornais e revistas impressos, jornais on line e blogs, assim como dados primários, a partir de observação não estruturada das instalações ao redor do prédio do antigo Cassino da Urca, participação em reuniões da associação de bairro e entrevistas semi-estruturadas com representantes de organizações envolvidas no processo. Para o tratamento dos dados coletados, realizou-se análise argumentativa e interpretativa a partir da teoria utilizada. Com base nas notícias e documentos consultados, foi definido o período de análise, desde a cessão do prédio do antigo Cassino da Urca ao IED, em agosto de 2006, até o anúncio de parceria com outra organização, pelo instituto, em maio de 2012. O estudo permitiu identificar que a instalação do IED na Urca interferiu na configuração do espaço, principalmente no que se refere à formação e à atuação da associação de moradores do bairro, à instalação de novos empreendimentos comerciais no entorno do prédio já restaurado e, por consequência, na paisagem do bairro. Destaca-se também que a instalação do IED gerou mudanças que extrapolam os limites territoriais do bairro. Com base nos dados analisados, destaca-se que a relação de cooperação entre a Prefeitura Municipal do Rio de Janeiro e o IED foi estabelecida em torno da valorização por parte da Prefeitura do domínio de uma capacidade técnica pelo IED, nas áreas de atuação da organização, que são o ensino, pesquisa e consultoria nas áreas de arquitetura, design, moda e comunicação, o que reforça o argumento da valorização atual de organizações culturais no processo de (re)configuração do espaço urbano, quanto aos aspectos econômicos, simbólicos e sociais.