Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 29909 байт. Загружен за: 2сек.
Проверяемая страница не запрещена в robots.txt.
Показать содержимое robots.txt
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="ACADIA | 2020 Conference">
<meta property="og:image" content="http://ce5d2e2c4b4fc8324de9-d9aeecefdd2d0b72fbed932f80586abd.r85.cf2.rackcdn.com/artists/9836ece64d9994a35e570c59e9afb4241529904992367.jpeg"/>
<link href="https://fonts.googleapis.com/css?family=Chivo" rel="stylesheet">
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>ACADIA | 2020 Conference | Home</title>
<link rel="icon" href="myfavacadia.ico">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="stylesheets/site.css" media="screen" rel="stylesheet" type="text/css" />
<script src="javascripts/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="javascripts/site.js" type="text/javascript"></script>
<script>
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29739816-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<script type="text/javascript">
var collapseDivs, collapseLinks;
function createDocumentStructure(tagName) {
if (document.getElementsByTagName) {
var elements = document.getElementsByTagName(tagName);
collapseDivs = new Array(elements.length);
collapseLinks = new Array(elements.length);
for (var i = 0; i < elements.length; i++) {
var element = elements[i];
var siblingContainer;
if (document.createElement &&
(siblingContainer = document.createElement('div')) &&
siblingContainer.style) {
var nextSibling = element.nextSibling;
element.parentNode.insertBefore(siblingContainer, nextSibling);
var nextElement = elements[i + 1];
while (nextSibling != nextElement && nextSibling != null) {
var toMove = nextSibling;
nextSibling = nextSibling.nextSibling;
siblingContainer.appendChild(toMove);
}
siblingContainer.style.display = 'none';
collapseDivs[i] = siblingContainer;
createCollapseLink(element, siblingContainer, i);
} else {
// no dynamic creation of elements possible
return;
}
}
createCollapseExpandAll(elements[0]);
}
}
function createCollapseLink(element, siblingContainer, index) {
var span;
if (document.createElement && (span = document.createElement('span'))) {
span.appendChild(document.createTextNode(String.fromCharCode(160)));
var link = document.createElement('a');
link.collapseDiv = siblingContainer;
link.href = '#';
link.appendChild(document.createTextNode('expand'));
link.onclick = collapseExpandLink;
collapseLinks[index] = link;
span.appendChild(link);
element.appendChild(span);
}
}
function collapseExpandLink(evt) {
if (this.collapseDiv.style.display == '') {
this.parentNode.parentNode.nextSibling.style.display = 'none';
this.firstChild.nodeValue = 'expand';
} else {
this.parentNode.parentNode.nextSibling.style.display = '';
this.firstChild.nodeValue = 'collapse';
}
if (evt && evt.preventDefault) {
evt.preventDefault();
}
return false;
}
</script>
<script type="text/javascript">
window.onload = function(evt) {
createDocumentStructure('h4');
}
</script>
</head>
<!-- everything above is standard -->
<body class="index">
<!-- Navigation -->
<!--nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"-->
<nav class="navbar navbar-dark bg-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="http://acadia.org" style="background: bd8aac;">acadia</a>
<!--a class="navbar-brand" href="index.html" id="wrap2018">2020 Conference</a-->
<a class="navbar-brand" href="https://proximities.acadia.org/" target="_blank" id="wrap2018">2020 Conference</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="keynotes.html">Keynotes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="awards.html">Award Speakers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sessionchairs.html">Session Chairs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="workshops.html">Workshops</a>
</li>
<li class="nav-item">
<a class="nav-link" href="bookshelf.html">Bookshelf</a>
</li>
<li class="nav-item">
<a class="nav-link" href="grants.html">Grants</a>
</li>
<li class="nav-item">
<a class="nav-link" href="call.html">Calls</a>
</li>
<li class="nav-item">
<a class="nav-link" href="submit.html">Submit</a>
</li>
<!--li class="nav-item">
<a class="nav-link" href="workshops-call.html">Call for Workshops</a>
</li-->
<li class="nav-item">
<a class="nav-link" href="authors.html">Author Instructions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="schedule.html">Schedule</a>
</li>
<!--li class="nav-item">
<a class="nav-link">Exhibition</a>
</li-->
<li class="nav-item">
<a class="nav-link" href="register.html">Register</a>
</li>
<li class="nav-item">
<a class="nav-link" href="continuinged.html">Continuing Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sponsors.html">Sponsors</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="content_pad">
<div class="white_box" id="content">
<!-- <div id='add_this_container'>
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f592b5845469faf"></script>
</div> -->
<div class="span-25 prepend-1 append-1" id="wrap-respbanner">
<img src="images/ACADIA2020.jpg" alt="ACADIA 2020" width="100%" overflow="hidden">
<center><h2 id="wrap-left"> ACADIA 2020 | DISTRIBUTED PROXIMITIES | October 24-30, 2020 | Online + Global</h2>
</center>
</div>
<!-- above here is standardized -->
<body>
<div class="span-25 prepend-1 append-1">
<br>
<p><span id="link-size">ACADIA 2020 Proceedings</span><br>
The proceedings for the ACADIA 2020 Conference can be purchased on Amazon using these links:<br>
<a href="https://www.amazon.com/ACADIA-2020-Distributed-Proximities-Conversations/dp/0578952130/" target="_blank"> Volume I: Technical Papers, Keynote Conversations</a><br>
<a href="https://www.amazon.com/ACADIA-2020-Distributed-Proximities-Architecture/dp/057895253X" target="_blank"> Volume II: Projects, Field Notes, Videos, Awards, Workshops </a><br><br>
The proceedings for the ACADIA 2020 Conference can be downloaded as PDF files using these links:<br>
<a href="https://drive.google.com/file/d/1G80fRDWei0xtrZjCBmevyYqGLDSwjtCj/view?usp=sharing" target="_blank"> PDF - Volume I: Technical Papers, Keynote Conversations</a><br>
<a href="https://drive.google.com/file/d/1QF0ME5a42vzZp37EZp6UXtdRxhWsHi2Y/view?usp=sharing" target="_blank"> PDF - Volume II: Projects, Field Notes, Videos, Awards, Workshops </a></p>
<p><a id="link-size" href="http://proximities.acadia.org/" target="_blank">Click Here to Access the ACADIA 2020 Conference Platform</a><br>The Distributed Proximities conference platform is an interactive, spatial visualization of the research presented and discussed at this year’s conference. It uses machine learning algorithms to analyze the conference content, identify key terms, and cross reference these terms with over 13,000 entries in the CumInCAD repository of research presented at ACADIA and its sibling organizations CAADRIA, eCAADe, SIGraDi, ASCAAD and CAADFutures over the past 40+ years. It also serves as an exhibition and archive of all research and design work presented at the 2020 ACADIA conference.</p>
<p><a id="link-size" href="https://www.youtube.com/c/ACADIAorg/videos" target="_blank">Link to ACADIA Youtube Channel for Keynote Event Livestreams</a></p>
<p><a href="register.html">REGISTER</a> <a href="keynotes.html">KEYNOTES</a> <a href="awards.html">AWARD SPEAKERS</a> <a href="sessionchairs.html">SESSION CHAIRS</a> <a href="schedule.html">SCHEDULE</a> <a href="bookshelf.html">CONFERENCE BOOKSHELF</a></p>
<p>Abrupt shifts due to the global pandemic have precipitated myriad experiments in remoteness, improvised virtual communities, and rapid retooling to address novel urgencies. These circumstances provide an opportunity to reflect upon practices and priorities, to recognize the interdependent coevolutionary nature of our planet, society, and built environment, and to collectively re-imagine alternate futures.</p>
<p>Acknowledging the volatile disruptions of normal routines, <span style="font-weight:bold">Distributed Proximities</span> aims to explore the complex contours of the moment by privileging operative modalities and their (re)organizational logics. The term “distributed computing” refers to any parallel computation process that partitions a complicated task into discrete quanta. Originally relying upon an operating system architecture with physically separated processing nodes, the system’s connected array structure is the source of its robustness. In the current state of forced semi-autonomy, a remarkable simulacrum has emerged: diverse, ad hoc adaptations—academia fragmented, distributed research, bottom-up fabrication—that demonstrate the resilience and ingenuity of the computational design community in the face of crisis.</p>
<p>With this reality as a point of departure, <span style="font-weight:bold">Distributed Proximities</span> invites contributions of recent and emerging work in computational design innovation and culture. In addition to completed research, this year we encourage the submission of work that is in-process, behind-the-scenes, recently initiated, and in-formation.</p>
<p>ACADIA 2020 will be an entirely virtual event, featuring peer-reviewed, juried, and curated content, published proceedings, as well as live discussions and activities that aim to radically open up the conversation around computational design and its critical dialogues.</p>
<br>
<br>
<b> Contact: 2020@acadia.org</b><br>#acadia2020<br>#distributedproximities
<br>
<br>
<br>
<br>
</div>
</body>
<footer>
<div id="add_this_container">
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f592b5845469faf"></script>
</div>
<img src="images/footer.jpg" alt="" width="80%" />
</footer>
<!-- <div class='span-25 prepend-1 append-1'>
<h2>Keynote Speakers</h2>
<br>
<div class='span-25 prepend-1 append-1' id="wrap-keynotehome">
<table>
<tr id="wrap-gridresp">
<td id="wrap-imgcirculeresp">
<a href="keynotes.html"><img src="images/keynote1.png" width="200" style="overflow:hidden;" style="color: black;">
<p><b style="color: black;">Thom Mayne, Morphosis</b>
</p>
</a>
</td>
<!-- <td>
<p><b style="color: black;">Rafael Lozano-Hemmer</b></p>
<br>
<i>Electronic Artist, Mexico City (<a href="http://www.lozano-hemmer.com" target="_blank">link</a>)</i>
<p align="justify">Rafael Lozano-Hemmer was born in Mexico City in 1967. In 1989 he received a B.Sc. in Physical Chemistry from Concordia University in Montréal, Canada.</p>
<p align="justify">Electronic artist, develops interactive installations that are at the intersection of architecture and performance art. His main interest is in creating platforms for public participation, by perverting technologies such as robotics, computerized
surveillance or telematic networks. Inspired by phantasmagoria, carnival and animatronics, his light and shadow works are "antimonuments for alien agency".</p>
<p align="justify">His large-scale interactive installations have been commissioned for events such as the Millennium Celebrations in Mexico City (1999), the Cultural Capital of Europe in Rotterdam (2001), the UN World Summit of Cities in Lyon (2003), the
opening of the YCAM Center in Japan (2003), the Expansion of the European Union in Dublin (2004), the memorial for the Tlatelolco Student Massacre in Mexico City (2008), the Winter Olympics in Vancouver (2010), and the pre-opening exhibition
of the Guggenheim in Abu Dhabi (2015).</p>
<p align="justify">Recently the subject of solo exhibitions at the San Francisco Museum of Modern Art, the MUAC Museum in Mexico City, and the Museum of Contemporary Art in Sydney, he was the first artist to officially represent Mexico at the Venice Biennale
with a solo exhibition at Palazzo Soranzo Van Axel in 2007. He has also shown at Art Biennials and Triennials in Havana, Istanbul, Kochi, Liverpool, Montréal, Moscow, New Orleans, Seville, Seoul, Shanghai, Singapore and Sydney. Collections
holding his work include the MoMA in New York, Tate in London, AGO in Toronto, CIFO in Miami, Jumex in Mexico City, DAROS in Zurich, Borusan Contemporary in Istanbul, MUAC in Mexico City, 21st Century Museum of Art in Kanazawa, MAG in
Manchester, MUSAC in Leon, MONA in Hobart, ZKM in Karlsruhe, MAC in Montréal and SAM in Singapore, among others.</p>
<p align="justify">He has received two BAFTA British Academy Awards for Interactive Art in London, a Golden Nica at the Prix Ars Electronica in Austria, "Artist of the year" Rave Award from Wired Magazine, a Rockefeller fellowship, the Trophée des Lumières
in Lyon, an International Bauhaus Award in Dessau, the title of Compagnon des Arts et des Lettres du Québec in Quebec, and the Governor General's Award in Canada. He has lectured at Goldsmiths college, the Bartlett school, Princeton, Harvard,
UC Berkeley, Cooper Union, USC, MIT MediaLab, Guggenheim Museum, LA MOCA, Netherlands Architecture Institute, Cornell, UPenn, SCAD, Danish Architecture Cente, CCA in Montreal, ICA in London and the Art Institute of Chicago.</p>
</td>
</tr>
</table>
<!-- <table>
<tr id="wrap-gridresp">
<td id="wrap-imgcirculeresp">
<a href="keynotes.html"><img src="images/keynote2.png" width="200" style="overflow:hidden;" style="color: black;">
<p><b style="color: black;">Dominique Jakob, Jakob + MacFarlane</b>
</p>
</a>
</td>
<!-- <td>
<p><b style="color: black;">Francesca Hughes</b></p>
<br>
<i>Professor and Head of School, UTS Sydney (<a href="https://www.uts.edu.au/about/faculty-design-architecture-and-building" target="_blank">link</a>)</i>
<p align="justify">Francesca Hughes is a writer and educator in architecture who has more than 25 years experience teaching both design and history and theory at the Architectural Association and the Bartlett School of Architecture, U.C.L. She has recently
been appointed professor of Architecture at UTS Sydney where she takes up the position of head of school in October.</p>
<p align="justify">Francesca is author editor of The Architect: Reconstructing her Practice (MIT Press, 1996), Drawings that Count (AA publications, 2013) and most recently, author of The Architecture of Error: Matter, Measure and the Misadventures of Precision
(MIT Press, 2014). She has lectured widely on architecture’s fetishisation of precision and thus complicated relations to computation in the US, Australia and Europe, including at e-flux New York, The Berlage, Princeton, Yale, MIT, Harvard
and the London Science Museum. Francesca is co-founder of the multidisciplinary practice Hughes Meyer Studio, with American artist/ecologist Jonathan Meyer and Hungarian architect/digital artist Gergely Kovàcs, whose work has been extensively
published by AA Files, AD, ANY, AR, A/R/P/A, Artforum, Harvard Design Magazine, e-flux, Merrell, Random House (Monacelli), Routledge, University of Minnesota Press and Wiley and exhibited in the UK and abroad. The studio’s recent collaborations
have included a book with classicist Mary Beard and historian of science David Edgerton, and an Arts Council of Great Britain funded film with Turner Prize nominee Catherine Yass. Francesca’s forthcoming book examines architecture’s role
in the histoire longue durée of computation, tentatively entitled, Architecture’s Computer: a Spatial Prehistory of the Universal Discrete Machine.</p>
</td>
</tr>
</table>
<!-- <table>
<tr id="wrap-gridresp">
<td id="wrap-imgcirculeresp">
<a href="keynotes.html"><img src="images/keynote5.png" width="200" style="overflow:hidden;" style="color: black;">
<p><b style="color: black;">Harlen Miller, UN Studio</b></p>
</a>
</td>
<!-- <td>
<p><b style="color: black;">Philippe Block</b></p>
<br>
<i>Professor, Institute of Technology in Architecture at ETH Zurich (<a href="http://www.block.arch.ethz.ch/brg/people/philippe-block" target="_blank">link</a>)</i>
<p align="justify">Philippe Block is Professor at the Institute of Technology in Architecture at ETH Zurich, where he directs the Block Research Group (BRG) together with Tom Van Mele. The BRG focuses on equilibrium analysis, computational form finding,
optimisation and fabrication of curved surface structures, specialising in unreinforced masonry vaults and thin concrete shells. Prof. Block is also the director of the Swiss National Centre of Competence in Research (NCCR) Digital Fabrication.
Within the NCCR, the BRG develops innovative structural design strategies using bespoke prefabrication, pushing construction innovation.</p>
<p align="justify">Block studied architecture and structural engineering at the VUB in Belgium, and at MIT in the USA, where he earned his PhD in 2009. With the BRG and as partner of Ochsendorf DeJong & Block (ODB Engineering), he applies his research into
practice on the structural assessment of historic monuments and the design and engineering of novel shell structures. He has won numerous awards for his research and work, including most recently the Berlin Arts Prize 2018 for Architecture.
Block has lectured at top universities and leading engineering and architecture offices worldwide and is regularly invited as an expert consultant.</p>
</td> -->
<!--/tr>
</table>
<table>
<tr id="wrap-gridresp">
<td id="wrap-imgcirculeresp">
<a href="keynotes.html"><img src="images/keynote4.png" width="200" style="overflow:hidden;" style="color: black;">
<p><b style="color: black;">Keynotes will be announced soon!</b></p>
</a>
</td-->
<!-- <td>
<p><b style="color: black;">Diego Ricalde</b></p>
<br>
<i>Professor, Universidad Iberoamericana CDMX (<a href="http://www.mmx.com.mx" target="_blank">link</a>)</i>
<p align="justify">Professor, Universidad Iberoamericana CDMX, principal at Estudio MMX. Diego Ricalde holds an Architecture BA from UNAM and an Architecture and Urbanism MArch from the Architectural Association. Diego is, currently, Professor at Universidad
Iberoamericana, where he leads “Cátedra Blanca”; a diploma design studio focused on studying territorial and landscape dynamics and exploring the complexities of Mexico City’s basin through the incorporation of diverse digital tools and
logics. Ricalde has lectured and taught in diverse universities, in Mexico and abroad, concentrating in digital logics and their relation to Mexico’s urban fabrics, architecture and fabrication processes. Along with three partners, he
leads Estudio MMX; a practice based in Mexico City, interested in generating strategic design for a wide range of scales. Awards of Estudio MMX include the AIA Architectural League Prize and The National and International Cemex Award;
the studio work has been exhibited at the Storefront, MoMa, Mude in Lisbon and Palacio de Bellas Artes.</p>
</td>
</tr>
</table>
</div>
</div>
<!-- inicia segund bloque en 2 columnas -->
<!-- <div class='span-25 prepend-1 append-1'>
<h2>ACADIA Awards of Excellence</h2>
<p>Inaugurated in 1998, the ACADIA Awards of Excellence represent recognition, by colleagues worldwide, of consistent contributions and impact on the field of architectural computing. Through 2005, awards were given in three categories: Teaching, Service,
and Research. In 2006 an award was added in Emerging Digital Practice and the prior three were renamed as Teaching Excellence, Innovative Research, and Society. In 2007, an additional award for an innovative academic program was added to recognize
individual or collective efforts in the establishment of an innovative academic program that contributes to the education of students in the field of digital design. At most one award is presented each year in each category, to an individual or academic
program that, in the eyes of the review committee, exhibits "evidence of exceptional and innovative achievement."</p>
<h2>ACADIA Award Categories</h2>
<p><strong>ACADIA Digital Practice Award of Excellence</strong></p>
<p>This award recognizes creative design work that advances the discipline of architecture through development and use of digital media.</p>
<p><strong>ACADIA Innovative Research Award of Excellence</strong></p>
<p>This award recognizes innovative research that contributes to the field of digital design in architecture. The award distinguishes research with the potential to transform contemporary architecture.</p>
<p><strong>ACADIA Innovative Academic Program Award of Excellence</strong></p>
<p>This award recognizes an innovative academic program that contributes to the education of students in the field of digital design. The award distinguishes one or more individuals responsible for the establishment, success, growth, or management of the
academic program.</p>
<p><strong>ACADIA Teaching Award of Excellence</strong></p>
<p>This award recognizes innovative teaching in the field of digital design in architecture. Teaching approaches that can be adopted by other educators are recognized in particular. </p>
<p><strong>ACADIA Society Award for Leadership</strong></p>
<p>This award recognizes extraordinary contributions and service to the ACADIA community.</p>
</div> -->
<!--2 columna -->
<!--<div class='span-25 prepend-1 append-1'>
<h2>ACADIA Award Winners</h2>
<div class='span-25 prepend-1 append-1' id="wrap-keynotehome">
<div id="wrap-divwinners2">
<a href="awards.html"><img id="wrap-imgrespfull" src="images/award1.png" alt="Thom Mayne" />
<p><strong>ACADIA 2019 Lifetime <br />Achievement<br /> Award</strong></p>
<br>Thom Mayne<br /> Founding Principal <br />Morphosis
</p>
</a>
</div>
<br><br><br><br><br>
<div id="wrap-divwinners2">
<a href="awards.html"><img id="wrap-imgrespfull" src="images/award2.png" alt="Dana Cupkova" />
<p><strong>ACADIA Teaching <br />Award of <br />Excellence</strong></p>
<br>Dana Cupkova<br />Associate Professor, Carnegie Mellon University <br /> and a Design Director of EPIPHYTE Lab
</p>
</a>
</div>
<br><br><br><br><br>
<div id="wrap-divwinners">
<a href="awards.html"><img id="wrap-imgrespfull" src="images/award3.png" alt="Roland Snooks" />
<p><strong>ACADIA Digital <br />Practice Award <br />of Excellence</strong></p>
<br>Roland Snooks<br />Associate Professor, RMIT University<br />
Director of Studio Roland Snooks
</p>
</a>
</div>
<br><br><br><br><br>
<div id="wrap-divwinners">
<a href="awards.html"><img id="wrap-imgrespfull" src="images/award6.png" alt="Catie Newell" />
<p><strong>ACADIA<br/>Innovative Academic <br />Program Award <br />of Excellence</strong></p>
<br>Master of Science in Digital and Material Technologies, University of Michigan <br />
Director, Catie Newell<br />
</p>
</a>
</div>
<br><br><br><br><br>
<div id="wrap-divwinners">
<a href="awards.html"><img id="wrap-imgrespfull" src="images/award5.png" alt="Jose Sanchez" />
<p><strong>ACADIA <br />Innovative Research <br />Award of <br />Excellence</strong></p>
<br>Jose Sanchez<br/>Assistant Professor, University of Southern California<br/>
Director of the Plethora Project
</p>
</a>
</div>
<br><br><br><br><br>
<div id="wrap-divwinners">
<a href="awards.html"><img id="wrap-imgrespfull" src="images/award4.png" alt="Chris Yessios" />
<p><strong>ACADIA Society Award <br>for Leadership</strong></p>
<br>Chris Yessios<br/>Professor Emeritus, The Ohio State University<br/>
Founder and former President of AutoDesSys, Inc.
</p>
</a>
</div>
<br>
</div>
</div> -->
<!-- <footer>
<div id='add_this_container'>
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f592b5845469faf"></script>
</div>
<img src="images/footer.jpg" alt="" width="80%" />
</footer> -->
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>
<!-- above here is standardized -->