Skip to content

Commit 92dceda

Browse files
committed
Add orga remarks for week 8
1 parent ce95e1e commit 92dceda

File tree

3 files changed

+84
-1
lines changed

3 files changed

+84
-1
lines changed

00_organization/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Learning goals:
1010
| --- | --- |
1111
| 20 minutes | [`challenge_intro_slides.md`](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/challenge_intro_slides.md) |
1212
| 30 minutes | [`course_intro_slides.md`](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/course_intro_slides.md) |
13+
| 5 minutes | [`organizational_remarks_week8_slides.md`](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/organizational_remarks_week8_slides) |
1314
| 15 minutes | [`rse_basics.md`](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/rse_basics_slides.md) |
1415
| 10 minutes | [`topic_overview_demo.md`](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/topic_overview_demo.md) |
1516

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
type: slide
3+
slideOptions:
4+
transition: slide
5+
width: 1400
6+
height: 900
7+
margin: 0.1
8+
data-background-color: green
9+
---
10+
11+
<style>
12+
.reveal strong {
13+
font-weight: bold;
14+
color: orange;
15+
}
16+
.reveal p {
17+
text-align: left;
18+
}
19+
.reveal section h1 {
20+
color: orange;
21+
}
22+
.reveal section h2 {
23+
color: orange;
24+
}
25+
.reveal code {
26+
font-family: 'Ubuntu Mono';
27+
color: orange;
28+
}
29+
.reveal section img {
30+
background:none;
31+
border:none;
32+
box-shadow:none;
33+
}
34+
</style>
35+
36+
# Organizational Things Week 8
37+
38+
---
39+
40+
## Time Table
41+
42+
<style>
43+
td {
44+
font-size: 35px
45+
}
46+
</style>
47+
48+
| Date | Type | Chapter | Topic | Lecturer |
49+
| ---- | ---- | ------- |------ | -------- |
50+
| 13.11. |Lecture | 3 | Intro packaging, Python packaging | Ishaan |
51+
| 13.11. |Lab | 3 | Python packaging | Ishaan |
52+
| 20.11. |Lecture | 3 | Linux fundamentals, Make, CMake | Benjamin |
53+
| 20.11. |Lab | 3 | CMake and Docker | Benjamin |
54+
| 27.11. |Lecture | 3 | Spack | Ishaan |
55+
| 27.11. |Lab | 3 | Spack | Ishaan |
56+
| **04.12.** |**Lecture** | **3** | **CPack and more CMake** | **Benjamin** |
57+
| 04.12. |Lab | 3 | CPack | Benjamin |
58+
| 11.12. |Lecture | 4 | Technical writing | Gerasimos |
59+
| 11.12. |Presentations | C | 2nd student presentations | students |
60+
61+
---
62+
63+
## Challenge First Report: MR Feedback
64+
65+
- Try to write good MR titles and descriptions
66+
- Resolve threads when comments are answered, done, or dropped
67+
- If changes requested: try to fix in same MR
68+
- Approval by reviewer: ready to merge
69+
- All MRs should get merged
70+
71+
---
72+
73+
## Challenge Contribution
74+
75+
- Please open an issue in the [challenge repo](https://gitlab-sim.informatik.uni-stuttgart.de/simulation-software-engineering-wite2425/challenge) explaining what you want to work on in the contribution. We will then use these issues to further discuss the progress of the contribution. Provide links to issues, pull requests etc.
76+
- Deadline (for opening the issue): Dec 16, 2024, 23:59
77+
- If you open earlier, you get feedback earlier
78+
- Latest feedback from teachers: Jan 8, 2025, 09:45
79+
- Title of issue: "Contribution to SOFTWARE by USERNAME"
80+
- Get in touch with maintainers early (through official channels)
81+
- Discuss before you start developing

timetable.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676

7777
## 8.1 – Wed, December 4, 2024
7878

79-
- **70** min.: Installation and Packaging with CMake and CPack: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/cpack_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/cpack_demo.md)
79+
- **5** min.: Organizational remarks: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/organizational_remarks_week8_slides.md)
80+
- **65** min.: Installation and Packaging with CMake and CPack: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/cpack_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/cpack_demo.md)
8081
- **20** min.: More CMake Demo (preCICE and ccmake): [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/cmake_more_demo.md)
8182

8283
## 8.2 – Wed, December 4, 2024

0 commit comments

Comments
 (0)