@@ -75,6 +75,10 @@ fig.show()
7575For other ways to install PyGMT and more examples, please visit the
7676[ PyGMT documentation] ( https://www.pygmt.org/ ) .
7777
78+ ## Documentation
79+
80+ - [ Citing PyGMT] ( https://www.pygmt.org/dev/citing.html )
81+
7882## Contacting us
7983
8084- Most discussion happens [ on GitHub] ( https://github.com/GenericMappingTools/pygmt ) .
@@ -117,75 +121,6 @@ happy to help others learn.
117121
118122* This disclaimer was adapted from the* [ MetPy project] ( https://github.com/Unidata/MetPy ) .
119123
120- ## Citing PyGMT
121-
122- PyGMT is a community developed project. See the
123- [ AUTHORS.md] ( https://github.com/GenericMappingTools/pygmt/blob/main/AUTHORS.md ) file
124- on GitHub for a list of the people involved and a definition of the term "PyGMT Developers".
125-
126- Feel free to cite our work in your research. You can either cite the [ PyGMT paper] ( https://doi.org/10.1029/2026GC013105 )
127- published in * Geochemistry, Geophysics, Geosystems* or the Zenodo archive of the PyGMT software.
128-
129- The BibTeX entry for the PyGMT paper is:
130- ```
131- @article{pygmt_2026_2026GC013105,
132- author = {Tian, Dongdong and
133- Fröhlich, Yvonne and
134- Leong, Wei Ji and
135- Grund, Michael and
136- Schlitzer, William and
137- Jones, Max and
138- Uieda, Leonardo and
139- Luis, Joaquim M. F.},
140- title = {{PyGMT: Bridging Python and the Generic Mapping Tools for Geospatial Visualization and Analysis}},
141- journal = {Geochemistry, Geophysics, Geosystems},
142- year = 2026,
143- volume = {27},
144- number = {7},
145- pages = {e2026GC013105},
146- doi = {10.1029/2026GC013105},
147- url = {https://doi.org/10.1029/2026GC013105},
148- }
149- ```
150- The BibTeX entry for the latest Zenodo archive of the PyGMT software is:
151- ```
152- @software{
153- pygmt_2026_19398871,
154- author = {Tian, Dongdong and
155- Leong, Wei Ji and
156- Fröhlich, Yvonne and
157- Grund, Michael and
158- Schlitzer, William and
159- Jones, Max and
160- Toney, Liam and
161- Yao, Jiayuan and
162- Tong, Jing-Hui and
163- Magen, Yohai and
164- Materna, Kathryn and
165- Belem, Andre and
166- Newton, Tyler and
167- Anant, Abhishek and
168- Ziebarth, Malte and
169- Quinn, Jamie and
170- He, Xingchen and
171- Uieda, Leonardo and
172- Wessel, Paul},
173- title = {{PyGMT: A Python interface for the Generic Mapping Tools}},
174- month = jul,
175- year = 2026,
176- publisher = {Zenodo},
177- version = {0.19.0},
178- doi = {10.5281/zenodo.19398871},
179- url = {https://doi.org/10.5281/zenodo.19398871}
180- }
181- ```
182-
183- To cite a specific version of PyGMT, go to our Zenodo page at < https://doi.org/10.5281/zenodo.3781524 >
184- and use the "Export to BibTeX" function there. It is also strongly recommended to cite
185- the [ GMT 6 paper] ( https://doi.org/10.1029/2019GC008515 ) (which PyGMT wraps around). Note
186- that some modules like ` dimfilter ` , ` surface ` , and ` x2sys ` also have their dedicated
187- citations. Further information for all these can be found at < https://www.generic-mapping-tools.org/cite > .
188-
189124## License
190125
191126PyGMT is free software: you can redistribute it and/or modify it under the terms of the
0 commit comments