-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubs.html
52 lines (42 loc) · 1.94 KB
/
pubs.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
<!DOCTYPE html>
<html>
<head>
<!-- from http://www.opendesigns.org/design/html5-buildings/ -->
<title>Christian E. Gunning, Ph.D. | University of New Mexico | Publications </title>
<meta name="description" content="website description" />
<meta name="keywords" content="Disease Ecology, Discrete, Stochastic, Dynamical Systems, R programming language" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="https://code.jquery.com/jquery.min.js"></script>
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
<!-- custom includes for templating -->
<script src="includes/includes.js"></script>
<!-- javascript at the bottom for fast page loading?? -->
<script type="text/javascript" src="js/image_slide.js"></script>
</head>
<body>
<div id="main">
<div id="includeNav"></div>
<div id="site_content">
<img height="220" src="images/fotogrph-water-ripples-566243154-crop.jpg" alt="Christian Gunning, Ph.D." />
<!--
<div class="slideshow">
<ul class="slideshow">
<li class="show"><img width="940" height="300" src="images/home_1.jpg" alt="Christian Gunning, Ph.D." /></li>
<li><img width="940" height="300" src="images/home_2.jpg" alt=""Enter your caption here"" /></li>
</ul>
</div>
-->
<div id="includeSidebar"></div>
<div id="content">
<div class="content_item">
<h2> Publications </h2>
<h4> For an up-to-date list, please see my <a href="http://scholar.google.com/citations?user=y355pzMAAAAJ&hl=en">Google Scholar</a> profile.</h4>
</div><!--close content_item-->
</div><!--close content-->
</div><!--close site_content-->
<div id="includeFoot"></div>
</div><!--close main-->
</body>
</html>