For academic papers that use geoBoundaries in analysis, we ask that you cite our
PLoS One Publication. We recommend the below citations, but feel free to adapt
to your own citation style.
Short form citation:
Runfola, D. et al. (2020) geoBoundaries: A global database of political administrative boundaries. PLoS ONE 15(4): e0231866. https://doi.org/10.1371/journal.pone.0231866
Long form citation:
Runfola, Daniel, Community Contributors, and [v4.0: Lindsey Rogers, Joshua Habib, Sidonie Horn, Sean Murphy, Dorian Miller, Hadley Day, Lydia Troup, Dominic Fornatora, Natalie Spage, Kristina Pupkiewicz, Michael Roth, Carolina Rivera, Charlie Altman, Isabel Schruer, Tara McLaughlin, Russ Biddle, Renee Ritchey, Emily Topness, James Turner, Sam Updike, Helena Buckman, Neel Simpson, Jason Lin], [v2.0: Austin Anderson, Heather Baier, Matt Crittenden, Elizabeth Dowker, Sydney Fuhrig, Seth Goodman, Grace Grimsley, Rachel Layko, Graham Melville, Maddy Mulder, Rachel Oberman, Joshua Panganiban, Andrew Peck, Leigh Seitz, Sylvia Shea, Hannah Slevin, Rebecca Yougerman, Lauren Hobbs]. "geoBoundaries: A global database of political administrative boundaries." Plos one 15, no. 4 (2020): e0231866.
When using geoBoundaries on the web, we ask that you put the name
"geoBoundaries" with a link back to this website, www.geoboundaries.org,
somewhere prominent on the page that uses the boundaries. This
can be a stand-alone link or within a sentence. For example, any of the below
would be acceptable:
Using the <a href= 'https://www.geoboundaries.org'>geoBoundaries</a> database, we constructed a time-series illustrating how under 5 child mortality has shifted over time.
Administrative boundaries courtesy of <a href= 'https://www.geoboundaries.org'>geoBoundaries</a>
<a href= 'https://www.geoboundaries.org'>geoBoundaries</a>
When using geoBoundaries on a map produced by leaflet, we ask that you add a
link to geoBoundaries in the leaflet attributes. For example:
var map = L.map('map').setView([51.505, -0.09], 13);
L.tileLayer(
'http://{s}.tile.osm.org/{z}/{x}/{y}.png',
{attribution:
'<a href="www.geoboundaries.org">geoBoundaries</a>'}
).addTo(map);
For convenience, you can also view a simple
example.