diff --git a/_freeze/software_citations/execute-results/html.json b/_freeze/software_citations/execute-results/html.json index 6b31f32d3..a84478f5d 100644 --- a/_freeze/software_citations/execute-results/html.json +++ b/_freeze/software_citations/execute-results/html.json @@ -1,7 +1,7 @@ { - "hash": "4db4edd83c0b22d8cd02d8d0e74b18ec", + "hash": "695828d1d1684dc83402bd3cede83fc0", "result": { - "markdown": "---\ntoc: true\nfreeze: true\n---\n\n\n## Software Citations\n\nOn this page I collect citations to software I maintain or am an author of. Software citations are particularly poorly captured by things like Google Scholar, both because software exists outside of standard citation formats and because software citations are often poorly formatted in publications. For that reason, I find it useful to keep my own list of projects which have cited my work.\n\nIf you cited any of my packages in a publication, please let me know -- either on [Mastodon](https://fosstodon.org/@MikeMahoney218) or via email at [mike.mahoney.218+site@gmail.com](mailto:mike.mahoney.218+site@gmail.com) . I can't guarantee I'll add them to this list, [for secret reasons](https://www.jasongurley.com/quote-wall-white/), but it always makes me happy to see.\n\n## How to cite software\n\nThe rOpenSci blog has [a fantastic post on how to cite R and R packages](https://ropensci.org/blog/2021/11/16/how-to-cite-r-and-r-packages/), which I quickly summarize below. I highly recommend their post, however, even if you aren't an R user; most of the topic generalizes to other software pretty easily.\n\nA software citation serves two functions for your readers:\n\n+ Tells them _what you did_; for instance, if I see someone cite the `sf` package, I suddenly know more about the details of their spatial calculations than I can probably get from the text alone.\n+ Tells them _how you did it_; package version information and source information helps others to replicate your work, and also can help readers assess an analysis. If you use `sf` >= 1.0.0, for instance, I know that you probably didn't run into issues doing distance calculations with geographic coordinates, so I don't need to consider that when I'm reading your results.\n\nSoftware citations also help the developers of your packages justify developing packages further; if you're a user of scientific software and want there to still _be_ scientific software in the future, you should cite your software. It also makes me, personally, feel great to see people benefiting from my work, and to see them credit me for any help my software gave them! \n\nAs such, you should cite any package that was relevant to the study you performed. If uninstalling the package (or deleting the relevant function calls) would change your results or make your code not run, you should cite it.\n\nIf you _are_ an R user, you can get the citations for both R and your packages using the `citation()` function:\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation()\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite R in publications use:\n\n R Core Team (2023). _R: A Language and Environment for Statistical\n Computing_. R Foundation for Statistical Computing, Vienna, Austria.\n .\n\nA BibTeX entry for LaTeX users is\n\n @Manual{,\n title = {R: A Language and Environment for Statistical Computing},\n author = {{R Core Team}},\n organization = {R Foundation for Statistical Computing},\n address = {Vienna, Austria},\n year = {2023},\n url = {https://www.R-project.org/},\n }\n\nWe have invested a lot of time and effort in creating R, please cite it\nwhen using it for data analysis. See also 'citation(\"pkgname\")' for\nciting R packages.\n```\n:::\n\n```{.r .cell-code}\ncitation(\"rsample\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite package 'rsample' in publications use:\n\n Frick H, Chow F, Kuhn M, Mahoney M, Silge J, Wickham H (2022).\n _rsample: General Resampling Infrastructure_. R package version\n 1.1.1, .\n\nA BibTeX entry for LaTeX users is\n\n @Manual{,\n title = {rsample: General Resampling Infrastructure},\n author = {Hannah Frick and Fanny Chow and Max Kuhn and Michael Mahoney and Julia Silge and Hadley Wickham},\n year = {2022},\n note = {R package version 1.1.1},\n url = {https://CRAN.R-project.org/package=rsample},\n }\n```\n:::\n:::\n\n\nIf you _aren't_ an R user, many scientific software libraries will still provide information on how to cite them -- for instance, [here's the instructions for citing numpy](https://numpy.org/citing-numpy/). If Google and such return nothing, then I think your best option is to style citations after the official R citation: mimic book citation style, using authors, year, title, publication location, and an accessible URL.\n\n## How I track citations\n\nAs suggested in [a different rOpenSci post](https://ropensci.org/blog/2021/02/16/package-citation/#how-ropensci-tracks-package-usage), I find the best general tool I have for finding software citations is to set up a Google Scholar alert for my packages and investigate each alert as it comes in. This is not a foolproof method, and I'm sure I miss things; as mentioned above, if you cited any of my packages in a publication, please let me know either on [Mastodon](https://fosstodon.org/@MikeMahoney218) or via email at [mike.mahoney.218+site@gmail.com](mailto:mike.mahoney.218+site@gmail.com) .\n\nI only track citations for packages I'm an author on, once I'm an author on them. In cases where a paper mentions the package but doesn't cite it, I only list the article if it was published after I became an author on the package.\n\nWhile I track both citations and mentions of my packages, I really want to stress that citations are fantastic, help me justify maintaining open source scientific software (both to my boss and to myself), and make me really happy. Mentions do not. If you are going to mention one of these packages, please give it a full citation.\n\nThe citations below are in a variety of formats; I'll confess to copying journal \"cite this article\" citations without reformatting for this list. If I messed up my citation for your article, please get in touch to let me know.\n\n## Software citations\n\n### terrainr\n\n#. Fox, N., Serrano-Vergel, R., Van Berkel, D., Lindquist, M. 2022. Towards Gamified Decision Support Systems: In-game 3D Representation of Real-word Landscapes from GIS Datasets. Journal of Digital Landscape Architecture. https://doi.org/10.14627/537724035\n\n#. Tamiminia, H., Salehi, B., Mahdianpari, M., Beier, C. M., Johnson, L. 2022. Mapping Two Decades of New York State Forest Aboveground Biomass Change Using Remote Sensing. Remote Sensing 14(16): 4097. https://doi.org/10.3390/rs14164097\n\nThe following are self-citations:\n\n#. Johnson, L. K., Mahoney, M. J., Desrochers, M. L., & Beier, C. M. 2023. Mapping historical forest biomass for stock-change assessments at parcel to landscape scales. arXiv:2304.02632. https://doi.org/10.48550/arXiv.2304.02632\n\n#. Johnson, L. K., Mahoney, M. J., Bevilacqua, E., Stehman, S. V., Domke, G. M., & Beier, C. M. (2022). Fine-resolution landscape-scale biomass mapping using a spatiotemporal patchwork of LiDAR coverages. International Journal of Applied Earth Observation and Geoinformation, 114, 103059. https://doi.org/10.1016/j.jag.2022.103059\n\n#. Mahoney, M. J., Johnson, L. K., Guinan, A. Z., & Beier, C. M. (2022). Classification and mapping of low-statured shrubland cover types in post-agricultural landscapes of the US Northeast. International Journal of Remote Sensing, 43(19-24), 7117-7138. https://doi.org/10.1080/01431161.2022.2155086\n\n#. Mahoney et al., (2022). unifir: A Unifying API for Working with Unity in R. Journal of Open Source Software, 7(73), 4388, https://doi.org/10.21105/joss.04388\n\n#. Tamiminia, H., Salehi, B., Mahdianpari, M., Beier, C. M., Johnson, L., Phoenix, D. B., and Mahoney, M. 2022. Decision tree-based machine learning models for above-ground biomass estimation using multi-source remote sensing data and object-based image analysis. Geocarto International 37(26): 12763-12791. https://doi.org/10.1080/10106049.2022.2071475\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation(\"terrainr\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nThe United States Geological Survey provides guidelines for citing USGS\ndata products (as downloaded from 'get_tiles') at:\nhttps://www.usgs.gov/faqs/how-should-i-cite-datasets-and-services-national-map\n\nTo cite terrainr in publications please use:\n\n Mahoney M. J., Beier C. M., and Ackerman, A. C. (2022). terrainr: An\n R package for creating immersive virtual environments. Journal of\n Open Source Software, 7(69), 4060,\n https://doi.org/10.21105/joss.04060\n\nA BibTeX entry for LaTeX users is\n\n @Article{,\n year = {2022},\n publisher = {The Open Journal},\n volume = {7},\n number = {69},\n pages = {4060},\n author = {Michael J. Mahoney and Colin M. Beier and Aidan C. Ackerman},\n title = {{terrainr}: An R package for creating immersive virtual environments},\n journal = {Journal of Open Source Software},\n doi = {10.21105/joss.04060},\n url = {https://doi.org/10.21105/joss.04060},\n }\n```\n:::\n:::\n\n\n\n### unifir\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation(\"unifir\")\n```\n\n::: {.cell-output .cell-output-stderr}\n```\nWarning in meta$Date: partial match of 'Date' to 'Date/Publication'\n```\n:::\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite unifir in publications please use:\n\n Mahoney M. J., Beier C. M., and Ackerman, A. C. (2022). unifir: A\n Unifying API for Working with Unity in R. Journal of Open Source\n Software, 7(73), 4388, https://doi.org/10.21105/joss.04388\n\nA BibTeX entry for LaTeX users is\n\n @Article{,\n year = {2022},\n publisher = {The Open Journal},\n volume = {7},\n number = {73},\n pages = {4388},\n author = {Michael J. Mahoney and Colin M. Beier and Aidan C. Ackerman},\n title = {{unifir:} A Unifying {API} for Working with {Unity} in {R}},\n journal = {Journal of Open Source Software},\n doi = {10.21105/joss.04388},\n url = {https://doi.org/10.21105/joss.04388},\n }\n```\n:::\n:::\n\n\n\n### waywiser\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation(\"waywiser\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite waywiser in publications please use:\n\n Mahoney M. J. (2023). waywiser: Ergonomic Methods for Assessing\n Spatial Models. arXiv:2303.11312 [cs.MS].\n https://doi.org/10.48550/arXiv.2303.11312\n\nA BibTeX entry for LaTeX users is\n\n @Misc{,\n title = {waywiser: Ergonomic Methods for Assessing Spatial Models},\n author = {Michael J Mahoney},\n year = {2023},\n eprint = {2303.11312},\n archiveprefix = {arXiv},\n primaryclass = {cs.MS},\n doi = {10.48550/arXiv.2303.11312},\n url = {https://arxiv.org/abs/2303.11312},\n }\n```\n:::\n:::\n\n\n### spatialsample\n\nI took over maintenance of spatialsample in mid-2022, after spending the summer interning with the tidymodels crew at Posit working on spatialsample and rsample. I'm responsible for the majority of package functionality. I only track citations here for versions of the package I'm an author on (>= 0.2.0).\n\n#. Pebesma, E., Bivand, R. (2023). Spatial Data Science: With Applications in R (1st ed.). 314 pages. Chapman and Hall/CRC. https://doi.org/10.1201/9780429459016\n\n#. de Lara, A., Mieno, T., Luck, J.D. et al. Predicting site-specific economic optimal nitrogen rate using machine learning methods and on-farm precision experimentation. Precision Agric (2023). https://doi.org/10.1007/s11119-023-10018-8\n\n#. Tutland, Niko J., Rodman, Kyle C., Andrus, Robert A., and Hart, Sarah J. 2023. “Overlapping Outbreaks of Multiple Bark Beetle Species are Rarely More Severe than Single-Species Outbreaks.” Ecosphere 14(3): e4478. https://doi.org/10.1002/ecs2.4478\n\n#. Skinner, E.B., Glidden, C.K., MacDonald, A.J. et al. Human footprint is associated with shifts in the assemblages of major vector-borne diseases. Nat Sustain (2023). https://doi.org/10.1038/s41893-023-01080-1\n\nThe following are self-citations:\n\n#. Mahoney, MJ In Review. waywiser: Ergonomic methods for assessing spatial models. https://arxiv.org/abs/2303.11312\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation(\"spatialsample\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite package 'spatialsample' in publications use:\n\n Silge J, Mahoney M (2023). _spatialsample: Spatial Resampling\n Infrastructure_. R package version 0.3.0,\n .\n\nA BibTeX entry for LaTeX users is\n\n @Manual{,\n title = {spatialsample: Spatial Resampling Infrastructure},\n author = {Julia Silge and Michael Mahoney},\n year = {2023},\n note = {R package version 0.3.0},\n url = {https://CRAN.R-project.org/package=spatialsample},\n }\n```\n:::\n:::\n\n\n\n### rsample\n\nI am an author on rsample after implementing functions for grouped resampling and clustered cross-validation (as well as the \"common resampling patterns\" vignette and a few other improvements). I only track citations here for versions of the package I'm an author on (>= 1.1.1).\n\n#. Lundell, J. 2023. EZtune: A Package for Automated Hyperparameter Tuning in R. https://arxiv.org/abs/2303.12177\n\n#. Ying R., Monteiro, F. M., Wilson, J. D., and Schmidt, D. N. 2023. ForamEcoGEnIE 2.0: incorporating symbiosis and spine traits into a trait-based global planktic foraminiferal model. Geosci. Model Dev., 16, 813–832, https://doi.org/10.5194/gmd-16-813-2023\n\n#. Lyu H, Grafton M, Ramilan T, Irwin M, Sandoval E. Assessing the Leaf Blade Nutrient Status of Pinot Noir Using Hyperspectral Reflectance and Machine Learning Models. Remote Sensing. 2023; 15(6):1497. https://doi.org/10.3390/rs15061497 \n\nThe following are self-citations:\n\n#. Mahoney, MJ, Johnson, L. K., Silge, J., Frick, H., Kuhn, M., and Beier, C. M. In Review. Assessing the performance of spatial cross-validation approaches for models of spatially structured data. https://arxiv.org/abs/2303.07334\n\n#. Mahoney, MJ In Review. waywiser: Ergonomic methods for assessing spatial models. https://arxiv.org/abs/2303.11312\n\nrsample is used in (but not cited in) [Wang et al 2023](https://dx.doi.org/10.2139/ssrn.4333412); [Lienard et al 2022](https://royalsocietypublishing.org/doi/full/10.1098/rstb.2021.0279); [Adu-Oppong et al 2022](https://doi.org/10.1186/s40168-021-01204-9); [Zappaterra et al 2022](https://doi.org/10.3390/app12031078); [Mull et al 2022](https://doi.org/10.1111/1365-2656.13694); [Dematheis et al 2022](https://doi.org/10.3390/microorganisms10081658); [Bellows et al 2022](https://doi.org/10.1093/ajh/hpac005); [Yates et al](https://doi.org/10.1002/ecm.1557); [Stevelink et al 2022](https://doi.org/10.1016/j.eclinm.2022.101732); [Bartz-Beielstein et al 2023](https://doi.org/10.1007/978-981-19-5170-1_8); [Han Nh 2022](https://doi.org/10.21203/rs.3.rs-1968295/v1); [Yan et al 2023](https://doi.org/10.1038/s41598-022-27150-6); [dos Santos et al 2022](https://doi.org/10.1016/j.compag.2022.106753); [Badonyi et al 2022](https://doi.org/10.1101/2022.11.17.516863); [Badonyi et al 2022](https://doi.org/10.7554/eLife.79602); [Peguero et al 2023](https://doi.org/10.1007/s11207-023-02140-7).\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation(\"rsample\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite package 'rsample' in publications use:\n\n Frick H, Chow F, Kuhn M, Mahoney M, Silge J, Wickham H (2022).\n _rsample: General Resampling Infrastructure_. R package version\n 1.1.1, .\n\nA BibTeX entry for LaTeX users is\n\n @Manual{,\n title = {rsample: General Resampling Infrastructure},\n author = {Hannah Frick and Fanny Chow and Max Kuhn and Michael Mahoney and Julia Silge and Hadley Wickham},\n year = {2022},\n note = {R package version 1.1.1},\n url = {https://CRAN.R-project.org/package=rsample},\n }\n```\n:::\n:::\n\n\n\n### geojsonio\n\nI took over maintaining geojsonio in mid-2022, in order to keep the package on CRAN. Most functionality was either contributed by Scott and Andy or by community contributors; I primarily fix issues to keep the package on CRAN and shepherd community contributions prior to merging them into the project. As with rsample, I only track citations since I joined the project.\n\ngeojsonio is used in (but not cited in) [Chauhan et al 2022](https://doi.org/10.3390/v14112461); [Wang 2023](https://www.routledge.com/Data-Science-for-Infectious-Disease-Data-Analytics-An-Introduction-with/Wang/p/book/9781032187426); [de Souza et al 2022](https://www.mdpi.com/1999-4915/14/10/2311).\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation(\"geojsonio\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite package 'geojsonio' in publications use:\n\n Chamberlain S, Teucher A, Mahoney M (2023). _geojsonio: Convert Data\n from and to 'GeoJSON' or 'TopoJSON'_. R package version 0.11.0,\n .\n\nA BibTeX entry for LaTeX users is\n\n @Manual{,\n title = {geojsonio: Convert Data from and to 'GeoJSON' or 'TopoJSON'},\n author = {Scott Chamberlain and Andy Teucher and Michael Mahoney},\n year = {2023},\n note = {R package version 0.11.0},\n url = {https://CRAN.R-project.org/package=geojsonio},\n }\n```\n:::\n:::\n", + "markdown": "---\ntoc: true\nfreeze: true\n---\n\n\n## Software Citations\n\nOn this page I collect citations to software I maintain or am an author of. Software citations are particularly poorly captured by things like Google Scholar, both because software exists outside of standard citation formats and because software citations are often poorly formatted in publications. For that reason, I find it useful to keep my own list of projects which have cited my work.\n\nIf you cited any of my packages in a publication, please let me know -- either on [Mastodon](https://fosstodon.org/@MikeMahoney218) or via email at [mike.mahoney.218+site@gmail.com](mailto:mike.mahoney.218+site@gmail.com) . I can't guarantee I'll add them to this list, [for secret reasons](https://www.jasongurley.com/quote-wall-white/), but it always makes me happy to see.\n\n## How to cite software\n\nThe rOpenSci blog has [a fantastic post on how to cite R and R packages](https://ropensci.org/blog/2021/11/16/how-to-cite-r-and-r-packages/), which I quickly summarize below. I highly recommend their post, however, even if you aren't an R user; most of the topic generalizes to other software pretty easily.\n\nA software citation serves two functions for your readers:\n\n+ Tells them _what you did_; for instance, if I see someone cite the `sf` package, I suddenly know more about the details of their spatial calculations than I can probably get from the text alone.\n+ Tells them _how you did it_; package version information and source information helps others to replicate your work, and also can help readers assess an analysis. If you use `sf` >= 1.0.0, for instance, I know that you probably didn't run into issues doing distance calculations with geographic coordinates, so I don't need to consider that when I'm reading your results.\n\nSoftware citations also help the developers of your packages justify developing packages further; if you're a user of scientific software and want there to still _be_ scientific software in the future, you should cite your software. It also makes me, personally, feel great to see people benefiting from my work, and to see them credit me for any help my software gave them! \n\nAs such, you should cite any package that was relevant to the study you performed. If uninstalling the package (or deleting the relevant function calls) would change your results or make your code not run, you should cite it.\n\nIf you _are_ an R user, you can get the citations for both R and your packages using the `citation()` function:\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation()\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite R in publications use:\n\n R Core Team (2023). _R: A Language and Environment for Statistical\n Computing_. R Foundation for Statistical Computing, Vienna, Austria.\n .\n\nA BibTeX entry for LaTeX users is\n\n @Manual{,\n title = {R: A Language and Environment for Statistical Computing},\n author = {{R Core Team}},\n organization = {R Foundation for Statistical Computing},\n address = {Vienna, Austria},\n year = {2023},\n url = {https://www.R-project.org/},\n }\n\nWe have invested a lot of time and effort in creating R, please cite it\nwhen using it for data analysis. See also 'citation(\"pkgname\")' for\nciting R packages.\n```\n:::\n\n```{.r .cell-code}\ncitation(\"rsample\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite package 'rsample' in publications use:\n\n Frick H, Chow F, Kuhn M, Mahoney M, Silge J, Wickham H (2022).\n _rsample: General Resampling Infrastructure_. R package version\n 1.1.1, .\n\nA BibTeX entry for LaTeX users is\n\n @Manual{,\n title = {rsample: General Resampling Infrastructure},\n author = {Hannah Frick and Fanny Chow and Max Kuhn and Michael Mahoney and Julia Silge and Hadley Wickham},\n year = {2022},\n note = {R package version 1.1.1},\n url = {https://CRAN.R-project.org/package=rsample},\n }\n```\n:::\n:::\n\n\nIf you _aren't_ an R user, many scientific software libraries will still provide information on how to cite them -- for instance, [here's the instructions for citing numpy](https://numpy.org/citing-numpy/). If Google and such return nothing, then I think your best option is to style citations after the official R citation: mimic book citation style, using authors, year, title, publication location, and an accessible URL.\n\n## How I track citations\n\nAs suggested in [a different rOpenSci post](https://ropensci.org/blog/2021/02/16/package-citation/#how-ropensci-tracks-package-usage), I find the best general tool I have for finding software citations is to set up a Google Scholar alert for my packages and investigate each alert as it comes in. This is not a foolproof method, and I'm sure I miss things; as mentioned above, if you cited any of my packages in a publication, please let me know either on [Mastodon](https://fosstodon.org/@MikeMahoney218) or via email at [mike.mahoney.218+site@gmail.com](mailto:mike.mahoney.218+site@gmail.com) .\n\nI only track citations for packages I'm an author on, once I'm an author on them. In cases where a paper mentions the package but doesn't cite it, I only list the article if it was published after I became an author on the package.\n\nWhile I track both citations and mentions of my packages, I really want to stress that citations are fantastic, help me justify maintaining open source scientific software (both to my boss and to myself), and make me really happy. Mentions do not. If you are going to mention one of these packages, please give it a full citation.\n\nThe citations below are in a variety of formats; I'll confess to copying journal \"cite this article\" citations without reformatting for this list. If I messed up my citation for your article, please get in touch to let me know.\n\n## Software citations\n\n### terrainr\n\n#. Fox, N., Serrano-Vergel, R., Van Berkel, D., Lindquist, M. 2022. Towards Gamified Decision Support Systems: In-game 3D Representation of Real-word Landscapes from GIS Datasets. Journal of Digital Landscape Architecture. https://doi.org/10.14627/537724035\n\n#. Tamiminia, H., Salehi, B., Mahdianpari, M., Beier, C. M., Johnson, L. 2022. Mapping Two Decades of New York State Forest Aboveground Biomass Change Using Remote Sensing. Remote Sensing 14(16): 4097. https://doi.org/10.3390/rs14164097\n\nThe following are self-citations:\n\n#. Johnson, L. K., Mahoney, M. J., Desrochers, M. L., & Beier, C. M. 2023. Mapping historical forest biomass for stock-change assessments at parcel to landscape scales. arXiv:2304.02632. https://doi.org/10.48550/arXiv.2304.02632\n\n#. Johnson, L. K., Mahoney, M. J., Bevilacqua, E., Stehman, S. V., Domke, G. M., & Beier, C. M. (2022). Fine-resolution landscape-scale biomass mapping using a spatiotemporal patchwork of LiDAR coverages. International Journal of Applied Earth Observation and Geoinformation, 114, 103059. https://doi.org/10.1016/j.jag.2022.103059\n\n#. Mahoney, M. J., Johnson, L. K., Guinan, A. Z., & Beier, C. M. (2022). Classification and mapping of low-statured shrubland cover types in post-agricultural landscapes of the US Northeast. International Journal of Remote Sensing, 43(19-24), 7117-7138. https://doi.org/10.1080/01431161.2022.2155086\n\n#. Mahoney et al., (2022). unifir: A Unifying API for Working with Unity in R. Journal of Open Source Software, 7(73), 4388, https://doi.org/10.21105/joss.04388\n\n#. Tamiminia, H., Salehi, B., Mahdianpari, M., Beier, C. M., Johnson, L., Phoenix, D. B., and Mahoney, M. 2022. Decision tree-based machine learning models for above-ground biomass estimation using multi-source remote sensing data and object-based image analysis. Geocarto International 37(26): 12763-12791. https://doi.org/10.1080/10106049.2022.2071475\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation(\"terrainr\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nThe United States Geological Survey provides guidelines for citing USGS\ndata products (as downloaded from 'get_tiles') at:\nhttps://www.usgs.gov/faqs/how-should-i-cite-datasets-and-services-national-map\n\nTo cite terrainr in publications please use:\n\n Mahoney M. J., Beier C. M., and Ackerman, A. C. (2022). terrainr: An\n R package for creating immersive virtual environments. Journal of\n Open Source Software, 7(69), 4060,\n https://doi.org/10.21105/joss.04060\n\nA BibTeX entry for LaTeX users is\n\n @Article{,\n year = {2022},\n publisher = {The Open Journal},\n volume = {7},\n number = {69},\n pages = {4060},\n author = {Michael J. Mahoney and Colin M. Beier and Aidan C. Ackerman},\n title = {{terrainr}: An R package for creating immersive virtual environments},\n journal = {Journal of Open Source Software},\n doi = {10.21105/joss.04060},\n url = {https://doi.org/10.21105/joss.04060},\n }\n```\n:::\n:::\n\n\n\n### unifir\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation(\"unifir\")\n```\n\n::: {.cell-output .cell-output-stderr}\n```\nWarning in meta$Date: partial match of 'Date' to 'Date/Publication'\n```\n:::\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite unifir in publications please use:\n\n Mahoney M. J., Beier C. M., and Ackerman, A. C. (2022). unifir: A\n Unifying API for Working with Unity in R. Journal of Open Source\n Software, 7(73), 4388, https://doi.org/10.21105/joss.04388\n\nA BibTeX entry for LaTeX users is\n\n @Article{,\n year = {2022},\n publisher = {The Open Journal},\n volume = {7},\n number = {73},\n pages = {4388},\n author = {Michael J. Mahoney and Colin M. Beier and Aidan C. Ackerman},\n title = {{unifir:} A Unifying {API} for Working with {Unity} in {R}},\n journal = {Journal of Open Source Software},\n doi = {10.21105/joss.04388},\n url = {https://doi.org/10.21105/joss.04388},\n }\n```\n:::\n:::\n\n\n\n### waywiser\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation(\"waywiser\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite waywiser in publications please use:\n\n Mahoney M. J. (2023). waywiser: Ergonomic Methods for Assessing\n Spatial Models. arXiv:2303.11312 [cs.MS].\n https://doi.org/10.48550/arXiv.2303.11312\n\nA BibTeX entry for LaTeX users is\n\n @Misc{,\n title = {waywiser: Ergonomic Methods for Assessing Spatial Models},\n author = {Michael J Mahoney},\n year = {2023},\n eprint = {2303.11312},\n archiveprefix = {arXiv},\n primaryclass = {cs.MS},\n doi = {10.48550/arXiv.2303.11312},\n url = {https://arxiv.org/abs/2303.11312},\n }\n```\n:::\n:::\n\n\n### spatialsample\n\nI took over maintenance of spatialsample in mid-2022, after spending the summer interning with the tidymodels crew at Posit working on spatialsample and rsample. I'm responsible for the majority of package functionality. I only track citations here for versions of the package I'm an author on (>= 0.2.0).\n\n#. Pebesma, E., Bivand, R. (2023). Spatial Data Science: With Applications in R (1st ed.). 314 pages. Chapman and Hall/CRC. https://doi.org/10.1201/9780429459016\n\n#. de Lara, A., Mieno, T., Luck, J.D. et al. Predicting site-specific economic optimal nitrogen rate using machine learning methods and on-farm precision experimentation. Precision Agric (2023). https://doi.org/10.1007/s11119-023-10018-8\n\n#. Tutland, Niko J., Rodman, Kyle C., Andrus, Robert A., and Hart, Sarah J. 2023. “Overlapping Outbreaks of Multiple Bark Beetle Species are Rarely More Severe than Single-Species Outbreaks.” Ecosphere 14(3): e4478. https://doi.org/10.1002/ecs2.4478\n\n#. Skinner, E.B., Glidden, C.K., MacDonald, A.J. et al. Human footprint is associated with shifts in the assemblages of major vector-borne diseases. Nat Sustain (2023). https://doi.org/10.1038/s41893-023-01080-1\n\nThe following are self-citations:\n\n#. Mahoney, MJ In Review. waywiser: Ergonomic methods for assessing spatial models. https://arxiv.org/abs/2303.11312\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation(\"spatialsample\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite spatialsample in publications please use:\n\n Mahoney M. J., Johnson, L. K., Silge, J., Frick, H., Kuhn, M., and\n Beier C. M. (2023). Assessing the performance of spatial\n cross-validation approaches for models of spatially structured data.\n arXiv. https://doi.org/10.48550/arXiv.2303.07334\n\nA BibTeX entry for LaTeX users is\n\n @Misc{,\n title = {Assessing the performance of spatial cross-validation approaches for models of spatially structured data},\n author = {Michael J Mahoney and Lucas K Johnson and Julia Silge and Hannah Frick and Max Kuhn and Colin M Beier},\n year = {2023},\n eprint = {2303.07334},\n archiveprefix = {arXiv},\n primaryclass = {stat.CO},\n doi = {10.48550/arXiv.2303.07334},\n url = {https://arxiv.org/abs/2303.07334},\n }\n```\n:::\n:::\n\n\n\n### rsample\n\nI am an author on rsample after implementing functions for grouped resampling and clustered cross-validation (as well as the \"common resampling patterns\" vignette and a few other improvements). I only track citations here for versions of the package I'm an author on (>= 1.1.1).\n\n#. Lundell, J. 2023. EZtune: A Package for Automated Hyperparameter Tuning in R. https://arxiv.org/abs/2303.12177\n\n#. Ying R., Monteiro, F. M., Wilson, J. D., and Schmidt, D. N. 2023. ForamEcoGEnIE 2.0: incorporating symbiosis and spine traits into a trait-based global planktic foraminiferal model. Geosci. Model Dev., 16, 813–832, https://doi.org/10.5194/gmd-16-813-2023\n\n#. Lyu H, Grafton M, Ramilan T, Irwin M, Sandoval E. Assessing the Leaf Blade Nutrient Status of Pinot Noir Using Hyperspectral Reflectance and Machine Learning Models. Remote Sensing. 2023; 15(6):1497. https://doi.org/10.3390/rs15061497 \n\nThe following are self-citations:\n\n#. Mahoney, MJ, Johnson, L. K., Silge, J., Frick, H., Kuhn, M., and Beier, C. M. In Review. Assessing the performance of spatial cross-validation approaches for models of spatially structured data. https://arxiv.org/abs/2303.07334\n\n#. Mahoney, MJ In Review. waywiser: Ergonomic methods for assessing spatial models. https://arxiv.org/abs/2303.11312\n\nrsample is used in (but not cited in) [Wang et al 2023](https://dx.doi.org/10.2139/ssrn.4333412); [Lienard et al 2022](https://royalsocietypublishing.org/doi/full/10.1098/rstb.2021.0279); [Adu-Oppong et al 2022](https://doi.org/10.1186/s40168-021-01204-9); [Zappaterra et al 2022](https://doi.org/10.3390/app12031078); [Mull et al 2022](https://doi.org/10.1111/1365-2656.13694); [Dematheis et al 2022](https://doi.org/10.3390/microorganisms10081658); [Bellows et al 2022](https://doi.org/10.1093/ajh/hpac005); [Yates et al](https://doi.org/10.1002/ecm.1557); [Stevelink et al 2022](https://doi.org/10.1016/j.eclinm.2022.101732); [Bartz-Beielstein et al 2023](https://doi.org/10.1007/978-981-19-5170-1_8); [Han Nh 2022](https://doi.org/10.21203/rs.3.rs-1968295/v1); [Yan et al 2023](https://doi.org/10.1038/s41598-022-27150-6); [dos Santos et al 2022](https://doi.org/10.1016/j.compag.2022.106753); [Badonyi et al 2022](https://doi.org/10.1101/2022.11.17.516863); [Badonyi et al 2022](https://doi.org/10.7554/eLife.79602); [Peguero et al 2023](https://doi.org/10.1007/s11207-023-02140-7); [Howard et al 2023](https://doi.org/10.1016/j.humov.2023.103089).\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation(\"rsample\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite package 'rsample' in publications use:\n\n Frick H, Chow F, Kuhn M, Mahoney M, Silge J, Wickham H (2022).\n _rsample: General Resampling Infrastructure_. R package version\n 1.1.1, .\n\nA BibTeX entry for LaTeX users is\n\n @Manual{,\n title = {rsample: General Resampling Infrastructure},\n author = {Hannah Frick and Fanny Chow and Max Kuhn and Michael Mahoney and Julia Silge and Hadley Wickham},\n year = {2022},\n note = {R package version 1.1.1},\n url = {https://CRAN.R-project.org/package=rsample},\n }\n```\n:::\n:::\n\n\n\n### geojsonio\n\nI took over maintaining geojsonio in mid-2022, in order to keep the package on CRAN. Most functionality was either contributed by Scott and Andy or by community contributors; I primarily fix issues to keep the package on CRAN and shepherd community contributions prior to merging them into the project. As with rsample, I only track citations since I joined the project.\n\ngeojsonio is used in (but not cited in) [Chauhan et al 2022](https://doi.org/10.3390/v14112461); [Wang 2023](https://www.routledge.com/Data-Science-for-Infectious-Disease-Data-Analytics-An-Introduction-with/Wang/p/book/9781032187426); [de Souza et al 2022](https://www.mdpi.com/1999-4915/14/10/2311).\n\n\n::: {.cell}\n\n```{.r .cell-code}\ncitation(\"geojsonio\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nTo cite package 'geojsonio' in publications use:\n\n Chamberlain S, Teucher A, Mahoney M (2023). _geojsonio: Convert Data\n from and to 'GeoJSON' or 'TopoJSON'_. R package version 0.11.0,\n .\n\nA BibTeX entry for LaTeX users is\n\n @Manual{,\n title = {geojsonio: Convert Data from and to 'GeoJSON' or 'TopoJSON'},\n author = {Scott Chamberlain and Andy Teucher and Michael Mahoney},\n year = {2023},\n note = {R package version 0.11.0},\n url = {https://CRAN.R-project.org/package=geojsonio},\n }\n```\n:::\n:::\n", "supporting": [], "filters": [ "rmarkdown/pagebreak.lua" diff --git a/papers/index.qmd b/papers/index.qmd index 8c7c9d901..cff7a782b 100644 --- a/papers/index.qmd +++ b/papers/index.qmd @@ -10,24 +10,15 @@

Mahoney, M. J., Johnson, L. K., Silge, J., Frick, H., Kuhn, M., and Beier, C. M. In Review. Assessing the performance of spatial cross-validation approaches for models of spatially structured data. https://arxiv.org/abs/2303.07334 [PDF]

Mahoney, M. J., Johnson, L. K., and Beier, C. M. 2023. AI for shrubland identification and mapping. In Sun Z, Cristea N, Rivas P (eds.), _Artificial Intelligence in Earth Science_, 295-316. Elsevier. ISBN 978-0-323-91737-7. https://doi.org/10.1016/B978-0-323-91737-7.00010-4 [PDF]

2022

-

Mahoney, M. J., Johnson, L. K., Guinan, A. Z., and Beier, C. M. 2022. Classification and mapping of low‑statured ’shrubland’ cover types in post‑agricultural landscapes of the US Northeast. The International Journal of Remote Sensing, 43(19‑24), 7117‑7138. https://doi.org/10.1080/01431161.2022.2155086 [PDF] -

+

Mahoney, M. J., Johnson, L. K., Guinan, A. Z., and Beier, C. M. 2022. Classification and mapping of low‑statured ’shrubland’ cover types in post‑agricultural landscapes of the US Northeast. The International Journal of Remote Sensing, 43(19‑24), 7117‑7138. https://doi.org/10.1080/01431161.2022.2155086 [PDF]

Johnson, L. K., Mahoney, M. J., Bevilacqua, E., Stehman, S. V., Domke, G. M., and Beier, C. M. In Review. Fine-resolution landscape-scale biomass mapping using a spatiotemporal patchwork of LiDAR coverages. International Journal of Applied Earth Observation and Geoinformation 114: 103059. https://doi.org/10.1016/j.jag.2022.103059 [PDF]

-

Mahoney, M. J., Johnson, L. K., Bevilacqua, E., and Beier, C. M. 2022. Ground noise filtering produces inferior models of forest aboveground biomass. GIScience and Remote Sensing 59(1): 1266-1280. https://doi.org/10.1080/15481603.2022.2103069 [PDF] -

-

Mahoney, M. J., Beier, CM, and Ackerman, AC. 2022. unifir: A Unifying API for Interacting with Unity from R. Journal of Open Source Software 7(73): 4388. https://doi.org/10.21105/joss.04388 [PDF] -

-

- Tamiminia, H., Salehi, B., Mahdianpari, M., Beier, C. M., Johnson, L. K., Phoenix, D. B., and, Mahoney, M. J. 2022. Decision tree-based machine learning models for above-ground biomass estimation using multi-source remote sensing data and object-based image analysis. Geocarto International. https://doi.org/10.1080/10106049.2022.2071475 -

-

Mahoney, M. J., Beier, CM, and Ackerman, AC. 2022. terrainr: An R package for creating immersive virtual environments. Journal of Open Source Software 7(69): 4060. https://doi.org/10.21105/joss.04060 [PDF] -

+

Mahoney, M. J., Johnson, L. K., Bevilacqua, E., and Beier, C. M. 2022. Ground noise filtering produces inferior models of forest aboveground biomass. GIScience and Remote Sensing 59(1): 1266-1280. https://doi.org/10.1080/15481603.2022.2103069 [PDF]

+

Mahoney, M. J., Beier, CM, and Ackerman, AC. 2022. unifir: A Unifying API for Interacting with Unity from R. Journal of Open Source Software 7(73): 4388. https://doi.org/10.21105/joss.04388 [PDF]

+

Tamiminia, H., Salehi, B., Mahdianpari, M., Beier, C. M., Johnson, L. K., Phoenix, D. B., and, Mahoney, M. J. 2022. Decision tree-based machine learning models for above-ground biomass estimation using multi-source remote sensing data and object-based image analysis. Geocarto International. https://doi.org/10.1080/10106049.2022.2071475

+

Mahoney, M. J., Beier, CM, and Ackerman, AC. 2022. terrainr: An R package for creating immersive virtual environments. Journal of Open Source Software 7(69): 4060. https://doi.org/10.21105/joss.04060 [PDF]

2021

-

Mahoney, M. J., Beier, CM, and Ackerman, AC. 2021. Interactive landscape simulations for visual resource assessment. VRSC 2021 Conference Proceedings. [PDF] -

+

Mahoney, M. J., Beier, CM, and Ackerman, AC. 2021. Interactive landscape simulations for visual resource assessment. VRSC 2021 Conference Proceedings. [PDF]

2020

-

- Mahoney, M. J., and Stella, JC. 2020. Stem size selectivity is stronger than species preferences for beaver, a central place forager. Forest Ecology and Management 475: 118331. https://doi.org/10.1016/j.foreco.2020.118331 [PDF] -

+

Mahoney, M. J., and Stella, JC. 2020. Stem size selectivity is stronger than species preferences for beaver, a central place forager. Forest Ecology and Management 475: 118331. https://doi.org/10.1016/j.foreco.2020.118331 [PDF]

diff --git a/resume.pdf b/resume.pdf index 6321ac932..789350258 100644 Binary files a/resume.pdf and b/resume.pdf differ diff --git a/software_citations.qmd b/software_citations.qmd index 9d84a39b2..97dff906b 100644 --- a/software_citations.qmd +++ b/software_citations.qmd @@ -117,7 +117,7 @@ The following are self-citations: #. Mahoney, MJ In Review. waywiser: Ergonomic methods for assessing spatial models. https://arxiv.org/abs/2303.11312 -rsample is used in (but not cited in) [Wang et al 2023](https://dx.doi.org/10.2139/ssrn.4333412); [Lienard et al 2022](https://royalsocietypublishing.org/doi/full/10.1098/rstb.2021.0279); [Adu-Oppong et al 2022](https://doi.org/10.1186/s40168-021-01204-9); [Zappaterra et al 2022](https://doi.org/10.3390/app12031078); [Mull et al 2022](https://doi.org/10.1111/1365-2656.13694); [Dematheis et al 2022](https://doi.org/10.3390/microorganisms10081658); [Bellows et al 2022](https://doi.org/10.1093/ajh/hpac005); [Yates et al](https://doi.org/10.1002/ecm.1557); [Stevelink et al 2022](https://doi.org/10.1016/j.eclinm.2022.101732); [Bartz-Beielstein et al 2023](https://doi.org/10.1007/978-981-19-5170-1_8); [Han Nh 2022](https://doi.org/10.21203/rs.3.rs-1968295/v1); [Yan et al 2023](https://doi.org/10.1038/s41598-022-27150-6); [dos Santos et al 2022](https://doi.org/10.1016/j.compag.2022.106753); [Badonyi et al 2022](https://doi.org/10.1101/2022.11.17.516863); [Badonyi et al 2022](https://doi.org/10.7554/eLife.79602); [Peguero et al 2023](https://doi.org/10.1007/s11207-023-02140-7). +rsample is used in (but not cited in) [Wang et al 2023](https://dx.doi.org/10.2139/ssrn.4333412); [Lienard et al 2022](https://royalsocietypublishing.org/doi/full/10.1098/rstb.2021.0279); [Adu-Oppong et al 2022](https://doi.org/10.1186/s40168-021-01204-9); [Zappaterra et al 2022](https://doi.org/10.3390/app12031078); [Mull et al 2022](https://doi.org/10.1111/1365-2656.13694); [Dematheis et al 2022](https://doi.org/10.3390/microorganisms10081658); [Bellows et al 2022](https://doi.org/10.1093/ajh/hpac005); [Yates et al](https://doi.org/10.1002/ecm.1557); [Stevelink et al 2022](https://doi.org/10.1016/j.eclinm.2022.101732); [Bartz-Beielstein et al 2023](https://doi.org/10.1007/978-981-19-5170-1_8); [Han Nh 2022](https://doi.org/10.21203/rs.3.rs-1968295/v1); [Yan et al 2023](https://doi.org/10.1038/s41598-022-27150-6); [dos Santos et al 2022](https://doi.org/10.1016/j.compag.2022.106753); [Badonyi et al 2022](https://doi.org/10.1101/2022.11.17.516863); [Badonyi et al 2022](https://doi.org/10.7554/eLife.79602); [Peguero et al 2023](https://doi.org/10.1007/s11207-023-02140-7); [Howard et al 2023](https://doi.org/10.1016/j.humov.2023.103089). ```{r} citation("rsample")