Skip to content

Commit 4691ebc

Browse files
Merge pull request #328 from SciML/ap/citation
Temporary Citation via Zenodo
2 parents 665758d + 4faea2b commit 4691ebc

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CITATION.cff

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Pal"
5+
given-names: "Avik"
6+
orcid: "https://orcid.org/0000-0002-3938-7375"
7+
- family-names: "Rackauckas"
8+
given-names: "Chris"
9+
title: "NonlinearSolve.jl"
10+
version: 3.1.1
11+
doi: 10.5281/zenodo.10397607
12+
date-released: 2023-12-17
13+
url: "https://github.com/SciML/NonlinearSolve.jl"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Join the chat at https://julialang.zulipchat.com #sciml-bridged](https://img.shields.io/static/v1?label=Zulip&message=chat&color=9558b2&labelColor=389826)](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged)
44
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/NonlinearSolve/stable/)
5+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10397607.svg)](https://doi.org/10.5281/zenodo.10397607)
56

67
[![codecov](https://codecov.io/gh/SciML/NonlinearSolve.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SciML/NonlinearSolve.jl)
78
[![Build Status](https://github.com/SciML/NonlinearSolve.jl/workflows/CI/badge.svg)](https://github.com/SciML/NonlinearSolve.jl/actions?query=workflow%3ACI)

0 commit comments

Comments
 (0)