Skip to content

Commit e780a5b

Browse files
amontoisongdalle
andauthored
Update authors in Project.toml (#91)
* Update authors in Project.toml * Fix authors, add DOI * Typo --------- Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
1 parent 5dcb21f commit e780a5b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SparseMatrixColorings"
22
uuid = "0a514795-09f3-496d-8182-132a7b665d35"
3-
authors = ["Guillaume Dalle <22795598+gdalle@users.noreply.github.com>"]
3+
authors = ["Guillaume Dalle", "Alexis Montoison"]
44
version = "0.4.0"
55

66
[deps]

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Dev Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://gdalle.github.io/SparseMatrixColorings.jl/dev/)
66
[![Coverage](https://codecov.io/gh/gdalle/SparseMatrixColorings.jl/branch/main/graph/badge.svg)](https://app.codecov.io/gh/gdalle/SparseMatrixColorings.jl)
77
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/JuliaDiff/BlueStyle)
8+
[![DOI](https://zenodo.org/badge/801999408.svg)](https://zenodo.org/doi/10.5281/zenodo.11314275)
89

910
Coloring algorithms for sparse Jacobian and Hessian matrices.
1011

@@ -31,3 +32,8 @@ Some parts of the articles (like definitions) are thus copied verbatim in the do
3132

3233
- [ColPack.jl](https://github.com/michel2323/ColPack.jl): a Julia interface to the C++ library [ColPack](https://github.com/CSCsw/ColPack)
3334
- [SparseDiffTools.jl](https://github.com/JuliaDiff/SparseDiffTools.jl): contains Julia implementations of some coloring algorithms
35+
36+
## Citing
37+
38+
Please cite this software using the Zenodo DOI of the version you used.
39+
The link <https://zenodo.org/doi/10.5281/zenodo.11314275> resolves to the latest version.

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cp(joinpath(@__DIR__, "..", "README.md"), joinpath(@__DIR__, "src", "index.md");
88

99
makedocs(;
1010
modules=[SparseMatrixColorings],
11-
authors="Guillaume Dalle",
11+
authors="Guillaume Dalle and Alexis Montoison",
1212
sitename="SparseMatrixColorings.jl",
1313
format=Documenter.HTML(),
1414
pages=["Home" => "index.md", "api.md", "dev.md"],

0 commit comments

Comments
 (0)