Skip to content

Commit aba2c97

Browse files
authored
Update citation (Solar Energy paper) (#22)
* Update citation * Create CITATION.cff * Update author order * Update author order and dash
1 parent f435e1c commit aba2c97

File tree

3 files changed

+40
-14
lines changed

3 files changed

+40
-14
lines changed

CITATION.cff

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Jensen"
5+
given-names: "Adam R."
6+
orcid: "https://orcid.org/0000-0002-5554-9856"
7+
- family-names: "Anderson"
8+
given-names: "Kevin"
9+
orcid: "https://orcid.org/0000-0002-1166-7957"
10+
title: "twoaxistracking"
11+
url: "https://github.com/pvlib/twoaxistracking"
12+
preferred-citation:
13+
type: article
14+
authors:
15+
- family-names: "Jensen"
16+
given-names: "Adam R."
17+
orcid: "https://orcid.org/0000-0002-5554-9856"
18+
- family-names: "Sifnaios"
19+
given-names: "Ioannis"
20+
orcid: "https://orcid.org/0000-0003-0933-2952"
21+
- family-names: "Furbo"
22+
given-names: "Simon"
23+
orcid: "https://orcid.org/0000-0003-2578-4780"
24+
- family-names: "Dragsted"
25+
given-names: "Janne"
26+
orcid: "https://orcid.org/0000-0002-6344-8326"
27+
doi: "10.1016/j.solener.2022.02.023"
28+
journal: "Solar Energy"
29+
month: 9
30+
start: 215 # First page number
31+
end: 224 # Last page number
32+
title: "Self-shading of two-axis tracking solar collectors: Impact of field layout, latitude, and aperture shape"
33+
volume: 236
34+
year: 2022

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,11 @@ The package can be installed using pip:
99

1010
pip install twoaxistracking
1111

12-
The main non-standard dependency is `shapely`, which handles the geometric operations. It is recommended to install `shapely` using conda, which can be done by executing the following command in an Anaconda Prompt:
13-
14-
conda install shapely
15-
16-
The solar modeling library `pvlib` is recommended for calculating the solar position and can be installed by the command:
17-
18-
pip install pvlib
19-
2012
## Citing
2113
If you use the package in published work, please cite:
22-
> Adam R. Jensen et al. 2022.
23-
> "Self-shading of two-axis tracking solar collectors: Impact of field layout, latitude, and aperture shape."
24-
> Accepted in Solar Energy.
14+
> Adam R. Jensen, Ioannis Sifnaios, Simon Furbo, and Janne Dragsted. "Self-shading of two-axis
15+
> tracking solar collectors: Impact of field layout, latitude, and aperture shape." Solar
16+
> Energy, 236, 215–224, (2022). [https://doi.org/10.1016/j.solener.2022.02.023](https://doi.org/10.1016/j.solener.2022.02.023)
2517
2618
## Contributing
2719
Contributions to the repository, e.g., bug fixes and improvements to speed up the code are more than welcome.

docs/source/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Contributions to the repository, e.g., bug fixes, feature request are more than
1717

1818
## Citing
1919
If you use the package in published work, please cite:
20-
> Adam R. Jensen et al. 2022.
21-
> "Self-shading of two-axis tracking solar collectors: Impact of field layout, latitude, and aperture shape."
22-
> Solar Energy (2022). [https://doi.org/10.1016/j.solener.2022.02.023](https://doi.org/10.1016/j.solener.2022.02.023)
20+
> Adam R. Jensen, Ioannis Sifnaios, Simon Furbo, and Janne Dragsted. "Self-shading of two-axis
21+
> tracking solar collectors: Impact of field layout, latitude, and aperture shape." Solar
22+
> Energy, 236, 215–224, (2022). [https://doi.org/10.1016/j.solener.2022.02.023](https://doi.org/10.1016/j.solener.2022.02.023)
2323
2424

2525
```{toctree}

0 commit comments

Comments
 (0)