From 4e95ac507dd6db0133cc5debe35c39956cad9ba8 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 20 Nov 2019 18:13:08 +0000 Subject: Minor corrections in the slides A few other minor corrections were made to make them more clear. --- reproducible-paper.tex | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/reproducible-paper.tex b/reproducible-paper.tex index 27f2b26..4fa6752 100644 --- a/reproducible-paper.tex +++ b/reproducible-paper.tex @@ -103,6 +103,7 @@ + \begin{frame}{Let's start with this nice image of the Wirlpool galaxy (M51): \small{\url{https://i.redd.it/jfqgpqg0hfk11.jpg}}} \begin{center} \includegraphics[width=0.8\linewidth]{img/m51-amateur.jpg} @@ -561,7 +562,6 @@ \begin{center} {\large \textbf{GNU/Linux distribution}} \end{center} \texttt{\$ ldd .local/bin/astnoisechisel}\\ - \hspace{0.5cm}\texttt{\lcolor{linux-vdso.so.1} (0x00007fffdcbf7000)}\\ \hspace{0.5cm}\texttt{\lcolor{libgnuastro.so.7} => \textcolor{gray}{\prjdir}/libgnuastro.so.7 (0x00007f6745f39000)}\\ \hspace{0.5cm}\texttt{\lcolor{libgit2.so.26} => \prjdir/libgit2.so.26 (0x00007f6745df1000)}\\ \hspace{0.5cm}\texttt{\lcolor{libtiff.so.5} => \prjdir/libtiff.so.5 (0x00007f6745d77000)}\\ @@ -575,6 +575,7 @@ \hspace{0.5cm}\texttt{\lcolor{libz.so.1} => \prjdir/libz.so.1 (0x00007f6745474000)}\\ \hspace{0.5cm}\texttt{\lcolor{libgsl.so.23} => \prjdir/libgsl.so.23 (0x00007f67451e3000)}\\ \hspace{0.5cm}\texttt{\lcolor{libgslcblas.so.0} => \prjdir/libgslcblas.so.0 (0x00007f67451a1000)}\\ + \hspace{0.5cm}\texttt{\lcolor{linux-vdso.so.1} (0x00007fffdcbf7000)}\\ \hspace{0.5cm}\texttt{\textcolor{blue}{libpthread.so.0} => /usr/lib/libpthread.so.0 (0x00007f6745006000)}\\ \hspace{0.5cm}\texttt{\textcolor{blue}{libm.so.6} => /usr/lib/libm.so.6 (0x00007f6745027000)}\\ \hspace{0.5cm}\texttt{\textcolor{blue}{libc.so.6} => /usr/lib/libc.so.6 (0x00007f6744e43000)}\\ @@ -600,17 +601,17 @@ \hspace{0.5cm}\texttt{\prjdir/\lcolor{libgslcblas.0.dylib} (comp ver 1.0.0, cur ver 1.0.0)}\\ \hspace{0.5cm}\alert{/usr/lib/libSystem.B.dylib} (comp ver 1.0.0, cur ver 1252.50.4) - \vspace{1.4cm} + \vspace{1.1cm} \end{columns} \vspace{2mm} \begin{tcolorbox}[boxsep=0pt,left=1mm,right=1mm,top=1mm,bottom=1mm] \small - \lcolor{Project libraries:} High-level libraries built for each - project. + \lcolor{Project libraries:} High-level libraries built from + source for each project (note the same version in both OSs). - \textcolor{blue}{GNU C Library:} In progress (\url{http://savannah.nongnu.org/task/?15390}). + \textcolor{blue}{GNU C Library:} Project specific build is in progress (\url{http://savannah.nongnu.org/task/?15390}). \alert{Closed operating system files}: We have no control on low-level non-free operating systems components. \end{tcolorbox} @@ -1012,7 +1013,7 @@ \textcolor{gray}{(shorter papers actually building on each other!)}. \item \alert{Extract meta-data} after the publication of a dataset - (for future ontologies or vocabularies). + \textcolor{gray}{(for future ontologies or vocabularies)}. \item Applying \alert{machine learning} on reproducible research projects will allow us to solve some Big Data Challenges: -- cgit v1.2.1