Skip to content

Commit

Permalink
update JOSS link; update bib
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeolson committed Jul 5, 2023
1 parent 9e1f811 commit 1e27ab8
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 50 deletions.
25 changes: 8 additions & 17 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
@article{BeOlScSo2023,
author = {Nathan Bell and Luke N. Olson and Jacob Schroder and Ben S. Southworth},
@article{pyamg2023,
author = {Nathan Bell and Luke N. Olson and Jacob Schroder and Ben Southworth},
title = {{PyAMG}: Algebraic Multigrid Solvers in Python},
journal = {Journal of Open Source Software},
journal = {Journal of Open Source Software}
year = {2023},
publisher = {The Open Journal},
note = {submitted},
}

@article{BeOlSc2022,
author = {Nathan Bell and Luke N. Olson and Jacob Schroder},
title = {{PyAMG}: Algebraic Multigrid Solvers in Python},
journal = {Journal of Open Source Software},
year = {2022},
publisher = {The Open Journal},
volume = {7},
number = {72},
pages = {4142},
doi = {10.21105/joss.04142},
url = {https://doi.org/10.21105/joss.04142},
volume = {8},
number = {87},
pages = {5495},
doi = {10.21105/joss.05495},
url = {https://doi.org/10.21105/joss.05495},
}
51 changes: 36 additions & 15 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,39 @@ repository-code: https://github.com/pyamg/pyamg
type: software
version: 5.0.0
authors:
- given-names: Nathan
family-names: Bell
affiliation: Google
- given-names: Luke
family-names: Olson
orcid: https://orcid.org/0000-0002-5283-6104
affiliation: Department of Computer Science, University of Illinois at Urbana-Champaign
- given-names: Jacob
family-names: Schroder
orcid: https://orcid.org/0000-0002-1076-9206
affiliation: Department of Mathematics and Statistics, University of New Mexico
- given-names: Ben
family-names: Southworth
orcid: https://orcid.org/0000-0002-0283-4928
affiliation: Los Alamos National Laboratory
- family-names: Bell
given-names: Nathan
- family-names: Olson
given-names: Luke N.
orcid: "https://orcid.org/0000-0002-5283-6104"
- family-names: Schroder
given-names: Jacob
orcid: "https://orcid.org/0000-0002-1076-9206"
- family-names: Southworth
given-names: Ben
orcid: "https://orcid.org/0000-0002-0283-4928"
preferred-citation:
authors:
- family-names: Bell
given-names: Nathan
- family-names: Olson
given-names: Luke N.
orcid: "https://orcid.org/0000-0002-5283-6104"
- family-names: Schroder
given-names: Jacob
orcid: "https://orcid.org/0000-0002-1076-9206"
- family-names: Southworth
given-names: Ben
orcid: "https://orcid.org/0000-0002-0283-4928"
date-published: 2023-07-04
doi: 10.21105/joss.05495
issn: 2475-9066
issue: 87
journal: Journal of Open Source Software
publisher:
name: Open Journals
start: 5495
title: "PyAMG: Algebraic Multigrid Solvers in Python"
type: article
url: "https://joss.theoj.org/papers/10.21105/joss.05495"
volume: 8
27 changes: 9 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![CI](https://github.com/pyamg/pyamg/workflows/CI/badge.svg)](https://github.com/pyamg/pyamg/actions?query=workflow%3ACI+branch%3Amain)
[![PyPi](https://img.shields.io/pypi/pyversions/pyamg.svg?style=flat-square)](https://pypi.python.org/pypi/pyamg/)
[![codecov](https://codecov.io/gh/pyamg/pyamg/branch/main/graph/badge.svg?token=JpRo1gdALC)](https://codecov.io/gh/pyamg/pyamg)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.04142/status.svg)](https://doi.org/10.21105/joss.04142)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05495/status.svg)](https://doi.org/10.21105/joss.05495)

# Installation
PyAMG requires `numpy` and `scipy`
Expand Down Expand Up @@ -50,26 +50,17 @@ Portions of the project were partially supported by the NSF under award DMS-0612
If you use PyAMG in your work, please consider using the following citation:

<pre>
@article{BeOlScSo2023,
author = {Nathan Bell and Luke N. Olson and Jacob Schroder and Ben S. Southworth},
@article{pyamg2023,
author = {Nathan Bell and Luke N. Olson and Jacob Schroder and Ben Southworth},
title = {{PyAMG}: Algebraic Multigrid Solvers in Python},
journal = {Journal of Open Source Software},
journal = {Journal of Open Source Software}
year = {2023},
publisher = {The Open Journal},
note = {submitted},
}

@article{BeOlSc2022,
author = {Nathan Bell and Luke N. Olson and Jacob Schroder},
title = {{PyAMG}: Algebraic Multigrid Solvers in Python},
journal = {Journal of Open Source Software},
year = {2022},
publisher = {The Open Journal},
volume = {7},
number = {72},
pages = {4142},
doi = {10.21105/joss.04142},
url = {https://doi.org/10.21105/joss.04142},
volume = {8},
number = {87},
pages = {5495},
doi = {10.21105/joss.05495},
url = {https://doi.org/10.21105/joss.05495},
}
</pre>

Expand Down

0 comments on commit 1e27ab8

Please sign in to comment.