migrated initial data from previous hugo site

This commit is contained in:
kidwellj 2020-05-04 16:35:31 +01:00
parent 0fc9562d69
commit c01de0547b
330 changed files with 21922 additions and 147 deletions

4
.gitignore vendored
View File

@ -4,3 +4,7 @@
# Hugo
resources/
public/
# MacOS
.DS_Store

View File

@ -20,7 +20,7 @@
[[main]]
name = "Publications"
url = "#featured"
url = "publication"
weight = 40
[[main]]

View File

@ -22,7 +22,7 @@ font = ""
# Choose a font size.
# Sizes: XS (extra small), S (small), M (medium), L (large - DEFAULT), XL (extra large)
font_size = "L"
font_size = "M"
############################
## Basic Info
@ -81,34 +81,35 @@ edit_page = {repo_url = "https://github.com/gcushen/hugo-academic", content_dir
############################
# Enter contact details (optional). To hide a field, clear it to "".
email = "test@example.org"
phone = "888 888 88 88"
email = "j.kidwell@bham.ac.uk"
phone = ""
# Address
# For country_code, use the 2-letter ISO code (see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 )
address = {street = "450 Serra Mall", city = "Stanford", region = "CA", postcode = "94305", country = "United States", country_code = "US"}
address = {street = "450 Serra Mall", city = "Stanford", region = "CA", postcode = "94305", country = "United Kingdom", country_code = "GB"}
# Geographic coordinates
# To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom.
coordinates = {latitude = "37.4275", longitude = "-122.1697"}
coordinates = {latitude = "52.4538", longitude = "-1.93089"}
# Directions for visitors to locate you.
directions = "Enter Building 1 and take the stairs to Office 200 on Floor 2"
# directions = "Enter Building 1 and take the stairs to Office 200 on Floor 2"
# Office hours
# A list of your office hours. To remove, set to an empty list `[]`.
office_hours = ["Monday 10:00 to 13:00", "Wednesday 09:00 to 10:00"]
# office_hours = ["Monday 10:00 to 13:00", "Wednesday 09:00 to 10:00"]
# Enter an optional link for booking appointments (e.g. calendly.com).
appointment_url = "https://calendly.com"
# appointment_url = "https://calendly.com"
# Contact links
# Set to `[]` to disable, or comment out unwanted lines with a hash `#`.
contact_links = [
{icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/Twitter"},
{icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"},
{icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"},
{icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"},
{icon = "mastodon", icon_pack = "fab", name = "DM Me", link = "https://scholar.social/@kidwellj"},
# JK Note - add keybase, signal, matrix
# {icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"},
# {icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"},
# {icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"},
# {icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@Telegram"},
]
@ -120,7 +121,7 @@ contact_links = [
sharing_image = ""
# Twitter username (without @). Used when a visitor shares your site on Twitter.
twitter = ""
twitter = "kidwellj"
############################
## Regional Settings
@ -133,7 +134,7 @@ date_format = "Jan 2, 2006"
time_format = "3:04 PM"
# Address format (choose from the [address_formats] list below or add you own to the list).
address_format = "en-us"
address_format = "en-gb"
############################
## Advanced

View File

@ -1,75 +0,0 @@
---
# Display name
title: Nelson Bighetti
# Username (this should match the folder name)
authors:
- admin
# Is this the primary user of the site?
superuser: true
# Role/position
role: Professor of Artificial Intelligence
# Organizations/Affiliations
organizations:
- name: Stanford University
url: ""
# Short bio (displayed in user profile at end of posts)
bio: My research interests include distributed robotics, mobile computing and programmable matter.
interests:
- Artificial Intelligence
- Computational Linguistics
- Information Retrieval
education:
courses:
- course: PhD in Artificial Intelligence
institution: Stanford University
year: 2012
- course: MEng in Artificial Intelligence
institution: Massachusetts Institute of Technology
year: 2009
- course: BSc in Artificial Intelligence
institution: Massachusetts Institute of Technology
year: 2008
# Social/Academic Networking
# For available icons, see: https://sourcethemes.com/academic/docs/page-builder/#icons
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
# form "mailto:your-email@example.com" or "#contact" for contact widget.
social:
- icon: envelope
icon_pack: fas
link: '#contact' # For a direct email link, use "mailto:test@example.org".
- icon: twitter
icon_pack: fab
link: https://twitter.com/GeorgeCushen
- icon: google-scholar
icon_pack: ai
link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ
- icon: github
icon_pack: fab
link: https://github.com/gcushen
# Link to a PDF of your resume/CV from the About widget.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# - icon: cv
# icon_pack: ai
# link: files/cv.pdf
# Enter email to display Gravatar (if Gravatar enabled in Config)
email: ""
# Organizational groups that you belong to (for People widget)
# Set this to `[]` or comment out if you are not using People widget.
user_groups:
- Researchers
- Visitors
---
Nelson Bighetti is a professor of artificial intelligence at the Stanford AI Lab. His research interests include distributed robotics, mobile computing and programmable matter. He leads the Robotic Neurobiology group, which develops self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,79 @@
---
# Display name
title: Jeremy Kidwell
# Username (this should match the folder name)
authors:
- jeremy
# Is this the primary user of the site?
superuser: true
# Role/position
role: Associate Professor in Theological Ethics
# Organizations/Affiliations
organizations:
- name: University of Birmingham
url: "https://www.birmingham.ac.uk/staff/profiles/tr/kidwell-jeremy.aspx"
# Short bio (displayed in user profile at end of posts)
bio: Scholar, hacker, activist, ethnographer, ethicist and eco-theologian. Interdisciplinary and unafraid.
#interests:
#- Artificial Intelligence
#- Computational Linguistics
#- Information Retrieval
education:
courses:
- course: PhD in Theological Ethics
institution: University of Edinburgh
year: 2013
- course: MA Theology
institution: Regent College (Vancouver, Canada)
year: 2009
- course: BA in English and BA in Music
institution: Seattle Pacific University
year: 2002
# Social/Academic Networking
# For available icons, see: https://sourcethemes.com/academic/docs/page-builder/#icons
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
# form "mailto:your-email@example.com" or "#contact" for contact widget.
social:
- icon: paper-plane
icon_pack: fas
link: '/contact'
- icon: comments
icon_pack: fab
link: https://matrix.to/#/@kidwellj:matrix.org
- icon: mastodon
icon_pack: fab
link: https://scholar.social/@kidwellj
- icon: twitter
icon_pack: fab
link: https://twitter.com/kidwellj
- icon: google-scholar
icon_pack: ai
link: https://scholar.google.co.uk/citations?user=CG-z2_8AAAAJ
- icon: github
icon_pack: fab
link: https://github.com/kidwellj
- icon: orcid
icon_pack: ai
link: http://orcid.org/0000-0001-5954-4246
# Enter email to display Gravatar (if Gravatar enabled in Config)
email: ""
# Organizational groups that you belong to (for People widget)
# Set this to `[]` or comment out if you are not using People widget.
user_groups:
- Researchers
- Visitors
---
I am an interdisciplinary scholar, trained in ethics and constructive theology based in the [School of Philosophy, Theology and Religion](http://www.birmingham.ac.uk/schools/ptr/index.aspx) at the [University of Birmingham](http://www.birmingham.ac.uk/). I give regular [talks, workshops, and seminars](talks/) on topics like [climate change](project/religionecology/), data ethics, and design. Being skeptical about the efficacy of capitalism, I am working hard to rehabilitate the commons - and am an advocate for open source, open data, and open educational resources.
In my [research](?), I confront the ecological crisis by interrogating the ethical issues that lie at the intersection of “nature” and “culture” ranging from ecological ethics, activist studies, religious conceptions of labour and the philosophy of technology. I work in the mode of a field philosopher allowing an ethnographic and quantitatively generated understanding of grassroots problems and interests to illuminate my constructive ethical reflections

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 KiB

56
content/contact/about-me.md Executable file
View File

@ -0,0 +1,56 @@
+++
# A Demo section created with the Blank widget.
# Any elements can be added in the body: https://sourcethemes.com/academic/docs/writing-markdown-latex/
# Add more sections by duplicating this file and customizing to your requirements.
widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 20 # Order that this section will appear.
title = ""
subtitle = ""
[design]
# Choose how many columns the section has. Valid values: 1 or 2.
columns = "1"
[design.background]
# Apply a background color, gradient, or image.
# Uncomment (by removing `#`) an option to apply it.
# Choose a light or dark text color by setting `text_color_light`.
# Any HTML color name or Hex value is valid.
# Background color.
# color = "navy"
# Background gradient.
# gradient_start = "DeepSkyBlue"
# gradient_end = "SkyBlue"
# Background image.
image = "" # Name of image in `static/img/`.
image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
# Text color (true=light or false=dark).
text_color_light = false
[design.spacing]
# Customize the section spacing. Order is top, right, bottom, left.
padding = ["20px", "0", "20px", "0"]
[advanced]
# Custom CSS.
css_style = ""
# CSS class.
css_class = "mini"
+++
I was born in Seattle, WA (USA) and did my undergraduate studies there at Seattle Pacific University in Music and English Literature. After college, I continued IT work that had already been ongoing since my teenage hacker days moving into the telecommunications sector and working as a technician and eventually lead technical trainer for an exchange carrier based in Rochester, NY. During lunch breaks I'd steal away to the public library and practice Greek and Latin, thinking that I might pursue graduate work in Medieval Studies. When my partner finished her Masters degree in Social Work, we moved to Vancouver, BC so that I could take up further interdisciplinary studies in Theology at Regent College. Finding expatriate life suited us well, we made an even more dramatic move to Scotland, where I received my Ph.D. from the University of Edinburgh. My PhD focussed on the ethics of design, resulting in what eventually became my first book, *The Theology of Craft and the Craft of Work* but this inquiry had a decidedly ecological inflection.
Bringing this interest in ecological ethics to the foreground, while in the final stages of my PhD, I co-authored a large grant application with my doctoral supervisor and we were awarded about £860k in research funding to pursue an emerging and joint interest in Eco-Congregation Scotland. I was written into the project as full-time post-doctoral researcher and in this capacity I managed the project fieldwork and impact portfolio and also conducted independent ethnographic and philosophical research. It was here that I discovered a love for mixed methods and field philosophy, connecting dots between themes I found in late-modern continental philosophy, interviews I conducted with Scottish environmental activists and between the dynamics of local environmental politics and geospatial data.
My research continues to engage my interests in all these themes - data and technology, craft, commons and design, eco-theology, and activist ethnography. You can browse my publications and talks to get more of a sense of how I interweave these things in my current research and outreach.

11
content/contact/contact.md Executable file
View File

@ -0,0 +1,11 @@
---
active: true
autolink: false
email_form: 2
headless: true
subtitle: ""
title: Hi there!
weight: 50
widget: contact
---

39
content/contact/experience.md Executable file
View File

@ -0,0 +1,39 @@
+++
# Experience widget.
widget = "experience" # Do not modify this line!
headless = true # This file represents a page section.
active = false # Activate this widget? true/false
weight = 40 # Order that this section will appear.
title = "Experience"
subtitle = ""
# Date format for experience
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
date_format = "January 2006"
# Experiences.
# Add/remove as many `[[experience]]` blocks below as you like.
# Required fields are `title`, `company`, and `date_start`.
# Leave `date_end` empty if it's your current employer.
# Begin/end multi-line descriptions with 3 quotes `"""`.
[[experience]]
title = "Associate Professor"
company = "University of Birmingham"
company_url = "https://birmingham.ac.uk/"
location = "UK"
date_start = "2016-09-01"
date_end = ""
description = """
"""
[[experience]]
title = "Post-Doctoral Research Associate"
company = "University of Edinburgh"
company_url = "https://ed.ac.uk/"
location = "UK"
date_start = "2013-09-01"
date_end = "2016-08-30"
description = """ """
+++

7
content/contact/index.md Executable file
View File

@ -0,0 +1,7 @@
---
date: "2019-01-01T00:00:00Z"
summary: A little more about me and how to get in touch
title: "About / Contact"
type: widget_page
aliases: [bio]
---

48
content/contact/pre-about-me.md Executable file
View File

@ -0,0 +1,48 @@
+++
# A Demo section created with the Blank widget.
# Any elements can be added in the body: https://sourcethemes.com/academic/docs/writing-markdown-latex/
# Add more sections by duplicating this file and customizing to your requirements.
widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 10 # Order that this section will appear.
title = "About me"
subtitle = ""
[design]
# Choose how many columns the section has. Valid values: 1 or 2.
columns = "1"
[design.background]
# Apply a background color, gradient, or image.
# Uncomment (by removing `#`) an option to apply it.
# Choose a light or dark text color by setting `text_color_light`.
# Any HTML color name or Hex value is valid.
# Background color.
# color = "navy"
# Background gradient.
# gradient_start = "DeepSkyBlue"
# gradient_end = "SkyBlue"
# Background image.
image = "" # Name of image in `static/img/`.
image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
# Text color (true=light or false=dark).
text_color_light = true
[design.spacing]
# Customize the section spacing. Order is top, right, bottom, left.
padding = ["20px", "0", "50px", "0"]
[advanced]
# Custom CSS.
css_style = "text-align: center"
# CSS class.
css_class = ""
+++

48
content/contact/pre-contact.md Executable file
View File

@ -0,0 +1,48 @@
+++
# A Demo section created with the Blank widget.
# Any elements can be added in the body: https://sourcethemes.com/academic/docs/writing-markdown-latex/
# Add more sections by duplicating this file and customizing to your requirements.
widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 45 # Order that this section will appear.
title = "Get in touch"
subtitle = ""
[design]
# Choose how many columns the section has. Valid values: 1 or 2.
columns = "1"
[design.background]
# Apply a background color, gradient, or image.
# Uncomment (by removing `#`) an option to apply it.
# Choose a light or dark text color by setting `text_color_light`.
# Any HTML color name or Hex value is valid.
# Background color.
# color = "navy"
# Background gradient.
# gradient_start = "DeepSkyBlue"
# gradient_end = "SkyBlue"
# Background image.
image = "" # Name of image in `static/img/`.
image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
# Text color (true=light or false=dark).
text_color_light = true
[design.spacing]
# Customize the section spacing. Order is top, right, bottom, left.
padding = ["60px", "0", "60px", "0"]
[advanced]
# Custom CSS.
css_style = "text-align: center"
# CSS class.
css_class = ""
+++

View File

@ -3,12 +3,12 @@
widget = "about" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 20 # Order that this section will appear in.
weight = 10 # Order that this section will appear in.
title = "Biography"
title = ""
# Choose the user profile to display
# This should be the username of a profile in your `content/authors/` folder.
# See https://sourcethemes.com/academic/docs/get-started/#introduce-yourself
author = "admin"
author = "jeremy"
+++

View File

@ -2,7 +2,7 @@
# Accomplishments widget.
widget = "accomplishments" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
active = false # Activate this widget? true/false
weight = 50 # Order that this section will appear.
title = "Accomplish­ments"

View File

@ -2,7 +2,7 @@
# Contact widget.
widget = "contact" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
active = false # Activate this widget? true/false
weight = 130 # Order that this section will appear.
title = "Contact"

View File

@ -6,9 +6,9 @@
widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 15 # Order that this section will appear.
weight = 20 # Order that this section will appear.
title = "Academic Kickstart"
title = "Lately"
subtitle = ""
[design]
@ -36,11 +36,11 @@ subtitle = ""
# image_parallax = true # Use a fun parallax-like fixed background effect? true/false
# Text color (true=light or false=dark).
text_color_light = true
text_color_light = false
[design.spacing]
# Customize the section spacing. Order is top, right, bottom, left.
padding = ["20px", "0", "20px", "0"]
padding = ["0px", "0", "20px", "0"]
[advanced]
# Custom CSS.
@ -49,27 +49,3 @@ subtitle = ""
# CSS class.
css_class = ""
+++
Welcome to the **Academic Kickstart** template!
Follow our [Getting Started](https://sourcethemes.com/academic/docs/get-started/) and [Page Builder](https://sourcethemes.com/academic/docs/widgets/) guides to easily personalize the template and then [add your own content](https://sourcethemes.com/academic/docs/managing-content/).
For inspiration, check out [the Markdown files](https://sourcethemes.com/academic/docs/install/#demo-content) which power the [personal demo](https://academic-demo.netlify.com/). The easiest way to publish your new site to the internet is with [Netlify](https://sourcethemes.com/academic/docs/deployment/).
- [View the documentation](https://sourcethemes.com/academic/docs/)
- [Ask a question](http://discuss.gohugo.io/)
- [Request a feature or report a bug](https://github.com/gcushen/hugo-academic/issues)
- Updating? View the [Update Guide](https://sourcethemes.com/academic/docs/update/) and [Release Notes](https://sourcethemes.com/academic/updates/)
- Support development of Academic:
- [Donate a coffee](https://paypal.me/cushen)
- [Become a backer on Patreon](https://www.patreon.com/cushen)
- [Decorate your laptop or journal with an Academic sticker](https://www.redbubble.com/people/neutreno/works/34387919-academic)
- [Wear the T-shirt](https://academic.threadless.com/)
{{% alert note %}}
This homepage section is an example of adding [elements](https://sourcethemes.com/academic/docs/writing-markdown-latex/) to the [*Blank* widget](https://sourcethemes.com/academic/docs/widgets/).
Backgrounds can be applied to any section. Here, the *background* option is set give a *color gradient*.
**To remove this section, delete `content/home/demo.md`.**
{{% /alert %}}

View File

@ -2,7 +2,7 @@
# Experience widget.
widget = "experience" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
active = false # Activate this widget? true/false
weight = 40 # Order that this section will appear.
title = "Experience"

View File

@ -5,7 +5,7 @@
widget = "featured" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
active = false # Activate this widget? true/false
weight = 80 # Order that this section will appear.
title = "Featured Publications"

View File

@ -5,17 +5,17 @@
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 60 # Order that this section will appear.
weight = 30 # Order that this section will appear.
title = "Recent Posts"
subtitle = ""
title = ""
subtitle = "News"
[content]
# Page type to display. E.g. post, talk, or publication.
page_type = "post"
# Choose how much pages you would like to display (0 = all pages)
count = 5
count = 1
# Choose how many pages you would like to offset by
offset = 0
@ -28,7 +28,6 @@ subtitle = ""
tag = ""
category = ""
publication_type = ""
author = ""
exclude_featured = false
[design]

View File

@ -2,7 +2,7 @@
# A Projects section created with the Portfolio widget.
widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
active = false # Activate this widget? true/false
weight = 65 # Order that this section will appear.
title = "Projects"

View File

@ -4,7 +4,7 @@
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
active = false # Activate this widget? true/false
weight = 90 # Order that this section will appear.
title = "Recent Publications"
@ -66,7 +66,3 @@ subtitle = ""
# CSS class.
css_class = ""
+++
{{% alert note %}}
Quickly discover relevant content by [filtering publications]({{< ref "/publication/_index.md" >}}).
{{% /alert %}}

View File

@ -2,7 +2,7 @@
# A Skills section created with the Featurette widget.
widget = "featurette" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
active = false # Activate this widget? true/false
weight = 30 # Order that this section will appear.
title = "Skills"

View File

@ -2,7 +2,7 @@
# Tag Cloud widget.
widget = "tag_cloud" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
active = false # Activate this widget? true/false
weight = 120 # Order that this section will appear.
title = "Popular Topics"

View File

@ -5,17 +5,17 @@
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 70 # Order that this section will appear.
weight = 40 # Order that this section will appear.
title = "Recent & Upcoming Talks"
subtitle = ""
title = ""
subtitle = "Talks"
[content]
# Page type to display. E.g. post, talk, or publication.
page_type = "talk"
# Choose how much pages you would like to display (0 = all pages)
count = 5
count = 1
# Choose how many pages you would like to offset by
offset = 0
@ -28,7 +28,6 @@ subtitle = ""
tag = ""
category = ""
publication_type = ""
author = ""
exclude_featured = false
exclude_past = false
exclude_future = false

View File

@ -0,0 +1,6 @@
---
title: "The Ethics of Design"
date: 2020-05-04T13:23:32+01:00
draft: false
---

View File

@ -0,0 +1,41 @@
---
# Documentation: https://sourcethemes.com/academic/docs/managing-content/
title: "Ecological_reconciliation"
summary: ""
authors: []
tags: []
categories: []
date: 2020-05-04T14:00:27+01:00
# Optional external URL for project (replaces project detail page).
external_link: ""
# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
image:
caption: ""
focal_point: ""
preview_only: false
# Custom links (optional).
# Uncomment and edit lines below to show custom links.
# links:
# - name: Follow
# url: https://twitter.com
# icon_pack: fab
# icon: twitter
url_code: ""
url_pdf: ""
url_slides: ""
url_video: ""
# Slides (optional).
# Associate this project with Markdown slides.
# Simply enter your slide deck's filename without extension.
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`.
# Otherwise, set `slides = ""`.
slides: ""
---

View File

@ -0,0 +1,6 @@
---
title: "Patristic Studies"
date: 2020-05-04T13:44:00+01:00
draft: true
---

View File

@ -0,0 +1,41 @@
---
# Documentation: https://sourcethemes.com/academic/docs/managing-content/
title: "Spiritual_placemaking"
summary: ""
authors: []
tags: []
categories: []
date: 2020-05-04T14:00:16+01:00
# Optional external URL for project (replaces project detail page).
external_link: ""
# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
image:
caption: ""
focal_point: ""
preview_only: false
# Custom links (optional).
# Uncomment and edit lines below to show custom links.
# links:
# - name: Follow
# url: https://twitter.com
# icon_pack: fab
# icon: twitter
url_code: ""
url_pdf: ""
url_slides: ""
url_video: ""
# Slides (optional).
# Associate this project with Markdown slides.
# Simply enter your slide deck's filename without extension.
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`.
# Otherwise, set `slides = ""`.
slides: ""
---

View File

@ -0,0 +1,6 @@
---
title: "Theology and Economics"
date: 2020-05-04T13:23:43+01:00
draft: false
---

6
content/projects/index.md Executable file
View File

@ -0,0 +1,6 @@
---
date: "2020-05-01T00:00:00Z"
summary: See some of the projects I have worked on
title: Projects
type: widget_page
---

88
content/projects/projects.md Executable file
View File

@ -0,0 +1,88 @@
+++
# A Projects section created with the Portfolio widget.
widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 65 # Order that this section will appear.
title = "Projects"
subtitle = ""
[content]
# Page type to display. E.g. project.
page_type = "project"
# Filter toolbar (optional).
# Add or remove as many filters (`[[content.filter_button]]` instances) as you like.
# To show all items, set `tag` to "*".
# To filter by a specific tag, set `tag` to an existing tag name.
# To remove toolbar, delete/comment all instances of `[[content.filter_button]]` below.
# Default filter index (e.g. 0 corresponds to the first `[[filter_button]]` instance below).
filter_default = 0
[[content.filter_button]]
name = "All"
tag = "*"
[[content.filter_button]]
name = "R"
tag = "R"
[[content.filter_button]]
name = "Software"
tag = "software"
[[content.filter_button]]
name = "Workshop"
tag = "workshop"
[[content.filter_button]]
name = "Course"
tag = "course"
[[content.filter_button]]
name = "Book"
tag = "book"
[design]
# Choose how many columns the section has. Valid values: 1 or 2.
columns = "1"
# Toggle between the various page layout types.
# 1 = List
# 3 = Card
# 5 = Showcase
view = 3
# For Showcase view, flip alternate rows?
flip_alt_rows = true
[design.background]
# Apply a background color, gradient, or image.
# Uncomment (by removing `#`) an option to apply it.
# Choose a light or dark text color by setting `text_color_light`.
# Any HTML color name or Hex value is valid.
# Background color.
# color = "navy"
# Background gradient.
# gradient_start = "DeepSkyBlue"
# gradient_end = "SkyBlue"
# Background image.
# image = "background.jpg" # Name of image in `static/img/`.
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
# Text color (true=light or false=dark).
# text_color_light = true
[advanced]
# Custom CSS.
css_style = ""
# CSS class.
css_class = ""
+++

View File

@ -0,0 +1,71 @@
---
# Documentation: https://sourcethemes.com/academic/docs/managing-content/
title: "On Dwarves and Scientists: Probing for Technological Ethics in the Creative Imagination of J.R.R. Tolkien"
authors: []
date: 2009-06-15
doi: ""
# Schedule page publish date (NOT publication's date).
publishDate: 2020-05-04T10:45:23+01:00
# Publication type.
# Legend: 0 = Uncategorized; 1 = Conference paper; 2 = Journal article;
# 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section;
# 7 = Thesis; 8 = Patent
publication_types: ["2"]
# Publication name and optional abbreviated publication name.
publication: "<em>FORUM</em>, Issue 8, Spring 2009"
publication_short: ""
abstract: "The presence of technology in contemporary life has become so pervasive that sociologist, Jacques Ellul has described this age as a &ldquo;technological society&rdquo;. J.R.R. Tolkien lived in the midst of the ascension of this technological society at the turn of the twentieth-century, and though he is well recognized for the quality of his fiction, the specific treatment of technology in his works has not been fully appreciated. In Tolkien's work this topic may not be immediately obvious, especially given that technology is typically conceived in a narrow economy: freestanding and utterly contemporary. An example of this attitude might be the affirmation of a computer as &ldquo;technology&rdquo;, but not the edge of a chef's knife. Tolkien casts his vision of technology with a more encompassing definition, treating it as the making of things by creatures.
This paper seeks primarily to substantiate the presence of this technological theme, so defined, in Tolkien's work. Accomplishing this will require attention to two fronts: to Tolkien's theory and practice. In unpacking the theoretical basis for his technological commentary, I will first justify the use of &ldquo;fairy stories&rdquo; for broader ethical reflection and will draw attention to Tolkien's specific commentary regarding the use of this genre. I will further examine Tolkien's specific attention to the topic of technology, and will clear him of charges that he is anti-technological. I will spend the latter half of the paper explicating specific ways, in practice, that Tolkien deploys the concept of sub-creation in his mythical stories. My analysis in this paper will be limited to ways in which the narrative of the Dwarves in his fiction serves as an analogy for the scientific enterprise. Ultimately, I will suggest that in Tolkien's account the products of technological synthesis (making), are in themselves morally ambivalent. I choose &ldquo;ambivalent&rdquo;, rather than &ldquo;neutral&rdquo;, because, as will be developed more fully below, there is always a moral context for technology, either good or bad - but never neither."
# Summary. An optional shortened abstract.
summary: ""
tags: []
categories: []
featured: false
# Custom links (optional).
# Uncomment and edit lines below to show custom links.
# links:
# - name: Follow
# url: https://twitter.com
# icon_pack: fab
# icon: twitter
url_pdf: "pdf/tolkein_dwarves_and_scientists.pdf"
url_code:
url_dataset:
url_poster:
url_project:
url_slides:
url_source:
url_video:
# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
image:
caption: ""
focal_point: ""
preview_only: false
# Associated Projects (optional).
# Associate this publication with one or more of your projects.
# Simply enter your project's folder or file name without extension.
# E.g. `internal-project` references `content/project/internal-project/index.md`.
# Otherwise, set `projects: []`.
projects: []
# Slides (optional).
# Associate this publication with Markdown slides.
# Simply enter your slide deck's filename without extension.
# E.g. `slides: "example"` references `content/slides/example/index.md`.
# Otherwise, set `slides: ""`.
slides: ""
---

View File

@ -0,0 +1,69 @@
---
# Documentation: https://sourcethemes.com/academic/docs/managing-content/
title: "The Righteousness of Industrialism: Understanding the Legacy Behind The Present Moment in Technological Ethics"
authors: ["jeremy"]
date: 2011-06-15
doi: ""
# Schedule page publish date (NOT publication's date).
publishDate: 2020-05-04T10:45:13+01:00
# Publication type.
# Legend: 0 = Uncategorized; 1 = Conference paper; 2 = Journal article;
# 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section;
# 7 = Thesis; 8 = Patent
publication_types: ["0"]
# Publication name and optional abbreviated publication name.
publication: ""
publication_short: ""
abstract: "Several prominent moral theologians have suggested that the current environmental crisis is a consequence of disordered accounts of human work and labour. Though this has inspired abstract speculation about the modern transformation of labour, few analyses anchor such reflection in the concrete historical experience of Christian labourers or probe for theologically construed responses in context. In this paper, I will seek to identify a framework which can better represent the complex relation between Christian moral reflection and industrialisation as it developed in the nineteenth-century by offering brief but sustained analysis of two test cases: the Luddite revolts (1811-1812) and the Great Exhibition (1851). Contrary to the narrative which holds that the industrial transformation of labour emerged while theological reflection was increasingly marginalised by secularisation, I will seek to draw attention to the presence of theological reflection in two different means of historical response, the protest and promotion of industry."
# Summary. An optional shortened abstract.
summary: ""
tags: []
categories: []
featured: false
# Custom links (optional).
# Uncomment and edit lines below to show custom links.
# links:
# - name: Follow
# url: https://twitter.com
# icon_pack: fab
# icon: twitter
url_pdf: "pdf/righteousness_industrialism.pdf"
url_code:
url_dataset:
url_poster:
url_project:
url_slides:
url_source:
url_video:
# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
image:
caption: ""
focal_point: ""
preview_only: false
# Associated Projects (optional).
# Associate this publication with one or more of your projects.
# Simply enter your project's folder or file name without extension.
# E.g. `internal-project` references `content/project/internal-project/index.md`.
# Otherwise, set `projects: []`.
projects: []
# Slides (optional).
# Associate this publication with Markdown slides.
# Simply enter your slide deck's filename without extension.
# E.g. `slides: "example"` references `content/slides/example/index.md`.
# Otherwise, set `slides: ""`.
slides: ""
---

View File

@ -0,0 +1,20 @@
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
%% Created for jeremy at 2020-05-04 13:16:00 +0100
%% Saved with string encoding Unicode (UTF-8)
@incollection{kidwell_2013a,
Author = {Kidwell, Jeremy H.},
Booktitle = {Oxford Guide to the Historical Reception of Augustine},
Date-Added = {2020-05-03 20:07:00 +0100},
Date-Modified = {2020-05-04 13:16:00 +0100},
Editor = {Karla Pollmann and Willemien Otten},
Isbn = {9780199299164},
Publisher = {Oxford University Press},
Title = {Labour},
Year = {2013}}

View File

@ -0,0 +1,12 @@
---
title: "Labour"
date: 2013-01-01
publishDate: 2020-05-03T19:08:46.343240Z
authors: ["Jeremy H. Kidwell"]
publication_types: ["6"]
abstract: ""
featured: false
publication: "*Oxford Guide to the Historical Reception of Augustine*"
url_pdf: "pdf/augustine_work.pdf"
---

View File

@ -0,0 +1,10 @@
@incollection{kidwelldoherty_2015a,
booktitle = {Theology and Economics: A Christian Vision of the Common Good},
date-added = {2020-05-03 20:07:00 +0100},
date-modified = {2020-05-03 20:07:00 +0100},
editor = {Jeremy H. Kidwell and Sean Doherty},
publisher = {Palgrave MacMillan},
title = {Radical or Realist? The Ethics of Work in John Chrysostom},
year = {2015}
}

View File

@ -0,0 +1,12 @@
---
title: "Radical or Realist? The Ethics of Work in John Chrysostom"
date: 2015-01-01
publishDate: 2020-05-03T19:08:46.340720Z
authors: ["jeremy"]
publication_types: ["6"]
abstract: ""
featured: false
publication: "*Theology and Economics: A Christian Vision of the Common Good*"
url_pdf: "pdf/chrysostom_chapter.pdf"
---

View File

@ -0,0 +1,9 @@
@book{kidwelldoherty_2015b,
date-added = {2020-05-03 20:07:00 +0100},
date-modified = {2020-05-03 20:07:00 +0100},
editor = {Jeremy H. Kidwell and Sean Doherty},
publisher = {Palgrave MacMillan},
title = {Theology and Economics: A Christian Vision of the Common Good},
year = {2015}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -0,0 +1,15 @@
---
title: "Theology and Economics: A Christian Vision of the Common Good"
date: 2015-01-01
publishDate: 2020-05-03T19:08:46.341605Z
authors: ["jeremy", "Sean Doherty"]
publication_types: ["5"]
abstract: ""
featured: false
---
<p><figure><img class="econbook" src="http://jeremykidwell.info/images/theology_and_economics-medium.jpg" align="right" width=300px alt="Theology and Economics: A Christian Vision of the Common Good"></figure> This volume brings together a prominent group of Christian economists and theologians to provide an interdisciplinary look at how we might use the tools of economic and theological reasoning to cultivate more just and moral economies for the 21st century.
<a href="http://www.palgrave.com/gb/book/9781137552235">Publisher</a> - <a href="http://www.hive.co.uk/Product/Jeremy-Kidwell/Theology-and-Economics--A-Christian-Vision-of-the-Common-Good/17570373">Hive Books (UK indy sellers)</a> - <a href="https://books.google.co.uk/books?id=JMOhCgAAQBAJ&printsec=frontcover&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false">Google Books</a> - <a href="http://www.indiebound.org/book/9781472476517">IndieBound (Independent booksellers in the USA) </a>
<em>Reviews:</em> <a href="http://www.theosthinktank.co.uk/comment/2016/03/17/theology-and-economics"><em>Theos</em></a> (Nick Spencer) <br /> <br /></p>

View File

@ -0,0 +1,19 @@
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
%% Created for jeremy at 2020-05-04 13:52:26 +0100
%% Saved with string encoding Unicode (UTF-8)
@incollection{kidwelldoherty_2015a,
Author = {Jeremy H. Kidwell and Sean Doherty},
Booktitle = {Theology and Economics: A Christian Vision of the Common Good},
Date-Added = {2020-05-03 20:07:00 +0100},
Date-Modified = {2020-05-04 13:52:21 +0100},
Editor = {Jeremy H. Kidwell and Sean Doherty},
Publisher = {Palgrave MacMillan},
Title = {Introduction},
Year = {2015}}

View File

@ -0,0 +1,12 @@
---
title: "Introduction"
date: 2015-01-01
publishDate: 2020-05-03T19:08:46.340720Z
authors: ["jeremy", "Sean Doherty"]
publication_types: ["6"]
abstract: ""
featured: false
publication: "*Theology and Economics: A Christian Vision of the Common Good*"
url_pdf: "pdf/econ_book_intro.pdf"
---

View File

@ -0,0 +1,68 @@
---
# Documentation: https://sourcethemes.com/academic/docs/managing-content/
title: "Enhancing Student Learning Through the Use of Blogs"
authors: ["jeremy", "Michael Northcott", "Jessie Paterson"]
date: 2012-03-20
# Schedule page publish date (NOT publication's date).
publishDate: 2020-05-04T10:45:04+01:00
# Publication type.
# Legend: 0 = Uncategorized; 1 = Conference paper; 2 = Journal article;
# 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section;
# 7 = Thesis; 8 = Patent
publication_types: ["6"]
# Publication name and optional abbreviated publication name.
publication: "<em>Reflecting on our Achievements: Whats Next for Technology-Enhanced Learning and Teaching</em>, 7th Annual IBLC Proceedings (2012)"
publication_short: ""
abstract: ""
# Summary. An optional shortened abstract.
summary: ""
tags: []
categories: []
featured: false
# Custom links (optional).
# Uncomment and edit lines below to show custom links.
# links:
# - name: Follow
# url: https://twitter.com
# icon_pack: fab
# icon: twitter
url_pdf: "pdf/teaching_with_blogs.pdf"
url_code:
url_dataset:
url_poster:
url_project:
url_slides:
url_source:
url_video:
# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
image:
caption: ""
focal_point: ""
preview_only: false
# Associated Projects (optional).
# Associate this publication with one or more of your projects.
# Simply enter your project's folder or file name without extension.
# E.g. `internal-project` references `content/project/internal-project/index.md`.
# Otherwise, set `projects: []`.
projects: []
# Slides (optional).
# Associate this publication with Markdown slides.
# Simply enter your slide deck's filename without extension.
# E.g. `slides: "example"` references `content/slides/example/index.md`.
# Otherwise, set `slides: ""`.
slides: ""
---

View File

@ -0,0 +1,9 @@
@book{kidwell_2016a,
author = {Kidwell, Jeremy H.},
date-added = {2020-05-03 20:07:00 +0100},
date-modified = {2020-05-03 20:07:00 +0100},
publisher = {Ashgate},
title = {The Theology of Craft and the Craft of Work: From Tabernacle to Eucharist},
year = {2016}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -0,0 +1,40 @@
---
title: "The Theology of Craft and the Craft of Work: From Tabernacle to Eucharist"
date: 2016-01-01
publishDate: 2020-05-03T19:08:46.339817Z
authors: ["jeremy"]
publication_types: ["5"]
abstract: ""
featured: true
publication: "*Ashgate*"
# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
# image:
# caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/pLCdAaMFLTE)'
# focal_point: ""
# preview_only: false
# Associated Projects (optional).
# Associate this publication with one or more of your projects.
# Simply enter your project's folder or file name without extension.
# E.g. `internal-project` references `content/project/internal-project/index.md`.
# Otherwise, set `projects: []`.
projects:
- design-ethics
---
An important reconceptualisation is taking place in the way people express creativity, work together, and engage in labour; particularly with the rise of the maker movement and craft work. But is this a new phenomenon? In <em>The Theology of Craft</em> I explore the Hebrew bible and Greek New Testament in conversation with other ancient craft narratives to see whether there is a model for good work embedded there. Through an examination of themes such as agency, aesthetics, sociality, skill, and the material culture of work, I argue that the church (or new temple) is both the product and the site of moral work and furthermore that Christian worship provides a moral context for work.
<br />
<a href="https://www.routledge.com/products/9781472476517">Publisher</a> - <a href="http://www.hive.co.uk/Product/Jeremy-Kidwell/The-Theology-of-Craft-and-the-Craft-of-Work--From-Tabernacle-to-Eucharist/18798594">Hive Books (UK indy sellers)</a> - <a href="http://www.indiebound.org/book/9781472476517">IndieBound (Independent booksellers in the USA) </a>
<br /><br />
<p><em>Reviews:</em> <a href="http://www.marketsandmorality.com/index.php/mandm/article/view/1258"><em>Journal of Markets & Morality</em></a> (Brian Dijkema)
<br /> </p>
**Esther D. Reed**, University of Exeter: "It matters that the work we do is meaningful, excellent, and beautiful. Jeremy Kidwells biblically informed theology of craft and analyses of the negative impact of modern labour practices on human well-being invite re-examination of the very foundations of our conceptions of work. Drawing attention to how, in the ancient world, the place of worship was the place of craft-work par excellence, Kidwell revisits creatively the notion of consecration for describing the relationship between work and worship. Innovative and wide-ranging, this is an important new contribution to the theology of work, and wider questions of whats entailed in being human."
**Brian Brock, University of Aberdeen**: "Jeremy Kidwell has offered us an exemplary performance of Christian ethics done in an exegetical key. Going far beyond most of what passes as business ethics or theologies of work, Kidwell delves deep and sensitively into both the problems and promise of work in an information age."
**Eve Poole, Theologian and Leadership Consultant**: "Kidwell has got into his time machine and whizzed off for a tour of both Old and New Testaments, to seek a better understanding of what God really means by work. Looking back at the Christian tradition, he thinks the customary preoccupation with 'vocation' doesn't really nail it, because, like me, he think it prioritises ends to the detriment of a proper account of means: we need to think about how we work, as well as why we work. Engaging with his own rich experience of work, and the burgeoning literature of craft, he weaves together a narrative that rejuvenates familiar stories, pressing them into service as modem windows on our world of work. Drawing into the conversation just about every notable theologian one might meet at an SSCE conference, he carefully contextualises modern work in the ancient wisdom narratives in an extremely thorough and thought-provoking way. He wants us to stop seeing God through work, but see work through God, as an offering, a sacrifice and a gift. This s a wonderful book - do read it."

View File

@ -0,0 +1,14 @@
@article{kidwell_2016b,
author = {Kidwell, Jeremy H.},
date-added = {2020-05-03 20:07:00 +0100},
date-modified = {2020-05-03 20:07:00 +0100},
doi = {10.1163/15685357-02003003},
journal = {Worldviews: Global Religions, Culture, and Ecology},
month = {October},
number = {3},
pages = {238--250},
title = {Hybrid Encounters in Reconciliation Ecology},
volume = {20},
year = {2016}
}

View File

@ -0,0 +1,12 @@
---
title: "Hybrid Encounters in Reconciliation Ecology"
date: 2016-10-01
publishDate: 2020-05-03T19:08:46.338841Z
authors: ["jeremy"]
publication_types: ["2"]
abstract: "Over the past century, environmental scientists have developed a range of conservation approaches. Each of these, from management to restoration has embedded within it certain dualisms which create exclusive spaces or agencies for &ldquo;human&rdquo; and &ldquo;nature.&rdquo; I begin with a critique of these binaries as they occur in philosopher, Florence R. Kluckhohns influential model and in more recent narratives about the &ldquo;Anthropocene,&rdquo; and then turn to examine some of the novel features of &ldquo;reconciliation ecology&rdquo; as it has recently been deployed in the environmental sciences. Though this model is beginning to see wider use by scientists, it has not yet been explored within a religious framework. Taking up Miroslav Volfs suggestion that reconciliation involves a &ldquo;double strategy&rdquo; I highlight ways that reconciliation can (1) provide a viable model for promoting an &ldquo;embrace&rdquo; of the other and (2) better integrate the past history of negative human biotic impacts."
featured: false
publication: "*Worldviews: Global Religions, Culture, and Ecology*"
doi: "10.1163/15685357-02003003"
url_pdf: "pdf/hybrid_encounters.pdf"
---

View File

@ -0,0 +1,15 @@
+++
title = "Changing Uses of Old and New Media in World Christianity"
authors = ["Jolyon Mitchell", "jeremy"]
date = 2020-05-04T00:00:00.000Z
doi = "10.1002/9781118556115.ch31"
publishDate = 2020-05-04T08:22:01.000Z
publication_types = ["6"]
publication = "The Wiley-Blackwell Companion to World Christianity"
abstract = "Through a series of case studies we analyze different ways in which &ldquo;old&rdquo; and &ldquo;new&rdquo; media are being used in world Christianity. Cases considered include Russian Orthodox attitudes towards television, colonial engagement with media and Christianity in Africa, use of television by Pentecostal preachers in South America, film production in Nigeria by independent Pentecostal or Charismatic churches, the use of radio in El Salvador, portrayals of Jesus in Indian film productions, and receptions of television in India. Through these and other studies, we investigate the dynamic use of media by Christians around the world who have appropriated different media in both creative and traditional ways to teach, evangelize, perform, and communicate their forms of Christianity. This dynamic use of media is evolving, remarkable, and yet also consonant with the diverse texture of Christian communities across the world."
featured = false
url_pdf = "pdf/media_world_christianity.pdf"
+++
<a href="http://eu.wiley.com/WileyCDA/WileyTitle/productCd-1405153768.html" target="_blank" rel="noopener noreferrer">Publisher</a> - <a href="http://onlinelibrary.wiley.com/doi/10.1002/9781118556115.ch31/summary" target="_blank" rel="noopener noreferrer">Digital Version via Wiley</a>

View File

@ -0,0 +1,13 @@
@article{kidwell_2015a,
author = {Kidwell, Jeremy H.},
date-added = {2020-05-03 20:07:00 +0100},
date-modified = {2020-05-03 20:07:00 +0100},
doi = {10.3384/de-ethica.2001-8819.152339},
journal = {De Ethica},
number = {2},
pages = {39--51},
title = {Time for Business: Business Ethics, Sustainability, and Giorgio Agamben's `Messianic Time'},
volume = {3},
year = {2015}
}

View File

@ -0,0 +1,14 @@
+++
title = "Time for Business: Business Ethics, Sustainability, and Giorgio Agamben's 'Messianic Time'"
date = 2015-01-01
publishDate = 2020-05-03
authors = ["jeremy"]
publication_types = ["2"]
abstract = "Contemporary business continues to intensify its radical relation to time. The New York Stock Exchange recently announced that in pursuing (as traders call it) the race to zero they will begin using laser technology originally developed for military communications to send information about trades nearly at the speed of light. This is just one example of short-term temporal rhythms embedded in the practices of contemporary firms which watch their stock price on an hourly basis, report their earnings quarterly, and dissolve future consequences and costs through discounting procedures. There is reason to believe that these radical conceptions of time and its passing impair the ability of businesses to function in a morally coherent manner. In the spirit of other recent critiques of modern temporality such as David Couzen Hoy's The Time of Our Lives, in this paper, I present a critique of the temporality of modern business. In response, I assess the recent attempt to provide an alternative account of temporality using theological concepts by Giorgio Agamben. I argue that Agambens more integrative account of messianic time provides a richer ambitemporal account which might provide a viable temporality for a new sustainable economic future."
featured = false
url_pdf = "pdf/de_ethica_15v2i3a06.pdf"
publication = "*De Ethica*"
doi = "10.3384/de-ethica.2001-8819.152339"
+++
<a href="http://www.de-ethica.com/archive/articles/default.asp?DOI=10.3384/de-ethica.2001-8819.152339" target="_blank" rel="noopener noreferrer">Journal Website</a>

View File

@ -0,0 +1,10 @@
+++
title = "Review of Brent Waters, Christian Moral Theology in the Emerging Technoculture: From Human Back to Human"
date = 2016-11-01
author = "jeremy"
publication_types = ["0"]
publication = "In *Studies in Christian Ethics*"
doi = "10.1177/0953946816658723f"
+++

View File

@ -0,0 +1,14 @@
@article{ginnbastian_2018a,
author = {Franklin Ginn and Michelle Bastian and David Farrier and Jeremy Kidwell},
date-added = {2020-05-03 20:07:00 +0100},
date-modified = {2020-05-03 20:07:00 +0100},
doi = {10.1215/22011919-438553},
journal = {Environmental Humanities},
month = {May},
number = {1},
pages = {213-225},
title = {Introduction: Unexpected Encounters with Deep Time},
volume = {10},
year = {2018}
}

View File

@ -0,0 +1,18 @@
+++
title = "Introduction: Unexpected Encounters with Deep Time"
date = 2018-05-01
publishDate = 2020-05-03
authors = [
"Franklin Ginn",
"Michelle Bastian",
"David Farrier",
"jeremy"
]
publication_types = ["2"]
abstract = "The fractured timespace of the Anthropocene brings distant pasts and futures into the present. Thinking about deep time is challenging: deep time is strange and warps our sense of belonging and our relationships to Earth forces and creatures. The introduction to this special section builds on scholarship in the environmental humanities concerning the ongoing inheritance of biological and geologic processes that stretch back into the deep past as well as the opening up of multiple vistas of the futures. Rather than understanding deep time as an abstract concept, we explore how deep time manifests through places, objects, and practices. Focusing on three modes through which deep time is encountered—enchantment, violence, and haunting—we introduce deep time as an intimate element woven into everyday lives. Deep time stories, we suggest, engage with the productive ways in which deep time reworks questions of narrative, self, and representation. In addressing these dynamics, this introduction and the accompanying articles place current concerns into the larger flows of planetary temporalities, revealing deep time as productive, homely, and wondrous as well as unsettling, uncanny."
featured = false
publication = "*Environmental Humanities*"
doi = "10.1215/22011919-438553"
url-pdf = "pdf/213ginn.pdf"
+++

View File

@ -0,0 +1,13 @@
@article{kidwellginn_2018a,
author = {Kidwell, Jeremy and Ginn, Franklin and Northcott, Michael and Bomberg, Elizabeth and Hague, Alice},
date-added = {2020-05-03 20:07:00 +0100},
date-modified = {2020-05-03 20:07:00 +0100},
doi = {10.1002/geo2.59},
journal = {Geo: Geography and Environment},
month = {September},
number = {2},
title = {Christian climate care: Slow change, modesty and eco-theo-citizenship},
volume = {5},
year = {2018}
}

View File

@ -0,0 +1,19 @@
+++
title = "Christian climate care: Slow change, modesty and eco-theo-citizenship"
date = 2018-09-01
publishDate = 2020-05-03
authors = [
"jeremy",
"Franklin Ginn",
"Michael Northcott",
"Elizabeth Bomberg",
"Alice Hague"
]
publication_types = ["2"]
abstract = "This qualitative study draws on indepth interviews and documentary analysis conducted between 2014 and 2016 to investigate the nature of proenvironmental behaviour of members within the EcoCongregation Scotland network. We argue for an integrative analytical frame, that we call “ecotheocitizenship,” which synthesises strengths of values, practice and citizenshipbased approaches to the study of proenvironmental behaviour within the specific context of religious envi- ronmental groups. This study finds the EcoCongregation groups studied are not primarily issue driven, and instead have an emphasis on “communitybuilding” activities and a concept of environmental citizenship which spans multiple politi- cal scales from local to international. Primary values emphasised included “envi- ronmental justice” and “stewardship.” Analysis of the data indicated that groups in this network are distinctive in two particular ways: (1) group focus on mobilis- ing values and environmental concern towards “community building” can produce what looks like a more conservative approach to climate change mobilisation, pre- serving and working slowly within institutional structures, with a primary focus not on climate change mitigation per se but on the consolidation and development of the community and broader network; and (2) these groups can often underreport their accomplishments and the footprint of their work on the basis of a common religious conviction which we have termed a “culture of modesty."
url_pdf = "pdf/Christian_climate_care.pdf"
featured = false
publication = "*Geo: Geography and Environment*"
doi = "10.1002/geo2.59"
+++

View File

@ -0,0 +1,13 @@
@article{higgsharris_2018a,
author = {Eric Higgs and Jim Harris and Stephen Murphy and Keith Bowers and Richard Hobbs and Willis Jenkins and Jeremy Kidwell and Nikita Lopoukhine and Bethany Sollereder and Katherine Suding and Allen Thompson and Steven Whisenant},
date-added = {2020-05-03 20:07:00 +0100},
date-modified = {2020-05-03 20:07:00 +0100},
doi = {10.1111/rec.12691},
journal = {Restoration Ecology},
number = {3},
pages = {399-403},
title = {On principles and standards in ecological restoration},
volume = {26},
year = {2018}
}

View File

@ -0,0 +1,27 @@
+++
title = "On principles and standards in ecological restoration"
date = 2018-01-01
publishDate = 2020-05-03
authors = [
"Eric Higgs",
"Jim Harris",
"Stephen Murphy",
"Keith Bowers",
"Richard Hobbs",
"Willis Jenkins",
"jeremy",
"Nikita Lopoukhine",
"Bethany Sollereder",
"Katherine Suding",
"Allen Thompson",
"Steven Whisenant"
]
publication_types = [
"2"
]
abstract = "The Society for Ecological Restoration (SER) has long debated how to define best practices. We argue that a principlesfirst approach offers more flexibility for restoration practitioners than a standardsbased approach, is consistent with the developmental stage of restoration, and functions more effectively at a global level. However, the solution is not as simple as arguing that one approach to professional practice is sufficient. Principles and standards can and do operate effectively together, but only if they are coordinated in a transparent and systematic way. Effective professional guidance results when standards anchored by principles function in a way that is contextual and evolving. Without that clear relation to principles, the tendency to promote performance standards may lead to a narrowing of restoration practice and reduction in the potential to resolve very difficult and diverse ecological and environmental challenges. We offer recommendations on how the evolving project of restoration policy by SER and other agencies and organizations can remain open and flexible."
featured = false
publication = "*Restoration Ecology*"
doi = "10.1111/rec.12691"
url_pdf = "pdf/Higgs_et_al-2017-Restoration_Ecology.pdf"
+++

View File

@ -0,0 +1,13 @@
@article{higgsharris_2018b,
author = {Eric Higgs and Jim Harris and Stephen Murphy and Keith Bowers and Richard Hobbs and Willis Jenkins and Jeremy Kidwell and Nik Lopoukhine and Bethany Sollereder and Katie Suding and Allen Thompson and Steven Whisenant},
date-added = {2020-05-03 20:07:00 +0100},
date-modified = {2020-05-03 20:07:00 +0100},
doi = {10.1111/rec.12821},
journal = {Restoration Ecology},
number = {3},
pages = {431-433},
title = {The evolution of Society for Ecological Restoration's principles and standards---counter-response to Gann et al},
volume = {26},
year = {2018}
}

View File

@ -0,0 +1,27 @@
+++
title = "The evolution of Society for Ecological Restoration's principles and standards---counter-response to Gann et al"
date = 2018-01-01
publishDate = 2020-05-03
authors = [
"Eric Higgs",
"Jim Harris",
"Stephen Murphy",
"Keith Bowers",
"Richard Hobbs",
"Willis Jenkins",
"jeremy",
"Nik Lopoukhine",
"Bethany Sollereder",
"Katie Suding",
"Allen Thompson",
"Steven Whisenant"
]
publication_types = [
"2"
]
abstract = "In response to our recent article (Higgs et al. 2018) in these pages, George Gann and his coauthors defended the Society for Ecological Restoration (SER) International Standards, clarified several points, and introduced some new perspectives. We offer this counter-response to address some of these perspectives. More than anything, our aims are in sharpening the eld of restoration in a time of rapid scaling-up of interest and effort, and support further constructive dialogue going forward. Our perspective remains that there is an important distinction needed between “Standards” and “Principles” that is largely unheeded by Gann et al. (2018). We encourage SER to consider in future iterations of its senior policy document to lean on principles rst, and then to issue advice on standards that meet the needs of diverse conditions and social, economic, and political realities."
featured = false
publication = "*Restoration Ecology*"
doi = "10.1111/rec.12821"
url_pdf = "pdf/Restoration-Ecology-2018-Higgs.pdf"
+++

View File

@ -0,0 +1,13 @@
+++
abstract = "What are the ethics of the modern debates between science and religion? In this chapter I suggest that there are actually a range of different ways that the debate between religion and science might be described as ethical. I note several ways that science and religion are brought into relationship in professional scientific ethics and suggest that within the space of professional scientific ethics there has been a tendency to sideline or absorb religious ethical perspectives. I then turn to more constructive &ldquo;big issue&rdquo; ethics and examine two specific cases: embryonic stem cell research and climate change in order to highlight ways that science and religion can sometimes be reduced to stereotypes: that scientists work with the real world and religion deals with ideas (and not reality!). I argue that looking more closely at the range of perspectives represented by scientists and religious leaders in both cases presents a much more complex case and that this in turn commends a kind of ethics which should be jointly pursued by both science and religion."
title = "What are the ethical implications of the science-and-religion debate?"
authors = ["jeremy"]
publication_types = ["6"]
publication = "&ldquo;What are the ethical implications of the science-and-religion debate?&rdquo; in <em>Philosophy, Science and Religion for Everyone</em>, ed. Duncan Pritchard and Mark Harris, Routledge, 2018"
url_pdf = "pdf/religion_science_chapter_rev2.pdf"
date = 2018-07-28
publishdate = 2018-07-28
+++

View File

@ -0,0 +1,13 @@
+++
title = "Temporality and Christian Environmental Activism"
authors = ["jeremy", "Michael S. Northcott"]
publication_types = ["6"]
publication = "&ldquo;Temporality and Christian Environmental Activism&rdquo; in <em>Greening of Religion: Hope in the Eye of the Storm</em>, ed. Jonathan Leader, Cherry Hill Seminary Press, 2018"
url_pdf = "pdf/temporality_and_activism.pdf"
date = 2018-03-01
publishdate = 2018-01-31
+++
In this book, Michael and I share some results from fieldwork (2014-2016) with members of Eco-Congregation Scotland particularly towards testing for ways that conceptions of time have an impact on the way that Scottish Christians respond to an issue like climate change.

View File

@ -0,0 +1,19 @@
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
%% Created for jeremy at 2020-05-03 22:00:35 +0100
%% Saved with string encoding Unicode (UTF-8)
@inbook{kidwell_2017a,
Author = {Kidwell, Jeremy H.},
Booktitle = {Tricky Design: the Ethics of Things},
Date-Added = {2020-05-03 20:07:00 +0100},
Date-Modified = {2020-05-03 22:00:06 +0100},
Editor = {Tom Fisher and Lorraine Gamman},
Publisher = {Bloomsbury},
Title = {Clean Design: The quest for purity and the ethics of modern hygienic design},
Year = {2018}}

View File

@ -0,0 +1,14 @@
+++
title = "Clean Design: The quest for purity and the ethics of modern hygienic design"
date = 2018-05-20
publishDate = 2020-05-03
authors = ["jeremy"]
publication_types = ["6"]
abstract = ""
featured = false
url_pdf = "9781474277181_txt_CH 12_prf.pdf"
publication = "*Tricky Design: the Ethics of Things*"
+++

View File

@ -0,0 +1,14 @@
@article{kidwell_2019a,
author = {Jeremy H. Kidwell},
date-added = {2020-05-03 20:07:00 +0100},
date-modified = {2020-05-03 20:07:00 +0100},
doi = {10.3390/rel10100550},
journal = {Religions},
month = {Sep},
number = {10},
title = {Re-Enchanting Political Theology},
url = {https://www.mdpi.com/2077-1444/10/10/550},
volume = {10},
year = {2019}
}

View File

@ -0,0 +1,19 @@
+++
title = "Re-Enchanting Political Theology"
date = 2019-09-01
publishDate = 2020-05-03
authors = ["jeremy"]
publication_types = ["2"]
abstract = "For this Special Issue which confronts the ways in which the question of pluralism represents both haunting and promise within modern political theology, I explore the presence of pluralism in the context of the environmental crisis and religious responses to issues such as climate change. Following Jason Ā. Josephson-Storm, I suggest that models of disenchantment are misleading—to quote Latour, “we have never been modern.” In engagement with a range of neo-vitalist scholars of enchantment including Rosi Braidotti, Karen Barad, Isabelle Stengers, Jane Bennett and William Connolly, I explore the possibility of a kind of critical-theory cosmopolitics around the concept of “enchantment” as a possible site for multi-religious political theology collaborations and argue that this is a promising post-secular frame for the establishment of cosmopolitical collaborations across quite profound kinds of difference."
featured = false
publication = "*Religions*"
url_pdf = "pdf/religions-10-00550.pdf"
doi = "10.3390/rel10100550"
[[url_custom]]
name = "View Journal Article"
url = "https://www.mdpi.com/2077-1444/10/10/550"
+++

View File

@ -0,0 +1,14 @@
@article{iveskidwell_2019a,
author = {Christopher D. Ives and Jeremy Kidwell},
date-added = {2020-05-03 20:07:00 +0100},
date-modified = {2020-05-03 20:07:00 +0100},
doi = {10.1007/s11625-019-00657-0},
journal = {Sustainability Science},
month = {Sep},
number = {5},
pages = {1355--1362},
title = {Religion and social values for sustainability},
volume = {14},
year = {2019}
}

View File

@ -0,0 +1,12 @@
+++
abstract = "Discourse on social values as they relate to environmental and sustainability issues has almost exclusively been conducted in a secular intellectual context. However, with a renewed emphasis on culture as defining and shaping links between people and nature, there has been an increasing level of scholarly attention to the role of religion and spirituality in defining and understanding social values. In this article we explore the intersection of religion and social values for sustainability. First, we consider this nexus as it has been explored in existing scholarship. We acknowledge a body of research that has suggested that many religions are broadly associated with self-transcendent values. However, the degree to which they are translated into pro-environmental attitudes and behaviour varies according to context. Second, we argue that while there is much potential support for human values for sustainability within religious traditions, it is essential that religion is seen as a complex, multi-scalar and multi-dimensional institutional phenomena. Consequently, analysis of the relationship between religion and social values must account for the context of narratives, histories and practices. Third, using this lens, we show how religious perspectives can contribute to operationalising theories of systemic change for sustainability. Finally, we outline key principles for further sustainability research seeking to advance knowledge on the relationship between religion and social values."
title = "Religion and social values for sustainability"
authors = ["Christopher D. Ives", "jeremy"]
publication_types = ["2"]
tag = "environmental values"
url_pdf = "pdf/Ives_Kidwell-2019-Sustainability_Science.pdf"
date = 2019-02-01
publishdate = 2019-02-01
doi = "10.1007/s11625-019-00657-0"
+++

View File

@ -0,0 +1,22 @@
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
%% Created for jeremy at 2020-05-03 21:42:29 +0100
%% Saved with string encoding Unicode (UTF-8)
@article{kidwell_2020a,
Author = {Jeremy Kidwell},
Date-Added = {2020-05-03 20:07:00 +0100},
Date-Modified = {2020-05-03 21:42:24 +0100},
Doi = {10.1093/ia/iiz255},
Journal = {International Affairs},
Month = {March},
Number = {2},
Pages = {343--363},
Title = {Mapping the Field of Religious Environmental Politics},
Volume = {96},
Year = {2020}}

View File

@ -0,0 +1,19 @@
+++
title = "Mapping the Field of Religious Environmental Politics"
date = 2020-03-01
publishDate = 2020-05-03
authors = ["jeremy"]
publication_types = ["2"]
abstract = "Until fairly recently, consideration of religion has been marginal or even non-existent in the scholarly discourse about environmental politics. Renewed attention to the intersection of these fields has been encouraged by a recent widening in discussions of environmental values to include the role of religious institutions and personal belief in forming spiritual environmental values and renewed attention to the place of ethics and religious institutions in global environmental politics. Following a range of historic declarations by religious leaders, the recent encyclical by Pope Francis signalled a new level of integration between Catholic concerns for social and environmental justice. Yet, much of the continued engagement by large environmental NGOs and governments has continued to ignore the complex interrelation of local, intermediate and transnational religious political ecology. In this article, which is based on data gathered during five years of fieldwork, primarily with British Christian REMOs (religious environmental movement organizations), I probe the complexities of political engagement with religious environmentalism which arise from the many different organizational iterations these groups may take. On the basis of such investigation I suggest that effective high-level engagement with REMO groups will be greatly enhanced by a nuanced understanding of the many different shapes that these groups can take, the various scales at which these groups organize, and the unique inflection that political action and group identity can take in a religious context."
featured = false
publication = "*International Affairs*"
url_pdf = "pdf/final_INTA96_2_Kidwell.pdf"
doi = "10.1093/ia/iiz255"
[[url_custom]]
name = "View Journal Article"
url = "https://academic.oup.com/ia/article/96/2/343/5775739"
+++

View File

@ -0,0 +1,13 @@
+++
title = "Mapping Environmental Action"
authors = ["jeremy"]
publication_types = ["3"]
date = "2019-01-24"
publishDate = "2021-01-24"
url_pdf = ""
url_code = "https://github.com/kidwellj/mapping_environmental_action"
+++
This article (PDF coming soon!) presents a GIS-based analysis using R which analyses the footprint of several environmental groups in Scotland against standard demographics. This is my first attempt to use RMarkdown in a sustained way, so it's taking a long time. You can find the current (reproducible) codebase in a github repository here: [https://github.com/kidwellj/mapping_environmental_action] and browse a compiled version of the paper here: [http://mapenvcom.jeremykidwell.info/mapping_draft.html]. The latter has compiled versions of the charts and graphs and will eventually have some interactive slippy maps.

View File

@ -0,0 +1,12 @@
+++
abstract = "In this chapter, I analyse the provenance and legacy of the influential journal article published in *Science*: “The historical roots of the ecologic crisis” (White 1967). I argue that White's analysis is significantly embedded in his late-modern scholarly context and fails to transcend some embedded prejudices, not least of which his tendency to portray religion not as a complex lived phenomenon, but rather in forms which are reduced to simple binaries. I go on to explore the modern conceptual legacy surrounding the use of &ldquo;crisis&rdquo; in the interpretation of historical events and documents, particularly in relation to the environment and suggest that the concept of “crisis” comes with its own intellectual baggage and cannot be invoked as a purely neutral observation. I note several ways that the text of the bible resists such framings, particularly given the array of other-than-human voices which convey prophetic speech. As a metaphor, “crisis” may mobilise our attentions, but it also can serve to obscure the more complex dynamics at work in the present moment and in biblical texts. I conclude by arguing that biblical hermeneutics would be well-served if to were to dispense with the hand-wringing over &ldquo;anthropocentrism&rdquo; which was a hallmark of White's generation of scholarship and instead turn to focus on more complex creaturely entanglements and hybrid geographies."
title = "The historical roots of the ecological crisis"
author = "jeremy"
publication_types = ["6"]
publication = "in <em>The Oxford Handbook of Bible and Ecology</em>, 2021"
url_pdf = "pdf/ecological_crisis_chapter_revisedsubmission.pdf"
date = 2021-01-01
publishdate = 2018-10-01
+++

View File

@ -0,0 +1,14 @@
+++
abstract = ""
title = "Sustainable Networks"
authors = ["jeremy"]
publication_types = ["3"]
date = "2019-01-24"
publishDate = "2021-01-24"
url_pdf = ""
url_code = "https://github.com/kidwellj/sustainable_networks_paper/"
+++
This article presents some social network analysis (warning - very rough draft here) regarding secular and religious Environmental groups in Scotland and their networks on Twitter. You can find the current (reproducible) codebase in a github repository here: [https://github.com/kidwellj/sustainable_networks_paper/].

View File

@ -6,10 +6,12 @@ title: Publications
# 2 = Compact
# 3 = Card
# 4 = Citation
view: 4
view: 2
# Optional header image (relative to `static/img/` folder).
header:
caption: ""
image: ""
---
My doctoral research sought to reveal ways that ancient narratives about craft-work might illuminate present quandaries in business, engineering, and design surrounding excellence, creativity, property, and more. Along these lines I have an abiding interest interplay of ethics, design, technology, and economics. Since 2013, my research has taken on the contemporary context more directly and placed my interest in environmental ethics in the foreground, using ethnographic methods to investigate how moral community and political mobilisation are being generated by British churches and (by comparison) other environmental community groups in response to environmental change. Publications and PDFs are below for your perusal. You can also find and follow my recent publications at <a href="https://www.researchgate.net/profile/Jeremy_Kidwell" target="_blank" rel="noopener noreferrer">Researchgate</a>, <a href="http://www.amazon.com/Jeremy-Kidwell/e/B015J2YIRY" target="_blank" rel="noopener noreferrer">Amazon.com</a>, <a href="http://orcid.org/0000-0001-5954-4246" target="_blank" rel="noopener noreferrer">ORCID</a>, or <a href="http://www.researcherid.com/ProfileView.action?SID=Y2be7r6XCYCehFmmdbD&amp;returnCode=ROUTER.Success&amp;queryString=KG0UuZjN5WlbNDYeE9y49ATJE2s0IZA50huUpkBB99I%253D&amp;SrcApp=CR&amp;Init=Yes" target="_blank" rel="noopener noreferrer">ResearcherID</a>, and if you must <a href="https://bham.academia.edu/JeremyKidwell" target="_blank" rel="noopener noreferrer">Academia.edu</a>.</em>

View File

@ -0,0 +1,10 @@
---
title: "Is Climate Change a Moral Issue?"
date: 2016-11-23T21:15:05+01:00
host: Sixth Form Study Afternoon, University of Birmingham
draft: false
---
I gave a quick presentation on climate change for a lively group of visiting sixth form students in November. In case you were curious the answer to the rhetorical question is "yes," though this is perhaps not quite as important as how one answers the question which follows: "why"?
Powerpoint (sorry!) slides can be [downloaded here](http://jeremykidwell.info/files/presentations/presentation_20161123_sixth_form_climate_change.pptx.zip).

View File

@ -0,0 +1,8 @@
---
date: "2017-01-06T15:00:00+01:00"
title: "Mapping Churches"
host: "Annual meeting of British and Irish church statisticians, Cardiff, Wales"
publishdate: "2017-01-06"
---
Keynote (sorry!) slides can be [downloaded here](https://jeremykidwell.info/files/presentations/presentation-20160106-mapping_churches.key.zip)

View File

@ -0,0 +1,8 @@
---
date: "2017-01-19T15:00:00+01:00"
title: "Digital Humanities projects in 2016"
host: "Digital Champions forum at the University of Birmingham"
publishdate: "2017-01-19"
---
My slides (which used [http://lab.hakim.se/reveal-js/#/](reveal.js)) are [available here](https://jeremykidwell.info/files/presentations/presentation_20170118_digital_hum.html")

View File

@ -0,0 +1,8 @@
---
date: "2017-01-20T15:00:00+01:00"
title: "Presentation on Mapping Community to representatives of the Scottish Community Alliance and Scottish Government"
host: "Scottish Community Alliance, Edinburgh"
publishdate: "2017-01-20"
---
My slides (which used [http://impress.github.io/impress.js/](impress.js)) are [available here](https://jeremykidwell.info/files/presentations/presentation-20170120-comm_anchors.html")

View File

@ -0,0 +1,6 @@
---
date: 2017-03-10T12:00:00+01:00
title: "What are the ethics of the science and religion debate?"
host: "Centre for Global Ethics Seminar"
publishdate: 2017-03-10
---

View File

@ -0,0 +1,12 @@
---
date: "2017-05-10T15:00:00+01:00"
title: "Enhancing Public Understanding of Activists, Religion (and Religious Activists!) through the Geo+Digital-Humanities"
host: "British Library Labs event, University of Birmingham"
publishdate: "2017-05-10"
---
Presentation on "Enhancing Public Understanding of Activists, Religion (and Religious Activists!) through the Geo+Digital-Humanities".
This is a talk presented at the [British Library Labs Road Show](https://www.eventbrite.co.uk/e/learning-the-lessons-of-working-with-the-british-librarys-digital-content-and-data-for-your-tickets-32351805120), at the University of Birmingham
My slides (which used [http://impress.github.io/impress.js/](impress.js)) are [available here](https://jeremykidwell.info/files/presentations/presentation-20170511-bl_mapping.html")

View File

@ -0,0 +1,9 @@
---
title: "Researching scientists and activists"
date: 2017-05-22T08:58:04+01:00
host: REGEN Network Meeting, Galiano Island, British Columbia, Canada
---
I presented a brief on my research for a group of restoration ecologists, environmental scientists, philosopher and theologians as part of a week-long inaugural workshop discussing the relationship of theology and restoration practice and imagining a possible (and exciting!) training programme for professional ecologists in restoration practice.
Slides can be [downloaded here](http://jeremykidwell.info/files/presentations/presentation_20170522_regen.html).

View File

@ -0,0 +1,13 @@
---
title: "Session on Christianity and the Common Good"
date: 2017-07-14T11:30:00+00:00
enddate: 2017-07-14T13:00:00+00:00
host: "Ripon College Cuddesdon, Oxford"
duration: 7776000
---
I'll be teaching a session as part of the Ripon College Cuddesdon Summer School on "Christianity and the Common Good". If you're interested in participating, you can download a flyer below.
<!--more-->
#### [Promotional Flyer (PDF)](http://jeremykidwell.info/files/teaching/RCC_Summer_School_2017_v2.pdf)

View File

@ -0,0 +1,12 @@
---
title: "Employability Forum for Academic Partners"
date: 2017-09-13T11:30:00+00:00
host: "University of Birmingham"
duration: 7776000
---
I'm presenting for colleagues on some work we've done enhancing my course "Religion in the Public Sphere" to create student projects that involve work with local employers, charities, etc. It's very exciting stuff. Slides below for the curious:
<!--more-->
My slides (which used [http://lab.hakim.se/reveal-js/#/](reveal.js)) are [available here](https://jeremykidwell.info/files/presentations/presentation_20170913_ employability.html")

View File

@ -0,0 +1,8 @@
---
title: "Kirby-Laing 10th Aniversary Celebration: The Future of Christian Ethics"
date: 2017-09-20T18:00:00+00:00
host: "London Institute for Contemporary Christianity"
duration: 7776000
---
I served as part of a panel on the future of Christian Ethics as part of a terrific event by KLICE celebrating their 10th anniversary and looking ahead to what's next.

View File

@ -0,0 +1,8 @@
---
title: "Big Data and Christian Ethics"
date: 2017-11-08T11:30:00+00:00
host: "University of Birmingham, Gisbert Kapp N334"
duration: 7776000
---
I presented a paper for our departmental seminar this week. I'll upload the text here a bit later after I've done some revising.

View File

@ -0,0 +1,8 @@
---
title: "Why should Christians care about Climate Change?"
date: 2017-11-19T19:00:00+00:00
host: "Quinton Christ Church, Birmingham"
duration: 7776000
---
I hosted a session for members of Quinton Christ Church on why Christians should care about climate change. It was great fun! Alas, I forgot to record my comments, so nothing to share here.

View File

@ -0,0 +1,8 @@
---
date: 2017-11-15T14:00:00+00:00
title: "Mapping Churches Lab Day"
host: "University of Birmingham"
duration: 7776000
---
As part of my ongoing research on the Mapping Community project, we ran a laboratory day in the Digital Cultures Studio here at UOB. I presented a brief keynote with some of my thoughts on mapping, data research, and empowering churches to make better organisational decisions in the full light of data.

View File

@ -0,0 +1,8 @@
---
title: "Facilitator for Break Out Session on Hate Crime"
date: 2017-11-27T18:00:00+00:00
host: "University of Birmingham"
duration: 7776000
---
I hosted two break-out sessions with about 150 community religious leaders on the subject of Hate Crime for the West Midlands Mayor's Faith Leaders Summit.

View File

@ -0,0 +1,12 @@
---
title: "Navigating the space between the “ideology of expertise” and the solipsism of sectarian community"
date: 2017-12-01T11:00:00+00:00
host: "University of Edinburgh"
duration: 7776000
---
"Navigating the space between the “ideology of expertise” and the solipsism of sectarian community - charting a path for practical theology in the 21st century"
I presented an invited paper as part of the "Futures of Public Theology Conference" this week. I was part of a panel on the future of practical theology and here's the abstract I came up with for the session:
One dimension which is often not fully appreciated regarding Alastair MacIntyres groundbreaking study After Virtue, is his foray into science studies and his critique of what he calls an “ideology of expertise”. Like many other qualitative social scientists went on to suggest in the science wars in the 1980-1990s, MacIntyre is critical of the supposed neutrality (and ascendance) of the 20th century data-driven researcher and bureaucrat. Against anyones expectations at the time, the science wars seem to have been won by qualitative researchers and we see a marvelous array of highly focused and grounded studies in contemporary practical theology (commensurate with many other disciplines such as education, business, anthropology and even with economics, sociology, and politics). This focus on practices and practitioners in the context of their local communities has come to be a hallmark of contemporary practical theology. I will suggest in this paper that this grounded focus may have ascended to a position of hegemony and argue that the discipline of practical theology, if it is to continue to work with “empirical data” now needs to develop more robust quantitative skills and studies in triangulation with qualitative studies. I will even attempt to test whether there may be a theological rationale for such a position, in light of the critique(s) which have been sustained by MacIntyre, Hauerwas and Milbank of social gospel and social science.

View File

@ -0,0 +1,16 @@
---
date: 2018-01-30T12:00:00+01:00
title: "Slow energy policy in a time of global emergencies"
host: "In Search of Good Energy Policy seminar, Univ. of Cambridge"
publishdate: 2017-03-10
---
I'm very much looking forward to delivering a paper at Cambridge on 30 January 2018. My host is the [Energy@Cambridge](https://www.energy.cam.ac.uk) research initiative. My full title for the presentation is: "Slow energy policy in a time of global emergencies: the perils and promises of energy policy and religious communities"
I'll be sharing some of my analysis of data that has been collected over four years (2013-2017) in collaboration with Scottish grassroots environmental groups, particularly Eco-Congregations.
You can look through the slides from my presentation (with references and links) by [clicking here](https://jeremykidwell.info/files/presentations/presentation_20180130_cambridge_energy.html). [Audio recording from the paper is here](https://jeremykidwell.info/files/presentations/presentation_20180130_cambridge_energy.mp3). You can also see a [brief video interview](https://vimeo.com/253660583) I did to introduce the paper and my research in this area.
Also thrilled to note that my friend Jonathan Chaplin will be chairing the session and personal scholarly hero [Mike Hulme](https://mikehulme.org/climate-change-and-the-significance-of-religion/) will be responding to my paper.
You can read more, including map to venue [here](https://www.energy.cam.ac.uk/news-and-events/Events/slow-energy-policy-in-a-time-of-global-emergencies-the-perils-and-promises-of-energy-policy-and-religious-communities).

View File

@ -0,0 +1,34 @@
---
date: 2018-03-14T12:00:00+01:00
title: "Digital Research Conversations: Security"
host: "Birmingham Environment for Academic Research"
publishdate: 2017-03-10
---
I'll be presenting as part of a panel on digital security and scholarly research this March as part of a series Birmingha Uni's BEAR group has been hosting on "Digital Research Conversations." I'll be presenting from 12:35-12:50. You can get [tickets here.](https://www.eventbrite.com/e/digital-research-conversations-data-security-peeping-through-the-great-digital-wall-tickets-42452940889).
You can view my [slides for the presentation here:](https://jeremykidwell.info/files/presentations/presentation_201803_data_security.html)
<!--more-->
Slido for Q&A for the session [is here:](https://app.sli.do/event/qxi2apio) (event code: 7088).
Here's the official blurb:
>Digital Research Conversations (#UoBDigRes): 14th March 2018
Data Security Peeping Through the Great Digital Wall
Computer Centre (Committee Room), Elms Rd, 12-2 pm
>With so much attention being given to data security, should we just carry on as normal or do we become paranoid?
>The second in our series of Digital Research Conversations, we will look at data security from the varied angles of our provocative and engaging speakers, leading to a stimulating conversation.
>Data security both refers to preventing unauthorised access to computers, databases and websites but also to protecting data from corruption. When looking after data, researchers need to consider; Do you have permission to keep it, re-use it or advertise it? What risks are involved as an individual researcher or as an institution if we lose data, or if the data we re-use is not reliable? Whether we have created data, purchased it or downloaded it; the data we keep is the building blocks of our research.
>Jeremy Kidwell, previously a Network security manager and now a lecturer in Theological Ethics, will propose the use of security in the overzealous world.
>Ian Batten is part of the Security and Privacy Group, Computer Science where he currently lectures on where computer security and networks meet.
>David W. Evans is a clinician and expert in musculoskeletal pain based in Sports Science. Being involved in collecting patient data, David is concerned about the new Data Protection laws (GDPR) starting in May and how it is going to affect researchers.
>We will also be joined by Alberto Guglielmi for the panel session. As Project Officer for GDPR within Legal Services, he will be able to answer questions regarding data protection.

View File

@ -0,0 +1,8 @@
---
date: 2018-03-10T13:35:00+01:00
title: "Theological Insights on AI Big Data and Self-learning in Social Research"
host: "Christian Academic Network (C-A-N-)"
publishdate: 2017-03-10
---
I'll be presenting as part of a workshop this March on Theological responses to AI, hosted by the [Christian Academic Network](http://christianacademicnetwork.net). Download the event [flyer here](https://jeremykidwell.info/files/misc/2018_AI_Conference.pdf). Download full text, [with links, here: as a PDF](https://jeremykidwell.info/files/presentations/ai_presentation_can_march18.pdf).

View File

@ -0,0 +1,28 @@
---
title: "What is the temporality of climate change activism"
date: 2018-04-19T16:00:00+00:00
host: "University of Leeds"
duration: 7776000
---
I'm really pleased to be contributing to this forum on Religion and Climate Change Adaptation at the University of Leeds (Hillary Place G.18, University of leeds) on Thursday 19 April 2018 from 2-5pm.
My paper/presentation will be titled "What is the temporality of climate change activism - some reflections on place attachment and the politics of nostalgia"
<!--more-->
Here's the [official blurb](https://religioninpublic.wordpress.com/2018/03/09/crpl-research-day-religion-and-climate-change-adaptation-resilience-or-resistance/) including my own preentation:
Thursday 19 April 2018, 2-5pm
Venue: Hillary Place G.18, University of leeds
The role of religions in shaping public responses to climate change today should be taken seriously by civil society and policy makers. This is true for the question of how to adapt to a warming world as much as it is for how to prevent it. But the complexities and diverse interpretations of both those phenomena (religion and climate change) mean that the answers are far from simple, or unified. In this research panel we will hear from three scholars working on different aspects of religion and climate change, with the aim of provoking and deepening the public debate.
Dr Evan Berry (Philosophy and Religious Studies, American University) will report from a project exploring the complexity of the relationship between religion and the environment. Diverse global case studies will both highlight possibilities of synergy, and remind us of how religious commitments can also run at cross purposes to ecological sustainability.
Dr Jeremy Kidwell (Christian Ethics, Birmingham University) will present work in progress on the temporality of (climate) activism. Exploring in particular the power of place, attachment and nostalgia, and combining social scientific and philosophical research with years of field work in the UK climate activism scene.
Dr Stefan Skrimshire (Theology and Religious Studies, University of Leeds) will present some work in progress on religion and the sixth mass extinction. He will explore Christian approaches to mortality and immortality as a critique of the politics of extinction: that is, attempts to globally manage, engineer, and master death and life in response to climate change.
Panel presentations will be followed by responses from two members of CRPL: Professor Emma Tomalin (Religions and Global Development, University of Leeds) and Dr Rachel Muers (Christian Studies, University of Leeds), before opening up to discussion.

View File

@ -0,0 +1,10 @@
---
title: "Looking at finance and the economy through Jesus' eyes"
date: 2018-04-08T19:00:00+00:00
host: "Quinton Christ Church, Birmingham"
duration: 7776000
---
I hosted a session for members of Quinton Christ Church on the topic of "Looking at finance and the economy through Jesus' eyes." Here was my provocative blurb:
Was Jesus a political radical pushing for systemic reform or a conservative voice for personal responsibility and stewardship of one's own resources? We will find the truth together by looking at some key biblical texts and discussing what a Christian view of economy might look like.

View File

@ -0,0 +1,12 @@
---
date: 2018-05-31T12:00:00+01:00
title: "Crypto-currency and anarcho-crypto-capitalism: has technology made Anarchism a feasible political option (at last)?"
host: "Global Ethics Conference: A Post-liberal World?"
publishdate: 2017-03-10
---
I'll be presenting a paper at the [Conference of the Centre for Global Ethics](https://globalethics2018.weebly.com) - which has the theme this year of "A Post-liberal World?"
My paper title is: "Crypto-currency and anarcho-crypto-capitalism: has technology made Anarchism a feasible political option (at last)?" Here's the abstract for anyone who is curious (slides and notes will be posted asap):
> One major problem for ethicists and political philosophers is the cultivation of "hope" expanding the horizons of what options seem possible, particularly in the midst of oppressive neo-liberal regimes. Too often liberal democracy is seen as a lesser evil, or greatest but nonetheless quite modest possible political good. Some of this deference to the “modestly effective good” comes in the wake of the many preferred (radical) alternatives which are simply (and justifiably) dismissed as "impossible". Given the massive population of modern states in many instances, a persistent argument against more communitarian or anarchist political arrangements has been that of scale. Communitarians from Aristotle to Macintyre convey an awareness that the notion of radical democracy and the forms of consensus and inclusion which they imply simply do not scale past a certain critical mass of human participation. In this paper, I will explore the possibility which has been mooted by many techno-futurists that newly available digital technologies particularly the federated blockchain which lies behind the recent innovation of bitcoins may open up new and more participatory political horizons in the form of automated algorithmic contracts. The paper will include a brief introduction to the technology and a survey of some of the techno-futurist rhetoric which has begun to emerge in mainstream media outlets and then conclude with an assessment of blockchain as a political tool.

View File

@ -0,0 +1,8 @@
---
date: 2018-06-05T11:00:00+00:00
title: "The Scottish Communities Report"
host: "Stop Climate Chaos Board Meeting"
publishdate: 2017-06-05
---
I presented some preliminary research findings abount Scottish Environmental Community Groups at the SCCS board meeting. This is an amazing group, and it has been a privilege to be a part of the board for the past two years. You can view the slides for my presentation here: https://jeremykidwell.info/files/presentations/presentation_20180605_sccs/presentation_20180605_sccs.html

View File

@ -0,0 +1,10 @@
---
date: 2018-06-15T11:00:00+00:00
title: "What is possible in the Digital Humanities?"
host: "Digital Humanities Creative Frontiers Workshop"
publishdate: 2017-06-15
---
The purpose of this afternoon will be to take stock of what is possible in the digital humanities (at the University of Birmingham). Any member of academic staff in CAL is welcome and let me stress that this isnt just for serious programmers or data analysts, but anyone who may be considering how to take their research in a digital direction. We will have a series of presenters from across the college serving as provocateurs, showing off cool and useful tools and methodologies, and highlighting research challenges they have tackled with digital tools. This will be a true workshop so will involve properly facilitated discussions for the second half as we explore possible themes or projects with one another. Well also have a range of talented people working in BEAR and support services to help connect up some of these aspirations with some of the in-house tech and support staff we now (in some cases very recently!) have available.
I facilitated the workshop and did a brief presentation on the geo-humanities which you can view here: https://jeremykidwell.info/files/presentations/presentation_06142018_dh-forum.html

View File

@ -0,0 +1,10 @@
---
date: 2018-07-12T11:00:00+00:00
title: "Research methods and data analysis in Practical Theology"
host: "Professional Doctorate Summer School (Warwick)"
publishdate: 2017-03-10
---
"Research methods and data analysis in Practical Theology"
I'll be running a workshop at the DPT Summer School on the above topic. I'll put slides and materials up here when they're ready!

View File

@ -0,0 +1,10 @@
---
date: 2018-06-18T11:00:00+00:00
title: "Presenting mapping.community"
host: "Intermapping Forum, Transition Haus, Witzenhausen, Germany"
publishdate: 2017-06-18
---
I was delighted to participate in the intermapping practitioner symposium this year. This is an amazing group of activitists, hackers, anarchists, and professional developers trying to use digital maps for the common good.
[You can read more about it here](https://hack.allmende.io/intermapping-2018-witzenhausen).

Some files were not shown because too many files have changed in this diff Show More