diff --git a/Makefile b/Makefile index 9faa3aa..ba0b19e 100755 --- a/Makefile +++ b/Makefile @@ -13,11 +13,14 @@ ### minify the CSS, should you keep that step. -SSH_USER = khealy@kieranhealy.org -STAGING_USER = kjhealy@kjhealy.co -DOCUMENT_ROOT = ~/kieranhealy.org -STAGING_ROOT = ~/public/kjhealy.co/public_html +SSH_USER = jeremyki@jeremykidwell.info +STAGING_USER = +DOCUMENT_ROOT = /home/jeremyki/public_html +STAGING_ROOT = ~/public/gits/jeremykidwell.info PUBLIC_DIR = public/ +HUGO_EXECUTABLE = /usr/local/bin/hugo + + all: deploy @@ -25,18 +28,21 @@ staging: site rsync -crzve 'ssh -p 22' $(PUBLIC_DIR) $(STAGING_USER):$(STAGING_ROOT) server: css - hugo server -ws . + /usr/local/bin/hugo server -ws . + +rsync: + rsync -crzve 'ssh -p 22' $(PUBLIC_DIR) $(SSH_USER):$(DOCUMENT_ROOT) deploy: compress site rsync -crzve 'ssh -p 22' $(PUBLIC_DIR) $(SSH_USER):$(DOCUMENT_ROOT) compress: css - java -jar ~/bin/yuicompressor-2.4.8.jar static/css/stylesheet.css -o static/css/stylesheet-min.css --charset utf-8 + yuicompressor static/css/stylesheet.css -o static/css/stylesheet-min.css --charset utf-8 site: css .FORCE - hugo - find public -type d -print0 | xargs -0 chmod 755 - find public -type f -print0 | xargs -0 chmod 644 + $(HUGO_EXECUTABLE) + find $(PUBLIC_DIR) -type d -print0 | xargs -0 chmod 755 + find $(PUBLIC_DIR) -type f -print0 | xargs -0 chmod 644 css: touch static/css/stylesheet.css @@ -46,4 +52,4 @@ css: clean: rm -rf public/ -.FORCE: +.FORCE: \ No newline at end of file diff --git a/README.md b/README.md index 9c3bc61..e36fadf 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # jeremykidwell.info -This is the code for my website at http://jeremykidwell.info. This is basically a faux fork of Kieran Healy's marvellously crafted page at http://kieranhealy.org. As detailed [in this post](http://kieranhealy.org/blog/archives/2014/02/24/powered-by-hugo/) the site is created using [Hugo](http://gohugo.io/), a very fast static site generator written by Steve Francia. The present version uses the [Kube CSS framework](http://imperavi.com/kube/), takes advantage of a site design by [Greg Restall](http://consequently.org), and requires Hugo version 0.15 or higher. +This is the code for my website at http://jeremykidwell.info. I've borrowed structure and template from [Kieran Healy](http://kieranhealy.org/blog/archives/2014/02/24/powered-by-hugo/) and [Steve Francia](https://github.com/consequently/consequently-hugo). Both of these sites (and mine) use the [Kube CSS framework](http://imperavi.com/kube/) and requires Hugo version 0.15 or higher. +Unlike wordpress, drupal, etc., this website is crafted using a [static site generator](https://www.smashingmagazine.com/2015/11/modern-static-website-generators-next-big-thing/) which has a range of benefits, not least of which being far less susceptible to hacking. I'm using [Hugo](http://gohugo.io/), which is known to have a speed advantage over some of the [other popular options](https://www.staticgen.com) and is written by Steve Francia. + +Anyone can use this site as a template to make their own, just clone (or fork) this one, clean out the files in content/blog, content/news, content/presentations, content/publications, content/resources, and content/teaching and then alter specific mentions of my name or site URL in files located in layouts/*. You should also adjust some of the specifics in config.yaml. Then [install hugo](http://gohugo.io/overview/quickstart/) and it's up to you from there. \ No newline at end of file diff --git a/config.yaml b/config.yaml index 1bec93a..f278020 100755 --- a/config.yaml +++ b/config.yaml @@ -18,12 +18,15 @@ menu: - Name: "Resources" URL: "/resources" Weight: 3 + - Name: "Presentations" + URL: "/presentations" + Weight: 4 - Name: "Teaching" URL: "/teaching" - Weight: 4 + Weight: 5 - Name: "Blog" URL: "/blog" - Weight: 5 + Weight: 6 permalinks: blog: /blog/archives/:year/:month/:day/:slug archive: /blog/archives/ diff --git a/content/resources/_index.md b/content/resources/_index.md index 1dee7ed..1911cec 100755 --- a/content/resources/_index.md +++ b/content/resources/_index.md @@ -3,68 +3,8 @@ type: page title: "Resources" --- -## Code and Data -

This page has links to configuration files, templates, and a few other things that might be of use to people who want to write well-formatted social science papers in plain text, with data, figures, and -references.

+## Datasets, Code, etc. +

On this page I have links provided to data-sets that I've generated as part of my research as well as code and anything else that doesn't quite fit under "publications".

-
The Sausage Factory
- - -
-
-

The Plain Person's Guide to Plain Text Social Science

-

As a beginning graduate student in the social sciences, what sort of software should you use to do your work? More importantly, what principles should guide your choices? This article offers some answers. The short -version is: you should use tools that give you more control over the process of data analysis and writing. I recommend you write prose and code using a good text editor; analyze quantitative data with R or Stata; minimize -error by storing your work in a simple format (plain text is best), and make a habit of documenting what you've done. For data analysis, consider using a format like Rmarkdown and tools like Knitr to make your work more -easily reproducible for your future self. Use Pandoc to turn your plain-text documents into PDF, HTML, or Word files to share with others. Keep your projects in a version control system. Back everything up regularly. Make -your computer work for you by automating as many of these steps as you can. To help you get started, I briefly discuss a drop-in set of useful defaults to get started with Emacs (a powerful, free text-editor). I share -some templates and style files that can get you quickly from plain text to various output formats. And I point to several alternatives, because no humane person should recommend Emacs without presenting some other options -as well. There is a sample github repository that contains the .md source file the PDF is created from. This material is also available as a website at http://plain-text.co.

- - -

An Emacs Starter Kit for the Social Sciences

-

This is a fork of Eric Schulte's Emacs Starter Kit (itself an offshoot of Phil Hagelberg's -original) with additional tools included for social scientists, mostly related to writing books or papers in LaTeX and analyzing quantitative data using ESS and R. The goal is to provide a drop-in configuration for Emacs that makes it easier to use right from the get-go. If you know about Git, you can clone the repository.

- -

Data Visualization Course Notes

-

Notes, links, and code from a Data Visualization short-course I taught in the Fall of 2015. The course is focused on the practical presentation of real data, mostly using R's `ggplot2` library. We also read some -material on principles of data visualization, in order to help develop a good working sense of why some graphs and figures work well while others either fail to inform or actively mislead. -

- -
- -
-

LaTeX Templates and Styles

-

A collection of LaTeX style files, templates, and org-mode documents providing some nice layouts for typesetting articles using pdfLaTeX or XeLaTeX. They make a pipeline that lets you begin with an -.org file in Emacs (as set up in the Starter Kit), and go from there to a nice, fully-processed PDF in one step. Or the pieces can be used separately -to set up a .tex file with a nice Article layout.

- -

Pandoc Templates

-

Some Pandoc templates meant to go in ~/.pandoc/templates. Point to them directly with the --template or --css switches as appropriate, and use them with what's provided in latex-custom-kjh. Includes a shell script for setting pandoc up to work with the Marked app, a handy HTML live -previewer for .md files. -

- - -

So You Like My Vita

-

Every few months I get an email asking to see the LaTeX markup that I use to generate my Curriculum Vitae. So, here it is. Feel free to adapt it yourself. If you make stylistic modifications, I encourage you to fork the project on GitHub and make them available to others in the same way.

- -

So You Like My Website

-

This site is produced using Hugo, a very fast static site generator, which you can read more about here. I've written about my own experience setting it up, too. The design is borrowed mostly from Greg Restall. If you want to look -under the bonnet, the entire site is on GitHub. Feel free to adapt it yourself. If you make stylistic modifications, I encourage you -to fork the project on GitHub and make them available to others in the same way. You should also change the Google Analytics information in the footer partial, or I will receive analytics information about your site.

- - -

All GitHub Projects

-

Here is a full list of the various public code and data repositories that I have put on GitHub. They range from the configuration and templating tools listed above to data -visualization exercises and other bits of data analysis, mostly written in R. -

-
- - - +

All GitHub Projects

+

Here is a full list of the various public code and data repositories that I have put on GitHub. \ No newline at end of file diff --git a/content/resources/emacs-starter-kit/_index.md b/content/resources/emacs-starter-kit/_index.md deleted file mode 100755 index b24a38c..0000000 --- a/content/resources/emacs-starter-kit/_index.md +++ /dev/null @@ -1,108 +0,0 @@ ---- -type: page -title: "An Emacs Starter Kit for the Social Sciences" -aliases: - - /resources/emacs-starter-kit.html ---- - - - -

An Emacs Starter Kit for the Social Sciences

- -

-To accompany the Choosing Your Workflow Applications paper, here is the Emacs Starter Kit for the Social Sciences. It is a version of Phil Hagelberg's emacs starter kit by way of Eric Schulte's Org-Mode implementation. I've made some further tweaks and added some tools of particular use to social scientists. The starter-kit includes up-to-date versions of Emacs Speaks Statistics, AucTeX, Magit, Markdown mode, Yasnippet, and assorted other useful bits and pieces. It should work immediately on Mac OS X with the current version of Emacs. -

-

- - - -

- -

- -Solarized (Light) Theme. Some other themes are also included. - -

-

-What's the motivation for the starter kit? Emacs is a very powerful editor but it is less useful out-of-the-box than it might be, in part because many convenient settings and modes are not activated by default. The starter kit is a drop-in set of nice default settings. The idea is for you to be able to download GNU Emacs, put the starter kit into ~/.emacs.d/, and get to work. If you already use Emacs and have a .emacs file or ~/.emacs.d directory, the starter kit is designed to replace them, while leaving a place for you to easily append your own customizations. -

-

-The starter kit is designed to be used with GNU Emacs. Version 24.4 (released October 2014) or later is required. It will not work with Aquamacs without modification. More detailed commentary and documentation is provided inside the kit's .org files. -

-

-Installation Instructions (Mac OS X) -

- -

Before you Begin

-

If you want to use the tools that the starter-kit works with—LaTeX, R, Git, Pandoc, and all the rest—then you will need to install them on your Mac. The ground floor is Apple's own suite of Developer Tools, which allow you to compile software yourself and include things like Git. The most straightforward way to get these tools is to install Xcode. Xcode is what software developers use to write Mac and iOS applications. As such it comes with a bunch of things we are not so interested in, but it makes it easy to install what we do need. It's available for free via the Mac App Store. Once downloaded, launch Xcode, go to Xcode > Preferences > Downloads and install the Command Line Tools for Xcode. At that point you can quit Xcode and never use it again. Alternatively, go to Apple's Developer Site, login with your Apple ID and download the Command Line Tools for Xcode package by itself, without the Xcode application.

- -

If you have used Emacs before and already have a .emacs file or .emacs.d directory, back them up and then delete them. See below for details on how to add customizations to the kit.

- -

Getting the Starter Kit

-

You have two choices. You can download a .zip file of the kit. This will give you a static snapshot of the most recent version. But if you want to keep up with changes to the kit, you should clone the source code using git rather than simply copying a static version of it. You should be using version control on your plain-text documents anyway, so I recommend this second option.

- -

-Prerequisites -

- -

-0.1 Get Emacs. The starter kit requires Emacs 24.4 (released October 2014). Download Emacs here. Alternatively, if you are comfortable with Homebrew, compile and install it. -

-

-0.2 Install a Modern TeX Distribution and the Skim PDF reader. If you are using OS X, download MacTeX here and install it. The kit is set up to use the Skim PDF reader to display PDF files created from .tex files. You can use other readers, but will need to modify the setup in the starter-kit-latex.org file. -

-

-0.3 Install R and Pandoc. These are not strictly required for the installation to work, and you can skip this step if you like. But you will probably be using them anyway, if you're not already. If you're doing statistical work you will probably want to use R or Stata. R is free and you can download it here. Pandoc is a very useful utility that lets you convert easily between many different forms of plain-text markup (such as Markdown, HTML, LaTeX, and others). Get Pandoc here. -

-

-0.4 Note your user name or the name of your computer. If you don't know either, open the Terminal application and do -

-
-$ whoami
-
-

-for your user name and -

-
-$ hostname
-
-

-for the system name. You will need to know your login name to activate the final customization file properly. You can use the system name as well (or instead). -

-

-Setup -

-

-1. If you downloaded a .zip file of the kit, you must uncompress it, move the resulting folder to the top level of your home director and rename it .emacs.d. Assuming the downloaded zip file is in your ~/Downloads folder, open a Terminal window and do this:

- -
-$ cd ~/Downloads
-$ unzip emacs-starter-kit-master.zip
-$ mv emacs-starter-kit-master ~/.emacs.d
-
- -Alternatively, if you are using git (the preferred method), then clone the starter kit from github. Open a Terminal window and do this: -

-
-$ git clone git://github.com/kjhealy/emacs-starter-kit ~/.emacs.d
-
-

-2. Inside the file kjhealy.org, change the paths to any BibTeX databases as described at the top of that file. -

-

-3. Rename the starter kit's kjhealy.org file to that of %your-username%.org or %your-systemname%.org, based on the information you noted in 0.4 above. This is where you can add in any of your own further customizations to Emacs. -

-

-4. Launch Emacs. -

-

-When you first start Emacs after installing the starter-kit, it will try to contact several package repositories, so make sure you have an internet connection. The kit will download packages mainly from the official GNU ELPA repository and the MELPA Repo. Each package will be fetched, compiled by Emacs, and stored in the ~/.emacs.d directory. This process is sometimes prone to hiccups as packages are fetched from the servers, so please be patient with it. If it doesn't get everything first time around, quit and relaunch Emacs, and it will try again. If the problem persists—especially if you get a message saying "The package 'auctex' is not available for installation"—you can manually install packages as follows. Open Emacs, do M-x list-packages and in the resulting buffer search or scroll down the list to, e.g. Auctex, mark it for installation by pressing i and then install it (or them) by hitting x. With the packages in place, restart Emacs and the starter kit will finish setting itself up. Unfortunately, I can't control these intermittent installation errors. They seem to have something to do with the way Emacs talks to the GNU ELPA package server. - - - -

-

-5. (Optional.) Once Emacs is up and running, do M-x starter-kit-compile to byte-compile the starter-kit's files, for slightly faster loading. -

- - diff --git a/content/resources/github/_index.md b/content/resources/github/_index.md index d828ed3..ab0c209 100755 --- a/content/resources/github/_index.md +++ b/content/resources/github/_index.md @@ -3,8 +3,11 @@ type: page title: "Code and Data" --- + \ No newline at end of file diff --git a/content/teaching/religion_public_sphere.md b/content/teaching/religion_public_sphere.md index 5f84a45..703df71 100755 --- a/content/teaching/religion_public_sphere.md +++ b/content/teaching/religion_public_sphere.md @@ -1,7 +1,7 @@ --- title: Religion in the Public Sphere date: "2017-09-25T00:00:00+11:00" -enddate: "2014-12-30T00:00:00+11:00" +enddate: "2017-12-30T00:00:00+11:00" publishdate: "2016-01-08" host: "University of Birmingham" duration: 7776000 @@ -11,5 +11,5 @@ This second year undergraduate course... -#### [Syllabus (PDF)](http://www.kieranhealy.org/files/teaching/gradtheory.pdf) +#### [Syllabus (PDF)](http://jeremykidwell.info/files/teaching/public_sphere.pdf) diff --git a/content/teaching/theological_ethics.md b/content/teaching/theological_ethics.md index 666ae7b..9c0252d 100755 --- a/content/teaching/theological_ethics.md +++ b/content/teaching/theological_ethics.md @@ -9,4 +9,4 @@ duration: 7776000 Description -#### [Syllabus (PDF)](http://kieranhealy.org/files/teaching/taboo-markets.pdf) +#### [Syllabus (PDF)](http://jeremykidwell.info/files/teaching/theological_ethics_2017.pdf) diff --git a/layouts/index.html b/layouts/index.html index 1ddb92a..5600d7a 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,122 +1,144 @@ - - + + - {{ partial "meta.html" . }} + {{ partial "meta.html" . }} - - {{ .Site.Title }} - - + + {{ .Site.Title }} + + - {{ partial "head_includes.html" . }} - - -
-
-
- {{ partial "sidebar.html" . }} -
+ {{ partial "head_includes.html" . }} + + +
+
+
+ {{ partial "sidebar.html" . }} +
+
+
+ +
+
+
+
+
+   +
+
+

+
+
+ {{ range first 2 ((where .Data.Pages.ByDate "Section" "blog").Reverse) }} +
+
+

{{ .Title }}

+

{{ .Date.Format "2 January 2006" }}

+
+
+ {{ if .Truncated }} + {{ .Summary }} +

Read More…

+ {{ else }} + {{ .Content }} + {{ end }} +
+ + {{ end }} + +
+ +
+
 
+
-
-
-
-
-
-   -
-
-

-
-
- {{ range first 2 ((where .Data.Pages.ByDate "Section" "blog").Reverse) }} -
-
-

{{ .Title }}

-

{{ .Date.Format "2 January 2006" }}

-
-
- {{ if .Truncated }} - {{ .Summary }} -

Read More…

- {{ else }} - {{ .Content }} - {{ end }} -
-
+
- {{ end }} +

Recent Papers

+
    + {{ range first 5 (where .Data.Pages.ByDate "Section" "publications").Reverse }} +
  • {{ .Params.citation | safeHTML }} + Abstract + {{ if isset .Params "file" }} pdf{{ end }} +
  • + {{ end }} +
-
+ -
-
 
-
-
+

Recent & Upcoming Presentations

+
    + {{ range (where .Data.Pages.ByDate "Section" "presentation").Reverse }} + {{ if (ge .Date.Unix .Now.Unix) }} + {{ if (le .Date.Unix (add .Now.Unix 10368000)) }} +
  • {{ .Title | safeHTML }}, {{ .Params.host | safeHTML }} ({{ .Date.Format "2 January 2006" }}). {{ partial "comingsoon.html" . }} +
  • + {{ end }} + {{ end }} + {{ if (ge .Now.Unix .Date.Unix ) }} + {{ if (le .Now.Unix (add .Date.Unix 12368000)) }} +
  • {{ .Title | safeHTML }}, {{ .Params.host | safeHTML }} ({{ .Date.Format "2 January 2006" }}). +
  • + {{ end }} + {{ end }} + {{ end }} +
-
- -

Recent Papers

-
    - {{ range first 5 (where .Data.Pages.ByDate "Section" "publications").Reverse }} -
  • {{ .Params.citation | safeHTML }} - Abstract - {{ if isset .Params "file" }} pdf{{ end }} -
  • - {{ end }} -
- - - -

Current Teaching

-
    - {{ range (where .Data.Pages.ByDate "Section" "teaching").Reverse }} - {{ if (ge .Date.Unix now.Unix) }} - {{ if (le .Date.Unix (add now.Unix 7776000)) }} -
  • {{ .Title }}, {{ .Date.Format "January" }}–{{ .Params.enddate | dateFormat "January 2006" }}. {{ partial "comingsoon.html" . }} -
  • - {{ end }} - {{ end }} - {{ end }} - - {{ range (where .Data.Pages.ByDate "Section" "teaching").Reverse }} - {{ if (le .Date.Unix now.Unix) }} - {{ if (le now.Unix (add .Date.Unix .Params.duration)) }} -
  • {{ .Title }}, {{ .Date.Format "January" }}–{{ .Params.enddate | dateFormat "January 2006" }}. {{ partial "nowon.html" . }} -
  • - {{ end }} - {{ end }} - {{ end }} - {{ range (where .Data.Pages.ByDate "Section" "teaching").Reverse }} - {{ $classend := (add .Date.Unix .Params.duration) }} - {{ if (ge now.Unix $classend ) }} - {{ if (le now.Unix (add $classend 10368000)) }} - -
  • {{ .Title }}, {{ .Date.Format "January" }}–{{ .Params.enddate | dateFormat "January 2006" }}. completed -
  • - {{ end }} - {{ end }} - {{ end }} -
+ - -
-
+

Current Teaching

+
    + {{ range (where .Data.Pages.ByDate "Section" "teaching").Reverse }} + {{ if (ge .Date.Unix now.Unix) }} + {{ if (le .Date.Unix (add now.Unix 7776000)) }} +
  • {{ .Title }}, {{ .Date.Format "January" }}–{{ .Params.enddate | dateFormat "January 2006" }}. {{ partial "comingsoon.html" . }} +
  • + {{ end }} + {{ end }} + {{ end }} -
+ {{ range (where .Data.Pages.ByDate "Section" "teaching").Reverse }} + {{ if (le .Date.Unix now.Unix) }} + {{ if (le now.Unix (add .Date.Unix .Params.duration)) }} +
  • {{ .Title }}, {{ .Date.Format "January" }}–{{ .Params.enddate | dateFormat "January 2006" }}. {{ partial "nowon.html" . }} +
  • + {{ end }} + {{ end }} + {{ end }} + {{ range (where .Data.Pages.ByDate "Section" "teaching").Reverse }} + {{ $classend := (add .Date.Unix .Params.duration) }} + {{ if (ge now.Unix $classend ) }} + {{ if (le now.Unix (add $classend 10368000)) }} -
    +
  • {{ .Title }}, {{ .Date.Format "January" }}–{{ .Params.enddate | dateFormat "January 2006" }}. completed +
  • + {{ end }} + {{ end }} + {{ end }} + - {{ partial "whatisthis.html" . }} + +
    +
    - {{ partial "foot.html" . }} - +
    + +
    + +{{ partial "whatisthis.html" . }} + +{{ partial "foot.html" . }} + diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html index e202ac1..a606de8 100755 --- a/layouts/partials/foot.html +++ b/layouts/partials/foot.html @@ -1,4 +1,4 @@
    -
    Powered by Hugo and Kube. © Jeremy Kidwell 2017–{{ now.Format "2006" }}. +
    Powered by Hugo and Kube. © Jeremy Kidwell 2003–{{ now.Format "2006" }}.
    \ No newline at end of file diff --git a/layouts/partials/whatisthis.html b/layouts/partials/whatisthis.html index 6917a31..be199ef 100755 --- a/layouts/partials/whatisthis.html +++ b/layouts/partials/whatisthis.html @@ -3,7 +3,7 @@

    about

    - +

    I am Lecturer in Theological Ethics at the University of Birmingham.

    diff --git a/layouts/section/publications.html b/layouts/section/publications.html index 5f04c95..33c5577 100755 --- a/layouts/section/publications.html +++ b/layouts/section/publications.html @@ -3,7 +3,7 @@
    - + {{ template "partials/sidebar.html" . }} {{ $baseurl := .Site.BaseURL }} @@ -13,100 +13,105 @@
    -

    Curriculum Vitae  pdf

    -

    Much of my research has been about exchange in human blood and organs, cultural goods, software, and ideas. My current work focuses on the moral order of market society, the effect of models and measurement on social classification, and the link between those two topics, especially in the consumer credit market. I'm also interested in techniques and methods for data visualization.

    + +

    I completed my PhD in theological ethics in 2013 and this research focussed particularly on the way that ancient narratives about craft-work might illuminate present quandaries in business, engineering, and design surrounding excellence, creativity, property, and more. Since then, my research has taken on a decidedly more contemporary context and more explicitly environmental concerns, exploring through ethnographic research what forms of political mobilisation are being generated by Scottish churches and (by comparison) other environmental community groups in response to climate change. Publications and PDFs are below for your perusal. You can also find and follow my recent publications at Researchgate, Amazon.com, ORCID, or ResearcherID, and if you must Academia.edu.

    +

    Working Papers

    - {{ range (where .Data.Pages "Type" "unpublished").GroupByDate "2006" "desc" }} -
    -
    -

    {{ .Key }}

    -
    -
    -
      - {{ range .Pages.ByDate.Reverse }} -
    • {{ .Params.citation | safeHTML }} - Abstract - {{ if isset .Params "file" }} -  pdf - {{ end }} -
    • - {{ end }} -
    -
    + {{ range (where .Data.Pages "Type" "unpublished").GroupByDate "2006" "desc" }} +
    +
    +

    {{ .Key }}

    - {{ end }} -

    Articles and Book Chapters

    - {{ range (where .Data.Pages "Type" "published").GroupByDate "2006" "desc" }} -
    -
    -

    {{ .Key }}

    -
    -
    -
      - {{ range .Pages.ByDate.Reverse }} -
    • {{ .Params.citation | safeHTML }} - Abstract - {{ if isset .Params "file" }} -  pdf - {{ end }} -
    • - {{ end }} -
    -
    -
    - {{ end }} +
    +
      + {{ range .Pages.ByDate.Reverse }} +
    • {{ .Params.citation | safeHTML }} + Abstract + {{ if isset .Params "file" }} +  pdf + {{ end }} +
    • + {{ end }} +
    +
    +
    + {{ end }} +

    Articles and Book Chapters

    + {{ range (where .Data.Pages "Type" "published").GroupByDate "2006" "desc" }} +
    +
    +

    {{ .Key }}

    +
    +
      + {{ range .Pages.ByDate.Reverse }} +
    • {{ .Params.citation | safeHTML }} + Abstract + {{ if isset .Params "file" }} +  pdf + {{ end }} +
    • + {{ end }} +
    +
    +
    + {{ end }} +
    -
    -

    Retired Papers

    - - {{ range (where .Data.Pages "Type" "retired").GroupByDate "2006" "desc" }} -
    -
    -

    {{ .Key }}

    -
    -
    -
      - {{ range .Pages.ByDate.Reverse }} -
    • {{ .Params.citation | safeHTML }} - Abstract - {{ if isset .Params "file" }} -  pdf - {{ end }} -
    • - {{ end }} -
    -
    -
    + +
    +

    Books

    + + {{ range (where .Data.Pages "Type" "monograph").GroupByDate "2006" "desc" }} +
    +
    +

    {{ .Key }}

    +
    +
    +
      + {{ range .Pages.ByDate.Reverse }} +
    • {{ .Params.citation | safeHTML }} + Abstract + {{ if isset .Params "file" }} +  pdf {{ end }} -

      Essays and Reviews

      - {{ range (where .Data.Pages "Type" "other").GroupByDate "2006" "desc" }} -
      -
      -

      {{ .Key }}

      -
      -
      -
        - {{ range .Pages.ByDate.Reverse }} -
      • {{ .Params.citation | safeHTML }} - Abstract - {{ if isset .Params "file" }} -  pdf - {{ end }} -
      • - {{ end }} -
      -
      -
      - {{ end }} -
    -
    + + {{ end }} + +
    +
    + {{ end }} +

    Essays and Reviews

    + {{ range (where .Data.Pages "Type" "other").GroupByDate "2006" "desc" }} +
    +
    +

    {{ .Key }}

    +
    +
    +
      + {{ range .Pages.ByDate.Reverse }} +
    • {{ .Params.citation | safeHTML }} + Abstract + {{ if isset .Params "file" }} +  pdf + {{ end }} +
    • + {{ end }} +
    +
    +
    +{{ end }} +
    +
    diff --git a/layouts/section/teaching.html b/layouts/section/teaching.html index 621e589..541b032 100755 --- a/layouts/section/teaching.html +++ b/layouts/section/teaching.html @@ -35,7 +35,7 @@ {{ end }}
    -

    Some of the classes I have offered in recent years, including pointers to upcoming courses and other resources, when they are available. Classes are listed once but are typically taught more frequently than that.

    +

    This list include courses that I've taught recently along with my teaching for the upcoming year. You'll find syllabi and resources if they're avialbale.

    diff --git a/public/403/index.html b/public/403/index.html index f050127..78a6505 100644 --- a/public/403/index.html +++ b/public/403/index.html @@ -69,6 +69,8 @@
  • Resources +
  • Presentations +
  • Teaching
  • Blog @@ -102,7 +104,7 @@

    about

    - +

    I am Lecturer in Theological Ethics at the University of Birmingham.

    @@ -139,6 +141,6 @@
    -
    Powered by Hugo and Kube. © Jeremy Kidwell 2017–2017. +
    Powered by Hugo and Kube. © Jeremy Kidwell 2003–2017.
    diff --git a/public/404.html b/public/404.html index 93bb5f1..558372e 100644 --- a/public/404.html +++ b/public/404.html @@ -115,7 +115,7 @@

    about

    - +

    I am Lecturer in Theological Ethics at the University of Birmingham.

    @@ -152,7 +152,7 @@
    -
    Powered by Hugo and Kube. © Jeremy Kidwell 2017–2017. +
    Powered by Hugo and Kube. © Jeremy Kidwell 2003–2017.
    diff --git a/public/404/index.html b/public/404/index.html index 853b622..5260be4 100644 --- a/public/404/index.html +++ b/public/404/index.html @@ -69,6 +69,8 @@
  • Resources +
  • Presentations +
  • Teaching
  • Blog @@ -101,7 +103,7 @@

    about

    - +

    I am Lecturer in Theological Ethics at the University of Birmingham.

    @@ -138,6 +140,6 @@
    -
    Powered by Hugo and Kube. © Jeremy Kidwell 2017–2017. +
    Powered by Hugo and Kube. © Jeremy Kidwell 2003–2017.
    diff --git a/public/blog/archives.html b/public/blog/archives.html index 2e2c759..1d4253f 100644 --- a/public/blog/archives.html +++ b/public/blog/archives.html @@ -69,6 +69,8 @@
  • Resources +
  • Presentations +
  • Teaching
  • Blog @@ -86,6 +88,18 @@
    +

    February 2016

    +

    + · , Blogs · , A poem for your friday

    + +

    September 2014

    +

    + · , Address to the People’s Climate March · , When a surprising turn occurs

    + +

    May 2014

    +

    + · , Fr Schmemann on Dying

    + All Posts by Date · All Posts by Category @@ -103,7 +117,7 @@

    about

    - +

    I am Lecturer in Theological Ethics at the University of Birmingham.

    diff --git a/public/categories/index.html b/public/categories/index.html index 926d6e0..72e0581 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -68,6 +68,8 @@
  • Resources +
  • Presentations +
  • Teaching
  • Blog @@ -88,6 +90,12 @@

    Category Index

    + + · quotes (2) + + · poems (1) + + · speeches (1)

    All Posts by Date · All Posts by Category @@ -102,7 +110,7 @@

    about

    - +

    I am Lecturer in Theological Ethics at the University of Birmingham.

    @@ -138,7 +146,7 @@
  • diff --git a/public/categories/index.xml b/public/categories/index.xml index 0cf6148..1efde7d 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -8,5 +8,32 @@ Copyright (c) Jeremy Kidwell. Mon, 01 Jan 0001 00:00:00 UTC + + Poems + https://jeremykidwell.info/categories/poems/ + Mon, 08 Feb 2016 00:00:00 UTC + Jeremy Kidwell + https://jeremykidwell.info/categories/poems/ + + + + + Quotes + https://jeremykidwell.info/categories/quotes/ + Sat, 06 Sep 2014 00:00:00 UTC + Jeremy Kidwell + https://jeremykidwell.info/categories/quotes/ + + + + + Speeches + https://jeremykidwell.info/categories/speeches/ + Tue, 30 Sep 2014 00:00:00 UTC + Jeremy Kidwell + https://jeremykidwell.info/categories/speeches/ + + + diff --git a/public/index.html b/public/index.html index d0fc1c7..f315f4d 100644 --- a/public/index.html +++ b/public/index.html @@ -1,10 +1,10 @@ - + - + - + @@ -27,12 +27,12 @@ - - jeremykidwell.info - - + + jeremykidwell.info + + - + @@ -52,12 +52,12 @@ - - -
    -
    -
    -
    +
    -
    -
    -
    -
    -
    -   -
    -
    -

    -
    +
    +
    +
    +
    +
    +  
    +
    +

    +
    +
    + +
    +
    +

    A poem for your friday

    +

    8 February 2016

    +
    +
    - -
    - -
    -
     
    -
    + “The Heaven of Animals” by James L. Dickey +Here they are. The soft eyes open. If they have lived in a wood It is a wood. If they have lived on plains It is grass rolling Under their feet forever. +Having no souls, they have come, Anyway, beyond their knowing. Their instincts wholly bloom And they rise. The soft eyes open. +To match them, the landscape flowers, Outdoing, desperately Outdoing what is required: The richest wood, The deepest field. +

    Read More…

    +
    +
    -
    - -

    Recent Papers

    -
      - -
    - - - -

    Current Teaching

    - - - - + +
    + +
    + + I devoted some time these past six weeks to helping organise a people’s climate march in Edinburgh. Given our research focus on how Christians and faith communities mobilise for action around climate change and other related ecological issues, this probably doesn’t come as a surprise. What did surprise many people, myself included, was the extent of the march (pictures here) that occurred last Sunday (21 Sep 2014). We had hoped for 200-300 and by most estimates, we had nearly 3000 people marching through the streets of Edinburgh committing themselves to action and calling on our nation’s leaders here in Scotland to address climate change in substantial ways. +

    Read More…

    + +
    +
    + + + +
    + +
    +
     
    -
    -
    +
    -
    +

    Recent Papers

    +
      + +
    • “Mapping Environmental Action.” TBD + Abstract +  pdf +
    • + +
    • The Theology of Craft and the Craft of Work: From Tabernacle to Eucharist. Routledge. + Abstract + +
    • + +
    • “Changing Uses of Old and New Media in World Christianity” co-authored with Jolyon Mitchell, in Lamin Sanneh and Michael McClymond, eds., The Wiley-Blackwell Companion to World Christianity (Oxford: Blackwell, 2016) + Abstract +  pdf +
    • + +
    • “Hybrid Encounters in Reconciliation Ecology” in Worldviews: Global Religions, Culture, and Ecology, vol 20, issue 3, (Oct, 2016) + Abstract +  pdf +
    • + +
    • Time for Business: Business Ethics, Sustainability, and Giorgio Agamben’s ‘Messianic Time’ in De Ethica vol 2, issue 3, pp. 39-51 (Jan 29, 2016). + Abstract +  pdf +
    • + +
    + + + +

    Recent & Upcoming Presentations

    +
      + +
    + + + + +

    Current Teaching

    + + + +
    +
    + +
    + +
    + +

    about

    - +

    I am Lecturer in Theological Ethics at the University of Birmingham.

    @@ -192,9 +259,9 @@
    -
    -
    Powered by Hugo and Kube. © Jeremy Kidwell 2017–2017. +
    +
    Powered by Hugo and Kube. © Jeremy Kidwell 2003–2017.
    - + diff --git a/public/index.xml b/public/index.xml index a4107e5..08aa999 100644 --- a/public/index.xml +++ b/public/index.xml @@ -18,7 +18,7 @@ <p></p> -<h4 id="syllabus-pdf-http-www-kieranhealy-org-files-teaching-gradtheory-pdf"><a href="http://www.kieranhealy.org/files/teaching/gradtheory.pdf">Syllabus (PDF)</a></h4> +<h4 id="syllabus-pdf-http-jeremykidwell-info-files-teaching-public-sphere-pdf"><a href="http://jeremykidwell.info/files/teaching/public_sphere.pdf">Syllabus (PDF)</a></h4> @@ -31,40 +31,155 @@ <p>Description</p> -<h4 id="syllabus-pdf-http-kieranhealy-org-files-teaching-taboo-markets-pdf"><a href="http://kieranhealy.org/files/teaching/taboo-markets.pdf">Syllabus (PDF)</a></h4> +<h4 id="syllabus-pdf-http-jeremykidwell-info-files-teaching-theological-ethics-2017-pdf"><a href="http://jeremykidwell.info/files/teaching/theological_ethics_2017.pdf">Syllabus (PDF)</a></h4> - 403 - https://jeremykidwell.info/403/ - Mon, 01 Jan 0001 00:00:00 UTC + Enhancing Public Understanding of Activists, Religion (and Religious Activists!) through the Geo+Digital-Humanities + https://jeremykidwell.info/presentations/british_library-labs/ + Wed, 10 May 2017 15:00:00 BST Jeremy Kidwell - https://jeremykidwell.info/403/ - <h2>Sorry, you don't have permission to do that</h2> + https://jeremykidwell.info/presentations/british_library-labs/ + <p>Presentation on &ldquo;Enhancing Public Understanding of Activists, Religion (and Religious Activists!) through the Geo+Digital-Humanities&rdquo;.</p> +<p>This is a talk presented at the <a href="https://www.eventbrite.co.uk/e/learning-the-lessons-of-working-with-the-british-librarys-digital-content-and-data-for-your-tickets-32351805120">British Library Labs Road Show</a>, at the University of Birmingham</p> +<p>My slides (which used <a href="impress.js">http://impress.github.io/impress.js/</a>) are <a href="http://jeremykidwell.info/presentations/presentation-20170511-bl_mapping.html">available here</a></p> - 404 - https://jeremykidwell.info/404/ - Mon, 01 Jan 0001 00:00:00 UTC + Mapping Environmental Action + https://jeremykidwell.info/publications/mapping_environmental_action/ + Fri, 24 Feb 2017 00:00:00 UTC Jeremy Kidwell - https://jeremykidwell.info/404/ - <h2>404: File not found</h2> - -<h4>Sorry, that doesn't seem to be here</h4> + https://jeremykidwell.info/publications/mapping_environmental_action/ + <p>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&rsquo;s taking a long time. Bear with me!</p> + - Archives - https://jeremykidwell.info/blog/archives.html - Mon, 01 Jan 0001 00:00:00 UTC + Presentation on Mapping Community to representatives of the Scottish Community Alliance and Scottish Government + https://jeremykidwell.info/presentations/sca_mapping_community/ + Fri, 20 Jan 2017 15:00:00 +0100 Jeremy Kidwell - https://jeremykidwell.info/blog/archives.html - + https://jeremykidwell.info/presentations/sca_mapping_community/ + <p>My slides (which used <a href="impress.js">http://impress.github.io/impress.js/</a>) are <a href="https://jeremykidwell.info/files/presentations/presentation-20170120-comm_anchors.html">available here</a></p> + + + + + The Theology of Craft and the Craft of Work: From Tabernacle to Eucharist + https://jeremykidwell.info/publications/craft_book/ + Thu, 01 Sep 2016 00:00:00 UTC + Jeremy Kidwell + https://jeremykidwell.info/publications/craft_book/ + <p><p><figure><img class="craftbook" src="http://jeremykidwell.info/images/theology_of_craft-medium.jpg" align="right" width=300px alt="The Theology of Craft and the Craft of Work"></figure>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.</p> + +<p><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></p> + +<!--- +<p><em>Reviews:</em> <a href="http://www.journals.uchicago.edu/doi/pdf/10.1086/522391"><em>American Journal of Sociology</em></a> (Greta Krippner), <a href="http://www.kieranhealy.org/files/misc/hippenajot.pdf"><em>American Journal of Transplantation</em></a> (Ben Hippen), <em>Social Forces</em> (Jane Allyn Piliavin), <a href="http://www.ingentaconnect.com/content/asoca/cs/2008/00000037/00000006/art00018"><em>Contemporary Sociology</em></a> (Carol Heimer), <a href="http://www.nytimes.com/2007/01/28/books/review/Postrel.t.html?ex=157680000&amp;en=f390b3396e0ec28a&amp;ei=5124&amp;partner=permalink&amp;exprod=permalink"><em>The New York Times</em></a> (Virginia Postrel), <a href="http://nvs.sagepub.com/cgi/rapidpdf/0899764008319689v1"><em>Nonprofit and Voluntary Sector Quarterly</em></a> (E. Gil Clary), <a href="http://ser.oxfordjournals.org/cgi/reprint/6/2/365"><em>Socio-Economic Review</em></a> (Philippe Steiner), <em>Le Mouvement Social</em> (Sophie Chauveau), <a href="http://www.australianreview.net/digest/2007/06/waldby.html"><em>Australian Review of Public Affairs</em></a> (Catherine Waldby), <a href="http://econsoc.mpifg.de/archive/econ_soc_08-1.pdf"><em>EES Newsletter</em></a> (Rene Almeling), <a href="http://www.anthrosource.net/doi/pdfplus/10.1111/j.1548-1387.2008.00006_3.x"><em>Medical Anthropology Quarterly</em></a> (Lesley Sharp), <a href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6VR1-4RTCPT9-B&amp;_user=56761&amp;_coverDate=03%2F31%2F2008&amp;_alid=760447016&amp;_rdoc=1&amp;_fmt=high&amp;_orig=search&amp;_cdi=6221&amp;_sort=d&amp;_docanchor=&amp;view=c&amp;_ct=1&amp;_acct=C000059541&amp;_version=1&amp;_urlVersion=0&amp;_userid=56761&amp;md5=4e61d07203022b07cbdc0d671747f7b3"><em>Sociologie du Travail</em></a> (Philippe Steiner). <br /> <br /></p> +--> + + + + + Changing Uses of Old and New Media in World Christianity + https://jeremykidwell.info/publications/media_world_christianity/ + Fri, 20 May 2016 00:00:00 UTC + Jeremy Kidwell + https://jeremykidwell.info/publications/media_world_christianity/ + <p>Abstract</p> + +<p>Through a series of case studies we analyze different ways in which “old” and “new” 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.</p> + +<p><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></p> + + + + + Hybrid Encounters in Reconciliation Ecology + https://jeremykidwell.info/publications/hybrid_encounters/ + Tue, 01 Mar 2016 00:00:00 UTC + Jeremy Kidwell + https://jeremykidwell.info/publications/hybrid_encounters/ + <p>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 “human” and “nature.” I begin with a critique of these binaries as they occur in philosopher, Florence R. Kluck- hohn’s influential model and in more recent narratives about the “Anthropocene,” and then turn to examine some of the novel features of “reconciliation ecology” 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 Volf’s suggestion that reconciliation involves a “double strategy” I highlight ways that reconciliation can (1) provide a viable model for promoting an “embrace” of the other and (2) better integrate the past history of negative human biotic impacts.</p> + + + + + A poem for your friday + https://jeremykidwell.info/blog/archives/2016/02/08/friday-poem/ + Mon, 08 Feb 2016 00:00:00 UTC + Jeremy Kidwell + https://jeremykidwell.info/blog/archives/2016/02/08/friday-poem/ + <p>&ldquo;The Heaven of Animals&rdquo; by James L. Dickey</p> + +<p>Here they are. The soft eyes open. +If they have lived in a wood +It is a wood. +If they have lived on plains +It is grass rolling +Under their feet forever.</p> + +<p>Having no souls, they have come, +Anyway, beyond their knowing. +Their instincts wholly bloom +And they rise. +The soft eyes open.</p> + +<p>To match them, the landscape flowers, +Outdoing, desperately +Outdoing what is required: +The richest wood, +The deepest field.</p> + +<p>For some of these, +It could not be the place +It is, without blood. +These hunt, as they have done, +But with claws and teeth grown perfect,</p> + +<p>More deadly than they can believe. +They stalk more silently, +And crouch on the limbs of trees, +And their descent +Upon the bright backs of their prey</p> + +<p>May take years +In a sovereign floating of joy. +And those that are hunted +Know this as their life, +Their reward: to walk</p> + +<p>Under such trees in full knowledge +Of what is in glory above them, +And to feel no fear, +But acceptance, compliance. +Fulfilling themselves without pain</p> + +<p>At the cycle’s center, +They tremble, they walk +Under the tree, +They fall, they are torn, +They rise, they walk again.</p> + + + + + Time for Business: Business Ethics, Sustainability, and Giorgio Agamben’s ‘Messianic Time’ + https://jeremykidwell.info/publications/time_for_business/ + Wed, 20 Jan 2016 00:00:00 UTC + Jeremy Kidwell + https://jeremykidwell.info/publications/time_for_business/ + <p>Abstract</p> + +<p>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&rsquo;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 Agamben’s more integrative account of messianic time provides a richer ambitemporal account which might provide a viable temporality for a new sustainable economic future.</p> + +<p><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></p> + diff --git a/public/resources/emacs-starter-kit.html b/public/resources/emacs-starter-kit.html deleted file mode 100644 index 5a4ca2c..0000000 --- a/public/resources/emacs-starter-kit.html +++ /dev/null @@ -1 +0,0 @@ -https://jeremykidwell.info/resources/emacs-starter-kit/ \ No newline at end of file diff --git a/public/resources/emacs-starter-kit/index.html b/public/resources/emacs-starter-kit/index.html deleted file mode 100644 index c0e9f59..0000000 --- a/public/resources/emacs-starter-kit/index.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An Emacs Starter Kit for the Social Sciences - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    - - - - - -
    -
    -
    - -
    -
    -
    -
    -

    An Emacs Starter Kit for the Social Sciences

    - - -

    -To accompany the Choosing Your Workflow Applications paper, here is the Emacs Starter Kit for the Social Sciences. It is a version of Phil Hagelberg's emacs starter kit by way of Eric Schulte's Org-Mode implementation. I've made some further tweaks and added some tools of particular use to social scientists. The starter-kit includes up-to-date versions of Emacs Speaks Statistics, AucTeX, Magit, Markdown mode, Yasnippet, and assorted other useful bits and pieces. It should work immediately on Mac OS X with the current version of Emacs. -

    -

    - - - -

    - -

    - -Solarized (Light) Theme. Some other themes are also included. - -

    -

    -What's the motivation for the starter kit? Emacs is a very powerful editor but it is less useful out-of-the-box than it might be, in part because many convenient settings and modes are not activated by default. The starter kit is a drop-in set of nice default settings. The idea is for you to be able to download GNU Emacs, put the starter kit into ~/.emacs.d/, and get to work. If you already use Emacs and have a .emacs file or ~/.emacs.d directory, the starter kit is designed to replace them, while leaving a place for you to easily append your own customizations. -

    -

    -The starter kit is designed to be used with GNU Emacs. Version 24.4 (released October 2014) or later is required. It will not work with Aquamacs without modification. More detailed commentary and documentation is provided inside the kit's .org files. -

    -

    -Installation Instructions (Mac OS X) -

    - -

    Before you Begin

    -

    If you want to use the tools that the starter-kit works with—LaTeX, R, Git, Pandoc, and all the rest—then you will need to install them on your Mac. The ground floor is Apple's own suite of Developer Tools, which allow you to compile software yourself and include things like Git. The most straightforward way to get these tools is to install Xcode. Xcode is what software developers use to write Mac and iOS applications. As such it comes with a bunch of things we are not so interested in, but it makes it easy to install what we do need. It's available for free via the Mac App Store. Once downloaded, launch Xcode, go to Xcode > Preferences > Downloads and install the Command Line Tools for Xcode. At that point you can quit Xcode and never use it again. Alternatively, go to Apple's Developer Site, login with your Apple ID and download the Command Line Tools for Xcode package by itself, without the Xcode application.

    - -

    If you have used Emacs before and already have a .emacs file or .emacs.d directory, back them up and then delete them. See below for details on how to add customizations to the kit.

    - -

    Getting the Starter Kit

    -

    You have two choices. You can download a .zip file of the kit. This will give you a static snapshot of the most recent version. But if you want to keep up with changes to the kit, you should clone the source code using git rather than simply copying a static version of it. You should be using version control on your plain-text documents anyway, so I recommend this second option.

    - -

    -Prerequisites -

    - -

    -0.1 Get Emacs. The starter kit requires Emacs 24.4 (released October 2014). Download Emacs here. Alternatively, if you are comfortable with Homebrew, compile and install it. -

    -

    -0.2 Install a Modern TeX Distribution and the Skim PDF reader. If you are using OS X, download MacTeX here and install it. The kit is set up to use the Skim PDF reader to display PDF files created from .tex files. You can use other readers, but will need to modify the setup in the starter-kit-latex.org file. -

    -

    -0.3 Install R and Pandoc. These are not strictly required for the installation to work, and you can skip this step if you like. But you will probably be using them anyway, if you're not already. If you're doing statistical work you will probably want to use R or Stata. R is free and you can download it here. Pandoc is a very useful utility that lets you convert easily between many different forms of plain-text markup (such as Markdown, HTML, LaTeX, and others). Get Pandoc here. -

    -

    -0.4 Note your user name or the name of your computer. If you don't know either, open the Terminal application and do -

    -
    -$ whoami
    -
    -

    -for your user name and -

    -
    -$ hostname
    -
    -

    -for the system name. You will need to know your login name to activate the final customization file properly. You can use the system name as well (or instead). -

    -

    -Setup -

    -

    -1. If you downloaded a .zip file of the kit, you must uncompress it, move the resulting folder to the top level of your home director and rename it .emacs.d. Assuming the downloaded zip file is in your ~/Downloads folder, open a Terminal window and do this:

    - -
    -$ cd ~/Downloads
    -$ unzip emacs-starter-kit-master.zip
    -$ mv emacs-starter-kit-master ~/.emacs.d
    -
    - -

    Alternatively, if you are using git (the preferred method), then clone the starter kit from github. Open a Terminal window and do this: -

    -
    -$ git clone git://github.com/kjhealy/emacs-starter-kit ~/.emacs.d
    -
    -

    -2. Inside the file kjhealy.org, change the paths to any BibTeX databases as described at the top of that file. -

    -

    -3. Rename the starter kit’s kjhealy.org file to that of %your-username%.org or %your-systemname%.org, based on the information you noted in 0.4 above. This is where you can add in any of your own further customizations to Emacs. -

    -

    -4. Launch Emacs. -

    -

    -When you first start Emacs after installing the starter-kit, it will try to contact several package repositories, so make sure you have an internet connection. The kit will download packages mainly from the official GNU ELPA repository and the MELPA Repo. Each package will be fetched, compiled by Emacs, and stored in the ~/.emacs.d directory. This process is sometimes prone to hiccups as packages are fetched from the servers, so please be patient with it. If it doesn’t get everything first time around, quit and relaunch Emacs, and it will try again. If the problem persists—especially if you get a message saying “The package ‘auctex’ is not available for installation”—you can manually install packages as follows. Open Emacs, do M-x list-packages and in the resulting buffer search or scroll down the list to, e.g. Auctex, mark it for installation by pressing i and then install it (or them) by hitting x. With the packages in place, restart Emacs and the starter kit will finish setting itself up. Unfortunately, I can’t control these intermittent installation errors. They seem to have something to do with the way Emacs talks to the GNU ELPA package server.

    - -

    -

    -5. (Optional.) Once Emacs is up and running, do M-x starter-kit-compile to byte-compile the starter-kit’s files, for slightly faster loading. -

    - -
    -
    -
    -
    - -
    - -
    -
    -
    -

    about

    -
    - -
    -

    I am Lecturer in Theological Ethics at the University of Birmingham.

    -
    -
    -

    Where

    - -
    -
    -

    subscribe

    -

    To receive updates from this site, you can - subscribe to the  RSS feed of all updates to the site in an RSS feed reader

    -

    search

    - -
    - - - - - - - - -
    -
    -
    -
    -
    - - -
    -
    Powered by Hugo and Kube. © Jeremy Kidwell 2017–2017. -
    -
    - diff --git a/public/resources/emacs-starter-kit/index.xml b/public/resources/emacs-starter-kit/index.xml deleted file mode 100644 index a9a40e9..0000000 --- a/public/resources/emacs-starter-kit/index.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - An Emacs Starter Kit for the Social Sciences on jeremykidwell.info - https://jeremykidwell.info/resources/emacs-starter-kit/ - en-us - Jeremy Kidwell - Copyright (c) Jeremy Kidwell. - Mon, 01 Jan 0001 00:00:00 UTC - - - diff --git a/public/resources/github/index.html b/public/resources/github/index.html index b58ff68..842a06d 100644 --- a/public/resources/github/index.html +++ b/public/resources/github/index.html @@ -69,6 +69,8 @@
  • Resources +
  • Presentations +
  • Teaching
  • Blog @@ -86,7 +88,9 @@
    -

    Code on GitHub

    +
    @@ -318,7 +323,7 @@

    about

    - +

    I am Lecturer in Theological Ethics at the University of Birmingham.

    @@ -355,7 +360,7 @@
    -
    Powered by Hugo and Kube. © Jeremy Kidwell 2017–2017. +
    Powered by Hugo and Kube. © Jeremy Kidwell 2003–2017.
    diff --git a/public/resources/index.html b/public/resources/index.html index d1148a5..6d2db53 100644 --- a/public/resources/index.html +++ b/public/resources/index.html @@ -69,6 +69,8 @@
  • Resources +
  • Presentations +
  • Teaching
  • Blog @@ -88,71 +90,12 @@
    -

    Code and Data

    +

    Datasets, Code, etc.

    -

    This page has links to configuration files, templates, and a few other things that might be of use to people who want to write well-formatted social science papers in plain text, with data, figures, and -references.

    +

    On this page I have links provided to data-sets that I've generated as part of my research as well as code and anything else that doesn't quite fit under "publications".

    -
    The Sausage Factory
    - -
    -
    -

    The Plain Person's Guide to Plain Text Social Science

    -

    As a beginning graduate student in the social sciences, what sort of software should you use to do your work? More importantly, what principles should guide your choices? This article offers some answers. The short -version is: you should use tools that give you more control over the process of data analysis and writing. I recommend you write prose and code using a good text editor; analyze quantitative data with R or Stata; minimize -error by storing your work in a simple format (plain text is best), and make a habit of documenting what you've done. For data analysis, consider using a format like Rmarkdown and tools like Knitr to make your work more -easily reproducible for your future self. Use Pandoc to turn your plain-text documents into PDF, HTML, or Word files to share with others. Keep your projects in a version control system. Back everything up regularly. Make -your computer work for you by automating as many of these steps as you can. To help you get started, I briefly discuss a drop-in set of useful defaults to get started with Emacs (a powerful, free text-editor). I share -some templates and style files that can get you quickly from plain text to various output formats. And I point to several alternatives, because no humane person should recommend Emacs without presenting some other options -as well. There is a sample github repository that contains the .md source file the PDF is created from. This material is also available as a website at http://plain-text.co.

    - - -

    An Emacs Starter Kit for the Social Sciences

    -

    This is a fork of Eric Schulte's Emacs Starter Kit (itself an offshoot of Phil Hagelberg's -original) with additional tools included for social scientists, mostly related to writing books or papers in LaTeX and analyzing quantitative data using ESS and R. The goal is to provide a drop-in configuration for Emacs that makes it easier to use right from the get-go. If you know about Git, you can clone the repository.

    - -

    Data Visualization Course Notes

    -

    Notes, links, and code from a Data Visualization short-course I taught in the Fall of 2015. The course is focused on the practical presentation of real data, mostly using R's `ggplot2` library. We also read some -material on principles of data visualization, in order to help develop a good working sense of why some graphs and figures work well while others either fail to inform or actively mislead. -

    - -
    - -
    -

    LaTeX Templates and Styles

    -

    A collection of LaTeX style files, templates, and org-mode documents providing some nice layouts for typesetting articles using pdfLaTeX or XeLaTeX. They make a pipeline that lets you begin with an -.org file in Emacs (as set up in the Starter Kit), and go from there to a nice, fully-processed PDF in one step. Or the pieces can be used separately -to set up a .tex file with a nice Article layout.

    - -

    Pandoc Templates

    -

    Some Pandoc templates meant to go in ~/.pandoc/templates. Point to them directly with the --template or --css switches as appropriate, and use them with what's provided in latex-custom-kjh. Includes a shell script for setting pandoc up to work with the Marked app, a handy HTML live -previewer for .md files. -

    - - -

    So You Like My Vita

    -

    Every few months I get an email asking to see the LaTeX markup that I use to generate my Curriculum Vitae. So, here it is. Feel free to adapt it yourself. If you make stylistic modifications, I encourage you to fork the project on GitHub and make them available to others in the same way.

    - -

    So You Like My Website

    -

    This site is produced using Hugo, a very fast static site generator, which you can read more about here. I've written about my own experience setting it up, too. The design is borrowed mostly from Greg Restall. If you want to look -under the bonnet, the entire site is on GitHub. Feel free to adapt it yourself. If you make stylistic modifications, I encourage you -to fork the project on GitHub and make them available to others in the same way. You should also change the Google Analytics information in the footer partial, or I will receive analytics information about your site.

    - - -

    All GitHub Projects

    -

    Here is a full list of the various public code and data repositories that I have put on GitHub. They range from the configuration and templating tools listed above to data -visualization exercises and other bits of data analysis, mostly written in R. -

    -
    -
  • -
    -
    +

    All GitHub Projects

    +

    Here is a full list of the various public code and data repositories that I have put on GitHub.

    @@ -166,7 +109,7 @@ visualization exercises and other bits of data analysis, mostly written in R.

    about

    - +

    I am Lecturer in Theological Ethics at the University of Birmingham.

    @@ -203,7 +146,7 @@ visualization exercises and other bits of data analysis, mostly written in R.
    -
    Powered by Hugo and Kube. © Jeremy Kidwell 2017–2017. +
    Powered by Hugo and Kube. © Jeremy Kidwell 2003–2017.
    diff --git a/public/sitemap.xml b/public/sitemap.xml index 7367c33..71b8130 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -12,6 +12,81 @@ 2017-09-25T00:00:00+11:00 + + https://jeremykidwell.info/presentations/british_library-labs/ + 2017-05-10T15:00:00+01:00 + + + + https://jeremykidwell.info/publications/mapping_environmental_action/ + 2017-02-24T00:00:00+00:00 + + + + https://jeremykidwell.info/presentations/sca_mapping_community/ + 2017-01-20T15:00:00+01:00 + + + + https://jeremykidwell.info/publications/craft_book/ + 2016-09-01T00:00:00+00:00 + + + + https://jeremykidwell.info/publications/media_world_christianity/ + 2016-05-20T00:00:00+00:00 + + + + https://jeremykidwell.info/publications/hybrid_encounters/ + 2016-03-01T00:00:00+00:00 + + + + https://jeremykidwell.info/blog/archives/2016/02/08/friday-poem/ + 2016-02-08T00:00:00+00:00 + + + + https://jeremykidwell.info/publications/time_for_business/ + 2016-01-20T00:00:00+00:00 + + + + https://jeremykidwell.info/publications/econ_book/ + 2015-06-01T00:00:00+00:00 + + + + https://jeremykidwell.info/publications/chrysostom-radical-realist/ + 2015-06-01T00:00:00+00:00 + + + + https://jeremykidwell.info/blog/archives/2014/09/30/climate_march/ + 2014-09-30T00:00:00+00:00 + + + + https://jeremykidwell.info/blog/archives/2014/09/06/surprising_turn/ + 2014-09-06T00:00:00+00:00 + + + + https://jeremykidwell.info/blog/archives/2014/05/20/on_dying/ + 2014-05-20T00:00:00+00:00 + + + + https://jeremykidwell.info/publications/righteousness_industrialism/ + 2011-06-01T00:00:00+00:00 + + + + https://jeremykidwell.info/publications/tolkein_dwarves_and_scientists/ + 2009-06-01T00:00:00+00:00 + + https://jeremykidwell.info/403/ @@ -30,10 +105,6 @@ 0 - - https://jeremykidwell.info/resources/emacs-starter-kit/ - - https://jeremykidwell.info/archive/ 0 @@ -43,6 +114,12 @@ https://jeremykidwell.info/blog/archives.html + + https://jeremykidwell.info/blog/ + 2016-02-08T00:00:00+00:00 + 0 + + https://jeremykidwell.info/categories/ 0 @@ -52,10 +129,40 @@ https://jeremykidwell.info/resources/github/ + + https://jeremykidwell.info/categories/poems/ + 2016-02-08T00:00:00+00:00 + 0 + + + + https://jeremykidwell.info/presentations/ + 2017-05-10T15:00:00+01:00 + 0 + + + + https://jeremykidwell.info/publications/ + 2017-02-24T00:00:00+00:00 + 0 + + + + https://jeremykidwell.info/categories/quotes/ + 2014-09-06T00:00:00+00:00 + 0 + + https://jeremykidwell.info/resources/ + + https://jeremykidwell.info/categories/speeches/ + 2014-09-30T00:00:00+00:00 + 0 + + https://jeremykidwell.info/teaching/ 2017-09-25T00:00:00+11:00 diff --git a/public/teaching/index.html b/public/teaching/index.html index 634ef85..b9b184e 100644 --- a/public/teaching/index.html +++ b/public/teaching/index.html @@ -69,6 +69,8 @@
  • Resources +
  • Presentations +
  • Teaching
  • Blog @@ -114,7 +116,7 @@ Syllabus (PDF)

  • -

    Some of the classes I have offered in recent years, including pointers to upcoming courses and other resources, when they are available. Classes are listed once but are typically taught more frequently than that.

    +

    This list include courses that I've taught recently along with my teaching for the upcoming year. You'll find syllabi and resources if they're avialbale.

    @@ -128,7 +130,7 @@ Syllabus (PDF)

    about

    - +

    I am Lecturer in Theological Ethics at the University of Birmingham.

    @@ -165,7 +167,7 @@ Syllabus (PDF)

    diff --git a/public/teaching/index.xml b/public/teaching/index.xml index 5acd15d..898054c 100644 --- a/public/teaching/index.xml +++ b/public/teaching/index.xml @@ -18,7 +18,7 @@ <p></p> -<h4 id="syllabus-pdf-http-www-kieranhealy-org-files-teaching-gradtheory-pdf"><a href="http://www.kieranhealy.org/files/teaching/gradtheory.pdf">Syllabus (PDF)</a></h4> +<h4 id="syllabus-pdf-http-jeremykidwell-info-files-teaching-public-sphere-pdf"><a href="http://jeremykidwell.info/files/teaching/public_sphere.pdf">Syllabus (PDF)</a></h4> @@ -31,7 +31,7 @@ <p>Description</p> -<h4 id="syllabus-pdf-http-kieranhealy-org-files-teaching-taboo-markets-pdf"><a href="http://kieranhealy.org/files/teaching/taboo-markets.pdf">Syllabus (PDF)</a></h4> +<h4 id="syllabus-pdf-http-jeremykidwell-info-files-teaching-theological-ethics-2017-pdf"><a href="http://jeremykidwell.info/files/teaching/theological_ethics_2017.pdf">Syllabus (PDF)</a></h4> diff --git a/public/teaching/religion_public_sphere/index.html b/public/teaching/religion_public_sphere/index.html index 1ca62b7..30869da 100644 --- a/public/teaching/religion_public_sphere/index.html +++ b/public/teaching/religion_public_sphere/index.html @@ -69,6 +69,8 @@
  • Resources +
  • Presentations +
  • Teaching
  • Blog @@ -91,7 +93,7 @@

    -

    Syllabus (PDF)

    +

    Syllabus (PDF)

    @@ -103,7 +105,7 @@

    about

    - +

    I am Lecturer in Theological Ethics at the University of Birmingham.

    diff --git a/public/teaching/theological_ethics/index.html b/public/teaching/theological_ethics/index.html index 944bdef..bffccd0 100644 --- a/public/teaching/theological_ethics/index.html +++ b/public/teaching/theological_ethics/index.html @@ -69,6 +69,8 @@
  • Resources +
  • Presentations +
  • Teaching
  • Blog @@ -91,7 +93,7 @@

    Description

    -

    Syllabus (PDF)

    +

    Syllabus (PDF)

    @@ -104,7 +106,7 @@

    about

    - +

    I am Lecturer in Theological Ethics at the University of Birmingham.