https://github.com/csdms/best-practices
Slides on CSDMS-themed best practices in geoscientific software development
https://github.com/csdms/best-practices
best-practices csdms geosciences programming
Last synced: 6 months ago
JSON representation
Slides on CSDMS-themed best practices in geoscientific software development
- Host: GitHub
- URL: https://github.com/csdms/best-practices
- Owner: csdms
- License: cc0-1.0
- Created: 2024-01-19T21:09:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T19:09:21.000Z (8 months ago)
- Last Synced: 2025-06-13T03:50:16.818Z (7 months ago)
- Topics: best-practices, csdms, geosciences, programming
- Homepage: https://csdms.io/best-practices
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# best-practices
Slides on CSDMS-themed best practices in scientific software development.
## presentation
Present these slides with [reveal-md](https://github.com/webpro/reveal-md) through their public Docker image:
```
git clone https://github.com/mdpiper/best-practices
docker run --rm -p 1948:1948 -p 35729:35729 -v $PWD/best-practices:/slides webpronl/reveal-md:latest /slides --watch
```
The service is now running at http://localhost:1948.