Skip to content

Commit ab29a64

Browse files
authored
Merge pull request #62 from tscnlab/desc-cosmetics
Updated information in DESCRIPTION and inst/CITATION
2 parents 62d0c67 + cec00fb commit ab29a64

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ Authors@R: c(
1111
person("Steffen", "Hartmeyer",
1212
email = "[email protected]", role = "aut",
1313
comment = c(ORCID = "0000-0002-2813-2668")),
14-
person("MeLiDos", role = "fnd"),
15-
person("EURAMET", role = "fnd", comment = "European Association of National Metrology Institutes. Website: www.euramet.org. Grant Number: 22NRM05 MeLiDos. Grant Statement: The project (22NRM05 MeLiDos) has received funding from the European Partnership on Metrology, co-financed from the European Union’s Horizon Europe Research and Innovation Programme and by the Participating States."),
16-
person("European Union", role = "fnd", comment = "Co-funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or EURAMET. Neither the European Union nor the granting authority can be held responsible for them."),
17-
person("TSCN-Lab", comment = c(URL = "www.tscnlab.org"), role = "cph"))
14+
person("European Partnership on Metrology", role = "fnd", comment = "The project (22NRM05 MeLiDos) has received funding from the European Partnership on Metrology, co-financed by the European Union's Horizon Europe Research and Innovation Programme, EURAMET, and the Participating States. Views and opinions expressed are those of the authors and do not necessarily reflect those of the European Union or EURAMET."),
15+
person("Translational Sensory and Circadian Neuroscience Unit (MPS/TUM/TUMCREATE)", comment = c(URL = "www.tscnlab.org"), role = "cph"))
1816
Description: Import, processing, validation, and visualization of personal light exposure measurement data from wearable devices. The package implements features such as the import of data and metadata files, conversion of common file formats, validation of light logging data, verification of crucial metadata, calculation of common parameters, and semi-automated analysis and visualization.
1917
License: MIT + file LICENSE
2018
Encoding: UTF-8

inst/CITATION

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
citHeader("To cite LightLogR in publications use:")
22

33
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",
1418
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"
1624
)
1725
)

0 commit comments

Comments
 (0)