Skip to content

This repo contains all of the materials that comprise the open education hub teaching/learning methodologies.

Notifications You must be signed in to change notification settings

open-education-hub/methodology

Repository files navigation

OpenEdu Methodology Repository

copying.md copying.md discord contributors reddit twitter youtube

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).

Using the Content

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:

Chapter Contents

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.

Contributing

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.

Publishing the Content

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/.

Running Locally

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.

About

This repo contains all of the materials that comprise the open education hub teaching/learning methodologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published