https://github.com/quobit/hackoer
HackOER - Applying FLOSS best practices to OER
https://github.com/quobit/hackoer
oer open-education practices
Last synced: 2 months ago
JSON representation
HackOER - Applying FLOSS best practices to OER
- Host: GitHub
- URL: https://github.com/quobit/hackoer
- Owner: quobit
- Created: 2016-06-05T05:50:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T16:53:08.000Z (over 2 years ago)
- Last Synced: 2025-02-13T09:18:26.986Z (4 months ago)
- Topics: oer, open-education, practices
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HackOER - Applying FLOSS best practices to OER
* treating content as source code (in plain text)
* keeping it under version control
* using build tools to generate multiple OER
* leveraging i18n methods
* packaging in several formats
* releasing under free and open license models
* nurturing a community around OERs
* applying agile methodologies
* etc.## [The 5R permissions of OER](http://lumenlearning.com/about-oer/)
* **Retain**: Make, own, and control copies of the content
* **Reuse**: Use the content in a variety of ways
* **Revise**: Adapt, adjust, modify, improve, or alter the content (e.g., translate the content into another language)
* **Remix**: Combine the original or revised content with other OER to create something new (e.g., incorporate the content into a mashup)
* **Redistribute**: Share copies of the original content, your revisions, or your remixes with others (e.g., post a copy of the content online for others to download)## [The ALMS analysis](https://www.redhat.com/archives/osdc-edu-authors/2011-January/pdfoziqzY4Mtn.pdf) (more detail at http://opencontent.org/definition/)
* **A**ccess to editing tools?
* **L**evel of expertise required to revise or remix?
* **M**eaningfully editable?
* **S**ource file accessYou can see a [rubric](https://es.slideshare.net/OpenEdBlogger/alms-analysis-presentation) in a presentation (from p. 10 on)
## reference (about OER and FLOSS)
### articles
* [Collaborative Lesson Development](http://third-bit.com/2018/03/03/collaborative-lesson-development.html)
* [Why Teachers Don't Collaborate on Lesson Development](http://third-bit.com/2016/04/29/why-teachers-dont-collaborate.html)
* [OER Beyond Voluntarism](https://www.insidehighered.com/views/2014/08/28/open-educational-resources-movement-needs-move-beyond-voluntarism-essay)
* [Why Can’t OER Enjoy the Same Success as Open Source Software?](https://www.edsurge.com/news/2014-09-03-opinion-why-can-t-oer-enjoy-the-same-success-as-open-source-software)
* [On the Sustainability of OER Initiatives in Higher Education ](http://www.oecd.org/edu/ceri/38645447.pdf)
* [The Four R’s of Openness and ALMS Analysis: Frameworks for OER](http://scholarsarchive.byu.edu/facpub/822/)### OER
* [FutuOER](http://www.futuoer.org/)
* [OER Commons](https://www.oercommons.org/)
* [OER Knowledge Cloud](https://oerknowledgecloud.org/)
* [OER Hub](https://oerhub.net/)
* [OER World Map](https://oerworldmap.org/)### Standards
* [SCORM](http://scorm.com/scorm-explained/)
* [IMS Common Cartridge](https://www.imsglobal.org/cc/)
* [Tin Can API](http://tincanapi.com/)### Software Development
* [Producing Open Source Software](http://producingoss.com/)
* [Applying Software Development Paradigms to OER](https://www.openeducationeuropa.eu/en/article/Applying-Software-Development-Paradigms-to-Open-Educational-Resources)
* [Good Enough Practices in Scientific Computing](https://arxiv.org/abs/1609.00037)
* [80 resources for Open Education Developers](http://oedb.org/ilibrarian/80-oer-tools/)## Tools
* [Sphinx](http://www.sphinx-doc.org/) - [ReadTheDocs](https://readthedocs.org/)
* [OERPUB](https://github.com/oerpub/documentation/wiki)
* [Static Site Generators](https://www.staticgen.com/)
* [Jupyter Notebooks](http://jupyter.org/)
* [gitbook](https://www.gitbook.com/)
* [pandoc](http://pandoc.org/)
* [rhinotype](http://www.mos6581.org/rinohtype/)
* [pollen](http://docs.racket-lang.org/pollen/)
* [ShareLaTeX](https://www.sharelatex.com/)
* [Authorea](https://www.authorea.com/)
* [Texmaker](http://www.xm1math.net/texmaker/)
* [Reveal.js](https://github.com/hakimel/reveal.js/)
* [impress.js](https://github.com/impress/impress.js/)
* [deck.js](http://imakewebthings.com/deck.js/)
* [Scrollama](https://github.com/russellgoldenberg/scrollama)
* [Google Web Designer](https://www.google.es/webdesigner/)
* [GitHub](https://github.com/)
* [BitBucket](https://bitbucket.org/)
* [Accessibility Project](http://a11yproject.com/)
* [Translate](https://github.com/translate)
* [L20N](http://l20n.org/)
* [Docker](https://www.docker.com/)
* [Ansible](https://www.ansible.com/)
* [Travis-CI](https://travis-ci.org/)
* [Discourse](http://www.discourse.org/)
* [gitter](https://gitter.im/)
* [eXeLearning](https://exelearning.net/en/)
* [H5P](https://h5p.org/)