|
4 | 4 |
|
5 | 5 | A <img src="./_static/T4D_logo.svg" alt="**T4D**" width="35" height="35"> seminar providing the required essentials — and more — to leverage shared resources efficiently. |
6 | 6 |
|
7 | | -{% if build == "slides" %} |
| 7 | +{% if slide %} |
8 | 8 | :::{admonition} Authors |
9 | 9 | :class: note, margin |
10 | 10 | **Dr. [Jonas I. Liechti](https://github.com/j-i-l)** |
11 | 11 | **Dr. [Matteo Delucchi](https://github.com/matteodelucchi)** |
12 | 12 | ::: |
13 | | - |
14 | 13 | {% else %} |
15 | 14 | ### Authors |
16 | 15 |
|
17 | 16 | **Dr. [Jonas I. Liechti](https://github.com/j-i-l)** |
18 | 17 | **Dr. [Matteo Delucchi](https://github.com/matteodelucchi)** |
19 | 18 | {% endif %} |
20 | 19 |
|
21 | | -### Content |
| 20 | +## Content |
22 | 21 |
|
23 | 22 | ```{toctree} |
24 | 23 | :caption: About |
25 | | -:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %} |
26 | | -{% if build == "slides" %}:hidden: |
| 24 | +:maxdepth: {% if slide %}1{% else %}2{% endif %} |
| 25 | +{% if slide %}:hidden: |
27 | 26 | {% endif %} |
28 | 27 |
|
29 | 28 | content/about/index |
30 | 29 | ``` |
31 | 30 |
|
32 | 31 | {% if slide %} |
33 | | -#### Utilizing Shared Resources |
| 32 | +### Utilizing Shared Resources |
34 | 33 | {% endif %} |
35 | 34 | ```{toctree} |
36 | 35 | :caption: Part 1: Utilizing Shared Resources |
37 | | -:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %} |
38 | | -{% if build == "slides" %}:numbered: |
| 36 | +:maxdepth: {% if slide %}1{% else %}2{% endif %} |
| 37 | +{% if slide %}:numbered: |
39 | 38 | :hidden: |
40 | 39 | {% endif %} |
41 | 40 |
|
42 | 41 | content/utilizingSharedResources/source/content/index |
43 | 42 | ``` |
44 | 43 |
|
45 | 44 | {% if slide %} |
46 | | -#### Research Software Engineering |
| 45 | +### Research Software Engineering |
47 | 46 | {% endif %} |
48 | 47 | ```{toctree} |
49 | 48 | :caption: Part 2: Research Software Engineering |
50 | | -:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %} |
51 | | -{% if build == "slides" %}:numbered: |
| 49 | +:maxdepth: {% if slide %}1{% else %}2{% endif %} |
| 50 | +{% if slide %}:numbered: |
52 | 51 | :hidden: |
53 | 52 | {% endif %} |
54 | 53 |
|
55 | | -content/researchSoftwareEngineering/source/content/index |
| 54 | +./content/researchSoftwareEngineering/source/content/index |
56 | 55 | ``` |
57 | 56 |
|
58 | 57 | {% if slide %} |
59 | | -#### Efficient Cluster Computation |
| 58 | +### Recap; Using Cloud and Object Storage |
60 | 59 | {% endif %} |
61 | 60 | ```{toctree} |
62 | | -:caption: Part 3: Efficient Cluster Computation |
63 | | -:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %} |
64 | | -{% if build == "slides" %}:numbered: |
| 61 | +:caption: Part 3: Recap; Cloud & Object Storage |
| 62 | +:maxdepth: {% if slide %}1{% else %}2{% endif %} |
| 63 | +{% if slide %}:numbered: |
65 | 64 | :hidden: |
66 | 65 | {% endif %} |
67 | 66 |
|
68 | | -content/efficientClusterComputation/source/content/index |
| 67 | +./content/recapCloudsObjects/source/content/index |
69 | 68 | ``` |
70 | 69 |
|
71 | 70 | {% if slide %} |
72 | | -#### Efficient Cloud Usage |
| 71 | +### Cluster - Worklfows & Profiling |
73 | 72 | {% endif %} |
74 | 73 | ```{toctree} |
75 | | -:caption: Part 4: Efficient Cloud Usage |
76 | | -:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %} |
77 | | -{% if build == "slides" %}:numbered: |
| 74 | +:caption: Part 4: Cluster - Workflows & Profiling |
| 75 | +:maxdepth: {% if slide %}1{% else %}2{% endif %} |
| 76 | +{% if slide %}:numbered: |
78 | 77 | :hidden: |
79 | 78 | {% endif %} |
80 | 79 |
|
81 | | -content/efficientCloudUsage/source/content/index |
| 80 | +content/workflowClusterProfiling/source/content/index |
82 | 81 | ``` |
83 | 82 |
|
84 | 83 | ```{toctree} |
85 | 84 | :caption: Outro |
86 | | -:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %} |
87 | | -{% if build == "slides" %}:hidden: |
| 85 | +:maxdepth: {% if slide %}1{% else %}2{% endif %} |
| 86 | +{% if slide %}:hidden: |
88 | 87 | {% endif %} |
89 | 88 |
|
90 | 89 | content/outro/index |
|
0 commit comments