diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-11-21 15:01:40 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-11-21 15:01:40 +0000 |
commit | 9faecab6f1bfb8d6c1eda120885a499fb87e1e31 (patch) | |
tree | 28643aa305a9a52b802cab37d6f4edb75f1d4fa0 | |
parent | 65e8b8b5c95654d2b8111abe6666958f49a5d4e5 (diff) |
Logos now all in one line, under the location of the talk
Until now they occupied a major part of the center of the first slide
and in two rows. With this commit, they are in one row and at the
bottom of the slide.
-rw-r--r-- | reproducible-paper.tex | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/reproducible-paper.tex b/reproducible-paper.tex index 4fa6752..708a6b0 100644 --- a/reproducible-paper.tex +++ b/reproducible-paper.tex @@ -18,24 +18,26 @@ %% Set the author \author{ - \href{http://akhlaghi.org}{Mohammad Akhlaghi}\\\vspace{2mm} + \href{http://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{\vspace{1mm}\\ +\date{\scriptsize\vspace{1.8cm}\\ + \href{https://www.rd-alliance.org/groups/early-career-and-engagement-ig}{RDA Early Career and Engagement Interest Group},\\ \href{https://www.rd-alliance.org/group/early-career-and-engagement-ig-early-career-networking-group/event/november-ama-call}{AMA Webinar}, November 20th, 2019 \\ + Slides available at: \textcolor{blue}{\url{http://akhlaghi.org/pdf/reproducible-paper.pdf}}\\ + \vspace{5mm} + \raisebox{+0.5\height}{\includegraphics[width=2cm]{img/ministerio-ciencia.png}} \raisebox{+0.3\height}{\includegraphics[width=1.3cm]{img/sundial.png}} \includegraphics[width=1cm]{img/eu-sundial.png} - \includegraphics[width=1.5cm]{img/iac.png} + \includegraphics[width=1.2cm]{img/iac.png} + \raisebox{+0.1\height}{\includegraphics[width=1.4cm]{img/rda-europe.png}} \raisebox{0.13\height}{\includegraphics[width=1cm]{img/eu-regional.png}} - \raisebox{+1.3\height}{\includegraphics[width=1.4cm]{img/ull.png}}\\ - \raisebox{+1.2\height}{\includegraphics[width=2cm]{img/ministerio-ciencia.png}} - \raisebox{+0.1\height}{\includegraphics[width=1.5cm]{img/rda-europe.png}} - { }\raisebox{+0.9\height}{\includegraphics[width=2cm]{img/gobierno-canarias.png}}\\ - \scriptsize \href{https://www.rd-alliance.org/groups/early-career-and-engagement-ig}{RDA Early Career and Engagement Interest Group},\\ \href{https://www.rd-alliance.org/group/early-career-and-engagement-ig-early-career-networking-group/event/november-ama-call}{AMA Webinar}, November 20th, 2019 \\ - \vspace{0.1cm} Slides available at\\ - \textcolor{blue}{\url{http://akhlaghi.org/pdf/reproducible-paper.pdf}}} + \raisebox{+1.3\height}{\includegraphics[width=1.4cm]{img/ull.png}} + { }\raisebox{+0.5\height}{\includegraphics[width=2cm]{img/gobierno-canarias.png}}\\ + \vspace{1cm} +} %% For a wider writing width. \newcommand\Wider[2][3em]{% |