Skip to content

Commit

Permalink
docs: Add Alexander Puck Neuwirth as maintainer (#252)
Browse files Browse the repository at this point in the history
* Add Alexander Puck Neuwirth as a project maintainer and add him to the
  author lists.
  • Loading branch information
matthewfeickert authored Aug 30, 2024
1 parent 9d69dc4 commit ce35cad
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"affiliation": "University of Liverpool",
"name": "Eduardo Rodrigues",
"orcid": "0000-0003-2846-7625"
},
{
"affiliation": "Institut für Theoretische Physik, Universität Münster",
"name": "Alexander Puck Neuwirth",
"orcid": "0000-0002-2484-1328"
}
],
"access_right": "open",
Expand Down
4 changes: 4 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ authors:
given-names: "Eduardo"
orcid: "https://orcid.org/0000-0003-2846-7625"
affiliation: "University of Liverpool"
- family-names: "Neuwirth"
given-names: "Alexander Puck"
orcid: "https://orcid.org/0000-0002-2484-1328"
affiliation: "Institut für Theoretische Physik, Universität Münster"
title: "pylhe: v0.9.0"
version: 0.9.0
doi: 10.5281/zenodo.1217031
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The preferred BibTeX entry for citation of `pylhe` is

```
@software{pylhe,
author = {Lukas Heinrich and Matthew Feickert and Eduardo Rodrigues},
author = {Lukas Heinrich and Matthew Feickert and Eduardo Rodrigues and Alexander Puck Neuwirth},
title = "{pylhe: v0.9.0}",
version = {v0.9.0},
doi = {10.5281/zenodo.1217031},
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ authors = [
{ name = "Lukas Heinrich", email = "[email protected]" },
{ name = "Matthew Feickert", email = "[email protected]" },
{ name = "Eduardo Rodrigues", email = "[email protected]" },
{ name = "Alexander Puck Neuwirth", email = "[email protected]" },
]
maintainers = [ {name = "The Scikit-HEP admins", email = "[email protected]"} ]
keywords = [
Expand Down

0 comments on commit ce35cad

Please sign in to comment.