Link to sessions
diff --git a/index.md b/index.md
index ebef547..97ed956 100644
--- a/index.md
+++ b/index.md
@@ -23,3 +23,16 @@
   git push origin HEAD:refs/for/master
 ```
 
+Pending proposals are [available in Gerrit][open].
+
+[open]: https://gerrit-review.googlesource.com/#/q/is:open+project:summit/2016
+
+## Selected Sessions
+
+| Title | Presenter |
+|-------|-----------|
+| [Gerrit Analytics](sessions/gerrit-analytics.md) | Luca Milanesio, GerritForge |
+| [Keep the conversation flowing](keep-the-converstion-flowing.md) | Khai Do, OpenStack |
+| [Zero-downtime Gerrit upgrades](zero-downtime-upgrade.md) | Luca Milanesio,GerritForge |
+| [What's New in 2.12](new-in-2.12.md) | David Pursehouse, CollabNet |
+
diff --git a/sessions/keep-the-converstion-flowing.md b/sessions/keep-the-converstion-flowing.md
index f1163b9..fed0c07 100644
--- a/sessions/keep-the-converstion-flowing.md
+++ b/sessions/keep-the-converstion-flowing.md
@@ -1,4 +1,4 @@
-Keep the conversation flowing
+# Keep the conversation flowing
 
 A typical Gerrit installation contains integration with an automated
 testing system that evaluates patchsets and reports results to Gerrit.
@@ -29,3 +29,4 @@
 how we plan to use it, and how it can help you keep the conversation
 flowing.
 
+*Khai Do, OpenStack*