There are two ways to contribute a study to HumanStudy-Bench.
HumanStudy-Hub is developing a guided Build Study workflow for social-science researchers. It is designed to accept a published paper and optional open materials, pause for researcher review, and produce a runnable experiment folder that can be downloaded as a ZIP or saved to HumanStudy-Bench.
Build Study is currently available through the private-beta HumanStudy-Hub web application. Direct pull requests remain available to every contributor and are the preferred path when authors want full control over each study file.
Fork HumanStudy-Bench, then clone your fork:
git clone https://github.com/YOUR_USERNAME/HumanStudy-Bench.git
cd HumanStudy-Bench
git remote add upstream https://github.com/HumanStudy-Hub/HumanStudy-Bench.gitgit checkout -b contrib-yourgithubid-study-nameFollow What should I submit? and How to build study files, then run:
bash scripts/verify_study.sh yourgithubid_study_idgit add studies/yourgithubid_study_id/
git commit -m "Add study: Your Study Title"
git push origin contrib-yourgithubid-study-nameOpen a pull request targeting main. Include a short study description and
anything reviewers should inspect carefully.
Your index.json must identify the contributor:
"contributors": [
{
"name": "Your Name",
"github": "https://github.com/your-username",
"institution": "Your Institution"
}
]Use "Independent Researcher" when no institution applies.
After submission:
- CI runs the study validator and rebuilds the study index.
- A maintainer reviews structure, source fidelity, and data quality.
- After approval, the study is merged and receives its final repository ID.