Static client-side decision-support tool for researchers at Maastricht University. The app helps users identify which research data compliance steps may apply to a project, with a focus on GDPR, ethics, and research data management.
The tool is informational only. It does not save data, does not require login, and resets on refresh.
Run a small local server from the repo root:
python3 -m http.server 8000Then open http://localhost:8000.
Edit data/compliance_rules.xlsx, then regenerate the runtime JSON:
python3 scripts/generate_rules_json.py