-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·82 lines (80 loc) · 4.35 KB
/
index.html
File metadata and controls
executable file
·82 lines (80 loc) · 4.35 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
81
82
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Simple Integrated Land Use Orchestrator</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="publications.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> </h1>
<p> </p>
<p> </p>
<h1>Simple Integrated Land Use Orchestrator</h1>
<p>SILO is a simple yet powerful land-use model that is fully integrated with a travel demand model. This allow representing the full land-use/transportation feedback cycle. </p>
<p>SILO is a microscopic model, enabling the ingegration with both aggregate (or four-step) and disaggregate (or activity-based) travel demand models. SILO is written in Java and open-source. </p>
<p>Initially developed as a research project by Parsons Brinckerhoff, Inc. for Minneapolis/St. Paul, SILO is currently implemented for the state of Maryland by the <a href="http://smartgrowth.umd.edu">National Center for Smart Growth</a> at the <a href="http://www.umd.edu">University of Maryland</a>.</p>
</div>
<div class="contentright">
<h2> Land-Use/Transportation Feedback Cycle</h2>
<p><img src="images/lutIntegration.jpg" width="100" height="100" alt="Land-use/transport integration"/ align="right">Integrated land-use/ transportation models allow representing the land-use/ transportation feedback cycle, in which locations of households and jobs are used as trip ends to generate travel, and accessibilities of the travel demand model are used to influence relocation decisions. </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>