Skip to content

Commit 2ae926f

Browse files
committed
Merge branch 'paper-2025-joss' of https://github.com/JoshuaLampert/DispersiveShallowWater.jl into paper-2025-joss
2 parents 3088913 + a9f5127 commit 2ae926f

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
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/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ makedocs(;
7575
prettyurls = get(ENV, "CI", "false") == "true",
7676
canonical = "https://NumericalMathematics.github.io/DispersiveShallowWater.jl/stable",
7777
edit_link = "main",
78-
assets = String[],
78+
# Explicitly add favicon as asset
79+
assets = ["assets/favicon.ico"],
7980
size_threshold = 1200 * 1024, # the generated .gif files can be too large
8081
size_threshold_warn = 1000 * 1024),
8182
pages = ["Home" => "index.md",

docs/src/assets/favicon.ico

102 KB
Binary file not shown.

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)