Skip to content

Commit d30ffc5

Browse files
Add logo (#239)
1 parent 226cddc commit d30ffc5

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)
1010
[![DOI](https://zenodo.org/badge/635090135.svg)](https://zenodo.org/doi/10.5281/zenodo.10034636)
1111

12+
<p align="center">
13+
<img height="200px" alt="logo" src="https://github.com/user-attachments/assets/d2bccfbd-19c9-4448-a5d9-6ac927c32cc5">
14+
</p>
15+
1216
**DispersiveShallowWater.jl** is a [Julia](https://julialang.org/) package that implements structure-preserving numerical methods for dispersive shallow water models.
1317
To date, it provides provably conservative, entropy-conserving and well-balanced numerical schemes for some dispersive shallow water models:
1418

docs/src/assets/logo.png

739 KB
Loading

docs/src/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)
1010
[![DOI](https://zenodo.org/badge/635090135.svg)](https://zenodo.org/doi/10.5281/zenodo.10034636)
1111

12+
```@raw html
13+
<p align="center">
14+
<img height="200px" alt="logo" src="https://github.com/user-attachments/assets/d2bccfbd-19c9-4448-a5d9-6ac927c32cc5">
15+
</p>
16+
```
17+
1218
[**DispersiveShallowWater.jl**](https://github.com/NumericalMathematics/DispersiveShallowWater.jl) is a [Julia](https://julialang.org/) package that implements structure-preserving numerical methods for dispersive shallow water models.
1319
To date, it provides provably conservative, entropy-conserving and well-balanced numerical schemes for some dispersive shallow water models:
1420

0 commit comments

Comments
 (0)