Skip to content

Commit 5faf06c

Browse files
liamtoneyseismanweiji14Meghan Jonesmjziebarth
authored
Add affiliations and ORCIDs to AUTHORS.md (#857)
* Add affiliation and ORCID for Liam * Add Will Schlitzer ORCID * Add Dongdong Tian ORCID * Add Michael Grund ORCID * Clarify what should be added to AUTHORS.md * Add Malte Ziebarth to AUTHORS.md * Add Wei Ji ORCID and affiliation * Add Tyler Newton ORCHID & affiliation (#880) Co-authored-by: Dongdong Tian <seisman.info@gmail.com> Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> Co-authored-by: Meghan Jones <meghanj@hawaii.edu> Co-authored-by: Malte Ziebarth <malte.ziebarth@fmvkb.de> Co-authored-by: Will Schlitzer <schlitzer90@gmail.com> Co-authored-by: Michael Grund <michael.grund@kit.edu> Co-authored-by: Tyler Newton <54011699+tjnewton@users.noreply.github.com>
1 parent 02858eb commit 5faf06c

2 files changed

Lines changed: 22 additions & 18 deletions

File tree

AUTHORS.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ during [an NSF funded postdoc](http://www.leouieda.com/blog/hawaii-gmt-postdoc.h
55
with [Paul Wessel](http://www.soest.hawaii.edu/wessel) at the University of Hawaii at
66
Manoa.
77

8-
The following people have contributed code to the project (alphabetical by last name)
9-
and are considered the "PyGMT Developers":
8+
The following people have contributed code and/or documentation to the project
9+
(alphabetical by name) and are considered to be "PyGMT Developers":
1010

11-
* [Michael Grund](https://github.com/michaelgrund)
12-
* [Wei Ji Leong](https://github.com/weiji14)
13-
* [Tyler Newton](http://www.tnewton.com/)
14-
* [William Schlitzer](https://github.com/willschlitzer)
15-
* [Dongdong Tian](https://seisman.info/)
16-
* [Liam Toney](https://liam.earth/)
17-
* [Leonardo Uieda](http://www.leouieda.com/)
11+
* [Dongdong Tian](https://seisman.info/) | [0000-0001-7967-1197](https://orcid.org/0000-0001-7967-1197) | Department of Earth and Environmental Sciences, Michigan State University, East Lansing, MI, USA
12+
* [Leonardo Uieda](http://www.leouieda.com/) | [0000-0001-6123-9515](https://orcid.org/0000-0001-6123-9515) | Department of Earth, Ocean and Ecological Sciences, University of Liverpool, Liverpool, United Kingdom
13+
* [Liam Toney](https://liam.earth/) | [0000-0003-0167-9433](https://orcid.org/0000-0003-0167-9433) | Alaska Volcano Observatory and Wilson Alaska Technical Center, Geophysical Institute, University of Alaska Fairbanks, Fairbanks, AK, USA
14+
* [Malte Ziebarth](https://github.com/mjziebarth) | [0000-0002-5190-4478](https://orcid.org/0000-0002-5190-4478) | GFZ German Research Centre for Geosciences, Potsdam, Germany
15+
* [Michael Grund](https://github.com/michaelgrund) | [0000-0001-8759-2018](https://orcid.org/0000-0001-8759-2018)
16+
* [Tyler Newton](http://www.tnewton.com/) | [0000-0002-1560-6553](https://orcid.org/0000-0002-1560-6553) | Department of Earth Sciences, University of Oregon, Eugene, OR, USA
17+
* [Wei Ji Leong](https://github.com/weiji14) | [0000-0003-2354-1988](https://orcid.org/0000-0003-2354-1988) | Antarctic Research Centre, Victoria University of Wellington, Wellington, New Zealand
18+
* [William Schlitzer](https://github.com/willschlitzer) | [0000-0002-5843-2282](https://orcid.org/0000-0002-5843-2282) | Unaffiliated

AUTHORSHIP.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ be invited to be an author on the Zenodo archive of new releases.
3636
To be included as an author, you *must* add the following to the `AUTHORS.md`
3737
file of the repository:
3838

39-
1. Full name
40-
2. Affiliation (if omitted, we will use "Unaffiliated")
41-
3. ORCID (optional)
39+
1. Full name (and a link to your website or GitHub page)
40+
2. [ORCID](https://orcid.org) (optional)
41+
3. Affiliation (if omitted, we will use "Unaffiliated")
4242

4343
The order of authors will be defined by the number of commits to the repository
4444
(`git shortlog -sne`). The order can also be changed on a case-by-case basis.
@@ -54,18 +54,21 @@ there are a few options:
5454
## Scientific publications (papers)
5555

5656
We aim to write academic papers for most of our software packages. Ideally, we
57-
will publish updated papers for major changes or significant new components of the
58-
package.
57+
will publish updated papers for major changes or significant new components of
58+
the package.
5959

6060
To be included as an author on the paper, you *must* satisfy the following
6161
criteria:
6262

63-
1. Have made multiple and regular contributions to the repository, or the GMT repository, in numerous facets, such as wrapping functions, testing, and/or writing documentation.
64-
2. Have made non-coding contributions, including project administration and decision making.
63+
1. Have made multiple and regular contributions to the repository, or the GMT
64+
repository, in numerous facets, such as wrapping functions, testing, and/or
65+
writing documentation.
66+
2. Have made non-coding contributions, including project administration and
67+
decision making.
6568
3. Have participated in the writing and reviewing of the paper.
66-
2. Add your full name, affiliation, and (optionally) ORCID to the paper. These
69+
4. Add your full name, affiliation, and (optionally) ORCID to the paper. These
6770
can be submitted on pull requests to the corresponding paper repository.
68-
3. Write and/or read and review the manuscript in a timely manner and provide
71+
5. Write and/or read and review the manuscript in a timely manner and provide
6972
comments on the paper (even if it's just an "OK", but preferably more).
7073

7174
The order of authors will be defined by the number of commits made since the

0 commit comments

Comments
 (0)