You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/1_general/3_general.md
+12-16Lines changed: 12 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,18 @@ kernelspec:
10
10
display_name: 'Python 3'
11
11
---
12
12
13
-
<!-- Imagine that you have worked on code, created a prototype, or made a molecule or enzyme where its structure is crucial... and then your supervisor requires you to hand in a static pdf only... much of your efforts is not conveyed through this use of media. What if there is a better way? A way that shows what you actually have done and accomplished and even let the reader interact with it, for instance by looking the molecule from different angles, play with the code to see how it works, or inspect the prototype in 3D. And what if you still create a beautiful but static pdf version of your report, but without the need of any additional effort.
14
-
We have created a workflow and a template that allows you to do so. For this, we used Jupyter Book - an open source tool that allows you to create beautiful, interactive, and dynamic books and reports using Jupyter Notebooks and Markdown. It allows you to combine text, interactive code and data-analysis, and multimedia content in a single document that can be easily shared and published, both as online website and pdf.
15
-
Using our starterkit, you are equipped with a working website that automatically generates a good looking pdf with every update. You can easily add content, references, analysis, and share it with your supervisor (or the world). The template is designed to be user-friendly and easy to use, you can design it to your own preferences.
16
-
Moreover, we created a manual that helps you with creating interactive content.
17
-
Interested in learning how to use it, or already exited to setup your own repo? Visit ...
18
-
19
-
-->
20
-
21
-
```{note} to do
22
-
- instruction video
23
-
- printscreen of pdf and website
24
-
- interactive graph
25
-
- pdf output
26
-
```
13
+
- [ ] instruction video
14
+
- [ ] interactive graph
15
+
- [ ] pdf output
16
+
27
17
> Here we briefly described our intends and why we think Jupyter Book is great to achieve this.
28
18
29
19
This book already shows how Jupyter Book can be used to create a clear report that combines text and multimedia content. To get an even better idea of what is possible, see this [video](#JB-publish-video).
30
20
31
21
(whyJB)=
32
22
## Why Jupyter Book?
33
23
34
-
Our idea is to engage young academics, starting from bachelors' students, in open science - being transparent about their data and data-processing and sharing their work openly with others. [Jupyter Book](https://jupyterbook.org/) is a great tool for this as it allows to write, code, and publish scientific articles, theses, and textbooks in a single environment. Using the Abstract Syntax Tree (AST), conversion from different format is possible and does not require additional effort.
24
+
Our idea is to engage young academics, starting from bachelors' students, in open science - being transparent about their data and data-processing and sharing their work openly with others. Moreover, we believe that a thesis and the work that was done is much more than a 2D pdf: 3D models, interactive code, and multimedia content can be part of the work done - where the 2D pdf is meant for the archive. [Jupyter Book](https://jupyterbook.org/) is a great tool for this as it allows to write, code, and publish scientific articles, theses, and textbooks in a single environment. Using the Abstract Syntax Tree (AST), conversion from different format is possible and does not require additional effort.
35
25
36
26
```{figure} ../images/AST.png
37
27
:alt: figure showing that the markdown files can be converted to a pdf and website using the AST
0 commit comments