From a7f09dcb557fb200e1864b48500dcba39dc28c23 Mon Sep 17 00:00:00 2001 From: Steffen Schieler Date: Fri, 29 Sep 2023 13:27:38 +0200 Subject: [PATCH] added thanks note for rz --- docs/1-gettingstarted.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/1-gettingstarted.markdown b/docs/1-gettingstarted.markdown index f95bc5e..821753a 100644 --- a/docs/1-gettingstarted.markdown +++ b/docs/1-gettingstarted.markdown @@ -41,7 +41,7 @@ A really brief explanation is sufficient :) In its current state, the dataset contains 60 different scenarios in 360 files. The total required disk space is about 200 GB. -As Git is not suitable (at least not without extensions) to store such large datasets, the dataset is stored on a different server at TU Ilmenau. +As Git is not suitable (at least not without extensions) to store such large datasets, the dataset is stored on a different server at TU Ilmenau [1]. The repository provides a script `downloader.py` to download the dataset from the server. ![Repository Structure](../assets/repository_structure.png) @@ -94,3 +94,9 @@ python downloader.py --help {: .note} If you entered a wrong password `downloader.py`, just re-run the script. In this case, it will not re-download the file and instead access the previously downloaded version stored in the `.tmp` folder. + +{: .fs-3} +**Footnote** + +{: .fs-2} +[1] - We want to thank Henning Schwanbeck from the Technische Universität Ilmenau Rechenzentrum for his continuous support with the provisioning of the measurement files. \ No newline at end of file