Skip to content

Commit 9fc1df9

Browse files
committed
Add a glossary managed by glossaries package
1 parent fe119a9 commit 9fc1df9

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

hep-eppsu-software-glossary.tex

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
\newacronym{HL-LHC}{HL-LHC}{High-Luminosity LHC}
2+
3+
\newglossaryentry{mpeg}
4+
{
5+
name=MPEG,
6+
description={Monte-Carlo event generators are complex applications that generate events similar to those acquired from detectors, using the theoretical models describing the expected processes from collisions}
7+
}
8+
9+
\newglossaryentry{detsim}
10+
{
11+
name={Detector Simulation},
12+
description={tbd}
13+
}

hep-eppsu-software.tex

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
% Endorsers
3131
\input{hep-eppsu-software-endorsers}
3232

33+
% Glossary entries
34+
\usepackage[nonumberlist]{glossaries}
35+
\setacronymstyle{long-short}
36+
\makeglossaries
37+
\input{hep-eppsu-software-glossary}
38+
3339
% Comment out before final submission
3440
\usepackage{lineno} % for line numbering during review
3541
% \linenumbers
@@ -57,7 +63,7 @@ \section{Preamble}\label{preamble}
5763
the coming decades. Large investments in building new facilities are already
5864
underway or under consideration. Scaling the present processing power and data
5965
storage needs by the foreseen increase in data rates in the next decade for
60-
HL-LHC is not sustainable within the current
66+
\gls{HL-LHC} is not sustainable within the current
6167
budgets~\cite{CERN-LHCC-2022-005,Software:2815292}. As a result, a more
6268
efficient usage of computing resources is required in order to realise the
6369
physics potential of future experiments. Software and computing are an integral
@@ -77,7 +83,7 @@ \section{Preamble}\label{preamble}
7783

7884
\section{Physics Event Generators}\label{physics-event-generators}
7985

80-
Monte Carlo Event Generators (MCEGs) that simulate particle collisions,
86+
Monte Carlo Event Generators (\glspl{mpeg}) that simulate particle collisions,
8187
or `events', to a level that allows direct comparison with
8288
experimental data, are indispensable for the planning and analysis of
8389
all particle physics experiments. MCEGs are vital to connect
@@ -829,6 +835,10 @@ \section{Acknowledgements}
829835

830836
The editors would like to thank the many people from the HEP community who provided input to this document and made possible this summary on the software and computing challenges faced by HEP experiments. We also thank the many projects and organisations that have provided funding to several colleagues, making possible their contributions. In particular the U.S. National Science Foundation (NSF) Cooperative Agreement PHY-2323298 (IRIS-HEP); the OpenMAPP project, via National Science Centre, Poland under CHIST-ERA programme (NCN 2022/04/Y/ST2/00186); Brookhaven National Laboratory, a U.S. Department of Energy, Office of Science facility; Fermi National Accelerator Laboratory (Fermilab), a U.S. Department of Energy, Office of Science, Office of High Energy Physics HEP User Facility (Fermilab is managed by FermiForward Discovery Group, LLC, acting under Contract No. 89243024CSC000002).
831837

838+
\clearpage
839+
840+
\printglossaries
841+
832842
\newpage
833843
\sloppy
834844
\printbibliography

0 commit comments

Comments
 (0)