CINXE.COM

Archinect | Connecting Architects Since 1997

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><head> <!-- 1734003503 --> <title>Archinect | Connecting Architects Since 1997</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Language" content="en-us" /> <meta name="description" content="The goal of Archinect is to make architecture more connected and open-minded, and bring together designers from around the world to introduce new ideas from all disciplines. Archinect was initially developed in 1997 and has since become the top online destination for progressive-design oriented architects, students, educators, and fans." /> <link rel="alternate" type="application/atom+xml" title="Archinect Feed" href="/feed/home"> <link rel="shortcut icon" type="image/ico" href="https://archinect.com/favicon.ico?v=4" /> <link rel="icon" type="image/png" href="https://archinect.com/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="https://archinect.com/favicon-16x16.png" sizes="16x16" /> <link rel="apple-touch-icon" sizes="180x180" href="https://archinect.com/apple-touch-icon.png"> <link rel="manifest" href="https://archinect.com/manifest.json"> <link rel="mask-icon" href="https://archinect.com/safari-pinned-tab.svg" color="#5bbad5"> <meta name="theme-color" content="#ffffff"> <!-- Main CSS --> <link rel="stylesheet" type="text/css" href="/css/archinect.v3.1731045223.css" /> <script type="text/javascript" src="https://app.termly.io/resource-blocker/475f2ba8-a28a-434f-a32a-aa129d9f368b?autoBlock=on"></script> <!-- Font Awesome Icons --> <script src="https://kit.fontawesome.com/a92a7879c1.js" crossorigin="anonymous"></script> <!-- Alternate Main CSS only for IE7 and older --> <!--[if lte IE 7]><link rel="stylesheet" type="text/css" media="screen" href="/css/archinect.ie7.1513417277.css" /> <![endif]--> <!-- Alternate Main CSS only for IE8 --> <!--[if IE 8]><link rel="stylesheet" type="text/css" media="screen" href="/css/archinect.ie8.1513417277.css" /> <![endif]--> <style type="text/css">span.archinect_error{color: red;}</style> <script type="text/javascript" src="/js/archinect.1674266640.js"></script> <script type="text/javascript" src="/js/jqueryui/jquery-ui.min.js"></script> <link rel="stylesheet" href="/css/jqueryui/jquery-ui.css"> <script> $(document).ready(function(){ initPhotoSwipeFromDOM('.floatbox'); }); </script> <script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; </script> <!-- JavaScript to display transparent PNGs in IE6 --> <!--[if lte IE 7]><script defer type="text/javascript" src="/js/pngfix.js"></script><![endif]--> <!-- JavaScript for correct Ad Banner Padding --> <script type="text/javascript"> $(document).ready(function() { $('div.Banner').each(function(){ if( $(this).find('div').length > 0 ) $(this).addClass('Active'); }); $(document).on('click', 'a.FollowButton', function(e) { if($(this).is('.login_trigger')) return; e.preventDefault(); var a = $(this); var parent = $(this).parents(".FollowArea"); var id = parseInt(a.attr('rel')); var action = a.attr('action'); var follow_type = $(this).attr('follow_type'); if(id != 0) { $.ajax( { type: 'POST', url: '/followprofiles/' + action, datatype: 'json', data: { entry_id: id, arc_token: window.arc_token, follow_type: follow_type }, success: function(data, status, xhr) { data = $.parseJSON(data); if(data.success) { $(parent).find(".Followers strong").html(data.total_followers.followers); $(parent).parents(".ProfileInfo").find(".Followers").html(data.total_followers.followers + ' Follower' + (data.total_followers.followers > 1 ? 's':'')); } } }); $(parent).find(".FollowButton span").html(action=='follow'? 'Following':'Follow').attr('class', (action=='follow'? 'Following':'Follow')); $(parent).find(".FollowButton").removeClass(action=='follow'?'Follow':'Following').addClass(action=='follow'?'Following':'Follow'); a.attr('action', (action=='follow'?'unfollow':'follow')); } return false; }); $(document).on('mouseenter', ".FollowArea a.Following", function() { var parent = $(this).parents(".FollowArea"); $(parent).find('.FollowButton span').removeClass('Following').addClass('Unfollow').html('Unfollow'); }); $(document).on('mouseleave', ".FollowArea a.Following", function() { var parent = $(this).parents(".FollowArea"); $(parent).find(".FollowButton span").removeClass('Unfollow').addClass('Following').html('Following'); }); $('.TooltipDiversity').tipsy({gravity: 'w', html: true, offset: 4, opacity: 0.93}); }); function arc_pathname(str) { return arc_pathname( str, false); } function arc_pathname(str, last) { if(last) return str.replace(/^.*\//, ''); return str.replace(/^\w+:\/\/[^\/]*/, ''); } </script> <script type="text/javascript"> ddaccordion.init( { headerclass: "menu", contentclass: "submenu", revealtype: "click", mouseoverdelay: 200, collapseprev: true, defaultexpanded: [-1], onemustopen: false, animatedefault: false, persiststate: false, toggleclass: ["closedlanguage", "openlanguage"], togglehtml: ["none", "", ""], animatespeed: "fast", oninit:function(expandedindices) { function detectOverlapping() { var windowheight = $(window).height(); var menuheight = $('.MainMenu').height(); var remainingspace = windowheight - menuheight; if (remainingspace < 175) { $('.GlobalSocialIcons').hide(); } else { $('.GlobalSocialIcons').show(); } } setTimeout(detectOverlapping, 500); }, onopenclose:function(header, index, state, isuseractivated) { } }); </script> <!-- AJAX forms --> <script type="text/javascript"> function arc_submitajax(e){ e.preventDefault(); var form = this; if( typeof( arc_remove_editor_423 ) == 'function' ) { arc_remove_editor_423($('form.arc_ajax .editor').attr('id')); } $(".CommentForm").hide(); arc_filterform(form); $('<input>').attr({ type: 'hidden', name: 'arc_token', value: window.arc_token }).appendTo(form); $.ajax({ type: 'POST', url: form.action, data: $(form).serialize(), success: function(data, status, xhr){ var matches = /url=(.*)/.exec(xhr.getResponseHeader("refresh")); if( matches != null ) { location.replace(matches[1]); if (document.location.hash == '#arc_new_comment') window.location.reload(); return; } $(form).replaceWith(data); $(".CommentForm").slideDown(); if( typeof( arc_editor_423 ) == 'function' ) { arc_editor_423($('form.arc_ajax .editor').attr('id')); } } }); } function arc_filterform(form){ if(typeof( arc_editor_423 ) == 'function' && $(form).find('.editor').length > 0){ $(form).find('.editor').each(function(editor_key, editor_value){ var start = ''; var end = ''; var body_html = $('<div>'+$(editor_value).val()+'</div>'); var ptags = body_html.find('p').length; if(ptags > 0){ for(var i=0; i<ptags; i++){ var ptag_html = $.trim(body_html.find('p').eq(i).html()); if(ptag_html != '' && ptag_html != '&nbsp;') { if(start === '') { start = i; //Get the start index of p tag that is not blank } end = i; //Get the end index of p tag that is not blank } } $(body_html).find('p').each(function(key, value){ if(key < start || key > end) { $(value).remove(); } }); } arc_remove_editor_423($(editor_value).attr('id')); $(editor_value).val($(body_html).html()); if($(editor_value).attr('name') != 'chunk_html[]') { arc_editor_423($(editor_value).attr('id')); } else { arc_editor_feature_423($(editor_value).attr('id')); } }); } return true; } $(document).ready(function(){ $(document).on('submit', 'form.arc_ajax', arc_submitajax); $(document).on('click', 'form input.Filtering', function(){ for(var i in CKEDITOR.instances) { CKEDITOR.instances[i].updateElement(); } var referer = $(this); var form = $(this).parents('form'); $(".CommentForm").hide(); arc_filterform(form); $(this).removeClass('Filtering').die("click"); setTimeout(function(){ $(referer).click(); }, 500); return false; }); }); </script> <!-- JavaScript and CSS for jqModal --> <script type="text/javascript"> $().ready(function(){ var session_data = {entries:[], comments:[], hello:true}; $('.arc_dynamic_edit').each(function(){ $(this).contents().filter(function(){ return this.nodeType == 8; }).each(function(i, e){ var vals = $.parseJSON($('<div />').html(e.nodeValue).text()); if( vals.type == 'entry' || vals.type == 'admin_entry' || vals.type == 'like' || vals.type == 'follow') session_data.entries.push(vals['id']); else if( vals.type == 'comment' ) session_data.comments.push(vals['id']); else if( vals.type == 'invitations' ) session_data.invitations = vals['id']; }); }); window.arc_token = ''; $.post('/session', session_data, function(data) { window.arc_token = data.arc_token; $('form').livequery(function(){ $('<input>').attr({ type: 'hidden', name: 'arc_token', value: window.arc_token }).appendTo(this); $(this).submit(function(){ $(':submit', this).click(function() { return false; }); }); }); if(!data.logged_in) { $('#arc_session_area').html('<div class=""><a class="MenuButton Login modal_trigger" href="/auth/login"><em>Login / Join</em></a></div>'); $('#arc_mobile_session_area').html('<div class="session-link wide-btn clearfix"><a class="session-link-btn login-btn ex2trigger modal_trigger" href="/auth/login"><i class="fa fa-sign-in" aria-hidden="true"></i> Login/Register</a></div>'); $(document).on('click', 'a.login_trigger input[type=button]', function(e){ e.stopPropagation(); e.preventDefault(); var a = $(this).closest('a'); if ($(a).attr('full_modal_url') == undefined) { var full_modal_url = '/auth/login' + arc_pathname(a.attr('href')); $(a).attr('href', full_modal_url); $(a).attr('full_modal_url', 1); } $(a).modal(); return false; }); $(document).on('click', 'a.login_trigger', function(e) { e.preventDefault(); if ($(this).attr('full_modal_url') == undefined) { var full_modal_url = '/auth/login' + arc_pathname($(this).attr('href')); $(this).attr('href', full_modal_url); $(this).attr('full_modal_url', 1); } $(this).modal(); return false; }); } else { $('.arc_dynamic_edit').each(function() { var content = '__CONTENT__'; $(this).contents().filter(function(){ return this.nodeType == 8; }).each(function(i, e){ var vals = $.parseJSON($('<div />').html(e.nodeValue).text()); if( vals.type == 'entry' ) { if( data.entries[vals['id']] ) content = vals.true_html; else if( data.logged_in ) content = vals.false_login_html; }else if( vals.type == 'admin_entry' ) { if( data.admin_entries[vals['id']] ) content = vals.true_html; else if( data.logged_in ) content = vals.false_login_html; }else if( vals.type == 'comment' ) { if( data['comments'][vals['id']] ) content = vals.true_html; else if( data.logged_in ) content = vals.false_login_html; }else if( vals.type == 'invitations' ) { if( data['invitations'] > 0 ) content = vals.true_html.replace('__VALUE__', data['invitations']); }else if( vals.type == 'new' ) { if( data['is_new'] ) content = vals.true_html; }else if( vals.type == 'like' ) { if( data.liked_entries[vals['id']] ) content = vals.true_html; else if( data.logged_in ) content = vals.false_login_html; }else if( vals.type == 'follow' ) { if( data.followed_entries[vals['id']] ) content = vals.true_html; else if( data.logged_in ) content = vals.false_login_html; }else if( vals.type == 'has_portfolio' ) { if( data.portfolio_id > 0 ) content = vals.true_html; else if( data.logged_in ) content = vals.false_login_html; }else if( vals.type == 'logged_in' ) { if( data.logged_in ) content = vals.true_html; } content = content.replace('__PORTFOLIO_ID__', data['portfolio_id']); content = content.replace('__SCREEN_NAME__', $('<div />').text(data.screen_name).html()); }); if( content != '__CONTENT__' ) $(this).replaceWith(content); }); var display_name = $('<div />').text(data.screen_name).html(); var mobile_display_name = display_name; if( data['portfolio_id'] > 0 ) { display_name = '<a href="/own_profile/cover/' + data['portfolio_id'] + '">' + display_name + '</a>'; mobile_display_name = '<a href="/own_profile/cover/' + data['portfolio_id'] + '"><i class="fa fa-user" aria-hidden="true"></i> ' + mobile_display_name + '</a>'; $('a[href="/people"]').attr('href', '/people/list'); $('a[href="/firms"]').attr('href', '/firms/list'); $('a[href="/schools"]').attr('href', '/schools/list'); } var buttons = ''; if(data['jobs_button']) buttons+='<a id="MyJobsButton" href="/account/ads/list">My Jobs'+(data['njobs']>0? '<span class="Status">'+data['njobs']+'</span>': '')+'</a>'; if(data['blogs'].length == 1) buttons+='<a id="MyJobsButton" href="/blog/'+data['blogs'][0]['id']+'/my-blog">My Blog</a>'; else if(data['blogs'].length > 1 ) buttons+='<a id="MyBlogsButton" href="/account/blogs">My Blogs</span></a>'; $('#arc_session_area').html( buttons + '<div class="LoggedInAs">Logged in as:</div>' + '<div id="LoginStatus">' + display_name + '<div class="HoverText" id="LoginStatusHover">' + '<div id="ActivityButtonPointer"></div>' + '<a href="/activity" class="ActivityButton"><i class="fa fa-bolt" aria-hidden="true"></i> Activity Stream</a><br />' + '<a href="/account/hub" class="SettingsButton"><i class="fa fa-cog" aria-hidden="true"></i> Settings</a><br />' + '<a href="/auth/logout'+arc_pathname(document.location.pathname)+'" class="LogoutButton"><i class="fa fa-sign-out" aria-hidden="true"></i> Log Out</a></div></div>'); $('#arc_mobile_session_area').html('<div class="session-link account-name">' + mobile_display_name + '<a class="activity-stream" href="/activity"><i class="fa fa-bolt" aria-hidden="true"></i> Activity Stream</a></div>' + '<div class="session-link clearfix">' + (data['jobs_button'] ? '<a class="session-link-btn myjobs-btn" href="/account/ads/list"><i class="fa fa-list" aria-hidden="true"></i> My Jobs</a>': '') + '<a class="session-link-btn settings-btn" href="/account/hub"><i class="fa fa-cog" aria-hidden="true"></i> Settings</a>' + '<a href="/auth/logout' + arc_pathname(document.location.pathname) + '" class="session-link-btn logout-btn"><i class="fa fa-sign-out" aria-hidden="true"></i> Logout</a>' + '</div>'); } $(document).on('click', 'a input[type="button"]', function(e){ if(e.isDefaultPrevented()) return false; e.preventDefault(); e.stopPropagation(); var a = $(this).closest('a'); if(a.hasClass('modal_trigger')) { if ($(a).attr('full_modal_url') == undefined) { var full_modal_url = a.attr('href') + arc_pathname(document.location.pathname); $(a).attr('href', full_modal_url); $(a).attr('full_modal_url', 1); } $(a).modal(); } else { window.location.href = a.attr('href'); } return false; }); $(document).on('click', 'a.modal_trigger', function(e) { if(e.isDefaultPrevented()) return false; e.preventDefault(); if ($(this).attr('full_modal_url') == undefined) { var full_modal_url = $(this).attr('href') + arc_pathname(document.location.pathname) + (document.location.hash == '#arc_new_comment' ? '/hash/arc_new_comment':''); $(this).attr('href', full_modal_url); $(this).attr('full_modal_url', 1); } $(this).modal(); return false; }); $(document).on('click', '.modal_hide', function() { $.modal.close(); return false; }); if(typeof(arc_page_post_session) == 'function') arc_page_post_session(data.logged_in); $(".HeaderBottom .HeaderFollow").show(); }, "json" ); }); </script> <script type="text/javascript"> richhtmlticker.define({ id: "myhtmlticker", msgclass: "MessageDiv", msgsource: "/ws/status_updates", rotatespeed: 6000, animateduration: 100 }); $(document).ready(function(){ $('#edition_switch_slickbox').hide(); $(".edition-switch-background").hover(function(){ $('#edition_switch_slickbox').show(); },function(){ $('#edition_switch_slickbox').hide(); }); $(".StatusLinks").css({opacity: 0}); $(".TickerStyle").hover(function(){ $('.StatusLinks').fadeTo("fast", 1); },function(){ $('.StatusLinks').fadeTo("fast", 0); }); }); </script> <script type="text/javascript"> $(document).ready(function(){ var page_slug = '/home/all'; var page_counter = 50; var current_page = 0; var $container = $('#MasonryHomepage'); $container.masonry({ itemSelector : '.Entry', columnWidth: 175 }); function arc_fix_grid_width() { var ws = 1045; var ww = $(window).width(); for(var i=0; i<10; i++) { if(ww>ws+i*175 && ww<=ws+(i+1)*175) { $('body').width(ws+i*175+1); break; } } } $(window).resize(arc_fix_grid_width); $(document).ready(arc_fix_grid_width); var loading = false; $(window).scroll(function() { if(!loading && ($(window).scrollTop() + $(window).height() + 100 >= $(document).height())) { loading = true; current_page++; $(".ColContent .loader-container").show(); $.ajax({ url: page_slug + "/" + (page_counter * current_page), data: {}, type: "GET", success: function(data) { if (data != '') { loading = false; var content = $(data); $container.append(content).masonry('appended', content); } $(".ColContent .loader-container").hide(); } }); } }); }); </script> <!-- JavaScript for Slickbox --> <script type="text/javascript"> $(document).ready(function(){ $('#slickbox').hide(); $(".TopheaderBackground").hoverIntent({ over: slideDown, timeout: 100, out: slideUp }); }); function slideDown() { $('#slickbox').slideDown(300); $('#More').fadeOut(5); } function slideUp() { $('#slickbox').slideUp(100); $('#More').fadeIn(1000); } </script> <script type="text/javascript"> $(document).ready(function(){ $(":text").labelify({ labelledClass: "labelHighlight" }); }); </script> <script type="text/javascript"> $(document).ready(function() { $(".ThumbC").hover( function() { $(this).contents("span:last-child").css({ display: "block" }); }, function() { $(this).contents("span:last-child").css({ display: "none" }); } ); $(".ThumbC").mousemove(function(e) { var mousex = e.pageX + 10; var mousey = e.pageY + 5; $(this).contents("span:last-child").css({ top: mousey, left: mousex }); }); }); </script> <script type="text/javascript"> $(document).ready(function () { var top = $('#StickyBanner').offset().top - parseFloat($('#StickyBanner').css('marginTop').replace(/auto/, 0)); setTimeout(function() { top = $('#StickyBanner').offset().top - parseFloat($('#StickyBanner').css('marginTop').replace(/auto/, 0)); }, 2500); $(window).scroll(function (event) { // what the y position of the scroll is var y = $(this).scrollTop(); // whether that's below the form if (y >= top) { // if so, ad the fixed class $('#StickyBanner').addClass('fixed'); } else { // otherwise remove it $('#StickyBanner').removeClass('fixed'); } }); }); </script> <!-- NEW Sticky Banner --> <script type="text/javascript"> $(document).ready(function () { var ColBHeight = $('.ColContent').outerHeight(true); var ColCHeight = $('#StickyBannerNew').parent().outerHeight(true); if (ColBHeight > ColCHeight) { $('#StickyBannerNew').parent().css('height', ColBHeight); }; }); </script> <meta name="google-site-verification" content="RgrH-W3hfc8zXxd2uvG_bSVsJSIQNgkGv0Kq1j6BWwY" /> <script type="text/javascript"> var _qevents = _qevents || []; (function() { var elem = document.createElement('script'); elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); </script> <script type="text/javascript"> if (($.client.os == 'Mac') && ($.client.browser == 'Firefox')) { var link = $('<link>'); link.attr({ type: 'text/css', rel: 'stylesheet', href: '/css/archinect.firefox.mac.css?1', }); $('head').append( link ); }; if (($.client.os == 'Mac') && ($.client.browser == 'Chrome')) { var link = $('<link>'); link.attr({ type: 'text/css', rel: 'stylesheet', href: '/css/archinect.chrome.mac.css?1', }); $('head').append( link ); }; if (($.client.os == 'Windows') && ($.client.browser == 'Chrome')) { var link = $('<link>'); link.attr({ type: 'text/css', rel: 'stylesheet', href: '/css/archinect.chrome.win.css?1', }); $('head').append( link ); }; if ($.client.os == 'iPhone/iPod') { var link = $('<link>'); link.attr({ type: 'text/css', rel: 'stylesheet', href: '/css/archinect.iphone.css?1', }); $('head').append( link ); }; </script> <script type="text/javascript"> $(document).ready(function() { function detectOverlapping() { var windowheight = $(window).height(); var menuheight = $('.MainMenu').height(); var remainingspace = windowheight - menuheight; if (remainingspace < 175) { $('.GlobalSocialIcons').hide(); } else { $('.GlobalSocialIcons').show(); } } function checkMenuDelay() { setTimeout(detectOverlapping, 200); } $(document).ready(detectOverlapping); $(window).resize(detectOverlapping); $('.menu').click(checkMenuDelay); }); </script> <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script> <script> var OneSignal = window.OneSignal || []; OneSignal.push(function() { OneSignal.init( { appId: "9b46cc1e-e63b-4f52-b5c6-2283f5ba4cb4", notifyButton: { displayPredicate: function() { return false; } } }); //OneSignal.log.setLevel('trace') }); </script> </head> <body class="" id="" style=""> <div class="ColA"> <aside class="BottomLeft GlobalSocialIcons" style=""> <span class="arc_dynamic_edit"><!-- {&quot;type&quot;:&quot;logged_in&quot;,&quot;id&quot;:0,&quot;true_html&quot;:&quot;&lt;a title=\&quot;Submit your content to Archinect\&quot; href=\&quot;\/submit\/project\&quot;&gt;&lt;i class=\&quot;fa fa-upload\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&lt;span&gt;Submit&lt;\/span&gt;&lt;\/a&gt;&quot;,&quot;false_login_html&quot;:&quot;&lt;a title=\&quot;Submit your content to Archinect\&quot; class=\&quot;login_trigger\&quot; href=\&quot;\/submit\/project\&quot;&gt;&lt;i class=\&quot;fa fa-upload\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&lt;span&gt;Submit&lt;\/span&gt;&lt;\/a&gt;&quot;}--><a title="Submit your content to Archinect" class="login_trigger" href="/submit/project"><i class="fa fa-upload" aria-hidden="true"></i><span>Submit</span></a></span> <a title="Follow and share Archinect content via social media" href="/popup/social" rel="modal:open"> <i class="fa fa-share-alt" aria-hidden="true"></i><span>Share/Follow</span> </a> </aside> <div class="MainMenu"> <div class="MenuLogo"><a href="/"><img src="/images/nav/a_logo.png" alt="Archinect Logo" border="0" width="100" height="100"></a></div> <div class="menu"><a class="MenuButton Main" href="#"><em>Editorial &amp; News</em></a></div> <div class="submenu"> <a class="MenuButton " href="/features"> <em> Features </em> </a> <a class="MenuButton " href="/news"> <em> News </em> </a> <a class="MenuButton " href="/events"> <em> Events </em> </a> <a class="MenuButton " href="/competitions"> <em> Competitions </em> </a> </div> <div class="menu"><a class="MenuButton Main" href="#"><em>Employment</em></a></div> <div class="submenu"> <a class="MenuButton " href="/jobs"> <em> Jobs </em> </a> <a class="MenuButton " href="/talentfinder"> <em> Talent Finder </em> </a> <a class="MenuButton " href="/employers"> <em> Active Employers </em> </a> </div> <div class="menu"><a class="MenuButton Main" href="#"><em>Community</em></a></div> <div class="submenu"> <a class="MenuButton " href="/people"> <em> People </em> </a> <a class="MenuButton " href="/firms"> <em> Firms </em> </a> <a class="MenuButton " href="/blogs"> <em> Blogs </em> </a> <a class="MenuButton " href="/forum"> <em> Forum </em> </a> <a class="MenuButton " href="/updates"> <em> Work Updates </em> </a> </div> <div class="menu"><a class="MenuButton Main" href="#"><em>Academia</em></a></div> <div class="submenu"> <a class="MenuButton " href="/schools"> <em> Schools </em> </a> <a class="MenuButton " href="/blogs/directory/1090/school"> <em> School Blogs </em> </a> <a class="MenuButton " href="/forum/category/155/academia"> <em> Forum </em> </a> </div> <div class="menu"><a class="MenuButton Main" href="#"><em>About</em></a></div> <div class="submenu"> <a class="MenuButton " href="/about"> <em> About Archinect </em> </a> <a class="MenuButton " href="/advertising"> <em> Advertising </em> </a> <a class="MenuButton " href="/contact_us"> <em> Contact Us </em> </a> <a class="MenuButton " href="/newsletters"> <em> Newsletters </em> </a> <a class="MenuButton " href="/privacy_policy"> <em> Privacy Policy </em> </a> </div> <!-- <a href="https://outpost.archinect.com/" class="ShopButton" title="Archinect Outpost Shop" target="_blank">Shop<i class="fa fa-gift" aria-hidden="true"></i></a> --> <div id="arc_session_area" class="SessionArea NewStyle"></div> </div><!--/.MainMenu--> </div><!--/.ColA--> <div class="Header"> <div style="float:left;"> <img src= "/images/nav/header_banner_home.png" width="225" height="107" border="0" alt="Archinect" /> </div> <div id="myhtmlticker" class="TickerStyle"></div> </div><!--/.Header--> <div class="ColC Home ColSidebar"> <div class="TopheaderWrapper Height3"> <div class="Topheader"> <div class="TopheaderBackground"> <p>Viewing selections from:</p> <h2>Everywhere</h2> <div id="slickbox" class="Slickbox"> View selections from: <ul> <li><a class="Size3" href="/home/features">&raquo; Features</a></li> <li><a class="Size3" href="/home/news">&raquo; News</a></li> <li><a class="Size3" href="/home/jobs">&raquo; Jobs</a></li> <li><a class="Size3" href="/home/projects">&raquo; Projects</a></li> <li><a class="Size3" href="/home/blogposts">&raquo; Blog Posts</a></li> <li><a class="Size3" href="/home/forum">&raquo; Discussions</a></li> </ul> </div><!--/#slickbox--> <br clear="all" /> </div><!--/.TopheaderBackground--> </div><!--/.Topheader--> </div><!--/.TopheaderWrapper--> <div class="Banner BannerColC Banner300x250"><script> googletag.cmd.push(function() { googletag.defineSlot('/1004793/Homepage_300x250', [300,250], 'div-gpt-ad-d923ca61a6d71eff39ae6df8d6bb153b-0').addService(googletag.pubads()).setCollapseEmptyDiv(true); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> <div id='div-gpt-ad-d923ca61a6d71eff39ae6df8d6bb153b-0'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-d923ca61a6d71eff39ae6df8d6bb153b-0'); }); </script> </div></div> <div class="Banner BannerColC"><script> googletag.cmd.push(function() { googletag.defineSlot('/1004793/Homepage_Rectangle_2', [300,250], 'div-gpt-ad-657cd4306ca4a334ab6f3dbdc4b83cb0-0').addService(googletag.pubads()).setCollapseEmptyDiv(true); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> <div id='div-gpt-ad-657cd4306ca4a334ab6f3dbdc4b83cb0-0'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-657cd4306ca4a334ab6f3dbdc4b83cb0-0'); }); </script> </div></div> <div class="Banner BannerColC"><script> googletag.cmd.push(function() { googletag.defineSlot('/1004793/Homepage_Rectangle_3', [300,250], 'div-gpt-ad-5faae00b61787d8d99f0ad75d3a94790-0').addService(googletag.pubads()).setCollapseEmptyDiv(true); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> <div id='div-gpt-ad-5faae00b61787d8d99f0ad75d3a94790-0'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-5faae00b61787d8d99f0ad75d3a94790-0'); }); </script> </div></div> <div style="position:absolute; top:25px; left:420px;z-index:2000;"><script> googletag.cmd.push(function() { googletag.defineSlot('/1004793/Homepage_728', [728,90], 'div-gpt-ad-5f54fed0aa37cb17bb78a9204b55f64b-0').addService(googletag.pubads()).setCollapseEmptyDiv(true); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> <div id='div-gpt-ad-5f54fed0aa37cb17bb78a9204b55f64b-0'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-5f54fed0aa37cb17bb78a9204b55f64b-0'); }); </script> </div></div> <form method="post" action="/searchall" class="SearchForm "> <fieldset> <div class="SearchfieldWrapper"> <input type="text" class="Textfield" id="SectionSelectToggle" name="q" value="" title="Search Archinect" /> <input title="Search" value="" type="submit" name="submit" class="Button" /> <div id="SectionSelect"> <ul> <li class="First"><span id="SectionSelectClose">&times;</span><span class="Left">Search in:</span></li> <li class="odd"><label for="ss-all"><input type="checkbox" checked="checked" id="ss-all" value="ss-all" name="section-select" class="Checkbox Primary">All of Archinect</label></li> <li class="even"><label><input type="checkbox" checked="checked" value="0" name="search_type[]" class="Checkbox Secondary">Features</label></li> <li class="odd"><label><input type="checkbox" checked="checked" value="1" name="search_type[]" class="Checkbox Secondary">News</label></li> <li class="even"><label><input type="checkbox" checked="checked" value="2" name="search_type[]" class="Checkbox Secondary">Firms</label></li> <li class="odd"><label><input type="checkbox" checked="checked" value="3" name="search_type[]" class="Checkbox Secondary">Schools</label></li> <li class="even"><label><input type="checkbox" checked="checked" value="6" name="search_type[]" class="Checkbox Secondary">People</label></li> <li class="odd"><label><input type="checkbox" checked="checked" value="8" name="search_type[]" class="Checkbox Secondary">Forum</label></li> <li class="even"><label><input type="checkbox" checked="checked" value="11" name="search_type[]" class="Checkbox Secondary">Jobs</label></li> <li class="odd"><label><input type="checkbox" checked="checked" value="19" name="search_type[]" class="Checkbox Secondary">Blogs</label></li> <li class="even"><label><input type="checkbox" checked="checked" value="20" name="search_type[]" class="Checkbox Secondary">Blog Posts</label></li> </ul> </div> </div> </fieldset> </form> <!-- JavaScript for Selective Search Box --> <script type="text/javascript"> $(document).ready(function(){ $('#SectionSelect').hide(); var SectionSelectOpen = false; $('#SectionSelectToggle').click(function(){ if (SectionSelectOpen == false) { $('#SectionSelect').slideDown('fast'); $('#SectionSelect').fadeTo('fast', 1); SectionSelectOpen = true; } }); $('#SectionSelectClose').click(function(){ $('#SectionSelect').slideUp('fast'); $('#SectionSelect').fadeTo('fast', 0); SectionSelectOpen = false; }); $('#SectionSelect .Checkbox.Primary').click(function () { $(this).parents('fieldset:eq(0)').find(':checkbox').attr('checked', this.checked); }); $('#SectionSelect .Checkbox.Secondary').click(function () { $(this).parents('fieldset:eq(0)').find('.Checkbox.Primary').removeAttr('checked'); selectAllCB(); }); selectAllCB(); }); function selectAllCB(){ if($('#SectionSelect .Checkbox.Secondary').length == $('#SectionSelect .Checkbox.Secondary:checked').length) $('#SectionSelect .Checkbox.Primary').attr('checked','checked'); if($('#SectionSelect .Checkbox.Primary').is(':checked')) $('#SectionSelect .Checkbox.Secondary').attr('checked','checked'); } </script> <br clear="all"> <div class="List Thumbs"> <h2>People</h2> <div class="ThumbsC"> <div class="ThumbC "> <a href="/saragharibi" title="SARA GHARIBI"><img srcset="https://archinect.gumlet.io/uploads/d0/d02c805d2cbe19c321d01339e0bc5efc.png?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38 1x,https://archinect.gumlet.io/uploads/d0/d02c805d2cbe19c321d01339e0bc5efc.png?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/d0/d02c805d2cbe19c321d01339e0bc5efc.png?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/d0/d02c805d2cbe19c321d01339e0bc5efc.png?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38" border="0" title="SARA GHARIBI" alt="SARA GHARIBI" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/d0/d02c805d2cbe19c321d01339e0bc5efc.png?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158 1x,https://archinect.gumlet.io/uploads/d0/d02c805d2cbe19c321d01339e0bc5efc.png?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/d0/d02c805d2cbe19c321d01339e0bc5efc.png?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/d0/d02c805d2cbe19c321d01339e0bc5efc.png?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158" border="0" title="SARA GHARIBI" alt="SARA GHARIBI" width="158" height="158" /> <h5>SARA GHARIBI</h5> <h6>Gainesville, FL, US</h6> <h6>Architecture</h6> </span> </div> <div class="ThumbC "> <a href="/Virginiarom" title="Virginia Romero"><img srcset="https://archinect.gumlet.io/uploads/e6/e6d11472b77e23258bdaca19a326eca4.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38 1x,https://archinect.gumlet.io/uploads/e6/e6d11472b77e23258bdaca19a326eca4.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/e6/e6d11472b77e23258bdaca19a326eca4.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/e6/e6d11472b77e23258bdaca19a326eca4.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38" border="0" title="Virginia Romero" alt="Virginia Romero" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/e6/e6d11472b77e23258bdaca19a326eca4.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158 1x,https://archinect.gumlet.io/uploads/e6/e6d11472b77e23258bdaca19a326eca4.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/e6/e6d11472b77e23258bdaca19a326eca4.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/e6/e6d11472b77e23258bdaca19a326eca4.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158" border="0" title="Virginia Romero" alt="Virginia Romero" width="158" height="158" /> <h5>Virginia Romero</h5> <h6>Jacksonville Beach, FL, US</h6> <h6>Architecture, Interiors, Furniture Design</h6> </span> </div> <div class="ThumbC "> <a href="/danielbunay" title="Daniel Bunay"><img srcset="https://archinect.gumlet.io/uploads/7f/7f07a5d8854af6c81821c746d14fc5b3.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38 1x,https://archinect.gumlet.io/uploads/7f/7f07a5d8854af6c81821c746d14fc5b3.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/7f/7f07a5d8854af6c81821c746d14fc5b3.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/7f/7f07a5d8854af6c81821c746d14fc5b3.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38" border="0" title="Daniel Bunay" alt="Daniel Bunay" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/7f/7f07a5d8854af6c81821c746d14fc5b3.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158 1x,https://archinect.gumlet.io/uploads/7f/7f07a5d8854af6c81821c746d14fc5b3.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/7f/7f07a5d8854af6c81821c746d14fc5b3.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/7f/7f07a5d8854af6c81821c746d14fc5b3.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158" border="0" title="Daniel Bunay" alt="Daniel Bunay" width="158" height="158" /> <h5>Daniel Bunay</h5> <h6>Samborondón, EC</h6> <h6>Architecture, Interiors, Landscape, Urban Planning, Construction</h6> </span> </div> <div class="ThumbC "> <a href="/people/cover/150457033/simar-mangat" title="Simar Mangat"><img srcset="https://archinect.gumlet.io/uploads/ab/aba7da71653e37d971def1b368136d8c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38 1x,https://archinect.gumlet.io/uploads/ab/aba7da71653e37d971def1b368136d8c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/ab/aba7da71653e37d971def1b368136d8c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/ab/aba7da71653e37d971def1b368136d8c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38" border="0" title="Simar Mangat" alt="Simar Mangat" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/ab/aba7da71653e37d971def1b368136d8c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158 1x,https://archinect.gumlet.io/uploads/ab/aba7da71653e37d971def1b368136d8c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/ab/aba7da71653e37d971def1b368136d8c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/ab/aba7da71653e37d971def1b368136d8c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158" border="0" title="Simar Mangat" alt="Simar Mangat" width="158" height="158" /> <h5>Simar Mangat</h5> <h6>Toronto, ON, CA</h6> <h6>Architecture</h6> </span> </div> <div class="ThumbC last"> <a href="/people/cover/150457058/honghu-chen" title="Honghu Chen"><img srcset="https://archinect.gumlet.io/uploads/e7/e7cc3866123bc684ca76d5cde0c25447.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38 1x,https://archinect.gumlet.io/uploads/e7/e7cc3866123bc684ca76d5cde0c25447.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/e7/e7cc3866123bc684ca76d5cde0c25447.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/e7/e7cc3866123bc684ca76d5cde0c25447.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38" border="0" title="Honghu Chen" alt="Honghu Chen" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/e7/e7cc3866123bc684ca76d5cde0c25447.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158 1x,https://archinect.gumlet.io/uploads/e7/e7cc3866123bc684ca76d5cde0c25447.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/e7/e7cc3866123bc684ca76d5cde0c25447.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/e7/e7cc3866123bc684ca76d5cde0c25447.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158" border="0" title="Honghu Chen" alt="Honghu Chen" width="158" height="158" /> <h5>Honghu Chen</h5> <h6>Los Angeles, CA, US</h6> <h6></h6> </span> </div> </div><!--/.ThumbsC--> <div class="ThumbsC"> <div class="ThumbC "> <a href="/veronicalexgm" title="Veronica Gonzalez"><img srcset="https://archinect.gumlet.io/uploads/6e/6eaa47208f1482c41f799f74951fc090.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38 1x,https://archinect.gumlet.io/uploads/6e/6eaa47208f1482c41f799f74951fc090.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/6e/6eaa47208f1482c41f799f74951fc090.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/6e/6eaa47208f1482c41f799f74951fc090.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38" border="0" title="Veronica Gonzalez" alt="Veronica Gonzalez" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/6e/6eaa47208f1482c41f799f74951fc090.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158 1x,https://archinect.gumlet.io/uploads/6e/6eaa47208f1482c41f799f74951fc090.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/6e/6eaa47208f1482c41f799f74951fc090.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/6e/6eaa47208f1482c41f799f74951fc090.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158" border="0" title="Veronica Gonzalez" alt="Veronica Gonzalez" width="158" height="158" /> <h5>Veronica Gonzalez</h5> <h6>Caracas, VE</h6> <h6>Architecture, Landscape, Graphic Design / Signage</h6> </span> </div> <div class="ThumbC "> <a href="/people/cover/150457129/shara-um" title="Shara Um"><img srcset="https://archinect.gumlet.io/uploads/78/78bf8dc42c0a28028883226e688bd14c.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38 1x,https://archinect.gumlet.io/uploads/78/78bf8dc42c0a28028883226e688bd14c.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/78/78bf8dc42c0a28028883226e688bd14c.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/78/78bf8dc42c0a28028883226e688bd14c.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38" border="0" title="Shara Um" alt="Shara Um" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/78/78bf8dc42c0a28028883226e688bd14c.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158 1x,https://archinect.gumlet.io/uploads/78/78bf8dc42c0a28028883226e688bd14c.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/78/78bf8dc42c0a28028883226e688bd14c.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/78/78bf8dc42c0a28028883226e688bd14c.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158" border="0" title="Shara Um" alt="Shara Um" width="158" height="158" /> <h5>Shara Um</h5> <h6>New York, NY, US</h6> <h6>Architecture, Interiors</h6> </span> </div> <div class="ThumbC "> <a href="/feyzakirilmaz" title="Feyza Kırılmaz"><img srcset="https://archinect.gumlet.io/uploads/70/7009239f2e665626eba0ebb4f46a14a6.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38 1x,https://archinect.gumlet.io/uploads/70/7009239f2e665626eba0ebb4f46a14a6.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/70/7009239f2e665626eba0ebb4f46a14a6.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/70/7009239f2e665626eba0ebb4f46a14a6.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38" border="0" title="Feyza Kırılmaz" alt="Feyza Kırılmaz" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/70/7009239f2e665626eba0ebb4f46a14a6.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158 1x,https://archinect.gumlet.io/uploads/70/7009239f2e665626eba0ebb4f46a14a6.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/70/7009239f2e665626eba0ebb4f46a14a6.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/70/7009239f2e665626eba0ebb4f46a14a6.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158" border="0" title="Feyza Kırılmaz" alt="Feyza Kırılmaz" width="158" height="158" /> <h5>Feyza Kırılmaz</h5> <h6>Istanbul, TR</h6> <h6>Architecture, Interiors</h6> </span> </div> <div class="ThumbC "> <a href="/archnique" title="Zonke Mthembu"><img srcset="https://archinect.gumlet.io/uploads/12/12cfac63468591526c9389452a2779b5.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38 1x,https://archinect.gumlet.io/uploads/12/12cfac63468591526c9389452a2779b5.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/12/12cfac63468591526c9389452a2779b5.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/12/12cfac63468591526c9389452a2779b5.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38" border="0" title="Zonke Mthembu" alt="Zonke Mthembu" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/12/12cfac63468591526c9389452a2779b5.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158 1x,https://archinect.gumlet.io/uploads/12/12cfac63468591526c9389452a2779b5.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/12/12cfac63468591526c9389452a2779b5.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/12/12cfac63468591526c9389452a2779b5.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158" border="0" title="Zonke Mthembu" alt="Zonke Mthembu" width="158" height="158" /> <h5>Zonke Mthembu</h5> <h6>Johannesburg, ZA</h6> <h6>Architecture</h6> </span> </div> <div class="ThumbC last"> <a href="/bekiryilmaz" title="Bekir Yilmaz"><img srcset="https://archinect.gumlet.io/uploads/45/45fc249db274c206fb9188881a47c1cf.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38 1x,https://archinect.gumlet.io/uploads/45/45fc249db274c206fb9188881a47c1cf.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/45/45fc249db274c206fb9188881a47c1cf.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/45/45fc249db274c206fb9188881a47c1cf.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=38&h=38" border="0" title="Bekir Yilmaz" alt="Bekir Yilmaz" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/45/45fc249db274c206fb9188881a47c1cf.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158 1x,https://archinect.gumlet.io/uploads/45/45fc249db274c206fb9188881a47c1cf.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/45/45fc249db274c206fb9188881a47c1cf.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/45/45fc249db274c206fb9188881a47c1cf.JPG?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=158&h=158" border="0" title="Bekir Yilmaz" alt="Bekir Yilmaz" width="158" height="158" /> <h5>Bekir Yilmaz</h5> <h6>Stockholm, SE</h6> <h6>Architecture</h6> </span> </div> </div><!--/.ThumbsC--> <div class="ThumbsC"> </div><!--/.ThumbsC--> <br clear="all" /> <p class="last"><a href="/people">View all</a> &nbsp;&nbsp;|&nbsp;&nbsp;<span class="arc_dynamic_edit"><!-- {&quot;type&quot;:&quot;has_portfolio&quot;,&quot;id&quot;:0,&quot;true_html&quot;:&quot;&lt;a href=\&quot;\/account\/hub\&quot;&gt;Edit your Profile&lt;\/a&gt;&quot;,&quot;false_login_html&quot;:&quot;&lt;a href=\&quot;\/add_portfolio\/cover\&quot; class=\&quot;login_trigger\&quot;&gt;Add your Profile&lt;\/a&gt;&quot;}--><a href="/add_portfolio/cover" class="login_trigger">Add your Profile</a></span></p> </div><!--/.List--> <div class="List Thumbs"> <h2>Firms</h2> <div class="ThumbsC"> <div class="ThumbC "> <a href="/arkititoarquitetura" title="Arkitito Arquitetura"><img srcset="https://archinect.gumlet.io/uploads/5f/5f0c425634f8f3f1440c0b02894ae1bc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/5f/5f0c425634f8f3f1440c0b02894ae1bc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/5f/5f0c425634f8f3f1440c0b02894ae1bc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/5f/5f0c425634f8f3f1440c0b02894ae1bc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Arkitito Arquitetura" alt="Arkitito Arquitetura" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/5f/5f0c425634f8f3f1440c0b02894ae1bc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/5f/5f0c425634f8f3f1440c0b02894ae1bc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/5f/5f0c425634f8f3f1440c0b02894ae1bc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/5f/5f0c425634f8f3f1440c0b02894ae1bc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Arkitito Arquitetura" alt="Arkitito Arquitetura" width="158" height="158" /> <h5>Arkitito Arquitetura</h5><h6>São Paulo, BR</h6> <h6></h6> </span> </div> <div class="ThumbC "> <a href="/chainsiman" title="Chain + Siman"><img srcset="https://archinect.gumlet.io/uploads/cb/cb9ce30f76f0c03abb318d8700e1d920.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/cb/cb9ce30f76f0c03abb318d8700e1d920.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/cb/cb9ce30f76f0c03abb318d8700e1d920.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/cb/cb9ce30f76f0c03abb318d8700e1d920.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Chain + Siman" alt="Chain + Siman" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/cb/cb9ce30f76f0c03abb318d8700e1d920.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/cb/cb9ce30f76f0c03abb318d8700e1d920.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/cb/cb9ce30f76f0c03abb318d8700e1d920.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/cb/cb9ce30f76f0c03abb318d8700e1d920.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Chain + Siman" alt="Chain + Siman" width="158" height="158" /> <h5>Chain + Siman</h5><h6>Mexico, MX</h6> <h6></h6> </span> </div> <div class="ThumbC "> <a href="/os-architects" title="Oikonomakis Siampakoulis architects | Οικονομάκης Σιαμπακούλης αρχιτέκτονες"><img srcset="https://archinect.gumlet.io/uploads/7f/7f1be7b241f50cb48bbd6507021b84cc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/7f/7f1be7b241f50cb48bbd6507021b84cc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/7f/7f1be7b241f50cb48bbd6507021b84cc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/7f/7f1be7b241f50cb48bbd6507021b84cc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Oikonomakis Siampakoulis architects | Οικονομάκης Σιαμπακούλης αρχιτέκτονες" alt="Oikonomakis Siampakoulis architects | Οικονομάκης Σιαμπακούλης αρχιτέκτονες" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/7f/7f1be7b241f50cb48bbd6507021b84cc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/7f/7f1be7b241f50cb48bbd6507021b84cc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/7f/7f1be7b241f50cb48bbd6507021b84cc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/7f/7f1be7b241f50cb48bbd6507021b84cc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Oikonomakis Siampakoulis architects | Οικονομάκης Σιαμπακούλης αρχιτέκτονες" alt="Oikonomakis Siampakoulis architects | Οικονομάκης Σιαμπακούλης αρχιτέκτονες" width="158" height="158" /> <h5>Oikonomakis Siampakoulis architects | Οικονομάκης Σιαμπακούλης αρχιτέκτονες</h5><h6>Athens, GR</h6> <h6></h6> </span> </div> <div class="ThumbC "> <a href="/firms/cover/150308963/eerkes-architects" title="Eerkes Architects"><img srcset="https://archinect.gumlet.io/uploads/10/10c28342d7f12349c6f8ae174f8647b0.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/10/10c28342d7f12349c6f8ae174f8647b0.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/10/10c28342d7f12349c6f8ae174f8647b0.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/10/10c28342d7f12349c6f8ae174f8647b0.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Eerkes Architects" alt="Eerkes Architects" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/10/10c28342d7f12349c6f8ae174f8647b0.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/10/10c28342d7f12349c6f8ae174f8647b0.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/10/10c28342d7f12349c6f8ae174f8647b0.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/10/10c28342d7f12349c6f8ae174f8647b0.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Eerkes Architects" alt="Eerkes Architects" width="158" height="158" /> <h5>Eerkes Architects</h5><h6>Bainbridge, WA</h6> <h6></h6> </span> </div> <div class="ThumbC last"> <a href="/anobureau" title="ANO bureau"><img srcset="https://archinect.gumlet.io/uploads/5e/5eeeadb57ccaa1a4e365234ba5d49505.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/5e/5eeeadb57ccaa1a4e365234ba5d49505.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/5e/5eeeadb57ccaa1a4e365234ba5d49505.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/5e/5eeeadb57ccaa1a4e365234ba5d49505.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="ANO bureau" alt="ANO bureau" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/5e/5eeeadb57ccaa1a4e365234ba5d49505.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/5e/5eeeadb57ccaa1a4e365234ba5d49505.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/5e/5eeeadb57ccaa1a4e365234ba5d49505.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/5e/5eeeadb57ccaa1a4e365234ba5d49505.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="ANO bureau" alt="ANO bureau" width="158" height="158" /> <h5>ANO bureau</h5><h6>Philadelphia, PA</h6> <h6></h6> </span> </div> </div><!--/.ThumbsC--> <div class="ThumbsC"> <div class="ThumbC "> <a href="/firms/cover/125473370/johnston-architects" title="Johnston Architects"><img srcset="https://archinect.gumlet.io/uploads/ba/ba628305fdf20cc46c06e6eaeb34701f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/ba/ba628305fdf20cc46c06e6eaeb34701f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/ba/ba628305fdf20cc46c06e6eaeb34701f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/ba/ba628305fdf20cc46c06e6eaeb34701f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Johnston Architects" alt="Johnston Architects" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/ba/ba628305fdf20cc46c06e6eaeb34701f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/ba/ba628305fdf20cc46c06e6eaeb34701f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/ba/ba628305fdf20cc46c06e6eaeb34701f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/ba/ba628305fdf20cc46c06e6eaeb34701f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Johnston Architects" alt="Johnston Architects" width="158" height="158" /> <h5>Johnston Architects</h5><h6>Seattle, WA</h6> <h6></h6> </span> </div> <div class="ThumbC "> <a href="/radcolab" title="Rad Colab"><img srcset="https://archinect.gumlet.io/uploads/1c/1ceddc8fa762bd591cd8bccadcd21e29.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/1c/1ceddc8fa762bd591cd8bccadcd21e29.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/1c/1ceddc8fa762bd591cd8bccadcd21e29.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/1c/1ceddc8fa762bd591cd8bccadcd21e29.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Rad Colab" alt="Rad Colab" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/1c/1ceddc8fa762bd591cd8bccadcd21e29.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/1c/1ceddc8fa762bd591cd8bccadcd21e29.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/1c/1ceddc8fa762bd591cd8bccadcd21e29.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/1c/1ceddc8fa762bd591cd8bccadcd21e29.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Rad Colab" alt="Rad Colab" width="158" height="158" /> <h5>Rad Colab</h5><h6>Mumbai, IN</h6> <h6></h6> </span> </div> <div class="ThumbC "> <a href="/eid-arch" title="Atelier Ping Jiang | EID Arch"><img srcset="https://archinect.gumlet.io/uploads/7c/7cc8be01ac75d358653e6c5845756f95.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/7c/7cc8be01ac75d358653e6c5845756f95.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/7c/7cc8be01ac75d358653e6c5845756f95.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/7c/7cc8be01ac75d358653e6c5845756f95.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Atelier Ping Jiang | EID Arch" alt="Atelier Ping Jiang | EID Arch" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/7c/7cc8be01ac75d358653e6c5845756f95.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/7c/7cc8be01ac75d358653e6c5845756f95.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/7c/7cc8be01ac75d358653e6c5845756f95.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/7c/7cc8be01ac75d358653e6c5845756f95.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Atelier Ping Jiang | EID Arch" alt="Atelier Ping Jiang | EID Arch" width="158" height="158" /> <h5>Atelier Ping Jiang | EID Arch</h5><h6>Shanghai, CN</h6> <h6></h6> </span> </div> <div class="ThumbC "> <a href="/e4h_" title="E4H Environments for Health Architecture"><img srcset="https://archinect.gumlet.io/uploads/56/56988e91b9fc950f7182d029475ebfe3.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/56/56988e91b9fc950f7182d029475ebfe3.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/56/56988e91b9fc950f7182d029475ebfe3.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/56/56988e91b9fc950f7182d029475ebfe3.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="E4H Environments for Health Architecture" alt="E4H Environments for Health Architecture" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/56/56988e91b9fc950f7182d029475ebfe3.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/56/56988e91b9fc950f7182d029475ebfe3.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/56/56988e91b9fc950f7182d029475ebfe3.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/56/56988e91b9fc950f7182d029475ebfe3.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="E4H Environments for Health Architecture" alt="E4H Environments for Health Architecture" width="158" height="158" /> <h5>E4H Environments for Health Architecture</h5><h6>New York, NY</h6> <h6></h6> </span> </div> <div class="ThumbC last"> <a href="/designist" title="Designist"><img srcset="https://archinect.gumlet.io/uploads/93/934d8c31132f08273955e687a3e5c636.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/93/934d8c31132f08273955e687a3e5c636.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/93/934d8c31132f08273955e687a3e5c636.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/93/934d8c31132f08273955e687a3e5c636.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Designist" alt="Designist" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/93/934d8c31132f08273955e687a3e5c636.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/93/934d8c31132f08273955e687a3e5c636.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/93/934d8c31132f08273955e687a3e5c636.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/93/934d8c31132f08273955e687a3e5c636.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Designist" alt="Designist" width="158" height="158" /> <h5>Designist</h5><h6>Istanbul, TR</h6> <h6></h6> </span> </div> </div><!--/.ThumbsC--> <div class="ThumbsC"> </div><!--/.ThumbsC--> <br clear="all" /> <p class="last"><a href="/firms">View all</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a class="login_trigger" href="/add_firm">Add your Firm</a></p> </div><!--/.List--> <div class="List Thumbs"> <h2>Schools</h2> <div class="ThumbsC"> <div class="ThumbC "> <a href="/sciarc" title="Southern California Institute of Architecture (SCI-Arc)"><img srcset="https://archinect.gumlet.io/uploads/tj/tj8wpxfa768l6t6y.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/tj/tj8wpxfa768l6t6y.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/tj/tj8wpxfa768l6t6y.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/tj/tj8wpxfa768l6t6y.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Southern California Institute of Architecture (SCI-Arc)" alt="Southern California Institute of Architecture (SCI-Arc)" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/tj/tj8wpxfa768l6t6y.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/tj/tj8wpxfa768l6t6y.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/tj/tj8wpxfa768l6t6y.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/tj/tj8wpxfa768l6t6y.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Southern California Institute of Architecture (SCI-Arc)" alt="Southern California Institute of Architecture (SCI-Arc)" width="158" height="158" /> <h5>Southern California Institute of Architecture (SCI-Arc)</h5><h6>Los Angeles, CA</h6> </span> </div> <div class="ThumbC "> <a href="/pratt" title="Pratt Institute"><img srcset="https://archinect.gumlet.io/uploads/37/37482dbb392fa18308e7589d1460246f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/37/37482dbb392fa18308e7589d1460246f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/37/37482dbb392fa18308e7589d1460246f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/37/37482dbb392fa18308e7589d1460246f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Pratt Institute" alt="Pratt Institute" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/37/37482dbb392fa18308e7589d1460246f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/37/37482dbb392fa18308e7589d1460246f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/37/37482dbb392fa18308e7589d1460246f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/37/37482dbb392fa18308e7589d1460246f.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Pratt Institute" alt="Pratt Institute" width="158" height="158" /> <h5>Pratt Institute</h5><h6>Brooklyn, NY</h6> </span> </div> <div class="ThumbC "> <a href="/uscarchitecture" title="University of Southern California (USC)"><img srcset="https://archinect.gumlet.io/uploads/b8/b85ec2a1d6cafe3dd4edc454eda0d1b5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/b8/b85ec2a1d6cafe3dd4edc454eda0d1b5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/b8/b85ec2a1d6cafe3dd4edc454eda0d1b5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/b8/b85ec2a1d6cafe3dd4edc454eda0d1b5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="University of Southern California (USC)" alt="University of Southern California (USC)" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/b8/b85ec2a1d6cafe3dd4edc454eda0d1b5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/b8/b85ec2a1d6cafe3dd4edc454eda0d1b5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/b8/b85ec2a1d6cafe3dd4edc454eda0d1b5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/b8/b85ec2a1d6cafe3dd4edc454eda0d1b5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="University of Southern California (USC)" alt="University of Southern California (USC)" width="158" height="158" /> <h5>University of Southern California (USC)</h5><h6>Los Angeles, CA</h6> </span> </div> <div class="ThumbC "> <a href="/tulanearch" title="Tulane University"><img srcset="https://archinect.gumlet.io/uploads/a6/a687aeea6697e9b8f91bff3a4470f8c5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/a6/a687aeea6697e9b8f91bff3a4470f8c5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/a6/a687aeea6697e9b8f91bff3a4470f8c5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/a6/a687aeea6697e9b8f91bff3a4470f8c5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Tulane University" alt="Tulane University" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/a6/a687aeea6697e9b8f91bff3a4470f8c5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/a6/a687aeea6697e9b8f91bff3a4470f8c5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/a6/a687aeea6697e9b8f91bff3a4470f8c5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/a6/a687aeea6697e9b8f91bff3a4470f8c5.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Tulane University" alt="Tulane University" width="158" height="158" /> <h5>Tulane University</h5><h6>New Orleans, LA</h6> </span> </div> <div class="ThumbC last"> <a href="/uclaaud" title="University of California, Los Angeles (UCLA)"><img srcset="https://archinect.gumlet.io/uploads/50/5096988daf948066e085dd78be728d65.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/50/5096988daf948066e085dd78be728d65.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/50/5096988daf948066e085dd78be728d65.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/50/5096988daf948066e085dd78be728d65.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="University of California, Los Angeles (UCLA)" alt="University of California, Los Angeles (UCLA)" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/50/5096988daf948066e085dd78be728d65.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/50/5096988daf948066e085dd78be728d65.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/50/5096988daf948066e085dd78be728d65.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/50/5096988daf948066e085dd78be728d65.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="University of California, Los Angeles (UCLA)" alt="University of California, Los Angeles (UCLA)" width="158" height="158" /> <h5>University of California, Los Angeles (UCLA)</h5><h6>Los Angeles, CA</h6> </span> </div> </div><!--/.ThumbsC--> <div class="ThumbsC"> <div class="ThumbC "> <a href="/tyler_art_and_architecture" title="Temple University"><img srcset="https://archinect.gumlet.io/uploads/c1/c18430d3e1552d2d8f8734d558f768db.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/c1/c18430d3e1552d2d8f8734d558f768db.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/c1/c18430d3e1552d2d8f8734d558f768db.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/c1/c18430d3e1552d2d8f8734d558f768db.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Temple University" alt="Temple University" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/c1/c18430d3e1552d2d8f8734d558f768db.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/c1/c18430d3e1552d2d8f8734d558f768db.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/c1/c18430d3e1552d2d8f8734d558f768db.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/c1/c18430d3e1552d2d8f8734d558f768db.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Temple University" alt="Temple University" width="158" height="158" /> <h5>Temple University</h5><h6>Philadelphia, PA</h6> </span> </div> <div class="ThumbC "> <a href="/uo-sae" title="University of Oregon"><img srcset="https://archinect.gumlet.io/uploads/9q/9qky0pi4i4svdx7m.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/9q/9qky0pi4i4svdx7m.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/9q/9qky0pi4i4svdx7m.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/9q/9qky0pi4i4svdx7m.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="University of Oregon" alt="University of Oregon" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/9q/9qky0pi4i4svdx7m.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/9q/9qky0pi4i4svdx7m.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/9q/9qky0pi4i4svdx7m.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/9q/9qky0pi4i4svdx7m.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="University of Oregon" alt="University of Oregon" width="158" height="158" /> <h5>University of Oregon</h5><h6>Eugene, OR</h6> </span> </div> <div class="ThumbC "> <a href="/cranbrookart" title="Cranbrook Academy of Art"><img srcset="https://archinect.gumlet.io/uploads/xp/xpa8oksh45oqub9x.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/xp/xpa8oksh45oqub9x.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/xp/xpa8oksh45oqub9x.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/xp/xpa8oksh45oqub9x.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Cranbrook Academy of Art" alt="Cranbrook Academy of Art" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/xp/xpa8oksh45oqub9x.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/xp/xpa8oksh45oqub9x.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/xp/xpa8oksh45oqub9x.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/xp/xpa8oksh45oqub9x.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Cranbrook Academy of Art" alt="Cranbrook Academy of Art" width="158" height="158" /> <h5>Cranbrook Academy of Art</h5><h6>Bloomfield Hills, MI</h6> </span> </div> <div class="ThumbC "> <a href="/nyit" title="New York Institute of Technology (NYIT)"><img srcset="https://archinect.gumlet.io/uploads/c8/c8bf1sojjpmqltph.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/c8/c8bf1sojjpmqltph.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/c8/c8bf1sojjpmqltph.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/c8/c8bf1sojjpmqltph.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="New York Institute of Technology (NYIT)" alt="New York Institute of Technology (NYIT)" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/c8/c8bf1sojjpmqltph.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/c8/c8bf1sojjpmqltph.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/c8/c8bf1sojjpmqltph.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/c8/c8bf1sojjpmqltph.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="New York Institute of Technology (NYIT)" alt="New York Institute of Technology (NYIT)" width="158" height="158" /> <h5>New York Institute of Technology (NYIT)</h5><h6>New York, NY</h6> </span> </div> <div class="ThumbC last"> <a href="/KansasStateUniversity" title="Kansas State University"><img srcset="https://archinect.gumlet.io/uploads/q6/q63kfedfo136g2n9.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38 1x,https://archinect.gumlet.io/uploads/q6/q63kfedfo136g2n9.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=2 2x, https://archinect.gumlet.io/uploads/q6/q63kfedfo136g2n9.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38&dpr=3 3x" src="https://archinect.gumlet.io/uploads/q6/q63kfedfo136g2n9.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=38&h=38" border="0" title="Kansas State University" alt="Kansas State University" width="38" height="38" /></a> <span class="Tooltip2"> <img srcset="https://archinect.gumlet.io/uploads/q6/q63kfedfo136g2n9.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158 1x,https://archinect.gumlet.io/uploads/q6/q63kfedfo136g2n9.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=2 2x, https://archinect.gumlet.io/uploads/q6/q63kfedfo136g2n9.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158&dpr=3 3x" src="https://archinect.gumlet.io/uploads/q6/q63kfedfo136g2n9.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=158&h=158" border="0" title="Kansas State University" alt="Kansas State University" width="158" height="158" /> <h5>Kansas State University</h5><h6>Manhattan, KS</h6> </span> </div> </div><!--/.ThumbsC--> <div class="ThumbsC"> </div><!--/.ThumbsC--> <br clear="all" /> <p class="last"><a href="/schools">View all</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a class="login_trigger" href="/add_school">Add your School</a></p> </div><!--/.List--> <div class="List"> <h2>Latest Jobs</h2> <ul> <li class=""> <a href="/jobs/entry/150426720/project-architect" title="Project Architect in Los Angeles, CA, US">Project Architect in Los Angeles, CA, US</a> </li> <li class=""> <a href="/jobs/entry/150426721/project-manager" title="Project Manager in Los Angeles, CA, US">Project Manager in Los Angeles, CA, US</a> </li> <li class="last"> <a href="/jobs/entry/150457344/project-architect" title="Project Architect in New York, NY, US">Project Architect in New York, NY, US</a> </li> </ul> <br clear="all" /> <p class="last"><a href="/jobs">View all Job Listings</a> &nbsp;|&nbsp; <a href="/add_job">Post a Job</a></p> </div> <div class="List"> <h2>Latest Discussions</h2> <ul> <li class=""><a href="/forum/thread/150456898/mass-timber-experiences" title="Mass Timber Experiences ">Mass Timber Experiences </a></li> <li class=""><a href="/forum/thread/150457313/revit-vs-revit-lt" title="Revit vs Revit LT">Revit vs Revit LT</a></li> <li class="last"><a href="/forum/thread/33434/thread-central" title="Thread Central">Thread Central</a></li> </ul> <p class="last"><a href="/forum">View all Threads</a> &nbsp;|&nbsp; <a href="/post_forum">Start a Thread</a></p> </div> <div id="StickyBannerWrapper" class="StickyBannerContainer"> <div class="Banner BannerColC" id="StickyBanner"><script> googletag.cmd.push(function() { googletag.defineSlot('/1004793/Homepage_sticky', [[160,600],[250,250],[300,250],[226,600],[226,452]], 'div-gpt-ad-88ecf90f4b51efeeab252f71db7989eb-0').addService(googletag.pubads()).setCollapseEmptyDiv(true); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> <div id='div-gpt-ad-88ecf90f4b51efeeab252f71db7989eb-0'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-88ecf90f4b51efeeab252f71db7989eb-0'); }); </script> </div></div> </div> </div><!--/.ColC--> <div class="ColB ColContent"> <div id="MasonryHomepage" class="transitions-enabled infinite-scroll clearfix NewStyle"> <a class="Entry col3 ThumbBFeature" href="https://archinect.com/news/article/150457273/lakisha-ann-woods-to-step-down-from-aia-post-in-february" title="Lakisha Ann Woods to step down from AIA post in February"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/4b/4b15a721e5f9d46f48d7f5360706db0c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=514&h=303 1x,https://archinect.gumlet.io/uploads/4b/4b15a721e5f9d46f48d7f5360706db0c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=514&h=303&dpr=2 2x, https://archinect.gumlet.io/uploads/4b/4b15a721e5f9d46f48d7f5360706db0c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=514&h=303&dpr=3 3x" src="https://archinect.gumlet.io/uploads/4b/4b15a721e5f9d46f48d7f5360706db0c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=514&h=303" border="0" title="Lakisha Ann Woods to step down from AIA post in February" alt="Lakisha Ann Woods to step down from AIA post in February" width="514" height="303" /> <p>Lakisha Ann Woods to step down from AIA post in February</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> <span class="TagIcon Comment"><i class="fal fa-comment" aria-hidden="true"></i>4</span> </a> <div class="Entry col1 ThumbB"> <script> googletag.cmd.push(function() { googletag.defineSlot('/1004793/Homepage_Embedded', [164,189], 'div-gpt-ad-d89333b823d50466585be0da5c770ed3-0').addService(googletag.pubads()).setCollapseEmptyDiv(true); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> <div id='div-gpt-ad-d89333b823d50466585be0da5c770ed3-0'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-d89333b823d50466585be0da5c770ed3-0'); }); </script> </div> </div> <a class="Entry col1 ThumbB" href="/news/bustler/10218/meier-partners-continues-south-korean-momentum-after-winning-international-competition-in-seoul" title="​​Meier Partners continues South Korean momentum after winning international competition in Seoul"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/xu/xuh0jjlcultciogi.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/xu/xuh0jjlcultciogi.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/xu/xuh0jjlcultciogi.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/xu/xuh0jjlcultciogi.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="​​Meier Partners continues South Korean momentum after winning international competition in Seoul" alt="​​Meier Partners continues South Korean momentum after winning international competition in Seoul" width="164" height="103" /> <p>​​Meier Partners continues South Korean...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>11 hours</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457382/new-york-s-bold-city-of-yes-vision-gets-approved-by-city-council" title="New York's bold 'City of Yes' vision gets approved by City Council"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/dc/dc6191ee9a6b00fc52825286f5bc6d69.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/dc/dc6191ee9a6b00fc52825286f5bc6d69.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/dc/dc6191ee9a6b00fc52825286f5bc6d69.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/dc/dc6191ee9a6b00fc52825286f5bc6d69.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="New York's bold 'City of Yes' vision gets approved by City Council" alt="New York's bold 'City of Yes' vision gets approved by City Council" width="164" height="103" /> <p>New York's bold 'City of Yes' vision gets...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>12 hours</span> </a> <a class="Entry col1 ThumbB" href="/news/bustler/10217/lit-lighting-design-awards-2024-winners-push-boundaries-through-transformative-lighting-design" title="LIT Lighting Design Awards 2024 winners push boundaries through transformative lighting design"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/tv/tvumcmm4e9qo7jpk.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/tv/tvumcmm4e9qo7jpk.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/tv/tvumcmm4e9qo7jpk.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/tv/tvumcmm4e9qo7jpk.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="LIT Lighting Design Awards 2024 winners push boundaries through transformative lighting design" alt="LIT Lighting Design Awards 2024 winners push boundaries through transformative lighting design" width="164" height="103" /> <p>LIT Lighting Design Awards 2024 winners...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>12 hours</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457365/take-a-first-look-inside-the-newly-reopened-notre-dame-cathedral" title="Take a first look inside the newly reopened Notre Dame cathedral"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/01/0189364d08fddc2b43a2e89670665af2.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/01/0189364d08fddc2b43a2e89670665af2.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/01/0189364d08fddc2b43a2e89670665af2.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/01/0189364d08fddc2b43a2e89670665af2.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Take a first look inside the newly reopened Notre Dame cathedral" alt="Take a first look inside the newly reopened Notre Dame cathedral" width="164" height="103" /> <p>Take a first look inside the newly reopened...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>13 hours</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/firms/project/150144372/gallery-house/150457297" title="Gallery House"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Projects</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/33/33182d27fdb6cb50ea5d7f796f621d20.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/33/33182d27fdb6cb50ea5d7f796f621d20.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/33/33182d27fdb6cb50ea5d7f796f621d20.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/33/33182d27fdb6cb50ea5d7f796f621d20.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Gallery House" alt="Gallery House" width="164" height="103" /> <p>Gallery House</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>15 hours</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/jobs/entry/150426720/project-architect" title="Project Architect "> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Jobs</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/3e/3e0e3225b9fff7a27ff9e47d86bda9c7.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103 1x,https://archinect.gumlet.io/uploads/3e/3e0e3225b9fff7a27ff9e47d86bda9c7.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/3e/3e0e3225b9fff7a27ff9e47d86bda9c7.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/3e/3e0e3225b9fff7a27ff9e47d86bda9c7.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103" border="0" title="Project Architect " alt="Project Architect " width="164" height="103" /> <p>Project Architect </p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>17 hours</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/jobs/entry/150426721/project-manager" title="Project Manager"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Jobs</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/3e/3e0e3225b9fff7a27ff9e47d86bda9c7.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103 1x,https://archinect.gumlet.io/uploads/3e/3e0e3225b9fff7a27ff9e47d86bda9c7.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/3e/3e0e3225b9fff7a27ff9e47d86bda9c7.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/3e/3e0e3225b9fff7a27ff9e47d86bda9c7.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103" border="0" title="Project Manager" alt="Project Manager" width="164" height="103" /> <p>Project Manager</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>17 hours</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457347/olafur-eliasson-s-inaugural-shinan-art-island-project-installation-opens-in-south-korea" title="Olafur Eliasson's inaugural Shinan Art Island Project installation opens in South Korea"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/31/31dd4f35844e63954035dbac2849c231.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/31/31dd4f35844e63954035dbac2849c231.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/31/31dd4f35844e63954035dbac2849c231.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/31/31dd4f35844e63954035dbac2849c231.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Olafur Eliasson's inaugural Shinan Art Island Project installation opens in South Korea" alt="Olafur Eliasson's inaugural Shinan Art Island Project installation opens in South Korea" width="164" height="103" /> <p>Olafur Eliasson's inaugural Shinan Art...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>18 hours</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/firms/project/150144372/lake-hayes-home/150457304" title="Lake Hayes Home"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Projects</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/96/96635002bd4ce2abe8ef287f8552e693.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/96/96635002bd4ce2abe8ef287f8552e693.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/96/96635002bd4ce2abe8ef287f8552e693.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/96/96635002bd4ce2abe8ef287f8552e693.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Lake Hayes Home" alt="Lake Hayes Home" width="164" height="103" /> <p>Lake Hayes Home</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>18 hours</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/jobs/entry/150457344/project-architect" title="Project Architect"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Jobs</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/20/207d5b09352f83caf04e8e063be9c6d3.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103 1x,https://archinect.gumlet.io/uploads/20/207d5b09352f83caf04e8e063be9c6d3.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/20/207d5b09352f83caf04e8e063be9c6d3.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/20/207d5b09352f83caf04e8e063be9c6d3.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103" border="0" title="Project Architect" alt="Project Architect" width="164" height="103" /> <p>Project Architect</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>18 hours</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/features/article/150456341/ai-climate-and-advice-for-the-next-generation-watch-our-roundtable-with-sci-arc-program-chairs" title="AI, Climate, and Advice for the Next Generation: Watch Our Roundtable with SCI-Arc Program Chairs"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="FeatureText">Features</div> <div class="FeatureCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/9a/9a8fd471a5cc0aa2d97acb554562e0ad.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/9a/9a8fd471a5cc0aa2d97acb554562e0ad.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/9a/9a8fd471a5cc0aa2d97acb554562e0ad.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/9a/9a8fd471a5cc0aa2d97acb554562e0ad.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="AI, Climate, and Advice for the Next Generation: Watch Our Roundtable with SCI-Arc Program Chairs" alt="AI, Climate, and Advice for the Next Generation: Watch Our Roundtable with SCI-Arc Program Chairs" width="164" height="103" /> <p>AI, Climate, and Advice for the Next...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>19 hours</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457337/white-arkitekter-s-v-ga-water-tower-stuns-in-coastal-sweden" title="White Arkitekter’s Våga water tower stuns in coastal Sweden"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/6d/6d6a6812a0dcf8c045a06c053ec8435b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/6d/6d6a6812a0dcf8c045a06c053ec8435b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/6d/6d6a6812a0dcf8c045a06c053ec8435b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/6d/6d6a6812a0dcf8c045a06c053ec8435b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="White Arkitekter’s Våga water tower stuns in coastal Sweden" alt="White Arkitekter’s Våga water tower stuns in coastal Sweden" width="164" height="103" /> <p>White Arkitekter’s Våga water tower...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>19 hours</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457308/your-next-role-could-be-with-preservation-specialists-of-frank-lloyd-wright-and-louis-sullivan-landmarks" title="Your next role could be with preservation specialists of Frank Lloyd Wright and Louis Sullivan landmarks"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/97/97c1c777a07460e88712f8de3870fb3a.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/97/97c1c777a07460e88712f8de3870fb3a.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/97/97c1c777a07460e88712f8de3870fb3a.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/97/97c1c777a07460e88712f8de3870fb3a.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Your next role could be with preservation specialists of Frank Lloyd Wright and Louis Sullivan landmarks" alt="Your next role could be with preservation specialists of Frank Lloyd Wright and Louis Sullivan landmarks" width="164" height="103" /> <p>Your next role could be with preservation...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>23 hours</span> </a> <a class="Entry col1 ThumbB" href="/news/bustler/10215/20-emerging-canadian-practices-pushing-boundaries-of-design" title="20 emerging Canadian practices ‘pushing boundaries’ of design"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/6m/6mk7o4ybqvigpyxu.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/6m/6mk7o4ybqvigpyxu.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/6m/6mk7o4ybqvigpyxu.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/6m/6mk7o4ybqvigpyxu.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="20 emerging Canadian practices ‘pushing boundaries’ of design" alt="20 emerging Canadian practices ‘pushing boundaries’ of design" width="164" height="103" /> <p>20 emerging Canadian practices ‘pushing...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>1 day</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457298/wuhan-ski-resort-rises-with-terraced-pixels-and-swooping-form-by-clou-architects" title="Wuhan ski resort rises with terraced pixels and swooping form by CLOU architects"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/03/03516a183b4f618b4bdf9b061e90c38e.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/03/03516a183b4f618b4bdf9b061e90c38e.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/03/03516a183b4f618b4bdf9b061e90c38e.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/03/03516a183b4f618b4bdf9b061e90c38e.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Wuhan ski resort rises with terraced pixels and swooping form by CLOU architects" alt="Wuhan ski resort rises with terraced pixels and swooping form by CLOU architects" width="164" height="103" /> <p>Wuhan ski resort rises with terraced pixels...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>1 day</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/firms/project/150155651/museum-of-art-light/150457271" title="Museum of Art + Light"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Projects</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/7e/7e112ccc32fc052c58360be2bfd638a0.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/7e/7e112ccc32fc052c58360be2bfd638a0.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/7e/7e112ccc32fc052c58360be2bfd638a0.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/7e/7e112ccc32fc052c58360be2bfd638a0.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Museum of Art + Light" alt="Museum of Art + Light" width="164" height="103" /> <p>Museum of Art + Light</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/jobs/entry/150457270/project-manager-interiors" title="Project Manager- Interiors"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Jobs</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/5e/5ea4d3134d7cff19c5cfc89bd914f9cc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103 1x,https://archinect.gumlet.io/uploads/5e/5ea4d3134d7cff19c5cfc89bd914f9cc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/5e/5ea4d3134d7cff19c5cfc89bd914f9cc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/5e/5ea4d3134d7cff19c5cfc89bd914f9cc.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103" border="0" title="Project Manager- Interiors" alt="Project Manager- Interiors" width="164" height="103" /> <p>Project Manager- Interiors</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="/news/bustler/10214/dulwich-picture-gallery-names-winner-in-reimagining-play-competition" title="Dulwich Picture Gallery names winner in 'Reimagining Play' competition"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/rp/rp2qj976wwozpuaq.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/rp/rp2qj976wwozpuaq.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/rp/rp2qj976wwozpuaq.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/rp/rp2qj976wwozpuaq.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Dulwich Picture Gallery names winner in 'Reimagining Play' competition" alt="Dulwich Picture Gallery names winner in 'Reimagining Play' competition" width="164" height="103" /> <p>Dulwich Picture Gallery names winner in...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457252/the-met-releases-first-images-of-frida-escobedo-led-tang-wing-expansion" title="The Met releases first images of Frida Escobedo-led Tang Wing expansion"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/10/10e2b3ed32b5f797f6375fdca3870325.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/10/10e2b3ed32b5f797f6375fdca3870325.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/10/10e2b3ed32b5f797f6375fdca3870325.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/10/10e2b3ed32b5f797f6375fdca3870325.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="The Met releases first images of Frida Escobedo-led Tang Wing expansion" alt="The Met releases first images of Frida Escobedo-led Tang Wing expansion" width="164" height="103" /> <p>The Met releases first images of Frida...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> <span class="TagIcon Comment"><i class="fal fa-comment" aria-hidden="true"></i>2</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/jobs/entry/150457257/architectural-project-manager" title="Architectural Project Manager"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Jobs</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/07/07e033b16ec61696f2365e8b912a0e82.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103 1x,https://archinect.gumlet.io/uploads/07/07e033b16ec61696f2365e8b912a0e82.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/07/07e033b16ec61696f2365e8b912a0e82.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/07/07e033b16ec61696f2365e8b912a0e82.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103" border="0" title="Architectural Project Manager" alt="Architectural Project Manager" width="164" height="103" /> <p>Architectural Project Manager</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/jobs/entry/150447360/intermediate-architect-retail" title="Intermediate Architect - Retail"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Jobs</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/72/725fe0c534d70657698e632c3d596f3c.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103 1x,https://archinect.gumlet.io/uploads/72/725fe0c534d70657698e632c3d596f3c.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/72/725fe0c534d70657698e632c3d596f3c.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/72/725fe0c534d70657698e632c3d596f3c.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103" border="0" title="Intermediate Architect - Retail" alt="Intermediate Architect - Retail" width="164" height="103" /> <p>Intermediate Architect - Retail</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457241/dattner-architects-university-of-toronto-samara-gls-and-architecture-in-formation-are-archinect-jobs-latest-featured-employers" title="Dattner Architects, University of Toronto, Samara, GLS, and Architecture in Formation are Archinect Jobs' latest featured employers"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/e6/e661d7169f3f6952c74b389fdd9c9ea3.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/e6/e661d7169f3f6952c74b389fdd9c9ea3.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/e6/e661d7169f3f6952c74b389fdd9c9ea3.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/e6/e661d7169f3f6952c74b389fdd9c9ea3.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Dattner Architects, University of Toronto, Samara, GLS, and Architecture in Formation are Archinect Jobs' latest featured employers" alt="Dattner Architects, University of Toronto, Samara, GLS, and Architecture in Formation are Archinect Jobs' latest featured employers" width="164" height="103" /> <p>Dattner Architects, University of Toronto...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/firms/project/7671726/tianjin-4a-sports-park/150457205" title="Tianjin 4A Sports Park"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Projects</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/74/7415c7cb9a1db278f4c528ba9a2d515f.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/74/7415c7cb9a1db278f4c528ba9a2d515f.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/74/7415c7cb9a1db278f4c528ba9a2d515f.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/74/7415c7cb9a1db278f4c528ba9a2d515f.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Tianjin 4A Sports Park" alt="Tianjin 4A Sports Park" width="164" height="103" /> <p>Tianjin 4A Sports Park</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/firms/project/23900/gravity-s-rainbow/150457230" title="Gravity's Rainbow"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Projects</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/28/28138eb932d9f24bab149c5d27886734.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/28/28138eb932d9f24bab149c5d27886734.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/28/28138eb932d9f24bab149c5d27886734.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/28/28138eb932d9f24bab149c5d27886734.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Gravity's Rainbow" alt="Gravity's Rainbow" width="164" height="103" /> <p>Gravity's Rainbow</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/firms/project/53411233/echo-rancho-mirage/150457237" title="Echo Rancho Mirage"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Projects</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/db/db46a2499367ff6d38f04aca2c988b99.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/db/db46a2499367ff6d38f04aca2c988b99.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/db/db46a2499367ff6d38f04aca2c988b99.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/db/db46a2499367ff6d38f04aca2c988b99.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Echo Rancho Mirage" alt="Echo Rancho Mirage" width="164" height="103" /> <p>Echo Rancho Mirage</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/firms/project/150337877/institute-of-international-education-hanyang-university/150457196" title="Institute of International Education Hanyang University"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Projects</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/ca/cab8f62b74511f4d0b109652383140b1.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/ca/cab8f62b74511f4d0b109652383140b1.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/ca/cab8f62b74511f4d0b109652383140b1.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/ca/cab8f62b74511f4d0b109652383140b1.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Institute of International Education Hanyang University" alt="Institute of International Education Hanyang University" width="164" height="103" /> <p>Institute of International Education...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="/news/bustler/10213/museum-of-emotions-competition-winners-respond-to-text-free-brief-with-inspiring-results" title="Museum of Emotions competition winners respond to text-free brief with inspiring results"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/lv/lv3gj3dbgjp97kte.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/lv/lv3gj3dbgjp97kte.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/lv/lv3gj3dbgjp97kte.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/lv/lv3gj3dbgjp97kte.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Museum of Emotions competition winners respond to text-free brief with inspiring results" alt="Museum of Emotions competition winners respond to text-free brief with inspiring results" width="164" height="103" /> <p>Museum of Emotions competition winners...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/jobs/entry/150449896/intermediate-architect" title="Intermediate Architect"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Jobs</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/43/43054ebb423b691af0e886592c958243.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103 1x,https://archinect.gumlet.io/uploads/43/43054ebb423b691af0e886592c958243.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/43/43054ebb423b691af0e886592c958243.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/43/43054ebb423b691af0e886592c958243.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103" border="0" title="Intermediate Architect" alt="Intermediate Architect" width="164" height="103" /> <p>Intermediate Architect</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457228/martha-schwartz-on-the-challenges-of-designing-urban-green-space-in-a-changing-climate" title="Martha Schwartz on the challenges of designing urban green space in a changing climate"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/9f/9f9a7772be1f77a8954cf215d93dd782.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/9f/9f9a7772be1f77a8954cf215d93dd782.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/9f/9f9a7772be1f77a8954cf215d93dd782.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/9f/9f9a7772be1f77a8954cf215d93dd782.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Martha Schwartz on the challenges of designing urban green space in a changing climate" alt="Martha Schwartz on the challenges of designing urban green space in a changing climate" width="164" height="103" /> <p>Martha Schwartz on the challenges of...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457213/hok-reveals-further-details-for-flying-car-racing-vertiport" title="HOK reveals further details for flying car racing vertiport"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/82/8287223f9cb7901b54ecf2bfc7a2a888.jpeg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/82/8287223f9cb7901b54ecf2bfc7a2a888.jpeg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/82/8287223f9cb7901b54ecf2bfc7a2a888.jpeg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/82/8287223f9cb7901b54ecf2bfc7a2a888.jpeg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="HOK reveals further details for flying car racing vertiport" alt="HOK reveals further details for flying car racing vertiport" width="164" height="103" /> <p>HOK reveals further details for flying car...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/jobs/entry/150446559/project-architect" title="Project Architect"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Jobs</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/96/96fcc5fb92764902df59e2d3e373c5ae.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103 1x,https://archinect.gumlet.io/uploads/96/96fcc5fb92764902df59e2d3e373c5ae.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/96/96fcc5fb92764902df59e2d3e373c5ae.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/96/96fcc5fb92764902df59e2d3e373c5ae.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103" border="0" title="Project Architect" alt="Project Architect" width="164" height="103" /> <p>Project Architect</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>2 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/jobs/entry/150454726/architect-designer" title="Architect/Designer"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Jobs</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/8b/8b8ae042941d42c4d7488e762707e321.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103 1x,https://archinect.gumlet.io/uploads/8b/8b8ae042941d42c4d7488e762707e321.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/8b/8b8ae042941d42c4d7488e762707e321.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/8b/8b8ae042941d42c4d7488e762707e321.png?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103" border="0" title="Architect/Designer" alt="Architect/Designer" width="164" height="103" /> <p>Architect/Designer</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>3 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457178/oklahoma-city-group-claims-legends-tower-proposal-poses-risk-to-aviation" title="Oklahoma City group claims Legends Tower proposal poses risk to aviation"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/36/36a7f90a51bfc59c11ddb755d6ca41be.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/36/36a7f90a51bfc59c11ddb755d6ca41be.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/36/36a7f90a51bfc59c11ddb755d6ca41be.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/36/36a7f90a51bfc59c11ddb755d6ca41be.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Oklahoma City group claims Legends Tower proposal poses risk to aviation" alt="Oklahoma City group claims Legends Tower proposal poses risk to aviation" width="164" height="103" /> <p>Oklahoma City group claims Legends Tower...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>3 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457175/zaha-hadid-architects-first-all-wood-soccer-stadium-plan-gets-approved-in-the-uk" title="Zaha Hadid Architects' first all-wood soccer stadium plan gets approved in the UK"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/17/178ed5702925e86165e261f806de1ffb.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/17/178ed5702925e86165e261f806de1ffb.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/17/178ed5702925e86165e261f806de1ffb.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/17/178ed5702925e86165e261f806de1ffb.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Zaha Hadid Architects' first all-wood soccer stadium plan gets approved in the UK" alt="Zaha Hadid Architects' first all-wood soccer stadium plan gets approved in the UK" width="164" height="103" /> <p>Zaha Hadid Architects' first all-wood...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>3 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457159/notre-dame-s-restoration-architect-on-the-five-year-path-to-reopening" title="Notre Dame's restoration architect on the five-year path to reopening"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/77/77883f0423c5ab30876fff361ed1ad0b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/77/77883f0423c5ab30876fff361ed1ad0b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/77/77883f0423c5ab30876fff361ed1ad0b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/77/77883f0423c5ab30876fff361ed1ad0b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Notre Dame's restoration architect on the five-year path to reopening" alt="Notre Dame's restoration architect on the five-year path to reopening" width="164" height="103" /> <p>Notre Dame's restoration architect on the...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>3 days</span> <span class="TagIcon Comment"><i class="fal fa-comment" aria-hidden="true"></i>7</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/firms/project/77818/pumphouse/150457164" title="Pumphouse"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Projects</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/5b/5b35d2ac9c0e1d4f41febb659ba255c1.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/5b/5b35d2ac9c0e1d4f41febb659ba255c1.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/5b/5b35d2ac9c0e1d4f41febb659ba255c1.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/5b/5b35d2ac9c0e1d4f41febb659ba255c1.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Pumphouse" alt="Pumphouse" width="164" height="103" /> <p>Pumphouse</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>3 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/jobs/entry/150457143/senior-architectural-designer" title="Senior Architectural Designer "> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Jobs</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/b0/b0ce37e94f488710881410fd3d430b86.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103 1x,https://archinect.gumlet.io/uploads/b0/b0ce37e94f488710881410fd3d430b86.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/b0/b0ce37e94f488710881410fd3d430b86.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/b0/b0ce37e94f488710881410fd3d430b86.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103" border="0" title="Senior Architectural Designer " alt="Senior Architectural Designer " width="164" height="103" /> <p>Senior Architectural Designer </p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>3 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457128/plans-for-restorative-new-lots-library-are-unveiled-in-brooklyn" title="Plans for restorative New Lots Library are unveiled in Brooklyn"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/e8/e8f3d3aa12f1de33c2c5e206a7d2cc4c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/e8/e8f3d3aa12f1de33c2c5e206a7d2cc4c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/e8/e8f3d3aa12f1de33c2c5e206a7d2cc4c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/e8/e8f3d3aa12f1de33c2c5e206a7d2cc4c.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Plans for restorative New Lots Library are unveiled in Brooklyn" alt="Plans for restorative New Lots Library are unveiled in Brooklyn" width="164" height="103" /> <p>Plans for restorative New Lots Library are...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>3 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457116/multifamily-housing-starts-plunge-to-2013-levels-largest-gap-since-1974" title="Multifamily housing starts plunge to 2013 levels, largest gap since 1974"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/e8/e84f3f81e7638b83eab2bf2e305d0e84.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/e8/e84f3f81e7638b83eab2bf2e305d0e84.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/e8/e84f3f81e7638b83eab2bf2e305d0e84.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/e8/e84f3f81e7638b83eab2bf2e305d0e84.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Multifamily housing starts plunge to 2013 levels, largest gap since 1974" alt="Multifamily housing starts plunge to 2013 levels, largest gap since 1974" width="164" height="103" /> <p>Multifamily housing starts plunge to...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>3 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457108/big-shares-images-of-science-center-progress-at-claremont-mckenna-college" title="BIG shares images of science center progress at Claremont McKenna College"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/37/378873d6e5516665efdbf5578e997f3b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/37/378873d6e5516665efdbf5578e997f3b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/37/378873d6e5516665efdbf5578e997f3b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/37/378873d6e5516665efdbf5578e997f3b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="BIG shares images of science center progress at Claremont McKenna College" alt="BIG shares images of science center progress at Claremont McKenna College" width="164" height="103" /> <p>BIG shares images of science center...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>3 days</span> <span class="TagIcon Comment"><i class="fal fa-comment" aria-hidden="true"></i>2</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150457063/five-new-york-projects-by-workac-your-next-employer" title="Five New York projects by WORKac: Your Next Employer?"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/0d/0d2bd3972cba4b29c118912db0d39d49.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/0d/0d2bd3972cba4b29c118912db0d39d49.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/0d/0d2bd3972cba4b29c118912db0d39d49.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/0d/0d2bd3972cba4b29c118912db0d39d49.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Five New York projects by WORKac: Your Next Employer?" alt="Five New York projects by WORKac: Your Next Employer?" width="164" height="103" /> <p>Five New York projects by WORKac: Your Next...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>3 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150456925/watch-the-grand-ring-at-expo-2025-osaka-light-up-for-the-first-time" title="Watch the Grand Ring at Expo 2025 Osaka light up for the first time"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/d9/d937309fc472b6eb813df4d27fef871e.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/d9/d937309fc472b6eb813df4d27fef871e.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/d9/d937309fc472b6eb813df4d27fef871e.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/d9/d937309fc472b6eb813df4d27fef871e.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Watch the Grand Ring at Expo 2025 Osaka light up for the first time" alt="Watch the Grand Ring at Expo 2025 Osaka light up for the first time" width="164" height="103" /> <p>Watch the Grand Ring at Expo 2025 Osaka...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>4 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150456923/10-new-architectural-landscapes-outdoor-spaces-that-stood-out-this-week" title="10 new architectural landscapes &amp; outdoor spaces that stood out this week"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/7d/7df5bd416e996d1f5cc5fb604b055b2b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/7d/7df5bd416e996d1f5cc5fb604b055b2b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/7d/7df5bd416e996d1f5cc5fb604b055b2b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/7d/7df5bd416e996d1f5cc5fb604b055b2b.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="10 new architectural landscapes &amp; outdoor spaces that stood out this week" alt="10 new architectural landscapes &amp; outdoor spaces that stood out this week" width="164" height="103" /> <p>10 new architectural landscapes & outdoor...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>5 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/forum/thread/150456898/mass-timber-experiences" title="Mass Timber Experiences "> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="YellowText">Forum</div> <div class="YellowCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/5e/5e8c2eb814355ebea1930c8f76c431eb.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/5e/5e8c2eb814355ebea1930c8f76c431eb.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/5e/5e8c2eb814355ebea1930c8f76c431eb.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/5e/5e8c2eb814355ebea1930c8f76c431eb.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Mass Timber Experiences " alt="Mass Timber Experiences " width="164" height="103" /> <p>Mass Timber Experiences </p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>6 days</span> <span class="TagIcon Comment"><i class="fal fa-comment" aria-hidden="true"></i>51</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/firms/project/150361025/node-of-life/150456742" title="Node of Life"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Projects</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/d2/d22297ee0efd928c5776b6186fd3b59a.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/d2/d22297ee0efd928c5776b6186fd3b59a.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/d2/d22297ee0efd928c5776b6186fd3b59a.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/d2/d22297ee0efd928c5776b6186fd3b59a.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Node of Life" alt="Node of Life" width="164" height="103" /> <p>Node of Life</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>5 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/jobs/entry/150456928/senior-architectural-designer-project-manager" title="Senior Architectural Designer / Project Manager"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Jobs</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/04/0453c80c37fee6523853f985c08f4c9e.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103 1x,https://archinect.gumlet.io/uploads/04/0453c80c37fee6523853f985c08f4c9e.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/04/0453c80c37fee6523853f985c08f4c9e.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/04/0453c80c37fee6523853f985c08f4c9e.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103" border="0" title="Senior Architectural Designer / Project Manager" alt="Senior Architectural Designer / Project Manager" width="164" height="103" /> <p>Senior Architectural Designer / Project...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>6 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/jobs/entry/150456922/project-leader-min-6-yrs-post-profession-degree" title="Project Leader - Min. 6 yrs post profession degree"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="BlueText">Jobs</div> <div class="BlueCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/46/46ed7810c0cfc7c8c1decae2f0ade419.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103 1x,https://archinect.gumlet.io/uploads/46/46ed7810c0cfc7c8c1decae2f0ade419.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/46/46ed7810c0cfc7c8c1decae2f0ade419.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/46/46ed7810c0cfc7c8c1decae2f0ade419.jpg?fit=fill&bg=FFFFFF&opacity=100&auto=compress%2Cformat&w=164&h=103" border="0" title="Project Leader - Min. 6 yrs post profession degree" alt="Project Leader - Min. 6 yrs post profession degree" width="164" height="103" /> <p>Project Leader - Min. 6 yrs post profession...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>6 days</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150456919/former-acting-architect-of-the-capitol-sues-for-employment-discrimination" title="Former acting Architect of the Capitol sues for employment discrimination "> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/26/2691f92b13c7e47754af5b668d29c5f2.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/26/2691f92b13c7e47754af5b668d29c5f2.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/26/2691f92b13c7e47754af5b668d29c5f2.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/26/2691f92b13c7e47754af5b668d29c5f2.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Former acting Architect of the Capitol sues for employment discrimination " alt="Former acting Architect of the Capitol sues for employment discrimination " width="164" height="103" /> <p>Former acting Architect of the Capitol sues...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>6 days</span> <span class="TagIcon Comment"><i class="fal fa-comment" aria-hidden="true"></i>1</span> </a> <a class="Entry col1 ThumbB" href="https://archinect.com/news/article/150456916/las-rocas-blends-modular-homes-with-valle-de-bravo-s-rocky-terrain" title="Las Rocas blends modular homes with Valle de Bravo’s rocky terrain"> <div class="Line">&nbsp;</div> <div class="Ribbon"> <div class="OrangeText">News</div> <div class="OrangeCorner">&nbsp;</div> </div> <img srcset="https://archinect.gumlet.io/uploads/8a/8aa3bffeba43339640103ac917fe6875.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103 1x,https://archinect.gumlet.io/uploads/8a/8aa3bffeba43339640103ac917fe6875.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=2 2x, https://archinect.gumlet.io/uploads/8a/8aa3bffeba43339640103ac917fe6875.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103&dpr=3 3x" src="https://archinect.gumlet.io/uploads/8a/8aa3bffeba43339640103ac917fe6875.jpg?fit=crop&auto=compress%2Cformat&enlarge=true&crop=faces&w=164&h=103" border="0" title="Las Rocas blends modular homes with Valle de Bravo’s rocky terrain" alt="Las Rocas blends modular homes with Valle de Bravo’s rocky terrain" width="164" height="103" /> <p>Las Rocas blends modular homes with Valle...</p> <span class="TagIcon Date"><i class="fal fa-clock" aria-hidden="true"></i>6 days</span> </a> </div><!--/#MasonryHomepage--> <br clear="all" /> <div class="loader-container" style="display: none;"><img src="/images/nav/loader.gif" /></div> </div><!--/.ColB--> <!-- Begin photoswipe code --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <!-- End photoswipe code --> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-162408-1', 'auto'); ga('send', 'pageview', ''); </script> <!-- Start Alexa Certify Javascript --> <script type="text/javascript"> _atrk_opts = { atrk_acct:"A32Ik1ao6C52N8", domain:"archinect.com",dynamic: true}; (function() { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://d31qbv1cthcecs.cloudfront.net/atrk.js"; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(as, s); })(); </script> <noscript><img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=A32Ik1ao6C52N8" style="display:none" height="1" width="1" alt="" /></noscript> <!-- End Alexa Certify Javascript --> <script> (function (w,i,d,g,e,t,s) {w[d] = w[d]||[];t= i.createElement(g); t.async=1;t.src=e;s=i.getElementsByTagName(g)[0];s.parentNode.insertBefore(t, s); })(window, document, '_gscq','script','//widgets.getsitecontrol.com/41282/script.js'); </script> <div class="mobile-nav-background" id="mobile_nav_background" style="display:none"></div> <script async src="https://eomail4.com/form/bf9d9cf0-e526-11ee-88da-0360595b4992.js" data-form="bf9d9cf0-e526-11ee-88da-0360595b4992"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10