Skip to content

MaastrichtU-Library/rdm-compliance-decision-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research Data Compliance Self-assessment Tool

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.

Local use

Run a small local server from the repo root:

python3 -m http.server 8000

Then open http://localhost:8000.

Update Rules

Edit data/compliance_rules.xlsx, then regenerate the runtime JSON:

python3 scripts/generate_rules_json.py

Releases

No releases published

Contributors