Skip to content

Commit bacbd24

Browse files
MM0hsinElliottKasoarJessieGould
authored
Updates authors (#258)
Co-authored-by: Elliott Kasoar <45317199+ElliottKasoar@users.noreply.github.com> Co-authored-by: JessieGould <jessica.gould@stfc.ac.uk>
1 parent 5c5eaf2 commit bacbd24

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CITATION.cff

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ type: software
55
authors:
66
- family-names: Zanca
77
given-names: Federica
8+
- family-names: Gould
9+
given-names: Jessica
10+
orcid: "https://orcid.org/0009-0009-3570-1820"
811
- family-names: Kasoar
912
given-names: Elliott
1013
orcid: "https://orcid.org/0009-0005-2015-9478"
14+
- family-names: Mohsin
15+
given-names: Muhammad
1116
- family-names: Wilkins
1217
given-names: Jacob
13-
orcid: https://orcid.org/0009-0004-9147-3475
18+
orcid: "https://orcid.org/0009-0004-9147-3475"
1419
- family-names: Elena
1520
given-names: Alin
1621
orcid: "https://orcid.org/0000-0002-7013-6670"

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# All configuration values have a default; values that are commented out
1111
# serve to show the default.
1212

13+
from importlib import metadata
1314
import os
1415
import sys
1516
import time
@@ -72,7 +73,7 @@
7273
# General information about the project.
7374
project = "aiida-mlip"
7475
copyright_first_year = "2024"
75-
copyright_owners = "Federica Zanca, Elliott Kasoar, Jacob Wilkins, Alin M. Elena"
76+
copyright_owners = metadata.metadata("aiida-mlip")["author"]
7677

7778
current_year = str(time.localtime().tm_year)
7879
copyright_year_string = (

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ version = "0.4.1"
44
description = "Machine learning interatomic potentials AiiDA plugin"
55
authors = [
66
{ name = "Federica Zanca" },
7+
{ name = "Jessica Gould" },
78
{ name = "Elliott Kasoar" },
9+
{ name = "Muhammad Mohsin" },
810
{ name = "Jacob Wilkins" },
911
{ name = "Alin M. Elena" },
1012
]

0 commit comments

Comments
 (0)