-
Notifications
You must be signed in to change notification settings - Fork 0
/
IO-SEA_Manifesto.tex
121 lines (107 loc) · 3.72 KB
/
IO-SEA_Manifesto.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
\documentclass[a4paper,11pt,captions=nooneline,parskip=half]{scrreprt}
\usepackage{IO-SEA_Report}
\usepackage{float}
\usepackage{float}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% global configuration %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\id}{D7.X}
\newcommand{\name}{The IO-SEA MAnifesto}
\newcommand{\version}{1.1}
\newcommand{\status}{Draft}
\newcommand{\authors}{Ph.~Deniel(CEA), B.~Writer(INST2))}
\newcommand{\contributors}{A.~Contributor (INST3)}
\newcommand{\reviewerI}{A.~Reviewer~(INST4)}
\newcommand{\reviewerII}{B. Reviewer~(INST5)}
\newcommand{\website}{\url{https://www.iosea-project.eu/}}
\newcommand{\leadingzero}[1]{\ifnum #1<10 0\the#1\else\the#1\fi}
%\newcommand{\dateI}{31.07.2021}
\newcommand{\dateI}{\today} %%%% use today's date until done
\newcommand{\keywords}{IO-SEA, HPC, Exascale, Software}
\hypersetup{pdftitle={IO-SEA \id: \name},pdfauthor={\authors},pdfkeywords={\keywords}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%here we input the glossary data %%%%%%%%%%%%%%%%%%%%%%
%%% This must be before the \begin{document} %%%%%%%%%%
\input{Postamble/Glossary.tex}
\makeglossaries
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% document body %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\hypersetup{pageanchor=false}
%%%%%%%%%%%%%%%%%Titlepage.tex included here %%%%%%%%%%%%%%%%%%%
\include{Preamble/Titlepage}
\hypersetup{pageanchor=true}
\pagenumbering{arabic}
%%%%%%%%%%%% Infosheet.tex included here %%%%%%%%%%%%%%
\include{Preamble/Infosheet}
\clearpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%% Document Status Sheet inlined here %%%%%%%%%%%%%
\section*{Document Status Sheet}
\addcontentsline{toc}{chapter}{Document Status Sheet}
\begin{tabularx}{\textwidth}{| l | l | l | >{\raggedright\let\\\tabularnewline}X |}
\hline
\textbf{Version} & \textbf{Date} & \textbf{Status} & \textbf{Comments}\\
\hline
0.1 & XX.XX.2022 & Outline approved & complete?\\
\hline
0.9 & XX.XX.2022 & Draft ready for internal review & \\
\hline
1.0 & XX.XX.2022 & 1st internal review complete & \\
\hline
1.1 & XX.XX.2022 & post-1st-review edits complete & \\
\hline
2.0 & XX.XX.2022 & final draft ready for EU submission & \\
\hline
\end{tabularx}
\vfill
\begin{tabularx}{\textwidth}{| l | >{\raggedright\let\\\tabularnewline}X |}
\hline
\textbf{Section} & \textbf{Status} \\
\hline
Executive summary & {\color{red} in progress }\\
\hline
Introduction & {\color{orange} Ready for proofreading}\\
\hline
\hline
Some Chapter & {\color{blue} Proofread}\\
\hline
\hline
Another Chapter & {\color{green}Ready for review}\\
\hline
\hline
Summary & {\color{red} In progress}\\
\hline
\end{tabularx}
\clearpage
%%%%%%%%%%%%%%%% Document_Keywords.tex included here %%%%%%%%
\include{Preamble/Document_Keywords}
\clearpage
\tableofcontents
\iftotalfigures
\clearpage
\phantomsection\addcontentsline{toc}{chapter}{\listfigurename}
\listoffigures
\fi
\iftotaltables
\clearpage
\phantomsection\addcontentsline{toc}{chapter}{\listtablename}
\listoftables
\fi
%uncomment for list of fixes
\listoffixmes
\include{Preamble/Executive_Summary}
\include{Introduction}
\include{Goals.tex}
\include{Outcomes}
\include{Caveats}
\include{Conclusion}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%% put in a glossary %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\printglossary[title={List of Acronyms and Abbreviations}]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%% put in References %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% \bibliographystyle{unsrt}
%%% \bibliography{Postamble/IO-SEA}
\end{document}