-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
134 lines (119 loc) · 4.96 KB
/
index.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
<!DOCTYPE HTML>
<!--
Ethereal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Outer Loop - ITM 2023</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Wrapper -->
<div id="wrapper">
<!-- Panel (Banner) -->
<section class="panel banner right">
<div class="content color0 span-3-75">
<h1 class="major">Innovations in Travel Modeling<br />
2023</h1>
<p>Here you can find all the resources Pedro Camargo will use during his ITM 2023 tutorial on building models for
data-poor regions.</p>
<p>Find him on <strong>June 4th at 1PM</strong>, at <strong>Workshop 3: Making Models Easier:
Tools to Reduce the Burden of Travel Analysis</strong>.</p>
<p>
<ul class="actions">
<li><a href="#first" class="button primary color1 circle icon solid fa-angle-right">Next</a>
</li>
</ul>
</div>
<div class="image filtered tinted" data-position="25% 25%">
<img src="images/pic01.jpg" alt="" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium left" id="first">
<div class="content span-7">
<h2 class="major">AequilibraE tutorial</h2>
<p>The AequilibraE tutorial has been produced as a Jupyter notebook that can be run in either your local
system or on Google Colab.</p>
<p>This tutorial includes skimming and traffic assignment on a network with over 380,000 links and
nearly 700 zones!!</p>
<p><a href="http://itm2023.outerloop.io/LongAn_base_model.zip">Download the example model</a></p>
<p>Go to the <a href="https://github.com/outerl/AequilibraE-demo">GitHub repository</a> now!</p>
</div>
<div class="image filtered tinted" data-position="top left">
<img src="images/pic02.jpg" alt="" />
</div>
</section>
<!-- Panel -->
<section class="panel spotlight medium left">
<div class="content span-7">
<h2 class="major">Tradesman Tutorial</h2>
<p>The Tradesman tutorial is also available as a Jupyter notebook for use locally or on Google Colab.</p>
<p>In this tutorial, we build a model for Gibraltar, including its network, zoning system and
population pyramid, finishing with some cool visualization</p>
<p><a href="http://itm2023.outerloop.io/gibraltar.zip">Download the example model</a></p>
<p>Go to the <a href="https://github.com/outerl/Tradesman-demo">GitHub repository</a> now!</p>
</div>
<div class="image filtered tinted" data-position="top left">
<img src="images/pic03.jpg" alt="" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium left">
<div class="content span-7">
<h2 class="major">Downloads and links</h2>
<p>Want to go straight to it? Here are all the links and downloads available for this tutorial.</p>
</div>
<div class="inner">
<ul>
<li><a href="https://github.com/outerl/AequilibraE-demo">https://github.com/outerl/AequilibraE-demo</a> </li>
<li><a href="http://itm2023.outerloop.io/LongAn_base_model.zip">LongAn sample model (AequilibraE Tutorial)</a></li>
<li><a href="http://itm2023.outerloop.io/gibraltar.zip">Gibraltar sample model (AequilibraE Tutorial)</a></li>
</ul>
<ul>
<li><a href="https://github.com/outerl/Tradesman-demo">https://github.com/outerl/Tradesman-demo</a> </li>
<li><a href="http://itm2023.outerloop.io/Indianapolis.7z">Indianapolis sample model (Tradesman Tutorial)</a></li>
</ul>
</div>
<div class="image filtered tinted" data-position="top right">
<img src="images/pic04.jpg" alt="" />
</div>
</section>
<!-- Panel -->
<section class="panel color4-alt">
<div class="intro color4">
<h2 class="major">Outer Loop Consulting</h2>
<p>You can find us in many channels</p>
</div>
<div class="inner columns divided">
<div class="span-1-5">
<ul class="contact-icons color1">
<li class="icon brands fa-firefox"><a href="https://outerloop.io">On the web</li>
<li class="icon brands fa-linkedin"><a
href="https://www.linkedin.com/company/outer-loop-consulting">Follow us</a></li>
<li class="icon fa-envelope"><a href="mailto:pedro@outerloop.io">Reach out by e-mail</a>
</li>
</ul>
</div>
</div>
</section>
<!-- Copyright -->
<div class="copyright">Site Design: <a href="https://html5up.net">HTML5 UP</a>.</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>