diff --git a/talks-public/2017-02-04-FOSDEM/2017-02-04-FOSDEM.org b/talks-public/2017-02-04-FOSDEM/2017-02-04-FOSDEM.org new file mode 100644 index 0000000..ae9e7bd --- /dev/null +++ b/talks-public/2017-02-04-FOSDEM/2017-02-04-FOSDEM.org @@ -0,0 +1,37 @@ +#+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) %10BEAMER_act(Act) %4BEAMER_col(Col) %10BEAMER_extra(Extra) %8BEAMER_opt(Opt) +#+TITLE: Software Heritage +#+SUBTITLE: Collecting, preserving and sharing the software source code of Mankind +#+AUTHOR: Roberto Di Cosmo +#+DATE: February 2017 +#+DESCRIPTION: Preserving the Free Software Commons +#+KEYWORDS: software heritage legacy preservation knowledge mankind technology +#+BEAMER_HEADER: \date[February 4th 2017]{February 4th 2017\\ FOSDEM} +#+BEAMER_HEADER: \author[R. Di Cosmo, S. Zacchiroli ]{Roberto Di Cosmo and Stefano Zacchiroli} + +# +# prelude.org contains all the information needed to export the main beamer latex source +# use prelude-toc.org to get the table of contents +# + +#+INCLUDE: "../../common/modules/prelude.org" :minlevel 1 + +#+INCLUDE: "../../common/modules/169.org" + +#+BEAMER_HEADER: \titlegraphic{\includegraphics[width=\extblockscale{0.7\textwidth}]{SWH-logo+motto}\hfill\includegraphics[width=6em]{LOGO_INRIA_CHILE_ROJO}} + +# +# Part I: vision +# +* Software is everywhere and nowhere +** Free Software is everywhere + :PROPERTIES: + :CUSTOM_ID: softwareispervasive + :END: + #+latex: \begin{center} + #+ATTR_LATEX: :width .7\linewidth +file:software-center.pdf + #+latex: \end{center} + +# +# Part II: roadmap +# diff --git a/talks-public/2017-02-04-FOSDEM/Makefile b/talks-public/2017-02-04-FOSDEM/Makefile new file mode 100644 index 0000000..68fbee7 --- /dev/null +++ b/talks-public/2017-02-04-FOSDEM/Makefile @@ -0,0 +1 @@ +include ../Makefile.slides