From e6eaa148b0d2f737b5967a901bbd91b9f4ce27c8 Mon Sep 17 00:00:00 2001 From: Diptodip Date: Wed, 6 Dec 2023 15:20:34 -0500 Subject: [PATCH 1/2] Add citation information --- README.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bef45a..f170f30 100644 --- a/README.md +++ b/README.md @@ -97,4 +97,36 @@ Chromatix was started by Diptodip Deb ([@diptodip](https://www.github.com/diptod * Hoss Eybposh ([@hosseybposh](https://github.com/hosseybposh)) * Magdalena Schneider ([@schneidermc](https://github.com/schneidermc)) * Xi Yang ([@nicolexi](https://github.com/nicolexi)) - + +## Citation +To cite this repository: + +Deb, D.\*, Both, G.\*, Chaware, A., Kohli, A., Allier, C., Cai, C., Schlafly, G., Meng, G., Eybposh, M. H., Schneider, M., Yang, X., & Turaga, S. C. (2023). Chromatix. Zenodo. [https://doi.org/10.5281/zenodo.7803771](https://doi.org/10.5281/zenodo.7803771) + +\* equal contribution + +BibTex: +```bibtex +@software{chromatix_2023, + author = {Deb, Diptodip and + Both, Gert-Jan and + Chaware, Amey and + Kohli, Amit and + Allier, Cédric and + Cai, Changjia and + Schlafly, Geneva and + Meng, Guanghan and + Eybposh, M. Hossein and + Schneider, Magdalena and + Yang, Xi and + Turaga, Srinivas C.}, + title = {Chromatix}, + month = aug, + year = 2023, + publisher = {Zenodo}, + doi = {10.5281/zenodo.7803771}, + url = {https://doi.org/10.5281/zenodo.7803771} +} +``` + +This citation entry represents the latest release of Chromatix. If you would like to cite a specific version, you can follow the DOI to Zenodo and choose a specific version there. From f7fb46cb1c5b5aab05abc71ff12c4c1d7fa5b3ac Mon Sep 17 00:00:00 2001 From: Diptodip Date: Wed, 6 Dec 2023 15:21:41 -0500 Subject: [PATCH 2/2] Add CITATION.bib file --- CITATION.bib | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CITATION.bib diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 0000000..d956be6 --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,20 @@ +@software{chromatix_2023, + author = {Deb, Diptodip and + Both, Gert-Jan and + Chaware, Amey and + Kohli, Amit and + Allier, Cédric and + Cai, Changjia and + Schlafly, Geneva and + Meng, Guanghan and + Eybposh, M. Hossein and + Schneider, Magdalena and + Yang, Xi and + Turaga, Srinivas C.}, + title = {Chromatix}, + month = aug, + year = 2023, + publisher = {Zenodo}, + doi = {10.5281/zenodo.7803771}, + url = {https://doi.org/10.5281/zenodo.7803771} +}