ARCHITECTURE PORTFOLIO DAVID ALDANA TRUJILLO

Size: px
Start display at page:

Download "ARCHITECTURE PORTFOLIO DAVID ALDANA TRUJILLO"

Transcription

1 ARCHITECTURE PORTFOLIO DAVID ALDANA TRUJILLO

2 DAVID ALDANA TRUJILLO EDUCATION BACHELOR OF ARCHITECTURE School of Architecture University of Miami URBAN REHABILITA- TAJAMAR TABLE ARQUITECTURA School of Architecture Tecnologico de Monterrey, Mexico PROFESSIONAL EXPERIENCE Dec May 2016 Burton Hersh, PA Intern Architect Summer 2014 Cure & Penabad Intern Architect Fall 2014 & 2015 UMSoa Computer Lab Lab Assistant PIAZZA ISOLA TIBERINA BOK TOWER GARDENS STUDY ABROAD Spring 2015 Architecture Program, Rome, Italy Summer 2015 Open City Studio, Kyoto, Japan SKILLS AUTOCAD PHOTOSHOP RHINO CNC REVIT INDESIGN GRASSHOPPER 3D PRINTING QUARTZ ON TENTH 10 SHADES OF VERMILLION 3DS MAX ILLUSTRATOR PHYTON LASER CUT SKETCHUP FURNITURE MAKING LANGUAJES Spanish English Italian French (786) davidaldanat@gmail.com 237 E 2nd Street, New York, NY ARENA FURNITURE DESIGN

3 Building function comparison: Green Spaces Residential Mixed Use Institutional Mexico Irapuato Historic Center IRAPUATO, MEXICO People leaving to the suburbs Bring services to the core of the city Result of suburbia PRAGUE, CZECH REPUBLIC PUEBLA, MEXICO. URBAN REHABILITATION This project is my undergrad thesis, it is a study that proposes the redisign of the historic center of the city of Irapuato. The city was founded in 1547 and the morfology of the city was a reaction of both the geography and the social problems of the time. With the inclusion of the car the city had to make changes and they redeveloped the streets and blocks. After the year 1969, the city hasnt improved any of the caracteristics that form a city. They had forgoten of bringing services to the city so people prefer to live in the suburbs. The proposal offers the addition of several interventions in the historic center to improve the standard of living and to make of Irapuato a city comparable from other first world cities. Autocad/Revit/Photoshop/Illustrator/InDesign MIAMI, USA. KYOTO, JAPAN.

4 Small Block Medium Size Block 3 4 Elongated Block Streets to intervene: 1. Av. Guerrero 2. Av. Revolucion 3. Alvaro Obregon 4. Hidalgo 5. Calle Primo Verdad Current Situation Proposed Situation Current Situation 1. One ot two stories max 2. No space for ventilation 3. No openings for natural light 4. Little space for pedestrians 5. No green spaces Proposed Situation 1. Increase building floors for mix use 2. Creation of a central courtyard for ventilation and natural light 4. Expansion of the sidewalk 5. Adition of greenery on the sidewalk

5 Residential P P View into the park and mixed use buildings P P Cultural District P P View into the square and cultural buildings P Education District Interventions: Parking Garages Residential Education & Cultural District View into the park and education buildings

6 import rhinoscriptsyntax as rs #Author: David Aldana #Date: #Purpose: Demostrate how to write a skeletal code #Input Parameters: None #Output Parameters: None def addroots(): Purposes: It will add a foundation geometry Order:Roots done from left to right and bottom to top point0= 1,1,0 point1=1,6.5,0 point2=3.934,10,0 points=point0,point1,point2 curve1 = rs.addcurve(points) attempt to create sweep with ellipses center = 1,1,0 sec = 0.8,1.10,0 thr = 1,1,.3 e1 = rs.addellipse3pt(center,sec,thr) center = 3.934,10,0 sec = 3.6,11.347,0 thr = 3.934,10, 1 e2 = rs.addellipse3pt(center,sec,thr) rail = curve1 shapes = e1,e2 rs.addsweep1(rail,shapes,- closed=true) point3=2.5,1,0 point4=2.5,3.5,0 point5=5.585,7.002,0 points1=point3,point4,point5 curve6 = rs.addcurve(points1) I came back for you. even though you are tiny I do care for you sweep 7 center = 2.5,1,0 sec = 2.3,1,0 thr = 2.5,1,0.3 e10 = rs.addellipse3pt(center,sec,thr) rail = curve6 shapes = e10,e11 center = 5.59,7,0 sec = 5.35,7.4,0 thr = 5.59,7,0.5 e11 = rs.addellipse3pt(center,sec,thr) rs.addsweep1(rail,shapes,- closed=true) second attempt to create sweep with ellipses point6=7,1,0 point7=7.5,4,0 point8=5,8,0 points2=point6,point7,point8 curve2 = rs.addcurve(points2) point10=3,11,0 point11=3,15,0 points3=point8,point10,point11 curve3 = rs.addcurve(points3) point12=3,22,0 point13=9,25,0 points4=point11,point12,point13 curve4 = rs.addcurve(points4) TAJAMAR TABLE/MANGROVE INSPIRED This project is the result of applied coding and parametric design. Taking the mangrove as inspiration, a code was developed to imitate the pattern created by the branches and roots. Using the CNC machine the pattern was cut out of a 2x4 Honduran Mahogany and applyed to the table top of a coffee table. Rhino/Grasshopper/Phython/Laser Cuter/3D Printer/CNC

7 Plan 2 ft Elevation 16 in 4 ft Code import rhinoscriptsyntax as rs import random as rd def zone1pts(): #dense zone irange = range(2000) for i in irange: x = rd.random()*100 y = rd.random()*40 pt = x,y,0 if x > 20 and x < 80 and y > 7.5 and y < 32.5: pass else: rs.addpoint(pt) def zone2pts(): #dense zone irange = range(300) for i in irange: x = rd.random()*60 y = rd.random()*25 pt = x,y,0 pt = x,y,0 if x > 19 and x < 41 and y > 8 and y < 17: else: pass pt = rs.addpoint(pt) trans = 20, 7.5,0 rs.moveobject(pt, trans) def zone3pts(): #dense zone irange = range(10) for i in irange: x = rd.random()*22 y = rd.random()*9 pt = x,y,0 pt = x,y,0 pt = rs.addpoint(pt) trans = 39, 15.5,0 rs.moveobject(pt, trans) zone1pts() zone2pts() zone3pts() CNC Table Top Cut CNC Table Top Cut CNC Legs Cut Table Top Sanding

8 View from the park Site Plan PIAZZA ISOLA TIBERINA The goal for this project was to reinvent and merge two existing piazzas on isola tiberina in rome. The piazzas housed a church and a hospital. A brick clock tower and arcade which created a formal entrance to the space and it merges the two piazzas into one. A set of steps in front of the church and a change of flooring creates an informal amphitheater with a stage and seating. On the opposite side, a green area is added with a cafe. The addition of benches allow for a better enjoyment of this area and also provides natural light for the gallery located underneath. This gallery introduces a space for young artists to exhibit their art and it also counts with it s own cafe. Sketch Autocad/SketchUp/Photoshop/Illustrator/InDesign

9 View from Church Exploded Iso

10 View s Study Sketch BOK TOWER GARDENS In the same way the bok tower rises out of the canopy, this pavilion blooms and spreads over the site like a flower. The origin of the concept is established through the creation of two axes: one framing the tower and the orange fields and the other suggesting an entrance and a perfect position for performances. A hierarchy of spaces is created by the intersection of both axes. Autocad/Revit/Photoshop/Illustrator/InDesign

11 Entrance Floor Plan 1. Lobby 2. Classrooms 3. Kitchen 4. Storage 5. Amphitheatre

12 Parti Aereal View Residential Gym Commercial Art Gallery QUARTZ ON TENTH The highline is a unique structure that cuts through the fabric of new york city blocks. This elevated park creates an experience for people to view the city from a different perspective, sometimes turning the city inside out. The idea behind this building was to explore the two different identities. On the outside, street view, it blends in with the traditional city fabric; on the inside, it expresses the characteristic of the building s interior. Those passing by on the highline can see the astonishing interior of the building. The skin on the outside is brick and steel, which wraps around the traditional street facades. In contrast, the back façades facing the highline comprises of steel, concrete and glass paneling. These revealing and contemporary materials surround a virtual courtyard that recedes from the highline. Autocad/Revit/Photoshop/Illustrator/InDesign Rear View

13 Front Elevation Section Exploded Floor Plans

14 STAMP TEST TEMPLE PATTERN TEST TEMPLE PATTERNS P&P TEST PUBLIC VS PRIVATE TEST Government Education Office Library Hotels Temples Commercial Museums Residential Mixed Use 10 SHADES OF VERMILLION In kyoto, japan. The super-block is an urban consistency. Easy: all the services that a human needs to live within 1x1 mile. By studying the block from the size of the street & side walk to the function of every building we find out that these blocks are not a regular block but a full city within a walk distance from your home. This means that a person (if wanted) would not have to leave this block for any reason. Health, education, commercial, govern, private, housing & more are all together in the super-block. Once we knew every inch of this particular block we added an artistic touch. 10 Different tones of vermillion for 10 different functions. KYOTO, JAPAN Autocad/Photoshop/InDesign

15 ARENA SCHOOL This project is a school for kids with autism. The building that they needed had to be design with certain specifications for their needs. Every class room, office and even bathrooms are done just for the kids needs. The building eco-friendly approach consists mainly in taking advantages of crosswinds and with the use of natural light as main source. Autocad/Revit/Photoshop Exploded Iso

16 Section Perspective 1. Reception 2. Office Space 3. Classrooms 4. Theatre 5. Parking Garage

17 15 in 15 in FURNITURE DESIGN This bed side table is inspired by 1950 s furniture and japanese designs. The furniture piece is a very modest design but it catches the eye of the viewer by the addition of small details. It is built completely with wood using walnut as the main wood and a single piece of ash. As for the joining of the different pieces methods like dominoes and Dovetails were used depending on the type of joint.

18 Piazza Navona Biblioteca Vallicelliana & Santa Maria in Vallicella Sant Ivo alla Sapienza SKETCHES & PHOTOGRAPHY This is a compilation of hand drawings and architectural photography using diverse technics that I realized during my B.Arch and Rome Study Abroad Program. Graphite/Ink/Adobe Bridge/Camera Raw/Photoshop Via Giulia

19 DAVID ALDANA TRUJILLO (786) E 2nd Street, New York, NY

JESSICA WOOD INTERIOR DESIGN PORTFOLIO

JESSICA WOOD INTERIOR DESIGN PORTFOLIO JESSICA WOOD INTERIOR DESIGN PORTFOLIO Client: A Brown Shoe Company, St. Louis, MO Occupants: 75-100 Date: Fall 2010 The Sole Shoe Company was a two story large commercial project consisting of offices,

More information

CONTEXT + PROGRAM. CONTEXT - Site Photos RIALTO THEATRE STATION DEPOT HOTEL CONGRESS GREYHOUND SITE 4TH AVENUE BROADWAY BOULEVARD

CONTEXT + PROGRAM. CONTEXT - Site Photos RIALTO THEATRE STATION DEPOT HOTEL CONGRESS GREYHOUND SITE 4TH AVENUE BROADWAY BOULEVARD PROJECT SITE - View facing South - GREYHOUND SITE RIALTO THEATRE HOTEL CONGRESS STATION DEPOT BROADWAY BOULEVARD 4TH AVENUE CONGRESS STREET TOOLE STREET CONTEXT - Site Photos CONTEXT + PROGRAM 6th Avenue

More information

Joshua H Shaw. 127 Colonial Circle Unit C Chicopee MA

Joshua H Shaw. 127 Colonial Circle Unit C Chicopee MA Joshua H Shaw 127 Colonial Circle Unit C Chicopee MA 01020 617 821 5112 josh.shaw79@gmail.com Education Boston Architectural College Candidate for Bachelors Of Architecture 2007-present Springfield Technical

More information

jennifer cederstam CV + PORTFOLIO

jennifer cederstam CV + PORTFOLIO jennifer cederstam CV + PORTFOLIO CV Education Bachelor of Science in Interior Design De La Salle College of Saint Benilde (2007-2009) Philippine School of Interior Design (2009-2011) Extra Courses Completed

More information

Kate Luxner. Tulane School of Architecture 14 University of Maryland 08

Kate Luxner. Tulane School of Architecture 14 University of Maryland 08 Kate Luxner Tulane School of Architecture 14 University of Maryland 08 tanzakademie NEW ORLEANS, LA FALL 2012 CRITIC: WAYNE TROYER The Tanzakademie is intended to provide a center for the study and performance

More information

RA1.01. Project Description:

RA1.01. Project Description: Project Description: Designed around a philosophy of "healthy building for healthy bodies," the University s recreation center inspires personal health and wellness. As the University s campus continues

More information

DANIEL RODRIGUEZ SELECTED WORKS

DANIEL RODRIGUEZ SELECTED WORKS LIO POR TFO DANIEL RODRIGUEZ SELECTED WORKS 2013-2016 EDUCATION Florida International University - 5 yr. Accelerated Masters Program 2011-2016 AWARDS HELLO. Coral Gables Exhibition For Infill Housing Design

More information

Race modern, generously proportioned and welcoming

Race modern, generously proportioned and welcoming Race modern, generously proportioned and welcoming Race - Cory Grosser Johanson is proud to present, in collaboration with the Los Angeles-based designer Cory Grosser, a new series of seating furniture

More information

Zoë Brown UTSoA Undergraduate Portfolio

Zoë Brown UTSoA Undergraduate Portfolio Zoë Brown UTSoA Undergraduate Portfolio Semester One 2 3 Bus Stop A stereometric form designed to occupy a corner of a larger building. The structure would be used as a bus stop. Performance Space Mapping

More information

Nicholas Tartaglione 777 Parker Street, Apt. 1 Boston, MA

Nicholas Tartaglione 777 Parker Street, Apt. 1 Boston, MA Nicholas Tartaglione 777 Parker Street, Apt. 1 Bosn, MA 02120 ntartaglione307@gmail.com 856.304.0626 Education Experience Achievements Roger Williams University [Brisl, RI] _Dual Degree Bachelor s/masters

More information

DYNAMIC REINVENTION. Photography InfInIty MedIa

DYNAMIC REINVENTION. Photography InfInIty MedIa DYNAMIC REINVENTION The owner of this late Victorian semi in Belfast has taken on a substantial renovation project, retaining original period features & injecting unique style with retro touches shown

More information

(DC1) Direct Development Control Provision DC1 Area 4

(DC1) Direct Development Control Provision DC1 Area 4 . General Purpose (DC) Direct Development Control Provision DC Area 4 The purpose of this Provision is to provide for an area of commercial office employment and residential development in support of the

More information

LIGHTING ARCHITECTURE TRAVELING DESIGN PENN STATE CALLIGRAPHY MOVIES ENGINEER CHINESE DRAWING PHOTOGRAPHY PASSION ROCK DANCE ART POSITIVE CREATIVITY

LIGHTING ARCHITECTURE TRAVELING DESIGN PENN STATE CALLIGRAPHY MOVIES ENGINEER CHINESE DRAWING PHOTOGRAPHY PASSION ROCK DANCE ART POSITIVE CREATIVITY LAURA XIAOYIN WU PASSION ENGINEER FASHION CALLIGRAPHY MOVIES ENTHUSIASM LIGHTING TRAVELING ROCK 北京 DRAWING PHOTOGRAPHY DANCE ART POSITIVE CREATIVITY MODERN BIKING DESIGN PENN STATE CHINESE COFFEE 한국어 ARCHITECTURE

More information

Avanti Journeys - Best of Europe Art & Architecture:

Avanti Journeys - Best of Europe Art & Architecture: 13 Days/12 Nights Departs Daily from US except Fri. Avanti Journeys - Best of Europe Art & Architecture: Paris, Florence, Rome & Barcelona Ageless cities, touchstones of civilization and commerce, reward

More information

Landscape Architecture - LAND

Landscape Architecture - LAND Landscape Architecture - LAND 1 Landscape Architecture - LAND Courses LAND 5030 LANDSCAPE DESIGN METHODS (3) LEC. 9. Introduces students to skills, techniques, and ways of thinking fundamental to landscape

More information

Jamie Li 513 Beacon Street, Apt #6 Boston, MA

Jamie Li 513 Beacon Street, Apt #6 Boston, MA Jamie Li 513 Beacon Street, Apt #6 Boston, MA 02215 jamie.li@the-bac.edu 617.595.3245 Education Boston Architectural College, Boston, MA Candidate for Master s of Architecture Program August 2012 - Present

More information

7-PARKS, OPEN SPACE & PUBLIC ART

7-PARKS, OPEN SPACE & PUBLIC ART 7-s, Open Space & Public Art 7-PARKS, OPEN SPACE & PUBLIC ART This chapter provides recommendations for the expansion of new parks, plazas and open space that serve the many user groups targeted for downtown.

More information

UNIVERSITY OF TORONTO FACULTY OF LAW

UNIVERSITY OF TORONTO FACULTY OF LAW VIEW LOOKING NORTH FROM HOSKIN AVENUE AND PHILOSOPHER S WALK UNIVERSITY OF TORONTO FACULTY OF LAW Kuwabara Payne McKenna Blumberg Architects September 00 Consultant Team Phillips Faarrevaag Smallenberg

More information

contract news 01/architecture

contract news 01/architecture 01/architecture Festive Grand Theatre Festive Grand Theatre is the entertainment venue of Resort Island Sentosa completed in 2010 in Singapore. Sentosa is Singapore s premier island resort getaway, which

More information

Executive Summary. Houston Museum of American Art New York, New York

Executive Summary. Houston Museum of American Art New York, New York Executive Summary This proposal details the work to be completed in the spring of 2013. It presents a description of the redesign of several systems present in the. Included are explanations of two depth

More information

- Jacqueline Kennedy Onasis

- Jacqueline Kennedy Onasis AVERY SMITH ...it would be sacrilege to merely redecorate it a word I hate. It must be restored, and that has nothing to do with decoration. That is a question of scholarship. - Jacqueline Kennedy Onasis

More information

Design Portfolio. Andrew Jay Hernandez Roger Williams University Bachelor of Science '14 M. Arch '17

Design Portfolio. Andrew Jay Hernandez Roger Williams University Bachelor of Science '14 M. Arch '17 Design Portfolio Andrew Jay Hernandez Roger Williams University Bachelor of Science '14 M. Arch '17 1 2 Andrew Jay Hernandez Pawtucket, RI 401-654-8001 ahernandez833@g.rwu.edu About This portfolio is a

More information

PORTFOLIO. Simon Schmid, student in landscape architecture

PORTFOLIO. Simon Schmid, student in landscape architecture PORTFOLIO. Simon Schmid, student in landscape architecture SCHMID Simon student in landscape architecture national school of higher studies in nature and landscape architecture in Blois (ensnp) - www.ensnp.fr

More information

PARP:PS (Pompeii Archaeological Research Project: Porta Stabia) I Pompeii, Italy project team member I 2010

PARP:PS (Pompeii Archaeological Research Project: Porta Stabia) I Pompeii, Italy project team member I 2010 HELEN TURNER LEED AP, NCIDQ No. 25491 Assistant Professor helen.turner@uky.com EDUCATION University of Cincinnati I Cincinnati, Ohio Master of Science in Architecture 2009-2011 Ohio University I Athens,

More information

Tech Report 1, Part 1: Lighting Proposal Memo TO: Shawn Good

Tech Report 1, Part 1: Lighting Proposal Memo TO: Shawn Good Tech Report 1, Part 1: Lighting Proposal Memo TO: Shawn Good FROM: Sarah Miller DATE: 9 September, 2013 SUBJECT: University of Maryland: Prince Frederick Hall This memo discusses the different spaces I

More information

Piazza di Sant'Ignazio

Piazza di Sant'Ignazio Piazza di Sant'Ignazio Preliminary Design: Documentation of Existing Conditions 28 June 2018 Hayley Fooshee & Lauren Fuquay The History of Piazza di Sant'Ignazio - Square located in the historic center

More information

event spaces at the spectacular new Design Museum in Kensington

event spaces at the spectacular new Design Museum in Kensington event spaces at the spectacular new Design Museum in Kensington contents overview 5 capacities and settings 7 spaces: the Bakala auditorium 8 spaces: the Helene and Johannes Huth Gallery 9 floorplan: the

More information

To ensure human scale design, the towers step back from the facade of the building after four stories.

To ensure human scale design, the towers step back from the facade of the building after four stories. 41 40 SPRING GARDEN WEST A DESIGN BY PUBLIC ENGAGEMENT Chapter 3 Design SETBACK (SPRING GARDEN WEST LOOKING SOUTH) To ensure human scale design, the towers step back from the facade of the building after

More information

KALEIDOSCAPE THESIS: PORTFOLIO. House 09 Personal Explorations in Domesticity

KALEIDOSCAPE THESIS: PORTFOLIO. House 09 Personal Explorations in Domesticity House 09 Personal Explorations in Domesticity THESIS: KALEIDOSCAPE PORTFOLIO 7-Axis Robot Fabrication With Yong Feng See & Min Kyeong Ji Thesis: Kaleidoscape Community Center Obama Presidential Library

More information

Colin Selig Sculpture + Site Furnishings

Colin Selig Sculpture + Site Furnishings Colin Selig Sculpture + Site Furnishings I N S T I T U T I O N A L Memphis children s hospital These benches were commissioned for two outside patio areas on either side of the main entrance to the outpatient

More information

A NEW AMERICAN HIGH SCHOOL

A NEW AMERICAN HIGH SCHOOL A NEW AMERICAN HIGH SCHOOL typical American high school trends: large, dense, sprawling MANHATTAN HIGH SCHOOL GOULDEVANS MANHATTAN, KANSAS SANDY HIGH SCHOOL DULL OLSON WEEKES ARCHITECTS SANDY, OREGON

More information

Public Art Component - Guildford Aquatic Centre. The Parks, Recreation and Culture Department recommends that Council:

Public Art Component - Guildford Aquatic Centre. The Parks, Recreation and Culture Department recommends that Council: NO: R225 COUNCIL DATE: October 22, 2012 REGULAR COUNCIL TO: Mayor & Council DATE: October 18, 2012 FROM: General Manager, Parks, Recreation and Culture FILE: 7800-01 SUBJECT: Public Art Component - Guildford

More information

RAY APARTMENTS. Project Information. Lot Size: 31,450 SF Building Size: 132,740 SF Location: Seattle, WA Project Type: Residential Multifamily

RAY APARTMENTS. Project Information. Lot Size: 31,450 SF Building Size: 132,740 SF Location: Seattle, WA Project Type: Residential Multifamily RAY APARTMENTS Project Information Lot Size: 31,450 SF Building Size: 132,740 SF Location: Seattle, WA Project Type: Residential Multifamily RAY APARTMENTS Project Narrative The Ray is named for its vibrant

More information

Project introduction and relevance:

Project introduction and relevance: Project introduction and relevance: Every city has a central area or district where, most of the social and commercial activity within the city is concentrated. Norzin Lam is in the process of becoming

More information

New Rochelle Arts + Cultural District Master Plan Conceptual Plan. February 4, 2015

New Rochelle Arts + Cultural District Master Plan Conceptual Plan. February 4, 2015 New Rochelle Arts + Cultural District Master Plan Conceptual Plan February 4, 2015 Arts Districts What s It All About? What is an Arts + Cultural District? Designated area Set of policies that support

More information

KELOWNA FRUIT PACKING HISTORY: SEE IT, TOUCH IT, TELL IT

KELOWNA FRUIT PACKING HISTORY: SEE IT, TOUCH IT, TELL IT CAWSTON AVE LAUREL PACKING HOUSE ELLIS STREET PROPERTY LINE 5TH WALL PROJECTION SURFACE STEPPED WOOD SEATING EMBEDDED METAL BANDING (OLD RAIL LINES) APPLE BOX SEATING/ PLAY STRUCTURE WOOD DECK/ GROUP SEATING

More information

FEATURES LIST ECO-FRIENDLY

FEATURES LIST ECO-FRIENDLY FEATURES LIST Affinity brings four unique living arrangements to one of the most desirable locations in the Las Vegas Valley. Rich in standard features, professionally designed packages and community amenities

More information

Portfolio Simple. Nicole Strelcheva Architect MAA

Portfolio Simple. Nicole Strelcheva Architect MAA CV Portfolio Simple Nicole Strelcheva Architect MAA 2015 CV PERSONAL DETAILS name nationality languages date of birth tel e-mail SKILLS & INTERESTS Nicole Strelcheva Bulgarian Bulgarian - mother tongue

More information

Principles of Landscaping

Principles of Landscaping Principles of Landscaping 1. Definition of Landscaping Landscaping is a branch of horticulture and is an important field in which architecture, art and knowledge are combined to achieve beauty and utility.

More information

Historic. Setting FOR YOUR NEXT EVENT

Historic. Setting FOR YOUR NEXT EVENT A Historic Setting FOR YOUR NEXT EVENT A Natural Treasure The Canadian Museum of Nature offers a setting like no other. Nestled in the heart of the nation s capital, our century-old gothic castle is a

More information

ALMATY TRAM DEPOT. Turning the former into a sustainable space.

ALMATY TRAM DEPOT. Turning the former into a sustainable space. ALMATY TRAM DEPOT. Turning the former into a sustainable space. Introducing the city of Almaty ALMATY 700 sq.km 1.7 mln. «Almaty-2020» City Development Program VISION: The modern city of an international

More information

Presentation portfolio. Clichy-Batignolles O8 (2018)

Presentation portfolio. Clichy-Batignolles O8 (2018) Presentation portfolio Clichy-Batignolles O8 (2018) Location plan ZAC Clichy Batignolles Paris Clichy-Batignolles Lot O8 7-theatre multiplex Cinema, Cultural space, community center, Blackbox theatre and

More information

ECTS Guide for Incoming Erasmus Students 2017/2018

ECTS Guide for Incoming Erasmus Students 2017/2018 ESAM Design (Ecole Supérieure des Arts Modernes), a private institution for technical higher education, has put all its effort into training students, whether young or mature adults, for over sixty years.

More information

Portfolio. Portfolio. Interior Design. By Kinjal Ahalpara

Portfolio. Portfolio. Interior Design. By Kinjal Ahalpara Portfolio Interior Design Portfolio By Kinjal Ahalpara 0 Table of Contents 1 Restaurant Design project 2 2 Sales office design project for Westerfield retirement community apartments 3 Commercial Retail

More information

Museo Reina Sofía. Venue Hire

Museo Reina Sofía. Venue Hire Museo Reina Sofía Venue Hire Unique venues, unique experiences The doors of the Reina Sofía Museum are open to the institutional and corporate world, and its different spaces are available for hosting

More information

A:shiwi Cultural Complex A Vision for the Zuni Tribe

A:shiwi Cultural Complex A Vision for the Zuni Tribe J O N E S J O N E S Architects and Landscape Architects, Ltd. A:shiwi Cultural Complex A Vision for the Zuni Tribe Zuni, New Mexico September 2002 table of contents Introduction 2 Mission & Goals 3 Site

More information

Charles Eames Artist Studio AN APPLICATION OF PATTERN LANGUAGE TO THE ENTRANCE

Charles Eames Artist Studio AN APPLICATION OF PATTERN LANGUAGE TO THE ENTRANCE Charles Eames Artist Studio AN APPLICATION OF PATTERN LANGUAGE TO THE ENTRANCE MICHELLE HAY D263 DESIGN METHODS SPRING 2014 Contents 1 2 3 INTRODUCTION BACKGROUND CASE STUDY 3 4 12 INITIAL PLAN DESIGN

More information

INSTITUTIONAL USE DESIGN COMPATIBILITY TECHNIQUES

INSTITUTIONAL USE DESIGN COMPATIBILITY TECHNIQUES INSTITUTIONAL USE DESIGN COMPATIBILITY TECHNIQUES INTRODUCTION Community institutions are an important part of the character and vitality of neighborhoods in Forsyth County. Institutional uses include

More information

Landscaping And Site Details

Landscaping And Site Details Landscaping And Site Details Adopted by the Barrio Latino Commission on August 20, 1996 Addition to Ybor City Design Guidelines, Street Furniture. The City of Tampa maintains and is responsible for installation

More information

new products Milan 2017

new products Milan 2017 new products Milan 2017 Kettal Cala by Doshi Levien / Kettal Bela ropes by Doshi Levien / Kettal Parallel fabric by Doshi Levien / Kettal Geometrics rugs by Doshi Levien / Kettal Mia outdoor lamp by Michel

More information

the green business district

the green business district the green business district Hazelwood Studio Ken Doyno, Instructor Dan Rothschild, Instructor Grace Whang, Jessica Kim The Second Avenue intervention is entitled the Green Building District. What this

More information

THE WHITE BOOK DESIGN AND ARCHITECTURE / COM / / ANNUAL 2018 S$8 /

THE WHITE BOOK DESIGN AND ARCHITECTURE /   COM / / ANNUAL 2018 S$8 / DESIGN AND ARCHITECTURE / WWW.DESIGNANDARCHITECTURE. COM / / ANNUAL 2018 S$8 / THE WHITE BOOK NEW ROME CONVENTION CENTER HOTEL MONO GIJANG WAVEON CROWN 515 PARIS CHURCH EL SEÑOR DE LA MISERICORDIA JAN

More information

Community Design Plan

Community Design Plan Gardena General Plan 2006 Authority While the is not a required element of a General Plan, it is included because improving the community appearance and image is paramount to the overall quality of life

More information

Lehigh Acres Land Development Regulations Community Planning Project

Lehigh Acres Land Development Regulations Community Planning Project Lehigh Acres Land Development Regulations Planning Effort Summary In July, 2010 Commissioner Frank Mann invited the Lehigh Acres community to start discussing how to achieve their recently adopted community

More information

Chapter 5: Mixed Use Neighborhood Character District

Chapter 5: Mixed Use Neighborhood Character District 5: Mixed Use Neighborhood Character District 5.1 Introduction The Mixed Use Neighborhood character district acts as a transition or bridge between the State Route 89A District s commercial area to the

More information

FROM NOTHING TO A MAJOR URBAN CENTRE IN 40 YEARS: AN INCREMENTAL APPROACH TO INFRASTRUCTURE DEVELOPMENT THE CASE OF THE LOUVAIN NEW UNIVERSITY TOWN

FROM NOTHING TO A MAJOR URBAN CENTRE IN 40 YEARS: AN INCREMENTAL APPROACH TO INFRASTRUCTURE DEVELOPMENT THE CASE OF THE LOUVAIN NEW UNIVERSITY TOWN UNIVERSITY COLLEGE LONDON - BARTLETT SHOOL OF PLANNING - 16 January 2013 FROM NOTHING TO A MAJOR URBAN CENTRE IN 40 YEARS: AN INCREMENTAL APPROACH TO INFRASTRUCTURE DEVELOPMENT THE CASE OF THE LOUVAIN

More information

06_PRECEDENT STUDIES. Piano Building Workshop portfolio

06_PRECEDENT STUDIES. Piano Building Workshop portfolio 06_PRECEDENT STUDIES Fig.6.1. Temporary Exhibition of Renzo Piano Building Workshop portfolio 60 Fig.6.2. Fig.6.3. Fig.6.4. SACKLER GALLERIES NORMAN FOSTER & PARTNERS l London, UK The Sackler Gallery at

More information

Kettal Cala. by Doshi Levien

Kettal Cala. by Doshi Levien new collections outdoor furniture Downtown Design Dubai 2017 Kettal Cala by Doshi Levien / Kettal Bela ropes by Doshi Levien / Kettal Parallel fabric by Doshi Levien / Kettal Geometrics rugs by Doshi

More information

Figure Example of out door dining in the public right-of-way.

Figure Example of out door dining in the public right-of-way. Section 2 Core Area Goal 2.2.1 To maintain and enhance the character of existing streets in the Downtown Area. Character Figure 2.2.1 Example of out door dining in the public right-of-way. A. Provide street

More information

FACT SHEET: COMMUNITY INPUT S IMPACT ON THE DESIGN FOR THE OBAMA PRESIDENTIAL CENTER

FACT SHEET: COMMUNITY INPUT S IMPACT ON THE DESIGN FOR THE OBAMA PRESIDENTIAL CENTER FOR IMMEDIATE RELEASE January 10, 2018 Contact: Kate Berner, kberner@skdknick.com FACT SHEET: COMMUNITY INPUT S IMPACT ON THE DESIGN FOR THE OBAMA PRESIDENTIAL CENTER Since announcing initial plans in

More information

Architectural Engineering Lighting/Electrical Option

Architectural Engineering Lighting/Electrical Option Project Page P Christine Marie Clowes Architectural Engineering Lighting/Electrical Option Architectural ral Lighting Design Portfolio Project Page University it Science Building 3 Air Force Academy Chapel

More information

shops is placed near this canal. In addition, new buildings are composed of historical materials in order to create historical landscape.

shops is placed near this canal. In addition, new buildings are composed of historical materials in order to create historical landscape. New Helsinki Site Plan S=1:6000 0 50 100 150 200 1 2 5 3 4 6 7 8 Art Culture Commerce This plan is not only resolving some present problems but also adding new value, Art, Culture and Commerce. South harbor

More information

no plastic, no gimmicks strong shapes, durable timber

no plastic, no gimmicks strong shapes, durable timber no plastic, no gimmicks strong shapes, durable timber www.hebe.kiwi.nz Hebe your natural choice. Hebe Natural Children s Furniture is a New Zealand owned and operated business committed to providing the

More information

Downtown District V I S I O N. April 1, 2011 Draft I

Downtown District V I S I O N. April 1, 2011 Draft I Downtown District V I S I O N April 1, 2011 Draft I Downtown District VISION DRAFT I A project of the Community Design Resource Center at the University of Houston in partnership with the City of Angleton,

More information

ORS CENTER VISIT 87 88

ORS CENTER VISIT 87 88 87 88 WISCONSINAV ENUE 88 existing 90 This stone historic stone bridge carries Wisconsin Avenue over the Chesapeake & Ohio Canal and tow path. 48. Although the Chesapeake & Ohio Canal is no longer used

More information

3.3. Urban Structure Defining a New Hierarchy of Routes and Spaces >Images

3.3. Urban Structure Defining a New Hierarchy of Routes and Spaces >Images Section 3.0 I The Masterplan Framework 18 >Images Examples of high quality routes and spaces 3.3. Urban Structure The success of any masterplan lies in a clear definition of the future urban structure

More information

LIVE OAK LIBRARY ANNEX PROJECT COUNTY OF SANTA CRUZ. December 4, 2018 COMMUNITY MEETING #3

LIVE OAK LIBRARY ANNEX PROJECT COUNTY OF SANTA CRUZ. December 4, 2018 COMMUNITY MEETING #3 LIVE OAK LIBRARY ANNEX PROJECT COUNTY OF SANTA CRUZ December 4, 2018 COMMUNITY MEETING #3 "A person with a book goes to the pool. A library begins that way." Chris Noll COMMUNITY MEETING 1. Presenter Introductions

More information

North Elevation Existing trees along Pike Street were preserved and enhanced with extensive planting.

North Elevation Existing trees along Pike Street were preserved and enhanced with extensive planting. Project Information Project Name: The Northwest School at 401 E. Pike Street Lot Size: 9,652 sf Building Area: 38,300 sf Location: Seattle, Washington Project Type: Educational The Northwest School is

More information

Walnut Creek Transit Village Design Guidelines. Part Three III - 25

Walnut Creek Transit Village Design Guidelines. Part Three III - 25 C. General Design Criteria Part Three DRAFT 0/6/ III - 5 Frontage Types Frontage is a semi-public transition zone at the ground level where public and private realms meet. An understanding of various frontage

More information

CCS Bard Hessel Museum Annandale-on-Hudson, New York In 1990, Goettsch Partners and Nada Andric were asked to design a new building at Bard College th

CCS Bard Hessel Museum Annandale-on-Hudson, New York In 1990, Goettsch Partners and Nada Andric were asked to design a new building at Bard College th CCS Bard Hessel Museum Annandale-on-Hudson, New York In 1990, Goettsch Partners and Nada Andric were asked to design a new building at Bard College that would house the newly created graduate school for

More information

Buildings may be set back to create small plazas provided that these setbacks do not substantially disrupt the street wall s continuity.

Buildings may be set back to create small plazas provided that these setbacks do not substantially disrupt the street wall s continuity. 6-22 Community Design Street Walls and Street-front Setbacks The siting of buildings will play a critical role in establishing the character and sense of place for the District. Siting buildings at the

More information

LIVE OAK LIBRARY ANNEX PROJECT COUNTY OF SANTA CRUZ. October 22, 2018 COMMUNITY MEETING #2

LIVE OAK LIBRARY ANNEX PROJECT COUNTY OF SANTA CRUZ. October 22, 2018 COMMUNITY MEETING #2 LIVE OAK LIBRARY ANNEX PROJECT COUNTY OF SANTA CRUZ October 22, 2018 COMMUNITY MEETING #2 Capitola Measure S Planned library Improvements in Capitola and Live Oak part of the 10-branch Santa Cruz Public

More information

Downtown Lead Revitalization Project Final Recommendations. Three Proposed Options for the Revitalization of Downtown Lead

Downtown Lead Revitalization Project Final Recommendations. Three Proposed Options for the Revitalization of Downtown Lead Downtown Lead Revitalization Project Final Recommendations Three Proposed Options for the Revitalization of Downtown Lead November 1, 2011 Three Proposed Options for the Revitalization of Downtown Lead

More information

44 ArchitectureBoston

44 ArchitectureBoston When Jenny Sabin was 9, her parents both artists allowed her to design and build a new hutch for our rabbit. That was pretty cool, she recalls. I liked to make and build things around our house. These

More information

The Village. Chapter 3. Mixed Use Development Plan SPECIFIC PLAN

The Village. Chapter 3. Mixed Use Development Plan SPECIFIC PLAN The Village SPECIFIC PLAN Chapter 3 3.1 INTRODUCTION 3.1.1 Purpose This Chapter describes the development regulations applicable to the Mixed-Use and Transit Center Planning Areas. These form-based regulations

More information

Technical Report IVb: Proposal

Technical Report IVb: Proposal Technical Report IVb: Proposal jack risser lighting/electrical s. good the nerman museum overland park, kansas dec 13 th, 2013. 2 Executive Summary: In this report, a proposal of work to be complete and

More information

THE LANDMARK PROJECT: ST. GEORGE CAMPUS BEFORE AND AFTER

THE LANDMARK PROJECT: ST. GEORGE CAMPUS BEFORE AND AFTER THE LANDMARK PROJECT: ST. GEORGE CAMPUS BEFORE AND AFTER The Landmark Project will reimagine the historic core of the St. George campus by creating dynamic, open spaces where students, faculty and the

More information

MAXWELL DONOVAN BAIRD

MAXWELL DONOVAN BAIRD MAXWELL DONOVAN BAIRD MAXWELL DONOVAN BAIRD PORTFOLIO DETAILS The University of Texas at Austin Bachelor of Science in Architecture (Spring 2017) Real Estate Development Certificate max@maxwellbaird.com

More information

The Grace furniture family includes sofa, armchair and two tables featuring sleek design and thoughtful proportions, it graces every room.

The Grace furniture family includes sofa, armchair and two tables featuring sleek design and thoughtful proportions, it graces every room. The furniture family includes sofa, armchair and two tables featuring sleek design and thoughtful proportions, it graces every room. 2 Ultra 3 GR01 armchair GR01S table GR02 sofa GR02S table GR03 sofa

More information

FRESH TAKES ON TRADITION

FRESH TAKES ON TRADITION MOUNTAIN LIVING THE MOUNTAIN MODERN ISSUE The New HIGH-COUNTRY HOME FRESH TAKES ON TRADITION IN JACKSON, SANTA FE, TAHOE, WINTER PARK & MORE JANUARY/FEBRUARY 2011 Steeling IN CREATING A CONTEMPORARY FAMILY

More information

4-H Interior Design Contest Packet

4-H Interior Design Contest Packet 4-H Interior Design Contest Packet Helpful Hints 4-H Interior Design Things to Remember 1. Do not cut paint samples with pinking shears. 2. All fabric samples are to be pinked or wrapped. 3. Make sure

More information

INDESIGNLIVE.SG #84 FEBRUARY MARCH 2017 INTERIORS ARCHITECTURE DESIGN

INDESIGNLIVE.SG #84 FEBRUARY MARCH 2017 INTERIORS ARCHITECTURE DESIGN #84 FEBRUARY MARCH 2017 INTERIORS ARCHITECTURE DESIGN BUILDING A PRESENCE XTRA BY PRODUCE WORKSHOP RED BEAN ARCHITECTS YOUNG ARCHITECTS IN CONVERSATION PDA 2016 JARROD LIM ON MAKING 12,000 FRANCS BY EMMA

More information

Introduction. Founded in 1977 Open Eye is an independent not-forprofit photography gallery based in Liverpool.

Introduction. Founded in 1977 Open Eye is an independent not-forprofit photography gallery based in Liverpool. Introduction Founded in 1977 Open Eye is an independent not-forprofit photography gallery based in Liverpool. We are one of the UK s leading photography spaces, and the only gallery dedicated to photography

More information

09. Building Plans. 01. Project Definition & Case Statement. 10. Elevations. 02. Goals and Guiding Principles. 11. Sections. 03.

09. Building Plans. 01. Project Definition & Case Statement. 10. Elevations. 02. Goals and Guiding Principles. 11. Sections. 03. 01. Project Definition & Case Statement 02. Goals and Guiding Principles 03. Case Studies 04. Qualitative Parameter 05. Quantitative Parameter 06. Organizational Parameter 07. Site Analysis 09. Building

More information

4 Semi-Private & Private Open Spaces

4 Semi-Private & Private Open Spaces 4 Semi-Private & Private Open Spaces 4.1 Semi-private Open Space 4.1.1 Common Courtyards The common courtyards for each complex will be designed and programmed for the typical owners living there. They

More information

Metro. Activity Center Design Guidelines. Recommendations For Developing Focused, Mixed-Use Commercial/Residential Centers

Metro. Activity Center Design Guidelines. Recommendations For Developing Focused, Mixed-Use Commercial/Residential Centers Metro Activity Center Design Guidelines Recommendations For Developing Focused, Mixed-Use Commercial/Residential Centers Metro Activity Centers What is a MAC? Legacy, the adopted guide for the future growth

More information

European Week of Regions and Cities 2018 Workshop Cultural and creative cities for all

European Week of Regions and Cities 2018 Workshop Cultural and creative cities for all European Week of Regions and Cities 2018 Workshop Cultural and creative cities for all The restoration and opening to the public of Casa Macchi in Morazzone: a virtuous example of regeneration of a small

More information

chapter DESIGN GUIDELINES NEW RIVER MASTER PLAN REPORT

chapter DESIGN GUIDELINES NEW RIVER MASTER PLAN REPORT chapter DESIGN GUIDELINES NEW RIVER MASTER PLAN REPORT .76 DESIGN GUIDELINES An Overview design guidelines NEW RIVER MASTER PLAN Design Guidelines can transform the image of a city. Specific, design-based

More information

PORTFOLIO Jack LaFontain

PORTFOLIO Jack LaFontain PORTFOLIO Jack LaFontain Jack LaFontain jlafontain@ksu.edu 1 (314) 489-2827 PROJECTS: Education Kansas State University (KSU) Manhattan, KS 2013-2016 expected College of Architecture, Planning, and Design

More information

History of the Foundation Buildings and Landscapes

History of the Foundation Buildings and Landscapes CORNER HOUSE 1 FOUNDATION HOUSE LONG HOUSE History of the Foundation Buildings and Landscapes The Fourth Corner Foundation s name derives from occupying one corner of the intersection of Windham Four Corners,

More information

Success Story Wellbrooke of Carmel

Success Story Wellbrooke of Carmel Success Story Wellbrooke of Carmel Carmel, Indiana PROJECT SUMMARY Project Type: New Construction Operator: Trilogy Health Services Developer: Mainstreet Beds: 100 Type of Facility/Setting: Transitional

More information

Tianya Yang Resume 4114 Pine Street, Philadelphia, PA 19104 +1 215 526 1334 tianya@design.upenn.edu EXPERTISE AND INTEREST Urban Planning and Design Landscape Architecture Property Development Downtown

More information

WESTSIDE SUBWAY EXTENSION PROJECT. Addendum to the Visual and Aesthetic Impacts Technical Report

WESTSIDE SUBWAY EXTENSION PROJECT. Addendum to the Visual and Aesthetic Impacts Technical Report PROJECT to the Visual and Aesthetic Impacts Technical Report August 2011 Visual and Aesthetic Impacts Technical Report SUMMARY On October 28, 2010, the Metro Board selected the Westwood/VA Hospital Extension

More information

EcoVerde MADISON TO DOWNTOWN TO BEACH. Legend Highway Major Connection Major Street Local Street Proposed Access. Response to Tropicana Field RFP

EcoVerde MADISON TO DOWNTOWN TO BEACH. Legend Highway Major Connection Major Street Local Street Proposed Access. Response to Tropicana Field RFP EcoVerde TO BEACH 275 16th Street North 16th Street South 13th Street North 13th Street South 11th Street North 11th Street South 1st Avenue North Central Avenue 1st Avenue South TO DOWNTOWN 2nd Avenue

More information

The West College Avenue Corridor Redevelopment Plan

The West College Avenue Corridor Redevelopment Plan The West College Avenue Corridor Redevelopment Plan Proposed dby Educational Property Group, Inc. & Apex Development Project Summary The intent of this proposal is to introduce market-driven mixed-use

More information

SELECTING YOUR STUDIO STREAMS:

SELECTING YOUR STUDIO STREAMS: Years 2 & 3 Stream Options: 2017-2018 Bachelor of Design Stream YOUR CHOICE Students in the 1st year of the Design program (including dual programs such as BDes/BEd, BDes/Media (PR & Advertising) and BDes/BCom)

More information

JOB DESCRIPTION. Associate Architect Design Lab

JOB DESCRIPTION. Associate Architect Design Lab JOB DESCRIPTION Associate Architect Design Lab 2 Associate Architect Design Lab About Us The Indian Institute for Human Settlements (IIHS) is a national education institution committed to the equitable,

More information

the village at market creek

the village at market creek the village at market creek executive summary october 2012 i ii introduction The Village at Market Creek is primed to grow into one of San Diego s most lively, multi-cultural arts destinations. Our community

More information

Rocky Mountain Public Media

Rocky Mountain Public Media 19 June 2018 Arapahoe Square Design Review #1 2101 Arapahoe Street, Denver, CO 80205 Rocky Mountain Public Media Table of Contents Gateway Corner Visualization...03 Arapahoe Square Map...04 Site Plan Boundaries

More information

G W C C GREENMOUNT WEST COMMUNITY CENTER GWCA - COMMUNITY CENTER. design recommendations

G W C C GREENMOUNT WEST COMMUNITY CENTER GWCA - COMMUNITY CENTER. design recommendations G W C C GREENMOUNT WEST COMMUNITY CENTER design recommendations GWCA - COMMUNITY CENTER PROGRAM SIDEWALK 1... ENTRANCE/EXIT A... MECHANICAL 2... LOBBY B... ELECTRICAL 1 3... RECEPTION C... MEN S TOILET

More information