Skip to content

Update formatting of additional pvlib publications #2011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all 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
28 changes: 16 additions & 12 deletions docs/sphinx/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,22 @@ use pvlib python in a published work, please cite:
Anderson, K., Hansen, C., Holmgren, W., Jensen, A., Mikofski, M., and Driesse, A.
"pvlib python: 2023 project update."
Journal of Open Source Software, 8(92), 5994, (2023).
https://doi.org/10.21105/joss.05994
:doi:`10.21105/joss.05994`.


**Recommended citation for pvlib iotools**

Jensen, A., Anderson, K., Holmgren, W., Mikofski, M., Hansen, C., Boeman, L., Loonen, R.
"pvlib iotools — Open-source Python functions for seamless access to solar irradiance data."
Solar Energy, 266, 112092, (2023).
https://doi.org/10.1016/j.solener.2023.112092
:doi:`10.1016/j.solener.2023.112092`.

**Historical citation for pvlib python**

Holmgren, W., Hansen, C., and Mikofski, M.
"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
:doi:`10.21105/joss.00884`.

**Version specific citation**
Please also cite the DOI corresponding to the specific version of
Expand All @@ -82,26 +82,30 @@ pvlib python that you used. pvlib python DOIs are listed at

Additional pvlib python publications include:

* J. S. Stein, “The photovoltaic performance modeling
collaborative (PVPMC),” in Photovoltaic Specialists Conference, 2012.
* J. S. Stein, "The Photovoltaic Performance Modeling Collaborative (PVPMC),"
2012 38th IEEE Photovoltaic Specialists Conference (PVSC),
Austin, TX, USA, 2012, pp. 003048-003052, :doi:`10.1109/PVSC.2012.6318225`.
* R. W. Andrews, J. S. Stein, C. Hansen and D. Riley, "Introduction to the open
source PV LIB for python Photovoltaic system modelling package,"
2014 IEEE 40th Photovoltaic Specialist Conference (PVSC), Denver, CO, USA,
2014, pp. 0170-0174, https://doi.org/10.1109/PVSC.2014.6925501
2014 IEEE 40th Photovoltaic Specialist Conference (PVSC),
Denver, CO, USA, 2014, pp. 0170-0174, :doi:`10.1109/PVSC.2014.6925501`.
(`paper
<https://www.osti.gov/servlets/purl/1241774>`__)
* W.F. Holmgren, R.W. Andrews, A.T. Lorenzo, and J.S. Stein,
“PVLIB Python 2015,” in 42nd Photovoltaic Specialists Conference, 2015.
* W.F. Holmgren, R.W. Andrews, A.T. Lorenzo, and J.S. Stein, "PVLIB Python 2015,"
2015 IEEE 42nd Photovoltaic Specialist Conference (PVSC),
New Orleans, LA, USA, 2015, pp. 1-5, :doi:`10.1109/PVSC.2015.7356005`.
(`paper
<https://github.com/pvlib/pvsc2015/blob/main/pvlib_pvsc_42.pdf>`__ and
the `notebook to reproduce the figures
<http://nbviewer.org/github/pvlib/pvsc2015/blob/main/paper.ipynb>`_)
* J.S. Stein, W.F. Holmgren, J. Forbess, and C.W. Hansen,
"PVLIB: Open Source Photovoltaic Performance Modeling Functions
for Matlab and Python," in 43rd Photovoltaic Specialists Conference, 2016.
"PVLIB: Open Source Photovoltaic Performance Modeling Functions for Matlab and Python,"
2016 IEEE 43rd Photovoltaic Specialists Conference (PVSC),
Portland, OR, USA, 2016, pp. 3425-3430, :doi:`10.1109/PVSC.2016.7750303`.
* W.F. Holmgren and D.G. Groenendyk,
"An Open Source Solar Power Forecasting Tool Using PVLIB-Python,"
in 43rd Photovoltaic Specialists Conference, 2016.
2016 IEEE 43rd Photovoltaic Specialists Conference (PVSC),
Portland, OR, USA, 2016, pp. 0972-0975, :doi:`10.1109/PVSC.2016.7749755`.


Logo
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/user_guide/comparison_pvlib_matlab.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Comparison with PVLIB MATLAB
****************************

PVLIB was originally developed as a library for MATLAB at Sandia
pvlib was originally developed as a library for MATLAB at Sandia
National Lab, and Sandia remains the official maintainer of the MATLAB
library. Sandia supported the initial Python port and
then released further project maintenance and development to the
Expand Down