├── .Rhistory ├── .gitignore ├── .travis.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE_CONTENT.md ├── Module-1-Open-Principles.Rproj ├── README.md ├── Reading Material_Open Principles ├── Aalbersberg et al., 2018.pdf ├── Ali-Khan et al., 2018.pdf ├── Bartling and Friesike, 2014.pdf ├── Borgman, 2012.pdf ├── Chesborough, 2015.pdf ├── European Commission, 2017.pdf ├── Fecher and Friesike, 2014.pdf ├── Frankenhuis and Nettle, 2018.pdf ├── Grigorov et al., 2015.pdf ├── Haak et al., 2012.pdf ├── Kramer and Bosman, 2018..pdf ├── LERU, 2018.pdf ├── Levin and Leonelli, 2016.pdf ├── Masuzzo and Martens, 2017.pdf ├── Miguel et al., 2014.pdf ├── Nosek et al., 2015.pdf ├── Principles of the Commons, with annotations, Draft 1 ├── Stürmer et al., 2017.pdf ├── Toelch and Oswald, 2018.pdf ├── Watson, 2015.pdf ├── White House, 2016.pdf ├── Woelfle et al., 2011.pdf └── van der See and Reich, 2018.pdf ├── content_development ├── 01-plan.md ├── 02-design.md ├── 03-recording.md ├── 04-quizzes.md ├── MAIN.html ├── MAIN.ipynb ├── MAIN.md ├── MAIN.pdf ├── README.md ├── Task_1.html ├── Task_1.ipynb ├── Task_1.md ├── Task_1.pdf ├── Task_2 How to use Open Science to become more visible and amplify your work.odp ├── Task_2 How to use Open Science to become more visible and amplify your work.pdf ├── Task_2 How to use Open Science to become more visible and amplify your work.pptx ├── Task_2.html ├── Task_2.ipynb ├── Task_2.md ├── Task_2.pdf ├── content_development.Rproj ├── images │ ├── 02_expectations.png │ ├── Logo.png │ ├── OA.jpg │ ├── UN.png │ ├── citation_advantage.jpg │ ├── education_orcid.png │ ├── impact_factor.jpg │ ├── impactstory_profile.png │ ├── license.svg │ ├── link_orcid.png │ ├── moocpng.png │ ├── ocsdnet_principles.png │ ├── open_culture.png │ ├── open_science.png │ ├── orcid.png │ ├── orcid_impactstory.png │ ├── os_taxonomy.png │ ├── osf.png │ ├── osf_integrations.png │ ├── osf_preprints.png │ ├── principles.png │ ├── publons.png │ ├── publons_add.png │ ├── publons_profile.png │ ├── publons_pub_record.png │ ├── rainbow-of-open-science-practices.png │ ├── roarmap.png │ ├── sticker Open Science just science done right.pdf │ ├── vienna_principles.png │ └── works_orcid.png └── script_intro.md ├── key_elements.md └── production_toolkit ├── .Rhistory ├── MODULE_DESIGN_PROTOCOL.md ├── MOOC_planning_template.md ├── README.md ├── Script_template.md ├── Video_management_protocol.md └── Writing_a_script.md /.Rhistory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/.travis.yml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE_CONTENT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/LICENSE_CONTENT.md -------------------------------------------------------------------------------- /Module-1-Open-Principles.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Module-1-Open-Principles.Rproj -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/README.md -------------------------------------------------------------------------------- /Reading Material_Open Principles/Aalbersberg et al., 2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Aalbersberg et al., 2018.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Ali-Khan et al., 2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Ali-Khan et al., 2018.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Bartling and Friesike, 2014.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Bartling and Friesike, 2014.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Borgman, 2012.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Borgman, 2012.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Chesborough, 2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Chesborough, 2015.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/European Commission, 2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/European Commission, 2017.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Fecher and Friesike, 2014.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Fecher and Friesike, 2014.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Frankenhuis and Nettle, 2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Frankenhuis and Nettle, 2018.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Grigorov et al., 2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Grigorov et al., 2015.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Haak et al., 2012.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Haak et al., 2012.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Kramer and Bosman, 2018..pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Kramer and Bosman, 2018..pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/LERU, 2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/LERU, 2018.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Levin and Leonelli, 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Levin and Leonelli, 2016.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Masuzzo and Martens, 2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Masuzzo and Martens, 2017.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Miguel et al., 2014.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Miguel et al., 2014.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Nosek et al., 2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Nosek et al., 2015.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Principles of the Commons, with annotations, Draft 1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Principles of the Commons, with annotations, Draft 1 -------------------------------------------------------------------------------- /Reading Material_Open Principles/Stürmer et al., 2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Stürmer et al., 2017.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Toelch and Oswald, 2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Toelch and Oswald, 2018.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Watson, 2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Watson, 2015.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/White House, 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/White House, 2016.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/Woelfle et al., 2011.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/Woelfle et al., 2011.pdf -------------------------------------------------------------------------------- /Reading Material_Open Principles/van der See and Reich, 2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/Reading Material_Open Principles/van der See and Reich, 2018.pdf -------------------------------------------------------------------------------- /content_development/01-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/01-plan.md -------------------------------------------------------------------------------- /content_development/02-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/02-design.md -------------------------------------------------------------------------------- /content_development/03-recording.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/03-recording.md -------------------------------------------------------------------------------- /content_development/04-quizzes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/04-quizzes.md -------------------------------------------------------------------------------- /content_development/MAIN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/MAIN.html -------------------------------------------------------------------------------- /content_development/MAIN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/MAIN.ipynb -------------------------------------------------------------------------------- /content_development/MAIN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/MAIN.md -------------------------------------------------------------------------------- /content_development/MAIN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/MAIN.pdf -------------------------------------------------------------------------------- /content_development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/README.md -------------------------------------------------------------------------------- /content_development/Task_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/Task_1.html -------------------------------------------------------------------------------- /content_development/Task_1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/Task_1.ipynb -------------------------------------------------------------------------------- /content_development/Task_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/Task_1.md -------------------------------------------------------------------------------- /content_development/Task_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/Task_1.pdf -------------------------------------------------------------------------------- /content_development/Task_2 How to use Open Science to become more visible and amplify your work.odp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/Task_2 How to use Open Science to become more visible and amplify your work.odp -------------------------------------------------------------------------------- /content_development/Task_2 How to use Open Science to become more visible and amplify your work.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/Task_2 How to use Open Science to become more visible and amplify your work.pdf -------------------------------------------------------------------------------- /content_development/Task_2 How to use Open Science to become more visible and amplify your work.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/Task_2 How to use Open Science to become more visible and amplify your work.pptx -------------------------------------------------------------------------------- /content_development/Task_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/Task_2.html -------------------------------------------------------------------------------- /content_development/Task_2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/Task_2.ipynb -------------------------------------------------------------------------------- /content_development/Task_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/Task_2.md -------------------------------------------------------------------------------- /content_development/Task_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/Task_2.pdf -------------------------------------------------------------------------------- /content_development/content_development.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/content_development.Rproj -------------------------------------------------------------------------------- /content_development/images/02_expectations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/02_expectations.png -------------------------------------------------------------------------------- /content_development/images/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/Logo.png -------------------------------------------------------------------------------- /content_development/images/OA.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/OA.jpg -------------------------------------------------------------------------------- /content_development/images/UN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/UN.png -------------------------------------------------------------------------------- /content_development/images/citation_advantage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/citation_advantage.jpg -------------------------------------------------------------------------------- /content_development/images/education_orcid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/education_orcid.png -------------------------------------------------------------------------------- /content_development/images/impact_factor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/impact_factor.jpg -------------------------------------------------------------------------------- /content_development/images/impactstory_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/impactstory_profile.png -------------------------------------------------------------------------------- /content_development/images/license.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/license.svg -------------------------------------------------------------------------------- /content_development/images/link_orcid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/link_orcid.png -------------------------------------------------------------------------------- /content_development/images/moocpng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/moocpng.png -------------------------------------------------------------------------------- /content_development/images/ocsdnet_principles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/ocsdnet_principles.png -------------------------------------------------------------------------------- /content_development/images/open_culture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/open_culture.png -------------------------------------------------------------------------------- /content_development/images/open_science.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/open_science.png -------------------------------------------------------------------------------- /content_development/images/orcid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/orcid.png -------------------------------------------------------------------------------- /content_development/images/orcid_impactstory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/orcid_impactstory.png -------------------------------------------------------------------------------- /content_development/images/os_taxonomy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/os_taxonomy.png -------------------------------------------------------------------------------- /content_development/images/osf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/osf.png -------------------------------------------------------------------------------- /content_development/images/osf_integrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/osf_integrations.png -------------------------------------------------------------------------------- /content_development/images/osf_preprints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/osf_preprints.png -------------------------------------------------------------------------------- /content_development/images/principles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/principles.png -------------------------------------------------------------------------------- /content_development/images/publons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/publons.png -------------------------------------------------------------------------------- /content_development/images/publons_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/publons_add.png -------------------------------------------------------------------------------- /content_development/images/publons_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/publons_profile.png -------------------------------------------------------------------------------- /content_development/images/publons_pub_record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/publons_pub_record.png -------------------------------------------------------------------------------- /content_development/images/rainbow-of-open-science-practices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/rainbow-of-open-science-practices.png -------------------------------------------------------------------------------- /content_development/images/roarmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/roarmap.png -------------------------------------------------------------------------------- /content_development/images/sticker Open Science just science done right.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/sticker Open Science just science done right.pdf -------------------------------------------------------------------------------- /content_development/images/vienna_principles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/vienna_principles.png -------------------------------------------------------------------------------- /content_development/images/works_orcid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/images/works_orcid.png -------------------------------------------------------------------------------- /content_development/script_intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/content_development/script_intro.md -------------------------------------------------------------------------------- /key_elements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/key_elements.md -------------------------------------------------------------------------------- /production_toolkit/.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/production_toolkit/.Rhistory -------------------------------------------------------------------------------- /production_toolkit/MODULE_DESIGN_PROTOCOL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/production_toolkit/MODULE_DESIGN_PROTOCOL.md -------------------------------------------------------------------------------- /production_toolkit/MOOC_planning_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/production_toolkit/MOOC_planning_template.md -------------------------------------------------------------------------------- /production_toolkit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/production_toolkit/README.md -------------------------------------------------------------------------------- /production_toolkit/Script_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/production_toolkit/Script_template.md -------------------------------------------------------------------------------- /production_toolkit/Video_management_protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/production_toolkit/Video_management_protocol.md -------------------------------------------------------------------------------- /production_toolkit/Writing_a_script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenScienceMOOC/Module-1-Open-Principles/HEAD/production_toolkit/Writing_a_script.md --------------------------------------------------------------------------------