-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.tex
166 lines (135 loc) · 4.15 KB
/
index.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
\documentclass[12pt,a4paper]{iopart}
% Document information
\newcommand{\DRN}{CAS-PUB-GEN-000000}
\newcommand{\thisversion}{1.0}
% Author information
\input{common/authors/twhyntie.tex}
% Packages and settings for CERN@school document formatting
\input{common/tools/CERNatschool-packages.tex}
% CERN@school macros and definitions
\input{common/tools/defs.tex}
\begin{document}
%
% Title
%
% The CERN@school logo
\input{common/tools/logoheader.tex}
\title{%
The CERN@school Programme: Document Index
}
%
% Author information
\author{\theauthorinit$^{1, \, 2}$}
%
\address{$^1$\theauthoraddressA}
\address{$^2$\theauthoraddressB}
\ead{\mailto{\theauthoremail}}
%-----------------------------------------------------------------------------
% Abstract
\begin{abstract}
CERN@school is a student-led research programme that brings
CERN into the classroom.
This document provides an index of the
documents,
presentations,
events,
code repositories,
and
publications
related to research and other activities associated with the
programme from June 2012 to December 2016.
It therefore effectively serves as a chronicle of the programme
for this period, covering the national expansion of the CERN@school Timepix detector
network, the launch of the Langton Ultimate Cosmic ray Intensity Detector (LUCID),
the TimPix project (part of ESA astronaut's Principia mission),
and the integration of CERN@school with the Monopole and Exotics Detector
at the LHC (MoEDAL) research programme.
Links and references to all relevant documents, presentations, code, and data
are provided where available.
\end{abstract}
%-----------------------------------------------------------------------------
%
{\color{white}Spacer}
\\[4cm]
% Add the license information (CC-BY-4).
\input{common/tools/licenseCCBY4}
\clearpage
% Add a table of contents.
\setcounter{tocdepth}{2}
\tableofcontents
\clearpage
% The introduction.
\input{intro}
\clearpage
% The CERN@school section
\input{cas/cas}
\clearpage
% The MoEDAL section.
\input{moedal/moedal}
\clearpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Publications}
\label{sec:publications}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
The peer-reviewed publications associated with and/or referenced by
the CERN@school programme are listed with full bibliographic citations in the
\hyperref[sec:references]{References section}.
%
For convenience,
the \code{BibTeX} citation code used in this document's \code{BibTeX} file,
DOI or URL, brief notes, year of publication and citation number
are listed in Table~\ref{tab:papers1}.
%
Papers that were directly supported by either
STFC grant number ST/J000256/1
(Science in Society Large Award, plus extensions)
or
STFC grant number ST/N00101X/1
(Public Engagement Fellowship)
are marked with an asterisk.
\begin{landscape}
%
% The table produced by make_paper_summary_tables.py
\input{autotable}
%
\end{landscape}
\newpage
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Bibliography
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\section{References}
\label{sec:references}
\bibliographystyle{unsrt.bst}
\bibliography{cernatschool}
%
%------------------------------------------------------------------------------
\clearpage
\input{acronyms}
%\clearpage
\setcounter{footnote}{0}
\input{ack}
%\clearpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Version History}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%______________________________________________________________________________
\begin{table}[h]
\caption{\label{tab:version}Version history.}
\lineup
\begin{indented}
\item[]\begin{tabular}{@{}cllc}
\br
\centre{1}{$\quad$Version $\quad$} &
\centre{1}{$\quad$Description$\quad$} &
\centre{1}{$\quad$DOI $\quad$} &
\centre{1}{$\quad$Author $\quad$} \\
\mr
1.0 & Initial version. & \href{http://doi.org/10.5281/zenodo.227090}{10.5281/zenodo.227090}& TW \\
\br
\end{tabular}
\end{indented}
\end{table}
%______________________________________________________________________________
\end{document}