Skip to content

Commit 15ebbde

Browse files
committed
Add Zenodo reference
1 parent 29b5ff9 commit 15ebbde

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/paper.bib

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,15 @@ @misc{ zipline
105105
howpublished = "\url{http://www.zipline.io/}",
106106
note = "[Online; accessed 5-March-2019]"
107107
}
108+
109+
@article{ zenodo,
110+
abstractnote = {Python Sorted Container Types: SortedList, SortedDict, and SortedSet},
111+
author = {Grant Jenks},
112+
date-modified = {2019-03-05 21:21:18 +0000},
113+
doi = {10.5281/zenodo.2584337},
114+
month = {Jul},
115+
publisher = {Zenodo},
116+
title = {grantjenks/python-sortedcontainers: v2.1.0},
117+
year = {2019},
118+
bdsk-url-1 = {http://dx.doi.org/10.5281/zenodo.2584337}
119+
}

docs/paper.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ intervals, and ranking algorithms. Sorted Containers is used by scientific open
6363
source projects such as: Angr, a binary analysis platform from UC Santa
6464
Barbara; Astropy, a community Python package for astronomy; Dask Distributed, a
6565
library for dynamic task scheduling by Anaconda; Trio, an asynchronous I/O
66-
library; and Zipline, an algorithmic trading library by Quantopian.
66+
library; and Zipline, an algorithmic trading library by Quantopian. The source
67+
code for ``Sorted Containers`` has been archived to Zenodo with the linked DOI:
68+
[@zenodo]
6769

6870
# Acknowledgements
6971

0 commit comments

Comments
 (0)