The Open Education Hub methodology presents the resources and guides to developing, using and maintaining digital educational content repositories. The methodology is anchored in the use of the open source development model and in developing open educational resources (OER). These are open educational resources (OER).
The methodology is structured following the methodology itself. Meaning the content is organized according to its own description.
Content is located in the chapters/
directory.
Each chapter has its own directory:
- Building Blocks
- Roles
- Support Infrastructure
- Developing and Organizing Content
- Using and Delivering Content
- Curating and Maintaining Content
Chapters consists of sections, each presenting a given topic.
Each chapter has a directory, with a subdirectory for each section.
Content types are stored for each section.
The methodology, given it specific use (to be read and followed by educators and content developers), consists of reading
and media
content types.
Content is written in GitHub Markdown.
Contributions are welcome. See the contribution guide on how you could report or fix issues and on how you can improve the content.
Reviewers are requested to follow the reviewing guide.
In order to publish the content of this repository, we use a GitHub workflow located in .github/workflows/deployment.yml
.
This workflow will build the site using Docusaurus and publish the contents to https://open-education-hub.github.io/methodology/.
When testing locally, you will have to build the container that will run the builder based on the Dockerfile
.
For this, the simplest way is the use the Makefile
.
To generate the web contents locally, run:
make
To view the local contents, start a web server by running the command:
make serve
As the output of the command tells, point your browser to http://localhost:8080/methodology
.