From 304198e5e6c3eefc9b5ab3f3bb58e1fde2e92806 Mon Sep 17 00:00:00 2001 From: ArthurSiqueira-Macedo Date: Fri, 17 Apr 2026 16:18:45 -0300 Subject: [PATCH 1/2] Remove CITATION.rst of the main page and add the content of it on doc/citing.rst In this commit I coppied the content of the file CITATION.rst, and add it on doc/citing.rst --- CITATION.rst | 49 ------------------------------------------------- doc/citing.rst | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 49 insertions(+), 50 deletions(-) delete mode 100644 CITATION.rst diff --git a/CITATION.rst b/CITATION.rst deleted file mode 100644 index 9d278d807..000000000 --- a/CITATION.rst +++ /dev/null @@ -1,49 +0,0 @@ -Citing Harmonica -================ - -This is research software **made by scientists**. Citations help us justify the -effort that goes into building and maintaining this project. - -Citing the software -------------------- - -If you used this software in your research, please consider -citing the following source: https://doi.org/10.5281/zenodo.3628741 - -The link above includes full citation information and export formats (BibTeX, -Mendeley, etc). - -Citing the methods ------------------- - -Harmonica offers implementations of some methods that have been published in -scientific journals. We appreciate citations of these publications as well in -case you made use of them. - -* :class:`harmonica.EulerInversion`: - - Uieda, L., Souza-Junior, G. F., Uppal, I., Oliveira Jr., V. C. (2025). - Euler inversion: Locating sources of potential-field data through inversion - of Euler's homogeneity equation. Geophysical Journal International. - doi:`10.1093/gji/ggaf114 `__. - -* :class:`harmonica.EquivalentSources` with ``block_size`` set (block-averaged - sources): - - Soler, S. R. and Uieda, L. (2021). Gradient-boosted equivalent sources, - Geophysical Journal International. - doi:`10.1093/gji/ggab297 `__ - -* :class:`harmonica.EquivalentSourcesGB` (Gradient-boosted equivalent sources): - - Soler, S. R. and Uieda, L. (2021). Gradient-boosted equivalent sources, - Geophysical Journal International. doi:`10.1093/gji/ggab297 - `__ - -* :class:`harmonica.tesseroid_gravity` (forward modelling of tesseroids with - constant and variable density): - - Soler, S. R., Pesce, A., Gimenez, M. E., & Uieda, L. (2019). Gravitational - field calculation in spherical coordinates using variable densities in - depth, Geophysical Journal International. doi: `10.1093/gji/ggz277 - `__ diff --git a/doc/citing.rst b/doc/citing.rst index 9716a2473..bce25a436 100644 --- a/doc/citing.rst +++ b/doc/citing.rst @@ -1,3 +1,51 @@ .. _citing_harmonica: -.. include:: ../CITATION.rst +Citing Harmonica +================ + +This is research software **made by scientists**. Citations help us justify the +effort that goes into building and maintaining this project. + +Citing the software +------------------- + +If you used this software in your research, please consider +citing the following source: https://doi.org/10.5281/zenodo.3628741 + +The link above includes full citation information and export formats (BibTeX, +Mendeley, etc). + +Citing the methods +------------------ + +Harmonica offers implementations of some methods that have been published in +scientific journals. We appreciate citations of these publications as well in +case you made use of them. + +* :class:`harmonica.EulerInversion`: + + Uieda, L., Souza-Junior, G. F., Uppal, I., Oliveira Jr., V. C. (2025). + Euler inversion: Locating sources of potential-field data through inversion + of Euler's homogeneity equation. Geophysical Journal International. + doi:`10.1093/gji/ggaf114 `__. + +* :class:`harmonica.EquivalentSources` with ``block_size`` set (block-averaged + sources): + + Soler, S. R. and Uieda, L. (2021). Gradient-boosted equivalent sources, + Geophysical Journal International. + doi:`10.1093/gji/ggab297 `__ + +* :class:`harmonica.EquivalentSourcesGB` (Gradient-boosted equivalent sources): + + Soler, S. R. and Uieda, L. (2021). Gradient-boosted equivalent sources, + Geophysical Journal International. doi:`10.1093/gji/ggab297 + `__ + +* :class:`harmonica.tesseroid_gravity` (forward modelling of tesseroids with + constant and variable density): + + Soler, S. R., Pesce, A., Gimenez, M. E., & Uieda, L. (2019). Gravitational + field calculation in spherical coordinates using variable densities in + depth, Geophysical Journal International. doi: `10.1093/gji/ggz277 + `__ From 41b0618e21f70ce931e514a33237d24314e18cee Mon Sep 17 00:00:00 2001 From: ArthurSiqueira-Macedo Date: Wed, 6 May 2026 10:06:12 -0300 Subject: [PATCH 2/2] Add Arthur as author, in the file AUTHORS.md --- AUTHORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.md b/AUTHORS.md index 96ae1225a..8716bed9a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -11,6 +11,7 @@ order by last name) and are considered "The Harmonica Developers": * [Vanderlei C Oliveira Jr](https://github.com/birocoles) - Observatório Nacional, Brazil (ORCID: 0000-0002-6338-4086) * [Agustina Pesce](https://github.com/aguspesce) - Universidad Nacional de San Juan, Argentina (ORCID: 0000-0002-5538-8845) * [Nicholas Shea](https://github.com/nshea3) - MINES ParisTech (ORCID: 0000-0001-6007-5686) +* [Arthur Siqueira-Macedo](https://github.com/arthursmacedo) - Universidade de São Paulo, Brazil (ORCID: 0009-0006-5106-4356) * [Santiago Soler](https://github.com/santisoler) - Department of Earth, Ocean and Atmospheric Sciences, University of British Columbia (ORCID: 0000-0001-9202-5317) * [Gelson Ferreira Souza-Junior](https://github.com/Souza-junior) - Universidade de São Paulo, Brazil (ORCID: 0000-0002-5695-4239) * [Matthew Tankersley](https://github.com/mdtanker) - Antarctic Research Centre, Victoria University of Wellington, New Zealand (ORCID: 0000-0003-4266-8554)