diff options
-rw-r--r-- | paper.tex | 4 | ||||
-rw-r--r-- | reproduce/src/make/dependencies.mk | 2 | ||||
-rw-r--r-- | tex/src/references.tex | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -48,7 +48,7 @@ and bibliography. If you use this pipeline in your work, don't forget to add a notice to clearly let the readers know that your work is reproducible. If this pipeline proves useful in your research, please - cite \citet{ai15}. + cite \citet{gnuastro}. \vspace{0.25cm} @@ -175,7 +175,7 @@ abstract clearly mentioning that your work is fully reproducible. For the time being, we haven't written a specific paper only for this reproduction pipeline, so until then, we would be grateful if you could cite the first paper that used the first version of this pipeline: -\citet{ai15}. +\citet{gnuastro}. After publication, don't forget to upload all the necessary data, software source code and the reproduction pipeline to a long-lasting host like diff --git a/reproduce/src/make/dependencies.mk b/reproduce/src/make/dependencies.mk index d5e8411..ae1daa7 100644 --- a/reproduce/src/make/dependencies.mk +++ b/reproduce/src/make/dependencies.mk @@ -607,7 +607,7 @@ endif $(call gbuild, $<, gnuastro-$(gnuastro-version), static, \ $$staticopts, -j$(numthreads), \ make check -j$(numthreads)) \ - && echo "GNU Astronomy Utilities $(gnuastro-version)" > $@ + && echo "GNU Astronomy Utilities $(gnuastro-version) \citep{gnuastro}" > $@ $(ibidir)/unzip: $(tdir)/unzip-$(unzip-version).tar.gz v=$$(echo $(unzip-version) | sed -e's/\.//') diff --git a/tex/src/references.tex b/tex/src/references.tex index c1c4084..a0f606f 100644 --- a/tex/src/references.tex +++ b/tex/src/references.tex @@ -108,7 +108,7 @@ archivePrefix = "arXiv", -@ARTICLE{ai15, +@ARTICLE{gnuastro, author = {{Akhlaghi}, M. and {Ichikawa}, T.}, title = "{Noise-based Detection and Segmentation of Nebulous Objects}", journal = {ApJS}, |