source: trunk/cic-hcap/macros/extra.dm@ 13199

Last change on this file since 13199 was 13199, checked in by mdewsnip, 18 years ago

Updated the About menu as requested by Barbara.

  • Property svn:keywords set to Author Date Id Revision
File size: 101.3 KB
RevLine 
[11852]1# ------------------------------------------------------------------------------------------
2# GLOBAL
3# ------------------------------------------------------------------------------------------
4
5package Global
6
7# Remove the Greenstone bar down the left-hand side
8_httpiconchalk_ {}
9
10# Don't display any of the Greenstone horizontal bars
11_iconblankbar_ {}
12
13# Wider than usual pages
[12904]14_pagewidth_ {100%}
[11852]15
16# Turn off highlighting within text
17_starthighlight_ {}
18_endhighlight_ {}
19
[12940]20# Convenience macro for a HTML 4 compliant blank line
21_cicblankline_ {<div>&nbsp;</div>}
22
[11852]23# Custom navigation bar
24_cicnavigationbar_ {
[13146]25<div class="cicprinthide">
26 <ul id="topnav">
27 <li>_cicaboutmenu_</li>
28 <li>_cicbrowsemenu_</li>
29 <li>_cicsearchmenu_</li>
30 <li id="btn_quick">_query:cicsimplequeryform_</li>
31 </ul>
32</div>
[11852]33}
34
[13136]35_cicaboutmenu_ {<a id="btn_about" href="_gwcgi_?a=p&amp;p=home" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, aboutmenu, '233px')" onMouseout="delayhidemenu()">About</a>}
[11852]36
[12852]37_cicbrowsemenu_ {<a id="btn_browse" href="_gwcgi_?a=p&amp;p=institutions" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, browsemenu, '233px')" onMouseout="delayhidemenu()">Browse</a>}
[11852]38
[12852]39_cicsearchmenu_ {<a id="btn_search" href="_gwcgi_?a=q" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, searchmenu, '233px')" onMouseout="delayhidemenu()">Search</a>}
[11852]40
41
42
43# ------------------------------------------------------------------------------------------
44# STYLE
45# ------------------------------------------------------------------------------------------
46
47package Style
48
[12853]49# Pages have a common style: page banner, then navigation bar, then page content
[11852]50_content_ {
[12907]51_pagebanner_
[11852]52
[12907]53_cicnavigationbar_
[12853]54
[12907]55_cicpagecontent_
[11852]56}
57
[12924]58_header_ {_cicheader_}
[11852]59
60_cicheader_ {
61_cgihead_
[12853]62_htmlhead_(_1_)_startspacer_
[11852]63}
64
65_cicmenujavascript_ {
[12851]66<script type="text/javascript">
[11852]67 var menuwidth = '165px' // default menu width
68 var menubgcolor = 'lightyellow' // menu bgcolor
69 var disappeardelay = 250 // menu disappear speed onMouseout (in milliseconds)
70 var hidemenu_onclick = "yes" // hide menu when user clicks within menu?
71
72 // Contents of the "about" menu
73 var aboutmenu = new Array()
[13199]74 aboutmenu[0] = '<a href="_gwcgi_?a=p&p=background">Project background<\\/a>'
75 aboutmenu[1] = '<a href="_gwcgi_?a=p&p=copyright">Copyright information<\\/a>'
76 aboutmenu[2] = '<a href="_gwcgi_?a=p&p=documents">Application documents<\\/a>'
77 aboutmenu[3] = '<a href="_gwcgi_?a=p&p=releases">News coverage<\\/a>'
78 aboutmenu[4] = '<a href="_gwcgi_?a=p&p=glossary">Glossary<\\/a>'
79 aboutmenu[5] = '<a href="_gwcgi_?a=p&p=links">Links for further research<\\/a>'
[11852]80
81 // Contents of the "browse" menu
82 var browsemenu = new Array()
[12850]83 browsemenu[0] = '<a href="_gwcgi_?a=p&p=institutions">Institutions by name<\\/a>'
84 browsemenu[1] = '<a href="_gwcgi_?a=p&p=states">Institutions by state<\\/a>'
85 browsemenu[2] = '<a href="_gwcgi_?a=p&p=types">Places by type<\\/a>'
86 browsemenu[3] = '<a href="_gwcgi_?a=p&p=designers">Places by designer<\\/a>'
87 browsemenu[4] = '<a href="_gwcgi_?a=p&p=styles">Places by building style<\\/a>'
88 browsemenu[5] = '<a href="_gwcgi_?a=p&p=functions">Places by function<\\/a>'
89 browsemenu[6] = '<a href="_gwcgi_?a=p&p=dates">Places by time period<\\/a>'
[11852]90
91 // Contents of the "search" menu
92 var searchmenu = new Array()
[12850]93 searchmenu[0] = '<a href="_gwcgi_?a=q&qst=1">Institutions by state/region<\\/a>'
94 searchmenu[1] = '<a href="_gwcgi_?a=q&qre=1">Bibliography search<\\/a>'
95 searchmenu[2] = '<a href="_gwcgi_?a=q">Advanced search<\\/a>'
[11852]96
97_anylink:anylinkjavascript_
98
99</script>
100}
101
[12952]102# May be overridden by individual pages
103_cicpagejavascript_ {}
[11852]104
105
[12952]106
[11852]107# htmlhead uses:
108# _1_ - extra parameters for the body tag
109# _pagetitle_
110# _globalscripts_
111_htmlhead_ {
[12851]112<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
[11852]113<html_htmlextra_>
114<head>
115<title>_pagetitle_</title>
116<link rel="stylesheet" href="_httpcollection_/macros/style.css" type="text/css"/>
117_cicmenujavascript_
118_query:cicjavascript_
[12946]119_cicpagejavascript_
[11852]120</head>
121
[12907]122<body bgcolor="\#ffffff" text="\#000000" link="\#006666" alink="\#cc9900" vlink="\#006666" _1_>
[13155]123<div class="ciccontent">
[11852]124}
125
[12907]126_htmlfooter_ {
[13094]127_cicblankline_
128<hr>
129<center>
[13136]130<a href="mailto:[email protected]">Contact us</a> / <a href="_gwcgi_?a=p&amp;p=home">About Site</a> / <a href="http://www.cic.edu">About CIC</a><br />
[13094]131&copy; 2006<br />
132Council of Independent Colleges<br />
133Washington, DC<br />
134All rights reserved<br />
135Last update: November 2006<br />
136</center>
[13104]137</div>
[13094]138
[12907]139</body>
140</html>
141}
142
[11852]143# We use a very simple pagebanner: just the collection icon, no javalinks etc
[13154]144_pagebanner_ {<a href="_gwcgi_?a=p&amp;p=home"><img class="cicmastheadimage" alt="Council of Independent Colleges Historic Campus Architecture Project" src="_httpcollection_/images/masthead.gif"></a>}
[11852]145
146_pagetitle_ {The Council of Independent Colleges: Historic Campus Architecture Project}
147
148# No left margin
[12852]149_startspacer_ {}
150_endspacer_ {}
[11852]151
152
153
154# ------------------------------------------------------------------------------------------
155# HOME
156# ------------------------------------------------------------------------------------------
157
158package home
159
[12946]160_cicpagejavascript_ {
161<script type="text/javascript">
162var photos = new Array();
163photos[1] = "Timothy Alden and Alexander Temple, <i>Bentley Hall<\\/i> (1820), Allegheny College (PA)";
164photos[2] = "James Key Wilson (Walter & Wilson), <i>Old Main (view from the southwest)<\\/i> (1858-71 and later), Bethany College (WV)";
165photos[3] = "Marcel Breuer, <i>Abbey Church and Bell Tower<\\/i> (1958-61), Saint John's University (MN)";
166photos[4] = "John Shaver & Co., <i>Eugene E. Clossen Physical Education Center<\\/i> (1967), Graceland University (IA)";
167photos[5] = "<i>East Hall<\\/i> (1909), Oakwood College, Huntsville (AL)";
168photos[6] = "<i>Ralston Hall (view from the northwest)<\\/i> (late 1860s), Notre Dame de Namur University (CA)";
169photos[7] = "O'Meara and Hills & G.E. Quick, <i>Our Lady Queen of Peace Chapel and College Library<\\/i> (1938), College of St. Scholastica (MN)";
170photos[8] = "Fonthill Castle 1852, orig. constr.; 1872 add'n), College of Mount Saint Vincent (NY)";
171photos[9] = "Gordon Kaufman, Edward Huntsman-Trout, and others, em>Jaqua Quadrangle<\\/i> (1926-73), Scripps College (CA)";
172photos[10] = "T. D. McLaughlin and Oliver Davidson, <i>Musselman Library<\\/i> (1929-30), Bluffton University (OH)";
173photos[11] = "John CarrÚre & Thomas Hastings,<i>Hotel Ponce de Leon and Residence Hall<\\/i> (1885-88), Flagler College (FL)";
174photos[12] = "";
175photos[13] = "Peabody & Stearns, <i>Rosary Hall<\\/i> (1905), Albertus Magnus College (CT)";
176photos[14] = "<i>John Umble Center or the Performing Arts<\\/i> (1976-79), Goshen College (IN)";
177photos[15] = "<i>Old Main (Hauptgebaude)<\\/i> Elmhurst College (IL)";
178photos[16] = "Tallman & Tallman, <i>Dillingham Center<\\/i> (1969), Ithaca College (NY)";
179photos[17] = "Philip Johnson, <i>Chapel of St. Basil<\\/i> 1957, orig. master plan; 1997 chapel completed), University of St. Thomas (TX)";
180photos[18] = "<i>Cast iron gazebo<\\/i> (early 19th century), at center of gardens at Belmont University (TN)";
181photos[19] = "";
182
183window.onload = function() \{
184 // Function called when page loads
185 if (!document.getElementById) return;
186 if (!document.getElementById('cichomephoto')) return;
187
188 var rand = get_random(photos.length);
189 var photo = document.getElementById('cichomephoto');
190 photo.setAttribute('src', '_httpcollection_/images/mainphoto/' + rand + '.jpg');
191 photo.setAttribute('alt', photos[rand]);
[12948]192
193 var caption = document.getElementById('cichomephotocaption');
194 caption.innerHTML = photos[rand];
[12946]195\}
196
197function get_random(max) \{
198 var randNum = Math.floor(Math.random()*(max-1))+1;
199 return randNum;
200\}
201</script>
202}
203
[12852]204_cicpagecontent_ {
[12853]205<table cellspacing="0" cellpadding="0">
[11852]206 <tr>
[13136]207 <td id="cichomephotoarea" valign="top">
[12946]208 <img id="cichomephoto" src="_httpcollection_/images/mainphoto/blank.gif" alt="HCAP Photo" /><br />
[12948]209 <span id="cichomephotocaption">&nbsp;</span>
[12853]210 </td>
211
[13136]212 <td id="cichometext" valign="top">
213 <div class="cicheading">Welcome</div>
214
215 <p>Welcome to the CIC Historic Campus Architecture Project (HCAP), the first national architecture and landscape database of independent college and university campuses. This project presents information about significant buildings, landscapes, campus plans, and heritage sites of American higher education and identifies sources for further research. Supported by grants from the Getty Foundation, the CIC HCAP website documents nearly 2,000 places of historical significance on private college and university campuses and includes more than 4,300 images relating to these sites. To date, nearly 370 institutions have participated. On this site, web users can find institutions or places in a particular state or region; seek information about a specific type of architecture, designer, or time period; or gather data for future research.</p>
216
217 <p><b>List of Participating Institutions</b>: <a href="http://www.cic.org/projects_services/grants/getty_participants.pdf">Click here</a> to view the list of institutions and sites that are included in the CIC HCAP database. <br /><span style="font-size: 0.8em; line-height: 1.6em;">(This file is in PDF format. To view, you will need Adobe Acrobat, available for free from the <a href="http://www.adobe.com/products/acrobat/readermain.html">Adobe website</a>.)</span></p>
[12853]218 </td>
[11852]219 </tr>
220</table>
221}
222
223
224
225# ------------------------------------------------------------------------------------------
[12393]226# BACKGROUND (About -> Project Background)
[11852]227# ------------------------------------------------------------------------------------------
228
[12393]229package background
[11852]230
231_cicpagecontent_ {
[12393]232<div class="cicheading">Project Background</div>
[11852]233
[13096]234<p>In recent years, the study of campus history has received increasing interest in and attention by many sectors of the educational community. Institutions are working to understand more completely their physical environments and how these relate to educational mission, as well as wider historical trends. The CIC HCAP survey data and website have been developed to help various constituencies gain an awareness of and appreciation for campus history and also to learn from the architecture and landscape preservation efforts made by institutions.</p>
[11852]235
[13096]236<p>Between 2002 and 2006, the CIC HCAP was supported by two generous grants from the Campus Heritage Initiative of the Getty Foundation. From 2002-2004, CIC developed a survey to collect information about places of significant historical interest (in relation to architecture, landscape, American history, and the histories of education, religion, engineering, and culture) identified by representatives of institutions themselves. This survey was distributed among 724 independent, four-year, B.A.-granting institutions with less than 5,000 students. Nearly 50 percent of this original group participated in the project. In 2005, CIC began website development with a second two-year grant from the Getty Foundation.</p>
237
238<p>The CIC HCAP was guided by an advisory committee and developed by the coordinated efforts of a team of people from HCAP, CIC, and several independent professionals with whom HCAP contracted for specific services.</p>
239
240_cicblankline_
241<i>Advisory committee</i>
242
243<p><b>Thomas C. Celli</b>, President, Celli-Flynn Brennan, Architects and Planners (PA)</p>
244
245<p><b>Jeffrey A. Cohen</b>, Senior Lecturer, Bryn Mawr College</p>
246
247<p><b>Russell V. Keune</b>, Former Director of International Relations at the American Institute of Architects</p>
248
249<p><b>Randall Mason</b>, Associate Professor of Architecture, Graduate Program in Historic Preservation, School of Design, University of Pennsylvania</p>
250
251<p><b>Therese O'Malley</b>, Associate Dean of the Center for Advanced Study in the Visual Arts, National Gallery of Art in Washington, DC</p>
252
253<p><b>Damie Stillman</b>, Professor of Art History Emeritus, University of Delaware</p>
254
255<p><b>John Strassburger</b>, President, Ursinus College (PA)</p>
256
257_cicblankline_
258<i>CIC HCAP staff</i>
259
260<p><b>Barbara S. Christen</b>, Project Director<br />
261Project planning and management</p>
262
263<p><u>Part-time personnel:</u></p>
264
265<p><b>Jennifer M. Baggot</b>, Research Associate<br />
266Data input, document scanning, project correspondence, editing</p>
267
268<p><b>Jennifer R. D'Urso</b>, Research Associate<br />
269Data evaluation, database development, project research</p>
270
271<p><b>Lael J. Ensor</b>, Research Associate<br />
272Data editing, bibliographic research</p>
273
274<p><b>Amanda L. Hockensmith</b>, Research Associate<br />
275Data input and editing, design development</p>
276
277<p><b>Jane E. Lesnick</b>, Research Associate<br />
278Data editing, bibliographic research</p>
279
280<p><b>Matthew E. Linder</b>, Research Assistant<br />
281Data input, bibliographic research</p>
282
283<p><b>Timothy J. Mackin</b>, Research Associate<br />
284Data input and editing, data evaluation</p>
285
286<p><b>Christina Myers</b>, Research Associate<br />
287Data editing, bibliographic research</p>
288
289<p><b>Marianne S. Percival</b>, Research Associate<br />
290Data collection, project correspondence, project and bibliographic research</p>
291
292<p><b>Honora Shea</b>, Research Assistant<br />
293Data input, project correspondence</p>
294
295_cicblankline_
296<i>CIC staff</i>
297
298<p><b>Richard H. Ekman</b>, President<br />
299Project management</p>
300
301<p><b>Frederik Ohles</b>, Vice President for Advancement<br />
302Project liaison</p>
303
304<p><b>Laura A. Wilcox</b>, Vice President for Communications<br />
305Public relations, graphic design development</p>
306
307<p><b>August A. Adams</b>, Communications and Web Manager<br />
308Web postings, graphic design evaluation</p>
309
310_cicblankline_
311<i>Consultants</i>
312
313<p><b>Rodolfo Castro</b>, Catalone Design Company<br />
314Graphic and interface design</p>
315
316<p><b>Michael Collinson and Joseph Reggetz</b>, Business Engineering Incorporated<br />
317Hardware and server consultation</p>
318
319<p><b>Michael Dewsnip</b>, New Zealand Digital Library Project, University of Waikato<br />
320Greenstone software customization and development</p>
321
322<p><b>Joyce Essel</b>, Independent consultant<br />
323Database dvelopment</p>
324
325<p><b>Brian Harrington</b>, Independent consultant<br />
326Software and hardware consultation</p>
327
328<p><b>Stephen Rutz</b>, Steve Rutz Software<br />
329Database consultation</p>
330
331<p><b>David Seaman</b>, Executive Director, Digital Library Federation<br />
332Management and software consultation</p>
333
334<p><b>Allison Zhang</b>, Independent consultant<br />
335Software consultation</p>
336
337_cicblankline_
338<i>Site Design and Development</i>
339
340<p><b>Catalone Design Company</b> of Bethesda, Maryland, provided graphic and interface design for the website. For more information, see <a href="http://www.catalonedesign.com/">www.catalonedesign.com</a>.</p>
341
342<p><b>Greenstone</b>, a software developed by the New Zealand Digital Library Project at the University of Waikato, generates web pages dynamically in response to users navigating through the site. This has many advantages, including seamless search integration and the ability to instantly change the look and feel of the site. Search indexes and browsing structures are also precomputed, for quick browsing and searching.</p>
343
344<p>The CIC Historic Campus Architecture Project collection uses two purpose-built plugins to process the project data files. One plugin processes the Microsoft Access database used to store the data from the survey, generating a Greenstone "object" for each of the institutions, places, designers and references. It also generates small (thumbnail), medium, and large versions of each place image, and the site "browse" pages. The second plugin processes the Microsoft Word file containing bibliographic references not associated with particular places in the database.</p>
345
346<p>As well as having highly-customized document importing programs, the CIC HCAP collection has a completely customized design and user interface. This was implemented using Greenstone's formatting and macro languages, with over 120 new or customized macros. For more information about Greenstone, see <a href="http://www.greenstone.org/">www.greenstone.org</a>.</p>
347
348_cicblankline_
349<i>Server Technical Information</i>
350
[13098]351<p>The CIC HCAP site runs on a Intel Pentium III server class machine with 512MB of RAM and 140GB of disk space. The site is currently hosted in Hamilton, New Zealand but in the future will be hosted on the CIC's servers in Washington, DC.</p>
[13096]352
353_cicblankline_
354<hr>
355<p>The <b>Council of Independent Colleges</b> is an association of more than 560 independent, liberal arts colleges and universities and higher education affiliates and organizations that work together to strengthen college and university leadership, sustain high-quality education, and enhance private higher education's contributions to society. To fulfill this mission, CIC provides its members with skills, tools, and knowledge that address aspects of leadership, financial management and performance, academic quality, and institutional visibility. The Council is headquartered at One Dupont Circle in Washington, DC.</p>
356
357<p><b>The Getty Foundation</b> provides support to institutions and individuals throughout the world, funding a diverse range of projects that promote the understanding and conservation of the visual arts. The grant-making foundation furthers the work of all Getty Programs. The Foundation also encompasses the Getty Leadership Institute, the leading source of continuing professional development for current and future museum leaders. For more information, see: <a href="http://www.getty.edu">www.getty.edu</a>.</p>
[11852]358}
359
360
361
362# ------------------------------------------------------------------------------------------
363# COPYRIGHT (About -> Copyright Information)
364# ------------------------------------------------------------------------------------------
365
366package copyright
367
368_cicpagecontent_ {
369<div class="cicheading">Copyright and Permissions Information for CIC Historic Campus Architecture Project</div>
370
371<p>We ask you to adhere to the terms under which these materials are made available. The CIC Historic Campus Architecture Project as a whole, its texts, and its images are protected under the copyright laws of the United States and the Universal Copyright Convention. The copyright to the CIC Survey is held by the Council of Independent Colleges. The copyright to the images is held by the institutions and individuals who have generously contributed them.</p>
372
373<p>Publication (print or electronic) or commercial use of any of the copyrighted materials without direct authorization from the copyright holders is prohibited. The copying of materials is permitted only under the fair-use provisions of copyright law. To obtain the right to reuse an image, in most cases, permission must be obtained from the owning institution.</p>
374
375<p>The Library of Congress provides useful information on copyright at <a href="http://lcweb.loc.gov/copyright">http://lcweb.loc.gov/copyright</a> as well as an explanation of the fair-use doctrine at <a href="http://fairuse.stanford.edu">http://fairuse.stanford.edu</a>.</p>
376
377<hr>
378<p><i>Web Links</i>: It is not necessary to request permission in order to link to the CIC Survey from your website; however, we prefer that links be targeted to the introductory page of the CIC Survey (http://www.cicsurvey.org), and that any links to individual items be accompanied by a link to the introduction page.</p>
379
380<p><i>Citations</i>: To identify the CIC Survey as the source of information that you are using in a paper, article, or book, we ask that you include the complete title of the CIC Survey, its URL, and the date you accessed it, along with other relevant documentation. Here is an example: "Narrative History of Agnes Scott Hall, at Agnes Scott College," <i>Council of Independent Colleges Historic Campus Architecture Project</i>. 13 November 2005 &lt;http://www.cicsurvey.org&gt;.</p>
381
382<p>By accessing the Survey, you acknowledge that you have read and accepted these conditions.</p>
383}
384
385
386
387# ------------------------------------------------------------------------------------------
[12187]388# RELEASES (About -> News Coverage)
[11852]389# ------------------------------------------------------------------------------------------
390
391package releases
392
393_cicpagecontent_ {
[12187]394<div class="cicheading">News Coverage</div>
[11852]395
[12856]396<p class="cicreference">Biemiller, Lawrence. "From Modest to Magnificent." <i>The Chronicle of Higher Education</i> 52, no. 29 (March 24, 2006): A34-A35.</p>
[11852]397
[12856]398<p class="cicreference">Rubman, Kerri. "Getty Campus Grants Promote Preservation Planning." <i>Forum News</i> (March/April 2005): 3.</p>
[11852]399
[12856]400<p class="cicreference"><a href="http://www.cic.org/publications/independent/online/spring2005/getty_grant.htm">"CIC Receives Second Getty Grant for Historic Campus Architecture and Design Project."</a> <i>Independent</i>, newsletter of the Council of Independent Colleges (Spring 2005): 18-19.</p>
[11852]401
[12856]402<p class="cicreference">Munitz, Barry. "Place and History Matter on All Campuses." <i>The Chronicle of Higher Education</i> 51, no. 9 (October 22, 2004): B15.</p>
[12228]403
[12856]404<p class="cicreference"><a href="http://www.cic.org/publications/independent/online/summer2004/historic_architecture.html">"CIC Develops Historic Architecture Database."</a> <i>Independent</i>, newsletter of the Council of Independent Colleges (Summer 2004): 11.</p>
[12228]405
[12856]406<p class="cicreference">Arenson, Karen W. "Regilding a Stanford White Landmark." <i>New York Times</i>, July 30, 2004, C13 (national edition).</p>
[12228]407
[12856]408<p class="cicreference">Christen, Barbara S. "The Council of Independent Colleges Survey of Historic Architecture and Design: Research Issues in Landscape Studies." <i>Vineyard</i> 5, no. 1 (2004): 8-10.</p>
[12228]409
[12856]410<p class="cicreference"><a href="http://www.cic.org/publications/independent/online/summer2003/historic_arch.html">"Hundreds Respond to CIC Survey On Historic Architecture."</a> <i>Independent</i>, newsletter of the Council of Independent Colleges (Summer 2003): 8.</p>
[11852]411}
412
413
414
415# ------------------------------------------------------------------------------------------
416# DOCUMENTS (About -> Application Documents)
417# ------------------------------------------------------------------------------------------
418
419package documents
420
421_cicpagecontent_ {
422<div class="cicheading">Application Documents</div>
423
424<p>To view the application documents from phase one, click on the links below. (In order to view the PDF files, the minimum software requirement is version 4.0 Adobe Acrobat, available for free from the <a href="http://www.adobe.com/products/acrobat/readermain.html">Adobe web site</a>.)</p>
425
[12856]426<a href="http://www.cic.org/projects_services/grants/getty_letter.asp">Letter of Instruction to Campus Liaison</a><br />
427<a href="http://www.cic.org/projects_services/grants/getty_questionnaire.pdf">Questionnaire</a> (PDF)<br />
428<a href="http://www.cic.org/projects_services/grants/getty_definitions.pdf">Definitions and Visual Examples</a> (PDF)<br />
429<a href="http://www.cic.org/projects_services/grants/getty_guidelines.pdf">Submission Guidelines</a> (PDF)<br />
[11852]430}
431
432
433
434# ------------------------------------------------------------------------------------------
435# GLOSSARY (About -> Glossary)
436# ------------------------------------------------------------------------------------------
437
438package glossary
439
440_cicpagecontent_ {
441<div class="cicheading">Glossary</div>
442
[12857]443<p><span class="cicsubheading">Definitions and Visual Examples</span> (some based on definitions of the Getty Art and Architecture Thesaurus)<br />
444(as noted in Questionnaire, Part II./Section 2. Description/A. Building/1. Architectural classification)</p>
[11852]445
[12857]446<div class="cicglossaryentry">
447<img class="cicglossaryphoto" alt="Dartmouth Hall, Dartmouth College (photo courtesy of University of Maryland slide collection)" src="_httpcollection_/images/americancolonial.jpg"/>
448AMERICAN COLONIAL<br />
[13092]449Refers to the culture and style of architecture created in the region of the current United States during the period when it was colonized by Europeans, primarily during the 17th and 18th centuries. The term generally refers specifically to the culture and styles of the British colonies on the East Coast of the United States, generally not including the French or Spanish colonies, which are usually called French colonial or Spanish colonial.<br />
[12447]450<i>Example image: Dartmouth Hall, 1784-1791 (and later), Dartmouth College, Hanover, N.H. (photo courtesy of University of Maryland slide collection)</i>
[12857]451</div>
452
453<div class="cicglossaryentry">
454<img class="cicglossaryphoto" alt="President's House, Williams College (HABS/HAER)" src="_httpcollection_/images/federal.jpg"/>
455FEDERAL<br />
[12447]456Refers to the architecture that flourished in the new American republic from approximately 1785 to 1820. Inspired by European neo-classicism, especially as practiced in England by Robert Adam, though modified by late colonial tendencies, it also reflects the revival of Roman architectural styles, especially in the design of government buildings. Endorsed by Thomas Jefferson and Benjamin Henry Latrobe, that theme was driven partially by the metaphorical concept of the United States as analogous to the Roman Republic in its political philosophy.<br />
457<i>Example image: President's House, Williams College, Williamstown, Mass. (HABS/HAER)</i>
[12857]458</div>
459
460<div class="cicglossaryentry">
461<img class="cicglossaryphoto" alt="Morrison College, Transylvania University (HABS/HAER)" src="_httpcollection_/images/greekrevival.jpg"/>
462GREEK REVIVAL<br />
[13092]463Refers to a style of architecture in Europe and the United States begun in the 1750s in Europe, and flourishing there from the 1790s and then in this country from approximately 1815 to the 1850s, which was characterized by the use of classical Greek forms and ornament. Inspired by 18th-century archaeological discoveries, it attempted to follow closely original models. Greek revival buildings often look like temples, with a series of large stone or wood columns marking part or all of the structure, though there are many examples that emphasize Greek details rather than whole buildings. In the United States, it flourished at the time of the Greek war for independence from Turkey, and many saw the style as a manifestation of democracy.<br />
[12447]464<i>Example image: Morrison College, 1830, Transylvania University, Lexington, Ky. (HABS/HAER)</i>
[12857]465</div>
466
467<div class="cicglossaryentry">
468<img class="cicglossaryphoto" alt="Ralston Hall, Univ. of Notre Dame de Namur" src="_httpcollection_/images/italianate.jpg"/>
469ITALIANATE<br />
[13092]470A mid- to-late-19th-century architectural style, it was inspired by Italian Renaissance buildings, both the high-style urban palazzo and the less formal country villa. Often residential and often featuring a low-pitched hipped roof topped by a belvedere, or rooftop pavilions intended as lookouts or for the enjoyment of a view, it can also refer to more formal buildings ranging from commercial to public and residential.<br />
[12447]471<i>Example image: Ralston Hall, University of Notre Dame de Namur, after 1865, Belmont, Calif. (HABS/HAER)</i>
[12857]472</div>
473
474<div class="cicglossaryentry">
475<img class="cicglossaryphoto" alt="Old Main building, Bethany College (HABS/HAER)" src="_httpcollection_/images/gothicrevival.jpg"/>
476GOTHIC REVIVAL<br />
[13092]477Refers mainly to a style that flourished first in England and then spread to the European continent but even more strongly to America, beginning in the mid- to late 18th century, triumphing in the mid-19th century, and continuing into the twentieth. The style is characterized by the use of pointed arches, rosettes, pinnacles, tracery, foils, and polychrome effects inspired by Gothic architecture and at times reproduced with the general aim of historical accuracy, though often the spirit was as important as the details. Especially associated with churches, it could also be found in a wide range of building types, including by the late 19th and 20th century examples in campus architecture in what came to be called Collegiate Gothic.<br />
[12447]478<i>Example image: "Old Main" Building, 1911-1912, Bethany College, Bethany, W. Va. (HABS/HAER)</i>
[12857]479</div>
480
481<div class="cicglossaryentry">
482<img class="cicglossaryphoto" alt="Glatfelter Hall, Gettysbury College (HABS/HAER)" src="_httpcollection_/images/romanesquerevival.jpg"/>
483ROMANESQUE REVIVAL<br />
[13092]484Refers to a style in European and American architecture dating from the 1820s to the end of the 19th century that was based on 11th- and 12th-century Romanesque church architecture. It is primarily characterized by the use of semicircular arches, barrel and groin vaults, massive blocks of masonry and, at times, the spare use of Romanesque and/or naturalistic ornament. A specific variety, called Richardsonian Romanesque, was inspired by the architecture of the American H. H. Richardson, and flourished in the last three decades of the 19th century.<br />
[12447]485<i>Example image: Glatfelter Hall, 1888-1889, Gettysbury College, Gettysburg, Pa. (HABS/HAER)</i>
[12857]486</div>
487
488<div class="cicglossaryentry">
489<img class="cicglossaryphoto" alt="Residential Village (Theme House), Agnes Scott College (CIC-HCAP collection)" src="_httpcollection_/images/victorianstyles.jpg"/>
490VICTORIAN STYLES<br />
[13092]491Refers to a wide variety of styles exhibited during the 19th century during Queen Victoria’s reign in Britain (1837-1900) and during the same period in the United States. Often labeled Romantic, these styles, which ranged from Italianate and Gothic revival to vernacular and Queen Anne revival, were expressed in all building types.<br />
[12447]492<i>Example image: Residential Village (Theme House), 1895-1896, Agnes Scott College, Decatur, Ga. (CIC-HCAP collection)</i>
[12857]493</div>
494
495<div class="cicglossaryentry">
496<img class="cicglossaryphoto" alt="Cochran Hall, Allegheny College (CIC-HCAP collection)" src="_httpcollection_/images/beauxartsclassicism.jpg"/>
497BEAUX-ARTS CLASSICISM<br />
[13092]498Refers to the revival of classicism, especially as practiced in Italy and France during the Renaissance and Baroque eras of the 15th to 18th centuries, that flourished in Europe and America in the late 19th and early 20th centuries. Inspired by the approach to architectural design espoused at the Ecole des Beaux-Arts in Paris, this style included the use of classically articulated and often symmetrical massing, a primary axial orientation in plan (often with subsidiary axes), and hierarchically arranged and related internal spaces that offered the opportunity for a directed, processional movement through a building. Its flourishing in America coincided with the emergence of the United States as a world power.<br />
[12447]499<i>Example image: Cochran Hall, 1907-1908, Allegheny College, Meadville, Penn. (CIC-HCAP collection)</i>
[12857]500</div>
501
502<div class="cicglossaryentry">
503<img class="cicglossaryphoto" alt="Washington Hall, Washington and Lee University" src="_httpcollection_/images/colonialrevival.jpg"/>
504COLONIAL REVIVAL<br />
[13092]505Refers to a movement in architecture and interior design prevalent in the late 19th century and well into the 20th that revives the styles of the 17th, 18th, and early 19th centuries in colonial and federal America. The style, though especially seen in domestic architecture, also was found in other building types. Subsumed within this general rubric was not only a revival of 17th century clapboard buildings, but also a Georgian revival, which was inspired by English and American architecture of the 18th century. This latter tends to feature symmetrical façades, often characterized by brick, pitched roofs, windows with sashes, and fanlights. It also often includes white painted trim and decorative moldings and elements.<br />
[12447]506<i>Example image: Washington Hall, 1824, Washington and Lee University, Lexington, Va. (HABS)</i>
[12857]507</div>
508
509<div class="cicglossaryentry">
510<img class="cicglossaryphoto" alt="Our Lady Queen of Peace Chapel, Lourdes College (CIC-HCAP collection)" src="_httpcollection_/images/mission.jpg"/>
511MISSION/MISSION REVIVAL<br />
[12447]512As a subtype of Spanish Colonial revival architectural style, this style is characterized by simplicity of form and ornamentation. Particularly between approximately 1900 and 1915 (although also later) especially in the southern, western, and southwestern regions of the United States, Mission revival architecture was utilized in all kinds of buildings.<br />
513<i>Example image: Our Lady Queen of Peace Chapel, 1959-1961, Lourdes College, Sylvania, Ohio (CIC-HCAP collection)</i>
[12857]514</div>
515
516<div class="cicglossaryentry">
517<img class="cicglossaryphoto" alt="Annie Pfeiffer Chapel, Florida Southern College (HABS/HAER)" src="_httpcollection_/images/modern.jpg"/>
518MODERN/PRE- AND POST-WWII<br />
[12447]519Refers to the style of architecture that emerged in Holland, France, and Germany just before but primarily after World War I and spread throughout the world, becoming a leading architectural style until the 1960s/1970s. This style is characterized by a rejection of traditional period styling; an emphasis on volume over mass; the use of lightweight, mass-produced, industrial materials, but also reinforced concrete; frequent rejection of ornament and color; repetitive modular forms; and the use of flat surfaces, typically alternating with areas of glass. Some later examples may also be particularly sculptural in massing.<br />
520<i>Example image: Annie Pfeiffer Chapel, des. 1940, Florida Southern College, Lakeland, Fla. (HABS/HAER)</i>
[12857]521</div>
522
523<div class="cicglossaryentry">
524<img class="cicglossaryphoto" alt="Williams College Museum of Art (rear façade), Williams College (Williams College Department of Art slide collection)" src="_httpcollection_/images/postmodern.jpg"/>
525POSTMODERN<br />
[12447]526Refers to architecture as early as the mid-1960s but more often from the mid-1970s to the early 1990s, in which buildings often have a renewed interest in the color and patterns of materials, and, in many cases, the use of stylistic quotations from many different periods combined to a contradictory effect of varying scale, proportions, and scenographic effect.<br />
527<i>Example image: Williams College Museum of Art (rear façade), addition of ca. 1981, Williamstown, Mass. (Williams College, Dept. of Art, slide collection)</i>
[12857]528</div>
529
530<div class="cicglossaryentry">
531<img class="cicglossaryphoto" alt="Admissions and Careers Services Center, Trinity College (CIC-HCAP collection)" src="_httpcollection_/images/contemporary.jpg"/>
532CONTEMPORARY<br />
[12447]533Although often used earlier in the twentieth century to refer to modernism, it especially refers to architecture from 1995 to the present, encompassing a wide range of architectural styles and approaches, often incorporating elements of modernism and postmodernism.<br />
534<i>Example image: Admissions and Careers Services Center (detail, exterior), Trinity College, Hartford, Conn. (CIC-HCAP collection)</i>
[12857]535</div>
536
537<div class="cicglossaryentry">
538<img class="cicglossaryphoto" alt="Old Castle, Baker University (HABS/HAER)" src="_httpcollection_/images/vernacularregionalist.jpg"/>
539REGIONALIST/VERNACULAR<br />
[12447]540Refers to architecture that does not fit easily into the stylistic categories given above that rely primarily on period styling. This kind of architecture instead emphasizes the building traditions and materials of a particular region. These buildings may have been constructed during any period in American architecture. Fieldstone buildings in Pennsylvania or the Midwest, adobe or stucco mission-type buildings with tile roofs in the West or Southwest, and local limestone buildings in Indiana, are a few examples of this kind of response in campus architecture.<br />
541<i>Example image: Old Castle, 1858, Baker University, Baldwin City, Kans. (HABS/HAER)</i>
[12857]542</div>
[11852]543
[12857]544<p style="clear: both"><span class="cicsubheading">Further Definitions</span><br />
545(as noted in Questionnaire, Part II./Section 2. Description/B. Entire campus and C. Campus plan)</p>
[11852]546
[12445]547<p><b>Informal or not formally planned:</b><br />
548No comprehensive master plan was a part of campus building or landscaping efforts. Campus has developed without any overarching schema.</p>
[11852]549
[12445]550<p><b>Irregular/Picturesque:</b><br />
551Master plan of part or all of the campus has curving roads and pathways that provide circulation amidst non-hierarchically placed buildings. Vegetation, either natural or planned, often is clustered in irregular, unsymmetrical groupings, so as to create a more natural, though actually planned, picturesque effect.</p>
[11852]552
[12445]553<p><b>Linear:</b><br />
554Master plan of all or part of the campus has a primary axis, on one or both sides of which building and/or landscaping efforts have been concentrated. Circulation on the campus is directed along this primary axis.</p>
[11852]555
[12445]556<p><b>Quadrangle/Beaux-Arts classicism:</b><br />
557Master plan of part or all of the campus has a primary axis that serves as an important means of circulation and orientation for buildings. Structures are often placed in symmetrical arrangements, with a clear hierarchy in size and location established between the focal point(s) of a central building or structure placed at one end or both ends of the plan and subsidiary buildings located around these elements.</p>
558
559<p><b>Modern (open plan):</b><br />
560Though clearly planned, these campuses utilize a master plan that has a more open orientation between buildings, with no obvious reliance on the hierarchical arrangements of the more classically-ordered quadrangle and Beaux-Arts tradition.</p>
[11852]561}
562
563
564
565# ------------------------------------------------------------------------------------------
566# LINKS (About -> Links for Further Research)
567# ------------------------------------------------------------------------------------------
568
569package links
570
571_cicpagecontent_ {
572<div class="cicheading">Links</div>
573
[12858]574<div class="cicsubheading"><p>Supporting Organizations</p></div>
[11852]575
[12858]576<p>
577Council of Independent Colleges: <a href="http://www.cic.org">http://www.cic.org</a><br />
[11852]578
[12858]579Getty Foundation: <a href="http://www.getty.edu">http://www.getty.edu</a>
580</p>
[11852]581
[12858]582<div class="cicsubheading"><p>Related Websites</p></div>
[11852]583
[12858]584<p>
585Society for College and University Planning: <a href="http://www.scup.org">http://www.scup.org</a><br />
[11852]586
[12858]587National Historic Landmarks: <a href="http://www.cr.nps.gov/nhl/">http://www.cr.nps.gov/nhl/</a><br />
[11852]588
[12858]589National Register of Historic Places: <a href="http://www.cr.nps.gov/nr/">http://www.cr.nps.gov/nr/</a><br />
[11852]590
[12858]591State Historic Preservation Offices: <a href="http://www.cr.nps.gov/nr/shpolist.htm">http://www.cr.nps.gov/nr/shpolist.htm</a><br />
[11852]592
[12858]593Historic American Building Survey and Historic American Engineering Record: <a href="http://www.cr.nps.gov/habshaer">http://www.cr.nps.gov/habshaer</a><br />
[11852]594
[12858]595Chronicle of Higher Education: <a href="http://chronicle.com">http://chronicle.com</a><br />
[11852]596
[12858]597American Planning Association: <a href="http://www.planning.org">http://www.planning.org</a><br />
[11852]598
[12858]599National Association of State Universities and Land-Grant Colleges: <a href="http://www.nasulgc.org">http://www.nasulgc.org</a>
600</p>
[11852]601}
602
603
604
605# ------------------------------------------------------------------------------------------
606# INSTITUTIONS (Browse -> Institution)
607# ------------------------------------------------------------------------------------------
608
609package institutions
610
611_cicpagecontent_ {
612<div class="cicheading">Institutions</div>
613
[12904]614<center>_cicstaticbrowserquicklinks_</center>
615
[12952]616_cicstaticbrowser_
[11852]617}
618
619
620
621# ------------------------------------------------------------------------------------------
622# TYPES (Browse -> Type of Place)
623# ------------------------------------------------------------------------------------------
624
625package types
626
627_cicpagecontent_ {
628<div class="cicheading">Type of Place</div>
[12940]629_cicblankline_
630<table width="100%">
[11852]631 <tr>
[12862]632 <td width="50%"><center><a href="_gwcgi_?a=p&amp;p=typesIndividualbuilding"><img alt="Cooper Hall, Limestone College" src="_httpcollection_/images/building.jpg"/><br />Buildings</a></center></td>
[13089]633 <td width="50%"><center><a href="_gwcgi_?a=p&amp;p=typesCampusarrangement"><img alt="Campus Plan, Bryan College" src="_httpcollection_/images/arrangement.jpg"/><br />Campus arrangements</a></center></td>
[11852]634 </tr>
635 <tr>
[13089]636 <td width="50%"><center><a href="_gwcgi_?a=p&amp;p=typesLandscapesite"><img alt="Tableau in the Mary Dell (ca. 1912)" src="_httpcollection_/images/landscapesite.jpg"/><br />Landscape sites</a></center></td>
637 <td width="50%"><center><a href="_gwcgi_?a=p&amp;p=typesBuildinggroup"><img alt="Hotel Ponce de Leon, Flagler College" src="_httpcollection_/images/buildinggroup.jpg"/><br />Building groups</a></center></td>
[11852]638 </tr>
639</table>
640}
641
642package typesIndividualbuilding
[12952]643_cicpagecontent_ { <div class="cicheading">Buildings</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]644
645package typesLandscapesite
[12952]646_cicpagecontent_ { <div class="cicheading">Landscape Sites</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]647
648package typesCampusarrangement
[12952]649_cicpagecontent_ { <div class="cicheading">Campus Arrangements</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]650
651package typesBuildinggroup
[12952]652_cicpagecontent_ { <div class="cicheading">Building Groups</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]653
654
655
656# ------------------------------------------------------------------------------------------
657# DESIGNERS (Browse -> Designer)
658# ------------------------------------------------------------------------------------------
659
660package designers
661
[12952]662_cicpagecontent_ { <div class="cicheading">Designers</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]663
664
665
666# ------------------------------------------------------------------------------------------
667# STATES (Browse -> State)
668# ------------------------------------------------------------------------------------------
669
670package states
671
[12166]672_cicpagecontent_ {
673<div class="cicheading">States</div>
[11852]674
[12862]675<center><img alt="US state map" src="_httpcollection_/images/usa_map-mono.gif" usemap="#states"/></center>
[12166]676<map name="states">
[12898]677 <area shape="rect" coords="524,286,551,313" href="#Alabama">
678 <area shape="rect" coords="154,379,197,413" href="#Alaska">
679 <area shape="rect" coords="202,248,237,280" href="#Arizona">
680 <area shape="rect" coords="444,257,475,283" href="#Arkansas">
681 <area shape="rect" coords="104,177,140,209" href="#California">
682 <area shape="rect" coords="278,186,324,211" href="#Colorado">
683 <area shape="rect" coords="690,146,712,161" href="#Connecticut">
684 <area shape="rect" coords="677,183,701,196" href="#Delaware">
685 <area shape="rect" coords="680,216,706,234" href="#DistrictofColumbia">
686 <area shape="rect" coords="604,352,628,376" href="#Florida">
687 <area shape="rect" coords="564,280,598,303" href="#Georgia">
688 <area shape="rect" coords=" 69,314, 97,333" href="#Hawaii">
689 <area shape="rect" coords="197,103,228,123" href="#Idaho">
690 <area shape="rect" coords="483,171,509,193" href="#Illinois">
691 <area shape="rect" coords="521,169,545,189" href="#Indiana">
692 <area shape="rect" coords="432,149,462,169" href="#Iowa">
693 <area shape="rect" coords="371,201,404,223" href="#Kansas">
694 <area shape="rect" coords="539,215,565,232" href="#Kentucky">
695 <area shape="rect" coords="449,312,475,333" href="#Louisiana">
696 <area shape="rect" coords="693, 54,719, 75" href="#Maine">
697 <area shape="rect" coords="686,198,712,213" href="#Maryland">
698 <area shape="rect" coords="715,111,743,128" href="#Massachusetts">
699 <area shape="rect" coords="532,122,557,142" href="#Michigan">
700 <area shape="rect" coords="418, 88,449,108" href="#Minnesota">
701 <area shape="rect" coords="485,287,513,308" href="#Mississippi">
702 <area shape="rect" coords="441,202,474,222" href="#Missouri">
703 <area shape="rect" coords="258, 57,291, 80" href="#Montana">
704 <area shape="rect" coords="358,156,390,173" href="#Nebraska">
705 <area shape="rect" coords="153,159,185,179" href="#Nevada">
706 <area shape="rect" coords="706, 95,732,109" href="#NewHampshire">
707 <area shape="rect" coords="680,165,702,180" href="#NewJersey">
708 <area shape="rect" coords="274,258,309,278" href="#NewMexico">
709 <area shape="rect" coords="641,108,665,127" href="#NewYork">
710 <area shape="rect" coords="616,229,643,248" href="#NorthCarolina">
711 <area shape="rect" coords="353, 64,385, 83" href="#NorthDakota">
712 <area shape="rect" coords="557,165,587,181" href="#Ohio">
713 <area shape="rect" coords="383,250,416,269" href="#Oklahoma">
714 <area shape="rect" coords="128, 82,163,105" href="#Oregon">
715 <area shape="rect" coords="614,145,643,165" href="#Pennsylvania">
716 <area shape="rect" coords="703,133,719,146" href="#RhodeIsland">
717 <area shape="rect" coords="600,260,624,279" href="#SouthCarolina">
718 <area shape="rect" coords="353,109,384,128" href="#SouthDakota">
719 <area shape="rect" coords="523,241,549,257" href="#Tennessee">
720 <area shape="rect" coords="360,307,400,337" href="#Texas">
721 <area shape="rect" coords="214,176,247,200" href="#Utah">
722 <area shape="rect" coords="657, 55,680, 72" href="#Vermont">
723 <area shape="rect" coords="616,202,642,217" href="#Virginia">
724 <area shape="rect" coords="144, 35,177, 51" href="#Washington">
725 <area shape="rect" coords="587,191,610,204" href="#WestVirginia">
726 <area shape="rect" coords="471,109,499,128" href="#Wisconsin">
727 <area shape="rect" coords="269,119,305,144" href="#Wyoming">
[12166]728</map>
[11852]729
[12862]730<center><b><a href="#Alabama">A</a>&nbsp;B&nbsp;<a href="#California">C</a>&nbsp;<a href="#Delaware">D</a>&nbsp;E&nbsp;<a href="#Florida">F</a>&nbsp;<a href="#Georgia">G</a>&nbsp;<a href="#Hawaii">H</a>&nbsp;<a href="#Idaho">I</a>&nbsp;J&nbsp;<a href="#Kansas">K</a>&nbsp;<a href="#Louisiana">L</a>&nbsp;<a href="#Maine">M</a>&nbsp;<a href="#Nebraska">N</a>&nbsp;<a href="#Ohio">O</a>&nbsp;<a href="#Pennsylvania">P</a>&nbsp;Q&nbsp;<a href="#RhodeIsland">R</a>&nbsp;<a href="#SouthCarolina">S</a>&nbsp;<a href="#Tennessee">T</a>&nbsp;<a href="#Utah">U</a>&nbsp;<a href="#Vermont">V</a>&nbsp;<a href="#Washington">W</a>&nbsp;X&nbsp;Y&nbsp;Z&nbsp;</b></center>
[12227]731
[12952]732_cicstaticbrowser_
[12166]733}
[11852]734
[12166]735
736
[11852]737# ------------------------------------------------------------------------------------------
738# STYLES (Browse -> Building Styles)
739# ------------------------------------------------------------------------------------------
740
741package styles
742
743_cicpagecontent_ {
744<div class="cicheading">Styles</div>
745
[12872]746<p>
747<a href="_gwcgi_?a=p&amp;p=stylesAmericancolonial">American Colonial</a><br />
748<a href="_gwcgi_?a=p&amp;p=stylesFederal">Federal</a><br />
749<a href="_gwcgi_?a=p&amp;p=stylesGreekrevival">Greek Revival</a><br />
750<a href="_gwcgi_?a=p&amp;p=stylesItalianate">Italianate</a><br />
751<a href="_gwcgi_?a=p&amp;p=stylesGothicrevival">Gothic Revival</a><br />
752<a href="_gwcgi_?a=p&amp;p=stylesRomanesquerevival">Romanesque Revival</a><br />
753<a href="_gwcgi_?a=p&amp;p=stylesVictorian">Victorian Styles</a><br />
754<a href="_gwcgi_?a=p&amp;p=stylesBeauxArtsclassicism">Beaux-Arts Classicism</a><br />
755<a href="_gwcgi_?a=p&amp;p=stylesColonialrevival">Colonial Revival</a><br />
756<a href="_gwcgi_?a=p&amp;p=stylesMissionMissionrevival">Mission/Mission Revival</a><br />
757<a href="_gwcgi_?a=p&amp;p=stylesModernpreWWII">Modern/pre-World War II</a><br />
758<a href="_gwcgi_?a=p&amp;p=stylesModernpostWWII">Modern/post-World War II</a><br />
759<a href="_gwcgi_?a=p&amp;p=stylesPostmodern">Postmodern</a><br />
760<a href="_gwcgi_?a=p&amp;p=stylesContemporary">Contemporary</a><br />
761<a href="_gwcgi_?a=p&amp;p=stylesRegionalistVernacular">Regionalist Vernacular</a><br />
762<a href="_gwcgi_?a=p&amp;p=stylesOther">Other</a><br />
763</p>
[11852]764
[12872]765<p>See the <a href="_gwcgi_?a=p&amp;p=glossary">Glossary</a> for full definition of terms.</p>
[11852]766}
767
768package stylesAmericancolonial
[12952]769_cicpagecontent_ { <div class="cicheading">American Colonial</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]770
771package stylesFederal
[12952]772_cicpagecontent_ { <div class="cicheading">Federal</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]773
774package stylesGreekrevival
[12952]775_cicpagecontent_ { <div class="cicheading">Greek Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]776
777package stylesItalianate
[12952]778_cicpagecontent_ { <div class="cicheading">Italianate</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]779
780package stylesGothicrevival
[12952]781_cicpagecontent_ { <div class="cicheading">Gothic Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]782
783package stylesRomanesquerevival
[12952]784_cicpagecontent_ { <div class="cicheading">Romanesque Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]785
786package stylesVictorian
[12952]787_cicpagecontent_ { <div class="cicheading">Victorian</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]788
789package stylesBeauxArtsclassicism
[12952]790_cicpagecontent_ { <div class="cicheading">Beaux-Arts Classicism</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]791
792package stylesColonialrevival
[12952]793_cicpagecontent_ { <div class="cicheading">Colonial Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]794
795package stylesMissionMissionrevival
[12952]796_cicpagecontent_ { <div class="cicheading">Mission/Mission Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]797
798package stylesModernpreWWII
[12952]799_cicpagecontent_ { <div class="cicheading">Modern/pre-World War II</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]800
801package stylesModernpostWWII
[12952]802_cicpagecontent_ { <div class="cicheading">Modern/post-World War II</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]803
804package stylesPostmodern
[12952]805_cicpagecontent_ { <div class="cicheading">Postmodern</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]806
807package stylesContemporary
[12952]808_cicpagecontent_ { <div class="cicheading">Contemporary</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]809
810package stylesRegionalistVernacular
[12952]811_cicpagecontent_ { <div class="cicheading">Regionalist Vernacular</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]812
813package stylesOther
[12952]814_cicpagecontent_ { <div class="cicheading">Other</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]815
816
817
818# ------------------------------------------------------------------------------------------
819# DATES (Browse -> Time Period)
820# ------------------------------------------------------------------------------------------
821
822package dates
823
824_cicpagecontent_ {
825<div class="cicheading">Time Period</div>
826
[12872]827<p>
828<a href="_gwcgi_?a=p&amp;p=datespre1800">pre-1800</a><br />
829<a href="_gwcgi_?a=p&amp;p=dates18001850">1800-1850</a><br />
830<a href="_gwcgi_?a=p&amp;p=dates18501900">1850-1900</a><br />
831<a href="_gwcgi_?a=p&amp;p=dates19001945">1900-1945</a><br />
832<a href="_gwcgi_?a=p&amp;p=dates19451995">1945-1995</a><br />
833<a href="_gwcgi_?a=p&amp;p=datespost1995">post-1995</a><br />
834</p>
[11852]835}
836
837package datespre1800
[12952]838_cicpagecontent_ { <div class="cicheading">pre-1800</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]839
840package dates18001850
[12952]841_cicpagecontent_ { <div class="cicheading">1800-1850</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]842
843package dates18501900
[12952]844_cicpagecontent_ { <div class="cicheading">1850-1900</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]845
846package dates19001945
[12952]847_cicpagecontent_ { <div class="cicheading">1900-1945</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]848
849package dates19451995
[12952]850_cicpagecontent_ { <div class="cicheading">1945-1995</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]851
852package datespost1995
[12952]853_cicpagecontent_ { <div class="cicheading">post-1995</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]854
855
856
857# ------------------------------------------------------------------------------------------
858# FUNCTIONS (Browse -> Function)
859# ------------------------------------------------------------------------------------------
860
861package functions
862
863_cicpagecontent_ {
864<div class="cicheading">Function</div>
[12940]865_cicblankline_
866<table cellpadding="0" cellspacing="0" width="100%">
[11852]867<tr>
[12904]868<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsacademicdepartmentbuilding">Academic department building</a></td>
869<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsinfirmary">Infirmary</a></td>
[11909]870</tr>
871<tr>
[12904]872<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsadministration">Administration</a></td>
873<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionslibrary">Library</a></td>
[11852]874</tr>
875<tr>
[12904]876<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsadmissionsoffice">Admissions office</a></td>
877<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsmasterplancampus">Master plan (campus)</a></td>
[11852]878</tr>
879<tr>
[12904]880<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsalumnicenter">Alumni center</a></td>
881<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsmasterplanlandscape">Master plan (landscape)</a></td>
[11852]882</tr>
883<tr>
[12904]884<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsarboretum">Arboretum</a></td>
885<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsmemorialsite">Memorial site</a></td>
[11852]886</tr>
887<tr>
[12904]888<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsarchaeologicalsite">Archaeological site</a></td>
889<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsmuseum">Museum</a></td>
[11852]890</tr>
891<tr>
[12904]892<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsauditorium">Auditorium</a></td>
893<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsobservatory">Observatory</a></td>
[11852]894</tr>
895<tr>
[12904]896<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsbelltower">Bell tower</a></td>
897<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsoldmain">Old main</a></td>
[11852]898</tr>
899<tr>
[12904]900<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionschapel">Chapel</a></td>
901<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsoutdoorspace">Outdoor space</a></td>
[11852]902</tr>
903<tr>
[12904]904<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsclassrooms">Classroom(s)</a></td>
905<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionspresidentshouse">President's house</a></td>
[11852]906</tr>
907<tr>
[12904]908<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsdebatingsociety">Debating society</a></td>
909<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsprivateresidence">Private residence</a></td>
[11852]910</tr>
911<tr>
[12904]912<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsdininghall">Dining hall</a></td>
913<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsresidencehall">Residence hall</a></td>
[11852]914</tr>
915<tr>
[12904]916<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsfacilitymanagementbuilding">Facility management building</a></td>
917<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsstadium">Stadium</a></td>
[11852]918</tr>
919<tr>
[12904]920<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsfacultyoffices">Faculty offices</a></td>
921<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsstudentunion">Student union</a></td>
[11852]922</tr>
923<tr>
[12904]924<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsgardens">Gardens (planned)</a></td>
925<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionstheater">Theater</a></td>
[11852]926</tr>
927<tr>
[12904]928<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsgreeklettersociety">Greek letter society</a></td>
929<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsother">Other</a></td>
[11852]930</tr>
[11977]931<tr>
[12904]932<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsgymnasium">Gymnasium</a></td>
[11977]933<td width="50%">&nbsp;</td>
934</tr>
[11852]935</table>
936}
937
938package functionsacademicdepartmentbuilding
[12952]939_cicpagecontent_ { <div class="cicheading">Academic department building</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]940
941package functionsadministration
[12952]942_cicpagecontent_ { <div class="cicheading">Administration</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]943
944package functionsadmissionsoffice
[12952]945_cicpagecontent_ { <div class="cicheading">Admissions office</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]946
947package functionsalumnicenter
[12952]948_cicpagecontent_ { <div class="cicheading">Alumni center</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]949
950package functionsarboretum
[12952]951_cicpagecontent_ { <div class="cicheading">Arboretum</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]952
953package functionsarchaeologicalsite
[12952]954_cicpagecontent_ { <div class="cicheading">Archaeological site</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]955
956package functionsauditorium
[12952]957_cicpagecontent_ { <div class="cicheading">Auditorium</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]958
959package functionsbelltower
[12952]960_cicpagecontent_ { <div class="cicheading">Bell tower</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]961
962package functionschapel
[12952]963_cicpagecontent_ { <div class="cicheading">Chapel</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]964
965package functionsclassrooms
[12952]966_cicpagecontent_ { <div class="cicheading">Classroom(s)</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]967
[11909]968package functionsdebatingsociety
[12952]969_cicpagecontent_ { <div class="cicheading">Debating society</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11909]970
[11852]971package functionsdininghall
[12952]972_cicpagecontent_ { <div class="cicheading">Dining hall</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]973
974package functionsfacilitymanagementbuilding
[12952]975_cicpagecontent_ { <div class="cicheading">Facility management building</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]976
977package functionsfacultyoffices
[12952]978_cicpagecontent_ { <div class="cicheading">Faculty offices</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]979
[11933]980package functionsgardens
[12952]981_cicpagecontent_ { <div class="cicheading">Gardens (planned)</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]982
983package functionsgreeklettersociety
[12952]984_cicpagecontent_ { <div class="cicheading">Greek letter society</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]985
986package functionsgymnasium
[12952]987_cicpagecontent_ { <div class="cicheading">Gymnasium</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]988
989package functionsinfirmary
[12952]990_cicpagecontent_ { <div class="cicheading">Infirmary</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]991
992package functionslibrary
[12952]993_cicpagecontent_ { <div class="cicheading">Library</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]994
995package functionsmasterplancampus
[12952]996_cicpagecontent_ { <div class="cicheading">Master plan (campus)</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]997
998package functionsmasterplanlandscape
[12952]999_cicpagecontent_ { <div class="cicheading">Master plan (landscape)</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]1000
1001package functionsmemorialsite
[12952]1002_cicpagecontent_ { <div class="cicheading">Memorial site</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]1003
1004package functionsmuseum
[12952]1005_cicpagecontent_ { <div class="cicheading">Museum</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]1006
1007package functionsobservatory
[12952]1008_cicpagecontent_ { <div class="cicheading">Observatory</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]1009
1010package functionsoldmain
[12952]1011_cicpagecontent_ { <div class="cicheading">Old main</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]1012
1013package functionsoutdoorspace
[12952]1014_cicpagecontent_ { <div class="cicheading">Outdoor space</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]1015
1016package functionspresidentshouse
[12952]1017_cicpagecontent_ { <div class="cicheading">President's house</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]1018
[11977]1019package functionsprivateresidence
[12952]1020_cicpagecontent_ { <div class="cicheading">Private residence</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11977]1021
[11852]1022package functionsresidencehall
[12952]1023_cicpagecontent_ { <div class="cicheading">Residence hall</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]1024
1025package functionsstadium
[12952]1026_cicpagecontent_ { <div class="cicheading">Stadium</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]1027
1028package functionsstudentunion
[12952]1029_cicpagecontent_ { <div class="cicheading">Student union</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]1030
1031package functionstheater
[12952]1032_cicpagecontent_ { <div class="cicheading">Theater</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]1033
1034package functionsother
[12952]1035_cicpagecontent_ { <div class="cicheading">Other</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
[11852]1036
1037
1038
1039# ------------------------------------------------------------------------------------------
1040# DOCUMENT
1041# ------------------------------------------------------------------------------------------
1042
1043package document
1044
1045_navarrows_ {}
1046
1047_textheader_ {_style:cicheader_}
1048
1049_cicpagecontent_ {}
1050
[12918]1051_footer_ {_style:htmlfooter_}
[11852]1052
1053
[12918]1054
[11852]1055# ------------------------------------------------------------------------------------------
1056# QUERY
1057# ------------------------------------------------------------------------------------------
1058
1059package query
1060
[12094]1061_header_ {
[12215]1062_If_(_cgiargq_,_style:header_,_If_("_cgiargqst_" eq "1",_cicstatesearchheader_,_If_("_cgiargqre_" eq "1",_cicbibliographysearchheader_,_cicadvancedsearchheader_)))
[12094]1063}
1064
[12085]1065_cicjavascript_ {
[12851]1066<script type="text/javascript">
[12085]1067
1068_cicsimplejavascript_
1069_If_("_cgiargqst_" eq "1",_cicstatesearchjavascript_)
[12215]1070_If_("_cgiargqre_" eq "1",_cicbibliographysearchjavascript_)
[12085]1071_cicadvancedsearchjavascript_
1072
1073</script>
1074}
1075
[12069]1076_cicpagecontent_ {
[12215]1077_If_(_cgiargq_,_cicsearchresults_,_If_("_cgiargqst_" eq "1",_If_("_cgiargqrst_" eq "1",_cicstatesearchresults_,_cicstatesearchpage_),_If_("_cgiargqre_" eq "1",_cicbibliographysearchpage_,_cicadvancedsearchpage_)))
[12069]1078}
[11852]1079
[12086]1080_cicsearchresults_ {
1081<div class="cicheading">Search Results</div>
1082
1083<p>_resultline_</p>
1084}
1085
1086# What is displayed on the submit buttons
1087_textbeginsearch_ {Search}
1088
1089
1090
1091# ------------------------------------------------------------------------------------------
1092# QUERY (Quick Search)
1093# ------------------------------------------------------------------------------------------
1094
[12085]1095_cicsimplejavascript_ {
[12217]1096function initializeSimpleSearch()
[12085]1097\{
1098 document.SimpleQueryForm.txq.focus();
1099\}
1100
[12900]1101function onSimpleSearchFocus()
1102\{
1103 var txq_element = document.getElementById('search_query');
1104 if (txq_element.value == txq_element.defaultValue) \{
1105 txq_element.value = '';
1106 txq_element.className = 'inputfocus';
1107 \}
1108\}
1109
1110function onSimpleSearchBlur()
1111\{
1112 var txq_element = document.getElementById('search_query');
1113 if (txq_element.value == '') \{
1114 txq_element.value = txq_element.defaultValue;
1115 txq_element.className = 'inputblur';
1116 \}
1117\}
1118
[12217]1119function prepareSimpleSearch()
[12085]1120\{
[13142]1121 var txq_value = document.SimpleQueryForm.txq.value;
1122 document.SimpleQueryForm.fqv.value = txq_value.replace(",", "");
[12085]1123\}
1124}
1125
[12852]1126
[11852]1127_cicsimplequeryform_ {
[12900]1128<form name="SimpleQueryForm" method="get" action="_gwcgi_" onSubmit="prepareSimpleSearch();">
[12852]1129 <input type="hidden" name="a" value="q" />
1130 <input type="hidden" name="fqc" value="and" />
1131 <input type="hidden" name="fqf" value="ZZ" />
[12900]1132 <input type="hidden" name="fqv" value="" />
[12924]1133 <input type="text" name="txq" id="search_query" value="QUICK SEARCH" class="inputblur" onfocus="javascript: onSimpleSearchFocus();" onblur="javascript: onSimpleSearchBlur();" />
[13144]1134 <input type="hidden" name="m" value="-1" />
[12852]1135 <input type="submit" name="submit" id="search_submit" value="GO" />
[11852]1136</form>
1137}
1138
1139
1140
[12069]1141# ------------------------------------------------------------------------------------------
[12431]1142# QUERY (Search -> Institutions by State/Region)
[12069]1143# ------------------------------------------------------------------------------------------
1144
[12094]1145_cicstatesearchheader_ {
1146_style:cicheader_(onLoad="initializeStateSearch();")
1147}
1148
[12085]1149_cicstatesearchjavascript_ {
[12094]1150function initializeStateSearch()
[12085]1151\{
[12136]1152 if ("_cgiargqrst_" == "1") \{
1153 var stq_results = "";
1154 var stq_values = "_cgiargstq_".split(",").sort();
[12137]1155 var last_stq_value = "";
[12136]1156 for (var i = 0; i < stq_values.length; i++) \{
[12137]1157 // Avoid duplicates by checking this value is different from the last one
1158 if (stq_values[i] == last_stq_value) \{
1159 continue;
1160 \}
1161 last_stq_value = stq_values[i];
1162
[12929]1163 if (stq_values[i] == "AL") stq_results += '_states:cicstateALjs_';
1164 if (stq_values[i] == "AK") stq_results += '_states:cicstateAKjs_';
1165 if (stq_values[i] == "AZ") stq_results += '_states:cicstateAZjs_';
1166 if (stq_values[i] == "AR") stq_results += '_states:cicstateARjs_';
1167 if (stq_values[i] == "CA") stq_results += '_states:cicstateCAjs_';
1168 if (stq_values[i] == "CO") stq_results += '_states:cicstateCOjs_';
1169 if (stq_values[i] == "CT") stq_results += '_states:cicstateCTjs_';
1170 if (stq_values[i] == "DE") stq_results += '_states:cicstateDEjs_';
1171 if (stq_values[i] == "DC") stq_results += '_states:cicstateDCjs_';
1172 if (stq_values[i] == "FL") stq_results += '_states:cicstateFLjs_';
1173 if (stq_values[i] == "GA") stq_results += '_states:cicstateGAjs_';
1174 if (stq_values[i] == "HI") stq_results += '_states:cicstateHIjs_';
1175 if (stq_values[i] == "ID") stq_results += '_states:cicstateIDjs_';
1176 if (stq_values[i] == "IL") stq_results += '_states:cicstateILjs_';
1177 if (stq_values[i] == "IN") stq_results += '_states:cicstateINjs_';
1178 if (stq_values[i] == "IA") stq_results += '_states:cicstateIAjs_';
1179 if (stq_values[i] == "KS") stq_results += '_states:cicstateKSjs_';
1180 if (stq_values[i] == "KY") stq_results += '_states:cicstateKYjs_';
1181 if (stq_values[i] == "LA") stq_results += '_states:cicstateLAjs_';
1182 if (stq_values[i] == "ME") stq_results += '_states:cicstateMEjs_';
1183 if (stq_values[i] == "MD") stq_results += '_states:cicstateMDjs_';
1184 if (stq_values[i] == "MA") stq_results += '_states:cicstateMAjs_';
1185 if (stq_values[i] == "MI") stq_results += '_states:cicstateMIjs_';
1186 if (stq_values[i] == "MN") stq_results += '_states:cicstateMNjs_';
1187 if (stq_values[i] == "MS") stq_results += '_states:cicstateMSjs_';
1188 if (stq_values[i] == "MO") stq_results += '_states:cicstateMOjs_';
1189 if (stq_values[i] == "MT") stq_results += '_states:cicstateMTjs_';
1190 if (stq_values[i] == "NE") stq_results += '_states:cicstateNEjs_';
1191 if (stq_values[i] == "NV") stq_results += '_states:cicstateNVjs_';
1192 if (stq_values[i] == "NH") stq_results += '_states:cicstateNHjs_';
1193 if (stq_values[i] == "NJ") stq_results += '_states:cicstateNJjs_';
1194 if (stq_values[i] == "NM") stq_results += '_states:cicstateNMjs_';
1195 if (stq_values[i] == "NY") stq_results += '_states:cicstateNYjs_';
1196 if (stq_values[i] == "NC") stq_results += '_states:cicstateNCjs_';
1197 if (stq_values[i] == "ND") stq_results += '_states:cicstateNDjs_';
1198 if (stq_values[i] == "OH") stq_results += '_states:cicstateOHjs_';
1199 if (stq_values[i] == "OK") stq_results += '_states:cicstateOKjs_';
1200 if (stq_values[i] == "OR") stq_results += '_states:cicstateORjs_';
1201 if (stq_values[i] == "PA") stq_results += '_states:cicstatePAjs_';
1202 if (stq_values[i] == "RI") stq_results += '_states:cicstateRIjs_';
1203 if (stq_values[i] == "SC") stq_results += '_states:cicstateSCjs_';
1204 if (stq_values[i] == "SD") stq_results += '_states:cicstateSDjs_';
1205 if (stq_values[i] == "TN") stq_results += '_states:cicstateTNjs_';
1206 if (stq_values[i] == "TX") stq_results += '_states:cicstateTXjs_';
1207 if (stq_values[i] == "UT") stq_results += '_states:cicstateUTjs_';
1208 if (stq_values[i] == "VT") stq_results += '_states:cicstateVTjs_';
1209 if (stq_values[i] == "VA") stq_results += '_states:cicstateVAjs_';
1210 if (stq_values[i] == "WA") stq_results += '_states:cicstateWAjs_';
1211 if (stq_values[i] == "WV") stq_results += '_states:cicstateWVjs_';
1212 if (stq_values[i] == "WI") stq_results += '_states:cicstateWIjs_';
1213 if (stq_values[i] == "WY") stq_results += '_states:cicstateWYjs_';
[12136]1214 \}
1215
[12141]1216 if (stq_results != "") \{
[12925]1217 stq_results = '<table cellpadding="0" cellspacing="0" width="100%">' + stq_results + '<\\/table>';
[12141]1218 document.getElementById("stq_results").innerHTML = stq_results;
1219 \}
1220 else \{
[12925]1221 document.getElementById("stq_results").innerHTML = "<p>_textnodocs_<\\/p>";
[12141]1222 \}
[12136]1223 \}
[12085]1224\}
[12094]1225
1226function prepareStateSearch()
1227\{
[12135]1228 var stq_value = "";
1229 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1230 if (document.StateQueryForm.stc.options[i].selected == true) \{
1231 if (stq_value != "") stq_value += ",";
1232 stq_value += document.StateQueryForm.stc.options[i].value;
1233 \}
1234 \}
1235 document.StateQueryForm.stq.value = stq_value;
[12094]1236\}
1237
1238function selectRegion(region)
1239\{
[12135]1240 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1241 if (document.StateQueryForm.stc.options[i].text == region) \{
1242 document.StateQueryForm.stc.options[i].selected = true;
[12109]1243 break;
[12094]1244 \}
1245 \}
1246\}
[12137]1247
1248function clearSelection()
1249\{
1250 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1251 document.StateQueryForm.stc.options[i].selected = false;
1252 \}
1253\}
[12085]1254}
1255
[12060]1256_cicstatesearchpage_ {
1257<span class="cicheading">State Search</span>
[12062]1258
[12109]1259<table cellpadding="0" cellspacing="0" width="100%">
1260 <tr>
1261 <td valign="top">
[12862]1262 <img alt="US state map" src="_httpcollection_/images/usa_map-color.gif" usemap="#states"/>
[12109]1263 <map name="states">
[12925]1264 <area shape="rect" coords="524,286,551,313" href="javascript:selectRegion('Alabama')">
1265 <area shape="rect" coords="154,379,197,413" href="javascript:selectRegion('Alaska')">
1266 <area shape="rect" coords="202,248,237,280" href="javascript:selectRegion('Arizona')">
1267 <area shape="rect" coords="444,257,475,283" href="javascript:selectRegion('Arkansas')">
1268 <area shape="rect" coords="104,177,140,209" href="javascript:selectRegion('California')">
1269 <area shape="rect" coords="278,186,324,211" href="javascript:selectRegion('Colorado')">
1270 <area shape="rect" coords="690,146,712,161" href="javascript:selectRegion('Connecticut')">
1271 <area shape="rect" coords="677,183,701,196" href="javascript:selectRegion('Delaware')">
1272 <area shape="rect" coords="680,216,706,234" href="javascript:selectRegion('District%20of%20Columbia')">
1273 <area shape="rect" coords="604,352,628,376" href="javascript:selectRegion('Florida')">
1274 <area shape="rect" coords="564,280,598,303" href="javascript:selectRegion('Georgia')">
1275 <area shape="rect" coords=" 69,314, 97,333" href="javascript:selectRegion('Hawaii')">
1276 <area shape="rect" coords="197,103,228,123" href="javascript:selectRegion('Idaho')">
1277 <area shape="rect" coords="483,171,509,193" href="javascript:selectRegion('Illinois')">
1278 <area shape="rect" coords="521,169,545,189" href="javascript:selectRegion('Indiana')">
1279 <area shape="rect" coords="432,149,462,169" href="javascript:selectRegion('Iowa')">
1280 <area shape="rect" coords="371,201,404,223" href="javascript:selectRegion('Kansas')">
1281 <area shape="rect" coords="539,215,565,232" href="javascript:selectRegion('Kentucky')">
1282 <area shape="rect" coords="449,312,475,333" href="javascript:selectRegion('Louisiana')">
1283 <area shape="rect" coords="693, 54,719, 75" href="javascript:selectRegion('Maine')">
1284 <area shape="rect" coords="686,198,712,213" href="javascript:selectRegion('Maryland')">
1285 <area shape="rect" coords="715,111,743,128" href="javascript:selectRegion('Massachusetts')">
1286 <area shape="rect" coords="532,122,557,142" href="javascript:selectRegion('Michigan')">
1287 <area shape="rect" coords="418, 88,449,108" href="javascript:selectRegion('Minnesota')">
1288 <area shape="rect" coords="485,287,513,308" href="javascript:selectRegion('Mississippi')">
1289 <area shape="rect" coords="441,202,474,222" href="javascript:selectRegion('Missouri')">
1290 <area shape="rect" coords="258, 57,291, 80" href="javascript:selectRegion('Montana')">
1291 <area shape="rect" coords="358,156,390,173" href="javascript:selectRegion('Nebraska')">
1292 <area shape="rect" coords="153,159,185,179" href="javascript:selectRegion('Nevada')">
1293 <area shape="rect" coords="706, 95,732,109" href="javascript:selectRegion('New%20Hampshire')">
1294 <area shape="rect" coords="680,165,702,180" href="javascript:selectRegion('New%20Jersey')">
1295 <area shape="rect" coords="274,258,309,278" href="javascript:selectRegion('New%20Mexico')">
1296 <area shape="rect" coords="641,108,665,127" href="javascript:selectRegion('New%20York')">
1297 <area shape="rect" coords="616,229,643,248" href="javascript:selectRegion('North%20Carolina')">
1298 <area shape="rect" coords="353, 64,385, 83" href="javascript:selectRegion('North%20Dakota')">
1299 <area shape="rect" coords="557,165,587,181" href="javascript:selectRegion('Ohio')">
1300 <area shape="rect" coords="383,250,416,269" href="javascript:selectRegion('Oklahoma')">
1301 <area shape="rect" coords="128, 82,163,105" href="javascript:selectRegion('Oregon')">
1302 <area shape="rect" coords="614,145,643,165" href="javascript:selectRegion('Pennsylvania')">
1303 <area shape="rect" coords="703,133,719,146" href="javascript:selectRegion('Rhode%20Island')">
1304 <area shape="rect" coords="600,260,624,279" href="javascript:selectRegion('South%20Carolina')">
1305 <area shape="rect" coords="353,109,384,128" href="javascript:selectRegion('South%20Dakota')">
1306 <area shape="rect" coords="523,241,549,257" href="javascript:selectRegion('Tennessee')">
1307 <area shape="rect" coords="360,307,400,337" href="javascript:selectRegion('Texas')">
1308 <area shape="rect" coords="214,176,247,200" href="javascript:selectRegion('Utah')">
1309 <area shape="rect" coords="657, 55,680, 72" href="javascript:selectRegion('Vermont')">
1310 <area shape="rect" coords="616,202,642,217" href="javascript:selectRegion('Virginia')">
1311 <area shape="rect" coords="144, 35,177, 51" href="javascript:selectRegion('Washington')">
1312 <area shape="rect" coords="587,191,610,204" href="javascript:selectRegion('West%20Virginia')">
1313 <area shape="rect" coords="471,109,499,128" href="javascript:selectRegion('Wisconsin')">
1314 <area shape="rect" coords="269,119,305,144" href="javascript:selectRegion('Wyoming')">
[12898]1315
[12925]1316 <area shape="rect" coords=" 9,513,130,540" href="javascript:selectRegion('West')">
1317 <area shape="rect" coords="133,513,254,540" href="javascript:selectRegion('Mountain')">
1318 <area shape="rect" coords="258,513,378,540" href="javascript:selectRegion('Southwest')">
1319 <area shape="rect" coords="382,513,502,540" href="javascript:selectRegion('Midwest')">
1320 <area shape="rect" coords="506,513,626,540" href="javascript:selectRegion('Southeast')">
1321 <area shape="rect" coords="629,513,750,540" href="javascript:selectRegion('Northeast')">
[12109]1322 </map>
1323 </td>
[12923]1324 <td align="right" valign="top" style="padding-top: 30px;">
[12109]1325 <form name=StateQueryForm method=get action="_gwcgi_" onSubmit="prepareStateSearch();">
[12133]1326 <input type="hidden" name="a" value="q">
1327 <input type="hidden" name="qst" value="1">
1328 <input type="hidden" name="qrst" value="1">
[12135]1329 <input type="hidden" name="stq" value="">
[12960]1330 <select name="stc" multiple="true" style="width: 150px; height: 325px;">
[12173]1331 <option value="CT,DE,DC,ME,MD,MA,NH,NJ,NY,PA,RI,VT">Northeast</option>
[12136]1332 <option value="AL,AR,FL,GA,KY,LA,MS,NC,SC,TN,VA,WV">Southeast</option>
1333 <option value="IL,IN,IA,KS,MI,MN,MO,NE,ND,OH,SD,WI">Midwest</option>
1334 <option value="AZ,NM,OK,TX">Southwest</option>
1335 <option value="CO,ID,MT,UT,WY">Mountain</option>
[12712]1336 <option value="AK,CA,HI,NV,OR,WA" style="margin-bottom: 10px;">West</option>
[12109]1337 _cicstateoptions_
1338 </select>
1339
[12925]1340 <p><input type="submit" value="_textbeginsearch_" onClick="prepareStateSearch();"></p>
[12109]1341 </form>
1342 </td>
1343 </tr>
1344</table>
[11852]1345}
1346
[12133]1347_cicstatesearchresults_ {
1348<div class="cicheading">Search Results</div>
1349
[12141]1350<div id="stq_results"></div>
[12133]1351}
1352
[12062]1353# Shared between the "search institutions by state" and "advanced search" pages
1354_cicstateoptions_ {
1355 <option value="AL">Alabama</option>
1356 <option value="AK">Alaska</option>
1357 <option value="AZ">Arizona</option>
1358 <option value="AR">Arkansas</option>
1359 <option value="CA">California</option>
1360 <option value="CO">Colorado</option>
1361 <option value="CT">Connecticut</option>
1362 <option value="DE">Delaware</option>
[12173]1363 <option value="DC">District of Columbia</option>
[12062]1364 <option value="FL">Florida</option>
1365 <option value="GA">Georgia</option>
1366 <option value="HI">Hawaii</option>
1367 <option value="ID">Idaho</option>
1368 <option value="IL">Illinois</option>
1369 <option value="IN">Indiana</option>
1370 <option value="IA">Iowa</option>
1371 <option value="KS">Kansas</option>
1372 <option value="KY">Kentucky</option>
1373 <option value="LA">Louisiana</option>
1374 <option value="ME">Maine</option>
1375 <option value="MD">Maryland</option>
1376 <option value="MA">Massachusetts</option>
1377 <option value="MI">Michigan</option>
1378 <option value="MN">Minnesota</option>
1379 <option value="MS">Mississippi</option>
1380 <option value="MO">Missouri</option>
1381 <option value="MT">Montana</option>
1382 <option value="NE">Nebraska</option>
1383 <option value="NV">Nevada</option>
1384 <option value="NH">New Hampshire</option>
1385 <option value="NJ">New Jersey</option>
1386 <option value="NM">New Mexico</option>
1387 <option value="NY">New York</option>
1388 <option value="NC">North Carolina</option>
1389 <option value="ND">North Dakota</option>
1390 <option value="OH">Ohio</option>
1391 <option value="OK">Oklahoma</option>
1392 <option value="OR">Oregon</option>
1393 <option value="PA">Pennsylvania</option>
1394 <option value="RI">Rhode Island</option>
1395 <option value="SC">South Carolina</option>
1396 <option value="SD">South Dakota</option>
1397 <option value="TN">Tennessee</option>
1398 <option value="TX">Texas</option>
1399 <option value="UT">Utah</option>
1400 <option value="VT">Vermont</option>
1401 <option value="VA">Virginia</option>
1402 <option value="WA">Washington</option>
1403 <option value="WV">West Virginia</option>
1404 <option value="WI">Wisconsin</option>
1405 <option value="WY">Wyoming</option>
1406}
1407
[12069]1408
1409# ------------------------------------------------------------------------------------------
[12215]1410# QUERY (Search -> Bibliography Search)
[12069]1411# ------------------------------------------------------------------------------------------
1412
[12215]1413_cicbibliographysearchheader_ {
1414_style:cicheader_(onLoad="initializeBibliographySearch();")
[12094]1415}
1416
[12215]1417_cicbibliographysearchjavascript_ {
1418function initializeBibliographySearch()
[12085]1419\{
[13140]1420 document.BibliographyQueryForm.req.focus();
[12085]1421\}
1422
[12215]1423function prepareBibliographySearch()
[12085]1424\{
[13140]1425 var req_value = document.BibliographyQueryForm.req.value;
1426 document.BibliographyQueryForm.fqv.value = req_value.replace(",", "");
[12085]1427\}
[12222]1428
1429function initalizeAdvancedBibliographySearch()
1430\{
1431\}
1432
1433function prepareAdvancedBibliographySearch()
1434\{
1435 document.AdvancedBibliographyQueryForm.q.value = "";
1436
1437 for (var i = 0; i < document.AdvancedBibliographyQueryForm.abqv.length; i++) \{
1438 var abqv_value = document.AdvancedBibliographyQueryForm.abqv[i].value;
1439 if (abqv_value != "") \{
1440 var combiner = "&";
[12223]1441 if (i < (document.AdvancedBibliographyQueryForm.abqv.length - 1) && document.AdvancedBibliographyQueryForm.abqc[i].value == "or") \{
[12222]1442 combiner = "|";
1443 \}
1444 if (document.AdvancedBibliographyQueryForm.abqp[i].value == "1") \{
1445 abqv_value = '"' + abqv_value + '"';
1446 \}
[12223]1447 addQueryTerm(document.AdvancedBibliographyQueryForm.q, "[" + abqv_value + "]:" + document.AdvancedBibliographyQueryForm.abqi[i].value, combiner);
[12222]1448 \}
1449 \}
1450
[12223]1451 // Remove the trailing combiner
1452 document.AdvancedBibliographyQueryForm.q.value = removeFromEnd(document.AdvancedBibliographyQueryForm.q.value, " & ");
1453 document.AdvancedBibliographyQueryForm.q.value = removeFromEnd(document.AdvancedBibliographyQueryForm.q.value, " | ");
[12222]1454\}
[12085]1455}
1456
[12215]1457_cicabqline_ {
[12218]1458 <tr>
[12931]1459 <td style="white-space: nowrap;">
1460 <select name="abqi" onChange="prepareAdvancedBibliographySearch();">
1461 <option value="RE">General keyword</option>
1462 <option value="RR">Author keyword</option>
1463 <option value="RF">Title keyword</option>
1464 </select>
[12069]1465
[12931]1466 <select name="abqp" onChange="prepareAdvancedBibliographySearch();">
1467 <option value='0'>contains</option>
1468 <option value='1'>is</option>
1469 </select>
[12215]1470
[12931]1471 <input name='abqv' type='text' style='width: 450px'/>
[12215]1472
[12931]1473 <select name="abqc" onChange="prepareAdvancedBibliographySearch();">
1474 <option value="and">and</option>
1475 <option value="or">or</option>
1476 </select>
[12218]1477 </td>
1478 </tr>
[12215]1479}
1480
[12223]1481_cicabqlinenocombiner_ {
1482 <tr>
[12931]1483 <td style="white-space: nowrap;">
1484 <select name="abqi" onChange="prepareAdvancedBibliographySearch();">
1485 <option value="RE">General keyword</option>
1486 <option value="RR">Author keyword</option>
1487 <option value="RF">Title keyword</option>
1488 </select>
[12223]1489
[12931]1490 <select name="abqp" onChange="prepareAdvancedBibliographySearch();">
1491 <option value='0'>contains</option>
1492 <option value='1'>is</option>
1493 </select>
[12223]1494
[12931]1495 <input name='abqv' type='text' style='width: 450px'/>
[12223]1496 </td>
1497 </tr>
1498}
1499
[12215]1500_cicbibliographysearchpage_ {
1501<div class="cicheading">Bibliography Search</div>
[12940]1502_cicblankline_
1503<table>
[12218]1504 <tr>
1505 <td>
1506 <form name=BibliographyQueryForm method=get action="_gwcgi_" onSubmit="prepareBibliographySearch();">
[13144]1507 <input type="hidden" name="a" value="q" />
1508 <input type="hidden" name="fqc" value="and" />
[12215]1509
[12221]1510 <select name="fqf" onChange="prepareBibliographySearch();">
[12218]1511 <option value="RE">General keyword</option>
1512 <option value="RR">Author keyword</option>
1513 <option value="RF">Title keyword</option>
1514 </select>
[12215]1515
[13144]1516 <input type="hidden" name="fqv" value="" />
[13140]1517 <input name='req' type='text' style='width: 450px'/>
[12221]1518
[13144]1519 <input type="hidden" name="m" value="-1" />
[12221]1520 <input type="submit" value="_textbeginsearch_" onClick="prepareBibliographySearch();">
[12215]1521 </form>
[12218]1522 </td>
1523 </tr>
1524</table>
[12215]1525
[12931]1526<p>&nbsp;</p>
1527
[12218]1528<div class="cicsubheading">Advanced Search for References</div>
[12940]1529_cicblankline_
1530<form name="AdvancedBibliographyQueryForm" method="get" action="_gwcgi_" onSubmit="prepareAdvancedBibliographySearch();">
[12218]1531 <input type="hidden" name="a" value="q">
[12222]1532 <input type="hidden" name="q" value="">
1533 <input type="hidden" name="qt" value="1">
1534 <input type="hidden" name="qf" value="1">
1535 <input type="hidden" name="fqa" value="1">
1536 <input type="hidden" name="m" value="-1">
[12218]1537
1538 <table>
1539 _cicabqline_
1540 _cicabqline_
[12223]1541 _cicabqlinenocombiner_
[12218]1542
[12215]1543 <tr>
1544 <td>
[12217]1545 <div style="float:right"><input type="submit" value="_textbeginsearch_" onClick="prepareAdvancedBibliographySearch();"></div>
[12215]1546 </td>
1547 </tr>
[12218]1548 </table>
1549</form>
[12069]1550}
1551
1552
1553
1554# ------------------------------------------------------------------------------------------
1555# QUERY (Search -> Advanced Search)
1556# ------------------------------------------------------------------------------------------
1557
1558# Hide the "or enter a query directly" box
1559_advancedformextra_ {}
1560
1561# We have our own Javascript for the form searching
1562_formfunctions_ {}
1563
1564# Hide the "search and display results in ... order" text
1565_textformselect_ {}
1566
[12094]1567_cicadvancedsearchheader_ {
[12217]1568_style:cicheader_(onLoad="initializeAdvancedSearch();")
[12094]1569}
1570
[12069]1571_cicadvancedsearchpage_ {
[12932]1572<div class="cicheading">Advanced Search</div>
[12069]1573
[12932]1574<noscript>
1575<p><b>_textnojsformwarning_</b></p>
1576</noscript>
1577
[12940]1578_cicblankline_
[12932]1579<center>
[12940]1580 <form name="QueryForm" method="get" action="_gwcgi_">
[12932]1581 _advancedforms_
1582 </form>
1583</center>
[12069]1584}
1585
[12035]1586_cicaqvdefault_ {<input id='aqv_1_field' name='aqv' type='text' style='width: 450px'/>}
[12851]1587_cicaqvtypeofplace_ {<select id='aqv_1_field' name='aqv' style='width: 450px'><option value='Individual building'>Individual building<\\/option><option value='Landscape site'>Landscape site<\\/option><option value='Campus arrangement'>Campus arrangement<\\/option><option value='Building group'>Building group<\\/option><\\/select>}
[11983]1588
[11991]1589_cicaqline_ {
[11979]1590<tr>
[12932]1591 <td colspan="3" style="white-space: nowrap;">
[11979]1592 <center>
[11983]1593 <select name="aqi" onChange="changedAQI();">
[11991]1594 <option value="">Keyword</option>
[11979]1595 <option value="PL">Type of place</option>
1596 <option value="IN">Institution</option>
1597 <option value="AR">Designer</option>
[11991]1598 </select>
1599 <input type="hidden" name="aqib" value="">
[11979]1600
[12222]1601 <select name="aqp" onChange="prepareAdvancedSearch();">
[12038]1602 <option value='0'>contains</option>
1603 <option value='1'>is</option>
1604 </select>
[11979]1605
[11991]1606 <span id="aqv_1_">
[12035]1607 _cicaqvdefault_(_1_)
[11991]1608 </span>
[11983]1609
[12222]1610 <select name="aqc" onChange="prepareAdvancedSearch();">
[11983]1611 <option value="and">and</option>
1612 <option value="or">or</option>
1613 </select>
[11979]1614 </center>
1615 </td>
1616</tr>
[11991]1617}
[11979]1618
[12060]1619_advancedforms_ {
[11991]1620<input type="hidden" name="a" value="q">
1621<input type="hidden" name="q" value="">
1622<input type="hidden" name="qt" value="1">
1623<input type="hidden" name="qf" value="1">
1624<input type="hidden" name="fqa" value="1">
1625<input type="hidden" name="m" value="-1">
1626
[12932]1627<table>
[11991]1628_cicaqline_(0)
1629_cicaqline_(1)
1630_cicaqline_(2)
1631
[11979]1632<tr>
1633 <td colspan="3">&nbsp;</td>
1634</tr>
1635
1636<tr>
1637 <td valign="top"><center><b>Function:</b></center></td>
1638 <td valign="top"><center><b>Time period:</b></center></td>
1639 <td valign="top"><center><b>Style:</b></center></td>
1640</tr>
1641
1642<tr>
1643 <!-- Function: Functions metadata, index FU -->
1644 <td valign="top">
[12217]1645 <select name="fuq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
[11979]1646 <option value="academic department building">academic department building</option>
1647 <option value="administration">administration</option>
1648 <option value="admissions office">admissions office</option>
1649 <option value="alumni center">alumni center</option>
1650 <option value="arboretum">arboretum</option>
1651 <option value="archaeological site">archaeological site</option>
1652 <option value="auditorium">auditorium</option>
1653 <option value="bell tower">bell tower</option>
1654 <option value="chapel">chapel</option>
1655 <option value="classrooms">classrooms</option>
1656 <option value="debating society">debating society</option>
1657 <option value="dining hall">dining hall</option>
1658 <option value="facility management building">facility management building</option>
1659 <option value="faculty offices">faculty offices</option>
1660 <option value="gardens">gardens (planned)</option>
1661 <option value="Greek letter society">Greek letter society</option>
1662 <option value="gymnasium">gymnasium</option>
1663 <option value="infirmary">infirmary</option>
1664 <option value="library">library</option>
1665 <option value="master plan campus">master plan (campus)</option>
1666 <option value="master plan landscape">master plan (landscape)</option>
1667 <option value="memorial site">memorial site</option>
1668 <option value="museum">museum</option>
1669 <option value="observatory">observatory</option>
1670 <option value="old main">old main</option>
1671 <option value="outdoor space">outdoor space</option>
[12205]1672 <option value="president's house">president's house</option>
[11980]1673 <option value="private residence">private residence</option>
[11979]1674 <option value="residence hall">residence hall</option>
1675 <option value="stadium">stadium</option>
1676 <option value="student union">student union</option>
1677 <option value="theatre">theatre</option>
1678 <option value="other">other</option>
1679 </select>
1680 </td>
1681
1682 <!-- Time period: Time_period metadata, index TM -->
1683 <td valign="top">
[12217]1684 <select name="tmq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
[11979]1685 <option value="pre 1800">pre-1800</option>
1686 <option value="1800 1850">1800-1850</option>
1687 <option value="1850 1900">1850-1900</option>
1688 <option value="1900 1945">1900-1945</option>
1689 <option value="1945 1995">1945-1995</option>
1690 <option value="post 1995">post-1995</option>
1691 </select>
1692 </td>
1693
1694 <!-- Style: Style metadata, index SY -->
1695 <td valign="top">
[12217]1696 <select name="syq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
[11979]1697 <option value="American colonial">American colonial</option>
1698 <option value="Federal">Federal</option>
1699 <option value="Greek revival">Greek revival</option>
1700 <option value="Italianate">Italianate</option>
1701 <option value="Gothic revival">Gothic revival</option>
1702 <option value="Romanesque revival">Romanesque revival</option>
1703 <option value="Victorian">Victorian</option>
[12172]1704 <option value="Beaux arts classicism">Beaux-Arts classicism</option>
[11979]1705 <option value="Colonial revival">Colonial revival</option>
1706 <option value="Mission Mission revival">Mission/Mission revival</option>
[12205]1707 <option value="Modern pre WWII">Modern/pre-World War II</option>
1708 <option value="Modern post WWII">Modern/post-World War II</option>
[11979]1709 <option value="Postmodern">Postmodern</option>
1710 <option value="Contemporary">Contemporary</option>
1711 <option value="Regionalist Vernacular">Regionalist/Vernacular</option>
1712 <option value="Other">Other</option>
1713 </select>
1714 </td>
1715</tr>
1716
1717<tr>
1718 <td colspan="3">&nbsp;</td>
1719</tr>
1720
1721<tr>
1722 <td valign="top"><center><b>Materials:</b></center></td>
1723 <td valign="top"><center><b>Designation:</b></center></td>
1724 <td valign="top"><center><b>State:</b></center></td>
1725</tr>
1726
1727<tr>
1728 <!-- Materials: Materials metadata, index MA -->
1729 <td valign="top">
[12217]1730 <select name="maq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
[11979]1731 <option value="aluminium siding">aluminium siding</option>
1732 <option value="ashlar">ashlar</option>
1733 <option value="asphalt">asphalt</option>
1734 <option value="bluestone">bluestone</option>
1735 <option value="brick">brick</option>
1736 <option value="brownstone">brownstone</option>
1737 <option value="cedar">cedar</option>
1738 <option value="cement">cement</option>
1739 <option value="cinderblock">cinderblock</option>
1740 <option value="clapboard">clapboard</option>
1741 <option value="clay block">clay block</option>
1742 <option value="copper">copper</option>
1743 <option value="cypress">cypress</option>
1744 <option value="dolomite">dolomite</option>
1745 <option value="fiberglass">fiberglass</option>
1746 <option value="fieldstone">fieldstone</option>
1747 <option value="flagstone">flagstone</option>
1748 <option value="foam">foam</option>
1749 <option value="gneiss">gneiss</option>
1750 <option value="granite">granite</option>
1751 <option value="gypsum block">gypsum block</option>
1752 <option value="ignimbrite">ignimbrite</option>
1753 <option value="lathe and plaster">lathe and plaster</option>
1754 <option value="limestone">limestone</option>
1755 <option value="logs">logs</option>
1756 <option value="marble">marble</option>
1757 <option value="masonry">masonry</option>
1758 <option value="plaster">plaster</option>
1759 <option value="quartzite">quartzite</option>
1760 <option value="rubber">rubber</option>
1761 <option value="sandstone">sandstone</option>
1762 <option value="schist">schist</option>
1763 <option value="slate">slate</option>
1764 <option value="steel">steel</option>
1765 <option value="stone">stone</option>
1766 <option value="stucco">stucco</option>
1767 <option value="terra cotta">terra cotta</option>
1768 <option value="tile">tile</option>
1769 <option value="wood">wood</option>
1770 </select>
1771 </td>
1772
[11980]1773 <!-- Designation: Designation metadata, index DE -->
[11979]1774 <td valign="top">
[12217]1775 <select name="deq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
[11979]1776 <option value="National Register">National Register</option>
1777 <option value="National Historic Landmark">National Historic Landmark</option>
1778 <option value="HABS HAER">HABS/HAER</option>
1779 <option value="Local state">Local and state designations</option>
1780 </select>
1781 </td>
1782
1783 <!-- State: State metadata, index ST -->
1784 <td valign="top">
[12217]1785 <select name="stq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
[12135]1786 <option value="Northeast">Northeast</option>
1787 <option value="Southeast">Southeast</option>
1788 <option value="Midwest">Midwest</option>
1789 <option value="Southwest">Southwest</option>
1790 <option value="Mountain">Mountain</option>
[12712]1791 <option value="West" style="margin-bottom: 10px">West</option>
[12062]1792 _cicstateoptions_
[11979]1793 </select>
1794 </td>
1795</tr>
1796
1797<tr>
1798 <td colspan="3">
[12217]1799 <div style="float:right"><input type="submit" value="_textbeginsearch_" onClick="prepareAdvancedSearch();"></div>
[11979]1800 </td>
1801</tr>
[12932]1802
1803</table>
[11979]1804}
1805
[12085]1806_cicadvancedsearchjavascript_ {
[12217]1807function initializeAdvancedSearch()
[11982]1808\{
[12038]1809 for (var i = 0; i < document.QueryForm.aqi.length; i++) \{
1810 if (document.QueryForm.aqi[i].value == "PL") \{
1811 document.QueryForm.aqp[i].disabled = true;
1812 document.QueryForm.aqp[i].options[1].selected = true;
1813 document.getElementById("aqv" + i).innerHTML = "_cicaqvtypeofplace_(" + i + ")";
1814 \}
1815 \}
1816
[12217]1817 prepareAdvancedSearch();
[11979]1818\}
1819
[11983]1820function changedAQI()
1821\{
[11991]1822 for (var i = 0; i < document.QueryForm.aqi.length; i++) \{
1823 if (document.QueryForm.aqi[i].value != document.QueryForm.aqib[i].value) \{
1824 if (document.QueryForm.aqi[i].value == "PL") \{
[12038]1825 document.QueryForm.aqp[i].disabled = true;
1826 document.QueryForm.aqp[i].options[1].selected = true;
[12035]1827 document.getElementById("aqv" + i).innerHTML = "_cicaqvtypeofplace_(" + i + ")";
[11991]1828 \}
1829 else \{
[12038]1830 document.QueryForm.aqp[i].disabled = false;
[12035]1831 document.getElementById("aqv" + i).innerHTML = "_cicaqvdefault_(" + i + ")";
[11991]1832 \}
1833
1834 document.QueryForm.aqib[i].value = document.QueryForm.aqi[i].value;
1835 \}
[11983]1836 \}
[11991]1837
[12217]1838 prepareAdvancedSearch();
[11983]1839\}
1840
[12217]1841function prepareAdvancedSearch()
[11979]1842\{
1843 document.QueryForm.q.value = "";
1844
[12220]1845 for (var aqv_i = 0; aqv_i < document.QueryForm.aqv.length; aqv_i++) \{
1846 var aqv_value = document.QueryForm.aqv[aqv_i].value;
1847 if (aqv_value != "") \{
1848 var real_index = /aqv([0-9]+)field/.exec(document.QueryForm.aqv[aqv_i].id)[1];
[12037]1849 var combiner = "&";
1850 if (document.QueryForm.aqc[real_index].value == "or") \{
1851 combiner = "|";
1852 \}
[12220]1853 if (document.QueryForm.aqp[real_index].value == "1") \{
1854 aqv_value = '"' + aqv_value + '"';
1855 \}
1856 addQueryTerm(document.QueryForm.q, "[" + aqv_value + "]:" + document.QueryForm.aqi[real_index].value, combiner);
[11991]1857 \}
[11983]1858 \}
1859
[12037]1860 document.QueryForm.q.value += "(";
[12036]1861 addIndexValue(document.QueryForm.q, document.QueryForm.fuq, "FU", "&");
1862 addIndexValue(document.QueryForm.q, document.QueryForm.tmq, "TM", "&");
1863 addIndexValue(document.QueryForm.q, document.QueryForm.syq, "SY", "&");
1864 addIndexValue(document.QueryForm.q, document.QueryForm.maq, "MA", "&");
1865 addIndexValue(document.QueryForm.q, document.QueryForm.deq, "DE", "&");
1866 addIndexValue(document.QueryForm.q, document.QueryForm.stq, "ST", "&");
[12037]1867 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " & ");
1868 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " | ");
1869 document.QueryForm.q.value += ")";
[12036]1870
1871 // Remove the trailing combiner
[12037]1872 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, "()");
1873 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " & ");
1874 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " | ");
[12063]1875 // alert(document.QueryForm.q.value);
[11979]1876\}
1877
[12036]1878function addQueryTerm(query_field_reference, index_value, combiner)
[11979]1879\{
[12036]1880 if (index_value != "") \{
1881 query_field_reference.value += "(" + index_value + ") " + combiner + " ";
1882 \}
1883\}
1884
1885function addIndexValue(query_field_reference, select_reference, index_code, combiner)
1886\{
[11979]1887 var index_value = "";
1888 for (var i = 0; i < select_reference.options.length; i++) \{
1889 if (select_reference.options[i].selected) \{
[12036]1890 index_value += ((index_value != "") ? " " + combiner + " " : "");
[11979]1891 index_value += '["' + select_reference.options[i].value + '"]:' + index_code;
1892 \}
1893 \}
[12036]1894 addQueryTerm(query_field_reference, index_value, "&");
[11983]1895\}
[11979]1896
[12037]1897function removeFromEnd(source_string, offender)
1898\{
1899 if (source_string.length < offender.length) \{
1900 return source_string;
1901 \}
1902
1903 if (source_string.substring(source_string.length - offender.length, source_string.length) != offender) \{
1904 return source_string;
1905 \}
1906
1907 return source_string.substring(0, source_string.length - offender.length);
1908\}
[11979]1909}
1910
[12934]1911_pagefooterextra_ {
[12940]1912_cicblankline_
1913<table cellspacing="0" cellpadding="0" width="100%">
[12934]1914<tr>
1915<td align="left">_If_(_prevfirst_,<a href="_gwcgi_?e=_compressedoptions_&amp;a=q&amp;r=_prevfirst_">_textmatches__prevfirst_ - _prevlast_</a>)</td>
1916<td align="right">_If_(_nextfirst_,<a href="_gwcgi_?e=_compressedoptions_&amp;a=q&amp;r=_nextfirst_">_textmatches__nextfirst_ - _nextlast_</a>)</td>
1917</tr>
1918</table>
1919}
[11852]1920
1921
[12934]1922
[11852]1923# ------------------------------------------------------------------------------------------
1924# ANYLINK MENU
1925# ------------------------------------------------------------------------------------------
1926
1927package anylink
1928
1929_anylinkjavascript_ {
1930/***********************************************
[12447]1931* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
[11852]1932* This notice MUST stay intact for legal use
1933* Visit http://www.dynamicdrive.com/ for full source code
1934***********************************************/
1935
1936/////No further editting needed
1937
1938var ie4=document.all
1939var ns6=document.getElementById&&!document.all
1940
[12455]1941if (ie4||ns6) \{
[12850]1942document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"><\\/div>')
[12455]1943/* Change to fix IE problem with select boxes, as described at http://dotnetjunkies.com/WebLog/jking/archive/category/139.aspx */
[12850]1944document.write('<iframe id="dropmenuiframe" style="display:none; position: absolute; background-color: white; left: 0px; top: 0px" src="javascript:false" frameBorder="0" scrolling="no"><\\/iframe>')
[12455]1945\}
[11852]1946
1947function getposOffset(what, offsettype)\{
1948var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
1949var parentEl=what.offsetParent;
1950while (parentEl!=null)\{
1951totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
1952parentEl=parentEl.offsetParent;
1953\}
1954return totaloffset;
1955\}
1956
1957
1958function showhide(obj, e, visible, hidden, menuwidth)\{
1959if (ie4||ns6)
[12954]1960dropmenuobj.style.left = "-500px";
1961dropmenuobj.style.top = "-500px";
[11852]1962if (menuwidth!="")\{
1963dropmenuobj.widthobj=dropmenuobj.style
1964dropmenuobj.widthobj.width=menuwidth
1965\}
1966if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
1967obj.visibility=visible
1968else if (e.type=="click")
1969obj.visibility=hidden
1970\}
1971
1972function iecompattest()\{
1973return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
1974\}
1975
1976function clearbrowseredge(obj, whichedge)\{
1977var edgeoffset=0
1978if (whichedge=="rightedge")\{
1979var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
1980dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
1981if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
1982edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
1983\}
1984else\{
1985var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
1986var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
1987dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
1988if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)\{ //move up?
1989edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
1990if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
1991edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
1992\}
1993\}
1994return edgeoffset
1995\}
1996
1997function populatemenu(what)\{
1998if (ie4||ns6)
1999dropmenuobj.innerHTML=what.join("")
2000\}
2001
2002
2003function dropdownmenu(obj, e, menucontents, menuwidth)\{
2004if (window.event) event.cancelBubble=true
2005else if (e.stopPropagation) e.stopPropagation()
2006clearhidemenu()
2007dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
2008populatemenu(menucontents)
2009
2010if (ie4||ns6)\{
[12953]2011 showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
2012 dropmenuobj.x=getposOffset(obj, "left")
2013 dropmenuobj.y=getposOffset(obj, "top")
2014 dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
2015 dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
2016 /* Change to fix IE problem with select boxes, as described at http://dotnetjunkies.com/WebLog/jking/archive/category/139.aspx */
2017 iframeobj = document.getElementById("dropmenuiframe");
2018 iframeobj.style.left = dropmenuobj.style.left;
2019 iframeobj.style.top = dropmenuobj.style.top;
2020 iframeobj.style.width = dropmenuobj.style.width;
2021 iframeobj.style.zIndex = 99;
2022 if (ie4) \{
[12954]2023 iframeobj.style.height = dropmenuobj.offsetHeight;
[12953]2024 iframeobj.style.display = "block";
2025 \}
[11852]2026\}
2027
2028return clickreturnvalue()
2029\}
2030
2031function clickreturnvalue()\{
2032if (ie4||ns6) return false
2033else return true
2034\}
2035
2036function contains_ns6(a, b) \{
2037while (b.parentNode)
2038if ((b = b.parentNode) == a)
2039return true;
2040return false;
2041\}
2042
2043function dynamichide(e)\{
2044if (ie4&&!dropmenuobj.contains(e.toElement))
2045delayhidemenu()
2046else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
2047delayhidemenu()
2048\}
2049
2050function hidemenu(e)\{
2051if (typeof dropmenuobj!="undefined")\{
2052if (ie4||ns6)
2053dropmenuobj.style.visibility="hidden"
[12455]2054/* Change to fix IE problem with select boxes, as described at http://dotnetjunkies.com/WebLog/jking/archive/category/139.aspx */
2055iframeobj.style.display = "none"
[11852]2056\}
2057\}
2058
2059function delayhidemenu()\{
2060if (ie4||ns6)
2061delayhide=setTimeout("hidemenu()",disappeardelay)
2062\}
2063
2064function clearhidemenu()\{
2065if (typeof delayhide!="undefined")
2066clearTimeout(delayhide)
2067\}
2068
2069if (hidemenu_onclick=="yes")
2070document.onclick=hidemenu
2071}
Note: See TracBrowser for help on using the repository browser.