This project corresponds to the bachelor's thesis "Creating a Pipeline for Reproducible Evaluation Report Generation" written at the Human-Centered Computing research group.
First Examiner: Prof. Dr. Claudia Müller-Birn
Second Examiner: TBA
## Description
This repository contains two pipelines `pipeline.ipynb` and `new_pipeline.ipynb` which generate evaluation reports. `pipeline.ipynb` automates the current evaluation report, while `new_pipeline.ipynb` uses suggestions from different people across the department for Mathematics, Computer Science and Bioinformatics to improve the evaluation report.
To work the pipeline needs data in the `raw_data/` folder in the following structure:
```shell
├── Bioinformatik
│ └── Bioinformatik_SoSe2019
│ └── daten.csv
├── Informatik
│ └── Informatik_SoSe2019
│ └── daten.csv
└── Mathematik
└── Mathematik_SoSe2019
└── daten.csv
```
`daten.csv` comes from an export in [Zensus](https://www.zedat.fu-berlin.de/Benutzerservice/UniZensus). The `data.example.csv` shows the schema the data needs to have. To be able to work the pipeline also needs data for all three institutes per semester. Folders with semester names should always look like this: `[Institute]_[WiSeYYYY/YY|SoSeYYYY]`.