Skip to content

Commit

Permalink
building thesis part of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
RolfHut committed Nov 18, 2024
1 parent 5e2a6ad commit 38585a2
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 4 deletions.
1 change: 1 addition & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ parts:
- file: thesis_projects/overview_thesis_projects.md
sections:
- file: thesis_projects/BSc/2023_Q4_GeltSteiger_CEG/intro_BSc_GeltSteiger.md
- file: thesis_projects/BSc/2023_Q4_GeltSteiger_CEG/methods_BSc_GeltSteiger.ipynb
- file: tutorials_examples/intro_tutorials_examples.md
sections:
- file: tutorials_examples/1_HBV_Caravan_ERA5/example_model_run_HBV.ipynb
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Overview
# BSc Thesis Gelt Steiger: title

The projects listed here are the result of thesis work done by students.
This is a placeholder for the work done by Gelt Steiger.

- Bachelor students:
- - ToDo: convert work Gelt
## Introduction

text on the introduction
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Methods\n",
"\n",
"This is to check how leveling of headers works in jupyter books."
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"hello world\n"
]
}
],
"source": [
"print('hello world')"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
}
},
"nbformat": 4,
"nbformat_minor": 4
}

0 comments on commit 38585a2

Please sign in to comment.