Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Project Contributors
# PyGMT Developers

This project was started in 2017 by [Leonardo Uieda](https://www.leouieda.com)
during [an NSF funded postdoc](https://www.leouieda.com/blog/hawaii-gmt-postdoc)
with [Paul Wessel](https://en.wikipedia.org/wiki/Pål_Wessel) at the University of
Hawaiʻi at Mānoa.
Comment thread
seisman marked this conversation as resolved.

The following people have contributed code and/or documentation to the project
The following people have contributed code and/or documentation to the PyGMT project
(alphabetically by name) and are considered to be "PyGMT Developers":

| Name | ORCID | Affiliation |
Expand All @@ -28,6 +23,3 @@ The following people have contributed code and/or documentation to the project
| [Xingchen He](https://github.com/Chuan1937) | [0009-0004-7182-2252](https://orcid.org/0009-0004-7182-2252) | Chengdu University of Technology, China |
| [Yohai Magen](https://github.com/yohaimagen) | [0000-0002-4892-4013](https://orcid.org/0000-0002-4892-4013) | Tel Aviv University, Israel |
| [Yvonne Fröhlich](https://github.com/yvonnefroehlich) | [0000-0002-8566-0619](https://orcid.org/0000-0002-8566-0619) | Unaffiliated |

Individuals who have made significant contributions to PyGMT are recognized on the
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this sentence so that this file focuses on PyGMT developers only.

[PyGMT Team](https://www.pygmt.org/dev/team.html) page.
14 changes: 11 additions & 3 deletions AUTHORSHIP.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,17 @@ The following are the ways in which individuals who have contributed will be rec

## The `AUTHORS.md` file

Anyone who has contributed a pull request to the project is welcome to add themselves to
the `AUTHORS.md` file. This file lives in the repository and is packaged with
distributions. This is an optional process.
The `AUTHORS.md` file lists PyGMT Developers. Anyone who has contributed a pull request
to the project is welcome to add themselves to the file. This file lives in the
repository and is packaged with distributions. This is an optional process.

## The PyGMT Team

[The PyGMT Team](https://github.com/GenericMappingTools/pygmt/blob/main/doc/team.md) is
a group of individuals who maintain the PyGMT project, make decisions about the
direction of the project, and manage release cycles. The team also includes
distinguished contributors who have made significant contributions to the project in
many ways in the project's history.

## Changelog for each release

Expand Down