Skip to content

Commit

Permalink
Add ORCID for Ian
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjones committed Dec 1, 2020
1 parent d1cfcc4 commit b61c9a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Community Dynamics Metrics
Version: 2.0.5
Authors@R: c(person("Lauren", "Hallett", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0002-0718-0257")),
person("Meghan L.", "Avolio", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0002-2649-9159")),
person("Ian T.", "Carroll", email="[email protected]", role=c("aut")),
person("Ian T.", "Carroll", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0002-3616-810X")),
person("Sydney K.", "Jones", email="[email protected]", role=c("aut")),
person("A. Andrew M.", "MacDonald", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0003-1162-169X")),
person("Dan F. B.", "Flynn", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0002-2978-5257")),
Expand Down
3 changes: 2 additions & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"@type": "Person",
"givenName": "Ian T.",
"familyName": "Carroll",
"email": "[email protected]"
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-3616-810X"
},
{
"@type": "Person",
Expand Down

0 comments on commit b61c9a2

Please sign in to comment.