Skip to content

Commit 761430f

Browse files
authored
[Doc] add credits (#93)
1 parent d818e3f commit 761430f

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

CREDITS.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Credits
2+
3+
This is a list of external projects used to build the lecture slides and the lecture
4+
notes for the teaching material. These are licensed under their own licences and are
5+
not part of the MIT licence of this project.
6+
7+
8+
## Building the Lecture Slides
9+
10+
* [Pandoc](https://github.com/jgm/pandoc)
11+
* [Pandoc-Lecture](https://github.com/cagix/pandoc-lecture)
12+
* [TeX Live](http://tug.org/texlive/)
13+
* [Beamer](https://github.com/josephwright/beamer)
14+
* [Metropolis](https://github.com/matze/mtheme)
15+
16+
17+
## Building the Lecture Web Pages
18+
19+
* Pre-processing:
20+
* [Pandoc](https://github.com/jgm/pandoc)
21+
* [Pandoc-Lecture](https://github.com/cagix/pandoc-lecture)
22+
* Compilation of the lecture websites:
23+
* [Hugo](https://github.com/gohugoio/hugo)
24+
* [Hugo Relearn Theme](https://github.com/McShelby/hugo-theme-relearn)
25+
* [Pandoc-Lecture](https://github.com/cagix/pandoc-lecture/tree/master/hugo/hugo-lecture)
26+
* These projects, among others, are used in the generated web pages:
27+
* Icons: [Font Awesome](https://fontawesome.com)
28+
* Rendering of mathematical formulas: [MathJax](https://www.mathjax.org/)
29+
30+
31+
## Further Tools used
32+
33+
* [GNU Make](https://www.gnu.org/software/make/)
34+
* [Pandoc Dockerfiles](https://github.com/pandoc/dockerfiles)
35+
* [Docker](https://www.docker.com/)
36+
* [GitHub](https://github.com/)
37+
38+
39+
## Contributors
40+
41+
[This project](https://github.com/cagix/pandoc-lecture)
42+
has been created and is being maintained by the author
43+
[Carsten Gips](https://github.com/cagix) and various
44+
[contributors](https://github.com/cagix/pandoc-lecture/graphs/contributors).

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@ Please first check whether your request has already been dealt with in other (op
265265
When submitting pull requests, please make sure that your **feature branch starts at the tip of the current `master` branch**. Upon acceptance (i.e. merging your pull request), your contribution automatically becomes subject to the licence of this repository (MIT).
266266

267267

268+
## Credits
269+
270+
See the [credits](CREDITS.md) for a detailed list of contributing projects.
271+
272+
268273
---
269274

270275
# License

0 commit comments

Comments
 (0)