77 <a href="https://pypi.org/project/pvlib/">
88 <img src="https://img.shields.io/pypi/v/pvlib.svg" alt="latest release" />
99 </a>
10- <a href="https://anaconda.org/conda-forge/pvlib-python ">
11- <img src="https://anaconda.org/conda-forge/pvlib-python /badges/version.svg" />
10+ <a href="https://anaconda.org/conda-forge/pvlib">
11+ <img src="https://anaconda.org/conda-forge/pvlib/badges/version.svg" />
1212 </a>
13- <a href="https://anaconda.org/conda-forge/pvlib-python ">
14- <img src="https://anaconda.org/conda-forge/pvlib-python /badges/latest_release_date.svg" />
13+ <a href="https://anaconda.org/conda-forge/pvlib">
14+ <img src="https://anaconda.org/conda-forge/pvlib/badges/latest_release_date.svg" />
1515 </a>
1616</tr >
1717<tr >
5050 <a href="https://doi.org/10.5281/zenodo.593284">
5151 <img src="https://zenodo.org/badge/DOI/10.5281/zenodo.593284.svg" alt="zenodo reference">
5252 </a>
53- <a href="http://joss.theoj.org/papers/41187535cad22dd4b076c89b72f874b1">
54- <img src="http://joss.theoj.org/papers/41187535cad22dd4b076c89b72f874b1/status.svg" alt="JOSS reference" />
55- </a>
56- </td >
57- </tr >
58- <tr >
59- <td >Downloads</td >
60- <td >
61- <a href="https://pypi.org/project/pvlib/">
62- <img src="https://img.shields.io/pypi/dm/pvlib" alt="PyPI downloads" />
63- </a>
64- <a href="https://anaconda.org/conda-forge/pvlib-python">
65- <img src="https://anaconda.org/conda-forge/pvlib-python/badges/downloads.svg" alt="conda-forge downloads" />
53+ <a style="border-width:0" href="https://doi.org/10.21105/joss.05994">
54+ <img src="https://joss.theoj.org/papers/10.21105/joss.05994/status.svg" alt="DOI badge" >
6655 </a>
6756 </td >
6857</tr >
6958</table >
7059
7160
72- pvlib python is a community supported tool that provides a set of
61+ pvlib python is a community developed toolbox that provides a set of
7362functions and classes for simulating the performance of photovoltaic
74- energy systems. pvlib python was originally ported from the PVLIB MATLAB
75- toolbox developed at Sandia National Laboratories and it implements many
76- of the models and methods developed at the Labs. More information on
77- Sandia Labs PV performance modeling programs can be found at
78- https://pvpmc.sandia.gov/ . We collaborate with the PVLIB MATLAB project,
79- but operate independently of it.
63+ energy systems and accomplishing related tasks. The core mission of pvlib python is to provide open,
64+ reliable, interoperable, and benchmark implementations of PV system models.
8065
8166
8267Documentation
@@ -96,24 +81,39 @@ Contributing
9681============
9782
9883We need your help to make pvlib-python a great tool!
99- Please see the [ Contributing page] ( http ://pvlib-python.readthedocs.io/en/stable/contributing.html) for more on how you can contribute.
84+ Please see the [ Contributing page] ( https ://pvlib-python.readthedocs.io/en/stable/contributing/index .html) for more on how you can contribute.
10085The long-term success of pvlib-python requires substantial community support.
10186
10287
10388Citing
10489======
10590
106- If you use pvlib-python in a published work, please cite:
91+ Many of the contributors to pvlib python work in institutions where
92+ citation metrics are used in performance or career evaluations. If you
93+ use pvlib python in a published work, please cite:
94+
95+ ** Recommended citation for the pvlib python project**
96+
97+ Anderson, K., Hansen, C., Holmgren, W., Jensen, A., Mikofski, M., and Driesse, A.
98+ "pvlib python: 2023 project update."
99+ Journal of Open Source Software, 8(92), 5994, (2023).
100+ https://doi.org/10.21105/joss.05994
107101
108- William F. Holmgren, Clifford W. Hansen, and Mark A. Mikofski.
102+
103+ ** Recommended citation for pvlib iotools**
104+
105+ Jensen, A., Anderson, K., Holmgren, W., Mikofski, M., Hansen, C., Boeman, L., Loonen, R.
106+ "pvlib iotools —- Open-source Python functions for seamless access to solar irradiance data."
107+ Solar Energy, 266, 112092, (2023).
108+ https://doi.org/10.1016/j.solener.2023.112092
109+
110+ ** Historical citation for pvlib python**
111+
112+ Holmgren, W., Hansen, C., and Mikofski, M.
109113 "pvlib python: a python package for modeling solar energy systems."
110114 Journal of Open Source Software, 3(29), 884, (2018).
111115 https://doi.org/10.21105/joss.00884
112116
113- Please also cite the DOI corresponding to the specific version of
114- pvlib-python that you used. pvlib-python DOIs are listed at
115- [ Zenodo.org] ( https://zenodo.org/search?page=1&size=20&q=conceptrecid:593284&all_versions&sort=-version )
116-
117117If you use pvlib-python in a commercial or publicly-available application, please
118118consider displaying one of the "powered by pvlib" logos:
119119
@@ -142,6 +142,19 @@ License
142142BSD 3-clause.
143143
144144
145+ History and acknowledgement
146+ ===========================
147+
148+ pvlib python began in 2013 as a Python translation of the [ PVLIB for Matlab] ( https://github.com/sandialabs/MATLAB_PV_LIB )
149+ toolbox developed by Sandia National Laboratories. pvlib python has grown substantially since then.
150+ Today it contains code contributions from over a hundred individuals worldwide
151+ and is maintained by a core group of PV modelers from a variety of institutions.
152+
153+ pvlib has been supported directly and indirectly by DOE, NumFOCUS, and
154+ Google Summer of Code funding, university research projects,
155+ companies that allow their employees to contribute, and from personal time.
156+
157+
145158NumFOCUS
146159========
147160
0 commit comments