From aa6b7500bcf2bd958b05ae846eeff5e1b7a9ef63 Mon Sep 17 00:00:00 2001
From: Josh Borrow <joshua.borrow@durham.ac.uk>
Date: Fri, 25 Aug 2017 16:33:18 +0100
Subject: [PATCH] added preliminary roles for people. Need @mschaller to fix
 this up.

---
 data/contact.yaml | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/data/contact.yaml b/data/contact.yaml
index cf869a0..8aa36ca 100644
--- a/data/contact.yaml
+++ b/data/contact.yaml
@@ -1,40 +1,51 @@
 people: [
   {
     name: Dr. Matthieu Schaller,
+    role: Project PI (Astro),
   },
   {
     name: Dr. Pedro Gonnet,
-    role: ROLE,
+    role: Project PI (CompSci),
   },
   {
-    name: Mr. Aidan Chalk,
+    name: Dr. Aidan Chalk,
+    role: Computer Scientist,
   },
   {
     name: Mr. James S. Willis,
+    role: Computer Scientist,
   },
   {
     name: Dr. Peter Draper,
+    role: Computer Scientist,
   },
   {
     name: Pr. Richard G. Bower,
+    role: Astronomer,
   },
   {
     name: Dr. Bert Vandenbroucke,
-  }
+    role: Code Developer,
+  },
   {
     name: Mr. Stefan Arridge,
+    role: PhD Student,
   },
   {
     name: Mr. Joshua Borrow,
+    role: PhD Student,
   },
   {
     name: Pr. Tom Theuns,
+    role: Astronomer,
   },
   {
     name: Dr. Yves Revaz,
+    role: Astronomer,
   },
   {
     name: Mr. Loic Hausammann,
+    role: Astronomer,
   },
   {
     name: Mr. Angus Lepper,
-- 
GitLab