3 resultados para Open Space Program
em DRUM (Digital Repository at the University of Maryland)
Resumo:
This research-design thesis explores the implementation of Regenerative Stormwater Conveyance (RSC) as a retrofit of an existing impervious drainage system in a small catchment in the degraded Jones Falls watershed in Baltimore City. An introduction to RSC is provided, placing its development within a theoretical context of novel ecosystems, biomimicry and Nassauer and Opdam’s (2008) model of landscape innovation. The case site is in Baltimore’s Hampden neighborhood on City-owned land adjacent to rowhomes, open space and an access point to a popular wooded trail along a local stream. The design proposal employs RSC to retrofit an ill-performing stormwater system, simultaneously providing a range of ecological, social and economic services; water quantity, water quality and economic performance of the proposed RSC are quantified. While the proposed design is site-specific the model is adaptable for retrofitting other small-scale impervious drainage systems, providing a strategic tool in addressing Baltimore City’s stormwater challenges.
Resumo:
This thesis demonstrates how landscape architects can transform underused golf course facilities located within cities for urban agriculture (UA). In the last decade more than 1000 golf courses have closed in the United States. Municipal golf courses represent some of the largest pieces of open space in cities and because of their inherent infrastructure they can provide the ideal location to support large-scale UA. In Southwest Baltimore large food deserts are a serious health concern and represent a lack of access to healthy food options for residents. Carroll Urban Agriculture Park is a design response resulting from a detailed analysis of the existing Carroll Park Golf Course and the surrounding community of Southwest Baltimore. The design will create an urban farm in a park-like setting to provide readily accessible healthy food options and various educational opportunities, and to support current and future urban agriculture related businesses in Baltimore.
Resumo:
The Graphical User Interface (GUI) is an integral component of contemporary computer software. A stable and reliable GUI is necessary for correct functioning of software applications. Comprehensive verification of the GUI is a routine part of most software development life-cycles. The input space of a GUI is typically large, making exhaustive verification difficult. GUI defects are often revealed by exercising parts of the GUI that interact with each other. It is challenging for a verification method to drive the GUI into states that might contain defects. In recent years, model-based methods, that target specific GUI interactions, have been developed. These methods create a formal model of the GUI’s input space from specification of the GUI, visible GUI behaviors and static analysis of the GUI’s program-code. GUIs are typically dynamic in nature, whose user-visible state is guided by underlying program-code and dynamic program-state. This research extends existing model-based GUI testing techniques by modelling interactions between the visible GUI of a GUI-based software and its underlying program-code. The new model is able to, efficiently and effectively, test the GUI in ways that were not possible using existing methods. The thesis is this: Long, useful GUI testcases can be created by examining the interactions between the GUI, of a GUI-based application, and its program-code. To explore this thesis, a model-based GUI testing approach is formulated and evaluated. In this approach, program-code level interactions between GUI event handlers will be examined, modelled and deployed for constructing long GUI testcases. These testcases are able to drive the GUI into states that were not possible using existing models. Implementation and evaluation has been conducted using GUITAR, a fully-automated, open-source GUI testing framework.