-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: splash
excerpt: "I’m an astronomy PhD student with the Open University studying variable stars in the SuperWASP all sky survey."
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/cover.jpg
feature_row:
- image_path: assets/images/superwasp.PNG
title: Research
excerpt: I'm a PhD student with the School of Physical Sciences at the Open University in the UK. I'm studying variable stars using data from the SuperWASP Variable Stars project on the Zooniverse.
url: "/research/"
btn_label: "Research"
btn_class: "btn--primary"
- image_path: assets/images/GitHub-Mark.png
title: Code
excerpt: I'm an experienced developer and my work has involved using a range of programming languages, most notably Python. You can find some of my work on GitHub.
url: "/code/"
btn_label: "Code"
btn_class: "btn--primary"
- image_path: assets/images/three-alpha-home.png
title: Writing
excerpt: I write blog posts and articles, mostly about astronomy. You can find my work on my own blog and in a few other places. I'm availble to hire for freelance projects.
url: "/writing/"
btn_label: "Writing"
btn_class: "btn--primary"
---
{% include feature_row %}