Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.79 KB

File metadata and controls

67 lines (56 loc) · 2.79 KB
layout home
animation p5js

Hi, how's it going? I'm Paul, this is my site.

It's a bit of an experiment of mine and many parts are not polished or even remotely close to finished. It's mainly a place for me to experiment with web technologies and store the resources I've created.

I'm a software engineer in test (SDET) at The MathWorks, the creators of MATLAB and Simulink. I work in the Cloud Platforms team - making MATLAB feel at home in the cloud.

I graduated with my PhD from the University of Nottingham, UK in 2020. I worked with Prof. John Barrett on Non-commutative Geometry and Quantum Gravity. If you are interested finding out more about this topic I suggest that you look at the documents in: [Research]({{ site.url}}/research).

Between 2020-2022 I worked as a tutor and I needed a place to easily share my timetable and any content I created with my students. This is what drove me to create this website. You can find my tutoring content here: Tutoring.

{{ page.list_title | default: "Recent Posts" }}

    {%- for post in site.posts limit:10 -%} {% if post.tags contains "post" -%} {% if post.tags contains "unfinished" %}{%else%}
  • {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} {{ post.date | date: date_format }} arrow
    {{ post.title}} - {{ post.summary}}
  • {% endif -%} {% endif %} {%- endfor -%}
see more

Unfinished and In Progress Notes

These posts will eventually move to the list above over time...
    {%- for post in site.posts limit:10 -%} {% if post.tags contains "post" -%} {% if post.tags contains "unfinished" %}
  • {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} {{ post.date | date: date_format }} arrow
    {{ post.title}} - {{ post.summary}}
  • {% endif -%} {% endif %} {%- endfor -%}
see more <script src="{{ base.url }}/assets/js/particle_animation.js"></script>