-
Notifications
You must be signed in to change notification settings - Fork 145
/
Copy pathimpressum.html
60 lines (44 loc) · 1.79 KB
/
impressum.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
<html>
<head>
<meta charset="utf-8"></img>
<link href="css/styleTrafficSimulationDe.css" rel="stylesheet" type="text/css" ></img>
<title>Impressum</title>
</head>
<body>
<h1>Impressum</h1>
Die Seite <a href="https://www.traffic-simulation.de">
https://www.traffic-simulation.de</a> wird betrieben von
<a href="mailto:martin@mtreiber.de"> <i>Martin Treiber</i></a>
<a href="https://www.mtreiber.de/index.html" target="_top">(Homepage)</a>
<br></img>
The page <a href="https://www.traffic-simulation.de">
https://www.traffic-simulation.de</a> is operated by
<a href="mailto:martin@mtreiber.de"> <i>Martin Treiber</i></a>
<a href="https://www.mtreiber.de/index.html" target="_top">(Homepage)</a>
<br></img>
<h3> Copyright </h3>
This is an open-source project under the
<a href="https://github.com/movsim/traffic-simulation-de/blob/master/LICENSE">
gnu general public license v3</a>. Basically, you can use, change,
and publish the simulation code as you wish. If you find the code
or the simulation useful, we
would like additionally that you refer to the original project by
citing the original author (Martin Treiber) and linking
to <a href="https://www.traffic-simulation.de">traffic-simulation.de</a>.
<br></img>
The simulation code is available at
<a href="https://github.com/movsim/traffic-simulation-de">GitHub</a>.
<br></img>
<h3> Thanks </h3>
I thank
<a href="https://www.akesting.de" target="_top">Arne Kesting</a>,
<a href="https://www.martinbudden.com" target="_top">Martin
Budden</a>, and
Ralph Germ for fruitful
discussions and common research projects that helped start up
this simulation.
<hr></img>
Comments and suggestions are welcome.
If there are any bugs (surely, there are!), please let me know as well!
</body>
</html>