diff --git a/talks-public/2017-09-27-kyoto-ipres/2017-09-27-kyoto-ipres.org b/talks-public/2017-09-27-kyoto-ipres/2017-09-27-kyoto-ipres.org new file mode 100644 index 0000000..c2d0763 --- /dev/null +++ b/talks-public/2017-09-27-kyoto-ipres/2017-09-27-kyoto-ipres.org @@ -0,0 +1,100 @@ +#+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: Why and How to Preserve Software Source Code +#+BEAMER_HEADER: \date[27/09/2017, iPRES]{27 September 2017\\ iPRES 2017 --- 14th International Conference on Digital Preservation\\ Kyoto, Japan} +#+AUTHOR: Stefano Zacchiroli +#+DATE: 27 September 2017 +#+EMAIL: zack@upsilon.cc + +#+INCLUDE: "../../common/modules/prelude.org" :minlevel 1 +#+INCLUDE: "../../common/modules/169.org" +#+BEAMER_HEADER: \titlegraphic{\includegraphics[width=\extblockscale{0.7\textwidth}]{SWH-logo+motto}} +#+BEAMER_HEADER: \institute[Software Heritage]{University Paris Diderot \& Inria --- \href{mailto:zack@upsilon.cc}{\tt zack@upsilon.cc}} + +* On the need of preserving source code +** Software is everywhere + #+latex: \begin{center} + #+ATTR_LATEX: :width 0.7\linewidth + file:software-center.pdf + #+latex: \end{center} + #+INCLUDE: "../../common/modules/source-code-different-long.org::#thesourcecode" :minlevel 2 +** Our Software Commons + #+INCLUDE: "../../common/modules/foss-commons.org::#commonsdef" :only-contents t + #+BEAMER: \pause +*** Source code is /a precious part/ of our commons + \hfill are we taking care of it? + #+INCLUDE: "../../common/modules/swh-motivations-foss.org::#main" :only-contents t :minlevel 2 +* Software Heritage + #+INCLUDE: "../../common/modules/swh-overview-sourcecode.org::#mission" :minlevel 2 + #+INCLUDE: "../../common/modules/vision.org::#foundations" :minlevel 2 +** Core principles + #+latex: \begin{center} + #+ATTR_LATEX: :width 0.7\linewidth + file:SWH-as-foundation-slim.png + #+latex: \end{center} +*** Technology + :PROPERTIES: + :BEAMER_col: 0.34 + :BEAMER_env: block + :END: + - transparency and FOSS + - replicas all the way down +*** Content + :PROPERTIES: + :BEAMER_col: 0.32 + :BEAMER_env: block + :END: + - source code first + - no a priori selection + - intrinsic identifiers + - facts and provenance +*** Organization + :PROPERTIES: + :BEAMER_col: 0.33 + :BEAMER_env: block + :END: + - non-profit + - multi-stakeholder +* Current status + #+INCLUDE: "../../common/modules/status-extended.org::#architecture" :only-contents t + #+INCLUDE: "../../common/modules/status-extended.org::#giantdag" :only-contents t + #+INCLUDE: "../../common/modules/status-extended.org::#archive" :minlevel 2 + #+INCLUDE: "../../common/modules/status-extended.org::#features" :minlevel 2 +* Community +** The Software Heritage community +*** Sponsors + :PROPERTIES: + :BEAMER_col: 0.4 + :BEAMER_env: block + :END: + #+BEAMER: \begin{center}\includegraphics[width=\extblockscale{0.6\linewidth}]{inria-logo-new}\end{center} + #+BEAMER: \begin{center}\includegraphics[width=\extblockscale{1.2\linewidth}]{sponsors.pdf}\end{center} +*** Testimonials + :PROPERTIES: + :BEAMER_col: 0.6 + :BEAMER_env: block + :END: + #+BEAMER: \begin{center}\includegraphics[width=\extblockscale{1.2\linewidth}]{support.pdf}\end{center} +*** UNESCO/Inria agreement (April 3rd, 2017) + #+BEAMER: \centering + #+BEAMER: \includegraphics[width=\extblockscale{.2\linewidth}]{unesco} + #+BEAMER: \includegraphics[width=\extblockscale{.35\linewidth}]{unesco-accord} +** Conclusion + #+BEAMER: \vspace{-1mm} +*** + - it is now urgent to preserve software _source code_ + - Software Heritage is taking a _systematic approach_ at it + - Software Heritage has already assembled the _largest archive_ to date + - Software Heritage has synergies with _cultural_, _research_, and + _industry_ needs + - it is a _shared infrastructure_ that can benefit us all... + - ... we should collaborate and pool _resources_ to make it so + #+BEAMER: \vspace{-1mm} +*** Come in, we're open! + \url{www.softwareheritage.org} --- learn more \\ + \url{www.softwareheritage.org/support/sponsors/} --- sponsoring info \\ + \url{wiki.softwareheritage.org} --- working groups \\ + \url{forge.softwareheritage.org} --- our own code + #+BEAMER: \vspace{-1mm} \flushright {\Huge Questions?} \vfill + +# LocalWords: Inria FOSS wikipedia WIP Gitorious Bitbucket diff --git a/talks-public/2017-09-27-kyoto-ipres/Makefile b/talks-public/2017-09-27-kyoto-ipres/Makefile new file mode 100644 index 0000000..68fbee7 --- /dev/null +++ b/talks-public/2017-09-27-kyoto-ipres/Makefile @@ -0,0 +1 @@ +include ../Makefile.slides