aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul Infante-Sainz <infantesainz@gmail.com>2019-04-17 13:21:27 +0100
committerRaul Infante-Sainz <infantesainz@gmail.com>2019-04-17 13:21:27 +0100
commite9160416416090a67b99f31c2c43f33f8afd6e23 (patch)
tree7bcb64676bd00518a086cac2623669ffdf940b89
parentbcf9c6f13a0f6cd84b65c6762b8765c3f293bcb3 (diff)
Corrected bibtex entry for Astrometry-net and Swarp
Until now, there were erros in the citation of Astrometry-net and Scamp papers. With this commit, we fix these problems. The Swarp bibtex has also been modify to follow the stetic of the citation style we have right now in the project. We also added the `dependency-bib.tex' as a prerequisite of `paper.bbl'.
-rw-r--r--.file-metadatabin6194 -> 6194 bytes
-rwxr-xr-xconfigure2
-rw-r--r--reproduce/analysis/make/paper.mk2
-rw-r--r--reproduce/software/bibtex/astrometrynet.tex2
-rw-r--r--reproduce/software/bibtex/swarp.tex19
5 files changed, 12 insertions, 13 deletions
diff --git a/.file-metadata b/.file-metadata
index 95076a8..1c09605 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ
diff --git a/configure b/configure
index 2fa80ea..55ce4dc 100755
--- a/configure
+++ b/configure
@@ -1106,7 +1106,7 @@ hasentry=0
bibfiles="$ictdir/*"
for f in $bibfiles; do if [ -f $f ]; then hasentry=1; break; fi; done;
-# Make sure we start with an empty file.
+# Make sure we start with an empty output file.
pkgbib=$mtexdir/dependencies-bib.tex
echo "" > $pkgbib
diff --git a/reproduce/analysis/make/paper.mk b/reproduce/analysis/make/paper.mk
index 5378ee3..549b7c0 100644
--- a/reproduce/analysis/make/paper.mk
+++ b/reproduce/analysis/make/paper.mk
@@ -90,7 +90,7 @@ $(mtexdir)/project.tex: $(foreach s, $(subst paper,,$(makesrc)), $(mtexdir)/$(s)
# recipe and the `paper.pdf' recipe. But if `tex/src/references.tex' hasn't
# been modified, we don't want to re-build the bibliography, only the final
# PDF.
-$(texbdir)/paper.bbl: tex/src/references.tex \
+$(texbdir)/paper.bbl: tex/src/references.tex $(mtexdir)/dependencies-bib.tex \
| $(tikzdir) $(texbdir) $(mtexdir)/project.tex
# If `$(mtexdir)/project.tex' is empty, don't build PDF.
@macros=$$(cat $(mtexdir)/project.tex)
diff --git a/reproduce/software/bibtex/astrometrynet.tex b/reproduce/software/bibtex/astrometrynet.tex
index 7bfe4c6..8bbaceb 100644
--- a/reproduce/software/bibtex/astrometrynet.tex
+++ b/reproduce/software/bibtex/astrometrynet.tex
@@ -16,5 +16,5 @@
pages = {1782},
author = {Dustin Lang and David W. Hogg and Keir Mierle and Michael Blanton and Sam Roweis},
title = {{ASTROMETRY}.{NET}: {BLIND} {ASTROMETRIC} {CALIBRATION} {OF} {ARBITRARY} {ASTRONOMICAL} {IMAGES}},
- journal = {The Astronomical Journal}
+ journal = {AJ}
}
diff --git a/reproduce/software/bibtex/swarp.tex b/reproduce/software/bibtex/swarp.tex
index 03111d6..3ff9b91 100644
--- a/reproduce/software/bibtex/swarp.tex
+++ b/reproduce/software/bibtex/swarp.tex
@@ -5,15 +5,14 @@
%% notice and this notice are preserved. This file is offered as-is,
%% without any warranty.
-@MISC{swarp,
- author = {{Bertin}, E.},
- title = "{SWarp: Resampling and Co-adding FITS Images Together}",
- keywords = {Software },
-howpublished = {Astrophysics Source Code Library},
- year = 2010,
- month = oct,
-archivePrefix = "ascl",
- eprint = {1010.068},
- adsurl = {http://cdsads.u-strasbg.fr/abs/2010ascl.soft10068B},
+@ARTICLE{swarp,
+ author = {{Bertin}, E. and {Mellier}, Y. and {Radovich}, M. and {Missonnier}, G. and
+ {Didelon}, P. and {Morin}, B.},
+ journal = {ASPConf},
+ title = "{The TERAPIX Pipeline}",
+ year = {2002},
+ volume = {281},
+ pages = {228},
+ adsurl = {http://adsabs.harvard.edu/abs/2002ASPC..281..228B},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}