Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 9911770

Browse files
authored
add [draft] credits page
1 parent 4687c83 commit 9911770

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

book/_toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ parts:
167167
- file: matplotlib/nutshell/nutshell.ipynb
168168
title: Matplotlib
169169

170-
- caption: End of course survey
170+
- caption: Closing
171171
numbered: false
172172
chapters:
173-
- file: End-of-course-survey.md
173+
- file: End-of-course-survey.md
174+
- file: credits.md

book/credits.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
(credits)=
2+
# Credits and License
3+
4+
You can refer to this book in its entirety as:
5+
6+
> xxxx
7+
8+
additional material to come...
9+
10+
## How the book is made
11+
12+
This book is created using open source tools: it is a Jupyter Book that uses a number of features from [TeachBooks](https://teachbooks.io/) and is written using Markdown, Jupyter notebooks and Python files to generate some figures. The source files are stored on a public GitHub repository [github.com/teachbooks/learn-python](https://github.com/teachbooks/learn-python). Zenodo is used to archive all open versions of the book (beginning with the 2024-25 academic year) and to provide a DOI ([10.5281/zenodo.16236358](https://doi.org/10.5281/zenodo.16236358)). View the repository README file or contact the editors for additional and up-to-date information.
13+
14+
## Acknowledgements
15+
16+
A better way to see the contributions is to check the [Contributors Page](https://github.com/teachbooks/learn-python/graphs/contributors) of the GitHub repository.
17+
18+
A big "thank you" is also due to the Educational Management Team of the Civil Engineering and Geosciences Faculty at Delft University of Technology for giving financial. Without the freedom and support to experiment with new tools, this book (and [TeachBooks](https://teachbooks.io/) as well!) would not exist!
19+
20+
## License
21+
22+
This manual is [CC BY 4.0 licensed](https://creativecommons.org/licenses/by/4.0/) allowing you to share and adapt the material, as long as the source is named. Resources that are _not_ included under the CC BY license and external resources that are reused in this book are listed below.
23+
24+
## Contact
25+
26+
If you have questions or suggestions, get in touch via a GitHub Issue or by email at MUDE-CEG@tudelft.nl.

0 commit comments

Comments
 (0)