|
1 | 1 | citHeader("To cite LightLogR in publications use:")
|
2 | 2 |
|
3 | 3 | bibentry(
|
4 |
| - bibtype = "Misc", |
5 |
| - title = "LightLogR: Working With Wearable Light Logger Data", |
6 |
| - author = "Zauner, Johannes, Hartmeyer, Steffen L., and Spitschan, Manuel", |
7 |
| - journal = "", |
8 |
| - year = "2023", |
9 |
| - volume = "", |
10 |
| - number = "", |
11 |
| - pages = "", |
12 |
| - url = "https://github.com/tscnlab/LightLogR", |
13 |
| - doi = "10.5281/zenodo.11562600", |
| 4 | + bibtype = "Article", |
| 5 | + title = "LightLogR: Reproducible analysis of personal light exposure data", |
| 6 | + author = c( |
| 7 | + person("Johannes", "Zauner", comment = c(ORCID = "0000-0003-2171-4566")), |
| 8 | + person("Steffen", "Hartmeyer", comment = c(ORCID = "0000-0002-2813-2668")), |
| 9 | + person("Manuel", "Spitschan", comment = c(ORCID = "0000-0002-8572-9268")) |
| 10 | + ), |
| 11 | + journal = "Journal of Open Source Software", |
| 12 | + year = "2025", |
| 13 | + volume = "10", |
| 14 | + number = "107", |
| 15 | + pages = "7601", |
| 16 | + doi = "10.21105/joss.07601", |
| 17 | + url = "https://doi.org/10.21105/joss.07601", |
14 | 18 | textVersion = paste(
|
15 |
| - "Zauner, J.; Hartmeyer, S.L.; Spitschan, M. (2023): LightLogR: Working With Wearable Light Logger Data. R Package, Available on https://github.com/tscnlab/LightLogR, doi:10.5281/zenodo.11562600, RRID:SCR_025408" |
| 19 | + "Zauner, J., Hartmeyer, S., & Spitschan, M. (2025).", |
| 20 | + "LightLogR: Reproducible analysis of personal light exposure data.", |
| 21 | + "Journal of Open Source Software, 10(107), 7601.", |
| 22 | + "https://doi.org/10.21105/joss.07601.", |
| 23 | + "RRID:SCR_025408" |
16 | 24 | )
|
17 | 25 | )
|
0 commit comments