From 0ef5a4c5dd6bd4889ececc09d7161f375e0fc372 Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Wed, 12 Nov 2025 17:11:30 +0100 Subject: [PATCH 1/2] Add citation section to documentation Added citation information for the solposx package. --- docs/source/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/source/index.md b/docs/source/index.md index 5343b96..0f09f8b 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -7,6 +7,15 @@ The functions currently support calculating time series of solar position and at If you are new to this package, check out the introduction to [solar position algorithms](solarposition_introduction) and [refraction models](refraction_introduction). Alternatively, you may wish to dive straight into the [documentation](documentation), check out how to [install the solposx package](installation), or get updated on [recent developments](whatsnew). +## Citing +If you use solposx in published work, please cite: + + Jensen, A. R., Sifnaios, I., Anderson, K., and Luis, E. + "solposx: A Python package for determining solar position and atmospheric refraction." + Journal of Open Source Software, 10(115), 9239, (2025). + :doi:`10.21105/joss.09239`. + + ## Contributing Contributions to the repository, e.g., bug fixes, feature requests, are more than welcome! The package is openly developed on [GitHub](https://github.com/pvlib/solposx). From df4c2c20f9bf04525e7908cb6b25b9a792614a0b Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Wed, 12 Nov 2025 17:16:09 +0100 Subject: [PATCH 2/2] Change format from rst to md Updated citation format for solposx reference. --- docs/source/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/index.md b/docs/source/index.md index 0f09f8b..3acc32b 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -10,10 +10,10 @@ If you are new to this package, check out the introduction to [solar position al ## Citing If you use solposx in published work, please cite: - Jensen, A. R., Sifnaios, I., Anderson, K., and Luis, E. - "solposx: A Python package for determining solar position and atmospheric refraction." - Journal of Open Source Software, 10(115), 9239, (2025). - :doi:`10.21105/joss.09239`. +> Jensen, A. R., Sifnaios, I., Anderson, K., and Luis, E. +> "solposx: A Python package for determining solar position and atmospheric refraction." +> Journal of Open Source Software, 10(115), 9239, (2025). +> doi: [10.21105/joss.09239](https://doi.org/10.21105/joss.09239). ## Contributing