-
Notifications
You must be signed in to change notification settings - Fork 2
/
all-purpose.html
executable file
·436 lines (415 loc) · 21 KB
/
all-purpose.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/b/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
<!-- CSS: implied media=all -->
<!-- CSS concatenated and minified via ant build script-->
<link rel="stylesheet" href="css/style.css">
<!-- end CSS-->
<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
<!-- All JavaScript at the bottom, except for Modernizr / Respond.
Modernizr enables HTML5 elements & feature detects; Respond is a polyfill for min/max-width CSS3 Media Queries
For optimal performance, use a custom Modernizr build: www.modernizr.com/download/ -->
<script src="js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body class="three-six-three logo-slogan">
<div id="container">
<header id="header">
<div class="limiter">
<a href="http://www.gwu.edu" class="logo-full">
<img class="logo" src="img/logo.png" width="405" height="27"
alt="The George Washington University" title="The George Washington University">
</a>
<a href="http://www.gwu.edu" class="logo-slogan">
<img class="logo gw" src="img/gw-logo.png" width="87" height="33"
alt="The George Washington University" title="The George Washington University">
</a>
<h1 class="logo-slogan">
<a href="/">Institute for Massively Parallel Applications and Computing Technology</a>
</h1>
<a href="http://www.gwu.edu" class="logo-wordmark">
<img class="logo gw" src="img/gw-logo.png" width="87" height="33"
alt="The George Washington University" title="The George Washington University">
</a>
<a href="/" class="logo-wordmark">
<img class="logo slogan" src="img/examples/wordmark.png" alt="" title="" width="170" height="32">
</a>
<div id="primary-navigation">
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/" title="">GW Home</a></li>
<li class="expanded"><a href="/" title="" class="active">GW Links</a>
<ul class="menu">
<li class="first expanded"><a href="http://www.gwu.edu/explore" title="">Explore</a>
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/explore/aboutgw" title="">About GW</a></li>
<li class="leaf"><a href="http://www.gwu.edu/explore/leadership" title="">Leadership</a></li>
<li class="leaf"><a href="http://www.gwu.edu/explore/visitingcampus" title="">Visiting Campus</a></li>
<li class="leaf"><a href="http://www.gwu.edu/explore/academiclife" title="">Academic Life</a></li>
<li class="leaf"><a href="http://www.gwu.edu/explore/campuslife" title="">Campus Life</a></li>
<li class="leaf"><a href="http://www.gwu.edu/explore/gwathletics" title="">GW Athletics</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/explore/mediaroom" title="">Media Room</a></li>
</ul>
</li>
<li class="expanded"><a href="http://www.gwu.edu/apply" title="">Apply</a>
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/apply/undergraduateadmissions" title="">Undergraduate Admissions</a></li>
<li class="leaf"><a href="http://www.gwu.edu/apply/graduateprofessional" title="">Graduate & Professional</a></li>
<li class="leaf"><a href="http://www.gwu.edu/apply/nondegree" title="">Non-Degree</a></li>
<li class="leaf"><a href="http://www.gwu.edu/apply/precollege" title="">Pre-College</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/apply/costsfinancialplanning" title="">Costs & Financial Planning</a></li>
</ul>
</li>
<li class="expanded"><a href="http://www.gwu.edu/learn" title="">Learn</a>
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/learn/collegesschools" title="">Colleges & Schools</a></li>
<li class="leaf"><a href="http://www.gwu.edu/learn/undergraduate" title="">Undergraduate</a></li>
<li class="leaf"><a href="http://www.gwu.edu/learn/graduateprofessional" title="">Graduate & Professional</a></li>
<li class="leaf"><a href="http://www.gwu.edu/learn/gwinternational" title="">GW International</a></li>
<li class="leaf"><a href="http://www.gwu.edu/learn/onlinelearning" title="">Online Learning</a></li>
<li class="leaf"><a href="http://www.gwu.edu/learn/offcampusprograms" title="">Off-Campus Programs</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/learn/libraries" title="">Libraries</a></li>
</ul>
</li>
<li class="expanded"><a href="http://www.gwu.edu/discover" title="">Discover</a>
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/discover/discoveriesinnovations" title="">Discoveries & Innovations</a></li>
<li class="leaf"><a href="http://www.gwu.edu/discover/facultyexpertise" title="">Faculty Expertise</a></li>
<li class="leaf"><a href="http://www.gwu.edu/discover/researchtraining" title="">Research Training</a></li>
<li class="leaf"><a href="http://www.gwu.edu/discover/centersinstitutes" title="">Centers & Institutes</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/discover/facilitiestechnology" title="">Facilities & Technology</a></li>
</ul>
</li>
<li class="expanded"><a href="http://www.gwu.edu/connect" title="">Connect</a>
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/connect/alumni" title="">Alumni</a></li>
<li class="leaf"><a href="http://www.gwu.edu/connect/community" title="">Community</a></li>
<li class="leaf"><a href="http://www.gwu.edu/connect/government" title="">Government</a></li>
<li class="leaf"><a href="http://www.gwu.edu/connect/parents" title="">Parents</a></li>
<li class="leaf"><a href="http://www.gwu.edu/connect/onlinenetworks" title="">Online Networks</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/connect/corporationspartners" title="">Corporations & Partners</a></li>
</ul>
</li>
<li class="last expanded"><a href="http://www.gwu.edu/give" title="">Give</a>
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/give/thepowerofgiving" title="">The Power Of Giving</a></li>
<li class="leaf"><a href="http://www.gwu.edu/give/givingopportunities" title="">Giving Opportunities</a></li>
<li class="leaf"><a href="http://www.gwu.edu/give/waystogive" title="">Ways To Give</a></li>
<li class="leaf"><a href="http://www.gwu.edu/give/honoringdonors" title="">Honoring Donors</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/give/volunteer" title="">Volunteer</a></li>
</ul>
</li>
</ul>
</li>
<li class="last expanded"><a href="/" title="" class="active">Info For</a>
<ul class="menu">
<li class="first expanded"><a href="/" title="" class="active">Students</a>
<ul class="menu">
<li class="first leaf"><a href="https://my.gwu.edu/mod/email/?role=student" title="">GWMail</a></li>
<li class="leaf"><a href="http://blackboard.gwu.edu/webapps/portal/frameset.jsp" title="">Blackboard</a></li>
<li class="leaf"><a href="https://banweb.gwu.edu/" title="">GWeb (Records & Registration)</a></li>
<li class="leaf"><a href="http://gwired.gwu.edu/" title="">GWired (Student Services)</a></li>
<li class="leaf"><a href="http://my.gwu.edu/" title="">MyGW Portal</a></li>
<li class="leaf"><a href="http://colonialcentral.gwu.edu/" title="">Colonial Central (Financial Services)</a></li>
<li class="leaf"><a href="http://gwired.gwu.edu/gwdining/index.html" title="">GWorld Card And Colonial Cash</a></li>
<li class="leaf"><a href="http://www.gwu.edu/~bulletin/" title="">GW Bulletin (Course Descriptions)</a></li>
<li class="leaf"><a href="http://www.gwu.edu/learn/libraries" title="">University Libraries</a></li>
<li class="last leaf"><a href="http://www.bkstr.com/Home/10001-10370-1?demoKey=d" title="">GW Bookstore</a></li>
</ul>
</li>
<li class="expanded"><a href="/" title="" class="active">Alumni</a>
<ul class="menu">
<li class="first leaf"><a href="http://alumni.gwu.edu/connect/index.html" title="">Connect & Share</a></li>
<li class="leaf"><a href="http://alumni.gwu.edu/benefits/index.html" title="">Benefits & Services</a></li>
<li class="leaf"><a href="http://alumni.gwu.edu/programs/index.html" title="">Programs & Events</a></li>
<li class="leaf"><a href="http://alumni.gwu.edu/support/index.html" title="">Volunteer & Give</a></li>
<li class="last leaf"><a href="http://alumni.gwu.edu/benefits/transcripts.html" title="">Transcript Services</a></li>
</ul>
</li>
<li class="expanded"><a href="/" title="" class="active">Faculty And Staff</a>
<ul class="menu">
<li class="first leaf"><a href="http://my.gwu.edu/" title="">MyGW Portal</a></li>
<li class="leaf"><a href="http://www.gwu.edu/~academic/Faculty_Personnel/main.htm" title="">Faculty Handbook</a></li>
<li class="leaf"><a href="http://colonialcommunity.gwu.edu/" title="">Colonial Community</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/hr/" title="">Human Resources</a></li>
</ul>
</li>
<li class="last expanded"><a href="/" title="" class="active">Parents</a>
<ul class="menu">
<li class="first leaf"><a href="http://gwired.gwu.edu/parents/" title="">Parent Services</a></li>
<li class="leaf"><a href="http://colonialcentral.gwu.edu/billing/" title="">Online Tuition Payment</a></li>
<li class="leaf"><a href="https://services.jsatech.com/textpage.php?pageid=456&cid=46&" title="">Colonial Cash</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/give/givingopportunities/colonialinsiders/parentscampaign" title="">Parents Campaign</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<form id="search">
<div id="search-holder">
<input type="text" name="search-input" id="search-input" value="Search">
<select>
<option value="gw">GW</option>
<option value="ccas">CCAS</option>
<option value="law">Law</option>
</select>
<button type="submit">Go</button>
</div>
</form>
</div>
</header>
<div id="main" role="main">
<div class="limiter">
<div id="local-header">
<section id="brand" class="small">
<a href="/"><img src="img/examples/small-brand.png" width="318" height="120" alt="Brand" title="Brand"></a>
</section>
<section id="hero" class="small">
<div>
<div class="hero-container">
<div class="images">
<img src="img/examples/small-hero.png" alt="" title="" width="640" height="260" class="selected">
</div>
</div>
</div>
</section>
</div>
<nav id="secondary-nav">
<ul class="menu">
<li class="first expanded"><a href="/leadership/provost/about-provost">About the Provost</a>
<ul class="menu">
<li class="first leaf"><a href="/leadership/provost/gw-community-helps-design-better-gelman-library">Article Long Title</a></li>
<li class="leaf"><a href="/leadership/provost/dr-steven-lerman-0">Biography</a></li>
<li class="leaf"><a href="/leadership/provost/office-history">Office History</a></li>
<li class="last leaf"><a href="/leadership/provost/speeches">Speeches</a></li>
</ul>
</li>
<li class="expanded"><a href="/leadership/provost/our-office">Our Office</a>
<ul class="menu">
<li class="first leaf"><a href="/leadership/provost/non-workflow-article">Non Workflow Article</a></li>
<li class="collapsed"><a href="/leadership/provost/senior-staff" title="">Senior Staff</a></li>
<li class="last leaf"><a href="/leadership/provost/department-directory">Department Directory</a></li>
</ul>
</li>
<li class="expanded"><a href="/leadership/provost/news-events" title="">News & Events</a>
<ul class="menu">
<li class="first leaf"><a href="/leadership/provost/news-events/archives" title="">Archives</a></li>
<li class="last leaf"><a href="/leadership/provost/new-news">New News</a></li>
</ul>
</li>
<li class="leaf"><a href="/leadership/provost/initiatives">Initiatives</a></li>
<li class="last expanded"><a href="/leadership/provost/academic-resources">Resources</a>
<ul class="menu">
<li class="first leaf"><a href="/leadership/provost/policies-and-procedures-0">Policies & Procedures</a></li>
<li class="last leaf"><a href="/leadership/provost/forms">Forms</a></li>
</ul>
</li>
</ul>
</nav>
<nav id="breadcrumb">
<span>You are here:
<a href="#">Home</a> /
<a href="#">Our Office</a> /
<a href="#">Senior Staff</a> /
<a href="#">Provost Lerman</a>
</span>
</nav>
<!-- content first -->
<div id="content" class="content">
<section class="all-purpose-detail pane clearfix">
<header class="clearfix">
<img src="img/examples/460x220.jpg" alt="" title="" width="460" height="220">
<p class="caption">
At approximately eight feet long and 50 pounds, the researchers believe "Linheraptor" would have been a fast, agile predator.
</p>
<h2>George Washington University Doctoral Candidate and University College London Grad Student Discover New Species of Raptor Dinosaur</h2>
<h3>Near Complete Skelton Will Help Further Describe Pre-Historic Relatives</h3>
<p class="time">
By a very long author's name<br>
March 19, 2011
</p>
</header>
<article>
<p>WASHINGTON – A new species of raptor dinosaur being named "Linheraptor exquisitus" has been discovered by George Washington University doctoral candidate Jonah Choiniere and Michael D. Pittman, a graduate student at University College London (UCL). The exceptionally well-preserved, nearly complete skeleton is a relative of the well-known species "Velociraptor," and will help scientists further describe the physical appearance of other closely-related dinosaurs within the Dromaeosauridae family. The research, led by Xu Xing of the Chinese Academy of Sciences’ Institute of Vertebrate Paleontology and Paleoanthropology, will be published in the March 19, 2010, issue of "Zootaxa."
</p>
<p>“I only saw the tip of the claw sticking out of a cliff face, and it was a total surprise that the whole skeleton was buried deeper in the rock,” said Mr. Choiniere. “This fossil is going to tell us a lot about the evolution of the skeleton in the group that includes 'Velociraptor'.”
</p>
<p>At approximately eight feet long and 50 pounds, the researchers believe "Linheraptor" would have been a fast, agile predator that preyed on small horned dinosaurs related to "Triceratops." Like other dromaeosaurids, it possessed a large, highly curved claw on the foot, which may have been used to capture prey. Within the Dromaeosauridae family, "Linheraptor" is most closely related to another recently discovered species "Tsaagan mangos." The head and neck of the "Tsaagan" skeleton was discovered in.
</p>
</article>
<footer>
<!-- no footer content -->
</footer>
</section>
</div>
<!-- sidebar left -->
<div id="left" class="sidebar">
<nav id="tertiary-nav">
<ul class="menu">
<li class="first leaf"><a href="#">Biography</a></li>
<li class="expanded active-trail"><a href="#" title="" class="active-trail">Senior Staff</a>
<ul class="menu">
<li class="first leaf"><a href="#">Michael Johnson</a></li>
<li class="leaf active-trail active"><a href="#" class="active-trail active">Jordan Swisher</a></li>
<li class="leaf"><a href="#">Tim Caine</a></li>
<li class="last leaf"><a href="#">Rose Merywin</a></li>
</ul>
</li>
<li class="last leaf"><a href="#">Department Directory</a></li>
</ul>
</nav>
</div>
<!-- sidebar right -->
<div id="right" class="sidebar">
<section class="all-purpose-sidebar banner-free pane clearfix">
<header>
<img src="img/examples/220x80.jpg" alt="" title="" width="220" height="80">
<h4>GW Medical Student Recognized for His Leadership with National Honor</h4>
<div class="time">July 25, 2011</div>
</header>
<article>
<p>
Jason Stern, a graduate student in Middle East studies, questioned former Vice President Dick Cheney on how the Obama Administration is handling Arab Spring.
</p>
</article>
<footer>
<a href="#" class="read-more">» Read more</a>
</footer>
</section>
</div>
</div>
</div>
<footer id="footer">
<section id="local-footer" class="pane clearfix">
<header>
<h2>The Columbian College of Arts and Sciences</h2>
</header>
<article class="address inline-left">
<p class="address">
<span class="title">Rice Hall, Suite 801</span><br>
<span class="address">2121 I Street, NW</span><br>
<span class="city">Washington, DC 20052</span><br>
<span class="phone">Phone: (202) 994-6500</span> |
<span class="fax">Fax: (202) 994-6501</span><br>
<span class="email">
<a href="mailto:[email protected]">[email protected]</a>
</span>
</p>
</article>
<div class="right">
<article>
<div class="local-links">
<a href="#">Contact Us</a> | <a href="#">Maps & Directions</a> |
<a href="#">Link 3</a> | <a href="#">Link 4 Link 4</a>
</div>
</article>
<article>
<div class="social-links">
<ul>
<li>
<a href="#">
<img src="img/icons/icon-fb.png" width="16" height="16" alt="Facebook" title="Facebook">
Columbian
</a>
</li>
<li>
<a href="#">
<img src="img/icons/icon-twitter.png" width="16" height="16" alt="Twitter" title="Twitter">
@Columbian
</a>
</li>
<li>
<a href="#">
<img src="img/icons/icon-social-youtube.gif" width="16" height="16" alt="YouTube" title="YouTube">
Discover Columbian
</a>
</li>
<li>
<a href="#">
<img src="img/icons/icon-rss.png" width="16" height="16" alt="RSS" title="RSS">
Subscribe RSS
</a>
</li>
</ul>
</div>
</article>
</div>
<footer>
<!-- no footer content -->
</footer>
</section>
<section id="global-footer" class="clearfix">
<article>
<header>
<a href="http://www.gwu.edu">
<img class="logo" src="img/logo.png" width="405" height="27"
alt="The George Washington University" title="The George Washington University">
</a>
</header>
<ul>
<li>
<a href="#">Campus Advisories</a>
</li>
<li>
<a href="#">Campus Advisories</a>
</li>
<li>
<a href="#">Campus Advisories</a>
</li>
<li>
<a href="#">Copyright</a>
</li>
<li>
<a href="#">Privacy Policy</a>
</li>
<li>
<a href="#">Terms of Use</a>
</li>
<li>
<a href="#">Contact GW</a>
</li>
<li>
<a href="#">A - Z Index</a>
</li>
</ul>
</article>
</section>
</footer>
</div> <!--! end of #container -->
<!-- JavaScript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>
<!-- scripts concatenated and minified via ant build script-->
<script defer src="js/plugins.js"></script>
<script defer src="js/script.js"></script>
<!-- end scripts-->
<!-- Change UA-XXXXX-X to be your site's ID -->
<script>
window._gaq = [['_setAccount','UAXXXXXXXX1'],['_trackPageview'],['_trackPageLoadTime']];
Modernizr.load({
load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
});
</script>
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6.
chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>