Statistics
| Branch: | Revision:

root / governance.tex @ 36:edc5aef6bb9f

History | View | Annotate | Download (4.2 kB)

1
\documentclass[11pt,a4paper]{report}
2
\usepackage{fontspec}
3
\usepackage{xltxtra}
4

    
5
\defaultfontfeatures{Mapping=tex-text}
6
\setmainfont{Calibri}
7

    
8
\renewcommand{\chaptername}{}
9

    
10
\usepackage{acronym}
11
\usepackage{array}
12
\usepackage{multirow}
13
\usepackage{colortbl}
14
\usepackage{rotating}
15
\usepackage{url}
16
\usepackage{graphicx}
17
\usepackage{hyphenat}
18
\usepackage{tikz}
19
\usetikzlibrary{positioning,shapes,shadows,arrows}
20

    
21
\hyphenation{e-In-fra-stru-ctu-re e-In-fra-stru-ctu-res}
22

    
23
\begin{document}
24

    
25
\tikzstyle{default}=[rectangle, draw=black, rounded corners,
26
fill=blue!40, drop shadow, text centered, anchor=north, text=white,
27
text width=3cm]
28
\tikzstyle{dark}=[rectangle, draw=black, rounded corners,
29
fill=blue!80, drop shadow, text centered, anchor=north, text=white,
30
text width=3cm]
31
\tikzstyle{cyl}=[cylinder, shape border rotate=90, shape aspect=0.2, draw=black, rounded corners,
32
fill=blue!40, drop shadow, text centered, anchor=north, text=white,
33
text width=3cm]
34
\tikzstyle{line} = [draw, -latex']
35

    
36
\newcommand{\ei}{e\hyp{}Infrastructure}
37

    
38
\renewcommand*{\acsfont}[1]{{\sc #1}}
39
\acrodef{geant}[\sc g\'{e}ant]{geant}
40
\acrodef{nren-pc}[nren-pc]{National Research and Education Network Policy Committee}
41
\acrodef{dante}{Delivery of Advanced Network Technology to Europe}
42
\acrodef{ec}{European Commission}
43
\acrodef{cobit}{Control Objectives for Information and related
44
  Technology}
45
\acrodef{isaca}{Information Systems Audit and Control Association}
46
\acrodef{itil}{Information Technology Infrastructure Library}
47
\acrodef{ogc}{Office of Government Commerce}
48
\acrodef{parade}{Partnership for Accessing Data in Europe}
49
\acrodef{nren}{National Research and Education Network}
50
\acrodef{hpc}{High Perfomance Computing}
51
\acrodef{prace}{Partnership for Advanced Computing in Europe}
52
\acrodef{osg}{Open Science Grid}
53
\acrodef{egee}{Enabling Grids for e-Science}
54
\acrodef{egee-iii}{Enabling Grids for E-SciencE-III}
55
\acrodef{nvo}{National Virtual Observatory}
56
\acrodef{ogf}{Open Grid Forum}
57
\acrodef{eric}{European Research Infrastructure Consortium}
58
\acrodef{gdp}{Gross Domestic Product}
59
\acrodef{sa}{Service Activity}
60
\acrodefplural{sa}{Service Activities}
61
\acrodef{jra}{Joint Research Activity}
62
\acrodefplural{jra}{Joint Research Activities}
63
\acrodef{na}{Networking Activity}
64
\acrodefplural{na}{Networking Activities}
65
\acrodef{c3grid}[c3{\rm grid}]{Collaborative Climate Community Data and Processing Grid}
66
\acrodef{d4science}[d4S{\rm cience}]{Distributed Collaboratories Infrastructure on Grid Enabled Technology 4 Science}
67
\acrodef{driver}{Digital Repository Infrastructure Vision for European Research}
68
\acrodef{eela-2}{E-science Grid facility for Europe and Latin America}
69
\acrodef{etsf}{European Theoretical Spectroscopy Facility}
70
\acrodef{dariah}{Digital Research Infrastructure for the Arts and Humanities}
71
\acrodef{deisa}{Distributed European Infrastructure for Supercomputing Applications}
72
\acrodef{clarin}{Common Language Resources and Technology Infrastructure}
73
\acrodef{egi}{European Grid Initiative}
74
\acrodef{egi-ds}{European Grid Initiative Design Study}
75
\acrodef{egi-inspire}[egi-i{\rm n}spire]{Integrated Sustainable Pan-European Infrastructure for Researchers in Europe}
76
\acrodef{egi.eu}[egi.{\rm eu}]{EGI.eu}
77
\acrodef{egi-pmb}{EGI Project Management Board}
78
\acrodefplural{ngi}{National Grid Initiatives}
79
\acrodefplural{eiro}{European Intergovernmental Research Organisations}
80
\acrodef{cern}{European Organisation for Nuclear Research}
81
\acrodef{embl}{European Molecular Biology Laboratory}
82
\acrodef{mb}{Management Board}
83
\acrodef{pm}{Project Manager}
84
\acrodef{pmo}{Project Management Office}
85
\acrodef{ssc}{Scientific Steering Committee}
86
\acrodef{tb}{Technical Board}
87
\acrodef{ngi}{National Grid Initiative}
88
\acrodef{eiro}{European Industrial Relations Observatory}
89
\acrodef{ecri}{European Conference on Research Infrastructures}
90
\acrodef{it}{Information Technology}
91
\acrodef{oecd}{Organisation for Economic Co-operation and Development}
92
\acrodef{ceo}{Chief Executive Officer}
93
\acrodef{cio}{Chief Information Officer}
94

    
95
\title{An Overview of e-Infrastructure Governance}
96

    
97
\tableofcontents
98

    
99
\input{chapter1}
100

    
101
\input{chapter2}
102

    
103
\input{chapter3}
104

    
105
\input{chapter4}
106

    
107
\input{chapter5}
108

    
109

    
110
\nocite{*}
111

    
112
\bibliography{references}
113
\bibliographystyle{plain}
114

    
115
\end{document}
116

    
117
%%% Local Variables: 
118
%%% mode: latex
119
%%% TeX-master: t
120
%%% End: