You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add contributor institution field across docs, data, and website
Add institution to contributor schema in study index.json files,
build script, website display, upload form, and contribution docs.
Defaults to "Independent Researcher" if left blank.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Head to GitHub and open a **Pull Request** targeting the `dev` branch. Include a brief description of the study and any notes for reviewers.
36
36
37
-
Make sure your `index.json` includes a `contributors` field with your name and GitHub link— CI will verify this matches your GitHub account:
37
+
Make sure your `index.json` includes a `contributors` field with your name, GitHub link, and institution — CI will verify your GitHub ID matches the PR author:
If you are not affiliated with a university or organization, use `"Independent Researcher"` as your institution.
50
+
45
51
### What happens after you hit "Create PR"
46
52
47
53
-**CI** runs `verify_study.sh` and `build_studies_index.py` automatically. It also checks that the `contributors` GitHub ID in your `index.json` matches the PR author.
Copy file name to clipboardExpand all lines: studies/study_014/index.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@
8
8
"year": 2011,
9
9
"description": "This study investigates how auctioneers set reserve prices in second-price sealed-bid auctions. A well-established theoretical result, assuming risk neutrality of the seller, is that the optimal reserve price should not depend on the number of participating bidders. In a set of controlled laboratory experiments, it is found that seller behavior often deviates from the theoretical benchmarks: sellers systematically increase their reserve prices as the number of bidders grows, contrary to standard auction theory.",
0 commit comments