Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdpiper/an-introduction-to-bmi
A presentation on the Basic Model Interface (BMI).
https://github.com/mdpiper/an-introduction-to-bmi
bmi csdms reveal-md
Last synced: 11 days ago
JSON representation
A presentation on the Basic Model Interface (BMI).
- Host: GitHub
- URL: https://github.com/mdpiper/an-introduction-to-bmi
- Owner: mdpiper
- License: cc0-1.0
- Created: 2024-10-15T21:46:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:17:40.000Z (3 months ago)
- Last Synced: 2024-10-22T12:29:36.634Z (2 months ago)
- Topics: bmi, csdms, reveal-md
- Language: CSS
- Homepage: https://bmi.readthedocs.io
- Size: 561 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# an-introduction-to-bmi
A presentation on the [Basic Model Interface](https://bmi.readthedocs.io) (BMI).
## presentation
Present these slides with [reveal-md](https://github.com/webpro/reveal-md) through their public Docker image:
```
git clone https://github.com/mdpiper/an-introduction-to-bmi
docker run --rm -p 1948:1948 -p 35729:35729 -v $PWD/an-introduction-to-bmi:/slides webpronl/reveal-md:latest /slides --watch
```
The service is now running at http://localhost:1948.