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
1 change: 1 addition & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ preferred-citation:
title: 'PyGMT: Bridging Python and the Generic Mapping Tools for Geospatial Visualization and Analysis'
journal: 'Geochemistry, Geophysics, Geosystems'
volume: 27
issue: 7
article-number: e2026GC013105
year: 2026
doi: 10.1029/2026GC013105
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ PyGMT is a community developed project. See the
[AUTHORS.md](https://github.com/GenericMappingTools/pygmt/blob/main/AUTHORS.md) file
on GitHub for a list of the people involved and a definition of the term "PyGMT Developers".

Feel free to cite our work in your research. You can either cite the PyGMT paper published
in *Geochemistry, Geophysics, Geosystems* or the Zenodo archive of the PyGMT software.
Feel free to cite our work in your research. You can either cite the [PyGMT paper](https://doi.org/10.1029/2026GC013105)
published in *Geochemistry, Geophysics, Geosystems* or the Zenodo archive of the PyGMT software.

The BibTeX entry for the PyGMT paper is:
```
Expand All @@ -152,8 +152,10 @@ The BibTeX entry for the PyGMT paper is:
journal = {Geochemistry, Geophysics, Geosystems},
year = 2026,
volume = {27},
pages = {e2019GC008515},
doi = {10.1029/2019GC008515},
number = {7},

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Could you please also add the issue number to CITATION.cff?

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.

pages = {e2026GC013105},
doi = {10.1029/2026GC013105},
url = {https://doi.org/10.1029/2026GC013105},
}
```
The BibTeX entry for the latest Zenodo archive of the PyGMT software is:
Expand Down