https://github.com/benmarwick/datacitation
Research compendium for our paper in 'Advances in Archaeological Practice'
https://github.com/benmarwick/datacitation
archaeological-science archaeology compendium reproducible-paper reproducible-research reproducible-science research-compendium
Last synced: 3 months ago
JSON representation
Research compendium for our paper in 'Advances in Archaeological Practice'
- Host: GitHub
- URL: https://github.com/benmarwick/datacitation
- Owner: benmarwick
- License: other
- Created: 2017-08-16T01:46:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T19:35:50.000Z (about 8 years ago)
- Last Synced: 2025-03-06T05:48:01.009Z (about 1 year ago)
- Topics: archaeological-science, archaeology, compendium, reproducible-paper, reproducible-research, reproducible-science, research-compendium
- Language: HTML
- Homepage:
- Size: 8.24 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- 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-"
)
```
# datacitation [](https://travis-ci.org/benmarwick/datacitation)
This repository contains the data and code for our paper:
> Marwick, B., and S. Pilaar Birch (2018). "A standard for the scholarly citation of archaeological data as an incentive to data sharing" _Advances in Archaeological Practice_
Our pre-print is online here:
> Marwick, B., & S. Pilaar Birch (2018). A Standard for the Scholarly Citation of Archaeological Data as an Incentive to Data Sharing. Retrieved from
### Citation
Please cite this compendium as:
> Marwick, B., & S. Pilaar Birch, (`r format(Sys.Date(), "%Y")`). _Compendium of R code and data for the article "A standard for the scholarly citation of archaeological data as an incentive to data sharing"_. Accessed `r format(Sys.Date(), "%d %b %Y")`. Online at
### Installation
You can install datacitation from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("benmarwick/datacitation")
```
### 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.
This compendium was created with [rrtools](https://github.com/benmarwick/rrtools).