This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
157 lines (132 loc) · 4.32 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
---
layout: default
---
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">MATSim Association</h3>
</div>
<div class="panel-body" >
<p>Become a member of the <a href="/association/">MATSim Association</a>. The association is now open to accept members!</a>
</p>
</div>
</div>
<div class="jumbotron">
<div class="row">
<div class="col-sm-6">
<p>MATSim is an open-source framework for implementing large-scale agent-based transport simulations.</p>
</div>
<div class="col-sm-5 col-sm-push-1">
<p>
<a class="btn btn-default btn-lg" href="/about-matsim">Learn more…</a>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-left">
<div class="col-md-4 text-left section-thumb">
<h3>
<a href="/downloads/">
Install
</a>
</h3>
<span class="pull-left">
<a href="downloads">
<i class="fa fa-cloud-download fa-4x"> </i>
</a>
</span>
Install MATSim on your computer.
</div>
<div class="col-md-4 text-left section-thumb">
<h3>
<a href="/gallery/">
Gallery
</a>
</h3>
<span class="pull-left">
<a href="/gallery">
<i class="fa fa-globe fa-4x"> </i>
</a>
</span>
MATSim is used all over the world! Have a look at the gallery to see how others are using MATSim.
</div>
<div class="col-md-4 text-left section-thumb">
<h3>
<a href="/docs/">
Documentation
</a>
</h3>
<span class="pull-left">
<a href="/docs">
<i class="fa fa-book fa-4x"> </i>
</a>
</span>
Read up upon MATSim or have a look at the available tutorials to learn how to use MATSim.
</div>
</div>
<div class="row">
<div class="col-md-2" id="news"></div>
<div class="col-md-4 text-left section-thumb">
<h3>
<a href="https://github.com/matsim-org/matsim-code-examples/issues">
Get Help
</a>
</h3>
<span class="pull-left">
<a href="https://github.com/matsim-org/matsim-code-examples/issues">
<i class="fa fa-comments fa-4x"> </i>
</a>
</span>
Ask your questions on our
<br/>
<a href="/faq">Q&A platform</a>.
</div>
<div class="col-md-4 text-left section-thumb">
<h3>
<a href="/conferences">
Conferences & Meetings
</a>
</h3>
<span class="pull-left">
<a href="conferences">
<i class="fa fa-calendar fa-4x"> </i>
</a>
</span>
Upcoming announcements, and archives of previous conferences.</a>
</div>
<!-- Commenting this out for the time being in attempt to point people to rather cloning the matsim-example-project. kai, oct'17 -->
<!-- <div class="col-md-4 text-left section-thumb"> -->
<!-- <a href="https://github.com/matsim-org/matsim"> -->
<!-- <h3>Open Source</h3></a> -->
<!-- <span class="pull-left"><a href="https://github.com/matsim-org/matsim"><i class="fa fa-github fa-4x"> </i></a></span> -->
<!-- MATSim is open source software written in Java. Visit us <a href="https://github.com/matsim-org/matsim">on GitHub</a> to have a look at the source code. -->
<!-- </div> -->
<div class="col-md-2" id="news"></div>
</div>
<div class="col-md-12 text-left" id="news">
<br/>
<br/>
<br/>
<a href="/feed/index.xml"><p class="matsim-rss-link">RSS FEED</p></a>
<a href="/submit-news/"><p class="matsim-rss-link">SUBMIT NEWS</p></a>
<p class="sidebar_title">Latest MATSim News</p>
</div>
<div class="col-md-12 posts">
<!-- The news items in _data/news.yml are auto-generated from the CI build script once an hour. -->
{% for post in site.posts limit:7 %}
<article class="post">
<div class="entry">
<h4>
<a class="news-headline" href="{{ post.url }}">{{ post.title }}</a>
</h4>
<p class="blog-byline">Posted by {{post.author}} on {{ post.date | date: "%e %b, %Y" }}</p>
{{ post.summary }}
<br/>
<br/>
<a href="{{ post.url }}" class="read-more">» Read More…</a>
</div>
<div class="faint_border"></div>
</article>
{% endfor %}
</div>
</div>