Skip to content

Commit

Permalink
Add orga remarks for week 8
Browse files Browse the repository at this point in the history
  • Loading branch information
uekerman committed Dec 3, 2024
1 parent ce95e1e commit 92dceda
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 1 deletion.
1 change: 1 addition & 0 deletions 00_organization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Learning goals:
| --- | --- |
| 20 minutes | [`challenge_intro_slides.md`](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/challenge_intro_slides.md) |
| 30 minutes | [`course_intro_slides.md`](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/course_intro_slides.md) |
| 5 minutes | [`organizational_remarks_week8_slides.md`](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/organizational_remarks_week8_slides) |
| 15 minutes | [`rse_basics.md`](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/rse_basics_slides.md) |
| 10 minutes | [`topic_overview_demo.md`](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/topic_overview_demo.md) |

Expand Down
81 changes: 81 additions & 0 deletions 00_organization/organizational_remarks_week8_slides.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
---
type: slide
slideOptions:
transition: slide
width: 1400
height: 900
margin: 0.1
data-background-color: green
---

<style>
.reveal strong {
font-weight: bold;
color: orange;
}
.reveal p {
text-align: left;
}
.reveal section h1 {
color: orange;
}
.reveal section h2 {
color: orange;
}
.reveal code {
font-family: 'Ubuntu Mono';
color: orange;
}
.reveal section img {
background:none;
border:none;
box-shadow:none;
}
</style>

# Organizational Things Week 8

---

## Time Table

<style>
td {
font-size: 35px
}
</style>

| Date | Type | Chapter | Topic | Lecturer |
| ---- | ---- | ------- |------ | -------- |
| 13.11. |Lecture | 3 | Intro packaging, Python packaging | Ishaan |
| 13.11. |Lab | 3 | Python packaging | Ishaan |
| 20.11. |Lecture | 3 | Linux fundamentals, Make, CMake | Benjamin |
| 20.11. |Lab | 3 | CMake and Docker | Benjamin |
| 27.11. |Lecture | 3 | Spack | Ishaan |
| 27.11. |Lab | 3 | Spack | Ishaan |
| **04.12.** |**Lecture** | **3** | **CPack and more CMake** | **Benjamin** |
| 04.12. |Lab | 3 | CPack | Benjamin |
| 11.12. |Lecture | 4 | Technical writing | Gerasimos |
| 11.12. |Presentations | C | 2nd student presentations | students |

---

## Challenge First Report: MR Feedback

- Try to write good MR titles and descriptions
- Resolve threads when comments are answered, done, or dropped
- If changes requested: try to fix in same MR
- Approval by reviewer: ready to merge
- All MRs should get merged

---

## Challenge Contribution

- 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.
- Deadline (for opening the issue): Dec 16, 2024, 23:59
- If you open earlier, you get feedback earlier
- Latest feedback from teachers: Jan 8, 2025, 09:45
- Title of issue: "Contribution to SOFTWARE by USERNAME"
- Get in touch with maintainers early (through official channels)
- Discuss before you start developing
3 changes: 2 additions & 1 deletion timetable.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@

## 8.1 – Wed, December 4, 2024

- **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)
- **5** min.: Organizational remarks: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/organizational_remarks_week8_slides.md)
- **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)
- **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)

## 8.2 – Wed, December 4, 2024
Expand Down

0 comments on commit 92dceda

Please sign in to comment.