-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpresentation.tex
91 lines (78 loc) · 1.67 KB
/
presentation.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
\documentclass{beamer}
\usepackage{beamerthemesplit}
\usepackage[absolute,overlay]{textpos}
\setlength{\TPHorizModule}{1mm}
\setlength{\TPVertModule}{1mm}
\newcommand{\MyLogo}{
\begin{textblock}{10}(2.0,0.7)
\includegraphics[height=9mm]{images/logo.eps}
\end{textblock}
}
\newcommand*\oldmacro{}
\let\oldmacro\insertshorttitle
\renewcommand*\insertshorttitle{
\MyLogo
\oldmacro\hfill
}
\begin{document}
\title{Grid Monitoring}
\author{Theofylaktos Papapanagiotou}
\institute{Brunel University of West London}
\subject{Grid Computing}
\date{\today}
\frame{\titlepage}
\frame{\frametitle{Table of contents}\tableofcontents}
\section{LHC}
\subsection{Some physics}
\frame{\frametitle{Title}
Each frame should have a title.
}
\frame{}
\subsection{Experiments}
\frame{\frametitle{Title}
Each frame should have a title.
}
\frame{}
\subsection{Need for Computing power and Storage}
\frame{\frametitle{Title}
Each frame should have a title.
}
\frame{}
\section{Grid Computing}
\subsection{Resource Brokers}
\frame{\frametitle{Title}
Each frame should have a title.
}
\frame{}
\subsection{Example job submission}
\frame{\frametitle{Title}
Each frame should have a title.
}
\frame{}
\subsection{Example storage access}
\frame{\frametitle{Title}
Each frame should have a title.
}
\frame{}
\section{Information Services}
\subsection{BDII}
\frame{\frametitle{Title}
Each frame should have a title.
}
\frame{}
\subsection{WSRF}
\frame{\frametitle{Title}
Each frame should have a title.
}
\frame{}
\section{Monitoring}
\subsection{Nagios}
\frame{\frametitle{Title}
Each frame should have a title.
}
\frame{}
\subsection{Ganglia}
\frame{\frametitle{Title}
Each frame should have a title.
}
\end{document}