diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b93799b..5ddef0c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at [jon.tennant.2@gmail.com](mailto:jon.tennant.2@gmail.com) or [bianca.kramer@gmail.com](mailto:bianca.kramer@gmail.com). All +reported by contacting the project team at [chris@libscie.org](mailto:chris@libscie.org) or [bianca.kramer@gmail.com](mailto:bianca.kramer@gmail.com). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 043f6c8..d0025ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ If you want to contribute, add yourself to the [contributors list](https://docs. If you have questions about the project, please [email us](info@opensciencemooc.eu) directly. -Stay tuned on what's happening on Twitter with [@OpenSci_MOOC](https://twitter.com/OpenSci_MOOC). +Stay tuned on what's happening on Twitter with [@OpenScienceMOOC](https://twitter.com/OpenScienceMOOC/). ## Getting started 1. [Forming a team for collaborative design](https://github.com/OpenScienceMOOC/Main/blob/master/Production_Files/MODULE_DESIGN_PROTOCOL.md#forming-a-team-for-collaborative-design). diff --git a/MOOC_presentation.odp b/MOOC_presentation.odp index c92eda6..ad4d27c 100644 Binary files a/MOOC_presentation.odp and b/MOOC_presentation.odp differ diff --git a/MOOC_presentation.pdf b/MOOC_presentation.pdf index 1ec2666..8fee8b0 100644 Binary files a/MOOC_presentation.pdf and b/MOOC_presentation.pdf differ diff --git a/MOOC_presentation.pptx b/MOOC_presentation.pptx index 01212cf..8263ff4 100644 Binary files a/MOOC_presentation.pptx and b/MOOC_presentation.pptx differ diff --git a/Main.Rproj b/Main.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/Main.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX diff --git a/Open Letter to EU Commission - Open Science MOOC.pdf b/Open Letter to EU Commission - Open Science MOOC.pdf new file mode 100644 index 0000000..52aa68e Binary files /dev/null and b/Open Letter to EU Commission - Open Science MOOC.pdf differ diff --git a/OpenScienceMOOC-flyer2.pdf b/OpenScienceMOOC-flyer2.pdf new file mode 100644 index 0000000..e5c5cb5 Binary files /dev/null and b/OpenScienceMOOC-flyer2.pdf differ diff --git a/Production_Files/WritingStyleGuide.md b/Production_Files/WritingStyleGuide.md new file mode 100644 index 0000000..97c8bd8 --- /dev/null +++ b/Production_Files/WritingStyleGuide.md @@ -0,0 +1,14 @@ +In construction. + +# tips + +## checklists, +let's use a special character and a bullet? +- ❏ + +## Basic data management + +- **never use spaces** in folder or filenames (it breakes the continous integration checks) +- Same for othe special characters and language specific characters +- filenames can go up to 32 characters: make it informative +- filenames should be unique in one repo, if possible in all our repos. diff --git a/Production_Files/creating_moodle.md b/Production_Files/creating_moodle.md new file mode 100644 index 0000000..f09b61c --- /dev/null +++ b/Production_Files/creating_moodle.md @@ -0,0 +1,39 @@ +# Creating a moodle version of the course. + +## work offline or online ? + +If you have only small changes to do, you can find a moodle instance to work with, and use h5p.org for creating interactive contents. Each small step can take quite long, so if you are planning to do a lot of stuff (including h5p content), you better install a moodle instance on your computer directly (it will save your nerves!) + +To make a local installation, check the moodle.org page: https://download.moodle.org/releases/latest/ (check osx and windows packages !). Then install h5p interactive content plugins: https://h5p.org/moodle + +## collaborative working + +That is difficult, but one can work on the h5p content or videos indepedently (and downloading it) and upload them in the course later. + + +## Populate your moodle course + + +### Text and images: Create html page from the .md files + +The .md file should be rendered as an html_fragment. One way to do that is to use Rstudio, open the .md file and preview it: the html file will be created. the yaml must have `output: html_fragment`. (One can also write a code to produce all html files when running it.) + +In the course, create a new chapter if this is new content, or navigate to a chapter you want to update. +Then, add (or modify) a `label` section. In the content, expand the choice to find the html version `< >` of the content. Copy and paste the html version of the course (i.e. not the .md version, you need to open the html file in a text editor) that you get on github (or locally). + +### Videos + +You may think of using the open bradcaster software: https://obsproject.com/download +You will then have to push the finished video to youtube, or vimeo (or figshare?) if you want them to be used in h5p. + +### h5p + +You can create h5p content, and download it for later use. You can indeed then upload the h5p file in the moodle. Alternatively, you can create your h5p content directly in your moodle course if the plugin is installed. + + + + +### Publishing + +For each new release, make a new backup, save it locally, and push it to the github repository. One can restore that version of the course (in a different moodle instance) using the restore function. Content can be pushed to other moodle platform (oncampus.de) using this strategy. + diff --git a/communication_strategy.md b/communication_strategy.md index e3b1401..c8433d5 100644 --- a/communication_strategy.md +++ b/communication_strategy.md @@ -10,22 +10,26 @@ Two-phase release strategy: * [Schol Comm](mailto:scholcomm@lists.ala.org) * [Open Science](mailto:open-science@lists.okfn.org) -* [GOAL](http://mailman.ecs.soton.ac.uk/pipermail/goal/) +* [GOAL](mailto:goal@eprints.org) * [FORCE11](mailto:f11discussion@force11.org) * [RadicalOA](mailto:RADICALOPENACCESS@JISCMAIL.AC.UK) -* OpenScience-NL -* OpenScience-DE -* [Open Science G?ttingen](https://listserv.gwdg.de/mailman/listinfo/openscience) -* [OpenCon](https://groups.google.com/group/opencon-discussion-list) * [LIS bibliometrics](mailto:LIS-BIBLIOMETRICS@JISCMAIL.AC.UK) -* [PSCI COMM](https://www.jiscmail.ac.uk/cgi-bin/webadmin?A0=psci-com) * [Accès ouvert](mailto:accesouvert@groupes.renater.fr) (note: from Serge Bauin) +* [Italian OA list](mailto:oa-italia@openarchives.it) (note: from Elena Giglia) +* [EU Open Data](mailto:euopendata@lists.okfn.org) +* [Fossil Bank](mailto:fossil-bank@lists.okfn.org) +* [Open Development](mailto:open-development@lists.okfn.org) +* [Open Education](mailto:open-education@lists.okfn.org) +* [Open Humanities](mailto:open-humanities@lists.okfn.org) +* [EURODOC open science](mailto:open-science@eurodoc.net) + +(More lists available here: https://lists.okfn.org/mailman/listinfo/open-science-de) ## Social Media -- Dedicated [Twitter handle](https://twitter.com/OpenSci_MOOC). +- Dedicated [Twitter handle](https://twitter.com/OpenScienceMOOC). - Thunderclap. -- Dedicated Facebook page. -- Dedicated Slack/Gitter channel for all participants [join here](https://openmooc-ers-slackin.herokuapp.com/). +- Dedicated [Facebook page](https://www.facebook.com/OpenScienceMOOC/). +- Dedicated Slack/Gitter channel for all participants [join here](https://osmooc.herokuapp.com/). ### Twitter organisations @@ -44,6 +48,52 @@ Two-phase release strategy: * [OpenCon](https://twitter.com/open_con) * [OKFN](https://twitter.com/OKFN) +### Facebook groups and pages +* https://www.facebook.com/www.mariecuriealumniassociation/ +* https://www.facebook.com/panddk/ +* https://www.facebook.com/carpentries/ +* https://www.facebook.com/FutureScienceOA/ +* https://www.facebook.com/CenterForOpenScience/ +* https://www.facebook.com/GrazOpenScienceInitiative/ +* https://www.facebook.com/eff/?rf=104017266300739 or https://www.facebook.com/eff/ +* https://www.facebook.com/openaccessglobal/ +* https://www.facebook.com/eurodoc/ +* https://www.facebook.com/oasouthasia/ +* https://www.facebook.com/IFLA.org/ +* https://www.facebook.com/InternationalScience/ +* https://www.facebook.com/OANepal/ +* https://www.facebook.com/openscholarshipinitiative/ +* https://www.facebook.com/africarxiv/ +* https://www.facebook.com/OKMaps/ +* https://www.facebook.com/pubmet/ +* https://www.facebook.com/IGDORE/ +* https://www.facebook.com/open.osodos/ +* https://www.facebook.com/EurSciEd/ +* https://www.facebook.com/socarxiv/ +* https://www.facebook.com/heterodoxacademy/ +* https://www.facebook.com/OpenAccessBd/ +* https://www.facebook.com/OOOcanada/ +* https://www.facebook.com/DirectoryofOpenAccessJournals/ +* https://www.facebook.com/Altmetric/ +* https://www.facebook.com/OpenKnowledgeEngland/ +* https://www.facebook.com/access2perspectives/ +* https://www.facebook.com/sci.hub.org/ +* https://www.facebook.com/fosteropenscience/ +* https://www.facebook.com/AcademiaObscura/ +* https://www.facebook.com/FORCE11ResearchCommunication/ +* https://www.facebook.com/OpenAccessNG/ +* https://www.facebook.com/OpenLibHums/ +* https://www.facebook.com/groups/370560229815368/?ref=group_browse_new +* https://www.facebook.com/groups/398759490316633/?ref=group_browse_new +* https://www.facebook.com/groups/1541992832751466/?ref=group_browse_new +* https://www.facebook.com/groups/1650961761843383/?ref=group_browse_new +* https://www.facebook.com/groups/ossdeveloper/?ref=group_browse_new +* https://www.facebook.com/groups/1457457734499379/?ref=group_browse_new +* https://www.facebook.com/groups/AllThingsOpen/?ref=group_browse_new +* https://www.facebook.com/groups/open.science.fi/?ref=group_browse_new +* https://www.facebook.com/groups/reviewer2/?ref=group_browse_new +* https://www.facebook.com/groups/oaindia/?ref=group_browse_new + ## Other non-social media - University mailing lists. diff --git a/module-logos/open-research-software_white.png b/module-logos/open-research-software_white.png new file mode 100644 index 0000000..9d80bdb Binary files /dev/null and b/module-logos/open-research-software_white.png differ diff --git a/objectives2020.md b/objectives2020.md new file mode 100644 index 0000000..b5ff377 --- /dev/null +++ b/objectives2020.md @@ -0,0 +1,19 @@ +# Objectives for the OSMOOC in 2020 + +## courses +- find and activate new platform // add Module 1 and 5 +- finalize Module 6 (Open Access) +- creating Module 4 (Open Data) +- find volunteers to lead the creation on all other modules + +## community +- partnership building across other OS-MOOCs +- local OSMOOC chapters across the world +- collaborate with other OS initiatives & orgs +- develop strategic partnerships with partners + +## sustainability +- reassess Roadmap (see main page) +- design OSMOOC offline workshops (raise fee to cover expenses) +- crowdfunding via OpenCollective - https://opencollective.com/ +- sponsorship packages for the final design & marketing of each module diff --git a/script_intro.md b/script_intro.md new file mode 100644 index 0000000..248ea61 --- /dev/null +++ b/script_intro.md @@ -0,0 +1,57 @@ +--- +title: "script_intro" +output: html_document +--- + +Script + +Course title: Open Science MOOC + +Video title: Welcome to the Open Science MOOC + +Presenters: Jon Tennant, Lisa Hehnke, Valentina Goglio, Bianca Kramer, Paola Masuzzo, Chris Hartgerink, Jo Havemann, Julien Colomb, Christopher Madan, Ivo Grigorov, Ricardo Hartley Belmar, Rutger Vos, Tobias Steiner, Nicolas Schmelling. + +# Background + +The intention of this video is to explain to learners what the Open Science MOOC is, how it came about, and why it might be useful for them. + +# Script + +Ricardo: Our world is facing huge challenges. From preserving life on land and combating the threat of climate change, to providing food and energy security for a rapidly growing global population. It has never been more important in all of human history that we make sure we are using scientific research to help to mitigate these major challenges of our time. + +Lisa: But are we using scientific research as effectively as we can? The simple answer is, no, we are not. Most scientific research remains inaccessible to most people on this planet. Researchers selectively communicate their results, in the hope of gaining prestige by publishing in the top scientific journals. Data, code, materials, and other critical elements of the research process remain locked away on harddrives, never to see the light of day. We are still largely using analog methods of communication within the digital age, where we have the enormous power of Web-based technologies to share and collaborate on knowledge like never before. But we are not using this power. + +Erzsebet: Enter Open Science. Open Science means many things to different people. Broadly, it can be thought of as transparent and collaborative ways to produce and share scholarly knowledge, while making the scientific process more rigorous and effective. + +Jo: While 'openness' has always been a fundamental part of research, ideally at least, Open Science has really taken off over the last few years, all around the world. We now have new expectations about how to work with each other to produce knowledge - more transparent, more collaborative, more continuous - and how to share that with the wider society. + +Jon: This is where the Open Science MOOC comes in. We are a mission-driven project to help make "Open" the default setting for all global research. We want to help create a welcoming and supporting community, with good tools, teachers, and role-models, and built upon a solid values-based foundation of freedom and equitable access to research. Therefore, we see Open Science as a goal: broad adoption of good scientific practices as a fundamental and essential part of the research process. + +Valentina: How are we working to achieve this? MOOC traditionally stands for 'Massively Open Online Course'. While the core of what we do is about producing learning materials in a course-like structure, we feel the C in MOOC better stands for community. This more accurately reflects the more peer-to-peer and engaging style of learning with each other that we try to promote. + +Ivo: What we are building then is a community of practice. We should be training ourselves to adapt to this new digital age of research. We are doing this through sustained community engagement across all research disciplines. We are constantly evolving and adapting, changing our practices and mindsets, and challenging the flaws of the older research system. + +Julien: We have a vision of the future, where research is defined by the values inherent to Open Science, such as freedom and equity. Science should be a freely available, public good. It should be rigorous and reproducible. It should be open to all. This is not 'Open' science, this is just good science. But we cannot achieve this alone. We need everyone to be working together if we are going to help to solve the major challenges that we face. We need science to work better for society. + +Bianca: Our mission is to help the global research community to do this. How? We will help to equip them with new knowledge and skills to save time and effort, making their research more efficient. By solving problems better together, we can advance research faster, and put it to better use. + +Rutger: The content and material we will provide will hopefully help shape an ecosystem of researchers more and more attentive to research equity, democratization, inclusiveness and open collaboration. By solving problems better together, we can advance research faster, and put it to better use. + +Tobias: Everything we produce is freely available, and openly licensed for re-use. It is all built in the open by a passionate community of developers. We place no restrictions on who can use what we produce, or who can join us in building it. + +Paola (and anyone else you can get locally to shout this?): Researchers can be world-changing heroes. [[No capes!](https://www.youtube.com/watch?v=RoFW2msxP6Q)] We will give them the power to achieve that. + + +# Licensing statement + +I/we grant the Open Science MOOC the right to re-use the content that I/we provide for the project. Specifically, I/we give permission to: + + * Use the material for educational purposes for the project + + * Publish the educational videos to the MOOC platform(s), and share any relevant ones on social media + + * Release the content under a Creative Commons CC BY 4.0 International license + +Signed: + +[please add names here]