From 88d79c5d0b2f71b0ff0e07f84875cb9c344d7086 Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Tue, 29 Aug 2023 16:42:32 +0200 Subject: [PATCH 01/10] datatype and UCD changes in RA, Dec, ID --- ConeSearch.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ConeSearch.tex b/ConeSearch.tex index 2897d41..1628218 100755 --- a/ConeSearch.tex +++ b/ConeSearch.tex @@ -215,17 +215,17 @@ \section{Service Interface Requirements} with each of these UCDs: \begin{itemize} - \item Exactly one FIELD must - have ucd="ID\_MAIN", with an array character type (fixed or variable + \item Exactly one FIELD must have ucd="meta.id;meta.main", + with an array character type (fixed or variable length), representing an ID string for that record of the table. This identifier may not be repeated in the table, and it could be used to retrieve that same record again from that same table. - \item Exactly one - FIELD must have ucd="POS\_EQ\_RA\_MAIN", with type double, representing - the right-ascension of the source in the ICRS coordinate system. - \item - Exactly one FIELD must have ucd="POS\_EQ\_DEC\_MAIN", with type double, + \item Exactly one FIELD must have ucd="pos.eq.ra;meta.main", + representing the right-ascension of the source in the ICRS coordinate system. + \item Exactly one FIELD must have ucd="pos.eq.dec;meta.main", representing the declination of the source in the ICRS coordinate system. + \item The above right-ascension and declination FIELD(s) must have the datatype + attribute set to float or double (following the VOTable\ref{2019ivoa.spec.1021O} standard). \end{itemize} \item The VOTable may include an expression of the From 0f04f2aae476e728f008238f31fd34e3d4440033 Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Tue, 29 Aug 2023 16:45:37 +0200 Subject: [PATCH 02/10] updated obs angsize to UCD1+ --- ConeSearch.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ConeSearch.tex b/ConeSearch.tex index 1628218..28e7a05 100755 --- a/ConeSearch.tex +++ b/ConeSearch.tex @@ -234,9 +234,9 @@ \section{Service Interface Requirements} angular size if the sources are resolved. If this uncertainty is not provided, it should be taken to be zero; otherwise, it may be set for all table entries with a PARAM in the RESOURCE which has a UCD that is - set to OBS\_ANG-SIZE and has a value which is the angle in decimal + set to phys.angSize;obs and has a value which is the angle in decimal degrees. Alternatively, a different value for each row in the table can - be given via a FIELD in the table having a UCD set to OBS\_ANG-SIZE. + be given via a FIELD in the table having a UCD set to phys.angSize;obs. \item There may be other FIELDs in the table. Their specification should include a description, data-type, and UCD. \end{itemize} From d338e5649691391df89bbb4562bce0d00ed203c1 Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Tue, 29 Aug 2023 16:56:06 +0200 Subject: [PATCH 03/10] fixed UCDs in App.A example --- ConeSearch.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ConeSearch.tex b/ConeSearch.tex index 28e7a05..1d9e378 100755 --- a/ConeSearch.tex +++ b/ConeSearch.tex @@ -225,7 +225,7 @@ \section{Service Interface Requirements} \item Exactly one FIELD must have ucd="pos.eq.dec;meta.main", representing the declination of the source in the ICRS coordinate system. \item The above right-ascension and declination FIELD(s) must have the datatype - attribute set to float or double (following the VOTable\ref{2019ivoa.spec.1021O} standard). + attribute set to float or double, following the VOTable standard \citep{2019ivoa.spec.1021O}. \end{itemize} \item The VOTable may include an expression of the @@ -414,22 +414,22 @@ \section{Sample VOTable Response} HEASARC Browse data service Please send inquiries to mailto:request@athena.gsfc.nasa.gov - Faint Images of the Radio Sky at Twenty cm Source Catalog (FIRST) - + Integer key FIRST Source Designation - + Right Ascension - + Declination From feb3a0545d5e28d51cd4ab58fd2a4ac47c58d84a Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Wed, 8 Nov 2023 17:17:36 +0100 Subject: [PATCH 04/10] ivoatex update --- ivoatex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivoatex b/ivoatex index 30e1cfd..ffdbc09 160000 --- a/ivoatex +++ b/ivoatex @@ -1 +1 @@ -Subproject commit 30e1cfd64f9d0d621a8c23d85628e50729daf42b +Subproject commit ffdbc0983d69ff1ecddf14e82dd71e4cf5ae4fa4 From 3bb8e44e4d588937265eca76877b74b3bf46609f Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Thu, 26 Sep 2024 14:00:33 +0200 Subject: [PATCH 05/10] ivoatex update and gitmeta added --- .gitignore | 4 ++++ ConeSearch.tex | 1 + Makefile | 2 +- ivoatex | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1202507..31b17e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ ivoatexmeta.tex +gitmeta.tex ConeSearch.aux ConeSearch.bbl ConeSearch.blg @@ -6,4 +7,7 @@ ConeSearch.log ConeSearch.out ConeSearch.pdf ConeSearch.toc +ConeSearch.hd +ConeSearch.fls +ConeSearch.fdb_latexmk ConeSearch.html diff --git a/ConeSearch.tex b/ConeSearch.tex index 1d9e378..f6fd10c 100755 --- a/ConeSearch.tex +++ b/ConeSearch.tex @@ -1,5 +1,6 @@ \documentclass[11pt,a4paper]{ivoa} \input tthdefs +\input gitmeta \usepackage{todonotes} \usepackage{listings} diff --git a/Makefile b/Makefile index 519f65b..a9fd61a 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ AUTHOR_EMAIL=marco.molinaro@inaf.it # Source files for the TeX document (but the main file must always # be called $(DOCNAME).tex) -SOURCES = $(DOCNAME).tex +SOURCES = $(DOCNAME).tex gitmeta.tex # List of image files to be included in submitted package (anything that # can be rendered directly by common web browsers) diff --git a/ivoatex b/ivoatex index ffdbc09..85a59fe 160000 --- a/ivoatex +++ b/ivoatex @@ -1 +1 @@ -Subproject commit ffdbc0983d69ff1ecddf14e82dd71e4cf5ae4fa4 +Subproject commit 85a59fe8e6abd86bbe3ef4e12fd3dade71a54924 From 57ac3f191648a6064d96a75428c43bbb5c6f6af5 Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Mon, 30 Sep 2024 09:31:03 +0200 Subject: [PATCH 06/10] github build workflow fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72b5cde..79afad7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: test -f ${{ env.doc_name }}.bbl - name: Keep the PDF artefact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: PDF Preview path: ${{ env.doc_name }}.pdf From 29050642075ee2fab71dbd625b89ee47640fc7a2 Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Mon, 30 Sep 2024 09:35:35 +0200 Subject: [PATCH 07/10] re-added (myself) as co-editot/author --- ConeSearch.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ConeSearch.tex b/ConeSearch.tex index f6fd10c..12be66f 100755 --- a/ConeSearch.tex +++ b/ConeSearch.tex @@ -14,13 +14,13 @@ \ivoagroup{Data Access Layer} \author[http://www.ivoa.net/twiki/bin/view/IVOA/RayPlante]{Raymond Plante} -%\author[http://www.ivoa.net/twiki/bin/view/IVOA/MarcoMolinaro]{Marco Molinaro} +\author[http://www.ivoa.net/twiki/bin/view/IVOA/MarcoMolinaro]{Marco Molinaro} %\author[http://www.ivoa.net/twiki/bin/view/IVOA/MarkusDemleitner]{Markus Demleitner} \author[http://www.ivoa.net/twiki/bin/view/IVOA/BobHanisch]{Robert Hanisch} \author[http://www.ivoa.net/twiki/bin/view/IVOA/AlexSzalay]{Alex Szalay} \author[http://www.ivoa.net/twiki/bin/view/IVOA/RoyWilliams]{Roy Williams} -\editor{Ray Plante} +\editor{Ray Plante, Marco Molinaro} \previousversion[http://www.ivoa.net/Documents/ConeSearch/20200828/index.html]{WD 1.1 2020-08-28} \previousversion[http://www.ivoa.net/Documents/REC/DAL/ConeSearch-20080222.html]{REC 1.03} From 5dca1bf93d1ab0df4eb3c77f6b15f950fee0278d Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Mon, 30 Sep 2024 09:39:56 +0200 Subject: [PATCH 08/10] clarified ASERICS/ESCAPE contribution --- ConeSearch.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConeSearch.tex b/ConeSearch.tex index 12be66f..23b4706 100755 --- a/ConeSearch.tex +++ b/ConeSearch.tex @@ -58,7 +58,7 @@ \section*{Acknowledgments} Research Program under Cooperative Agreement AST0122449 with The Johns Hopkins University. -The ConeSearch-1.1 revision has been developed and supported under the +The ConeSearch-1.1 revision has been initially supported under the ASTERICS and ESCAPE projects (funded by the European Commission Framework Programme Horizon 2020 Research and Innovation Action, grant agreements n. 653477 and n. 824064 respectively). Work done within the From 96ef9d2b517de1d465651a2ae6b19f83da1586e7 Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Tue, 8 Oct 2024 15:55:53 +0200 Subject: [PATCH 09/10] fixing auto PDF preview workflow --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 8dcf6b4..28395fb 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -35,7 +35,7 @@ jobs: test -f ${{ env.doc_name }}.bbl - name: Move the auto-pdf-preview tag - uses: weareyipyip/walking-tag-action@v1 + uses: weareyipyip/walking-tag-action@v2 with: TAG_NAME: auto-pdf-preview TAG_MESSAGE: | From 8e6eda1e2612801a5ec72ea7c91dbf8790d9d195 Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Mon, 14 Oct 2024 15:35:00 +0200 Subject: [PATCH 10/10] continue fixing preview yml --- .github/workflows/preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 28395fb..4282933 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -37,8 +37,8 @@ jobs: - name: Move the auto-pdf-preview tag uses: weareyipyip/walking-tag-action@v2 with: - TAG_NAME: auto-pdf-preview - TAG_MESSAGE: | + tag-name: auto-pdf-preview + tag-message: | Last commit taken into account for the automatically updated PDF preview of this IVOA document. env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}