.WAFL (l%'cgwXJH7k{cntry(uCxܙH/E櫲XJH7k{cXurl phttp://www.calendarlive.com/printedition/calendar/calwknd/cl-wk-ungallery9sep09,2,1777965.story?coll=cl-weekendmime text/htmlhvrsdata calendarlive.com: From the desert to the sea: L.A. in 16,000 square feet
advertisement  
Calendar Live on latimes.com  
Home | latimes.com | Member Services | Submit Events | Print Edition | Archives | Advertise | Help  
  Hi, fritzhaeg
Member Services
Log Out
search calendarlive
go to power search
 
calendarlive
 
   Daily Calendar
   Calendar Weekend (Thu.)
   Sunday Calendar
    Check Traffic
    Make a Reservation
    Contact Us
 
  PARTNERS
lavalife vindigo zap2it opentable
marketplace
classifieds and more 
  • Careers
  • Cars
  • Homes
  • Rentals
  • Times Guides
  • Recycler.com
  • Newspaper Ads
  • Grocery Coupons
  • Personals

 
September 9, 2004
Print this

UNGALLERY
From the desert to the sea: L.A. in 16,000 square feet
 
By Susan Carpenter, Times Staff Writer


No one knows exactly what will happen as 100 artists, designers, architects, scientists, activists, writers, filmmakers and performers join forces for "the gardenLAB experiment." But the ambitious, ecologically themed exhibition at Art Center College of Design's Wind Tunnel in Pasadena is bound to be different.

An environmental opera about the Biosphere, a 60-foot-tall beanstalk and an awning crocheted from thousands of recycled plastic grocery bags are some of the more enterprising interpretations of ecology that are in the works. Many more will evolve over the course of the show, which began Tuesday and runs through Oct. 16.


advertisement




advertisement

"Within Los Angeles, we wanted to look at who are the people who are looking at ecology, and not discriminate by discipline," said Fritz Haeg, an architect and Art Center instructor who co-created the exhibition with colleague Francois Perrin. " 'Environmentalism' and 'ecology' have been loaded terms since the '70s, so the only way you can move forward from those preconceptions is having multiple points of view."

Over the course of the exhibition, visitors will have the opportunity to see the '80s horror film "Children of the Corn," as well as an environmentally sustainable Ecoshack desert camping shelter. They can shop at a farmers market or get involved in various projects involving mold, recycling and compost. They can take in displays by environmental groups like TreePeople and Friends of the Los Angeles River, listen to lectures on foraging for food in the city and take guided hikes through the exhibits.

"All of us are doing work that in some way engages the intersection of nature and culture, or the urban and the natural," said Emily Scott, one of 12 "L.A. Urban Rangers" who, in authentic ranger Stetsons, will be giving campfire talks and leading visitors on tours each Saturday afternoon beginning Sept. 18. A former park ranger and UCLA art history PhD, Scott said, "It's going to be exciting and curious to re-imagine traveling through an art exhibit as you would a natural landscape, where you come upon things and interpret them."



Once an aircraft-testing facility, the 16,000-square-foot exhibition space is now a compact simulation of Los Angeles. On the west side is a beach, doing double duty as a playground for kids and as a forum for exploring issues surrounding the Malibu waterfront. To the east, a desert and campfire area are set up for lectures. Up north are mountains — a grotto for film projections. In the center is the "city" itself: a multiuse area with a skate ramp, stage, reading room and picnic area.

"This is all about Los Angeles," said Haeg, 35. "It's hyper site-specific in the sense that we want to know who are the people who live here and what is our exact ecology and what is our community. People from other states and countries can come and see this, but it's made for the people who live here."

Recognizing that the worlds of academia and art are often uninviting to the public, Haeg and Perrin have designed the space to welcome everyone. They're leaving a few spaces in the exhibition open to walk-ins who want to be a part of the show. In the picnic area, they're using tables that are connected "family style," so that people who might ordinarily sit separately are encouraged to communicate and, it is hoped, share ideas with one another.

"It's really supposed to be a dialogue. It's not a show that talks at you, but one that you actively participate in," Haeg said.

"We really want people to come here and have lunch every day or to use this as a living room, to use this as a place to meet friends and hang out and watch videos, to compensate for the lack of public space that we have in Los Angeles for this kind of thing."

What will happen over the course of the exhibition neither Haeg nor Perrin knows. That's why they're calling it an experiment. And that's exactly what they like about it.

"There are 100 of these guys. There's this massive space. There are six weeks. In that time, you put them in, you shake it up and see what happens," Haeg said.

"The whole point of this is to create an experiment like a petri dish in which something grows that you weren't even aware of or knew could grow there."

*

`the gardenLAB experiment'

Where: Art Center College of Design, South Campus, Wind Tunnel, 950 S. Raymond Ave., Pasadena

When: 11 a.m. to 8 p.m. Mondays through Saturdays (special events, lectures, performances and films, 2 to 8 p.m. Saturdays)

Ends: Oct. 16

Price: Free

Info: (626) 396-2380 or www.gardenlab.org







Copyright 2004 Los Angeles Times
By visiting this site, you are agreeing to our Privacy Policy
Terms of Service

postXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate uXLeꚽԚXWntry(8 N`Gɢ,m:qNy\6Їwurl 2http://www.calendarlive.com/javascript/windoid.jsbsrlphttp://www.calendarlive.com/printedition/calendar/calwknd/cl-wk-ungallery9sep09,2,1777965.story?coll=cl-weekendmimeapplication/x-javascripthntt"73a-3d3d8116"hvrsdatawindoids = new Array(); function windoid (url, name, width, height, props, autoClose) { var winProps; // If the props argument isn't specified, make the window resizable and scrollable if (props == null) winProps = 'resizable=1,scrollbars=1'; else winProps = props; if (width != null && width != '') { // Try not to open a window wider than the screen if (window.screen && width > window.screen.availWidth) winProps += ',outerWidth=' + window.screen.availWidth; else winProps += ',width=' + width; } if (height != null && height != '') { // Try not to open a window taller than the screen if (window.screen && width > window.screen.availHeight) winProps += ',outerHeight=' + window.screen.availHeight; else winProps += ',height=' + height; } if (winProps.charAt(0) == ',') winProps = winProps.substring(1); var winName; if (name == null || name == '') winName = '_blank'; else winName = name; var win = window.open(url, winName, winProps); if (win.focus && winName != '_blank') { // Bug in AOL 5.0 causes javascript error when // window.focus() is called before the page loads. if (navigator.appVersion.indexOf('AOL') < 0) { win.focus(); } } if (autoClose == true) { var addedToList = false; for (var i=0; i :V.f % $^ҭurl 4http://www.calendarlive.com/javascript/emailform.jsbsrlphttp://www.calendarlive.com/printedition/calendar/calwknd/cl-wk-ungallery9sep09,2,1777965.story?coll=cl-weekendmimeapplication/x-javascripthntt"1039-3eaf4a4b"hvrsdatafunction validateEmailAddress (inEmail) { var okEmail; var locAt = inEmail.indexOf("@"); var emailsize=inEmail.length; var locPeriod = inEmail.lastIndexOf("."); var firstdot=inEmail.indexOf("."); if ( ( firstdot == -1) || (firstdot == locAt-1) || (firstdot == locAt+1) || (firstdot == 0)) { return false; } var prevdot = firstdot; for (var i=(firstdot+1);i < (inEmail.length -1);i++) { var curchar =inEmail.charAt(i); if ( (curchar == ".") && (i == prevdot+1) ) { return false; } if ( curchar == "." ) { prevdot = i; } } // there cannot be more than one @ sign and it cannot be the first letter and // last letter in the email address. Also, there has to be an @ sign in email. // there should be atleast two letters after the dot and there should be a dot // after the @ sign but should have text between @ and dot sign also.] okEmail = ((locAt != -1) && (locAt != 0) && (locAt != (inEmail.length - 1)) && (inEmail.indexOf("@", (locAt + 1)) == -1) && ( (locPeriod == (inEmail.length - 3)) || (locPeriod == (inEmail.length - 4))) && (locPeriod > locAt) ); return okEmail; } // This validates email form. All the fields on the form are required. // If there are errors then the fields are focus and highlighted for the browsers // that have javascript enabled and versions greater than 3. // Once the data passes the validation, target window is open and the email is // and a Thank you message is displayed to the user. function validateStandardEmailForm (emailForm) { if (!validateEmailAddress(emailForm.email.value)) { alert("You must enter a valid email address."); emailForm.email.focus(); emailForm.email.select(); return false; } return true; } // This validates email form. Any fields listed in a form // field named "required" are required. function validateEmailForm (emailForm) { if (emailForm.required && emailForm.required.value != "") { var reqFields = emailForm.required.value.split(","); for (var i=0; i 0 && fname.charAt(0) == " ") { fname = fname.substring(1); } while (fname.length > 0 && fname.charAt(fname.length - 1) == " ") { fname = fname.substring(0, fname.length - 1); } if (emailForm[fname]) { var f = emailForm[fname]; var isEmpty = false; if (f.type == 'text' || f.type == 'textarea' || f.type == 'password') { if (f.value == '') { isEmpty = true; } } else if (f.type == 'checkbox') { if (!f.checked) { isEmpty = true; } } else if (f.type == 'select-multiple') { if (f.selectedIndex < 0) { isEmpty = true; } } else if (f.type == 'select' || f.type == 'select-one') { if (f.selectedIndex < 0 || f.options[f.selectedIndex].value == '') { isEmpty = true; } } else if (!f.type) { // Assume the object is an array of radio buttons isEmpty = true; for (var j=0; j