Skip to content

Commit dd74b5d

Browse files
committed
update web
1 parent 07dbe7a commit dd74b5d

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

co_website/app/contribute/page.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@ export default async function ContributePage() {
3535
Contribute
3636
</h1>
3737
<p className="mt-4 text-lg text-gray-600 max-w-2xl mx-auto">
38-
Add a new human study to HumanStudy-Bench. The 12 existing studies are for reference.
38+
Add a new study to HumanStudy-Bench.
3939
</p>
40+
<div className="mt-6 mx-auto max-w-2xl rounded-xl border border-indigo-100 bg-indigo-50/40 px-6 py-5 text-sm leading-relaxed text-gray-700 space-y-1.5">
41+
<p>HumanStudy-Bench is a non-profit and open-source platform.</p>
42+
<p>We welcome collaborators from all backgrounds!</p>
43+
<p>All contributors will be credited in future reports and publications.</p>
44+
</div>
4045
{/* Section nav */}
4146
<div className="mt-8 flex flex-wrap justify-center gap-3">
4247
<a href="#studies" className="rounded-full border border-gray-200 px-4 py-1.5 text-sm font-medium text-gray-700 hover:border-cyan-300 hover:text-cyan-700 transition-colors">
@@ -55,7 +60,7 @@ export default async function ContributePage() {
5560
<svg className="w-4 h-4" fill="none" viewBox="0 0 24 24" strokeWidth={2} stroke="currentColor">
5661
<path strokeLinecap="round" strokeLinejoin="round" d="M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25" />
5762
</svg>
58-
Step-by-step Tutorial
63+
Step-by-step Tutorial &rarr;
5964
</span>
6065
</Link>
6166
</div>
@@ -221,6 +226,10 @@ export default async function ContributePage() {
221226
>
222227
GitHub
223228
</a>
229+
. For other inquiries, contact{" "}
230+
<a href="mailto:xul049@ucsd.edu" className="text-cyan-600 hover:underline">
231+
xul049@ucsd.edu
232+
</a>
224233
.
225234
</p>
226235
</div>

co_website/components/DatasetGrid.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ export default function DatasetGrid() {
9292
<div className="mx-auto max-w-2xl text-center">
9393
<h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl font-serif">Study Dataset</h2>
9494
<p className="mt-4 text-lg leading-8 text-gray-600">
95-
A curated collection of 12 foundational human-subject studies spanning individual cognition, strategic interaction, and social psychology, all with complete experimental materials and clearly specified statistical tests.
95+
An initial curated collection of 12 foundational human-subject studies spanning individual cognition, strategic interaction, and social psychology, all with complete experimental materials and clearly specified statistical tests.
96+
{' '}
97+
<a href="/contribute" className="text-indigo-600 hover:text-indigo-500 font-medium">
98+
Become a contributor &rarr;
99+
</a>
96100
</p>
97101
</div>
98102
<div className="mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-6 sm:mt-20 lg:max-w-none lg:grid-cols-2">

co_website/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function Hero() {
1515
HumanStudy-Bench: Towards AI <span className="text-cyan-600">Agent Design</span> for Participant Simulation
1616
</h1>
1717
<p className="mt-6 text-lg leading-8 text-gray-600">
18-
A reusable platform converting human study research papers into standardized testbed for AI agents to replay human-subject experiments end-to-end, evaluating agent alignment with human participants at the level of scientific inference.
18+
A non-profit and open-source platform converting human study research papers into standardized testbed for AI agents to replay human-subject experiments end-to-end, evaluating agent alignment with human participants at the level of scientific inference.
1919
</p>
2020
<div className="mt-10 flex flex-wrap items-center gap-x-6 gap-y-3">
2121
<Link

co_website/components/Overview.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ export default function Overview() {
4545
<div className="text-xs text-gray-600 mt-1">PAS & ECS for alignment</div>
4646
</div>
4747
</div>
48+
<div className="mt-6 text-center">
49+
<a href="/contribute" className="inline-flex items-center gap-1.5 text-sm font-medium text-indigo-600 hover:text-indigo-500 transition-colors">
50+
Open-ended and growing — join us to add more
51+
<svg className="w-4 h-4" fill="none" viewBox="0 0 24 24" strokeWidth={2} stroke="currentColor">
52+
<path strokeLinecap="round" strokeLinejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3" />
53+
</svg>
54+
</a>
55+
</div>
4856
</div>
4957

5058
{/* Visual Pipeline Section */}

0 commit comments

Comments
 (0)