Skip to content

Commit dc33c43

Browse files
Merge pull request #1009 from kabilar/master
Add citation section to README
2 parents c3c5489 + ab2452c commit dc33c43

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
DataJoint for Python is a framework for scientific workflow management based on relational principles. DataJoint is built on the foundation of the relational data model and prescribes a consistent method for organizing, populating, computing, and querying data.
1010

1111
DataJoint was initially developed in 2009 by Dimitri Yatsenko in Andreas Tolias' Lab at Baylor College of Medicine for the distributed processing and management of large volumes of data streaming from regular experiments. Starting in 2011, DataJoint has been available as an open-source project adopted by other labs and improved through contributions from several developers.
12-
Presently, the primary developer of DataJoint open-source software is the company DataJoint (https://datajoint.com). Related resources are listed at https://datajoint.org
12+
Presently, the primary developer of DataJoint open-source software is the company DataJoint (https://datajoint.com). Related resources are listed at https://datajoint.org.
1313

1414
## Installation
1515
```
@@ -29,6 +29,13 @@ pip3 install --upgrade datajoint
2929
* https://elements.datajoint.org -- catalog of example pipelines
3030
* https://codebook.datajoint.io -- interactive online tutorials
3131

32+
## Citation
33+
+ If your work uses DataJoint for Python, please cite the following Research Resource Identifier (RRID) and manuscript.
34+
35+
+ DataJoint ([RRID:SCR_014543](https://scicrunch.org/resolver/SCR_014543)) - DataJoint for Python (version < enter version number >)
36+
37+
+ Yatsenko D, Reimer J, Ecker AS, Walker EY, Sinz F, Berens P, Hoenselaar A, Cotton RJ, Siapas AS, Tolias AS. DataJoint: managing big scientific data using MATLAB or Python. bioRxiv. 2015 Jan 1:031658. doi: https://doi.org/10.1101/031658
38+
3239
## Python Native Blobs
3340
<details>
3441
<summary>Click to expand details</summary>

0 commit comments

Comments
 (0)