diff --git a/talks-public/2021-01-11-RRPR/METADATA b/talks-public/2021-01-11-RRPR/METADATA new file mode 100644 index 0000000..2148666 --- /dev/null +++ b/talks-public/2021-01-11-RRPR/METADATA @@ -0,0 +1,21 @@ +Title: Preserving source code in Software Heritage: a foundation for reproducibility + +Abstract: + +Software is, together with articles and data, a key ingredient of academic +research, in all fields, hence preservation of, and access to the source code of +computer programs is a pillar of Open Science, and a necessary step to +understand, verify, adapt and reuse the tools that we produce and use in the +scholarly world. + +We have at our hand a very large choice of platforms and repositories to develop +collaboratively and share source code, but they fall short when it comes to +support reproducibility in the long term. + +In this talk, we will present Software Heritage, a universal long term archive +specifically designed for software source code that provides intrinsic +identifiers for all the artifacts it stores, at all granularitiess, down to the +level of the line of code. + +Though live demos, we will see how Software Heritage provides a foundation for +reproducibility, and how easy it is to leverage it in academic work. diff --git a/talks-public/2021-01-11-RRPR/Makefile b/talks-public/2021-01-11-RRPR/Makefile new file mode 100644 index 0000000..68fbee7 --- /dev/null +++ b/talks-public/2021-01-11-RRPR/Makefile @@ -0,0 +1 @@ +include ../Makefile.slides