From b177c7e99cdf605fd826d4f0f2026251e42ce164 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Fri, 12 Apr 2019 01:26:00 +0100 Subject: Gnuastro's citation included in its build target With this commit, we are applying the new style of citing software within the build rule of Gnuastro. --- paper.tex | 4 ++-- reproduce/src/make/dependencies.mk | 2 +- tex/src/references.tex | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/paper.tex b/paper.tex index b03713c..862f22e 100644 --- a/paper.tex +++ b/paper.tex @@ -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}, -- cgit v1.2.1