Skip to content

Commit 0794c68

Browse files
authored
Add citation file (#165)
1 parent cc7e292 commit 0794c68

3 files changed

Lines changed: 33 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: SparseMatrixColorings.jl
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- given-names: Guillaume
12+
family-names: Dalle
13+
orcid: 'https://orcid.org/0000-0003-4866-1687'
14+
- given-names: Alexis
15+
family-names: Montoison
16+
orcid: 'https://orcid.org/0000-0002-3403-5450'
17+
identifiers:
18+
- type: doi
19+
value: 10.5281/zenodo.11314275
20+
description: Zenodo
21+
repository-code: 'https://github.com/gdalle/SparseMatrixColorings.jl'
22+
abstract: >-
23+
Coloring algorithms for sparse Jacobian and Hessian
24+
matrices
25+
keywords:
26+
- graph coloring
27+
- sparse matrices
28+
- automatic differentiation
29+
- julia programming language
30+
license: MIT

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SparseMatrixColorings"
22
uuid = "0a514795-09f3-496d-8182-132a7b665d35"
33
authors = ["Guillaume Dalle", "Alexis Montoison"]
4-
version = "0.4.11"
4+
version = "0.4.12"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ Some parts of the articles (like definitions) are thus copied verbatim in the do
3535

3636
## Citing
3737

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.
38+
Please cite this software using the provided `CITATION.cff` file.
39+
The link <https://zenodo.org/doi/10.5281/zenodo.11314275> resolves to the latest version on Zenodo.

0 commit comments

Comments
 (0)