-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSOCIB_poster.tex
137 lines (93 loc) · 2.76 KB
/
SOCIB_poster.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
\documentclass[final]{beamer}
\mode<presentation>
{
\usetheme{SOCIBposter}
}
\usepackage{sfmath} % for sans serif math fonts; wget http://dtrx.de/od/tex/sfmath.sty
\usepackage[english]{babel}
\usepackage[orientation=landscape,scale=0.95]{beamerposter}
\usepackage{doi}
\usepackage{url}
\usepackage{ragged2e}
\usepackage[justification=centering]{caption}
\usepackage{enumitem}
\usepackage{tikz}
\usetikzlibrary{fadings,shapes.arrows,shadows}
\usepackage[framemethod=tikz]{mdframed}
\makeatletter%
\special{pdf: put @thispage <</Group << /S /Transparency /I true /CS /DeviceRGB>> >>}%
\makeatother%
\renewcommand{\captionfont}{\it \small}
\urlstyle{sf}
\hypersetup{bookmarksopen=true,
bookmarksnumbered=true,
pdffitwindow=false,
pdfstartview=FitH,
pdftoolbar=true,
pdfmenubar=true,
pdfwindowui=true,
pdfsubject={},
pdfkeywords={},
bookmarksopenlevel=1,
colorlinks=true,urlcolor=bluesocib,
citecolor=blue}
\graphicspath{
{./}
}
% Uncomment next line to display a grid to help align images
%\beamertemplategridbackground[1cm]
\title[Short title]{Long title}
\author{Author list}
\institute{SOCIB, IMEDEA}
\date{\today}
\begin{document}
\begin{frame}{}
\justifying
%\vspace{-1cm}
\rule{\columnwidth}{.2cm}
\begin{columns}[T]
% 1st column %-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
\begin{column}{.32\linewidth}
\begin{block}{\numbox{1}~What is SOCIB?}
\justifying
SOCIB is a multi-platform Marine Research Infrastructure located in the Mediterranean Sea and made up of various facilities:
\begin{enumline}
\item the coastal research vessel
\end{enumline}
\end{block}
\sepblock
\begin{block}{\numbox{2}~Technology}
\justifying
The app relies on the SOCIB Data Discovery Service (\url{http://apps.socib.es/DataDiscovery/index.jsp}), a layer of \textit{RESTful} web services.
\begin{itemline}
\item a list of fixed stations or deployments\\ (active and archived),
\item measurements for a given platform or a selected variable,
\item a time series for a given data product.
\end{itemline}
\end{block}
\sepblocksub
\begin{block}{\subsecnum{2.1}~Instrumentation and Processing}
\justifying
Two main applications are used in the first steps of the data cycle.
\end{block}
\sepblock
\end{column}
% 2nd column
%-------------------------------------------------------------------------------
\begin{column}{.32\linewidth}
\begin{block}{\numbox{3}~Technology}
\justifying
Some text
\end{block}
\end{column}
% 3rd column
%-------------------------------------------------------------------------------
\begin{column}{.32\linewidth}
\begin{block}{Research Vessel}
\justifying
\end{block}
\end{column}
\end{columns}
\vfill
\end{frame}
\end{document}