adding files, fixed github pull
This commit is contained in:
parent
131ce4af86
commit
ea8198b941
15 changed files with 176 additions and 73 deletions
|
@ -16,37 +16,18 @@
|
|||
<!--
|
||||
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> 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&returnCode=ROUTER.Success&queryString=KG0UuZjN5WlbNDYeE9y49ATJE2s0IZA50huUpkBB99I%253D&SrcApp=CR&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> pdf</a>
|
||||
{{ end }}
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
<h2>Articles and Book Chapters</h2>
|
||||
{{ range (where .Data.Pages "Type" "published").GroupByDate "2006" "desc" }}
|
||||
-->
|
||||
<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&returnCode=ROUTER.Success&queryString=KG0UuZjN5WlbNDYeE9y49ATJE2s0IZA50huUpkBB99I%253D&SrcApp=CR&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>
|
||||
|
@ -54,7 +35,7 @@
|
|||
<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 }}
|
||||
<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> pdf</a>
|
||||
|
@ -62,16 +43,12 @@
|
|||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</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" }}
|
||||
<!-- 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>
|
||||
|
@ -79,7 +56,7 @@
|
|||
<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 }}
|
||||
<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> pdf</a>
|
||||
|
@ -87,11 +64,16 @@
|
|||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
<h2>Essays and Reviews</h2>
|
||||
{{ range (where .Data.Pages "Type" "other").GroupByDate "2006" "desc" }}
|
||||
</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>
|
||||
|
@ -99,7 +81,7 @@
|
|||
<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 }}
|
||||
<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> pdf</a>
|
||||
|
@ -107,7 +89,28 @@
|
|||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</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> pdf</a>
|
||||
{{ end }}
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue