This repository is a template for replication packages of scientific studies. This paragraph should be replaced by a short, high-level description of the study to provide context for the reader.
Cite this work as: (citation string). Contact the corresponding author through https://julianfrattini.github.io/.
In the best case, also add a CITATION.cff file to the repository, like in JulianFrattini/rqi-proto.
You can also use a tool like CFFINIT to generate a CITATION.cff file.
This repository contains the following files:
├── data: all data used in this study
│ ├── processed: pre-processed data for further analysis and use
│ └── raw: original data as collected
├── material: additional material
│ ├── figures: graphs and figures generated for the study
│ └── presentations: slides and other material for publication
├── src: source code used in this study
├── INSTALL.md : system requirements for this artifact
└── LICENSE.md : license file clarifying reuse of this material
Warning
Add a disclaimer in case some files (e.g., original raw data) are obfuscated or missing due to sensitivity.
To use the files contained in this repository, first ensure that all system requirements are met as specified in the INSTALL.md file.
Copyright © 2025 Julian Frattini. This work is licensed under MIT License.