-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from bfh/oed-revealjs
Create content.md
- Loading branch information
Showing
1 changed file
with
99 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
![](https://openeducationday.ch/wp-content/uploads/sites/5/2024/03/oed-logo-finish-export.svg) | ||
|
||
# reveal.js | ||
|
||
**Hands-on** with the open (source) presentation framework | ||
|
||
<hr> | ||
|
||
CC-BY-4.0: [Quelle](https://github.com/digital-sustainability/open-source/blob/main/docs/slides/2024-oed/content.md) - `04.05.2024` | ||
-- | ||
![](http://api.qrserver.com/v1/create-qr-code/?color=000000&bgcolor=FFFFFF&data=https%3A%2F%2Fgithub.com%2Fdigital-sustainability%2Fopen-source%2Fblob%2Fmain%2Fdocs%2Fslides%2F2024-oed%2Fcontent.md&qzone=0&margin=0&size=400x400&ecc=L) | ||
|
||
## Scan me! | ||
-- | ||
![me](https://github.com/MarkusTiede/about/raw/main/img/me-circle.png) | ||
|
||
[Markus Tiede](http://www.mtiede.de) 👨🏫 [DSL](https://www.bfh.ch/de/forschung/forschungsbereiche/digital-sustainability-lab/) & [IPST](https://www.bfh.ch/de/forschung/forschungsbereiche/public-sector-transformation/) - board member @ [CH Open](https://www.ch-open.ch) + OK @ [DINAcon](https://dinacon.ch) | ||
|
||
![Friend of Eclipse](https://www.eclipse.org/community/newsletter/imagesmisc/frendsEclipse.png "Friend of Eclipse") | ||
--- | ||
# 👨🏫 .. 🤔 .. ⭐ | ||
|
||
```md [|1|3|5-6|8|] | ||
Open Educational Resources: quelloffene Lehrinhalte > 1️⃣ | ||
|
||
Einleitung ✅ und einer Übersicht der Features > 2️⃣ | ||
|
||
leichtgewichtiges technisches Setup > 3️⃣ | ||
- Live-Demonstration! | ||
|
||
Referenzen aus der Lehrpraxis > 4️⃣ | ||
``` | ||
--- | ||
# 1️⃣ | ||
|
||
## Open Educational Resources | ||
-- | ||
https://virtuelleakademie.ch/knowledge-base/kategorie/oer-entwickeln/ | ||
|
||
<hr> | ||
|
||
https://virtuelleakademie.ch/knowledge-base/cc-lizenzen-richtig-nutzen/ | ||
--- | ||
# 2️⃣ | ||
|
||
## Übersicht der Features | ||
-- | ||
<img src="https://static.slid.es/reveal/logo-v1/reveal-black-text.svg" width="800px"> | ||
|
||
https://revealjs.com/?demo | ||
-- | ||
# Top 3 | ||
|
||
Webseite & [Links](https://revealjs.com/links/) | ||
|
||
[Markdown](https://revealjs.com/markdown/) | ||
|
||
[Media](https://revealjs.com/media/) & [Code](https://revealjs.com/code/) | ||
--- | ||
# 3️⃣ | ||
|
||
## technisches Setup | ||
-- | ||
## [Full Setup - Recommended](https://revealjs.com/installation/#full-setup) | ||
|
||
```bash [|2-4|7|] | ||
# install Node.js (10.0.0 or later) | ||
git clone https://github.com/hakimel/reveal.js.git | ||
&& cd reveal.js && npm install | ||
&& npm start | ||
|
||
# BFH Theme | ||
git clone https://github.com/bfh/reveal.js.git | ||
&& cd reveal.js && npm install | ||
&& npm start | ||
``` | ||
-- | ||
# Live-Demo | ||
--- | ||
# 4️⃣ | ||
|
||
## Referenzen aus der Lehrpraxis | ||
-- | ||
https://github.com/bfh/reveal.js | ||
|
||
<hr> | ||
|
||
https://github.com/digital-sustainability | ||
|
||
- [module-wseg](https://github.com/digital-sustainability/module-wseg) | ||
- [module-eoss](https://github.com/digital-sustainability/module-eoss) | ||
|
||
<hr> | ||
|
||
[CAS PST](https://github.com/digital-sustainability/cas-pst) | ||
--- | ||
# Danke! | ||
|
||
## Q&A |