From e17555be3c57dd2def63c5b1eea4dafb365d6b37 Mon Sep 17 00:00:00 2001 From: lmichel Date: Fri, 27 Sep 2024 11:17:36 +0200 Subject: [PATCH 1/2] add a subsub MANGO section --- .gitignore | 2 +- VOHE-Note.tex | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6682403..607fc84 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,4 @@ *.pdf *.toc ivoatexmeta.tex - +.project diff --git a/VOHE-Note.tex b/VOHE-Note.tex index e9cd4ac..dbc5a08 100644 --- a/VOHE-Note.tex +++ b/VOHE-Note.tex @@ -580,7 +580,21 @@ \subsection{Data Models in working drafts} The HE domain and practices could serve as use cases for the developments of data models, such as Dataset DM, Cube DM or MANGO DM. - +\subsubsection{Mango} +MANGO is a model (draft: \footnote{https://github.com/ivoa-std/MANGO}) that has been developed to reveal +and describe complex quantities that are usually distributed in query response tables. +The use cases on which MANGO is built were collected in 2019 from different scientific fields, including HE. +The model focuses on the case of the epoch propagation, the state description + and photometry. + Some features of MANGO are useful for the HE domain: + + \begin{itemize}[noitemsep,topsep=0pt,parsep=0pt,partopsep=0pt]. + \item Hardness ratio support + \item Energy band description + \item Machine-readable description of state values + \item Ability to group quantities (e.g., position with detection likelihood) + \item MANGO instance association (e.g., source with detections) +\end{itemize} \section{Topics for discussions in an Interest Group} From 07055eb59b039fda4d9d387b7f9b3ba3578cfcec Mon Sep 17 00:00:00 2001 From: lmichel Date: Fri, 27 Sep 2024 11:21:24 +0200 Subject: [PATCH 2/2] ltex fix --- VOHE-Note.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VOHE-Note.tex b/VOHE-Note.tex index dbc5a08..fd796ef 100644 --- a/VOHE-Note.tex +++ b/VOHE-Note.tex @@ -588,7 +588,7 @@ \subsubsection{Mango} and photometry. Some features of MANGO are useful for the HE domain: - \begin{itemize}[noitemsep,topsep=0pt,parsep=0pt,partopsep=0pt]. + \begin{itemize}[noitemsep,topsep=0pt,parsep=0pt,partopsep=0pt] \item Hardness ratio support \item Energy band description \item Machine-readable description of state values