From 397e37ba3315de1b3e90665d01fe6a83a44c3460 Mon Sep 17 00:00:00 2001 From: huibbaetsen <h.baetsen@forze-delft.nl> Date: Thu, 16 Nov 2023 13:47:58 +0100 Subject: [PATCH] Add link to demo book --- intro.md | 4 +++- references.bib | 12 ++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/intro.md b/intro.md index 01327e5..e1c8858 100644 --- a/intro.md +++ b/intro.md @@ -4,7 +4,9 @@ Welcome to the Jupyter Book template for TU Delft! This template is designed to With Jupyter Book, you can write your content using Markdown, Jupyter Notebooks, etc., and easily organize it into chapters and sections. You can also add interactive elements like code snippets, visualizations, and quizzes to engage your students and enhance their learning experience. -Whether you're creating a textbook from scratch or adapting existing materials, this template provides a solid starting point and customization options to fit your needs. We hope you find it useful and look forward to seeing the great educational resources you'll create with it! +Whether you're creating a textbook from scratch or adapting existing materials, this template provides a solid starting point and customization options to fit your needs. For a more extensive example of the possiblities, see the demo book made by [T. Idema](https://textbooks.open.tudelft.nl/textbooks/catalog/book/73). We hope you find it useful and look forward to seeing the great educational resources you'll create with it! + + This collection of examples is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> diff --git a/references.bib b/references.bib index a845151..c1171e7 100644 --- a/references.bib +++ b/references.bib @@ -1,2 +1,10 @@ ---- ---- +@misc{Idema_2023, + title={Jupyter Open Textbook: Demo Book}, + url={https://doi.org/10.59490/tb.73}, + journal={TU Delft OPEN Textbooks}, + publisher={TU Delft OPEN Textbooks}, + author={Idema, Timon}, + year={2023}, + month={Oct} + } + -- GitLab