jeremykidwell.info/layouts/section/publications.html
2017-06-27 16:46:06 +01:00

126 lines
6 KiB
HTML
Executable file
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{ partial "header.html" . }}
<body lang="en" itemscope itemtype="http://schema.org/Article">
<div id="topbar">
<div class="wrapper">
<header>
{{ template "partials/sidebar.html" . }}
{{ $baseurl := .Site.BaseURL }}
</header>
</div>
</div>
<div class="wrapper">
<div class="units-row">
<div lass="unit-100">
<!--
Need to fix lines to include Kidwell vita eventually
<p><a href="/vita.pdf"><em>Curriculum Vitae</em></a><a href="/vita.pdf" class="badge badge-small"><i class="fa fa-file-pdf-o"></i>&nbsp;&nbsp;pdf</a></p>
-->
<p>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 <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></p>
</div>
</div>
</div>
<div class="wrapper">
<div class="units-row">
<!--start column 1-->
<div class="unit-50">
<h2>Working Papers</h2>
{{ range (where .Data.Pages "Type" "unpublished").GroupByDate "2006" "desc" }}
<div class="units-row">
<div class="unit-10">
<h3>{{ .Key }}</h3>
</div>
<div class="unit-90">
<ul class="compact fa-ul">
{{ range .Pages.ByDate.Reverse }}
<li><i class="fa-li fa fa-file-o fa-fw" style="color:#03396c;font-size:80%;padding-top:6px;"></i> {{ .Params.citation | safeHTML }}
<a href="{{ .Permalink }}" class="badge badge-small">Abstract</a>
{{ if isset .Params "file" }}
<a href="{{.Site.BaseURL}}files/papers/{{ .Params.file }}" class="badge badge-small"><i class="fa fa-file-pdf-o"></i>&nbsp;pdf</a>
{{ end }}
</li>
{{ end }}
</ul>
</div>
</div>
{{ end }}
<h2>Articles and Book Chapters</h2>
{{ range (where .Data.Pages "Type" "published").GroupByDate "2006" "desc" }}
<div class="units-row">
<div class="unit-10">
<h3>{{ .Key }}</h3>
</div>
<div class="unit-90">
<ul class="compact fa-ul">
{{ range .Pages.ByDate.Reverse }}
<li><i class="fa-li fa {{ if eq .Type "unpublished" }}fa-file-o {{ else if eq .Params.kind "book" }}fa-book {{ else }}fa-file {{ end }} fa-fw" style="color:#03396c;font-size:80%;padding-top:6px;"></i> {{ .Params.citation | safeHTML }}
<a href="{{ .Permalink }}" class="badge badge-small">Abstract</a>
{{ if isset .Params "file" }}
<a href="{{.Site.BaseURL}}files/papers/{{ .Params.file }}" class="badge badge-small"><i class="fa fa-file-pdf-o"></i>&nbsp;pdf</a>
{{ end }}
</li>
{{ end }}
</ul>
</div>
</div>
{{ end }}
</div>
<!--start column 2-->
<div class="unit-50">
<h2>Books</h2>
<!-- Column of even-numbered items -->
{{ range (where .Data.Pages "Type" "monograph").GroupByDate "2006" "desc" }}
<div class="units-row">
<div class="unit-10">
<h3>{{ .Key }}</h3>
</div>
<div class="unit-90">
<ul class="compact fa-ul">
{{ range .Pages.ByDate.Reverse }}
<li><i class="fa-li fa {{ if eq .Type "monograph" }}fa-file-o {{ else if eq .Params.kind "book" }}fa-book {{ else }}fa-file {{ end }} fa-fw" style="color:#03396c;font-size:80%;padding-top:6px;"></i> {{ .Params.citation | safeHTML }}
<a href="{{ .Permalink }}" class="badge badge-small">Abstract</a>
{{ if isset .Params "file" }}
<a href="{{.Site.BaseURL}}files/papers/{{ .Params.file }}" class="badge badge-small"><i class="fa fa-file-pdf-o"></i>&nbsp;pdf</a>
{{ end }}
</li>
{{ end }}
</ul>
</div>
</div>
{{ end }}
<h2>Essays and Reviews</h2>
{{ range (where .Data.Pages "Type" "other").GroupByDate "2006" "desc" }}
<div class="units-row">
<div class="unit-10">
<h3>{{ .Key }}</h3>
</div>
<div class="unit-90">
<ul class="compact fa-ul">
{{ range .Pages.ByDate.Reverse }}
<li><i class="fa-li fa {{ if eq .Type "unpublished" }}fa-file-o {{ else if eq .Params.kind "book" }}fa-book {{ else }}fa-file {{ end }} fa-fw" style="color:#03396c;font-size:80%;padding-top:6px;"></i> {{ .Params.citation | safeHTML }}
<a href="{{ .Permalink }}" class="badge badge-small">Abstract</a>
{{ if isset .Params "file" }}
<a href="{{.Site.BaseURL}}files/papers/{{ .Params.file }}" class="badge badge-small"><i class="fa fa-file-pdf-o"></i>&nbsp;pdf</a>
{{ end }}
</li>
{{ end }}
</ul>
</div>
</div>
{{ end }}
</div>
</div>
</div>
<hr class="separator">
{{ partial "whatisthis.html" . }}
{{ partial "foot.html" . }}
</body>
</html>