jeremykidwell.info/layouts/section/publications.html

129 lines
5.9 KiB
HTML
Executable File
Raw Permalink 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>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></p>
</div>
</div>
</div>
<div class="wrapper">
<!--start column 1-->
<div class="units-row">
<!--first pane-->
<div class="unit-50">
<h2>Books</h2>
{{ 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 }}
<!-- second pane-->
<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>
<!--start column 2-->
<div class="unit-50">
<!--first pane-->
<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 }}
<!--second pane-->
<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>
</div>
</div>
<hr class="separator">
{{ partial "whatisthis.html" . }}
{{ partial "foot.html" . }}
</body>
</html>