Phranakorn Rajabhat University Library

Gigon/Guyer : 2001/2008 : the everyday and its reinvention = reiventar lo cotidiano / [book]

Gigon/Guyer : 2001/2008 : the everyday and its reinvention = reiventar lo cotidiano / [book] Annette Gigon/Mike Guyer : 2001-2008 Annette Gigon/Mike Guyer [editores y directores, Fernando M(S"(Barquez Cecilia y Richard Levene] - Madrid : Croquis,, 2008 - 265 p. : ill. (some col.), plans ; 34 cm. - El Croquis ; 143 Croquis .

Cover title. Parallel texts in Spanish and English.

Biografi(S"(Ba = Biography -- Una conversaci(S"(Bon = A conversation -- Alto y bajo = High and low -- Auditorio, Universidad de Zurich = Auditorium, University of Zurich -- Legado Albers-Honegger = Donation Albers-Honneger -- Centro de Visitantes del Parque Nacional de Zernez = National Park Visitor Centre, Zernez -- Casa unifamiliar en Z(S"(Burich = Detached house in Zurich -- Ampliaci(S"(Bon del Kunstmuseum de Basilea = Extension to the Kunstmuseum Basel -- Remodelaci(S"(Bon y ampliaci(S"(Bon du una villa hist(S"(Borica en Kastanienbaum = Extension to the Kunstmuseum Basel -- Dep(S"(Bosito de Arte de la Galer(S"(Bia Henze & Ketterer = Kunst-Depot Gallery Henze & Ketterer -- Tres casas unifamiliares en Hilera, R(S#(Buschlikon = Three single family row houses in R(S#(Buschlikon -- Edificio residencial y comercial en Almere = Residential and retail building in Almere -- Edificio residencial Neum(S#(Bunsterallee en Zurich = Neum(S#(Bunsterallee Residence in Zurich -- Conjunto residencial Brunnenhof en Zurich = Brunnenhof housing complex, Zurich -- Conjunto residencial Pr(S"(Be-Babel Ginebra = R(S"(Besidence du Pr(S"(Be-Babel, Geneva -- Centro de Arte L(S#(Bowenbr(S#(Bau con Torre residencial y oficinas = L(S#(Bowenbr(S#(Bau Arts Centre with residential tower and offices -- Oficinas 'Prime Tower' en Zurich = Office building 'Prime Tower' in Zurich -- Museo Estatal de Arte e Historia Cultural de M(S#(Bunster = State Museum of Art and Cultural History, M(S#(Bunster -- Casa unifamiliar en K(S#(Busnacht = Detached house in K(S#(Busnacht -- Casa unifamiliar en el Cant(S"(Bon de los Grisones = One-family home in the Canton of Graub(S#(Bunden -- Ampliaci(S"(Bon del Museo St(S#(Badel de Frankfurt = Extension to the St(S#(Badel Museum, Frankfurt -- Ampliaci(S"(Bon de la Kunsthaus de Zurich = Kunsthaus Extension, Zurich -- Museo Suizo del Transporte = Swiss Museum of Transport.

9788488386526 02125633


Gigon, Annette, 1959-
Guyer, Mike, 1958-
ARCHITECTURE, MODERN--DESIGNS AND PLANS--20TH CENTURY

NA 680 / G53 2008

มหาวิทยาลัยศรีปทุม (กทม.)
2410/2 ถ.พหลโยธิน เขตจตุจักร กรุงเทพฯ 10900
Tel : 02-579-1111, 02-561-2222
มหาวิทยาลัยศรีปทุม (ชลบุรี)
79 หมู่ 1 ถ.บางนา-ตราด ต.คลองตำหรุ อ.เมือง จ.ชลบุรี 20000
Tel : 038-146-123
มหาวิทยาลัยศรีปทุม (ขอนแก่น)
182/12 หมู่ 4 ถ.ศรีจันทร์ ต.ในเมือง อ.เมือง จ.ขอนแก่น 40000
Tel : 043-224-111


 

$(document).ready(function() { // Basic detection of search var searchBox = $('#transl1'); // This is standard OPAC search input id ?? // Actually standard is 'q' or 'idx'. // We want to trigger when the user sees results. // Usually we check if we are on search results page. if ($('body').hasClass('opac-results')) { var params = new URLSearchParams(window.location.search); var query = params.get('q'); if (query) { // Show Loading var container = $('
'); container.append('

✨ AI Recommendations

'); container.append('
Searching with AI...
'); // Prepend to main content // Selector depends on theme. 'div.maincontent' or '#opac-main' $('#userresults').prepend(container); $.ajax({ url: '/api/v1/contrib/aisearch/search?q=' + encodeURIComponent(query), method: 'GET', success: function(data) { container.find('.spinner').remove(); if (data && data.length > 0) { var ul = ''; container.append(ul); } else { container.append('

No AI recommendations found.

'); } }, error: function() { container.find('.spinner').remove(); container.append('

Error loading AI recommendations.

'); } }); } } });