Welcome
Welcome to my website. I am an Engineer based in the UK with an interest in data & machine learning, energy, policy, and development.
I hope to use this site firstly as an archive of my thoughts via the blog.
I will also document my major projects, which are based on a variety topics from my time at The University of Nottingham, Lund University, and as an Engineering Graduate at UKAEA.
There is also a page here to find more about me, including my education, work experience, and contact details.
Thanks for visiting!
I will use the rest of this post as a reference for github markdown syntax which is used in github pages.
The largest heading
The smallest heading
This is bold text
This text is italicized
This was mistaken text
This text is extremely important
A quote; In the words of Abraham Lincoln:
Pardon my French
Use single backticks
to highlight code snippets
Tripple backticks for code blocks:
#! python3
import numpy
import pandas
Links are like this in GitHub Pages.
Images are like this:
Unordered list:
- George Washington
- John Adams
- Thomas Jefferson
Ordered list:
- James Madison
- James Monroe
- John Quincy Adams
Nested list:
- First list item
- First nested list item
- Second nested list item
- First nested list item
Task list:
- Finish my changes
- Push my commits to GitHub
- Open a pull request
This is an equation (must add mathjax: true
to header):
\(z=x+y\)
Emojis are written with :EMOJICODE:, the codes for which are here