-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from agdestein:citation
Add citation file and PR template
- Loading branch information
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Checklist | ||
|
||
- [ ] I have added my name to the [`CITATION.cff` file](https://github.com/agdestein/IncompressibleNavierStokes.jl/blob/main/README.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
cff-version: 1.2.0 | ||
title: IncompressibleNavierStokes.jl | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Syver Døving | ||
family-names: Agdestein | ||
affiliation: Centrum Wiskunde & Informatica | ||
orcid: 'https://orcid.org/0000-0002-1589-2916' | ||
- given-names: "Benjamin" | ||
family-names: "Sanderse" | ||
affiliation: Centrum Wiskunde & Informatica | ||
orcid: "https://orcid.org/0000-0001-9483-1988" | ||
repository-code: 'https://github.com/agdestein/IncompressibleNavierStokes.jl' | ||
url: 'https://agdestein.github.io/IncompressibleNavierStokes.jl/' | ||
abstract: >- | ||
Incompressible Navier-Stokes solver written in | ||
Julia, running on GPUs and compatible with | ||
reverse mode automatic differentiation. | ||
license: MIT | ||
commit: 81c57ed9a4b366c2192610268564e8dfa26b43c8 | ||
version: 2.0.1 | ||
date-released: '2024-11-09' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# Citing | ||
|
||
See the | ||
[`CITATION.cff`](https://github.com/agdestein/IncompressibleNavierStokes.jl/blob/main/README.md) | ||
file in the root of the repository for citation information. | ||
To get the citation in BibTeX format, click on "Cite this repository"-button to the right on the | ||
[GitHub landing page](https://github.com/agdestein/IncompressibleNavierStokes.jl). |