Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<a href="https://doi.org/10.5281/zenodo.593284">
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.593284.svg" alt="zenodo reference">
</a>
<a href="http://joss.theoj.org/papers/41187535cad22dd4b076c89b72f874b1">
<img src="http://joss.theoj.org/papers/41187535cad22dd4b076c89b72f874b1/status.svg" alt="JOSS reference" />
<a style="border-width:0" href="https://doi.org/10.21105/joss.05994">
<img src="https://joss.theoj.org/papers/10.21105/joss.05994/status.svg" alt="DOI badge" >
</a>
</td>
</tr>
Expand Down Expand Up @@ -101,15 +101,21 @@ Citing

If you use pvlib-python in a published work, please cite:

William F. Holmgren, Clifford W. Hansen, and Mark A. Mikofski.
"pvlib python: a python package for modeling solar energy systems."
Journal of Open Source Software, 3(29), 884, (2018).
https://doi.org/10.21105/joss.00884
Anderson et al., (2023). pvlib python: 2023 project update.
Journal of Open Source Software, 8(92), 5994.
https://doi.org/10.21105/joss.05994

Please also cite the DOI corresponding to the specific version of
pvlib-python that you used. pvlib-python DOIs are listed at
[Zenodo.org](https://zenodo.org/search?page=1&size=20&q=conceptrecid:593284&all_versions&sort=-version)

Also, if you use the pvlib iotools for data retrieval, please cite:

Jensen et al., (2023). "pvlib iotools—Open-source Python".
functions for seamless access to solar irradiance data.
Solar Energy, 266, 112092.
https://doi.org/10.1016/j.solener.2023.112092

If you use pvlib-python in a commercial or publicly-available application, please
consider displaying one of the "powered by pvlib" logos:

Expand Down
7 changes: 3 additions & 4 deletions docs/sphinx/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ Many of the contributors to pvlib-python work in institutions where
citation metrics are used in performance or career evaluations. If you
use pvlib python in a published work, please cite:

William F. Holmgren, Clifford W. Hansen, and Mark A. Mikofski.
"pvlib python: a python package for modeling solar energy systems."
Journal of Open Source Software, 3(29), 884, (2018).
https://doi.org/10.21105/joss.00884
Anderson et al., (2023). "pvlib python: 2023 project update."
Journal of Open Source Software, 8(92), 5994.
https://doi.org/10.21105/joss.05994

Please also cite the DOI corresponding to the specific version of
pvlib python that you used. pvlib python DOIs are listed at
Expand Down