https://github.com/benmarwick/teaching-replication-in-archaeology
This repository contains the data and code for our paper: "How to use replication assignments for teaching integrity in empirical archaeology"
https://github.com/benmarwick/teaching-replication-in-archaeology
archaeology binder research-compendium teaching
Last synced: 7 months ago
JSON representation
This repository contains the data and code for our paper: "How to use replication assignments for teaching integrity in empirical archaeology"
- Host: GitHub
- URL: https://github.com/benmarwick/teaching-replication-in-archaeology
- Owner: benmarwick
- License: other
- Created: 2019-06-01T08:07:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T00:56:16.000Z (about 6 years ago)
- Last Synced: 2025-01-13T17:03:17.997Z (9 months ago)
- Topics: archaeology, binder, research-compendium, teaching
- Language: TeX
- Homepage: https://mybinder.org/v2/gh/benmarwick/replicationteachingarchaeology/master?urlpath=rstudio
- Size: 9.57 MB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
# Please put your title here to include it in the file below.
Title <- "How to use replication assignments for teaching integrity in empirical archaeology"
```# Teaching replication in archaeology
[](https://mybinder.org/v2/gh/benmarwick/replicationteachingarchaeology/master?urlpath=rstudio)
[](https://travis-ci.org/benmarwick/teaching-replication-in-archaeology)This repository contains the data and code for our paper:
> Marwick, B. [](https://orcid.org/0000-0001-7879-4531), L. Wang [](https://orcid.org/0000-0001-9060-2125), R. Robinson [](https://orcid.org/0000-0001-8029-937X), H. Loiselle [](https://orcid.org/0000-0002-6197-4752) (2019). _`r Title`_. Submitted to _Advances in Archaeological Practice_
Our pre-print is online here:
> Marwick, B., L. Wang, R. Robinson, H. Loiselle , (2019). _`r Title`_. SocArXiv, Accessed `r format(Sys.Date(), "%d %b %Y")`. Online at
### How to cite
Please cite this compendium as:
> Marwick, B., L. Wang, R. Robinson, H. Loiselle, (`r format(Sys.Date(), "%Y")`). _Compendium of R code and data for "`r Title`"_. Accessed `r format(Sys.Date(), "%d %b %Y")`. Online at
## Contents
The **analysis** directory contains:
- [:file_folder: paper](/analysis/paper): R Markdown source document for manuscript. Includes code to reproduce the figures and tables generated by the analysis. It also has a rendered version, `paper.docx`, suitable for reading (the code is replaced by figures and tables in this file)
- [:file_folder: data](/analysis/data): Data used in the analysis.
- [:file_folder: figures](/analysis/figures): Plots and other illustrations
- [:file_folder: supplementary-materials](/analysis/supplementary-materials): Supplementary materials including the assignment instructions that we used with the students, and two completed assignments submitted by students in this class.## How to run in your broswer or download and run locally
The simplest way to explore the text, code and data is to click on [binder](https://mybinder.org/v2/gh/benmarwick/replicationteachingarchaeology/master?urlpath=rstudio) to open an instance of RStudio in your browser, which will have the compendium files ready to work with. Binder uses rocker-project.org Docker images to ensure a consistent and reproducible computational environment. These Docker images can also be used locally.
You can download the compendium as a zip from from this URL: [master.zip](/archive/master.zip). After unzipping, open the `Proj` file in RStudio, and run `devtools::install()` to ensure you have the packages this analysis depends on (also listed in the [DESCRIPTION](/DESCRIPTION) file). Then open `paper.Rmd` and knit to produce the `paper.docx`.
### Licenses
**Text and figures :** [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/)
**Code :** See the [DESCRIPTION](DESCRIPTION) file
**Data :** [CC-0](http://creativecommons.org/publicdomain/zero/1.0/) attribution requested in reuse
### Contributions
We welcome contributions from everyone. Before you get started, please see our [contributor guidelines](CONTRIBUTING.md). Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.