Skip to content

Commit

Permalink
update citation
Browse files Browse the repository at this point in the history
  • Loading branch information
larnsce committed Jul 8, 2024
1 parent 170f1ca commit a522632
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v1.0.0
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------
# --------------------------------------------

cff-version: 1.2.0
message: 'To cite package "bcsa" in publications use:'
Expand Down Expand Up @@ -43,9 +43,10 @@ authors:
given-names: Lars
email: lschoebitz@ethz.ch
orcid: https://orcid.org/0000-0003-2196-5015
date-released: '2024-03-26'
date-released: '2024-07-08'
contact:
- family-names: Vijay
given-names: Saloni
email: svijay@ethz.ch
orcid: https://orcid.org/0000-0001-5883-5308

2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Authors@R: c(
comment = c(ORCID = "0000-0003-4216-6319")),
person("Lennox", "Khonje", , "lennoxkhonje@gmail.com", role = "aut",
comment = c(ORCID = "0009-0002-0005-1097")),
person("Jack", "Kamjombo", , "jackkajombo@gmail.com", role = "aut",
person("Jack", "Kajombo", , "jackkajombo@gmail.com", role = "aut",
comment = c(ORCID = "0009-0009-3949-9359")),
person("Elizabeth", "Tilley", , "tilleye@ethz.ch", role = "aut",
comment = c(ORCID = "0000-0002-2095-9724")),
Expand Down
32 changes: 32 additions & 0 deletions inst/CITATION.bk2
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

bibentry(bibtype = "Misc",
key = "vijay_etall:2024",
title = "bcsa: Data for source-apportionment of light absorbing carbon in Blantyre, Malawi",
author = c(person(given = "Saloni",
family = "Vijay",
email = "svijay@ethz.ch",
comment = c(ORCID = "0000-0001-5883-5308")),
person(given = "Hope Kelvin",
family = "Chilunga",
email = "chilungakelvin@gmail.com",
comment = c(ORCID = "0000-0003-4216-6319")),
person(given = "Lennox",
family = "Khonje",
email = "lennoxkhonje@gmail.com",
comment = c(ORCID = "0009-0002-0005-1097")),
person(given = "Jack",
family = "Kajombo",
email = "jackkajombo@gmail.com",
comment = c(ORCID = "0009-0009-3949-9359")),
person(given = "Elizabeth",
family = "Tilley",
email = "tilleye@ethz.ch",
comment = c(ORCID = "0000-0002-2095-9724")),
person(given = "Lars",
family = "Schöbitz",
email = "lschoebitz@ethz.ch",
comment = c(ORCID = "0000-0003-2196-5015"))),
year = "2024",
doi = "10.5281/zenodo.10878608",
abstract = "The bcsa package provide datasets for source apportionment of light absorbing carbon (LAC) in Blantyre, Malawi. The package contains data on Absorption Angstrom Exponent experiments determination of local pollution sources. The package also contains data on spatial distribution and ambient concentrations of LAC concentrations. This study used the MA200 micro-aethalometer to measure the LAC concentrations. The MA200 measures the LAC concentrations in real-time at five different wavelengths, that allows for source apportionment.",
version = "0.0.1")

0 comments on commit a522632

Please sign in to comment.