About This Project
Project-Context serves as the central repository coordinating multiple design iterations, data analyses, modeling workflows, and UI experiments for our research. It underpins specialized child repositories like the rem_e3_model_fixed
module.
π Folder Structure
Docs/
β Documentation: meeting notes, IRB approvals, literature reviewsdesign1/
,design2/
,design3/
β Each designβs assets:data/
β raw & processed datadata_analysis/
β analysis scripts & notebooksmodeling/
β code & models (E3 model)ui_experiment/
β front-end experiment code
exp_host/
β Latest modular JS host for online experimentspapers/
β Key literature & references.github/ISSUE_TEMPLATE/
β Issue templates
π Getting Started
Clone and explore:
git clone https://github.com/naszhu/project-context.git
cd project-context
Navigate to subfolders for specific workflows and instructions.
π Issue Tracking
All project issues are managed via GitHub Issues. Current focus on Design 3. See Issues tab.
π Child Repositories
- rem_e3_model_fixed β E3 model code & simulations
π·οΈ Versioning & Conventions
Commits follow type(scope): message
format. Development is currently on main
. Stable releases are tagged in child repos.