Initial commit: organized project structure for student handoff

Reorganized flat 41-file directory into structured layout with:
- scripts/ for Python analysis code with shared config.py
- notebooks/ for Jupyter analysis notebooks
- data/ split into raw/, metadata/, processed/
- docs/ with analysis summary, experimental design, and bimodal hypothesis tutorial
- tasks/ with todo checklist and lessons learned
- Comprehensive README, PLANNING.md, and .gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Giorgio Gilestro 2026-03-05 16:08:36 +00:00
commit e7e4db264d
27 changed files with 3105 additions and 0 deletions

View file

@ -0,0 +1,7 @@
machine,date,opening_time
076,16-03-10,52
076,16-31-34,25
145,16-03-27,42
145,16-31-41,20
268,16-32-05,75
1 machine date opening_time
2 076 16-03-10 52
3 076 16-31-34 25
4 145 16-03-27 42
5 145 16-31-41 20
6 268 16-32-05 75