added files

This commit is contained in:
Jeremy Kidwell 2018-08-29 15:33:39 +01:00
parent 289950e88f
commit ef28bd30db
2 changed files with 160 additions and 0 deletions

BIN
images/dots.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

View File

@ -0,0 +1,160 @@
<!DOCTYPE html>
<html>
<head>
<title>“Mapping” Religious Communities in the UK: Borders, Boundaries and Big Data</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body { font-family: 'Droid Serif'; }
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
.footnote {
position: absolute;
bottom: 3em;
font-size: small;
}
.red { color: #fa0000; }
/* Two-column layout */
.left-column {
width: 50%;
float: left;
}
.right-column {
width: 49%;
float: right;
padding-top: 0em;
margin-top: 0em;
text-align: left;
}
</style>
</head>
<body>
<textarea id="source">
class: center, middle
background-image: url(images/dots.png)
text-shadow: 2px 2px #ff0000
“Mapping” Religious Communities in the UK:
Borders, Boundaries and Big Data
#### Jeremy Kidwell
##### University of Birmingham **School of Philosophy, Theology and Religion**
002018 Sep 04
.footnote[Email: [j.kidwell@bham.ac.uk](mailto:j.kidwell@bham.ac.uk) • Twitter [@kidwellj](https://twitter.com/kidwellj)]
---
class: center, middle
Geospatial is important.
???
In the next 4:50 I want to try to convince you that scholars of Religion in Europe should engage with geospatial data in their research. I'll start with a big undefended claim, briskly diagnose the problems with our geospatial data and offer a possible solution.
---
class: center, middle
Prove it.
???
Part of the reason I became aware of this is because I started my journey as a researcher in Scotland. I quickly became aware that within the context of sociological and geographical study of the UK my colleagues in Edinburgh were not enthusiastic about being socially conflated with people who lived in London. But this happens *all the time*. I've come to discover that this sentiment is shared by people in Wales and Ireland and the North of England, and the West Midlands, and well, you get the idea.
---
class: center, middle
## Our national sociologies don't account for *terrain*
“*Prophecy now involves a geographical rather than a historical projection; it is space and not time that hides consequences from us. To prophesy today it is only necessary to know men [and women] as they are throughout the world in all their inequality.*”.red[*]
.footnote[.red[*]John Berger cited in Edward Soja, *Postmodern Geographies*]
???
Here's the big undefended claim: I believe that if we do not observe the particularities of peoples and their terrain, in practice, our research can be an instrument of concealment and the agent of social invisibility. Here's how this works in practice: say you've got a few thousand pounds and want to run a National-level study. Chances are, you'll take your money to a professional statistical organisation like YouGov and commission a study based on a random sample. Now here's where it gets sticky. Try asking YouGov (or whomever) whether they can generate a random sample of UK persons which will allow for data to be reliably broken down to the level of council areas in Scotland, and then by gender and age. I've asked, and they said "no"
---
class: center, middle
Picture of choropleth
???
Regional thinking, which is just a scholarly formalisation of administrative boundaries doesn't necessarily get us much further towards granular understandings of daily life and religion in practice. The small, hyper-local work of social anthropologists commends much closer scrutiny.
---
class: center, middle
## What happened to communities?
???
Many people here are doing small-scale local ethnographic work with individuals. And this gets towards addressing the problem, though we don't often enough join up individual studies towards well-qualified meta-understandings (topic for another day!). But I want to suggest that we might consider stepping one level up from the level of the individual and focussing on communities - and in the case of the study of religion, at least one facet of studying communities is to focus on places of worship. And I want to use my remaining 3 minutes to suggest what might be involved if we were to try to build some resources to support this kind of research.
---
### *We tried this out in a four-year study of Eco-Congregation Scotland (2013-2017)*
Some outputs:
- Jeremy Kidwell, Franklin Ginn, Michael Northcott, Elizabeth Bomberg, Alice Hague, "[Christian climate care: Slow change, modesty and eco-theo-citizenship](https://jeremykidwell.info/files/papers/geo-christian_climate_care.pdf)" (forthcoming), *Geo*
- Elizabeth Bomberg & Alice Hague, "[Faith-based climate action in Christian congregations: mobilisation and spiritual resources](https://www.tandfonline.com/doi/full/10.1080/13549839.2018.1449822)" (2018), *Local Environment*
- More to come...!
---
Where is the data on places of worship?
???
This was a big project with a big team, so it seemed responsible to test out our prospective fieldwork in terms of sampling and representation across standard demographic measures. So I went to the internet to find the data on places of workship in the UK. Turns out there isn't much.
---
# Ordnance Survey
"The PointX product uses multiple organisations and third party data sources in order to create the product, and it seems in this instance you have found accuracy issues.
 
We are always happy to receive this type of information if you are willing to share your findings so we can investigate further internally.".red[*]
.footnote[.red[*]— Ordnance Survey Support]
---
# Open Street Map project
Pascal Neis and Alexander Zipf, “Analyzing the contributor activity of a volunteered geographic information project: The case of OpenStreetMap,” ISPRS International Journal of Geo-Information 2 (2012): 146165.
Mordechai Haklay, “How good is volunteered geographical information? A comparative study of OpenStreetMap and Ordnance Survey datasets,” Environment and planning B: Planning and design 4 (2010): 682--703.
---
Brierley Consultancy = not available for public scholarly use
Ordnance Survey = data on places of worship is purchased from a private database
Open Street Map = open access, generally accurate, but incomplete
Google Maps = very expensive. No provision for scholarly use
---
</textarea>
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create();
</script>
</body>
</html>