Skip to content

Commit dabdeaf

Browse files
authored
update citations to include new JOSS paper (#570)
* update citations * update whatsnew [skip ci]
1 parent 3e629d2 commit dabdeaf

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,18 @@ community. We also make new version announcements on the google group.
6969
If you suspect that you may have discovered a bug or if you'd like to
7070
change something about pvlib, then please make an issue on our
7171
[GitHub issues page](https://github.com/pvlib/pvlib-python/issues).
72+
73+
74+
Citing
75+
======
76+
77+
If you use pvlib-python in a published work, please cite:
78+
79+
William F. Holmgren, Clifford W. Hansen, and Mark A. Mikofski.
80+
"pvlib python: a python package for modeling solar energy systems."
81+
Journal of Open Source Software, 3(29), 884, (2018).
82+
https://doi.org/10.21105/joss.00884
83+
84+
Please also cite the DOI corresponding to the specific version of
85+
pvlib-python that you used. pvlib-python DOIs are listed at
86+
[Zenodo.org](https://zenodo.org/search?page=1&size=20&q=conceptrecid:593284&all_versions&sort=-version)

docs/sphinx/source/index.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,18 @@ Citing pvlib-python
3636

3737
Many of the contributors to pvlib-python work in institutions where
3838
citation metrics are used in performance or career evaluations. If you
39-
use pvlib-python in a published work, please cite the most appropriate
40-
of:
39+
use pvlib-python in a published work, please cite:
40+
41+
William F. Holmgren, Clifford W. Hansen, and Mark A. Mikofski.
42+
"pvlib python: a python package for modeling solar energy systems."
43+
Journal of Open Source Software, 3(29), 884, (2018).
44+
https://doi.org/10.21105/joss.00884
45+
46+
Please also cite the DOI corresponding to the specific version of
47+
pvlib-python that you used. pvlib-python DOIs are listed at
48+
`Zenodo.org <https://zenodo.org/search?page=1&size=20&q=conceptrecid:593284&all_versions&sort=-version>`_
49+
50+
Additional pvlib-python publications include:
4151

4252
* J. S. Stein, “The photovoltaic performance modeling
4353
collaborative (PVPMC),” in Photovoltaic Specialists Conference, 2012.
@@ -60,9 +70,6 @@ of:
6070
"An Open Source Solar Power Forecasting Tool Using PVLIB-Python,"
6171
in 43rd Photovoltaic Specialists Conference, 2016.
6272

63-
Specific released versions of pvlib-python can be cited using their
64-
`Zenodo DOI <https://zenodo.org/search?ln=en&p=pvlib&action_search=>`_.
65-
6673

6774
Contents
6875
========

docs/sphinx/source/whatsnew/v0.6.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ Documentation
172172
* Add PVSystem documentation page. (:issue:`514`, :issue:`319`)
173173
* Add example of Kasten Linke Turbidity calculation, discuss broadband AOD and
174174
Angstrom Turbidity Model. (:issue:`302`)
175+
* Add JOSS paper to "Citing pvlib-python" section.
175176

176177

177178
Testing

0 commit comments

Comments
 (0)