Skip to content

Commit 3c78256

Browse files
authored
Merge pull request #16 from t4d-gmbh/basic-structure-setup
Basic structure setup
2 parents f5ac69c + a720835 commit 3c78256

19 files changed

Lines changed: 331 additions & 15 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
docs/
44
*.nix
55
venv/
6+
venvPSC/
7+
build.sh

README.md

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
# Practical Scientific Computing
22

3-
A <img src="./source/_static/T4D_logo_bw.svg" alt="T4D" width="25" height="25"> seminar providing the required essentials — and more — to leverage shared resources efficiently.
3+
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.
4+
5+
<!-- readme-include -->
46

57
---
68

7-
### Part 1: Utilization of shared resources
9+
_If you find this course useful, please share it with others! Show your support by giving it a 🌟 using the ⭐-button at the top right of the page._
10+
11+
_By starring the repository, you help increase its visibility, making it easier for others to 🔍 discover and 👩‍🎓 learn how to use Git and its remote services with confidence!_
12+
13+
---
14+
15+
## Content
16+
17+
<!-- syllabus-include -->
18+
19+
### 1. Part: [Utilizing Shared Resources](https://github.com/t4d-gmbh/utilizingSharedResources)
820

921
_For an detailed overveiw see [contentOverview/Part1.md](./contentOverview/Part1.md)_
1022

@@ -55,7 +67,7 @@ _For an detailed overveiw see [contentOverview/Part1.md](./contentOverview/Part1
5567

5668
---
5769

58-
### Part 2: Cloud/Cluster‑ready projects
70+
### 2. Part: [Research Software Engineering](https://github.com/t4d-gmbh/researchSoftwareEngineering)
5971

6072
_For an detailed overveiw see [contentOverview/Part2.md](./contentOverview/Part2.md)_
6173

@@ -89,7 +101,7 @@ _For an detailed overveiw see [contentOverview/Part2.md](./contentOverview/Part2
89101

90102
---
91103

92-
### Part 3: Clustered computing
104+
### 3. Part: [Efficient Cluster Computation](https://github.com/t4d-gmbh/efficientClusterComputation)
93105

94106
_For an detailed overveiw see [contentOverview/Part4.md](./contentOverview/Part4.md)_
95107

@@ -122,7 +134,7 @@ _For an detailed overveiw see [contentOverview/Part4.md](./contentOverview/Part4
122134
---
123135

124136

125-
### Part 4: In the Clouds
137+
### 4. Part: [Efficient Cloud Usage](https://github.com/t4d-gmbh/efficientCloudUsage)
126138

127139
_For an detailed overveiw see [contentOverview/Part3.md](./contentOverview/Part3.md)_
128140

@@ -150,4 +162,15 @@ _For an detailed overveiw see [contentOverview/Part3.md](./contentOverview/Part3
150162
- Learn the pattern of attaching VM/container lifecycles to computational workloads (ephemeral compute).
151163

152164

153-
---
165+
<!-- syllabus-exclude-->
166+
167+
168+
## Contributing 🤝🎉
169+
170+
We welcome contributions and suggestions to this material!
171+
Whether you're fixing bugs 🐛 or typos, adding new features ✨, or improving readability 📚, your help is greatly appreciated!
172+
173+
Before you start, please take a moment to read our [CONTRIBUTING.md](CONTRIBUTING.md) file.
174+
It contains some details and guidelines 📋 on how to structure new content and best practices to help you get started and ensure that your contributions aligned with the project's goals. 🚀
175+
176+
Thank you for considering contributing to this course! You're awesome! 🌟

source/_static/jonas_github.png

115 KB
Loading

source/_static/matteo_github.png

58.5 KB
Loading

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# -- Configuration parameter -------------------------------------------------
55
# ----------------------------------------------------------------------------
6-
repository_owner = "t4d-gmbh"
6+
repository_owner = "T4D-GmbH"
77
repository_name = "PracticalScientificComputing"
88
repository_branch = "main"
99
# -- optionally adat these

source/content/about/config.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Setup
2+
3+
- Have your laptop ready.
4+
- Have an account on <i class="fab fa-github"></i> **GitHub** and any <i class="fab fa-gitlab"></i> **GitLab** instance.
5+
- Configure your <i class="fab fa-github"></i> **GitHub** account so you can use `ssh` (i.e. add an `ssh`-key to your account).

source/content/about/index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# About this Seminar
2+
3+
{% if slide %}
4+
5+
```{card} 🔓 Open Source on Practical Scientific Computing
6+
:class: tip
7+
:link: https://github.com/t4d-gmbh/PracticalScientificComputing
8+
:link-type: url
9+
10+
:::{image} ./qr_psc.png
11+
:align: center
12+
:width: 180px
13+
:alt: QR GitHub Repo.
14+
:::
15+
16+
**<https://github.com/t4d-gmbh/PracticalScientificComputing>**
17+
```
18+
{% endif %}
19+
20+
```{toctree}
21+
:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %}
22+
23+
./syllabus
24+
{% if slide %}
25+
./requirements
26+
./presenters
27+
{% endif %}
28+
```
29+
_If you like this type of presentation format checkout the [t4d-gmbh/web-course-template](https://github.com/t4d-gmbh/web-course-template)_

source/content/about/knowledge.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Prior knowledge
2+
3+
TODO.

source/content/about/presenters.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Presenters
2+
3+
::::{grid}
4+
:::{grid-item-card} [@j-i-l](https://github.com/j-i-l/)
5+
![Jonas](./../../\_static/jonas\_github.png)
6+
:::
7+
:::{grid-item-card} [@matteodelucchi](https://github.com/matteodelucchi/)
8+
![Matteo](./../../\_static/matteo\_github.png)
9+
:::
10+
::::

source/content/about/qr_psc.png

705 Bytes
Loading

0 commit comments

Comments
 (0)