-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (25 loc) · 1.07 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
---
layout: page
title: JuPedSim
subtitle: Simulating and analyzing pedestrian dynamics
---
<div class="jumbotron">
<p><code>JuPedSim</code> implements state of the art models (operational and tactical levels) and analysis methods (density, flow velocity, ...).
<p>This software is platform independent, released under the <a href="{{ site.baseurl }}/disclaimer.html">LGPL</a> license and is written in C++ and Python.</p>
<center>
<!-- <div class="btn-group"> -->
<!-- <a class="btn btn-primary btn-lg" href="https://cst.version.fz-juelich.de"> -->
<!-- Code -->
<!-- </a> -->
<a class="btn btn-primary btn-lg" href="https://github.com/JuPedSim/JuPedSim/releases">
Download
</a>
<a class="btn btn-success btn-lg" href="2016-11-01-introduction.html">
About
</a>
<a class="btn btn-danger btn-lg" href="2016-11-02-quickstart.html">
Start
</a>
<!-- </div> -->
</center>
</div>