Skip to content

Commit

Permalink
Updates to JOSS manuscript
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLBaker committed Sep 12, 2024
1 parent a5387d7 commit a16335f
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 26 deletions.
83 changes: 76 additions & 7 deletions paper.bib
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
@article{Wickham2019, doi = {10.21105/joss.01686}, url = {https://doi.org/10.21105/joss.01686}, year = {2019}, publisher = {The Open Journal}, volume = {4}, number = {43}, pages = {1686}, author = {Hadley Wickham and Mara Averick and Jennifer Bryan and Winston Chang and Lucy D'Agostino McGowan and Romain François and Garrett Grolemund and Alex Hayes and Lionel Henry and Jim Hester and Max Kuhn and Thomas Lin Pedersen and Evan Miller and Stephan Milton Bache and Kirill Müller and Jeroen Ooms and David Robinson and Dana Paige Seidel and Vitalie Spinu and Kohske Takahashi and Davis Vaughan and Claus Wilke and Kara Woo and Hiroaki Yutani}, title = {Welcome to the Tidyverse}, journal = {Journal of Open Source Software} }
@article{Wickham2019,
doi = {10.21105/joss.01686},
url = {https://doi.org/10.21105/joss.01686},
year = {2019},
publisher = {The Open Journal},
volume = {4},
number = {43},
pages = {1686},
author = {Hadley Wickham and Mara Averick and Jennifer Bryan and Winston Chang and Lucy D'Agostino McGowan and Romain François and Garrett Grolemund and Alex Hayes and Lionel Henry and Jim Hester and Max Kuhn and Thomas Lin Pedersen and Evan Miller and Stephan Milton Bache and Kirill Müller and Jeroen Ooms and David Robinson and Dana Paige Seidel and Vitalie Spinu and Kohske Takahashi and Davis Vaughan and Claus Wilke and Kara Woo and Hiroaki Yutani}, title = {Welcome to the Tidyverse}, journal = {Journal of Open Source Software}
}

@misc{OpenData2019,
url = {https://www.congress.gov/bill/115th-congress/house-bill/4174},
howpublished = {H.R.4174 - 115th Congress},
journal = {law},
title = {"H.R. 4171 - OPEN Government Data Act"},
year = {2019}}
title = {H.R. 4171},
year = {2019}
}

@manual{nsf2015,
url = {https://www.nsf.gov/publications/pub_summ.jsp?ods_key=nsf15094},
Expand All @@ -18,14 +28,16 @@ @manual{nsf2015

@misc{Wiley2022,
url = {https://authorservices.wiley.com/author-resources/Journal-Authors/open-access/data-sharing-citation/data-sharing-policy.html},
title = {Wiley's data sharing policies},
author = {Wiley},
title = {Wiley's Data Sharing Policies},
year = {2022}
}

@misc{Springer2023,
url = {https://www.springer.com/gp/editorial-policies/data-availability-statement?srsltid=AfmBOoq9OGxFR-H9UXUfYx_Nl1fRgfnBfCIFl3nbUqkNcRey1oaTBNqn},
author = {Springer},
title = {Data Availability Statement},
year = {}
year = {2023}
}

@article{Federer2018,
Expand Down Expand Up @@ -81,7 +93,8 @@ @article{EML2019
url = {https://eml.ecoinformatics.org}, DOI={10.5063/f11834t2},
publisher = {KNB Data Repository},
author = {Jones, Matthew and O’Brien, Margaret and Mecum, Bryce and Boettiger, Carl and Schildhauer, Mark and Maier, Mitchell and Whiteaker, Timothy and Earl, Stevan and Chong, Steven},
year = {2019} }
year = {2019}
}

@article{Nelson2022,
title = {Memorandum for the heads of executive departments and agencies: Ensuring free, immediate, and equitable access to federally funded research},
Expand Down Expand Up @@ -147,5 +160,61 @@ @article{Wilkinson2016
volume = {3},
pages = {160018},
doi = {10.1038/sdata.2016.18},
url = {https://doi.org/10.1038/sdata.2016.18}
url = {https://doi.org/10.1038/sdata.2016.18},
}

@Manual{Boettiger2024,
title = {EML: Read and Write Ecological Metadata Language Files},
author = {Carl Boettiger and Matthew B. Jones},
year = {2024},
note = {R package version 2.0.6, https://github.com/ropensci/EML/},
url = {https://docs.ropensci.org/EML/},
}

@Manual{Smith2022,
title = {EMLassemblyline: A tool kit for building EML metadata workflows},
author = {Colin Smith},
year = {2022},
note = {https://github.com/EDIorg/EMLassemblyline,
https://ediorg.github.io/EMLassemblyline/},
}

@Manual{Baker_QCkit2024,
title = {QCkit: NPS Inventory and Monitoring Quality Control Toolkit},
author = {Robert Baker and Judd Patterson and Joe DeVivo and Issac Quevedo and Sarah Wright},
year = {2024},
note = {R package version 0.1.7},
url = {https://github.com/nationalparkservice/QCkit/},
}

@Manual{Baker_NPSdataverse2024,
title = {NPSdataverse: Tools and Packages for Data and Metadata Manipulation},
author = {Robert Baker and Judd Patterson and Joe DeVivo},
year = {2024},
note = {R package version 0.1.0},
url = {https://github.com/nationalparkservice/NPSdataverse},
}

@Manual{Baker_EMLeditor2024,
title = {EMLeditor: View and Edit EML Metadata},
author = {Robert Baker and Judd Patterson},
year = {2024},
note = {R package version 0.1.6},
url = {https://github.com/nationalparkservice/EMLeditor},
}

@Manual{Baker_DPchecker2024,
title = {DPchecker: Checks Data Packages for Congruence},
author = {Rob Baker and Sarah E. Wright},
year = {2024},
note = {R package version 0.3.4},
url = {https://nationalparkservice.github.io/DPchecker/},
}

@Manual{Baker_NPSutils2024,
title = {NPSutils: Collection of Functions to read and manipulate information from the NPS DataStore},
author = {Robert Baker and Joe DeVivo and Judd Patterson},
year = {2024},
note = {R package version 0.3.1},
url = {https://github.com/nationalparkservice/NPSutils},
}
Loading

0 comments on commit a16335f

Please sign in to comment.