diff --git a/common/modules/swh-as-infrastructure.org b/common/modules/swh-as-infrastructure.org index f4c9243..6b4eec9 100644 --- a/common/modules/swh-as-infrastructure.org +++ b/common/modules/swh-as-infrastructure.org @@ -1,63 +1,113 @@ #+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) %10BEAMER_act(Act) %4BEAMER_col(Col) %10BEAMER_extra(Extra) %8BEAMER_opt(Opt) # # Software Heritage is a revolutionary infrastructure # #+INCLUDE: "prelude.org" :minlevel 1 * How Software Heritage changes the world :PROPERTIES: :CUSTOM_ID: main :END: ** A revolutionary infrastructure for industry :PROPERTIES: :CUSTOM_ID: industry :END: #+BEAMER: \vspace{-2mm} *** The /graph/ of Software Development :B_picblock: :PROPERTIES: :BEAMER_env: picblock :BEAMER_OPT: pic=git-merkle/merkle-vertical, leftpic=true :END: All of the software development in *a single graph*! - *lookup* by content hash - *wayback machine* for software development + *\url{http://archive.softwareheritage.org/}* - ... and much more #+BEAMER: \pause \vspace{-2mm} *** The /blockchain/ of Software Development :B_picblock: :PROPERTIES: :BEAMER_opt: pic=merkle, leftpic=true, width=.4\linewidth :BEAMER_env: picblock :BEAMER_act: :END: All of a software development... \hfill in a single *Merkle* graph!\\ Widely used crypto (e.g., Git, blockchains, IPFS, ...) - built-in *deduplication* - intrinsic, *unforgeable identifiers* at all levels - simplifies *traceability* (licensing, supply chain management) ** A revolutionary infrastructure for research and innovation :PROPERTIES: :CUSTOM_ID: science :END: *** A /pillar/ of Open Science :B_picblock: :PROPERTIES: :BEAMER_env: picblock :BEAMER_OPT: pic=PreservationTriangle.png,leftpic=true, width=.4\linewidth :END: The /reference archive/ of Research Software for *Open Science* - *curated deposit* of research software + in collaboration with *HAL*, *CCSD* and *Inria IES* + now open /to all researchers/! - *intrinsic* identifiers for *reproducibility* #+BEAMER: \pause *** Reference platform for /Big Code/ :B_picblock: :PROPERTIES: :BEAMER_opt: pic=universal, leftpic=true, width=.2\linewidth :BEAMER_env: picblock :BEAMER_act: :END: - unique *observatory* of all software development - *big data, machine learning* paradise: classification, trends, coding patterns, code completion... + +* How Software Heritage changes the world in one slide + :PROPERTIES: + :CUSTOM_ID: mainoneslide + :END: +** A revolutionary infrastructure + :PROPERTIES: + :CUSTOM_ID: oneslide + :END: + #+BEAMER: \vspace{-2mm} +*** The /graph/ of Software Development :B_picblock: + :PROPERTIES: + :BEAMER_env: picblock + :BEAMER_COL: .5 + :BEAMER_OPT: pic=git-merkle/merkle-vertical, leftpic=true, width=.4\linewidth + :END: + All software development\\ + in *a single graph* ... + #+BEAMER: \pause \vspace{-2mm} +*** The /blockchain/ of Software Development :B_picblock: + :PROPERTIES: + :BEAMER_opt: pic=merkle, leftpic=true, width=.8\linewidth + :BEAMER_env: picblock + :BEAMER_COL: .5 + :BEAMER_act: + :END: + ... a single\\ + \hfill *Merkle* graph! + #+BEAMER: \pause +*** :B_ignoreheading: + :PROPERTIES: + :BEAMER_env: ignoreheading + :END: +*** A /pillar/ of Open Science :B_picblock: + :PROPERTIES: + :BEAMER_env: picblock + :BEAMER_OPT: pic=PreservationTriangle.png,leftpic=true, width=.6\linewidth + :BEAMER_COL: .5 + :END: + Reference *archive* of\\ + Research Software + #+BEAMER: \pause +*** Reference platform for /Big Code/ :B_picblock: + :PROPERTIES: + :BEAMER_opt: pic=universal, leftpic=true, width=.4\linewidth + :BEAMER_env: picblock + :BEAMER_COL: .5 + :BEAMER_act: + :END: + A *single, uniform* data structure diff --git a/talks-public/complete-modules-deck/complete-modules-deck.org b/talks-public/complete-modules-deck/complete-modules-deck.org index 3e21c2b..60dd25e 100644 --- a/talks-public/complete-modules-deck/complete-modules-deck.org +++ b/talks-public/complete-modules-deck/complete-modules-deck.org @@ -1,205 +1,206 @@ #+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) %10BEAMER_act(Act) %4BEAMER_col(Col) %10BEAMER_extra(Extra) %8BEAMER_opt(Opt) #+TITLE: Title #+SUBTITLE: Subtitle #+AUTHOR: Author #+EMAIL: Email #+BEAMER_HEADER: \date{September 25th, 2018} #+BEAMER_HEADER: \title[www.softwareheritage.org]{Title} #+BEAMER_HEADER: \author[Author short]{Authors} # #+BEAMER_HEADER: \setbeameroption{show notes on second screen} #+BEAMER_HEADER: \setbeameroption{hide notes} #+KEYWORDS: keywords #+LATEX_HEADER: \usepackage{tcolorbox} # # 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-toc.org" :minlevel 1 #+INCLUDE: "../../common/modules/169.org" # +LaTeX_CLASS_OPTIONS: [aspectratio=169,handout,xcolor=table] #+LATEX_HEADER: \usepackage{bbding} #+LATEX_HEADER: \DeclareUnicodeCharacter{66D}{\FiveStar} # # If you want to change the title logo it's here # # +BEAMER_HEADER: \titlegraphic{\includegraphics[width=0.7\textwidth]{SWH-logo}} # aspect ratio can be changed, but the slides need to be adapted # - compute a "resizing factor" for the images (macro for picblocks?) # # set the background image # # https://pacoup.com/2011/06/12/list-of-true-169-resolutions/ # #+BEAMER_HEADER: \pgfdeclareimage[height=90mm,width=160mm]{bgd}{swh-world-169.png} #+BEAMER_HEADER: \setbeamertemplate{background}{\pgfuseimage{bgd}} # All modules by subjects * Software Heritage (principles, support, etc.) # modules/swh-goals-oneslide-vertical.org::#goals #+INCLUDE: "../../common/modules/swh-goals-oneslide-vertical.org::#goals" :minlevel 2 * Source code explained ** modules/source-code-different-short.org::#thesourcecode #+INCLUDE: "../../common/modules/source-code-different-short.org::#thesourcecode" :only-contents t :minlevel 3 ** modules/vcs-history.org::#timeline #+INCLUDE: "../../common/modules/vcs-history.org::#timeline" :only-contents t :minlevel 3 ** modules/vcs-history.org::#dvcs-to-merkle #+INCLUDE: "../../common/modules/vcs-history.org::#dvcs-to-merkle" :only-contents t :minlevel 3 ** modules/vcs-history.org::#vcs-explained #+INCLUDE: "../../common/modules/vcs-history.org::#vcs-explained" :only-contents t :minlevel 3 ** modules/vcs-history.org::#adoption #+INCLUDE: "../../common/modules/vcs-history.org::#adoption" :only-contents t :minlevel 3 * Identifiers ** modules/doi-vs-ido.org #+INCLUDE: "../../common/modules/doi-vs-ido.org::#diovsido" :only-contents t :minlevel 3 ** modules/swh-id-syntax.org #+INCLUDE: "../../common/modules/swh-id-syntax.org::#swh-id-syntax" :only-contents t :minlevel 3 * SWH services ** deposit.org * Open Science (HAL, RDA, FORCE11, etc.) ** list of modules on science +- swh-ardc.org +- swh-adoption-academic.org - science-crisis.org - science-crisis-short.org - science-needs.org - scientific-method.org - * Digital preservation (UNESCO, SPN, iPres, etc.) ** paris-call-2019.org::#pariscall2019 #+INCLUDE: "../../common/modules/paris-call-2019.org::#pariscall2019" :only-contents t :minlevel 3 ** github-arctic-program.org ** github-arctic-vault.org * Industry (...) * Other * End slides (References) ** modules/last-slide-references.org::#references-identifiers #+INCLUDE: "../../common/modules/last-slide-references.org::#references-identifiers" :only-contents t :minlevel 3 * All modules :noexport: # 2015-11-12-google.org 2015-11-27-seqbio-orsay.org 50years-source-code.org biblio.org collaboration.org collect-preserve-share.org compliance.org conservancy.org data dataset.org deposit-vault-scenario.org~ doi-analysis.org endorsement.org extblocks.sty foss-commons.org funding.org github-arctic-program.org github-arctic-vault.org github.org help-acad.org help-cs.org identifiers-arena.org Makefile mancoosi-background.org metadata-challenge.org metadata-landscape.org modules.txt osi-2015-11-10.org paris-call-2019.org prelude.org prelude-toc.org principles-compact.org principles-short.org pypi-loader.org quotations.org rdc-bio.org r+d-challenges.org README related-github.org reprod-bad-sota.org reprod-bad-sota-short.org reprod-digital-age.org reprod-needs-preservation.org sample-change-bg.org sample-main.org software-all-around-us.org software-dna.org software-fragile.org software-fragile-plain.org software-science-challenges.org software-studies-stepback-properties.org source-code-different-long.org source-code-different-short.org source-code-growth.org sourcecode-reproductibility.org status-extended.org status.org status-short.org support-compact.org support-quotes.org support-quotes-prospects.org support-quotes-shortest.org support-quotes-short.org swh-acquisition-process.org swh-as-infrastructure.org swh-backmatter.org swh-design.org swh-events.org swh-functional-architecture.org swh-goals-oneslide.org swh-goals-oneslide-vertical.org swh-goals.org swh-key-dates.org swh-mission-oneslide-vertical.org swh-motivations-foss-iconic.org swh-motivations-foss.org swh-motivations.org swh-opportunity.org swh-organisation-roadmap.org swh-overview.org swh-overview-sourcecode.org swh-pids.org swh-product-view.org swh-remarks.org swh-scientific-deposit.org swh-scientific-preservation.org swh-scientific-publishing.org swh-scientific-reproducibility.org swh-scientific-reproducibility.org~ swh-sponsors.org swh-status.org team.org TODO turningpoint.org under-the-hood-pictures.org universalarchive.org urls-decay.org vault.org vision-pillars-support.org website.org webui.org working-groups.org your-help-science.org your-help-wg.org