This repository has been archived by the owner on May 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(chapters): Adds ability to retrieve chapters via url
- Loading branch information
1 parent
b694a14
commit 55e328d
Showing
33 changed files
with
778 additions
and
340 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 |
---|---|---|
|
@@ -22,3 +22,6 @@ _site | |
dist | ||
coverage | ||
docs/media | ||
|
||
# logs | ||
yarn-error.log |
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,80 @@ | ||
[ | ||
{ | ||
"start":"00:00:00.000", | ||
"title":"Intro", | ||
"href":"", | ||
"image":"" | ||
}, | ||
{ | ||
"start":"00:00:43.137", | ||
"title":"Begr\u00fc\u00dfung", | ||
"href":"", | ||
"image":"" | ||
}, | ||
{ | ||
"start":"00:01:15.911", | ||
"title":"Universit\u00e4ts-Sternwarte M\u00fcnchen", | ||
"href":"", | ||
"image":"" | ||
}, | ||
{ | ||
"start":"00:05:34.891", | ||
"title":"Post von der NASA", | ||
"href":"", | ||
"image":"" | ||
}, | ||
{ | ||
"start":"00:07:50.061", | ||
"title":"\u00d6ffentlichkeitsarbeit und Verschw\u00f6rungstheorien", | ||
"href":"", | ||
"image":"" | ||
}, | ||
{ | ||
"start":"00:29:18.737", | ||
"title":"Politische Rationalit\u00e4t", | ||
"href":"", | ||
"image":"" | ||
}, | ||
{ | ||
"start":"00:39:42.311", | ||
"title":"Die \u00d6konomisierung der Wissenschaft", | ||
"href":"", | ||
"image":"" | ||
}, | ||
{ | ||
"start":"00:50:23.655", | ||
"title":"Klimawandel als Krise", | ||
"href":"", | ||
"image":"" | ||
}, | ||
{ | ||
"start":"01:04:00.398", | ||
"title":"Die Kunst des Wissens", | ||
"href":"", | ||
"image":"" | ||
}, | ||
{ | ||
"start":"01:16:29.296", | ||
"title":"Wissenschaft in der Schule", | ||
"href":"", | ||
"image":"" | ||
}, | ||
{ | ||
"start":"01:23:29.909", | ||
"title":"Wie lehrt man das Wissen der Welt?", | ||
"href":"", | ||
"image":"" | ||
}, | ||
{ | ||
"start":"01:34:35.032", | ||
"title":"Konzentration auf das Wichtige", | ||
"href":"", | ||
"image":"" | ||
}, | ||
{ | ||
"start":"01:44:11.290", | ||
"title":"Ausklang", | ||
"href":"", | ||
"image":"" | ||
} | ||
] |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.