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

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

Tidied up some of the "about" pages.

  • Property svn:keywords set to Author Date Id Revision
File size: 86.0 KB
Line 
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
14_pagewidth_ {765}
15
16# Turn off highlighting within text
17_starthighlight_ {}
18_endhighlight_ {}
19
20# Custom navigation bar
21_cicnavigationbar_ {
22<ul id="topnav">
23 <li>_cicaboutmenu_</li>
24 <li>_cicbrowsemenu_</li>
25 <li>_cicsearchmenu_</li>
26 <li id="btn_quick">_query:cicsimplequeryform_</li>
27</ul>
28}
29
30_cicaboutmenu_ {<a id="btn_about" href="_gwcgi_?a=p&amp;p=about" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, aboutmenu, '233px')" onMouseout="delayhidemenu()">About</a>}
31
32_cicbrowsemenu_ {<a id="btn_browse" href="_gwcgi_?a=p&amp;p=institutions" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, browsemenu, '233px')" onMouseout="delayhidemenu()">Browse</a>}
33
34_cicsearchmenu_ {<a id="btn_search" href="_gwcgi_?a=q" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, searchmenu, '233px')" onMouseout="delayhidemenu()">Search</a>}
35
36
37
38# ------------------------------------------------------------------------------------------
39# STYLE
40# ------------------------------------------------------------------------------------------
41
42package Style
43
44# Pages have a common style: page banner, then navigation bar, then page content
45_content_ {
46<div id="interface">
47 _pagebanner_
48
49 _cicnavigationbar_
50
51 _cicpagecontent_
52</div>
53}
54
55_header_ {_cicheader_(onLoad="initializeSimpleSearch();")}
56
57_cicheader_ {
58_cgihead_
59_htmlhead_(_1_)_startspacer_
60}
61
62_cicmenujavascript_ {
63<script type="text/javascript">
64 var menuwidth = '165px' // default menu width
65 var menubgcolor = 'lightyellow' // menu bgcolor
66 var disappeardelay = 250 // menu disappear speed onMouseout (in milliseconds)
67 var hidemenu_onclick = "yes" // hide menu when user clicks within menu?
68
69 // Contents of the "about" menu
70 var aboutmenu = new Array()
71 aboutmenu[0] = '<a href="_gwcgi_?a=p&p=about">Introduction<\\/a>'
72 aboutmenu[1] = '<a href="_gwcgi_?a=p&p=background">Project Background<\\/a>'
73 aboutmenu[2] = '<a href="_gwcgi_?a=p&p=copyright">Copyright Information<\\/a>'
74 aboutmenu[3] = '<a href="_gwcgi_?a=p&p=documents">Application Documents<\\/a>'
75 aboutmenu[4] = '<a href="_gwcgi_?a=p&p=releases">News Coverage<\\/a>'
76 aboutmenu[5] = '<a href="_gwcgi_?a=p&p=glossary">Glossary<\\/a>'
77 aboutmenu[6] = '<a href="_gwcgi_?a=p&p=links">Links for Further Research<\\/a>'
78
79 // Contents of the "browse" menu
80 var browsemenu = new Array()
81 browsemenu[0] = '<a href="_gwcgi_?a=p&p=institutions">Institutions by name<\\/a>'
82 browsemenu[1] = '<a href="_gwcgi_?a=p&p=states">Institutions by state<\\/a>'
83 browsemenu[2] = '<a href="_gwcgi_?a=p&p=types">Places by type<\\/a>'
84 browsemenu[3] = '<a href="_gwcgi_?a=p&p=designers">Places by designer<\\/a>'
85 browsemenu[4] = '<a href="_gwcgi_?a=p&p=styles">Places by building style<\\/a>'
86 browsemenu[5] = '<a href="_gwcgi_?a=p&p=functions">Places by function<\\/a>'
87 browsemenu[6] = '<a href="_gwcgi_?a=p&p=dates">Places by time period<\\/a>'
88
89 // Contents of the "search" menu
90 var searchmenu = new Array()
91 searchmenu[0] = '<a href="_gwcgi_?a=q&qst=1">Institutions by state/region<\\/a>'
92 searchmenu[1] = '<a href="_gwcgi_?a=q&qre=1">Bibliography search<\\/a>'
93 searchmenu[2] = '<a href="_gwcgi_?a=q">Advanced search<\\/a>'
94
95_anylink:anylinkjavascript_
96
97</script>
98}
99
100
101
102# htmlhead uses:
103# _1_ - extra parameters for the body tag
104# _pagetitle_
105# _globalscripts_
106_htmlhead_ {
107<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
108<html_htmlextra_>
109<head>
110<title>_pagetitle_</title>
111<link rel="stylesheet" href="_httpcollection_/macros/style.css" type="text/css"/>
112_cicmenujavascript_
113_query:cicjavascript_
114</head>
115
116<body bgcolor="\#ffffff" text="\#000000" link="\#006666"
117 alink="\#cc9900" vlink="\#006666" _1_>
118}
119
120# We use a very simple pagebanner: just the collection icon, no javalinks etc
121_pagebanner_ {<a href="_gwcgi_?a=p&amp;p=home"><img alt="Council of Independent Colleges Historic Campus Architecture Project" src="_httpcollection_/images/masthead.gif"></a>}
122
123_pagetitle_ {The Council of Independent Colleges: Historic Campus Architecture Project}
124
125# No left margin
126_startspacer_ {}
127_endspacer_ {}
128
129
130
131# ------------------------------------------------------------------------------------------
132# HOME
133# ------------------------------------------------------------------------------------------
134
135package home
136
137_cicpagecontent_ {
138<table cellspacing="0" cellpadding="0">
139 <tr>
140 <td id="cichomephotoarea">
141 <img id="cichomephoto" src="_httpcollection_/images/mainphoto/1.jpg" alt="HCAP Photo" /><br />
142 <span class="caption">&nbsp;</span>
143 </td>
144
145 <td id="cichometext">
146 <img src="_httpcollection_/images/home_headline.gif" alt="Buildings, campus plans, open spaces, and heritage sites." />
147 <p>Welcome to the Council of Independent Colleges Historic Campus Architecture Project - the first national architecture and landscape resource about independent college campuses.</p>
148 <p>To begin your search please enter your request in the quick search field above and press go. You can also use the advanced search feature or browse by region, state, or place name to start.</p>
149 </td>
150 </tr>
151</table>
152}
153
154
155
156# ------------------------------------------------------------------------------------------
157# ABOUT
158# ------------------------------------------------------------------------------------------
159
160package about
161
162_cicpagecontent_ {
163<div class="cicheading">Welcome to the Historic Campus Architecture Project</div>
164
165<div id="cicaboutphotoarea">
166 <a href="_gwcgi_?a=d&amp;d=p1932"><img alt="ADP Fountain (detail), Wesleyan College" src="_httpcollection_/images/about1.jpg"></a><br />
167 <a href="_gwcgi_?a=d&amp;d=p915"><img alt="Ball Hall (detail of belfry), Keuka College" src="_httpcollection_/images/about2.jpg"></a><br />
168 <a href="_gwcgi_?a=d&amp;d=p992"><img alt="Cooper Hall, Limestone College" src="_httpcollection_/images/about3.jpg"></a><br />
169</div>
170
171<p>In 2002, CIC was awarded a two-year grant from the Getty Grant Program for the "Survey of Historic Architecture and Design on the Independent College and University Campus." This project aims to identify resources for further research about significant buildings, campus plans, open spaces, and heritage sites of American higher education.</p>
172
173<p>Initial activities for this project were completed in fall 2003, and included preparing an inventory, from approximately 725 active and potential CIC members, of places of significant historic interest, in relation to distinctive developments in architecture, landscape, American history, and the history of education, religion, engineering, and culture. In total, more than 1,900 places of historical significance on private college and university campuses were identified, and 4,000 images relating to sites of architectural, landscape, and planning interest and significance were collected. The survey was completed by 363 institutions, representing a return of more than 50 percent of the original list of schools that were invited to participate.</p>
174
175<p>In 2005, The Council of Independent Colleges (CIC) announced that the Getty Foundation, the philanthropic arm of the J. Paul Getty Trust, awarded a grant of $280,000 to CIC in support of the <i>CIC Survey of Historic Architecture and Design on the Independent College and University Campus</i>. The new grant brings the Getty’s support of this project to a total of $431,000.</p>
176
177<p>"We are delighted to offer this database as the first national architecture and landscape resource about independent college campuses," said CIC President Richard Ekman. "America’s private colleges and universities include most of the oldest institutions of higher education in America and their evolving physical campuses tell us a lot about American education. Documenting the historic buildings on college campuses provides a new window into understanding the distinctive educational mission of a college, the values of its founders, and the ways in which the physical campus embodies and supports the educational program."</p>
178
179<hr>
180<p>The <b>Council of Independent Colleges</b> is an association of more than 540 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>
181
182<p>The <b>J. Paul Getty Trust</b> is an international cultural and philanthropic organization devoted to the visual arts that includes the J. Paul Getty Museum, the Getty Research Institute, the Getty Conservation Institute, and the Getty Foundation. The J. Paul Getty Trust and its programs are based at the Getty Center in Los Angeles. Additional information is available on the Getty website at <a href="http://www.getty.edu">www.getty.edu</a>.</p>
183
184<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 historic architecture database. (This file is in PDF format. In order to view, 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>
185}
186
187
188
189# ------------------------------------------------------------------------------------------
190# BACKGROUND (About -> Project Background)
191# ------------------------------------------------------------------------------------------
192
193package background
194
195_cicpagecontent_ {
196<div class="cicheading">Project Background</div>
197
198<p>An advisory committee guiding the project includes <b>Randall Mason</b>, associate professor of architecture in the graduate program in historic preservation at the School of Design, University of Pennsylvania; <b>Therese O’Malley</b>, associate dean of the Center for Advanced Study in the Visual Arts at the National Gallery of Art in Washington, DC; <b>Damie Stillman</b>, professor of art history emeritus at the University of Delaware and editor-in-chief, <i>Buildings of the United States</i> series; <b>John Strassburger</b>, president of Ursinus College (PA); <b>Thomas C. Celli</b>, president of Celli-Flynn Brennan Turkall, Architects and Planners (PA); and <b>Russell V. Keune</b>, former director of international relations at the American Institute of Architects.</p>
199
200<p><a href="mailto:[email protected]">Dr. Barbara S. Christen</a>, former Research Associate at the Center for Advanced Study in the Visual Arts of the National Gallery of Art and an architectural historian, is directing the project as Senior Advisor to CIC.</p>
201}
202
203
204
205# ------------------------------------------------------------------------------------------
206# COPYRIGHT (About -> Copyright Information)
207# ------------------------------------------------------------------------------------------
208
209package copyright
210
211_cicpagecontent_ {
212<div class="cicheading">Copyright and Permissions Information for CIC Historic Campus Architecture Project</div>
213
214<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>
215
216<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>
217
218<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>
219
220<hr>
221<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>
222
223<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>
224
225<p>By accessing the Survey, you acknowledge that you have read and accepted these conditions.</p>
226}
227
228
229
230# ------------------------------------------------------------------------------------------
231# RELEASES (About -> News Coverage)
232# ------------------------------------------------------------------------------------------
233
234package releases
235
236_cicpagecontent_ {
237<div class="cicheading">News Coverage</div>
238
239<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>
240
241<p class="cicreference">Rubman, Kerri. "Getty Campus Grants Promote Preservation Planning." <i>Forum News</i> (March/April 2005): 3.</p>
242
243<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>
244
245<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>
246
247<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>
248
249<p class="cicreference">Arenson, Karen W. "Regilding a Stanford White Landmark." <i>New York Times</i>, July 30, 2004, C13 (national edition).</p>
250
251<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>
252
253<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>
254}
255
256
257
258# ------------------------------------------------------------------------------------------
259# DOCUMENTS (About -> Application Documents)
260# ------------------------------------------------------------------------------------------
261
262package documents
263
264_cicpagecontent_ {
265<div class="cicheading">Application Documents</div>
266
267<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>
268
269<a href="http://www.cic.org/projects_services/grants/getty_letter.asp">Letter of Instruction to Campus Liaison</a><br />
270<a href="http://www.cic.org/projects_services/grants/getty_questionnaire.pdf">Questionnaire</a> (PDF)<br />
271<a href="http://www.cic.org/projects_services/grants/getty_definitions.pdf">Definitions and Visual Examples</a> (PDF)<br />
272<a href="http://www.cic.org/projects_services/grants/getty_guidelines.pdf">Submission Guidelines</a> (PDF)<br />
273}
274
275
276
277# ------------------------------------------------------------------------------------------
278# GLOSSARY (About -> Glossary)
279# ------------------------------------------------------------------------------------------
280
281package glossary
282
283_cicpagecontent_ {
284<div class="cicheading">Glossary</div>
285
286<span class="cicsubheading">Definitions and Visual Examples</span> <span class="cictext">(some based on definitions of the Getty Art and Architecture Thesaurus)</span><br />
287(as noted in Questionnaire, Part II./Section 2. Description/A. Building/1. Architectural classification)
288
289<p />
290<table cellspacing="0" cellpadding="0" width="_pagewidth_">
291 <tr>
292 <td valign="top" width="100%">AMERICAN COLONIAL<br />
293Refers 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 17<sup>th</sup> and 18<sup>th</sup> 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 />
294<i>Example image: Dartmouth Hall, 1784-1791 (and later), Dartmouth College, Hanover, N.H. (photo courtesy of University of Maryland slide collection)</i>
295 </td>
296 <td valign="top">&nbsp;<img alt="Dartmouth Hall, Dartmouth College (photo courtesy of University of Maryland slide collection)" src="_httpcollection_/images/americancolonial.jpg"/></td>
297 </tr>
298 <tr><td colspan="2">&nbsp;</td></tr>
299 <tr>
300 <td valign="top" width="100%">FEDERAL<br />
301Refers 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 />
302<i>Example image: President's House, Williams College, Williamstown, Mass. (HABS/HAER)</i>
303 </td>
304 <td valign="top">&nbsp;<img alt="President's House, Williams College (HABS/HAER)" src="_httpcollection_/images/federal.jpg"/></td>
305 </tr>
306 <tr><td colspan="2">&nbsp;</td></tr>
307 <tr>
308 <td valign="top" width="100%">GREEK REVIVAL<br />
309Refers 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 18<sup>th</sup>-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 />
310<i>Example image: Morrison College, 1830, Transylvania University, Lexington, Ky. (HABS/HAER)</i>
311 </td>
312 <td valign="top">&nbsp;<img alt="Morrison College, Transylvania University (HABS/HAER)" src="_httpcollection_/images/greekrevival.jpg"/></td>
313 </tr>
314 <tr><td colspan="2">&nbsp;</td></tr>
315 <tr>
316 <td valign="top" width="100%">ITALIANATE<br />
317A mid- to-late-19<sup>th</sup>-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 />
318<i>Example image: Ralston Hall, University of Notre Dame de Namur, after 1865, Belmont, Calif. (HABS/HAER)</i>
319 </td>
320 <td valign="top">&nbsp;<img alt="Ralston Hall, Univ. of Notre Dame de Namur" src="_httpcollection_/images/italianate.jpg"/></td>
321 </tr>
322 <tr><td colspan="2">&nbsp;</td></tr>
323 <tr>
324 <td valign="top" width="100%">GOTHIC REVIVAL<br />
325Refers 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 19<sup>th</sup> and 20th century examples in campus architecture in what came to be called Collegiate Gothic.<br />
326<i>Example image: "Old Main" Building, 1911-1912, Bethany College, Bethany, W. Va. (HABS/HAER)</i>
327 </td>
328 <td valign="top">&nbsp;<img alt="Old Main building, Bethany College (HABS/HAER)" src="_httpcollection_/images/gothicrevival.jpg"/></td>
329 </tr>
330 <tr><td colspan="2">&nbsp;</td></tr>
331 <tr>
332 <td valign="top" width="100%">ROMANESQUE REVIVAL<br />
333Refers 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 19<sup>th</sup> century.<br />
334<i>Example image: Glatfelter Hall, 1888-1889, Gettysbury College, Gettysburg, Pa. (HABS/HAER)</i>
335 </td>
336 <td valign="top">&nbsp;<img alt="Glatfelter Hall, Gettysbury College (HABS/HAER)" src="_httpcollection_/images/romanesquerevival.jpg"/></td>
337 </tr>
338 <tr><td colspan="2">&nbsp;</td></tr>
339 <tr>
340 <td valign="top" width="100%">VICTORIAN STYLES<br />
341Refers to a wide variety of styles exhibited during the 19<sup>th</sup> 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 />
342<i>Example image: Residential Village (Theme House), 1895-1896, Agnes Scott College, Decatur, Ga. (CIC-HCAP collection)</i>
343 </td>
344 <td valign="top">&nbsp;<img alt="Residential Village (Theme House), Agnes Scott College (CIC-HCAP collection)" src="_httpcollection_/images/victorianstyles.jpg"/></td>
345 </tr>
346 <tr><td colspan="2">&nbsp;</td></tr>
347 <tr>
348 <td valign="top" width="100%">BEAUX-ARTS CLASSICISM<br />
349Refers to the revival of classicism, especially as practiced in Italy and France during the Renaissance and Baroque eras of the 15<sup>th</sup> to 18<sup>th</sup> centuries, that flourished in Europe and America in the late 19<sup>th</sup> and early 20<sup>th</sup> 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 />
350<i>Example image: Cochran Hall, 1907-1908, Allegheny College, Meadville, Penn. (CIC-HCAP collection)</i>
351 </td>
352 <td valign="top">&nbsp;<img alt="Cochran Hall, Allegheny College (CIC-HCAP collection)" src="_httpcollection_/images/beauxartsclassicism.jpg"/></td>
353 </tr>
354 <tr><td colspan="2">&nbsp;</td></tr>
355 <tr>
356 <td valign="top" width="100%">COLONIAL REVIVAL<br />
357Refers 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 17<sup>th</sup>, 18<sup>th</sup>, and early 19<sup>th</sup> 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 17<sup>th</sup> century clapboard buildings, but also a Georgian revival, which was inspired by English and American architecture of the 18<sup>th</sup> 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 />
358<i>Example image: Washington Hall, 1824, Washington and Lee University, Lexington, Va. (HABS)</i>
359 </td>
360 <td valign="top">&nbsp;<img alt="Washington Hall, Washington and Lee University" src="_httpcollection_/images/colonialrevival.jpg"/></td>
361 </tr>
362 <tr><td colspan="2">&nbsp;</td></tr>
363 <tr>
364 <td valign="top" width="100%">MISSION/MISSION REVIVAL<br />
365As 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 />
366<i>Example image: Our Lady Queen of Peace Chapel, 1959-1961, Lourdes College, Sylvania, Ohio (CIC-HCAP collection)</i>
367 </td>
368 <td valign="top">&nbsp;<img alt="Our Lady Queen of Peace Chapel, Lourdes College (CIC-HCAP collection)" src="_httpcollection_/images/mission.jpg"/></td>
369 </tr>
370 <tr><td colspan="2">&nbsp;</td></tr>
371 <tr>
372 <td valign="top" width="100%">MODERN/PRE- AND POST-WWII<br />
373Refers 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 />
374<i>Example image: Annie Pfeiffer Chapel, des. 1940, Florida Southern College, Lakeland, Fla. (HABS/HAER)</i>
375 </td>
376 <td valign="top">&nbsp;<img alt="Annie Pfeiffer Chapel, Florida Southern College (HABS/HAER)" src="_httpcollection_/images/modern.jpg"/></td>
377 </tr>
378 <tr><td colspan="2">&nbsp;</td></tr>
379 <tr>
380 <td valign="top" width="100%">POSTMODERN<br />
381Refers 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 />
382<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>
383 </td>
384 <td valign="top">&nbsp;<img alt="Williams College Museum of Art (rear façade), Williams College (Williams College Department of Art slide collection)" src="_httpcollection_/images/postmodern.jpg"/></td>
385 </tr>
386 <tr><td colspan="2">&nbsp;</td></tr>
387 <tr>
388 <td valign="top" width="100%">CONTEMPORARY<br />
389Although 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 />
390<i>Example image: Admissions and Careers Services Center (detail, exterior), Trinity College, Hartford, Conn. (CIC-HCAP collection)</i>
391 </td>
392 <td valign="top">&nbsp;<img alt="Admissions and Careers Services Center, Trinity College (CIC-HCAP collection)" src="_httpcollection_/images/contemporary.jpg"/></td>
393 </tr>
394 <tr><td colspan="2">&nbsp;</td></tr>
395 <tr>
396 <td valign="top" width="100%">REGIONALIST/VERNACULAR<br />
397Refers 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 />
398<i>Example image: Old Castle, 1858, Baker University, Baldwin City, Kans. (HABS/HAER)</i>
399 </td>
400 <td valign="top">&nbsp;<img alt="Old Castle, Baker University (HABS/HAER)" src="_httpcollection_/images/vernacularregionalist.jpg"/></td>
401 </tr>
402</table>
403
404<p/>
405<div class="cicsubheading">Further Definitions</div>
406(as noted in Questionnaire, Part II./Section 2. Description/B. Entire campus and C. Campus plan)
407
408<p><b>Informal or not formally planned:</b><br />
409No comprehensive master plan was a part of campus building or landscaping efforts. Campus has developed without any overarching schema.</p>
410
411<p><b>Irregular/Picturesque:</b><br />
412Master 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>
413
414<p><b>Linear:</b><br />
415Master 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>
416
417<p><b>Quadrangle/Beaux-Arts classicism:</b><br />
418Master 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>
419
420<p><b>Modern (open plan):</b><br />
421Though 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>
422}
423
424
425
426# ------------------------------------------------------------------------------------------
427# LINKS (About -> Links for Further Research)
428# ------------------------------------------------------------------------------------------
429
430package links
431
432_cicpagecontent_ {
433<div class="cicheading">Links</div>
434
435<p><b>Supporting Organizations</b></p>
436
437<p>Council of Independent Colleges: <a href="http://www.cic.org">http://www.cic.org</a></p>
438
439<p>Getty Foundation: <a href="http://www.getty.edu">http://www.getty.edu</a></p>
440
441<p><b>Related Websites</b></p>
442
443<p>Society for College and University Planning: <a href="http://www.scup.org">http://www.scup.org</a></p>
444
445<p>National Historic Landmarks: <a href="http://www.cr.nps.gov/nhl/">http://www.cr.nps.gov/nhl/</a></p>
446
447<p>National Register of Historic Places: <a href="http://www.cr.nps.gov/nr/">http://www.cr.nps.gov/nr/</a></p>
448
449<p>State Historic Preservation Offices: <a href="http://www.cr.nps.gov/nr/shpolist.htm">http://www.cr.nps.gov/nr/shpolist.htm</a></p>
450
451<p>Historic American Building Survey and Historic American Engineering Record: <a href="http://www.cr.nps.gov/habshaer">http://www.cr.nps.gov/habshaer</a></p>
452
453<p>Chronicle of Higher Education: <a href="http://chronicle.com">http://chronicle.com</a></p>
454
455<p>American Planning Association: <a href="http://www.planning.org">http://www.planning.org</a></p>
456
457<p>National Association of State Universities and Land-Grant Colleges: <a href="http://www.nasulgc.org">http://www.nasulgc.org</a></p>
458}
459
460
461
462# ------------------------------------------------------------------------------------------
463# INSTITUTIONS (Browse -> Institution)
464# ------------------------------------------------------------------------------------------
465
466package institutions
467
468_cicpagecontent_ {
469<div class="cicheading">Institutions</div>
470
471_cicstaticbrowser_
472}
473
474
475
476# ------------------------------------------------------------------------------------------
477# TYPES (Browse -> Type of Place)
478# ------------------------------------------------------------------------------------------
479
480package types
481
482_cicpagecontent_ {
483<div class="cicheading">Type of Place</div>
484
485<p />
486<table width="_pagewidth_">
487 <tr>
488 <td width="50%"><center><a href="_gwcgi_?a=p&p=typesIndividualbuilding"><img alt="Cooper Hall, Limestone College" src="_httpcollection_/images/building.jpg"/><br />Buildings</a></center></td>
489 <td width="50%"><center><a href="_gwcgi_?a=p&p=typesCampusarrangement"><img alt="Campus Plan, Bryan College" src="_httpcollection_/images/arrangement.jpg"/><br />Campus Arrangements</center></td>
490 </tr>
491 <tr>
492 <td width="50%"><center><a href="_gwcgi_?a=p&p=typesLandscapesite"><img alt="Tableau in the Mary Dell (ca. 1912)" src="_httpcollection_/images/landscapesite.jpg"/><br />Landscape Sites</a></center></td>
493 <td width="50%"><center><a href="_gwcgi_?a=p&p=typesBuildinggroup"><img alt="Hotel Ponce de Leon, Flagler College" src="_httpcollection_/images/buildinggroup.jpg"/><br />Building Groups</a></center></td>
494 </tr>
495</table>
496}
497
498package typesIndividualbuilding
499_cicpagecontent_ { <div class="cicheading">Buildings</div><br />_cicstaticbrowser_ }
500
501package typesLandscapesite
502_cicpagecontent_ { <div class="cicheading">Landscape Sites</div><br />_cicstaticbrowser_ }
503
504package typesCampusarrangement
505_cicpagecontent_ { <div class="cicheading">Campus Arrangements</div><br />_cicstaticbrowser_ }
506
507package typesBuildinggroup
508_cicpagecontent_ { <div class="cicheading">Building Groups</div><br />_cicstaticbrowser_ }
509
510
511
512# ------------------------------------------------------------------------------------------
513# DESIGNERS (Browse -> Designer)
514# ------------------------------------------------------------------------------------------
515
516package designers
517
518_cicpagecontent_ {<div class="cicheading">Designers</div>_cicstaticbrowser_}
519
520
521
522# ------------------------------------------------------------------------------------------
523# STATES (Browse -> State)
524# ------------------------------------------------------------------------------------------
525
526package states
527
528_cicpagecontent_ {
529<div class="cicheading">States</div>
530
531<p />
532<center><img src="_httpcollection_/images/usa_map-mono.gif" usemap="#states"/></center>
533<map name="states">
534 <!-- <area shape="rect" coords="106,145,132,159" href="#New Mexico"> -->
535</map>
536
537<p />
538<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="#Rhode Island">R</a>&nbsp;<a href="#South Carolina">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>
539
540_cicstaticbrowser_
541}
542
543
544
545# ------------------------------------------------------------------------------------------
546# STYLES (Browse -> Building Styles)
547# ------------------------------------------------------------------------------------------
548
549package styles
550
551_cicpagecontent_ {
552<div class="cicheading">Styles</div>
553
554<p />
555<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesAmericancolonial">American Colonial</a></div>
556<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesFederal">Federal</a></div>
557<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesGreekrevival">Greek Revival</a></div>
558<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesItalianate">Italianate</a></div>
559<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesGothicrevival">Gothic Revival</a></div>
560<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesRomanesquerevival">Romanesque Revival</a></div>
561<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesVictorian">Victorian Styles</a></div>
562<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesBeauxArtsclassicism">Beaux-Arts Classicism</a></div>
563<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesColonialrevival">Colonial Revival</a></div>
564<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesMissionMissionrevival">Mission/Mission Revival</a></div>
565<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesModernpreWWII">Modern/pre-World War II</a></div>
566<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesModernpostWWII">Modern/post-World War II</a></div>
567<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesPostmodern">Postmodern</a></div>
568<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesContemporary">Contemporary</a></div>
569<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesRegionalistVernacular">Regionalist Vernacular</a></div>
570<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesOther">Other</a></div>
571
572<p>See the <a href="_gwcgi_?a=p&p=glossary">Glossary</a> for full definition of terms.</p>
573}
574
575package stylesAmericancolonial
576_cicpagecontent_ { <div class="cicheading">American Colonial</div><br />_cicstaticbrowser_ }
577
578package stylesFederal
579_cicpagecontent_ { <div class="cicheading">Federal</div><br />_cicstaticbrowser_ }
580
581package stylesGreekrevival
582_cicpagecontent_ { <div class="cicheading">Greek Revival</div><br />_cicstaticbrowser_ }
583
584package stylesItalianate
585_cicpagecontent_ { <div class="cicheading">Italianate</div><br />_cicstaticbrowser_ }
586
587package stylesGothicrevival
588_cicpagecontent_ { <div class="cicheading">Gothic Revival</div><br />_cicstaticbrowser_ }
589
590package stylesRomanesquerevival
591_cicpagecontent_ { <div class="cicheading">Romanesque Revival</div><br />_cicstaticbrowser_ }
592
593package stylesVictorian
594_cicpagecontent_ { <div class="cicheading">Victorian</div><br />_cicstaticbrowser_ }
595
596package stylesBeauxArtsclassicism
597_cicpagecontent_ { <div class="cicheading">Beaux-Arts Classicism</div><br />_cicstaticbrowser_ }
598
599package stylesColonialrevival
600_cicpagecontent_ { <div class="cicheading">Colonial Revival</div><br />_cicstaticbrowser_ }
601
602package stylesMissionMissionrevival
603_cicpagecontent_ { <div class="cicheading">Mission/Mission Revival</div><br />_cicstaticbrowser_ }
604
605package stylesModernpreWWII
606_cicpagecontent_ { <div class="cicheading">Modern/pre-World War II</div><br />_cicstaticbrowser_ }
607
608package stylesModernpostWWII
609_cicpagecontent_ { <div class="cicheading">Modern/post-World War II</div><br />_cicstaticbrowser_ }
610
611package stylesPostmodern
612_cicpagecontent_ { <div class="cicheading">Postmodern</div><br />_cicstaticbrowser_ }
613
614package stylesContemporary
615_cicpagecontent_ { <div class="cicheading">Contemporary</div><br />_cicstaticbrowser_ }
616
617package stylesRegionalistVernacular
618_cicpagecontent_ { <div class="cicheading">Regionalist Vernacular</div><br />_cicstaticbrowser_ }
619
620package stylesOther
621_cicpagecontent_ { <div class="cicheading">Other</div><br />_cicstaticbrowser_ }
622
623
624
625# ------------------------------------------------------------------------------------------
626# DATES (Browse -> Time Period)
627# ------------------------------------------------------------------------------------------
628
629package dates
630
631_cicpagecontent_ {
632<div class="cicheading">Time Period</div>
633
634<p />
635<div class="cictexthalf"><a href="_gwcgi_?a=p&p=datespre1800">pre-1800</a></div>
636<div class="cictexthalf"><a href="_gwcgi_?a=p&p=dates18001850">1800-1850</a></div>
637<div class="cictexthalf"><a href="_gwcgi_?a=p&p=dates18501900">1850-1900</a></div>
638<div class="cictexthalf"><a href="_gwcgi_?a=p&p=dates19001945">1900-1945</a></div>
639<div class="cictexthalf"><a href="_gwcgi_?a=p&p=dates19451995">1945-1995</a></div>
640<div class="cictexthalf"><a href="_gwcgi_?a=p&p=datespost1995">post-1995</a></div>
641}
642
643package datespre1800
644_cicpagecontent_ { <div class="cicheading">pre-1800</div><br />_cicstaticbrowser_ }
645
646package dates18001850
647_cicpagecontent_ { <div class="cicheading">1800-1850</div><br />_cicstaticbrowser_ }
648
649package dates18501900
650_cicpagecontent_ { <div class="cicheading">1850-1900</div><br />_cicstaticbrowser_ }
651
652package dates19001945
653_cicpagecontent_ { <div class="cicheading">1900-1945</div><br />_cicstaticbrowser_ }
654
655package dates19451995
656_cicpagecontent_ { <div class="cicheading">1945-1995</div><br />_cicstaticbrowser_ }
657
658package datespost1995
659_cicpagecontent_ { <div class="cicheading">post-1995</div><br />_cicstaticbrowser_ }
660
661
662
663# ------------------------------------------------------------------------------------------
664# FUNCTIONS (Browse -> Function)
665# ------------------------------------------------------------------------------------------
666
667package functions
668
669_cicpagecontent_ {
670<div class="cicheading">Function</div>
671
672<p />
673<table cellpadding="0" cellspacing="0" width="_pagewidth_">
674<tr>
675<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsacademicdepartmentbuilding">Academic department building</a></div></td>
676<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsinfirmary">Infirmary</a></div></td>
677</tr>
678<tr>
679<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsadministration">Administration</a></div></td>
680<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionslibrary">Library</a></div></td>
681</tr>
682<tr>
683<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsadmissionsoffice">Admissions office</a></div></td>
684<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsmasterplancampus">Master plan (campus)</a></div></td>
685</tr>
686<tr>
687<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsalumnicenter">Alumni center</a></div></td>
688<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsmasterplanlandscape">Master plan (landscape)</a></div></td>
689</tr>
690<tr>
691<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsarboretum">Arboretum</a></div></td>
692<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsmemorialsite">Memorial site</a></div></td>
693</tr>
694<tr>
695<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsarchaeologicalsite">Archaeological site</a></div></td>
696<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsmuseum">Museum</a></div></td>
697</tr>
698<tr>
699<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsauditorium">Auditorium</a></div></td>
700<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsobservatory">Observatory</a></div></td>
701</tr>
702<tr>
703<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsbelltower">Bell tower</a></div></td>
704<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsoldmain">Old main</a></div></td>
705</tr>
706<tr>
707<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionschapel">Chapel</a></div></td>
708<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsoutdoorspace">Outdoor space</a></div></td>
709</tr>
710<tr>
711<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsclassrooms">Classroom(s)</a></div></td>
712<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionspresidentshouse">President's house</a></div></td>
713</tr>
714<tr>
715<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsdebatingsociety">Debating society</a></div></td>
716<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsprivateresidence">Private residence</a></div></td>
717</tr>
718<tr>
719<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsdininghall">Dining hall</a></div></td>
720<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsresidencehall">Residence hall</a></div></td>
721</tr>
722<tr>
723<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsfacilitymanagementbuilding">Facility management building</a></div></td>
724<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsstadium">Stadium</a></div></td>
725</tr>
726<tr>
727<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsfacultyoffices">Faculty offices</a></div></td>
728<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsstudentunion">Student union</a></div></td>
729</tr>
730<tr>
731<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsgardens">Gardens (planned)</a></div></td>
732<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionstheater">Theater</a></div></td>
733</tr>
734<tr>
735<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsgreeklettersociety">Greek letter society</a></div></td>
736<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsother">Other</a></div></td>
737</tr>
738<tr>
739<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsgymnasium">Gymnasium</a></div></td>
740<td width="50%">&nbsp;</td>
741</tr>
742</table>
743}
744
745package functionsacademicdepartmentbuilding
746_cicpagecontent_ { <div class="cicheading">Academic department building</div><br />_cicstaticbrowser_ }
747
748package functionsadministration
749_cicpagecontent_ { <div class="cicheading">Administration</div><br />_cicstaticbrowser_ }
750
751package functionsadmissionsoffice
752_cicpagecontent_ { <div class="cicheading">Admissions office</div><br />_cicstaticbrowser_ }
753
754package functionsalumnicenter
755_cicpagecontent_ { <div class="cicheading">Alumni center</div><br />_cicstaticbrowser_ }
756
757package functionsarboretum
758_cicpagecontent_ { <div class="cicheading">Arboretum</div><br />_cicstaticbrowser_ }
759
760package functionsarchaeologicalsite
761_cicpagecontent_ { <div class="cicheading">Archaeological site</div><br />_cicstaticbrowser_ }
762
763package functionsauditorium
764_cicpagecontent_ { <div class="cicheading">Auditorium</div><br />_cicstaticbrowser_ }
765
766package functionsbelltower
767_cicpagecontent_ { <div class="cicheading">Bell tower</div><br />_cicstaticbrowser_ }
768
769package functionschapel
770_cicpagecontent_ { <div class="cicheading">Chapel</div><br />_cicstaticbrowser_ }
771
772package functionsclassrooms
773_cicpagecontent_ { <div class="cicheading">Classroom(s)</div><br />_cicstaticbrowser_ }
774
775package functionsdebatingsociety
776_cicpagecontent_ { <div class="cicheading">Debating society</div><br />_cicstaticbrowser_ }
777
778package functionsdininghall
779_cicpagecontent_ { <div class="cicheading">Dining hall</div><br />_cicstaticbrowser_ }
780
781package functionsfacilitymanagementbuilding
782_cicpagecontent_ { <div class="cicheading">Facility management building</div><br />_cicstaticbrowser_ }
783
784package functionsfacultyoffices
785_cicpagecontent_ { <div class="cicheading">Faculty offices</div><br />_cicstaticbrowser_ }
786
787package functionsgardens
788_cicpagecontent_ { <div class="cicheading">Gardens (planned)</div><br />_cicstaticbrowser_ }
789
790package functionsgreeklettersociety
791_cicpagecontent_ { <div class="cicheading">Greek letter society</div><br />_cicstaticbrowser_ }
792
793package functionsgymnasium
794_cicpagecontent_ { <div class="cicheading">Gymnasium</div><br />_cicstaticbrowser_ }
795
796package functionsinfirmary
797_cicpagecontent_ { <div class="cicheading">Infirmary</div><br />_cicstaticbrowser_ }
798
799package functionslibrary
800_cicpagecontent_ { <div class="cicheading">Library</div><br />_cicstaticbrowser_ }
801
802package functionsmasterplancampus
803_cicpagecontent_ { <div class="cicheading">Master plan (campus)</div><br />_cicstaticbrowser_ }
804
805package functionsmasterplanlandscape
806_cicpagecontent_ { <div class="cicheading">Master plan (landscape)</div><br />_cicstaticbrowser_ }
807
808package functionsmemorialsite
809_cicpagecontent_ { <div class="cicheading">Memorial site</div><br />_cicstaticbrowser_ }
810
811package functionsmuseum
812_cicpagecontent_ { <div class="cicheading">Museum</div><br />_cicstaticbrowser_ }
813
814package functionsobservatory
815_cicpagecontent_ { <div class="cicheading">Observatory</div><br />_cicstaticbrowser_ }
816
817package functionsoldmain
818_cicpagecontent_ { <div class="cicheading">Old main</div><br />_cicstaticbrowser_ }
819
820package functionsoutdoorspace
821_cicpagecontent_ { <div class="cicheading">Outdoor space</div><br />_cicstaticbrowser_ }
822
823package functionspresidentshouse
824_cicpagecontent_ { <div class="cicheading">President's house</div><br />_cicstaticbrowser_ }
825
826package functionsprivateresidence
827_cicpagecontent_ { <div class="cicheading">Private residence</div><br />_cicstaticbrowser_ }
828
829package functionsresidencehall
830_cicpagecontent_ { <div class="cicheading">Residence hall</div><br />_cicstaticbrowser_ }
831
832package functionsstadium
833_cicpagecontent_ { <div class="cicheading">Stadium</div><br />_cicstaticbrowser_ }
834
835package functionsstudentunion
836_cicpagecontent_ { <div class="cicheading">Student union</div><br />_cicstaticbrowser_ }
837
838package functionstheater
839_cicpagecontent_ { <div class="cicheading">Theater</div><br />_cicstaticbrowser_ }
840
841package functionsother
842_cicpagecontent_ { <div class="cicheading">Other</div><br />_cicstaticbrowser_ }
843
844
845
846# ------------------------------------------------------------------------------------------
847# DOCUMENT
848# ------------------------------------------------------------------------------------------
849
850package document
851
852_navarrows_ {}
853
854_textheader_ {_style:cicheader_}
855
856_cicpagecontent_ {}
857
858
859
860# ------------------------------------------------------------------------------------------
861# QUERY
862# ------------------------------------------------------------------------------------------
863
864package query
865
866_header_ {
867_If_(_cgiargq_,_style:header_,_If_("_cgiargqst_" eq "1",_cicstatesearchheader_,_If_("_cgiargqre_" eq "1",_cicbibliographysearchheader_,_cicadvancedsearchheader_)))
868}
869
870_cicjavascript_ {
871<script type="text/javascript">
872
873_cicsimplejavascript_
874_If_("_cgiargqst_" eq "1",_cicstatesearchjavascript_)
875_If_("_cgiargqre_" eq "1",_cicbibliographysearchjavascript_)
876_cicadvancedsearchjavascript_
877
878</script>
879}
880
881_cicpagecontent_ {
882_If_(_cgiargq_,_cicsearchresults_,_If_("_cgiargqst_" eq "1",_If_("_cgiargqrst_" eq "1",_cicstatesearchresults_,_cicstatesearchpage_),_If_("_cgiargqre_" eq "1",_cicbibliographysearchpage_,_cicadvancedsearchpage_)))
883}
884
885_cicsearchresults_ {
886<div class="cicheading">Search Results</div>
887
888<p>_resultline_</p>
889}
890
891# What is displayed on the submit buttons
892_textbeginsearch_ {Search}
893
894
895
896# ------------------------------------------------------------------------------------------
897# QUERY (Quick Search)
898# ------------------------------------------------------------------------------------------
899
900_cicsimplejavascript_ {
901function initializeSimpleSearch()
902\{
903 document.SimpleQueryForm.txq.focus();
904\}
905
906function prepareSimpleSearch()
907\{
908 document.SimpleQueryForm.fqv.value = document.SimpleQueryForm.txq.value;
909\}
910}
911
912
913_cicsimplequeryform_ {
914<form name="SimpleQueryForm" method="get" action="_gwcgi_">
915 <input type="hidden" name="a" value="q" />
916 <input type="hidden" name="fqc" value="and" />
917 <input type="hidden" name="fqf" value="ZZ" />
918 <input type="text" name="fqv" id="search_query" value="QUICK SEARCH" class="inputblur" />
919 <input type="submit" name="submit" id="search_submit" value="GO" />
920</form>
921}
922
923# _cicsimplequeryform_ {
924# <form name="SimpleQueryForm" method="get" action="_gwcgi_" onSubmit="prepareSimpleSearch();">
925# <input type="hidden" name="a" value="q">
926# <input type="hidden" name="fqc" value="and">
927# <input type="hidden" name="fqf" value="ZZ">
928# <input type="hidden" name="fqv" value="">
929# <div style="float: right; white-space: nowrap;"><span style="font-size: 8pt;">QUICK SEARCH: </span><input type="text" name="txq" value="" size="10" style="border: solid 1px #005400;"></div>
930# </form>
931# }
932
933
934
935# ------------------------------------------------------------------------------------------
936# QUERY (Search -> Institutions by State/Region)
937# ------------------------------------------------------------------------------------------
938
939_cicstatesearchheader_ {
940_style:cicheader_(onLoad="initializeStateSearch();")
941}
942
943_cicstatesearchjavascript_ {
944function initializeStateSearch()
945\{
946 if ("_cgiargqrst_" == "1") \{
947 var stq_results = "";
948 var stq_values = "_cgiargstq_".split(",").sort();
949 var last_stq_value = "";
950 for (var i = 0; i < stq_values.length; i++) \{
951 // Avoid duplicates by checking this value is different from the last one
952 if (stq_values[i] == last_stq_value) \{
953 continue;
954 \}
955 last_stq_value = stq_values[i];
956
957 if (stq_values[i] == "AL") stq_results += '_states:cicstateAL_';
958 if (stq_values[i] == "AK") stq_results += '_states:cicstateAK_';
959 if (stq_values[i] == "AZ") stq_results += '_states:cicstateAZ_';
960 if (stq_values[i] == "AR") stq_results += '_states:cicstateAR_';
961 if (stq_values[i] == "CA") stq_results += '_states:cicstateCA_';
962 if (stq_values[i] == "CO") stq_results += '_states:cicstateCO_';
963 if (stq_values[i] == "CT") stq_results += '_states:cicstateCT_';
964 if (stq_values[i] == "DE") stq_results += '_states:cicstateDE_';
965 if (stq_values[i] == "DC") stq_results += '_states:cicstateDC_';
966 if (stq_values[i] == "FL") stq_results += '_states:cicstateFL_';
967 if (stq_values[i] == "GA") stq_results += '_states:cicstateGA_';
968 if (stq_values[i] == "HI") stq_results += '_states:cicstateHI_';
969 if (stq_values[i] == "ID") stq_results += '_states:cicstateID_';
970 if (stq_values[i] == "IL") stq_results += '_states:cicstateIL_';
971 if (stq_values[i] == "IN") stq_results += '_states:cicstateIN_';
972 if (stq_values[i] == "IA") stq_results += '_states:cicstateIA_';
973 if (stq_values[i] == "KS") stq_results += '_states:cicstateKS_';
974 if (stq_values[i] == "KY") stq_results += '_states:cicstateKY_';
975 if (stq_values[i] == "LA") stq_results += '_states:cicstateLA_';
976 if (stq_values[i] == "ME") stq_results += '_states:cicstateME_';
977 if (stq_values[i] == "MD") stq_results += '_states:cicstateMD_';
978 if (stq_values[i] == "MA") stq_results += '_states:cicstateMA_';
979 if (stq_values[i] == "MI") stq_results += '_states:cicstateMI_';
980 if (stq_values[i] == "MN") stq_results += '_states:cicstateMN_';
981 if (stq_values[i] == "MS") stq_results += '_states:cicstateMS_';
982 if (stq_values[i] == "MO") stq_results += '_states:cicstateMO_';
983 if (stq_values[i] == "MT") stq_results += '_states:cicstateMT_';
984 if (stq_values[i] == "NE") stq_results += '_states:cicstateNE_';
985 if (stq_values[i] == "NV") stq_results += '_states:cicstateNV_';
986 if (stq_values[i] == "NH") stq_results += '_states:cicstateNH_';
987 if (stq_values[i] == "NJ") stq_results += '_states:cicstateNJ_';
988 if (stq_values[i] == "NM") stq_results += '_states:cicstateNM_';
989 if (stq_values[i] == "NY") stq_results += '_states:cicstateNY_';
990 if (stq_values[i] == "NC") stq_results += '_states:cicstateNC_';
991 if (stq_values[i] == "ND") stq_results += '_states:cicstateND_';
992 if (stq_values[i] == "OH") stq_results += '_states:cicstateOH_';
993 if (stq_values[i] == "OK") stq_results += '_states:cicstateOK_';
994 if (stq_values[i] == "OR") stq_results += '_states:cicstateOR_';
995 if (stq_values[i] == "PA") stq_results += '_states:cicstatePA_';
996 if (stq_values[i] == "RI") stq_results += '_states:cicstateRI_';
997 if (stq_values[i] == "SC") stq_results += '_states:cicstateSC_';
998 if (stq_values[i] == "SD") stq_results += '_states:cicstateSD_';
999 if (stq_values[i] == "TN") stq_results += '_states:cicstateTN_';
1000 if (stq_values[i] == "TX") stq_results += '_states:cicstateTX_';
1001 if (stq_values[i] == "UT") stq_results += '_states:cicstateUT_';
1002 if (stq_values[i] == "VT") stq_results += '_states:cicstateVT_';
1003 if (stq_values[i] == "VA") stq_results += '_states:cicstateVA_';
1004 if (stq_values[i] == "WA") stq_results += '_states:cicstateWA_';
1005 if (stq_values[i] == "WV") stq_results += '_states:cicstateWV_';
1006 if (stq_values[i] == "WI") stq_results += '_states:cicstateWI_';
1007 if (stq_values[i] == "WY") stq_results += '_states:cicstateWY_';
1008 \}
1009
1010 if (stq_results != "") \{
1011 stq_results = '<table cellpadding="0" cellspacing="0" width="_pagewidth_">' + stq_results + '</table>';
1012 document.getElementById("stq_results").innerHTML = stq_results;
1013 \}
1014 else \{
1015 document.getElementById("stq_results").innerHTML = "<p>_textnodocs_</p>";
1016 \}
1017 \}
1018\}
1019
1020function prepareStateSearch()
1021\{
1022 var stq_value = "";
1023 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1024 if (document.StateQueryForm.stc.options[i].selected == true) \{
1025 if (stq_value != "") stq_value += ",";
1026 stq_value += document.StateQueryForm.stc.options[i].value;
1027 \}
1028 \}
1029 document.StateQueryForm.stq.value = stq_value;
1030\}
1031
1032function selectRegion(region)
1033\{
1034 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1035 if (document.StateQueryForm.stc.options[i].text == region) \{
1036 document.StateQueryForm.stc.options[i].selected = true;
1037 break;
1038 \}
1039 \}
1040\}
1041
1042function clearSelection()
1043\{
1044 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1045 document.StateQueryForm.stc.options[i].selected = false;
1046 \}
1047\}
1048}
1049
1050_cicstatesearchpage_ {
1051<span class="cicheading">State Search</span>
1052
1053<p/>
1054<a href="javascript: selectRegion('West')">West</a>&nbsp;&nbsp;&nbsp;
1055<a href="javascript: selectRegion('Mountain')">Mountain</a>&nbsp;&nbsp;&nbsp;
1056<a href="javascript: selectRegion('Southwest')">Southwest</a>&nbsp;&nbsp;&nbsp;
1057<a href="javascript: selectRegion('Midwest')">Midwest</a>&nbsp;&nbsp;&nbsp;
1058<a href="javascript: selectRegion('Southeast')">Southeast</a>&nbsp;&nbsp;&nbsp;
1059<a href="javascript: selectRegion('Northeast')">Northeast</a>
1060
1061<p/>
1062
1063<table cellpadding="0" cellspacing="0" width="100%">
1064 <tr>
1065 <td valign="top">
1066 <img src="_httpcollection_/images/usa_map-color.gif" usemap="#states"/>
1067 <map name="states">
1068 <!-- <area shape="rect" coords="106,145,132,159" href="javascript: selectRegion('New Mexico')"> -->
1069 </map>
1070 </td>
1071 <td align="right" valign="top">
1072 <form name=StateQueryForm method=get action="_gwcgi_" onSubmit="prepareStateSearch();">
1073 <input type="hidden" name="a" value="q">
1074 <input type="hidden" name="qst" value="1">
1075 <input type="hidden" name="qrst" value="1">
1076 <input type="hidden" name="stq" value="">
1077 <select name="stc" size="20" multiple="true" style="width: 125px;">
1078 <option value="CT,DE,DC,ME,MD,MA,NH,NJ,NY,PA,RI,VT">Northeast</option>
1079 <option value="AL,AR,FL,GA,KY,LA,MS,NC,SC,TN,VA,WV">Southeast</option>
1080 <option value="IL,IN,IA,KS,MI,MN,MO,NE,ND,OH,SD,WI">Midwest</option>
1081 <option value="AZ,NM,OK,TX">Southwest</option>
1082 <option value="CO,ID,MT,UT,WY">Mountain</option>
1083 <option value="AK,CA,HI,NV,OR,WA" style="margin-bottom: 10px;">West</option>
1084 _cicstateoptions_
1085 </select>
1086
1087 <p/>
1088 <input type="submit" value="_textbeginsearch_" onClick="prepareStateSearch();">
1089 </form>
1090 </td>
1091 </tr>
1092</table>
1093}
1094
1095_cicstatesearchresults_ {
1096<div class="cicheading">Search Results</div>
1097
1098<div id="stq_results"></div>
1099}
1100
1101# Shared between the "search institutions by state" and "advanced search" pages
1102_cicstateoptions_ {
1103 <option value="AL">Alabama</option>
1104 <option value="AK">Alaska</option>
1105 <option value="AZ">Arizona</option>
1106 <option value="AR">Arkansas</option>
1107 <option value="CA">California</option>
1108 <option value="CO">Colorado</option>
1109 <option value="CT">Connecticut</option>
1110 <option value="DE">Delaware</option>
1111 <option value="DC">District of Columbia</option>
1112 <option value="FL">Florida</option>
1113 <option value="GA">Georgia</option>
1114 <option value="HI">Hawaii</option>
1115 <option value="ID">Idaho</option>
1116 <option value="IL">Illinois</option>
1117 <option value="IN">Indiana</option>
1118 <option value="IA">Iowa</option>
1119 <option value="KS">Kansas</option>
1120 <option value="KY">Kentucky</option>
1121 <option value="LA">Louisiana</option>
1122 <option value="ME">Maine</option>
1123 <option value="MD">Maryland</option>
1124 <option value="MA">Massachusetts</option>
1125 <option value="MI">Michigan</option>
1126 <option value="MN">Minnesota</option>
1127 <option value="MS">Mississippi</option>
1128 <option value="MO">Missouri</option>
1129 <option value="MT">Montana</option>
1130 <option value="NE">Nebraska</option>
1131 <option value="NV">Nevada</option>
1132 <option value="NH">New Hampshire</option>
1133 <option value="NJ">New Jersey</option>
1134 <option value="NM">New Mexico</option>
1135 <option value="NY">New York</option>
1136 <option value="NC">North Carolina</option>
1137 <option value="ND">North Dakota</option>
1138 <option value="OH">Ohio</option>
1139 <option value="OK">Oklahoma</option>
1140 <option value="OR">Oregon</option>
1141 <option value="PA">Pennsylvania</option>
1142 <option value="RI">Rhode Island</option>
1143 <option value="SC">South Carolina</option>
1144 <option value="SD">South Dakota</option>
1145 <option value="TN">Tennessee</option>
1146 <option value="TX">Texas</option>
1147 <option value="UT">Utah</option>
1148 <option value="VT">Vermont</option>
1149 <option value="VA">Virginia</option>
1150 <option value="WA">Washington</option>
1151 <option value="WV">West Virginia</option>
1152 <option value="WI">Wisconsin</option>
1153 <option value="WY">Wyoming</option>
1154}
1155
1156
1157# ------------------------------------------------------------------------------------------
1158# QUERY (Search -> Bibliography Search)
1159# ------------------------------------------------------------------------------------------
1160
1161_cicbibliographysearchheader_ {
1162_style:cicheader_(onLoad="initializeBibliographySearch();")
1163}
1164
1165_cicbibliographysearchjavascript_ {
1166function initializeBibliographySearch()
1167\{
1168 document.BibliographyQueryForm.fqv.focus();
1169\}
1170
1171function prepareBibliographySearch()
1172\{
1173\}
1174
1175function initalizeAdvancedBibliographySearch()
1176\{
1177\}
1178
1179function prepareAdvancedBibliographySearch()
1180\{
1181 document.AdvancedBibliographyQueryForm.q.value = "";
1182
1183 for (var i = 0; i < document.AdvancedBibliographyQueryForm.abqv.length; i++) \{
1184 var abqv_value = document.AdvancedBibliographyQueryForm.abqv[i].value;
1185 if (abqv_value != "") \{
1186 var combiner = "&";
1187 if (i < (document.AdvancedBibliographyQueryForm.abqv.length - 1) && document.AdvancedBibliographyQueryForm.abqc[i].value == "or") \{
1188 combiner = "|";
1189 \}
1190 if (document.AdvancedBibliographyQueryForm.abqp[i].value == "1") \{
1191 abqv_value = '"' + abqv_value + '"';
1192 \}
1193 addQueryTerm(document.AdvancedBibliographyQueryForm.q, "[" + abqv_value + "]:" + document.AdvancedBibliographyQueryForm.abqi[i].value, combiner);
1194 \}
1195 \}
1196
1197 // Remove the trailing combiner
1198 document.AdvancedBibliographyQueryForm.q.value = removeFromEnd(document.AdvancedBibliographyQueryForm.q.value, " & ");
1199 document.AdvancedBibliographyQueryForm.q.value = removeFromEnd(document.AdvancedBibliographyQueryForm.q.value, " | ");
1200 alert(document.AdvancedBibliographyQueryForm.q.value);
1201\}
1202}
1203
1204_cicabqline_ {
1205 <tr>
1206 <td>
1207 <nobr>
1208 <select name="abqi" onChange="prepareAdvancedBibliographySearch();">
1209 <option value="RE">General keyword</option>
1210 <option value="RR">Author keyword</option>
1211 <option value="RF">Title keyword</option>
1212 </select>
1213
1214 <select name="abqp" onChange="prepareAdvancedBibliographySearch();">
1215 <option value='0'>contains</option>
1216 <option value='1'>is</option>
1217 </select>
1218
1219 <input name='abqv' type='text' style='width: 450px'/>
1220
1221 <select name="abqc" onChange="prepareAdvancedBibliographySearch();">
1222 <option value="and">and</option>
1223 <option value="or">or</option>
1224 </select>
1225 </nobr>
1226 </td>
1227 </tr>
1228}
1229
1230_cicabqlinenocombiner_ {
1231 <tr>
1232 <td>
1233 <nobr>
1234 <select name="abqi" onChange="prepareAdvancedBibliographySearch();">
1235 <option value="RE">General keyword</option>
1236 <option value="RR">Author keyword</option>
1237 <option value="RF">Title keyword</option>
1238 </select>
1239
1240 <select name="abqp" onChange="prepareAdvancedBibliographySearch();">
1241 <option value='0'>contains</option>
1242 <option value='1'>is</option>
1243 </select>
1244
1245 <input name='abqv' type='text' style='width: 450px'/>
1246 </nobr>
1247 </td>
1248 </tr>
1249}
1250
1251_cicbibliographysearchpage_ {
1252<div class="cicheading">Bibliography Search</div>
1253
1254<p/>
1255<table>
1256 <tr>
1257 <td>
1258 <form name=BibliographyQueryForm method=get action="_gwcgi_" onSubmit="prepareBibliographySearch();">
1259 <input type="hidden" name="a" value="q">
1260 <input type="hidden" name="fqc" value="and">
1261
1262 <select name="fqf" onChange="prepareBibliographySearch();">
1263 <option value="RE">General keyword</option>
1264 <option value="RR">Author keyword</option>
1265 <option value="RF">Title keyword</option>
1266 </select>
1267
1268 <input name='fqv' type='text' style='width: 450px'/>
1269
1270 <input type="submit" value="_textbeginsearch_" onClick="prepareBibliographySearch();">
1271 </form>
1272 </td>
1273 </tr>
1274</table>
1275
1276<p/>
1277&nbsp;
1278<p/>
1279<div class="cicsubheading">Advanced Search for References</div>
1280
1281<p/>
1282<form name=AdvancedBibliographyQueryForm method=get action="_gwcgi_" onSubmit="prepareAdvancedBibliographySearch();">
1283 <input type="hidden" name="a" value="q">
1284 <input type="hidden" name="q" value="">
1285 <input type="hidden" name="qt" value="1">
1286 <input type="hidden" name="qf" value="1">
1287 <input type="hidden" name="fqa" value="1">
1288 <input type="hidden" name="m" value="-1">
1289
1290 <table>
1291 _cicabqline_
1292 _cicabqline_
1293 _cicabqlinenocombiner_
1294
1295 <tr>
1296 <td>
1297 <div style="float:right"><input type="submit" value="_textbeginsearch_" onClick="prepareAdvancedBibliographySearch();"></div>
1298 </td>
1299 </tr>
1300 </table>
1301</form>
1302}
1303
1304
1305
1306# ------------------------------------------------------------------------------------------
1307# QUERY (Search -> Advanced Search)
1308# ------------------------------------------------------------------------------------------
1309
1310# Hide the "or enter a query directly" box
1311_advancedformextra_ {}
1312
1313# We have our own Javascript for the form searching
1314_formfunctions_ {}
1315
1316# Hide the "search and display results in ... order" text
1317_textformselect_ {}
1318
1319_cicadvancedsearchheader_ {
1320_style:cicheader_(onLoad="initializeAdvancedSearch();")
1321}
1322
1323_cicadvancedsearchpage_ {
1324<span class="cicheading">Advanced Search</span>
1325
1326<center>_fieldqueryform_</center>
1327}
1328
1329_cicaqvdefault_ {<input id='aqv_1_field' name='aqv' type='text' style='width: 450px'/>}
1330_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>}
1331
1332_cicaqline_ {
1333<tr>
1334 <td colspan="3">
1335 <center>
1336 <nobr>
1337 <select name="aqi" onChange="changedAQI();">
1338 <option value="">Keyword</option>
1339 <option value="PL">Type of place</option>
1340 <option value="IN">Institution</option>
1341 <option value="AR">Designer</option>
1342 </select>
1343 <input type="hidden" name="aqib" value="">
1344
1345 <select name="aqp" onChange="prepareAdvancedSearch();">
1346 <option value='0'>contains</option>
1347 <option value='1'>is</option>
1348 </select>
1349
1350 <span id="aqv_1_">
1351 _cicaqvdefault_(_1_)
1352 </span>
1353
1354 <select name="aqc" onChange="prepareAdvancedSearch();">
1355 <option value="and">and</option>
1356 <option value="or">or</option>
1357 </select>
1358 </nobr>
1359 </center>
1360 </td>
1361</tr>
1362}
1363
1364_advancedforms_ {
1365<input type="hidden" name="a" value="q">
1366<input type="hidden" name="q" value="">
1367<input type="hidden" name="qt" value="1">
1368<input type="hidden" name="qf" value="1">
1369<input type="hidden" name="fqa" value="1">
1370<input type="hidden" name="m" value="-1">
1371
1372_cicaqline_(0)
1373_cicaqline_(1)
1374_cicaqline_(2)
1375
1376<tr>
1377 <td colspan="3">&nbsp;</td>
1378</tr>
1379
1380<tr>
1381 <td valign="top"><center><b>Function:</b></center></td>
1382 <td valign="top"><center><b>Time period:</b></center></td>
1383 <td valign="top"><center><b>Style:</b></center></td>
1384</tr>
1385
1386<tr>
1387 <!-- Function: Functions metadata, index FU -->
1388 <td valign="top">
1389 <select name="fuq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1390 <option value="academic department building">academic department building</option>
1391 <option value="administration">administration</option>
1392 <option value="admissions office">admissions office</option>
1393 <option value="alumni center">alumni center</option>
1394 <option value="arboretum">arboretum</option>
1395 <option value="archaeological site">archaeological site</option>
1396 <option value="auditorium">auditorium</option>
1397 <option value="bell tower">bell tower</option>
1398 <option value="chapel">chapel</option>
1399 <option value="classrooms">classrooms</option>
1400 <option value="debating society">debating society</option>
1401 <option value="dining hall">dining hall</option>
1402 <option value="facility management building">facility management building</option>
1403 <option value="faculty offices">faculty offices</option>
1404 <option value="gardens">gardens (planned)</option>
1405 <option value="Greek letter society">Greek letter society</option>
1406 <option value="gymnasium">gymnasium</option>
1407 <option value="infirmary">infirmary</option>
1408 <option value="library">library</option>
1409 <option value="master plan campus">master plan (campus)</option>
1410 <option value="master plan landscape">master plan (landscape)</option>
1411 <option value="memorial site">memorial site</option>
1412 <option value="museum">museum</option>
1413 <option value="observatory">observatory</option>
1414 <option value="old main">old main</option>
1415 <option value="outdoor space">outdoor space</option>
1416 <option value="president's house">president's house</option>
1417 <option value="private residence">private residence</option>
1418 <option value="residence hall">residence hall</option>
1419 <option value="stadium">stadium</option>
1420 <option value="student union">student union</option>
1421 <option value="theatre">theatre</option>
1422 <option value="other">other</option>
1423 </select>
1424 </td>
1425
1426 <!-- Time period: Time_period metadata, index TM -->
1427 <td valign="top">
1428 <select name="tmq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1429 <option value="pre 1800">pre-1800</option>
1430 <option value="1800 1850">1800-1850</option>
1431 <option value="1850 1900">1850-1900</option>
1432 <option value="1900 1945">1900-1945</option>
1433 <option value="1945 1995">1945-1995</option>
1434 <option value="post 1995">post-1995</option>
1435 </select>
1436 </td>
1437
1438 <!-- Style: Style metadata, index SY -->
1439 <td valign="top">
1440 <select name="syq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1441 <option value="American colonial">American colonial</option>
1442 <option value="Federal">Federal</option>
1443 <option value="Greek revival">Greek revival</option>
1444 <option value="Italianate">Italianate</option>
1445 <option value="Gothic revival">Gothic revival</option>
1446 <option value="Romanesque revival">Romanesque revival</option>
1447 <option value="Victorian">Victorian</option>
1448 <option value="Beaux arts classicism">Beaux-Arts classicism</option>
1449 <option value="Colonial revival">Colonial revival</option>
1450 <option value="Mission Mission revival">Mission/Mission revival</option>
1451 <option value="Modern pre WWII">Modern/pre-World War II</option>
1452 <option value="Modern post WWII">Modern/post-World War II</option>
1453 <option value="Postmodern">Postmodern</option>
1454 <option value="Contemporary">Contemporary</option>
1455 <option value="Regionalist Vernacular">Regionalist/Vernacular</option>
1456 <option value="Other">Other</option>
1457 </select>
1458 </td>
1459</tr>
1460
1461<tr>
1462 <td colspan="3">&nbsp;</td>
1463</tr>
1464
1465<tr>
1466 <td valign="top"><center><b>Materials:</b></center></td>
1467 <td valign="top"><center><b>Designation:</b></center></td>
1468 <td valign="top"><center><b>State:</b></center></td>
1469</tr>
1470
1471<tr>
1472 <!-- Materials: Materials metadata, index MA -->
1473 <td valign="top">
1474 <select name="maq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1475 <option value="aluminium siding">aluminium siding</option>
1476 <option value="ashlar">ashlar</option>
1477 <option value="asphalt">asphalt</option>
1478 <option value="bluestone">bluestone</option>
1479 <option value="brick">brick</option>
1480 <option value="brownstone">brownstone</option>
1481 <option value="cedar">cedar</option>
1482 <option value="cement">cement</option>
1483 <option value="cinderblock">cinderblock</option>
1484 <option value="clapboard">clapboard</option>
1485 <option value="clay block">clay block</option>
1486 <option value="copper">copper</option>
1487 <option value="cypress">cypress</option>
1488 <option value="dolomite">dolomite</option>
1489 <option value="fiberglass">fiberglass</option>
1490 <option value="fieldstone">fieldstone</option>
1491 <option value="flagstone">flagstone</option>
1492 <option value="foam">foam</option>
1493 <option value="gneiss">gneiss</option>
1494 <option value="granite">granite</option>
1495 <option value="gypsum block">gypsum block</option>
1496 <option value="ignimbrite">ignimbrite</option>
1497 <option value="lathe and plaster">lathe and plaster</option>
1498 <option value="limestone">limestone</option>
1499 <option value="logs">logs</option>
1500 <option value="marble">marble</option>
1501 <option value="masonry">masonry</option>
1502 <option value="plaster">plaster</option>
1503 <option value="quartzite">quartzite</option>
1504 <option value="rubber">rubber</option>
1505 <option value="sandstone">sandstone</option>
1506 <option value="schist">schist</option>
1507 <option value="slate">slate</option>
1508 <option value="steel">steel</option>
1509 <option value="stone">stone</option>
1510 <option value="stucco">stucco</option>
1511 <option value="terra cotta">terra cotta</option>
1512 <option value="tile">tile</option>
1513 <option value="wood">wood</option>
1514 </select>
1515 </td>
1516
1517 <!-- Designation: Designation metadata, index DE -->
1518 <td valign="top">
1519 <select name="deq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1520 <option value="National Register">National Register</option>
1521 <option value="National Historic Landmark">National Historic Landmark</option>
1522 <option value="HABS HAER">HABS/HAER</option>
1523 <option value="Local state">Local and state designations</option>
1524 </select>
1525 </td>
1526
1527 <!-- State: State metadata, index ST -->
1528 <td valign="top">
1529 <select name="stq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1530 <option value="Northeast">Northeast</option>
1531 <option value="Southeast">Southeast</option>
1532 <option value="Midwest">Midwest</option>
1533 <option value="Southwest">Southwest</option>
1534 <option value="Mountain">Mountain</option>
1535 <option value="West" style="margin-bottom: 10px">West</option>
1536 _cicstateoptions_
1537 </select>
1538 </td>
1539</tr>
1540
1541<tr>
1542 <td colspan="3">
1543 <div style="float:right"><input type="submit" value="_textbeginsearch_" onClick="prepareAdvancedSearch();"></div>
1544 </td>
1545</tr>
1546}
1547
1548_cicadvancedsearchjavascript_ {
1549function initializeAdvancedSearch()
1550\{
1551 for (var i = 0; i < document.QueryForm.aqi.length; i++) \{
1552 if (document.QueryForm.aqi[i].value == "PL") \{
1553 document.QueryForm.aqp[i].disabled = true;
1554 document.QueryForm.aqp[i].options[1].selected = true;
1555 document.getElementById("aqv" + i).innerHTML = "_cicaqvtypeofplace_(" + i + ")";
1556 \}
1557 \}
1558
1559 prepareAdvancedSearch();
1560\}
1561
1562function changedAQI()
1563\{
1564 for (var i = 0; i < document.QueryForm.aqi.length; i++) \{
1565 if (document.QueryForm.aqi[i].value != document.QueryForm.aqib[i].value) \{
1566 if (document.QueryForm.aqi[i].value == "PL") \{
1567 document.QueryForm.aqp[i].disabled = true;
1568 document.QueryForm.aqp[i].options[1].selected = true;
1569 document.getElementById("aqv" + i).innerHTML = "_cicaqvtypeofplace_(" + i + ")";
1570 \}
1571 else \{
1572 document.QueryForm.aqp[i].disabled = false;
1573 document.getElementById("aqv" + i).innerHTML = "_cicaqvdefault_(" + i + ")";
1574 \}
1575
1576 document.QueryForm.aqib[i].value = document.QueryForm.aqi[i].value;
1577 \}
1578 \}
1579
1580 prepareAdvancedSearch();
1581\}
1582
1583function prepareAdvancedSearch()
1584\{
1585 document.QueryForm.q.value = "";
1586
1587 for (var aqv_i = 0; aqv_i < document.QueryForm.aqv.length; aqv_i++) \{
1588 var aqv_value = document.QueryForm.aqv[aqv_i].value;
1589 if (aqv_value != "") \{
1590 var real_index = /aqv([0-9]+)field/.exec(document.QueryForm.aqv[aqv_i].id)[1];
1591 var combiner = "&";
1592 if (document.QueryForm.aqc[real_index].value == "or") \{
1593 combiner = "|";
1594 \}
1595 if (document.QueryForm.aqp[real_index].value == "1") \{
1596 aqv_value = '"' + aqv_value + '"';
1597 \}
1598 addQueryTerm(document.QueryForm.q, "[" + aqv_value + "]:" + document.QueryForm.aqi[real_index].value, combiner);
1599 \}
1600 \}
1601
1602 document.QueryForm.q.value += "(";
1603 addIndexValue(document.QueryForm.q, document.QueryForm.fuq, "FU", "&");
1604 addIndexValue(document.QueryForm.q, document.QueryForm.tmq, "TM", "&");
1605 addIndexValue(document.QueryForm.q, document.QueryForm.syq, "SY", "&");
1606 addIndexValue(document.QueryForm.q, document.QueryForm.maq, "MA", "&");
1607 addIndexValue(document.QueryForm.q, document.QueryForm.deq, "DE", "&");
1608 addIndexValue(document.QueryForm.q, document.QueryForm.stq, "ST", "&");
1609 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " & ");
1610 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " | ");
1611 document.QueryForm.q.value += ")";
1612
1613 // Remove the trailing combiner
1614 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, "()");
1615 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " & ");
1616 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " | ");
1617 // alert(document.QueryForm.q.value);
1618\}
1619
1620function addQueryTerm(query_field_reference, index_value, combiner)
1621\{
1622 if (index_value != "") \{
1623 query_field_reference.value += "(" + index_value + ") " + combiner + " ";
1624 \}
1625\}
1626
1627function addIndexValue(query_field_reference, select_reference, index_code, combiner)
1628\{
1629 var index_value = "";
1630 for (var i = 0; i < select_reference.options.length; i++) \{
1631 if (select_reference.options[i].selected) \{
1632 index_value += ((index_value != "") ? " " + combiner + " " : "");
1633 index_value += '["' + select_reference.options[i].value + '"]:' + index_code;
1634 \}
1635 \}
1636 addQueryTerm(query_field_reference, index_value, "&");
1637\}
1638
1639function removeFromEnd(source_string, offender)
1640\{
1641 if (source_string.length < offender.length) \{
1642 return source_string;
1643 \}
1644
1645 if (source_string.substring(source_string.length - offender.length, source_string.length) != offender) \{
1646 return source_string;
1647 \}
1648
1649 return source_string.substring(0, source_string.length - offender.length);
1650\}
1651}
1652
1653
1654
1655# ------------------------------------------------------------------------------------------
1656# ANYLINK MENU
1657# ------------------------------------------------------------------------------------------
1658
1659package anylink
1660
1661_anylinkjavascript_ {
1662/***********************************************
1663* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
1664* This notice MUST stay intact for legal use
1665* Visit http://www.dynamicdrive.com/ for full source code
1666***********************************************/
1667
1668/////No further editting needed
1669
1670var ie4=document.all
1671var ns6=document.getElementById&&!document.all
1672
1673if (ie4||ns6) \{
1674document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"><\\/div>')
1675/* Change to fix IE problem with select boxes, as described at http://dotnetjunkies.com/WebLog/jking/archive/category/139.aspx */
1676document.write('<iframe id="dropmenuiframe" style="display:none; position: absolute; background-color: white; left: 0px; top: 0px" src="javascript:false" frameBorder="0" scrolling="no"><\\/iframe>')
1677\}
1678
1679function getposOffset(what, offsettype)\{
1680var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
1681var parentEl=what.offsetParent;
1682while (parentEl!=null)\{
1683totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
1684parentEl=parentEl.offsetParent;
1685\}
1686return totaloffset;
1687\}
1688
1689
1690function showhide(obj, e, visible, hidden, menuwidth)\{
1691if (ie4||ns6)
1692dropmenuobj.style.left=dropmenuobj.style.top=-500
1693if (menuwidth!="")\{
1694dropmenuobj.widthobj=dropmenuobj.style
1695dropmenuobj.widthobj.width=menuwidth
1696\}
1697if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
1698obj.visibility=visible
1699else if (e.type=="click")
1700obj.visibility=hidden
1701\}
1702
1703function iecompattest()\{
1704return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
1705\}
1706
1707function clearbrowseredge(obj, whichedge)\{
1708var edgeoffset=0
1709if (whichedge=="rightedge")\{
1710var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
1711dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
1712if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
1713edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
1714\}
1715else\{
1716var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
1717var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
1718dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
1719if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)\{ //move up?
1720edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
1721if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
1722edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
1723\}
1724\}
1725return edgeoffset
1726\}
1727
1728function populatemenu(what)\{
1729if (ie4||ns6)
1730dropmenuobj.innerHTML=what.join("")
1731\}
1732
1733
1734function dropdownmenu(obj, e, menucontents, menuwidth)\{
1735if (window.event) event.cancelBubble=true
1736else if (e.stopPropagation) e.stopPropagation()
1737clearhidemenu()
1738dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
1739populatemenu(menucontents)
1740
1741if (ie4||ns6)\{
1742showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
1743dropmenuobj.x=getposOffset(obj, "left")
1744dropmenuobj.y=getposOffset(obj, "top")
1745dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
1746dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
1747/* Change to fix IE problem with select boxes, as described at http://dotnetjunkies.com/WebLog/jking/archive/category/139.aspx */
1748iframeobj = document.getElementById("dropmenuiframe");
1749iframeobj.style.left = dropmenuobj.style.left;
1750iframeobj.style.top = dropmenuobj.style.top;
1751iframeobj.style.width = dropmenuobj.style.width;
1752iframeobj.style.height = dropmenuobj.offsetHeight;
1753iframeobj.style.zIndex = 99;
1754iframeobj.style.display = "block";
1755\}
1756
1757return clickreturnvalue()
1758\}
1759
1760function clickreturnvalue()\{
1761if (ie4||ns6) return false
1762else return true
1763\}
1764
1765function contains_ns6(a, b) \{
1766while (b.parentNode)
1767if ((b = b.parentNode) == a)
1768return true;
1769return false;
1770\}
1771
1772function dynamichide(e)\{
1773if (ie4&&!dropmenuobj.contains(e.toElement))
1774delayhidemenu()
1775else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
1776delayhidemenu()
1777\}
1778
1779function hidemenu(e)\{
1780if (typeof dropmenuobj!="undefined")\{
1781if (ie4||ns6)
1782dropmenuobj.style.visibility="hidden"
1783/* Change to fix IE problem with select boxes, as described at http://dotnetjunkies.com/WebLog/jking/archive/category/139.aspx */
1784iframeobj.style.display = "none"
1785\}
1786\}
1787
1788function delayhidemenu()\{
1789if (ie4||ns6)
1790delayhide=setTimeout("hidemenu()",disappeardelay)
1791\}
1792
1793function clearhidemenu()\{
1794if (typeof delayhide!="undefined")
1795clearTimeout(delayhide)
1796\}
1797
1798if (hidemenu_onclick=="yes")
1799document.onclick=hidemenu
1800}
Note: See TracBrowser for help on using the repository browser.