Skip to content

Commit d3af335

Browse files
Add the citation information of the PyGMT paper to CITATION.cff and README.md (#4713)
Co-authored-by: Yvonne Fröhlich <94163266+yvonnefroehlich@users.noreply.github.com>
1 parent 808bd57 commit d3af335

2 files changed

Lines changed: 64 additions & 1 deletion

File tree

CITATION.cff

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,44 @@ repository-code: 'https://github.com/GenericMappingTools/pygmt'
8888
license: BSD-3-Clause
8989
version: 0.18.0
9090
date-released: '2026-01-12'
91+
preferred-citation:
92+
type: article
93+
authors:
94+
- given-names: Dongdong
95+
family-names: Tian
96+
affiliation: 'China University of Geosciences, China'
97+
orcid: 'https://orcid.org/0000-0001-7967-1197'
98+
- given-names: Yvonne
99+
family-names: Fröhlich
100+
affiliation: 'Karlsruhe Institute of Technology, Germany'
101+
orcid: 'https://orcid.org/0000-0002-8566-0619'
102+
- given-names: Wei Ji
103+
family-names: Leong
104+
affiliation: 'Development Seed, USA'
105+
orcid: 'https://orcid.org/0000-0003-2354-1988'
106+
- given-names: Michael
107+
family-names: Grund
108+
affiliation: 'SNP Innovation Lab GmbH, Germany'
109+
orcid: 'https://orcid.org/0000-0001-8759-2018'
110+
- given-names: William
111+
family-names: Schlitzer
112+
affiliation: Unaffiliated
113+
orcid: 'https://orcid.org/0000-0002-5843-2282'
114+
- given-names: Max
115+
family-names: Jones
116+
affiliation: 'Development Seed, USA'
117+
orcid: 'https://orcid.org/0000-0003-0180-8928'
118+
- given-names: Leonardo
119+
family-names: Uieda
120+
affiliation: 'Universidade de São Paulo, Brazil'
121+
orcid: 'https://orcid.org/0000-0001-6123-9515'
122+
- given-names: Joaquim Manuel Freire
123+
family-names: Luis
124+
affiliation: 'University of Algarve, Portugal'
125+
orcid: 'https://orcid.org/0000-0002-9035-4069'
126+
title: 'PyGMT: Bridging Python and the Generic Mapping Tools for Geospatial Visualization and Analysis'
127+
journal: 'Geochemistry, Geophysics, Geosystems'
128+
volume: 27
129+
article-number: e2026GC013105
130+
year: 2026
131+
doi: 10.1029/2026GC013105

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,30 @@ happy to help others learn.
135135
PyGMT is a community developed project. See the
136136
[AUTHORS.md](https://github.com/GenericMappingTools/pygmt/blob/main/AUTHORS.md) file
137137
on GitHub for a list of the people involved and a definition of the term "PyGMT Developers".
138-
Feel free to cite our work in your research using the following BibTeX:
139138

139+
Feel free to cite our work in your research. You can either cite the PyGMT paper published
140+
in *Geochemistry, Geophysics, Geosystems* or the Zenodo archive of the PyGMT software.
141+
142+
The BibTeX entry for the PyGMT paper is:
143+
```
144+
@article{pygmt_2026_2026GC013105,
145+
author = {Tian, Dongdong and
146+
Fröhlich, Yvonne and
147+
Leong, Wei Ji and
148+
Grund, Michael and
149+
Schlitzer, William and
150+
Jones, Max and
151+
Uieda, Leonardo and
152+
Luis, Joaquim M. F.},
153+
title = {{PyGMT: Bridging Python and the Generic Mapping Tools for Geospatial Visualization and Analysis}},
154+
journal = {Geochemistry, Geophysics, Geosystems},
155+
year = 2026,
156+
volume = {27},
157+
pages = {e2019GC008515},
158+
doi = {10.1029/2019GC008515},
159+
}
160+
```
161+
The BibTeX entry for the latest Zenodo archive of the PyGMT software is:
140162
```
141163
@software{
142164
pygmt_2026_18080259,

0 commit comments

Comments
 (0)