aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-06-07 22:41:54 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-06-07 22:41:54 +0100
commit11696587813b77a79ae72da9b3ea01f602ceb231 (patch)
treeeca5b9b525748da1d43d7405d669fe59d640f352
parent25e1e02c5f86e9321bb5e16c69284ffce5e1e01c (diff)
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.
-rw-r--r--Makefile28
-rw-r--r--slides-intro-short.tex91
-rw-r--r--slides-intro.tex2
3 files changed, 110 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 48e9b73..ef1bfa3 100644
--- a/Makefile
+++ b/Makefile
@@ -16,23 +16,31 @@
+# Clean all extra files
+all: final
+.PHONY: clean-latex clean all final
+clean-latex:
+ rm -f *.aux *.log *.nav *.out *.snm *.toc git-commit.tex
+clean: clean-latex
+ rm *.pdf
+
+
+
+
+
# PDF slides:
-slides-intro.pdf: slides-intro.tex tex/*.tex
+slides=slides-intro.pdf slides-intro-short.pdf
+$(slides): %.pdf: %.tex tex/*.tex
# We'll run pdflatex two times so the page numbers and
# internal links also work.
if [ -d .git ]; then v=$$(git describe --dirty --always --long); \
else v=NO-GIT; fi; \
echo "\newcommand{\gitcommit}{$$v}" > git-commit.tex
- pdflatex slides-intro
-# pdflatex slides-intro
+ pdflatex $*
+# pdflatex $*
-
-# Clean all extra files
-.PHONY: clean-latex clean
-clean-latex:
- rm -f *.aux *.log *.nav *.out *.snm *.toc git-commit.tex
-clean: clean-latex
- rm *.pdf
+# Ultimate aim of project.
+final: $(slides)
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 <mohammad@akhlaghi.org>
+%
+% 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 <https://www.gnu.org/licenses/>.
+
+% 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}
diff --git a/slides-intro.tex b/slides-intro.tex
index 29b2ff3..f4fcf97 100644
--- a/slides-intro.tex
+++ b/slides-intro.tex
@@ -48,7 +48,7 @@
\date{\footnotesize\vspace{0cm}\\
\textcolor{white}{PLACE HOLDER}\\\textcolor{white}{MONTH DAY, YEAR} \\
\tiny\vspace{3mm}
- Most recent slides available in link below (this PDF is built from \href{https://gitlab.com/maneage/slides-introduction}{Git commit} \gitcommit):\\
+ 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.pdf}}\\
\vspace{2mm}\hspace{-0.25cm}
\raisebox{+0.4\height}{\includegraphics[width=2.5cm]{img/ministerio-ciencia.png}}