From 443d41725d373ff72e8f9751bbfa6e7f1cee177a Mon Sep 17 00:00:00 2001
From: Tom Hodson <thomas.c.hodson@gmail.com>
Date: Fri, 15 Oct 2021 14:56:56 +0100
Subject: [PATCH] Add teaching and competitions to CV

---
 _pages/cv.md | 30 +++++++++++++++++++++++-------
 1 file changed, 23 insertions(+), 7 deletions(-)

diff --git a/_pages/cv.md b/_pages/cv.md
index 7b6be72..f419f6c 100644
--- a/_pages/cv.md
+++ b/_pages/cv.md
@@ -63,6 +63,9 @@ Skills
 
 Teaching
 ----------
+* 2021 PyProblems
+  * Composed a set of python problems for a final year General Relativity course focussed on raytraving geodesics through the Schwarzschild metric.
+
 * 2020-2021 Interdisciplinary Research Computing, Teaching Assistant, Imperial
   * Teaching students effective software development methods including git and HPC use.
 
@@ -80,6 +83,12 @@ Talks
     {% include archive-single-talk-cv.html %}
   {% endfor %}</ul>
 
+Publications
+-------------
+  <ul>{% for post in site.publications %}
+    {% include archive-single-cv.html %}
+  {% endfor %}</ul>
+
 {% comment %}
 
 Projects
@@ -88,12 +97,6 @@ Projects
     {% include archive-single.html %}
   {% endfor %}</ul>
 
-Publications
--------------
-  <ul>{% for post in site.publications %}
-    {% include archive-single-cv.html %}
-  {% endfor %}</ul>
-
 
 Teaching
 ---------
@@ -129,4 +132,17 @@ Outreach
 [poem]: https://tomhodson.github.io/PoemProject/
 [dan]: https://www.dansimpsonpoet.co.uk/#/collective-misbehaviour/
 [imp600]: https://www.imperial.ac.uk/equality/staff-networks/imperial-600/meet-our-members/tom-hodson/
-[poemarticle]: https://www.imperial.ac.uk/news/210833/imperials-research-through-poetic-lens/
\ No newline at end of file
+[poemarticle]: https://www.imperial.ac.uk/news/210833/imperials-research-through-poetic-lens/
+
+Competitions
+-------------
+* 2021 Creativity Sandpit
+  * Pitched an accessible Android OS for the elderly to very positive reception from the judges.
+ 
+* DigiFAB and FoNS Data Science Datathon
+  * Led a winning team of PhD students on [this challenge][datathon] to predict crystal structure and packing density from chemical structure data. Used a variety of techniques including recent advances in graph neural network techniques to win the competition.
+ 
+* MSF Makeathon
+  * Designed and prototyped an inflatable mattress to reduce pressure sores for patients in field hospitals.
+
+ [datathon]: https://web.archive.org/web/20210418234129/https://www.imperial.ac.uk/news/218853/digifab-fons-data-science-datathon-competition/
\ No newline at end of file