Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Citations formatting, authors #174

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -83,40 +83,41 @@ @Manual{tidyredcap_cit
}

@Manual{labelled_cit,
title = {labelled: Manipulating Labelled Data},
title = {{labelled}: Manipulating Labelled Data},
author = {Joseph Larmarange},
year = {2023},
note = {R package version 2.12.0},
url = {https://larmarange.github.io/labelled/},
}

@Manual{openxlsx2_cit,
title = {openxlsx2: Read, Write and Edit 'xlsx' Files},
title = {{openxlsx2}: Read, Write and Edit 'xlsx' Files},
author = {Jordan Mark Barbone and Jan Marvin Garbuszus},
year = {2023},
note = {R package version 1.1},
url = {https://janmarvin.github.io/openxlsx2/},
}

@Manual{skimr_cit,
title = {skimr: Compact and Flexible Summaries of Data},
title = {{skimr}: Compact and Flexible Summaries of Data},
author = {Elin Waring and Michael Quinn and Amelia McNamara and Eduardo {Arino de la Rubia} and Hao Zhu and Shannon Ellis},
year = {2023},
note = {R package version 2.1.5, https://github.com/ropensci/skimr/},
url = {https://docs.ropensci.org/skimr/},
}

@Manual{tibble_cit,
title = {tibble: Simple Data Frames},
title = {{tibble}: Simple Data Frames},
author = {Kirill Müller and Hadley Wickham},
year = {2023},
url = {https://tibble.tidyverse.org/},
note = {https://tibble.tidyverse.org/, https://github.com/tidyverse/tibble},
}

@Misc{openssf_cit,
title = {OpenOpen Source Security Foundation_2023},
url={https://openssf.org/},
journal={Open Source Security Foundation},
title = {OpenSSF Best Practices Badge Program},
author = {Open Source Security Foundation},
url={https://www.bestpractices.dev/},
publisher={The Linux Foundation},
year={2023},
month={Oct}
Expand All @@ -139,6 +140,6 @@ @Manual{redcaptidier_pkgdown_cit
@Manual{superheroes_cit,
title = {Superhero Database},
url = {https://www.superherodb.com/},
author = {Jeroen ter Lingen},
author = {Jeroen {ter Lingen}},
year = {2023}
}
Loading