-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 1.58 KB
/
index.html
File metadata and controls
44 lines (44 loc) · 1.58 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | ATSSim</title>
<link rel="stylesheet" href="/main.css">
</head>
<body>
<h1>ATSSim</h1>
<p>Simulation of the old ATS, SSI and SACEM systems of the Istanbul Metro</p>
<details>
<summary>Navigation</summary>
<a href="/">Home</a><br>
<a href="/simulation/">Simulation</a><br><br>
<span>Docs</span>
<hr>
<a href="/docs/signals/">Signals</a><br>
<a href="/docs/userinterface/">User Interface</a>
</details>
<h2>Home</h2>
<a href="./simulation/">Go to the simulation ></a>
<p>ATSSim simulates the old signalling system used in the Istanbul Metro's first line (now called M2) between the years of 2000-2009. The following subsystems powered the train operation in this period:</p>
<ul>
<li>
<p><b>SSI (Solid State Interlocking)</b> - Main Interlocking</p>
</li>
<li>
<p><b>ATS</b> - Automatic Train Supervision (Dispatching System)</p>
</li>
<li>
<p><b>SACEM</b> - Automatic Train Control (ATP and ATO) System</p>
</li>
</ul>
<p>The simulation is written in JavaScript, is open source and can run on any web browser.</p>
<img src="./assets/screenshot.jpeg" alt="">
<small>Screenshot of the simulation</small>
<footer>
<a href="https://github.com/baranonen/ATSSim">GitHub</a>
<br>
<a href="/simulation/">Simulation</a>
</footer>
</body>
</html>