added events for 2017

This commit is contained in:
Jeremy Kidwell 2017-11-29 13:43:55 +00:00
parent e30ca9720d
commit fdfb1eb10b
4 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
--- ---
title: "Employability Forum for Academic Partners" title: "Employability Forum for Academic Partners"
date: "2017-09-13T11:30:00+00:00" date: 2017-09-13T11:30:00+00:00
host: "University of Birmingham" host: "University of Birmingham"
duration: 7776000 duration: 7776000
--- ---

View file

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

View file

@ -1,7 +1,7 @@
--- ---
title: "Session on Christianity and the Common Good" title: "Session on Christianity and the Common Good"
date: "2017-07-14T11:30:00+00:00" date: 2017-07-14T11:30:00+00:00
enddate: "2017-07-14T13:00:00+00:00" enddate: 2017-07-14T13:00:00+00:00
host: "Ripon College Cuddesdon, Oxford" host: "Ripon College Cuddesdon, Oxford"
duration: 7776000 duration: 7776000
--- ---

View file

@ -68,9 +68,9 @@
{{ range first 5 (where .Data.Pages.ByDate "Section" "publications").Reverse }} {{ range first 5 (where .Data.Pages.ByDate "Section" "publications").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 "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> <a href="{{ .Permalink }}" class="badge badge-small">Abstract</a>
{{ end }}
{{ 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 }} {{ 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> </li>
{{ end }}
</ul> </ul>
<footer class="group"> <footer class="group">
<nav class="navbar navbar-right"><a href="/publications">&rarr; More Papers</a></nav> <nav class="navbar navbar-right"><a href="/publications">&rarr; More Papers</a></nav>
@ -80,12 +80,12 @@
<h3>Recent &amp; Upcoming Presentations</h3> <h3>Recent &amp; Upcoming Presentations</h3>
<ul class="compact fa-ul"> <ul class="compact fa-ul">
{{ range (where .Data.Pages.ByDate "Section" "presentations").Reverse }} {{ range (where .Data.Pages.ByDate "Section" "presentations").Reverse }}
{{ if (ge .Date.Unix .Now.Unix) }} {{ if (ge .Date.Unix .Now.Unix) }}
{{ if (le .Date.Unix (add .Now.Unix 10368000)) }} {{ if (le .Date.Unix (add .Now.Unix 10368000)) }}
<li><i class="fa-li fa fa-comment-o fa-fw" style="color:#b00;font-size:80%;padding-top:6px;"></i><a href="{{ .Permalink }}"><em>{{ .Title | safeHTML }}</em></a>, {{ .Params.host | safeHTML }} ({{ .Date.Format "2 January 2006" }}). {{ partial "comingsoon.html" . }} <li><i class="fa-li fa fa-comment-o fa-fw" style="color:#b00;font-size:80%;padding-top:6px;"></i><a href="{{ .Permalink }}"><em>{{ .Title | safeHTML }}</em></a>, {{ .Params.host | safeHTML }} ({{ .Date.Format "2 January 2006" }}). {{ partial "comingsoon.html" . }}
</li> </li>
{{ end }} {{ end }}
{{ end }} {{ end }}
{{ if (ge .Now.Unix .Date.Unix ) }} {{ if (ge .Now.Unix .Date.Unix ) }}
{{ if (le .Now.Unix (add .Date.Unix 12368000)) }} {{ if (le .Now.Unix (add .Date.Unix 12368000)) }}
<li><i class="fa-li fa fa-comment-o fa-fw" style="color:#e88;font-size:80%;padding-top:6px;"></i><a href="{{ .Permalink }}"><em>{{ .Title | safeHTML }}</em></a>, {{ .Params.host | safeHTML }} ({{ .Date.Format "2 January 2006" }}). <li><i class="fa-li fa fa-comment-o fa-fw" style="color:#e88;font-size:80%;padding-top:6px;"></i><a href="{{ .Permalink }}"><em>{{ .Title | safeHTML }}</em></a>, {{ .Params.host | safeHTML }} ({{ .Date.Format "2 January 2006" }}).