Skip to content

Commit

Permalink
93 add additional authors to toml and cff (#94)
Browse files Browse the repository at this point in the history
* Added all contributors as authors in pyproject.toml

* Added all contributors as authors in CITATION.cff

* Corrected license in CITATION.cff

* Corrected spelling of author names
  • Loading branch information
hampusnasstrom authored Sep 18, 2024
1 parent f105caf commit 30343d2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,26 @@ authors:
- given-names: Sebastian
family-names: Brückner
orcid: 'https://orcid.org/0000-0002-5969-847X'
- given-names: Michael
family-names: Götte
- given-names: Ahmed
family-names: Ilyas
- given-names: Sarthak
family-names: Kapoor
orcid: 'https://orcid.org/0000-0002-1889-6998'
- given-names: José A.
family-names: Márquez
orcid: 'https://orcid.org/0000-0002-8173-2566'
- given-names: Hampus
family-names: Näsström
orcid: 'https://orcid.org/0000-0002-3264-1692'
- given-names: Markus
family-names: Scheidgen
orcid: 'https://orcid.org/0000-0002-8038-2277'
doi: 10.5281/zenodo.13786015
repository-code: 'https://github.com/FAIRmat-NFDI/nomad-material-processing'
url: 'https://fairmat-nfdi.github.io/nomad-material-processing/'
abstract: >-
A NOMAD plugin containing base sections for material
processing.
license: MIT
license: Apache-2.0
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ dynamic = ["version"]
description = "A plugin for NOMAD containing base sections for material processing."
readme = "README.md"
authors = [
{ name = "Sarthak Kapoor", email = '[email protected]' },
{ name = "Hampus Näsström", email = '[email protected]' },
{ name = "Andrea Albino", email = '[email protected]' },
{ name = "Sebastian Brückner", email = '[email protected]' },
{ name = "Michael Götte" },
{ name = "Ahmed Ilyas" },
{ name = "Sarthak Kapoor", email = '[email protected]' },
{ name = "José A. Márquez", email = '[email protected]' },
{ name = "Hampus Näsström", email = '[email protected]' },
{ name = "Markus Scheidgen" },
]
license = { file = "LICENSE" }
dependencies = [
Expand Down

0 comments on commit 30343d2

Please sign in to comment.