-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
80 lines (77 loc) · 3.83 KB
/
publications.html
File metadata and controls
80 lines (77 loc) · 3.83 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Publications</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="This site was created from a template originally designed and developed by Codify Design Studio. Find more free templates at http://www.adobe.com/devnet/author_bios/chris_converse.html" />
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="bannerArea">
<div class="container">
<div class="bannernav"><a href="contact.html" >Contact</a></div>
<div class="toplogo">
<a href="index.html"><img src="images/siloLogoTown.gif" alt="Silo Logo" height="69"/></a>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div class="topnavigationArea">
<div class="container">
<div class="topnavigationgroup">
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="overview.html" class="MenuBarItemSubmenu">Model Design</a>
<ul>
<li><a href="overview.html">Overview</a></li>
<li><a href="underConstruction.html">Publications</a></li>
</ul>
</li>
<li><a class="MenuBarItemSubmenu" href="underConstruction.html">Modules</a>
<ul>
<li><a href="underConstruction.html">Synthetic Population</a></li>
<li><a href="underConstruction.html">Household Relocation</a></li>
<li><a href="underConstruction.html">Demography</a></li>
<li><a href="underConstruction.html">Real Estate</a></li>
</ul>
</li>
<li><a href="underConstruction.html" class="MenuBarItemSubmenu">Data</a>
<ul>
<li><a href="underConstruction.html">Input Data</a></li>
<li><a href="underConstruction.html">Output Data</a></li>
</ul>
</li>
<li style="border-right-style: solid;"><a href="team.html">Team</a></li>
</ul>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div class="contentArea">
<div class="container">
<div class="contentleft">
<h1>Publications</h1>
<p>This website is meant to serve as the main documentation of the SILO model. Previous publications can be downloaded below.</p>
<li><a href="doc/2011_moeckel_cupum.pdf">CUPUM Conference Paper</a>: A description of the SILO idea presented at the CUPUM conference in 2011</li>
<li><a href="doc/silo_cupum_2011.pdf">CUPUM Slide Show</a>: SILO presentation given by Tara Weidner at the CUPUM conference in 2011. This is a slighly extended version of the presentation given at CUPUM.</li><li>SILO Project Sheet: A one-page description of the SILO model (coming soon)</li>
<p> </p>
</div>
<div class="contentright">
<h2> SILO Website</h2>
<p><em>www.silomodel.net</em> is the principal site for updates of the SILO model. </p></div>
<div style="clear:both;"></div>
</div>
</div>
<div class="footerArea">
<div class="container">
<div class="copyright">© 2014 National Center for Smart Growth, University of Maryland.</div>
</div>
</div>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
</html>