Skip to content

Commit

Permalink
docs: Add links to intellectual outputs
Browse files Browse the repository at this point in the history
Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed Mar 4, 2024
1 parent 63fc809 commit 5cd525a
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 30 deletions.
4 changes: 0 additions & 4 deletions website/docs/description/_category_.json

This file was deleted.

24 changes: 0 additions & 24 deletions website/docs/description/project-description.md

This file was deleted.

4 changes: 4 additions & 0 deletions website/docs/project/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Project",
"position": 1
}
70 changes: 70 additions & 0 deletions website/docs/project/project-description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
title: Project: Open Education Hub
---

The advance of the Internet has shattered the old-order educational paradigm where teachers were the almost exclusive owners of knowledge and best practices.
**In the new-order educational paradigm, information is one click away.**
The one-click-away availability of information cannot compensate for flaws of the current digital educational content: closed, unstructured, general, static, impractical and non-reproducible.

At Open Education Hub (OpenEdu), we improve the development, delivery and curation of digital educational content by taking in the mindset, best practices and ideas from one of the most successful new-order ventures: the open source collaborative model.
**We use the open source collaborative model for the development, deployment and curation of digital educational content.**
The new digital educational content is **public, customizable, dynamic, up-to-date, practical and reproducible**.
We are developing open educational resources (OER) and we are harnessing the benefits of the open source collaborative model to engage content consumers and content producers.
In this way, we are facilitating the [5R activities of OER](https://nsufl.libguides.com/oer/5rs): retain, reuse, revise, remix, redistribute.

At OpenEdu, commonly used open source components, methods and definitions are adapted to the development, deployment and curation of digital educational content.
**Open source repositories** provide direct access to digital content for to teachers, students / learners and would-be contributors.
**Open source deployment and automation solutions** make the content practical and reproducible.
Teachers produce digital educational content and deploy the automation environment for engaging content.
Students / Learners consume the digital educational content with the option of being able to contribute to it.
Their contributions are validated by teachers and are tested by the automation environment.

The image below is an overview of the development, distribution, consumption and updating of content at Open Education Hub.

<img src="/img/openedu-workflow.svg" title="OpenEdu worflow" />

## Results: Intellectual Outputs

As part of the OpenEdu project (ID: `21-COP-0016`), the following intellectual outputs were produced:

- OpenEdu Methodology
- Formal Name: **O1**: Methodology on Using Open-Source Collaborative Model in Education
- [Link](https://open-education-hub.github.io/methodology/)
- [GitHub Repository](https://github.com/open-education-hub/methodology)

- OpenEdu Infrastructure
- Formal Name: **O2**: Infrastructure for Using Open-Source Collaborative Model in Education
- [OpenEdu Builder](https://github.com/open-education-hub/openedu-builder)
- [GitHub Actions](https://github.com/open-education-hub/actions)
- [vmchecker](https://github.com/open-education-hub/vmchecker-next)
- [vmchecker Assignment](https://github.com/open-education-hub/vmchecker-next-assignment)
- [vmchecker Moodle](https://github.com/open-education-hub/vmchecker-next-api)
- [vmchecker UI](https://github.com/open-education-hub/vmchecker-next-ui)
- [Quiz Manager](https://github.com/systems-cs-pub-ro/quiz-manager)
- [Smiley Coin API](https://github.com/open-education-hub/smileycoin-api)
- [Smiley Coin Node](https://github.com/open-education-hub/smileycoin-node)

- Contents for the Computing and Calculus for Advanced Statistics Class
- Formal Name: **O4**: Public Repository of Practical, Interactive and Customizable Educational Content 1
- [Link](https://open-education-hub.github.io/ccas/)
- [GitHub Repository](https://github.com/open-education-hub/ccas)

- Contents for the Operating Systems Class
- Formal Name: **O5**: Public Repository of Practical, Interactive and Customizable Educational Content 2
- [Link](https://open-education-hub.github.io/operating-systems/)
- [GitHub Repository](https://github.com/open-education-hub/operating-systems)

- Contents for the Security Summer School
- Formal Name: **O6**: Public Repository of Practical, Interactive and Customizable Educational Content 3
- [Link](https://open-education-hub.github.io/binary-security/)
- [GitHub Repository](https://github.com/open-education-hub/binary-security)

- Infrastructure Article
- Formal Name: **O7**: Article Submission on Infrastructure for Open-Source Collaborative Model in Education
- Article Name: _OpenEducationHub: Increasing Education Availability_
- [Link](https://open-education-hub.github.io/docs/published-papers/openedu-increasing-education-availability)

- Methodology Article
- Formal Name: **O8**: Article on Analysis of Using Open-Source Collaborative Model in Education
- Article Name: _Using the Open Source Collaborative Model for Digital Educational Content_
- [Link](https://open-education-hub.github.io/docs/published-papers/openedu-methodology)
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ const config = {
},
items: [
{
to: 'docs/description/project-description',
label: 'Project Description',
to: 'docs/description/project',
label: 'Project',
position: 'left',
},
{
Expand Down

0 comments on commit 5cd525a

Please sign in to comment.