forked from GEMScienceTools/hmtk_docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhmtk_tutorial.tex
119 lines (107 loc) · 3.92 KB
/
hmtk_tutorial.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
\documentclass[11pt,a4paper,headings=small,dvips]{scrbook}
\input{configuration.tex}
\usepackage{xcolor}
\usepackage{framed}
\usepackage[utf8]{inputenc}
\newenvironment{myfancybox}{%
\def\FrameCommand{\fboxsep=\FrameSep \fcolorbox{blue01}{honeydew}}%
\color{black}\MakeFramed {\FrameRestore}}%
{\endMakeFramed}
\setlength{\parskip}{2.5mm}
\setlength{\parindent}{0.0mm}
\begin{document}
\setcounter{page}{1}
\begin{titlepage}
\title{ \textcolor{blue01}{\textsf{\bfseries\Huge
Hazard Modeller's Toolkit
}}}
\subtitle{ \textcolor{blue01}{\textsf{\bfseries\LARGE
Documentation \& Tutorial}}}
\date{July 2013}
\publishers{GEM Foundation, Pavia}
\end{titlepage}
\pagestyle{scrheadings}
\maketitle
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Load the glossary
%\input{glossary.tex}
% -----------------------------------------------------------------------------
% -----------------------------------------------------------------------------
%\chapter*{Introduction}
%\cleardoublepage
% -----------------------------------------------------------------------------
% -----------------------------------------------------------------------------
\tableofcontents
\cleardoublepage
%
% % -----------------------------------------------------------------------------
\chapter{Introduction to the Hazard Modeller's Toolkit}
\begin{myfancybox}
The objectives of this chapter are:
\begin{itemize}
\item Outline the purpose and creation of the Hazard Modeller's Toolkit
\item Setup and Installation of the Software
\end{itemize}
\end{myfancybox}
\input{mtk_setup.tex}
\cleardoublepage
% % -----------------------------------------------------------------------------
% % -----------------------------------------------------------------------------
\chapter{Seismicity Tools}
\begin{myfancybox}
The objectives of this chapter are:
\begin{itemize}
\item Describe features of the seismicity tools of the Hazard Modeller's Toolkit
\item Run simple calculations using the seismicity tools
\end{itemize}
\end{myfancybox}
\input{catalogue_tools.tex}
\cleardoublepage
% \cleardoublepage
% % -----------------------------------------------------------------------------
\chapter{Geological Tools}
\begin{myfancybox}
The objectives of this chapter are:
\begin{itemize}
\item Describe features of the geological tools Hazard Modeller's Toolkit
\item Run simple calculations using the geological tools
\end{itemize}
\end{myfancybox}
\input{geology_tools.tex}
\cleardoublepage
% \cleardoublepage
% % -----------------------------------------------------------------------------
\chapter{Geodetic Tools}
\begin{myfancybox}
The objectives of this chapter are:
\begin{itemize}
\item Describe features of the geodetic tools Hazard Modeller's Toolkit
\item Run simple calculations using the geodetic tools
\end{itemize}
\end{myfancybox}
\input{geodetic_tools.tex}
\cleardoublepage
% -----------------------------------------------------------------------------
%\part{Appendices}
%\appendix
% -----------------------------------------------------------------------------
% -----------------------------------------------------------------------------
%\chapter{Accessing computation resources}
%\begin{myfancybox}
% The objectives of this chapter are:
% \begin{itemize}
% \item to explain how to access computation resources to complete this
% OpenQuake-engine training.
% \end{itemize}
%\end{myfancybox}
%\input{./appendix/computation_resources.tex}
% -----------------------------------------------------------------------------
% -----------------------------------------------------------------------------
%\cleardoublepage
\bibliographystyle{apalike}
\bibliography{./bibliography/hazard}
\cleardoublepage
\printglossaries
\printindex
% -----------------------------------------------------------------------------
% -----------------------------------------------------------------------------
\end{document}