From 9881d9a4048a56ccd1c0d52878817fd210c6ab95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=95=86=E6=98=8A=E6=9A=98521021910816?= Date: Sun, 1 Mar 2026 01:23:16 +0800 Subject: [PATCH] a test for contributing --- studies/study_test/README.md | 6 ++++++ studies/study_test/index.json | 9 +++++++++ studies/study_test/scripts/.gitkeep | 0 studies/study_test/source/materials/.gitkeep | 0 4 files changed, 15 insertions(+) create mode 100644 studies/study_test/README.md create mode 100644 studies/study_test/index.json create mode 100644 studies/study_test/scripts/.gitkeep create mode 100644 studies/study_test/source/materials/.gitkeep diff --git a/studies/study_test/README.md b/studies/study_test/README.md new file mode 100644 index 00000000..37712096 --- /dev/null +++ b/studies/study_test/README.md @@ -0,0 +1,6 @@ +# Minimal Test Study + +Minimal study structure for HumanStudy-Bench. + +- **Participants:** N/A (test only) +- **Main tests:** Structure validation diff --git a/studies/study_test/index.json b/studies/study_test/index.json new file mode 100644 index 00000000..2fcee51e --- /dev/null +++ b/studies/study_test/index.json @@ -0,0 +1,9 @@ +{ + "title": "Minimal Test Study", + "authors": ["Test Author"], + "year": 2026, + "description": "Minimal study for testing HumanStudy-Bench submission structure.", + "contributors": [ + { "name": "Test Name", "github": "https://github.com/assassin808" } + ] +} diff --git a/studies/study_test/scripts/.gitkeep b/studies/study_test/scripts/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/studies/study_test/source/materials/.gitkeep b/studies/study_test/source/materials/.gitkeep new file mode 100644 index 00000000..e69de29b