Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

events/m3: Add content for introduction and OS sections #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 94 additions & 2 deletions website/docs/events/m3-slides/.slides/introduction.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,100 @@
---

## Introduction
## Open Education Hub

----

![Moodle Block](media/screenshot-os-moodle-block.png)

----

![Moodle Results](media/screenshot-os-moodle-results.png)

----

![GitLab Repositories](media/screenshot-os-gitlab-list.png)

----

![GitLab Submissions](media/screenshot-os-gitlab-submissions.png)

----

![Student Issues](media/screenshot-os-student-submission.png)

----

![Student Contributions](media/screenshot-os-student-contrib.png)

----

![Automate Everything](media/automate-everything.jpg)

----

![Simplify Everything](media/simplify-everything.jpg)

----

![Reuse Everything](media/reuse-everything.jpg)

----

![Document Everything](media/document-everything.jpg)

----

![Publicize Everything](media/publicize-everything.jpg)

----

![Involve Everyone](media/involve-everyone.jpg)
Comment on lines +7 to +51
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it make more sense to reverse the order of these images? I think it's better to start with the intentions ("* Everyone/Everything") and then follow up with examples.


---

## Open Educational Resources (OER)

![OER](media/screenshot-openeduhub-oer.png)

---

## What's Different?

![What's Different](media/openedu-different.svg)

----

### Vision

methodology

umbrella organization

certified content and infrastructure

----

### Team

software & computer systems engineering

continuous teaching improvement

vibrant community
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is nothing but a buzzword. I'd remove it.

Comment on lines +69 to +83
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about animating these?


----

### Tools of the Trade

- [(GitHub Flavored) Markdown](https://github.github.com/gfm/)
- [reveal-md](https://github.com/webpro/reveal-md)
- [Docker containers](https://www.docker.com/)
- [GitLab pipelines](https://docs.gitlab.com/ee/ci/pipelines/)
- Linters, compliance checkers
- Integration of all kinds (GitHub, GitLab, Moodle, TutorWeb etc.)

---

### What we do at OEH
## Terms

![Terms](media/openedu-terms.svg)
143 changes: 135 additions & 8 deletions website/docs/events/m3-slides/.slides/os-materials.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,151 @@
---

## OS materials
## Operating Systems Content & Resources

---
- [Presentation](https://open-education-hub.github.io/operating-systems/)
- [Repository](https://github.com/open-education-hub/operating-systems/)

### Lecture
----

---
### Lectures

![Lecture](media/screenshot-os-lecture.png)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This image doesn't fit on my screen.


----

### Lectures

![Lecture](media/screenshot-os-repository-lecture.png)

----

### Lectures

- [(GitHub Flavored) Markdown](https://github.github.com/gfm/)
- [reveal-md](https://github.com/webpro/reveal-md)
- [Draw.io](https://drawio-app.com) + [ffmpeg](https://ffmpeg.org/)
- Quizzes
- Demos
- Mardown linter, [Super-Linter](https://github.com/github/super-linter)
- CC BY-SA 4.0

----

### Practical Sessions

---
![Lab](media/screenshot-os-lab.png)

----

### Practical Sessions

![Lab](media/screenshot-os-repository-lab.png)

----

### Practical Sessions

- [(GitHub Flavored) Markdown](https://github.github.com/gfm/)
- Source code: solutions, generated skeletons, tests / checkers
- Quizzes
- [Super-Linter](https://github.com/github/super-linter)
- BSD-3-Clause, CC BY-SA 4.0

----

### Quizzes

---
![Quizzes](media/screenshot-os-quiz.png)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also doesn't fit on the screen.


----

### Quizzes

- [(GitHub Flavored) Markdown](https://github.github.com/gfm/)
- Integration with quiz management engine (Moodle, TutorWeb etc.)
- Spread in Lectures and Practical Sessions
- Public and private repositories

----

### Demos

---
![Demo](media/screenshot-os-demo.png)

----

### Demos

- Source code
- Used in Lectures
- [Super-Linter](https://github.com/github/super-linter)

----

### Assignments

![Assignment](media/screenshot-os-assignment.png)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto.

image


----

### Assignments

![Assignments](media/screenshot-os-gitlab-submissions.png)

----

### Assignments

![Assignments - Repository View](media/screenshot-os-repository-assignment.png)

----

### Assignments

- Source code: solutions, generated skeletons, tests / checkers
- Public and private repositories
- [Super-Linter](https://github.com/github/super-linter)
- Submission via [vmchecker-next](https://github.com/systems-cs-pub-ro/vmchecker-next)

----

### Compliance Checking Infrastructure

![Compliance Checking Infrastructure](media/screenshot-os-linter.png)

----

### Compliance Checking Infrastructure

- [GitHub Action workflows](https://docs.github.com/en/actions/using-workflows)
- [Super-Linter](https://github.com/github/super-linter)
- [Checkpatch](https://docs.kernel.org/dev-tools/checkpatch.html)

----

### Deployment Infrastructure

![Deployment Infrastructure](media/screenshot-os-site.png)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our landing page is currently the default one. Choose another page until open-education-hub/operating-systems#106 is fixed.


----

### Deployment Infrastructure

- Automated with GitHub action workflow
- [Docusaurus](https://docusaurus.io/)
- [open-edu-builder](https://github.com/open-education-hub/openedu-builder)
- [oer-template](https://github.com/open-education-hub/oer-template)

----

### Submission Testing / Checking Infrastructure

![Submission Testing / Checking Infrastructure](media/screenshot-os-gitlab-submissions.png)

----

### Homework
### Submission Testing / Checking Infrastructure

- [GitLab pipelines](https://docs.gitlab.com/ee/ci/pipelines/)
- [Docker containers](https://www.docker.com/)
- Moodle integration
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading