From 3908fa45311444646a917d91706331448f2fd4e7 Mon Sep 17 00:00:00 2001 From: John Swinbank Date: Fri, 16 Apr 2021 12:42:10 +0200 Subject: [PATCH 1/4] Add RDMA --- texmf/tex/latex/astron/astron-abbreviations.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/texmf/tex/latex/astron/astron-abbreviations.tex b/texmf/tex/latex/astron/astron-abbreviations.tex index 6921842..eef292f 100644 --- a/texmf/tex/latex/astron/astron-abbreviations.tex +++ b/texmf/tex/latex/astron/astron-abbreviations.tex @@ -37,6 +37,8 @@ \newacronym{NWO}{NWO}{Nederlandse Organisatie voor Wetenschappelijk Onderzoek} \newacronym{ORP}{ORP}{OPTICON--RadioNet Pilot} \newacronym{QA}{QA}{Quality Assessment} +\newacronym{RDMA}{RDMA}{Remote Direct Memory Access} +\newacronym{SAMP}{SAMP}{Simple Application Messaging Protocol} \newacronym{SBe}{SBe}{Smart Backend} \newacronym{SDCO}{SDCO}{\Acrshort{SDC} Operations} \newacronym{SDCP}{SDCP}{\Acrshort{SDC} Program} @@ -56,5 +58,3 @@ \newacronym{TPU}{TPU}{Tensor Processing Unit} \newacronym{VM}{VM}{Virtual Machine} \newacronym{VO}{VO}{Virtual Observatory} -\newacronym{SAMP}{SAMP}{Simple Application Messaging Protocol} - -- GitLab From 41c7a5cf74190dc47d4aad93111c7600e0411b82 Mon Sep 17 00:00:00 2001 From: John Swinbank Date: Fri, 16 Apr 2021 13:57:56 +0200 Subject: [PATCH 2/4] Include glossaries by default --- example/example.tex | 3 --- texmf/tex/latex/astron/astron.cls | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/example/example.tex b/example/example.tex index 489da16..3832904 100644 --- a/example/example.tex +++ b/example/example.tex @@ -31,9 +31,6 @@ \addPerson{A person}{An institute}{A date} } -\input{astron-abbreviations} -\makeglossaries - \begin{document} \maketitle diff --git a/texmf/tex/latex/astron/astron.cls b/texmf/tex/latex/astron/astron.cls index 40862ff..86cf945 100644 --- a/texmf/tex/latex/astron/astron.cls +++ b/texmf/tex/latex/astron/astron.cls @@ -89,6 +89,22 @@ \RequirePackage{parskip} \RequirePackage{tabularx} +% Set up glossaries +\input{astron-abbreviations} +\makeglossaries + +% Don't expand these acronyms in the text. +\glsunset{API} +\glsunset{Apertif} +\glsunset{CPU} +\glsunset{FTE} +\glsunset{FTP} +\glsunset{GPU} +\glsunset{LOFAR} +\glsunset{NWO} +\glsunset{RDMA} +\glsunset{SSH} + % Link to document repositories for appropriate e-prints in the bibliography \DeclareFieldFormat{eprint:sdc-handle}{% Doc handle\addcolon\space -- GitLab From 4bf0a1cde598b1187d120bbdaa18c5bd4e143a6f Mon Sep 17 00:00:00 2001 From: John Swinbank Date: Fri, 16 Apr 2021 14:04:44 +0200 Subject: [PATCH 3/4] Do not expand QA by default --- texmf/tex/latex/astron/astron.cls | 1 + 1 file changed, 1 insertion(+) diff --git a/texmf/tex/latex/astron/astron.cls b/texmf/tex/latex/astron/astron.cls index 86cf945..b13534c 100644 --- a/texmf/tex/latex/astron/astron.cls +++ b/texmf/tex/latex/astron/astron.cls @@ -102,6 +102,7 @@ \glsunset{GPU} \glsunset{LOFAR} \glsunset{NWO} +\glsunset{QA} \glsunset{RDMA} \glsunset{SSH} -- GitLab From 1b5c699c7d9892608dcd080424a904f168c1364d Mon Sep 17 00:00:00 2001 From: John Swinbank Date: Fri, 16 Apr 2021 14:18:14 +0200 Subject: [PATCH 4/4] Add PID --- texmf/tex/latex/astron/astron-abbreviations.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/texmf/tex/latex/astron/astron-abbreviations.tex b/texmf/tex/latex/astron/astron-abbreviations.tex index eef292f..05d34af 100644 --- a/texmf/tex/latex/astron/astron-abbreviations.tex +++ b/texmf/tex/latex/astron/astron-abbreviations.tex @@ -36,6 +36,7 @@ \newacronym{MT}{MT}{Management Team} \newacronym{NWO}{NWO}{Nederlandse Organisatie voor Wetenschappelijk Onderzoek} \newacronym{ORP}{ORP}{OPTICON--RadioNet Pilot} +\newacronym{PID}{PID}{Persistent Identifier} \newacronym{QA}{QA}{Quality Assessment} \newacronym{RDMA}{RDMA}{Remote Direct Memory Access} \newacronym{SAMP}{SAMP}{Simple Application Messaging Protocol} -- GitLab