You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pvops contains a series of functions to facilitate fusion of text-based data with time series production data collected at photovoltaic sites. The package also contains example datasets and tutorials to help demonstrate how the functions can be used.
@@ -40,26 +39,29 @@ More information about these modules is available at [readthedocs](https://pvops
40
39
Citing
41
40
======
42
41
43
-
If using this package, please cite [our paper](https://ieeexplore.ieee.org/document/9518439) using the following:
42
+
If using this package, please cite our [JOSS paper](https://joss.theoj.org/papers/10.21105/joss.05755#) using the following:
44
43
45
44
**Citation:**
46
45
47
46
```
48
-
H. Mendoza, M. Hopwood and T. Gunda, "pvOps: Improving Operational Assessments through Data Fusion," 2021 IEEE 48th Photovoltaic Specialists Conference (PVSC), 2021, pp. 0112-0119, doi: 10.1109/PVSC43889.2021.9518439.
47
+
Bonney et al., (2023). pvOps: a Python package for empirical analysis of photovoltaic field data.
48
+
Journal of Open Source Software, 8(91), 5755, https://doi.org/10.21105/joss.05755
49
49
```
50
50
51
51
**BibTex:**
52
52
53
53
```
54
-
@INPROCEEDINGS{9518439,
55
-
author={Mendoza, Hector and Hopwood, Michael and Gunda, Thushara},
title={pvOps: Improving Operational Assessments through Data Fusion},
58
-
year={2021},
59
-
volume={},
60
-
number={},
61
-
pages={0112-0119},
62
-
doi={10.1109/PVSC43889.2021.9518439}}
54
+
@article{Bonney2023,
55
+
doi = {10.21105/joss.05755},
56
+
url = {https://doi.org/10.21105/joss.05755},
57
+
year = {2023},
58
+
publisher = {The Open Journal},
59
+
volume = {8},
60
+
number = {91},
61
+
pages = {5755},
62
+
author = {Kirk L. Bonney and Thushara Gunda and Michael W. Hopwood and Hector Mendoza and Nicole D. Jackson},
63
+
title = {pvOps: a Python package for empirical analysis of photovoltaic field data},
64
+
journal = {Journal of Open Source Software} }
63
65
```
64
66
65
67
Contributing
@@ -74,4 +76,4 @@ Logo Credit: [Daniel Rubinstein](http://www.danielrubinstein.com/)
74
76
Copyright and License
75
77
=======
76
78
77
-
pvops is copyright through Sandia National Laboratories. The software is distributed under the Revised BSD License. See [copyright and license](https://github.com/sandialabs/pvops/blob/master/LICENSE) for more information.
79
+
pvops is copyright through National Technology & Engineering Solutions of Sandia (NTESS). The software is distributed under the Revised BSD License. See the LICENSE file for more information.
0 commit comments