-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (106 loc) · 5.05 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
<!doctype html>
<html lang="en">
<head>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-137229598-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="/css/main.css" />
<link href="https://fonts.googleapis.com/css?family=Lora|Open+Sans" rel="stylesheet" />
<title>eqasim - behavioural transport simulation</title>
</head>
<body>
<div id="background">
<img class="content" src="/assets/video_80.jpg" alt="" />
<!--- iframe class="content" src="https://player.vimeo.com/video/325296692?autoplay=1&loop=1&title=0&byline=0&portrait=0" allow="autoplay;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe-->
<video class="content" src="https://s3.eu-west-3.amazonaws.com/eqasim/video.mp4" autoplay="1" loop="1" />
</div>
<div id="main">
<div class="container">
<div id="head">
<h1><a href="/">eqasim</a></h1>
<div class="w-100"></div>
<h1 class="sub"><a href="/">Home</a> <a href="/pages/model">Model</a></h1>
</div>
</div>
<div id="content" class="container">
<div class="row no-gutters">
<div class="col-sm-8">
<h2>The mission</h2>
<div class="aim">
We provide an <b>open-source</b> and extensible <b>platform</b>
to test novel transport planning methods in an integrated
<b>pipeline</b>.
</div>
<div class="aim">
We'd like to bridge the worlds of macroscopic models,
agent-based simulation and discrete choice modelling.
</div>
<div class="aim">
We offer to research complete, policy-ready
agent-based transport <b>scenarios</b> based on well-tested
tools and algorithms.
</div>
<div class="aim">
<a href="/pages/model">Read more</a> about the model behind <i>eqasim</i>!
</div>
<div id="matsim"><div> powered by <span>MATSim</span></div></div>
</div>
<div class="col-sm-4">
<h2>Scenarios</h2>
<p>
A number of simulation scenarios are available for
<i>eqasim</i>:
</p>
<div class="scenario">
<img src="/assets/paris.png" alt="" />
<p>
<b>Paris</b> is the most detailed and well-calibrated
of the scenarios. It allows for practice-ready policy
studies and analyses.
</p>
</div>
<div class="scenario">
<img src="/assets/zurich.png" style="margin-bottom: 20px;" alt="" />
<p>
<b>Zurich</b> is the smallest of the available
use cases, but the one that has been around longest.
</p>
</div>
<div class="scenario">
<img src="/assets/switzerland.png" alt="" />
<p>
<b>Switzerland</b> is mainly used at the Institute for Transport
Planning at ETH Zurich.
</p>
</div>
</div>
</div>
</div>
<div id="bottom">
<div class="container">
<div class="row">
<div class="col">
<p class="bottom-links">
<span>Copyright 2019 Sebastian Hörl, Milos Balac</span>
<span><a href="/pages/impressum">Impressum</a></span>
<span><a href="/pages/impressum">Terms</a></span>
<span><a href="/pages/impressum">Privacy</a></span>
</p>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>