Skip to content

Commit 491b1e3

Browse files
committed
Add acknowledgments section.
1 parent 020bf5b commit 491b1e3

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ Version: 1.1.0
44
Authors@R: c(
55
person("Nathaniel", "Henry", email = "nat@henryspatialanalysis.com",
66
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8150-4988")),
7-
person("Benjamin", "Mayala", role = c("aut")))
7+
person("Benjamin", "Mayala", role = c("aut")),
8+
person("Roy", "Burstein", role = c("ctb"), comment = c(ORCID = "0000-0001-8991-4762")),
9+
person("Nafis", "Sadat", role = c("ctb")),
10+
person("Michael", "Richards", role = c("ctb")),
11+
person("Michael", "Collison", role = c("ctb")),
12+
person("Michael", "Cork", role = c("ctb")))
813
Description:
914
Modern model-based geostatistics for point-referenced data. This package provides a
1015
simple interface to run spatial machine learning models and geostatistical models

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,12 @@ A typical MBG workflow includes the following steps:
3939
7. _(Optional):_ **Aggregate** from pixels to administrative boundaries, preserving uncertainty
4040

4141
For more details, see the [introductory vignette](https://henryspatialanalysis.github.io/mbg/articles/mbg.html).
42+
43+
---
44+
45+
### Acknowledgments
46+
47+
Many thanks to the following groups of people for their contributions to the package:
48+
49+
- IHME's Local Burden of Disease core code team, for their development of geostatistical software tools that helped inspire this package. Special thanks to Aaron Osgood-Zimmerman, Ian Davis, John VanderHeide, Jon Mosser, Katie Wilson, Lauren Woyczynski, Michael Collison, Michael Cork, Mike Richards, Nafis Sadat, Neal Marquez, and Roy Burstein.
50+
- The Geospatial Analysis team at the Demographic and Health Surveys Program

0 commit comments

Comments
 (0)