diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 15:55:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 15:55:15 +0000 |
commit | 02ad08238d02c56e16fc99788c732ff5e77a1759 (patch) | |
tree | 61ad5e18868748f4705e487b65c847377bb7031c /CITATION | |
parent | Initial commit. (diff) | |
download | parallel-02ad08238d02c56e16fc99788c732ff5e77a1759.tar.xz parallel-02ad08238d02c56e16fc99788c732ff5e77a1759.zip |
Adding upstream version 20221122+ds.upstream/20221122+dsupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CITATION')
-rw-r--r-- | CITATION | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/CITATION b/CITATION new file mode 100644 index 0000000..7c92f41 --- /dev/null +++ b/CITATION @@ -0,0 +1,25 @@ +When using programs that use GNU Parallel to process data for publication please cite: + +@book{tange_ole_2018_1146014, + author = {Tange, Ole}, + title = {GNU Parallel 2018}, + publisher = {Ole Tange}, + month = Mar, + year = 2018, + ISBN = {9781387509881}, + doi = {10.5281/zenodo.1146014}, + url = {https://doi.org/10.5281/zenodo.1146014} +} + +(Feel free to use \nocite{tange_ole_2018_1146014}) + +Or: + + O. Tange (2018): GNU Parallel 2018, Mar 2018, ISBN 9781387509881, + DOI https://doi.org/10.5281/zenodo.11460 + +This helps funding further development. + +SPDX-FileCopyrightText: 2021-2022 Ole Tange, http://ole.tange.dk and Free Software and Foundation, Inc. +SPDX-License-Identifier: GFDL-1.3-or-later +SPDX-License-Identifier: CC-BY-SA-4.0 |