Welcome to my website. I am an applied mathematician at The
University of Manchester. I currently work in the Department
of Mechanical, Aerospace and Civil Engineering on quantum
numerical algorithms for smoothed particle hydrodynamics. My
main research interests are fluid mechanics, boundary-layer
flows and numerical methods.
In my spare time I enjoy reading, films and running. Here is
a pace and speed calculator
that I made which is sometimes useful. This
pace chart can also come in handy. I have also compiled a
list of some of the great works
of human civilisation; the list focuses mainly on mathematics
and philosophy.
Below is a list of people who have contributed great works to
human civilisation along with links to the relevant documents.
The list is biased towards mathematics, and to a lesser extent
philosophy, due to the predilictions of the author.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';