Skip to content

Commit 549d486

Browse files
assassin808claude
andcommitted
fix: use PAT token for index rebuild and add study_014 to index
The sync workflow was failing because the default GITHUB_TOKEN cannot push to the protected main branch. Switch to PAT_TOKEN secret. Also rebuild studies_index.json to include study_014. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0ed59e5 commit 549d486

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/sync-studies-index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
contents: write
1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
token: ${{ secrets.PAT_TOKEN }}
1618
- uses: actions/setup-python@v5
1719
with:
1820
python-version: "3.11"

co_website/data/studies_index.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,23 @@
149149
"github": "https://github.com/zgk2003"
150150
}
151151
]
152+
},
153+
{
154+
"study_id": "study_014",
155+
"title": "Do Auctioneers Pick Optimal Reserve Prices?",
156+
"authors": [
157+
"Andrew M. Davis",
158+
"Elena Katok",
159+
"Anthony M. Kwasnica"
160+
],
161+
"year": 2011,
162+
"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.",
163+
"contributors": [
164+
{
165+
"name": "Yuanjun Feng",
166+
"github": "https://github.com/diana3135"
167+
}
168+
]
152169
}
153170
]
154171
}

0 commit comments

Comments
 (0)