Skip to content

Commit

Permalink
Update citation
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Roe committed Sep 19, 2024
1 parent b348413 commit 72b52d0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Dietary variability in the Varna Chalcolithic cemeteries – research compendium
# Dietary variability in the Varna Chalcolithic cemeteries


[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11203468.svg)](https://doi.org/10.5281/zenodo.11203468)

This is a compendium of data and R code accompanying our paper at:
This is a compendium of data and R code accompanying [our
paper](https://doi.org/10.1017/eaa.2024.33):

> Gaydarska, Bisserka, Joe Roe, and Vladimir Slavchev. in press. Dietary
> variability in the Varna Chalcolithic cemeteries. *European Journal
> of Archaeology*.
> Gaydarska, Bisserka, Joe Roe, and Vladimir Slavchev. 2024. Dietary
> Variability in the Varna Chalcolithic Cemeteries. *European Journal of
> Archaeology*. <https://doi.org/10.1017/eaa.2024.33>
It describes a cluster analysis of dietary stable isotope measurements
from burials at Varna, a Chalcolithic cemetery on the Black Sea coast of
Expand All @@ -31,8 +33,7 @@ clusters that were only visible at distances under the maximum
measurement error of the isotope ratios (0.03). Clustering was performed
with the R package dbscan (Hahsler, Piekenbrock, and Doran 2019); the
data and R code to reproduce this analysis is deposited with Zenodo at
<https://zenodo.org/doi/10.5281/zenodo.11203467>
(<https://doi.org/10.5281/zenodo.11203468>).
<https://doi.org/10.5281/zenodo.11203468>.

## Usage

Expand All @@ -50,13 +51,14 @@ analysis. You can restore this environment with

Please cite the original paper which this compendium accompanies:

> Gaydarska, Bisserka, Joe Roe, and Vladimir Slavchev. in press. Dietary
> variability in the Varna Chalcolithic cemeteries. *European Journal of
> Archaeology*.
> Gaydarska, Bisserka, Joe Roe, and Vladimir Slavchev. 2024. Dietary
> Variability in the Varna Chalcolithic Cemeteries. *European Journal of
> Archaeology*. <https://doi.org/10.1017/eaa.2024.33>
## License

MIT License
Code: MIT License
Paper: CC BY-SA

## References

Expand Down
15 changes: 9 additions & 6 deletions README.qmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
title: Varna diet clustering
title: "Dietary variability in the Varna Chalcolithic cemeteries"
bibliography: references.bib
format: gfm
---

This is a compendium of data and R code accompanying our paper at:
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11203468.svg)](https://doi.org/10.5281/zenodo.11203468)

> Gaydarska, Bisserka, Joe Roe, and Vladimir Slavchev. Dietary variability in the Varna Chalcolithic cemeteries. Manuscript submitted to the *European Journal of Archaeology*.
This is a compendium of data and R code accompanying [our paper](https://doi.org/10.1017/eaa.2024.33):

> Gaydarska, Bisserka, Joe Roe, and Vladimir Slavchev. 2024. Dietary Variability in the Varna Chalcolithic Cemeteries. *European Journal of Archaeology*. <https://doi.org/10.1017/eaa.2024.33>
It describes a cluster analysis of dietary stable isotope measurements from burials at Varna, a Chalcolithic cemetery on the Black Sea coast of modern-day Bulgaria.

Expand All @@ -21,7 +23,7 @@ In other words, it selects those natural clusters in the data that are least aff
HDBSCAN is well-suited to stable isotope data because it performs well with non-linear clusters, is robust to noise, and doesn't rely on a pre-specified number of desired clusters [@CampelloEtAl2015].
We applied the modified algorithm suggested by @MalzerBaum2020, where clustering below a certain threshold distance is ignored.
In our case, we selected this threshold to collapse together clusters that were only visible at distances under the maximum measurement error of the isotope ratios (0.03).
Clustering was performed with the R package dbscan [@HahslerEtAl2019]; the data and R code to reproduce this analysis is deposited with Zenodo at <https://doi.org/XXX.XXX.XXX.XXX><!-- TODO: insert proper Zenodo DOI -->.
Clustering was performed with the R package dbscan [@HahslerEtAl2019]; the data and R code to reproduce this analysis is deposited with Zenodo at <https://doi.org/10.5281/zenodo.11203468>.

## Usage

Expand All @@ -36,10 +38,11 @@ You can restore this environment with [renv](https://rstudio.github.io/renv/arti

Please cite the original paper which this compendium accompanies:

> Gaydarska, Bisserka, Joe Roe, and Vladimir Slavchev. Dietary variability in the Varna Chalcolithic cemeteries. Manuscript submitted to the *European Journal of Archaeology*.
> Gaydarska, Bisserka, Joe Roe, and Vladimir Slavchev. 2024. Dietary Variability in the Varna Chalcolithic Cemeteries. *European Journal of Archaeology*. <https://doi.org/10.1017/eaa.2024.33>
## License

MIT License
Code: MIT License
Paper: CC BY-SA

## References

0 comments on commit 72b52d0

Please sign in to comment.