Skip to content

Commit 6e11f67

Browse files
committed
Add orga slides for week 8
1 parent f30598b commit 6e11f67

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
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+
| 12.11. |Lecture | 3 | Intro packaging, Python packaging | Ishaan |
51+
| 12.11. |Lab | 3 | Python packaging | Ishaan |
52+
| 19.11. |Lecture | 3 | Linux fundamentals, Make, CMake | Gerasimos |
53+
| 19.11. |Lab | 3 | CMake and Docker | Gerasimos |
54+
| 26.11. |Lecture | 3 | Spack | Ishaan |
55+
| 26.11. |Lab | 3 | Spack | Ishaan |
56+
| **03.12.** |**Lecture** | **3** | **CPack and more CMake** | **Benjamin** |
57+
| 03.12. |Lab | 3 | CPack | Benjamin |
58+
| 10.12. |Lecture | 4 | Technical writing | Gerasimos |
59+
| 10.12. |Lab | 4 | Code review | Gerasimos |
60+
| 17.12. |Presentations | C | **2nd student presentations** | students |
61+
| 17.12. |Presentations | C | **2nd student presentations** | students |
62+
63+
---
64+
65+
## Exam Registration
66+
67+
- You have to register for exam (we cannot do this for you)
68+
- Campus deadline should be today
69+
70+
---
71+
72+
## Challenge First Report: MR Feedback
73+
74+
- Try to write good MR titles and descriptions
75+
- Resolve threads when comments are answered, done, or dropped
76+
- If changes requested: try to fix in same MR
77+
- Approval by reviewer: ready to merge
78+
- All MRs should get merged
79+
- You have to make usage of generative AI transparent
80+
81+
---
82+
83+
## Challenge Contribution
84+
85+
- Please open an issue in the [challenge repo](https://gitlab-sim.informatik.uni-stuttgart.de/simulation-software-engineering-wite2526/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.
86+
- Deadline (for opening the issue): Dec 17, 2025, 23:59
87+
- If you open earlier, you get feedback earlier
88+
- Latest feedback from supervisors: Jan 7, 2025, 09:45
89+
- Title of issue: "Contribution to SOFTWARE by USERNAME"
90+
- Tag your supervisor in description
91+
- Get in touch with maintainers early (through official channels)
92+
- Discuss before you start developing

0 commit comments

Comments
 (0)