47 lines
1.8 KiB
JavaScript
47 lines
1.8 KiB
JavaScript
window.GOD_EXPERIMENTS = [
|
|
{
|
|
slug: "god-town",
|
|
id: "god_town",
|
|
image: "assets/screenshots/map-the-ville.png",
|
|
repoPath: "agentsociety/quick_experiments/hypothesis_god_town/experiment_1/",
|
|
title: {
|
|
en: "GOD Town / The Ville",
|
|
zh: "GOD Town / The Ville"
|
|
},
|
|
kicker: {
|
|
en: "Daily-life baseline",
|
|
zh: "日常生活基线"
|
|
},
|
|
summary: {
|
|
en: "A late-spring weekday morning with 10 residents, 10 locations, and 65 location-scoped interactions.",
|
|
zh: "晚春工作日清晨,10 位居民、10 个地点、65 个地点约束交互。"
|
|
},
|
|
try: {
|
|
en: ["Watch ordinary routines emerge", "Ask one resident what they know", "Intervene and compare the next step"],
|
|
zh: ["观察自然日程如何展开", "向某位居民询问其所知", "注入干预并比较下一步变化"]
|
|
}
|
|
},
|
|
{
|
|
slug: "pku-trump-visit",
|
|
id: "pku_trump_visit",
|
|
image: "assets/screenshots/map-pku.png",
|
|
repoPath: "agentsociety/quick_experiments/hypothesis_pku_trump_visit/experiment_1/",
|
|
title: {
|
|
en: "PKU Trump Visit",
|
|
zh: "PKU Trump Visit"
|
|
},
|
|
kicker: {
|
|
en: "Campus public-situation experiment",
|
|
zh: "校园公共事件实验"
|
|
},
|
|
summary: {
|
|
en: "A stylized PKU campus scenario for testing attention flow, gathering, targeted ask, and operator intervention.",
|
|
zh: "一个风格化 PKU 校园场景,用于测试注意力流动、聚集、定向提问和操作员干预。"
|
|
},
|
|
try: {
|
|
en: ["Inject the public notice", "Move the crowd to Centennial Hall", "Ask students and delegation personas targeted questions"],
|
|
zh: ["注入公开通知", "引导人群前往百周年纪念讲堂", "向学生和代表团 persona 定向提问"]
|
|
}
|
|
}
|
|
];
|