gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master c982e76c: Warp: added Pedram as author and cit


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master c982e76c: Warp: added Pedram as author and citation to paper in preparation
Date: Sun, 9 Oct 2022 09:42:26 -0400 (EDT)

branch: master
commit c982e76c62a4e31115aa6a00f1d9485da7935990
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Warp: added Pedram as author and citation to paper in preparation
    
    Until now, the Warp program's only authors was Mohammad, but with Pedram
    has contributed significantly to the current version of the program. It was
    therefore necessary to add him as an author. Pedram is also working on a
    paper to describe the methodology of Warp, and to let people know about
    this, it helps to have (an "In preparation" BibTeX entry).
    
    With this commit, Pedram is added as an author of Warp and an empty BibTeX
    entry has been added for Warp when users call it with '--cite'. Currently
    the only stable thing about is its author list.
---
 bin/warp/authors-cite.h | 24 +++++++++++++++++++++---
 lib/options.c           |  2 +-
 2 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/bin/warp/authors-cite.h b/bin/warp/authors-cite.h
index b96e3bd9..8709da0e 100644
--- a/bin/warp/authors-cite.h
+++ b/bin/warp/authors-cite.h
@@ -31,8 +31,26 @@ along with Gnuastro. If not, see 
<http://www.gnu.org/licenses/>.
    This macro will be used in 'gal_options_print_citation' function of
    'lib/options.c' (from the top Gnuastro source code directory). */
 
-#define PROGRAM_BIBTEX ""
-
-#define PROGRAM_AUTHORS "Mohammad Akhlaghi"
+#define PROGRAM_BIBTEX ""                                               \
+  "Paper describing Warp's resampling\n"                                \
+  "----------------------------------\n"                                \
+  "@ARTICLE{gnuastro_warp,\n"                                           \
+  "        author = {{Ashofteh-Ardakani}, Pedram and {Akhlaghi}, Mohammad},\n" 
\
+  "         title = \"{Area-based resampling and effects on deep image}\",\n" \
+  "       journal = {In preparation},\n"                                \
+  "      keywords = {Astrophysics - Instrumentation and Methods for 
Astrophysics,\n" \
+  "                  Astrophysics - Astrophysics of Galaxies,\n"        \
+  "                  Computer Science - Computer Vision and Pattern 
Recognition},\n" \
+  "          year = \"2023\",\n"                                        \
+  "         month = \"Month\",\n"                                         \
+  "           eid = {arXiv:XXXX.XXXXX},\n"                              \
+  "         pages = {arXiv:XXXX.XXXXX},\n"                              \
+  " archivePrefix = {arXiv},\n"                                         \
+  "        eprint = {XXXX.XXXXX},\n"                                    \
+  "  primaryClass = {astro-ph.IM},\n"                                   \
+  "        adsurl = {https://ui.adsabs.harvard.edu},\n"; \
+  "}\n"
+
+#define PROGRAM_AUTHORS "Mohammad Akhlaghi and Pedram Ashofteh-Ardakani"
 
 #endif
diff --git a/lib/options.c b/lib/options.c
index f2c90ced..f1c2a066 100644
--- a/lib/options.c
+++ b/lib/options.c
@@ -275,7 +275,7 @@ gal_options_print_citation(struct argp_option *option, char 
*arg,
     "First paper introducing Gnuastro\n"
     "--------------------------------\n"
     "  @ARTICLE{gnuastro,\n"
-    "     author = {{Akhlaghi}, M. and {Ichikawa}, T.},\n"
+    "     author = {{Akhlaghi}, Mohammad and {Ichikawa}, Takashi},\n"
     "      title = \"{Noise-based Detection and Segmentation of Nebulous "
     "Objects}\",\n"
     "    journal = {ApJS},\n"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]