2015-04-10 22:21:29 +00:00
|
|
|
|
---
|
|
|
|
|
layout: default
|
|
|
|
|
title: Talks
|
2015-04-11 07:27:27 +00:00
|
|
|
|
meta:
|
2015-07-16 00:31:50 +00:00
|
|
|
|
description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups'
|
2015-08-25 11:23:40 +00:00
|
|
|
|
talks:
|
2015-08-25 14:13:05 +00:00
|
|
|
|
- { date: 2012-09-05, location: Unified Diff, location_link: http://unifieddiff.co.uk, title: "So, What's This Drupal Thing?", title_link: https://vimeo.com/49827006 }
|
2015-08-25 12:09:41 +00:00
|
|
|
|
- { date: 2013-07-10, location: SWDUG (South Wales Drupal user group), title: Drupal and the LDAP Module }
|
2015-08-25 14:13:05 +00:00
|
|
|
|
- { date: 2014-03-01, location: DrupalCamp London, location_link: http://drupalcamplondon.co.uk, title: "Never Commit to Master: An Introduction to Git Flow", title_link: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow }
|
2015-08-25 12:09:41 +00:00
|
|
|
|
- { date: 2014-07-02, location: Drupal Bristol user group, title: drush make drupalbristol, title_link: https://speakerdeck.com/opdavies/drush-make-drupalbristol }
|
2015-08-25 11:58:00 +00:00
|
|
|
|
- { date: 2014-08-19, location: SWDUG, title: About the Drupal Association }
|
2015-08-25 14:13:05 +00:00
|
|
|
|
- { date: 2015-01-18, location: DrupalCamp Brighton, location_link: http://www.drupalcampbrighton.co.uk, title: "Drupal.org in 2015: What's Coming Next" }
|
2015-08-25 11:58:00 +00:00
|
|
|
|
- { date: 2015-02-28, location: DrupalCamp London, title: "Drupal.org in 2015: What's Coming Next" }
|
2015-08-25 14:13:05 +00:00
|
|
|
|
- { date: 2015-04-08, location: PHPSW, location_link: http://phpsw.uk, title: Drupal 8, title_suffix: (lightning talk), title_link: https://joind.in/talk/view/14380 }
|
|
|
|
|
- { date: 2015-07-25, location: DrupalCamp North, location_link: http://drupalcampnorth.org, title: Test Drive Twig with Sculpin, title_link: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin }
|
2015-08-25 21:56:49 +00:00
|
|
|
|
- { date: 2015-08-25, location: umBristol, location_suffix: (Umbraco Bristol user group), location_link: http://umbristol.co.uk, title: Dancing for Drupal, title_suffix: (CMS Dance-Off), title_link: https://speakerdeck.com/opdavies/umbristol-dancing-for-drupal }
|
2015-08-25 14:13:05 +00:00
|
|
|
|
- { date: 2015-11-01, location: Accessible Bristol, location_link: http://www.accessiblebristol.org.uk, title: Accessible Drupal, fuzzy_date: true }
|
2015-08-25 11:23:40 +00:00
|
|
|
|
- { date: 2015-11-01, location: Unified Diff, title: Building Static Websites with Sculpin, fuzzy_date: true }
|
2015-04-11 07:27:27 +00:00
|
|
|
|
---
|
2015-07-09 12:52:59 +00:00
|
|
|
|
{% block body_classes 'page--talks page--talks__list' %}
|
2015-06-18 16:50:37 +00:00
|
|
|
|
|
|
|
|
|
{% block content %}
|
2015-07-15 22:45:52 +00:00
|
|
|
|
<h1>Talks</h1>
|
2015-07-20 20:25:44 +00:00
|
|
|
|
|
2015-08-09 23:20:24 +00:00
|
|
|
|
<p>I regularly speak at conferences and user groups about a range of subjects including Drupal, Sculpin and Git. If
|
|
|
|
|
you would like to me to speak at your group or conference, please <a href="/contact/">get in touch</a>.</p>
|
2015-04-11 07:27:27 +00:00
|
|
|
|
|
2015-08-09 23:20:24 +00:00
|
|
|
|
<p>There is also information about events that I’ve attended and spoken at on my
|
|
|
|
|
<a href="{{ site.lanyrd.url }}">Lanyrd</a> and <a href="{{ site.joindin.url }}">Joind.in</a> profiles.</p>
|
2015-07-20 20:25:44 +00:00
|
|
|
|
|
2015-08-25 11:58:34 +00:00
|
|
|
|
{% set now = 'today'|date('U') %}
|
2015-08-25 11:23:40 +00:00
|
|
|
|
{% set talks = page.talks %}
|
2015-04-18 00:30:43 +00:00
|
|
|
|
|
2015-07-15 22:45:52 +00:00
|
|
|
|
{% set found = false %}
|
2015-07-15 22:59:17 +00:00
|
|
|
|
{% set year = '0' %}
|
2015-07-16 00:00:43 +00:00
|
|
|
|
{% set new_year = false %}
|
2015-07-15 23:50:12 +00:00
|
|
|
|
|
2015-08-13 20:43:57 +00:00
|
|
|
|
{% for talk in talks if talk.date >= now %}
|
2015-07-15 22:45:52 +00:00
|
|
|
|
{% if loop.first %}
|
|
|
|
|
<h2>Upcoming Talks</h2>
|
|
|
|
|
{% endif %}
|
2015-04-11 07:51:43 +00:00
|
|
|
|
|
2015-07-15 22:59:17 +00:00
|
|
|
|
{% set this_year %}{{ talk.date|date('Y') }}{% endset %}
|
2015-07-16 00:00:43 +00:00
|
|
|
|
|
2015-07-15 22:59:17 +00:00
|
|
|
|
{% if this_year != year %}
|
2015-07-16 00:00:43 +00:00
|
|
|
|
{% if new_year %}
|
|
|
|
|
{# Close the list for the previous year. #}
|
|
|
|
|
</ul>
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
2015-07-15 23:50:12 +00:00
|
|
|
|
{% set found = true %}
|
|
|
|
|
|
2015-07-15 22:59:17 +00:00
|
|
|
|
{% set year = this_year %}
|
2015-07-15 23:50:12 +00:00
|
|
|
|
<h3>{{ this_year }}</h3>
|
|
|
|
|
<ul>
|
2015-07-16 00:00:43 +00:00
|
|
|
|
{% else %}
|
|
|
|
|
{% set new_year = true %}
|
2015-07-15 22:59:17 +00:00
|
|
|
|
{% endif %}
|
|
|
|
|
|
2015-08-09 00:37:25 +00:00
|
|
|
|
{% include 'talk_listing_item' %}
|
2015-07-15 22:45:52 +00:00
|
|
|
|
{% endfor %}
|
2015-07-16 00:00:43 +00:00
|
|
|
|
|
|
|
|
|
{% if found %}
|
|
|
|
|
</ul>
|
|
|
|
|
{% endif %}
|
2015-04-11 07:27:27 +00:00
|
|
|
|
|
2015-07-15 22:45:52 +00:00
|
|
|
|
{% set found = false %}
|
2015-07-15 23:28:04 +00:00
|
|
|
|
{% set year = '0' %}
|
2015-07-15 23:50:12 +00:00
|
|
|
|
{% set new_year = false %}
|
|
|
|
|
|
2015-08-09 21:22:47 +00:00
|
|
|
|
{% for talk in talks|reverse if talk.date < now %}
|
2015-07-15 22:45:52 +00:00
|
|
|
|
{% if loop.first %}
|
|
|
|
|
<h2>Previous Talks</h2>
|
|
|
|
|
{% endif %}
|
2015-04-11 08:44:55 +00:00
|
|
|
|
|
2015-07-15 23:01:48 +00:00
|
|
|
|
{% set this_year %}{{ talk.date|date('Y') }}{% endset %}
|
2015-07-15 23:50:12 +00:00
|
|
|
|
|
2015-07-15 22:59:17 +00:00
|
|
|
|
{% if this_year != year %}
|
2015-07-15 23:50:12 +00:00
|
|
|
|
{% if new_year %}
|
|
|
|
|
{# Close the list for the previous year. #}
|
|
|
|
|
</ul>
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
2015-07-15 22:59:17 +00:00
|
|
|
|
{% set year = this_year %}
|
2015-07-15 23:50:12 +00:00
|
|
|
|
{% set found = true %}
|
|
|
|
|
|
|
|
|
|
<h3>{{ this_year }}</h3>
|
|
|
|
|
<ul>
|
|
|
|
|
{% else %}
|
|
|
|
|
{% set new_year = true %}
|
2015-07-15 22:59:17 +00:00
|
|
|
|
{% endif %}
|
2015-07-15 23:01:48 +00:00
|
|
|
|
|
2015-08-09 00:37:25 +00:00
|
|
|
|
{% include 'talk_listing_item' %}
|
2015-07-15 22:45:52 +00:00
|
|
|
|
{% endfor %}
|
2015-07-16 00:00:43 +00:00
|
|
|
|
|
|
|
|
|
{% if found %}
|
|
|
|
|
</ul>
|
|
|
|
|
{% endif %}
|
2015-06-18 16:50:37 +00:00
|
|
|
|
{% endblock %}
|