This repository contains the working files of data and code for our paper:
Stephens, L., D. Fuller, N. Boivin, T. Rick, N. Gauthier, A. Kay, B. Marwick, and the ArchaeoGLOBE project (2019). Archaeological assessment reveals Earth’s early transformation through land use. Science https://doi.org/10.1126/science.aax1192
The files that produced the published results are also archived at https://doi.org/10.7910/DVN/CNCANQ
Please cite this compendium using the archival URL (and not a GitHub URL):
Gauthier, N. and Marwick, B., (2019). Compendium of R code and data for ‘Archaeological assessment reveals Earth’s early transformation through land use’. Accessed 15 Nov 2018. Online at https://doi.org/10.7910/DVN/6ZXAGT
You can view the results of the analysis online here: https://github.com/nick-gauthier/ArchaeoGLOBE/blob/master/analysis/archaeoglobe.pdf
You can run the code in your browser (no download or install required) by launching Binder
You can download the compendium as a zip from from this URL: https://github.com/nick-gauthier/ArchaeoGLOBE/archive/master.zip
You can get the complete computational environment used for this project with our Docker container. To launch the Docker container for this project, first, install Docker on your computer. At the Docker prompt, enter:
$ docker run -dp 8787:8787 -e PASSWORD=rstudio -e ROOT=TRUE benmarwick/archaeoglobe
Then open your web browser at localhost:8787
or or run docker-machine ip default
in the shell to find the correct IP address, and log in with rstudio/rstudio. More information about using RStudio in Docker is avaiable at the Rocker wiki pages.
Text and figures : CC-BY-4.0
Code : See the DESCRIPTION file
Data : CC-0 attribution requested in reuse
We welcome contributions from everyone. Before you get started, please see our contributor guidelines. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.