|
| 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 |
0 commit comments