├── .gitignore ├── LICENSE ├── README.md ├── assessment_framework_eng.md ├── img ├── composition_comite_gouvernance.png ├── diversite_contributeurs.png ├── partenaires_soutiens.png └── processus_mise_a_jour_referentiel_cadre_dsrc.png ├── methode.md ├── references.md ├── referentiel_evaluation.md └── workshops-notes ├── 2019.12.18_workshop-1_notes.md ├── 2020.02.06_workshop-2_notes.md ├── 2020.04.02_workshop-3_notes.md ├── 2020.06.23_workshop-4_notes.md ├── 2020.09.08_workshop-5_notes.md ├── 2020.11.10_workshop-6_notes.md ├── 2020.12.16_workshop-7_notes.md ├── 2021.02.22_workshop-s02e01_notes.md ├── 2021.04.26_workshop-s02e02_notes.md ├── 2021.06.21_workshop-s02e03_notes.md ├── 2021.09.20_workshop-s02e04_notes.md ├── 2021.11.22_workshop-s02e05_notes.md ├── 2022.03.07_workshop-s03e01_notes.md ├── 2022.05.09_workshop-s03e02_notes.md ├── 2022.06.27_workshop-s03e03_notes.md ├── 2022.09.19_workshop-s03e04_notes.md ├── 2022.11.21_workshop-s03e05_notes.md ├── 2023.03.06_workshop-s04e01_notes.md ├── 2023.07.03_workshop-s04e02_notes.md ├── 2023.09.18_workshop-s04e03_notes.md ├── 2023.11.27_workshop-s04e04_notes.md └── 2024.03.18_workshop-s05e01_notes.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/* -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/README.md -------------------------------------------------------------------------------- /assessment_framework_eng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/assessment_framework_eng.md -------------------------------------------------------------------------------- /img/composition_comite_gouvernance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/img/composition_comite_gouvernance.png -------------------------------------------------------------------------------- /img/diversite_contributeurs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/img/diversite_contributeurs.png -------------------------------------------------------------------------------- /img/partenaires_soutiens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/img/partenaires_soutiens.png -------------------------------------------------------------------------------- /img/processus_mise_a_jour_referentiel_cadre_dsrc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/img/processus_mise_a_jour_referentiel_cadre_dsrc.png -------------------------------------------------------------------------------- /methode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/methode.md -------------------------------------------------------------------------------- /references.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/references.md -------------------------------------------------------------------------------- /referentiel_evaluation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/referentiel_evaluation.md -------------------------------------------------------------------------------- /workshops-notes/2019.12.18_workshop-1_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2019.12.18_workshop-1_notes.md -------------------------------------------------------------------------------- /workshops-notes/2020.02.06_workshop-2_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2020.02.06_workshop-2_notes.md -------------------------------------------------------------------------------- /workshops-notes/2020.04.02_workshop-3_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2020.04.02_workshop-3_notes.md -------------------------------------------------------------------------------- /workshops-notes/2020.06.23_workshop-4_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2020.06.23_workshop-4_notes.md -------------------------------------------------------------------------------- /workshops-notes/2020.09.08_workshop-5_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2020.09.08_workshop-5_notes.md -------------------------------------------------------------------------------- /workshops-notes/2020.11.10_workshop-6_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2020.11.10_workshop-6_notes.md -------------------------------------------------------------------------------- /workshops-notes/2020.12.16_workshop-7_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2020.12.16_workshop-7_notes.md -------------------------------------------------------------------------------- /workshops-notes/2021.02.22_workshop-s02e01_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2021.02.22_workshop-s02e01_notes.md -------------------------------------------------------------------------------- /workshops-notes/2021.04.26_workshop-s02e02_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2021.04.26_workshop-s02e02_notes.md -------------------------------------------------------------------------------- /workshops-notes/2021.06.21_workshop-s02e03_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2021.06.21_workshop-s02e03_notes.md -------------------------------------------------------------------------------- /workshops-notes/2021.09.20_workshop-s02e04_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2021.09.20_workshop-s02e04_notes.md -------------------------------------------------------------------------------- /workshops-notes/2021.11.22_workshop-s02e05_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2021.11.22_workshop-s02e05_notes.md -------------------------------------------------------------------------------- /workshops-notes/2022.03.07_workshop-s03e01_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2022.03.07_workshop-s03e01_notes.md -------------------------------------------------------------------------------- /workshops-notes/2022.05.09_workshop-s03e02_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2022.05.09_workshop-s03e02_notes.md -------------------------------------------------------------------------------- /workshops-notes/2022.06.27_workshop-s03e03_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2022.06.27_workshop-s03e03_notes.md -------------------------------------------------------------------------------- /workshops-notes/2022.09.19_workshop-s03e04_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2022.09.19_workshop-s03e04_notes.md -------------------------------------------------------------------------------- /workshops-notes/2022.11.21_workshop-s03e05_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2022.11.21_workshop-s03e05_notes.md -------------------------------------------------------------------------------- /workshops-notes/2023.03.06_workshop-s04e01_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2023.03.06_workshop-s04e01_notes.md -------------------------------------------------------------------------------- /workshops-notes/2023.07.03_workshop-s04e02_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2023.07.03_workshop-s04e02_notes.md -------------------------------------------------------------------------------- /workshops-notes/2023.09.18_workshop-s04e03_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2023.09.18_workshop-s04e03_notes.md -------------------------------------------------------------------------------- /workshops-notes/2023.11.27_workshop-s04e04_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2023.11.27_workshop-s04e04_notes.md -------------------------------------------------------------------------------- /workshops-notes/2024.03.18_workshop-s05e01_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datacraft-paris/referentiel-evaluation-dsrc/HEAD/workshops-notes/2024.03.18_workshop-s05e01_notes.md --------------------------------------------------------------------------------