-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
84 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters