From 11696587813b77a79ae72da9b3ea01f602ceb231 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 7 Jun 2020 22:41:54 +0100 Subject: Started working on short slides (10-15 minutes) The main slides have become too long, so a shorter version is necessary. With this commit, I am starting work on a short version. --- slides-intro-short.tex | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 slides-intro-short.tex (limited to 'slides-intro-short.tex') diff --git a/slides-intro-short.tex b/slides-intro-short.tex new file mode 100644 index 0000000..b5e680a --- /dev/null +++ b/slides-intro-short.tex @@ -0,0 +1,91 @@ +% LaTeX source of slides on reproducible paper. +% +% Copyright (C) 2020 Mohammad Akhlaghi +% +% This LaTeX source is free software: you can redistribute it and/or +% modify it under the terms of the GNU General Public License as +% published by the Free Software Foundation, either version 3 of the +% License, or (at your option) any later version. +% +% This LaTeX source is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +% General Public License for more details. +% +% You should have received a copy of the GNU General Public License +% along with this LaTeX source. If not, see . + +% Basic LaTeX settings. +\documentclass[9pt,usenames,dvipsnames,aspectratio=169]{beamer} + +% Read the current Git commit information +\include{git-commit} +\include{tex/preamble} + +%% Beamer settings. +%\setbeamertemplate{footline}[frame number] + +%% Packages to import. +\usepackage{tcolorbox} %For a color-box. +\usepackage{textcomp} %For a copyright sign. + +%% To simplify arXiv links +\newcommand{\arxivlink}[1]{{\footnotesize + (\textcolor{blue}{\href{https://arxiv.org/abs/#1}{arXiv:#1}})}} + +%% Set the title +\title{\huge\textbf{BIG} Data, \textbf{BIG} responsibility + \\ {\normalsize Introducing \emph{Maneage}: customizable framework for \emph{man}aging data lin\emph{eage}}} + +%% Set the author +\author{\vspace{1cm}\\ + \href{https://akhlaghi.org}{Mohammad Akhlaghi}\\\vspace{0.5mm} + \footnotesize + Instituto de Astrof\'isica de Canarias ({\scriptsize IAC}), Tenerife, Spain +} + +%% Set the date and insitutional logos. +\date{\footnotesize\vspace{0cm}\\ + \href{https://www.rd-alliance.org/rda-global-adoption-week-15-19-june-2020}{RDA Global Adoption week}\\June 18th, 2020\\ + \tiny\vspace{3mm} + Most recent slides available in link below (this PDF is built from \href{http://git.maneage.org/slides-intro.git}{Git commit} \gitcommit):\\ + \footnotesize\textcolor{blue}{\url{https://maneage.org/pdf/slides-intro-short.pdf}}\\ + \vspace{2mm}\hspace{-0.25cm} + \raisebox{+0.4\height}{\includegraphics[width=2.5cm]{img/ministerio-ciencia.png}} + \raisebox{+0.3\height}{\includegraphics[width=1.3cm]{img/sundial.png}} + \includegraphics[width=1.2cm]{img/iac.png} + \includegraphics[width=1cm]{img/eu-sundial.png} + \raisebox{0.13\height}{\includegraphics[width=1cm]{img/eu-regional.png}} + \raisebox{0.05\height}{\includegraphics[width=1cm]{img/eu-rdaeu4.png}} + \raisebox{+0.1\height}{\includegraphics[width=1.4cm]{img/rda-europe.png}} + \raisebox{+1.3\height}{\includegraphics[width=1.4cm]{img/ull.png}} + { }\raisebox{+0.5\height}{\includegraphics[width=2cm]{img/gobierno-canarias.png}}\\ + \vspace{1cm} +} + + + + + + + + + + + + + + + + + + + + +\begin{document} + + \begin{frame} + \titlepage + \end{frame} + +\end{document} -- cgit v1.2.1