-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
122 lines (121 loc) · 4.39 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: index
options:
numbered: False
numbered: false
parts:
- caption: Introduction to Python (WS1)
chapters:
- file: WS1/intro_to_ws1
title: Introduction to workshop 1
- file: WS1/module_1/0_python_basics
title: Module 1
sections:
- file: WS1/module_1/1_hello_world
title: Hello World
- file: WS1/module_1/2_statements
title: Statements
- file: WS1/module_1/3_control_flow
title: Control flow
- file: WS1/module_1/4_exercise_1
title: Exercice 1
- file: WS1/module_1/5_exercise_2
title: Exercice 2
#################################################################
- file: WS1/module_2/0_intro_module_2
title: Module 2
sections:
- file: WS1/module_2/1_dictionaries_and_sets
title: Dicstionaries & sets
- file: WS1/module_2/2_dataframes
title: Dataframes
- file: WS1/module_2/3_numpy_arrays
title: Numpy
- file: WS1/module_2/4_data_visualizations
title: Visualization
- file: WS1/module_2/5_exercise_1
title: Exercise
#################################################################
- file: WS1/module_3/0_intro_module_3
title: Module 3
sections:
- file: WS1/module_3/1_operations
title: Operations
- file: WS1/module_3/2_linear_regression
title: Linear Regression
- file: WS1/module_3/3_stoichiometry
title: Stoichiometry (1)
- file: WS1/module_3/4_stoichiometry_solution
title: Stoichiometry (solution)
- file: WS1/module_3/5_stoichiometry_pt2
title: Stoichiometry (2)
- file: WS1/module_3/6_exercise_1
title: Exercise
#################################################################
- file: WS1/module_4/0_intro_module_4
title: Module 4
sections:
- file: WS1/module_4/1_reactors_in_python
title: Reactors
- file: WS1/module_4/2_combining_balances
title: Mass & energy balances
- file: WS1/module_4/3_combining_balances_solution
title: Stoichiometry (1)
- file: WS1/module_4/4_exercise_1
title: Exercice 1
- file: WS1/module_4/5_exercise_1_solution
title: Exercice 1 (solution)
- file: WS1/module_4/6_exercise_2
title: Exercice 2
- file: WS1/module_4/7_exercise_2_solution
title: Exercice 2 (solution)
#################################################################
- file: WS1/module_5/0_FedBatch_Ecoli_simulation
title: Module 5
#################################################################
- file: WS1/module_6/0_intro_module_6
title: Module 6
sections:
- file: WS1/module_6/1_Mass_Transfer
title: Mass transfer
- file: WS1/module_6/2_Diafiltration
title: Diafiltration
- file: WS1/module_6/3_Cell_lysis
title: Cell lysis
################################################################################
# Workshop 2
################################################################################
- caption: Model-based Techniques (WS2)
chapters:
- file: WS2/intro_to_ws2
title: Introduction to workshop 2
- file: WS2/module_1/0_intro_module_1
title: Module 1
sections:
- file: WS2/module_1/1_Fermentation_Scerevisiae_Lignocellulosic_Batch
title: Batch Fermentation
- file: WS2/module_1/2_Fermentation_Scerevisiae_Glucose_Aerobic_CSTR
title: CSTR
- file: WS2/module_1/3_Fermentation_MonodHerbert_aerobic
title: Monod-Herbert
- file: WS2/module_1/4_FedBatch_Ecoli_simulation_proteinproduction
title: Fed-Batch
- file: WS2/module_2/0_intro_module_2
title: Module 2
sections:
- file: WS2/module_2/1_dd_classification
title: Classification
- file: WS2/module2/2_pytorch_tutorial
title: Pytorch Tuorial
- file: WS2/module_2/3_dd_regression
title: Regression
- file: WS2/module_3/0_intro_module_3
title: Module 3
sections:
- file: WS2/module_3/1_hyb_regression
title: Exercise
# sections:
# - file: WS1/module_1/5_exercise_2
# title: Exercice 2