-
Notifications
You must be signed in to change notification settings - Fork 1
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
7 changed files
with
54 additions
and
50 deletions.
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
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
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
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,48 @@ | ||
--- | ||
theme: default | ||
paginate: true | ||
header: 'Best Practices in Modern Software Development' | ||
footer: '23.11.23 - Henrik Finsberg' | ||
size: 16:9 | ||
style: | | ||
.small-text { | ||
font-size: 0.55rem; | ||
} | ||
html: true | ||
marp: true | ||
--- | ||
|
||
# Elevating Scientific Computing at Simula: Best Practices in Modern Software Development. | ||
|
||
23.11.23 | ||
|
||
Henrik Finsberg, Jørgen Dokken and Benjamin Ragan-Kelly | ||
|
||
--- | ||
|
||
## Research at Simula is based on code | ||
|
||
* We write code to **pre-process** data | ||
* We write code to **run simulations** | ||
* We write code to create figures and tables (**post-processing**) | ||
|
||
* Whenever you publish a paper, you need to have recipe for how to reproduce the results in the paper | ||
|
||
--- | ||
|
||
## Goal of this workshops | ||
|
||
- 11.15 - 11.45: Code and data repositories (Henrik) | ||
- 11.45 - 12.15: Reproducible environments (Min) | ||
- 12.15 - 12.45: Lunch | ||
- 12.45 - 13.15: Linters, formatters and continuous integration (Henrik + Jørgen) | ||
- 13.15 - 13.45: Documentation (Jørgen) | ||
- 13.45 - 14.00: Break | ||
- 14.00 - 14.30: A paper with code (Henrik) | ||
|
||
--- | ||
|
||
## Material from the workshop | ||
|
||
- https://github.com/scientificcomputing/seminar-23-11-2023 | ||
- https://scientificcomputing.github.io/seminar-23-11-2023/README.html |