15:00
Session 2: AEA Replication in Quarto
Tuesday, July 18, 2023
The Data and Code Availability Standard is a standard for sharing research code and data, endorsed by leading journals in social sciences.
Journals which endorse DCAS aim to have polices which are compliant with the standards.1 AEA resources include:
Step 1 of the AEA Replication Package involves Preparing your files for verification. Again, this is a fairly long and detailed read.
A replication package should:
README
, LICENSE
.
βββ replication-pkg
βββ LICENSE.txt
βββ README.qmd
βββ README.pdf
βββ code
β βββ 00_setup
β βββ 01_dataprep
β βββ 02_analysis
β βββ 03_appendix
βββ data
β βββ analysis
β βββ interim
β βββ raw
βββ (output)
The Social Science Data Editors also maintain a template README that includes the following components:
.pdf
β> into the .zip
archive.md
β> GitHub repo.html
β> showcase website.qmd
!replication-pkg
folderreplication-pkg/
contains all code, data and replication documentation.replication-pkg.zip
for submission./
βββ _quarto.yml
βββ index.qmd
βββ paper/
βββ replication-pkg/
βββ LICENSE.txt
βββ README.qmd
βββ code/
β βββ 00_setup/
β βββ 01_dataprep/
β βββ 02_analysis/
β βββ 03_appendix/
βββ data/
β βββ analysis/
β βββ interim/
β βββ raw/
βββ output/
βββ references.bib
paper/
_quarto.yml
and index.qmd
./
βββ _quarto.yml
βββ index.qmd
βββ paper/
βββ replication-pkg/
βββ LICENSE.txt
βββ README.qmd
βββ code/
β βββ 00_setup/
β βββ 01_dataprep/
β βββ 02_analysis/
β βββ 03_appendix/
βββ data/
β βββ analysis/
β βββ interim/
β βββ raw/
βββ output/
βββ references.bib
_quarto.yml
project:
type: website
output-dir: docs
website:
title: "Data and Code for: Matching Mechanisms for Monkey Placement"
description: "Supplementary materials and replication package"
sidebar:
pinned: true
align: center
style: docked
search: false
collapse-level: 2
contents:
- text: Code
href: code.qmd
- text: Data
- text: Paper
format:
html:
theme: cosmos
toc: true
15:00
Social Science Data Editors
π github.com/social-science-data-editors