Skip to content

Commit 36084f7

Browse files
committed
Update theses and welcome.md
1 parent b8a4b94 commit 36084f7

File tree

2 files changed

+18
-34
lines changed

2 files changed

+18
-34
lines changed

docs/src/data/theses.json

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"title": "Model Checking von CMFTBL-Formeln mit SMT-Solvern am Beispiel von automatisierten Fahrsystemen",
5858
"year": 2025,
5959
"type": "Bachelor's Thesis",
60-
"finished": false
60+
"finished": true
6161
},
6262
{
6363
"title": "A Proof-Logic-Based Explainable Model Checker for the Temporal Logic CMFTBL",
6464
"year": 2025,
6565
"type": "Master's Thesis",
66-
"finished": false
66+
"finished": true
6767
},
6868
{
6969
"title": "Scenario Generation based on missing feature combinations using SCENIC",
@@ -87,44 +87,20 @@
8787
"title": "Risikobewertung von Szenarien in STARS mittels unfallrelevanter Fahrmetriken",
8888
"year": 2025,
8989
"type": "Bachelor's Thesis",
90-
"finished": false
90+
"finished": true
9191
},
9292
{
9393
"title": "Implementation of a Traffic Data Acquisition Prototype for Scenario-Based Testing of Automated Driving Systems",
9494
"year": 2025,
9595
"type": "Masters's Thesis",
9696
"finished": false
9797
},
98-
{
99-
"title": "Analyse der Diversität des INTERACTION-Datensatzes",
100-
"year": 2025,
101-
"type": "Bachelor's Thesis",
102-
"finished": false
103-
},
104-
{
105-
"title": "Scenario Generation based on missing feature combinations using SCENIC",
106-
"year": 2025,
107-
"type": "Bachelor's Thesis",
108-
"finished": false
109-
},
110-
{
111-
"title": "Erstellung eines Autopiloten in CARLA mit einstellbarer Fahrqualität",
112-
"year": 2025,
113-
"type": "Bachelor's Thesis",
114-
"finished": false
115-
},
11698
{
11799
"title": "Eine Qualitative Analyse der Autonome-Fahrzeuge-Genehmigungs-und-Betriebs-Verordnung - AFGBV für Automatische Fahrsysteme",
118100
"year": 2025,
119101
"type": "Bachelor's Thesis",
120102
"finished": false
121103
},
122-
{
123-
"title": "Implementation of a Traffic Data Acquisition Prototype for Scenario-Based Testing of Automated Driving Systems",
124-
"year": 2025,
125-
"type": "Master's Thesis",
126-
"finished": false
127-
},
128104
{
129105
"title": "Evaluation einer blockgrenzenübergreifenden Segmentierung zur Analyse von Fahrdaten im STARS-Framework",
130106
"year": 2025,

docs/src/data/welcome.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
**STARS** is a formal framework for analyzing and measuring _scenario coverage_ in testing automated robotic systems.
2-
It allows users to formally define (environment) features and classify _recorded_ data into distinct scenario classes
1+
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
2+
[![Maven Central](https://img.shields.io/maven-central/v/tools.aqua/stars-core?logo=apache-maven&label=MavenCentral%20stars-core)](https://central.sonatype.com/artifact/tools.aqua/stars-core)
3+
[![Maven Central](https://img.shields.io/maven-central/v/tools.aqua/stars-logic-kcmftbl?logo=apache-maven&label=MavenCentral%20stars-logic-kcmftbl)](https://central.sonatype.com/artifact/tools.aqua/stars-logic-kcmftbl)
4+
[![Maven Central](https://img.shields.io/maven-central/v/tools.aqua/stars-importer-carla?logo=apache-maven&label=MavenCentral%20stars-importer-carla)](https://central.sonatype.com/artifact/tools.aqua/stars-importer-carla)
5+
[![Maven Central](https://img.shields.io/maven-central/v/tools.aqua/stars-data-av?logo=apache-maven&label=MavenCentral%20stars-data-av)](https://central.sonatype.com/artifact/tools.aqua/stars-data-av)
6+
7+
**STARS** is a formal framework for analyzing and measuring _scenario coverage_ in testing automated robotic systems.
8+
It enables users to formally define environment features and classify _recorded_ data into distinct scenario classes
39
using _Tree-based Scenario Classifiers_ (TSCs).
410

5-
By expressing scenario features in temporal logic and combining them hierarchically, STARS automatically identifies which
6-
scenarios were encountered in recorded data — and which are still missing.
7-
It computes metrics such as coverage, feature occurrence, and scenario distributions, supporting data-driven test selection
8-
and safety assessment in accordance with standards like **ISO 21448** and **UL 4600**.
11+
By expressing scenario features in temporal logic and combining them hierarchically, STARS automatically identifies
12+
which scenarios were encountered in recorded data — and which are still missing. Through logically defined monitors,
13+
it can also validate requirements and provide insights into the simultaneous occurrence of features and requirement violations.
14+
15+
The framework computes metrics such as _scenario coverage_, _feature occurrence_, and _scenario distributions_, supporting
16+
safety assessment in regards to standards like **ISO 21448** and **UL 4600**.
917

10-
STARS is domain-agnostic, highly customizable, and implemented in Kotlin for interoperability with JVM-based languages.
18+
STARS is domain-agnostic, highly customizable, and implemented in Kotlin for seamless interoperability with JVM-based languages.
1119

1220
Repository: [github.com/tudo-aqua/stars](https://github.com/tudo-aqua/stars)

0 commit comments

Comments
 (0)