From 94970ed7da2ac021882c27dbd7e873651e7536a3 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Mon, 25 Sep 2017 21:43:08 +0100
Subject: [PATCH] Updated contact list with more detailed information

---
 data/contact.yaml | 35 +++++++++++++++++++++++++++--------
 1 file changed, 27 insertions(+), 8 deletions(-)

diff --git a/data/contact.yaml b/data/contact.yaml
index 2429229..1d65a9f 100644
--- a/data/contact.yaml
+++ b/data/contact.yaml
@@ -2,57 +2,76 @@ people: [
   {
     name: Dr. Matthieu Schaller,
     role: Project PI (Astro),
+    affil: "ICC, Durham University",
+    href: "icc.dur.ac.uk/~jlvc76"
   },
   {
     name: Dr. Pedro Gonnet,
     role: Project PI (CompSci),
+    affil: "School of Engineering & Computer Science, Durham University"
   },
   {
     name: Dr. Aidan Chalk,
-    role: Computer Scientist,
+    role: Developper (Parallelization, GPU),
+    affil: "STFC Daresbury Laboratory, Warrington"
   },
   {
     name: Mr. James S. Willis,
-    role: Computer Scientist,
+    role: Developper (Vectorization, MPI)
+    affil: "ICC, Durham University",
   },
   {
     name: Dr. Peter Draper,
-    role: Computer Scientist,
+    role: Developper (Parallelization, MPI, domain decomposition)
+    affil: "ICC, Durham University",
   },
   {
     name: Pr. Richard G. Bower,
     role: Astronomer,
+    affil: "ICC, Durham University",
+    href: "http://community.dur.ac.uk/r.g.bower/"
   },
   {
     name: Dr. Bert Vandenbroucke,
-    role: Code Developer,
+    role: Developper (Astrophysics, Hydrodynamics)
+    affil: "School of Physics & Astronomy, Univeristy of St Andrews"
+    href: "http://www-star.st-and.ac.uk/~bv7/"
   },
   {
     name: Mr. Stefan Arridge,
-    role: PhD Student,
+    role: PhD Student (astronomy),
+    affil: "ICC, Durham University",
   },
   {
     name: Mr. Joshua Borrow,
-    role: PhD Student,
+    role: PhD Student (astronomy),
     href: "http://www.dur.ac.uk/joshua.borrow",
-    affil: "Durham",
+    affil: "ICC, Durham University",
   },
   {
     name: Pr. Tom Theuns,
     role: Astronomer,
+    affil: "ICC, Durham University",
+    href: "http://icc.dur.ac.uk/~tt/"
   },
   {
     name: Dr. Yves Revaz,
     role: Astronomer,
+    affil: "LASTRO, EPFL"
   },
   {
     name: Mr. Loic Hausammann,
-    role: Astronomer,
+    role: PhD Student (astronomy),
+    affil: "LASTRO, EPFL"
   },
   {
     name: Mr. Angus Lepper,
+    role: Computer Scientist,
+    affil: "DiRAC software team"
   },
   {
     name: Dr. John A. Regan,
+    role: Astronomer,
+    affil: "Dublin City University"
   },
 ]
-- 
GitLab