Merge "Add Gertty presentation"
diff --git a/schedule-europe.md b/schedule-europe.md
index 590d06c..4067253 100644
--- a/schedule-europe.md
+++ b/schedule-europe.md
@@ -43,7 +43,7 @@
 | 11:45 | Break                                                                                        |
 | 12:00 | [Community Retrospective - Part 2](sessions/community-retrospective.md)                      |
 | 12:45 | Lunch & Networking                                                                           |
-| 14:00 | Gertty, console-based interface to the Gerrit Code Review system                             |
+| 14:00 | [Gertty, console-based interface to the Gerrit Code Review system](sessions/gertty.md)       |
 | 14:45 | End-to-End Git/Gerrit testing with Gatling                                                   |
 | 15:30 | [Dependency Visualization with Gerrit](sessions/dependency-visualization.md)                 |
 | 16:00 | Break & Networking                                                                           |
diff --git a/sessions/gertty.md b/sessions/gertty.md
new file mode 100644
index 0000000..2f0da22
--- /dev/null
+++ b/sessions/gertty.md
@@ -0,0 +1,27 @@
+# Gertty, console-based interface to the Gerrit Code Review system
+
+Gertty is a console-based interface to the Gerrit Code Review system.
+
+As compared to the web interface, the main advantages are:
+
+* Workflow -- the interface is designed to support a workflow similar
+  to reading network news or mail. In particular, it is designed to
+  deal with a large number of review requests across a large number of
+  projects.
+
+* Offline Use -- Gertty syncs information about changes in subscribed
+  projects to a local database and local git repos. All review
+  operations are performed against that database and then synced back
+  to Gerrit.
+
+* Speed -- user actions modify locally cached content and need not
+  wait for server interaction.
+
+* Convenience -- because Gertty downloads all changes to local git
+  repos, a single command instructs it to checkout a change into that
+  repo for detailed examination or testing of larger changes.
+
+This presentation will provide an overview and demonstration of
+Gertty, as well as some discussion about Gerrit's excellent REST API.
+
+*[James E. Blair, Red Hat](../speakers.md#corvus)*
diff --git a/speakers.md b/speakers.md
index 6b4697a..1025cc0 100644
--- a/speakers.md
+++ b/speakers.md
@@ -74,4 +74,14 @@
 security easier to get right for everyone.
 Since 2015, he is one of the maintainers of the open-source ALM software
 [Tuleap](https://www.tuleap.org/) which gives him the chance to work daily
-with Gerrit.
\ No newline at end of file
+with Gerrit.
+
+
+### James E. Blair - Red Hat {#corvus}
+
+James is a core member of the OpenStack project infrastructure team
+and a maintainer of the Zuul project gating system. As a sysadmin and
+hacker he gets to write elegant code and then try to make it work in
+the real world. He has been active in free software for quite some
+time, and has previously worked for UC Berkeley and the Free Software
+Foundation.