-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
78 lines (64 loc) · 3.66 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
---
layout: default
title: European Train Control System. Open Proof. Open Source.
---
<div class="row">
<div class="span6">
<h1>
European Train Control System (ETCS)<br />
Open Proofs - Open Source
</h1>
<p style="padding-bottom: 20px">
<img src="/images/ice.jpg"/>
</p>
<p>
The purpose of the openETCS project is to develop an integrated modeling, development, validation and testing framework for leveraging the cost-efficient and reliable implementation of ETCS. The framework will provide a holistic tool chain across the whole development process of ETCS software. The tool chain will support the formal specification and verification of the ETCS system requirements, the automatic and ETCS compliant code generation and validation, and the model-based test case generation and execution.
</p>
</div>
<div class="span3 events">
<h2><a href="http://openetcs.org/calendar">Upcoming Events</a></h2>
<div id="blog-posts"></div>
</div>
</div>
<div class="row">
<div class="feature span3">
<h2>Specification</h2>
<p>
openETCS will utilize “Open Standards” on all levels, including hardware and software specification, interface definition, design tools, verification and validation procedures and last but not least embedded control software. By applying those technologies and related business concepts a significant cost cut for the final onboard product is expected down to or even below conventional high performance cab signaling systems (e.g. LZB Linien-Zug-Beeinflussung, as used in Germany, Austria and Spain).
</p>
</div>
<div class="feature span3">
<h2>Implementation</h2>
<p>
The openECTS project aims to provide the formal model of the ETCS system, the source code of the ETCS software and the tool chain necessary to develop and verify them. This tool chain will enable to transfer the ETCS specification into a formal model and then to generate the code for an ETCS onboard unit. In parallel to the development openETCS aims to establish an open-source ecosystem of services around the developed artifacts.
</p>
</div>
<div class="feature span3">
<h2>V & V</h2>
<p>
The open source concept provides for a neutral and formal method based “correct” functioning reference device that will help to overcome existing interoperability problems, supporting manufacturers, infrastructure managers and railway undertakings alike, avoiding exhaustive field tests, transferring verification and validation activities from the track site into laboratories, saving scarce resources and finally accelerating the migration phase and therefore supporting the European ERTMS deployment plan.
</p>
</div>
</div>
<table align="center" border="0" cellpadding="20">
<tr>
<th valign="bottom">Funded by</th>
</tr>
<tr>
<td> <img src="/images/sponsors/germany_logo.png" style="max-width: 120px" /> </td>
<td> <img src="/images/sponsors/france_logo.png" style="max-width: 160px" /> </td>
<td> <img src="/images/sponsors/brussels_logo.png" style="max-width: 110px" /> </td>
<td> <img src="/images/sponsors/spain_logo.png" style="max-width: 220px" /> </td>
</tr>
</table>
<script type="text/javascript">
$( '#blog-posts' ).rssfeed( 'https://www.google.com/calendar/feeds/openetcs.org_jid53p4912jvefdte5bte0lbdg%40group.calendar.google.com/public/basic?sortorder=ascending', {
limit: 4,
header : false,
key : "ABQIAAAADaXzprMke0eXhl5lyjwBJhQirors1Oy_y16QJctfjrSpBJX32hS_wL3O0Tk2wYierOO2_dXAoE0AMQ",
titletag : "h3",
date : false,
content : true,
ssl : true
} );
</script>