Skip to content

Commit bf98581

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

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

hep-eppsu-software-glossary.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
\newglossaryentry{mpeg}
2+
{
3+
name=MPEG,
4+
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}
5+
}
6+

hep-eppsu-software.tex

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

33+
% Glossary entries
34+
\usepackage{glossaries}
35+
\makeglossaries
36+
\input{hep-eppsu-software-glossary}
37+
3338
% Comment out before final submission
3439
\usepackage{lineno} % for line numbering during review
3540
% \linenumbers
@@ -77,7 +82,7 @@ \section{Preamble}\label{preamble}
7782

7883
\section{Physics Event Generators}\label{physics-event-generators}
7984

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

830835
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).
831836

837+
\clearpage
838+
839+
\printglossaries
840+
832841
\newpage
833842
\sloppy
834843
\printbibliography

0 commit comments

Comments
 (0)