forked from matsim-org/jekyll-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (32 loc) · 1.21 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
---
layout: default
title: Scenarios
---
<h2>Scenario Gallery</h2>
<div class="col-md-6">
MATSim is used all over the world! Have a look how others use MATSim and in what regions they apply it. Learn what data they used and how they prepared their data and processed the output.
<div class="infobox">
<a href="/open-scenario-data"><i class="fa fa-2x fa-files-o pull-left"></i></a>
Some scenario data is freely available.
<a href="/open-scenario-data">Have a look!</a>
</div>
</div>
<div class="col-md-6">
<a href="/images/matsim-locations-full.png" title="See the world map in large!"><img width="100%" class="dataset-thumbnail" src="/images/matsim-locations.png" /></a>
</div>
<div class="col-md-12">
<hr/>
</div>
{% for scenario in site.data.scenarios %}
<div class="col-md-4 scenario-thumb">
<a href="{{ site.baseurl }}{{ scenario.url }}">
<h4>{{ scenario.name }}</h4>
<img class="dataset-thumbnail" src="{{ site.baseurl }}{{ scenario.image }}" width="320" height="180" alt="image"/>
</a>
</div>
{% endfor %}
<div class="col-md-12">
<br/><br/>
Do you have a scenario and want to present it here as well? Feel free to <a href="mailto:[email protected]">contact us</a> so we can add it!
<br/><br/>
</div>