diff --git a/talks-public/2019-04-02_03-RDA/eureform.org b/talks-public/2019-04-02_03-RDA/eureform.org index 20af25f..94af9d0 100644 --- a/talks-public/2019-04-02_03-RDA/eureform.org +++ b/talks-public/2019-04-02_03-RDA/eureform.org @@ -1,71 +1,78 @@ #+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) %10BEAMER_act(Act) %4BEAMER_col(Col) %10BEAMER_extra(Extra) %8BEAMER_opt(Opt) #+TITLE: On the EU Copyright reform # does not allow short title, so we override it for beamer as follows : #+BEAMER_HEADER: \author[Roberto Di Cosmo]{Roberto Di Cosmo (Software Heritage, INRIA)} # -*- org-image-actual-width: nil; -*- #+DATE: April 2nd, 2019 #+EMAIL: roberto@dicosmo.org #+DESCRIPTION: General Outlook #+KEYWORDS: software heritage legacy preservation knowledge mankind technology outlook policy legal action # # # Prelude contains all the information needed to export the main beamer latex source # #+INCLUDE: "../../common/modules/prelude-toc.org" :minlevel 1 # #+INCLUDE: "../../common/modules/169.org" * Copyright law evolution: challenges for software ** 2017, proposal contains *** Article 13 Information society service providers that store and provide to the public access to large amounts of works or other subject-matter uploaded by their users shall, (...), take measures to ensure the functioning of agreements (...). Those measures, such as the *use of effective content recognition technologies*, shall be appropriate and proportionate. #+BEAMER: \pause *** Endangers software - development platforms (e.g. GitHub) - distribution platforms (e.g. Pypi) - archives (e.g. Software Heritage) - ** 2018, exceptions are introduced *** Article 2(5) (...) Nor does this definition cover websites which store and provide access to content **for non-for-profit purposes**, such as online encyclopaedias, scientific or educational repositories or *open source software developing platforms* which do not store and give access to content for profit making purposes. ** What was /still endangered/ *** Software /distribution platforms/ - Maven - CRAN - Pypi - Npm - Docker - .... #+BEAMER: \pause *** Software /archives/ - Software Heritage - Zenodo - ... -** Final text approved 28/3/2019 +** Final text +*** Approved 28/3/2019 + \hfill http://www.europarl.europa.eu/doceo/document/A-8-2018-0245_EN.html +#+BEAMER: \pause *** Article 2(6) Providers of services such as *open source software development and sharing platforms*, (...) should also be excluded from the definition of online content-sharing service provider. #+BEAMER: \pause *** How we got there? \hfill oral history from Roberto #+BEAMER: \pause *** Are we safe now? \hfill would have felt better without the "open source" qualifier... ** Call for action -*** Now: control transcription in national law +*** Eu participants: follow transcription in national law \hfill make sure the exception stays there! +#+BEAMER: \pause +*** Non Eu participants: watch out for clones + \hfill Eu changes to copyright law usually propagate +#+BEAMER: \pause *** Future - \hfill raise awareness on software as a key asset + raise awareness on software as a key asset\\ + \hfill leverage the [[https://en.unesco.org/foss/paris-call-software-source-code][Paris Call on Software Source Code]] diff --git a/talks-public/2019-04-02_03-RDA/intro.org b/talks-public/2019-04-02_03-RDA/intro.org index 52781af..0371c26 100644 --- a/talks-public/2019-04-02_03-RDA/intro.org +++ b/talks-public/2019-04-02_03-RDA/intro.org @@ -1,173 +1,176 @@ #+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) %10BEAMER_act(Act) %4BEAMER_col(Col) %10BEAMER_extra(Extra) %8BEAMER_opt(Opt) #+TITLE: Software Source Code Interest Group #+SUBTITLE: Introduction # does not allow short title, so we override it for beamer as follows : #+BEAMER_HEADER: \title[Software Source Code Interest Group (CC-BY-SA 4.0)]{Software Source Code Interest Group} # #+BEAMER_HEADER: \author[{\bf Roberto Di Cosmo (INRIA)}, Neil Chue Hong (SSI)]{{\bf Roberto Di Cosmo (INRIA)}, Neil Chue Hong (SSI)} #+AUTHOR: Roberto Di Cosmo (SWH and Inria) #+DATE: April 2nd, 2019 #+EMAIL: roberto@dicosmo.org #+DESCRIPTION: Preserving the technological knowledge of mankind #+KEYWORDS: software heritage legacy preservation knowledge mankind technology # # # Prelude contains all the information needed to export the main beamer latex source # #+INCLUDE: "../../common/modules/prelude.org" :minlevel 1 # #+INCLUDE: "../../common/modules/169.org" ** Why we are here *** Software is /an essential component/ of modern scientific research :B_picblock: :PROPERTIES: :BEAMER_opt: pic=papermountain,width=.25\linewidth,leftpic=true :BEAMER_env: picblock :BEAMER_act: +- :END: Top 100 papers (Nature, October 2014)\\ #+BEGIN_QUOTE [...] the vast majority describe experimental methods or sofware that have become essential in their fields.\\ #+END_QUOTE http://www.nature.com/news/the-top-100-papers-1.16224 #+BEAMER: \pause *** The /source code/ is essential - it contains the /real knowledge/, - it is currently poorly accounted for ** Reminder: the /source code/ of a software artefact :PROPERTIES: :CUSTOM_ID: thesourcecode :END: #+LATEX: \includegraphics[width=.08\linewidth]{software.png} “The source code for a work means the preferred form of the work for making modifications to it." \hfill GPL Licence #+Beamer: \pause *** :PROPERTIES: :BEAMER_env: block :BEAMER_act: +- :END: #+latex: \begin{center} Hello World \end{center} *** Program (excerpt of binary) :B_block:BMCOL: :PROPERTIES: :BEAMER_col: 0.5 :BEAMER_env: block :BEAMER_act: +- :END: #+begin_src hex :exports code 4004e6: 55 4004e7: 48 89 e5 4004ea: bf 84 05 40 00 4004ef: b8 00 00 00 00 4004f4: e8 c7 fe ff ff 4004f9: 90 4004fa: 5d 4004fb: c3 #+end_src *** Program (source code) :B_block:BMCOL: :PROPERTIES: :BEAMER_col: 0.55 :BEAMER_env: block :BEAMER_act: +- :END: #+begin_src c :exports code /* Hello World program */ #include void main() { printf("Hello World"); } #+end_src ** Software Source Code is /special/ :PROPERTIES: :CUSTOM_ID: softwareisdifferent :END: *** Harold Abelson, Structure and Interpretation of Computer Programs /“Programs must be written for people to read, and only incidentally for machines to execute.”/ *** Quake 2 source code (excerpt) :B_block:BMCOL: :PROPERTIES: :BEAMER_col: 0.45 :BEAMER_env: block :END: #+LATEX: \includegraphics[width=\linewidth]{quake-carmack-sqrt-1.png} # smart efficient implementation of 1/sqrt(x) on a CPU without special support *** Net. queue in Linux (excerpt) :B_block:BMCOL: :PROPERTIES: :BEAMER_col: 0.45 :BEAMER_env: block :END: #+LATEX: \includegraphics[width=\linewidth]{juliusz-sfb-short.png} # Juliusz implementation of stochastic fair blue in the Linux Kernel linux/net/sched/sch_sfb.c *** :B_ignoreheading: :PROPERTIES: :BEAMER_env: ignoreheading :END: *** Len Shustek, Computer History Museum \hfill /“Source code provides a view into the mind of the designer.”/ ** Source code is not ... just data #+BEAMER: \pause *** /executable/ and /human readable/ knowledge (an /all time new/) + written /by humans for humans/ + formats not really an issue: /text files are forever/ #+BEAMER: \pause *** the /development history/ is key to its /understanding/ + version history + literate programming #+BEAMER: \pause *** complexity: + large /web of dependencies/ + millions of SLOCs #+BEAMER: \pause *** \hfill *Bottomline:* software source code /is not just another/ sequence of bits ** Source code is /endangered/ *** Loosing precious legacy - foreclosures :: Google Code, Gitorious, now Codeplex - archives :: /off the record anecdotes/ - *you* can use, and support, Software Heritage + \hfill Software Heritage is /a part of/ the solution #+BEAMER: \pause *** Eu Copyright reform - huge risk to software development and reuse - more on this later #+BEAMER: \pause *** Bottomline \hfill real need to raise awareness ** Past and present activities *** RDA 10 \hfill Montreal 9/2017 - motivations - survey of ontologies - metadata use cases +#+BEAMER: \pause *** RDA 11 \hfill Berlin 3/2018 - identification of gaps in metadata +#+BEAMER: \pause *** RDA 12 \hfill no meeting +#+BEAMER: \pause *** RDA 13 - \alert{updates} on ongoing activities - \alert{FAIR} for Software Source Code ** Agenda *** Agenda 1. Introduction (5m, done) 2. Updates - Force 11 Software Citation IG (10m) - Software Source Code Identification WG (5m) - Software Heritage for Open Science: archive now open (10m) + - Updated and call for action on EU Reform (5m) - Paris Call on Software Source Code (5m) - - call for action EU Reform (5m) 3. Group activity: what is FAIR for Software? (40m) 4. Summary of results and wrap up (5m) *** Group notes \hfill http://bit.ly/rda13scig * References ** Reminder :noexport: *** RDA SCIG page [[https://www.rd-alliance.org/groups/software-source-code-ig][https://www.rd-alliance.org/groups/software-source-code-ig]] *** Working document used during the session [[https://bit.ly/RDA10SoftwareIGNotes][https://bit.ly/RDA10SoftwareIGNotes]]