Skip to content

Commit 3cf7071

Browse files
committed
Correct links and formatting
1 parent 7355fc9 commit 3cf7071

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<a class="button" style="float: right;" href="https://github.com/benmandrew">
2222
GitHub
2323
</a>
24-
<a class="button" style="float: right;" href="{{ site.s3_path }}/CV.pdf">
24+
<a class="button" style="float: right;" href="{{ site.s3_path }}/cv.pdf">
2525
CV
2626
</a>
2727
<a href="javascript:void(0);" class="icon" onclick="toggle_topnav()">

_layouts/home.html

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2 id="about">Hello!</h2>
2424
I'm a PhD researcher at the University of Manchester, investigating ways to mathematically prove the safety and reliability of robots. I'm supervised by <a href="https://mariefarrell.github.io">Marie Farrell</a>, <a href="http://www.cs.man.ac.uk/~dennisl/index.html">Louise Dennis</a>, and <a href="https://web.cs.manchester.ac.uk/~michael/">Michael Fisher</a>, working in the <a href="https://autonomy-and-verification.github.io">Autonomy and Verification Group</a>.
2525
</p>
2626

27-
<p>Previously I worked at <a href="https://tarides.com">Tarides</a>, developing open-source tooling for the OCaml ecosystem.</p>
27+
<p>Previously I worked at <a href="https://tarides.com">Tarides</a> in Paris, developing open-source tooling for the OCaml ecosystem.</p>
2828

2929
<p>I enjoy making computer science more accessible, whether by writing articles, making fun interactive projects, or just rambling to passers-by. You can check out my blog <a href="/articles">here</a>.</p>
3030
</div>
@@ -44,12 +44,25 @@ <h5 class="card-body" style="margin-bottom: 1px;">{{ site.posts[i].title | escap
4444
</div>
4545
{%- endfor -%}
4646
</div>
47+
</div>
4748

49+
<div style="padding-top: 30px;">
50+
<h2>Professional Activities</h2>
51+
<hr>
52+
<ul>
53+
<li>
54+
Part of the local organising committee of <a href="https://ifm2024.cs.manchester.ac.uk">the 19th International Conference on Integrated Formal Methods 2024</a>.
55+
</li>
56+
<li>
57+
Member of the <a href="https://autonomy-and-verification.github.io">Autonomy and Verification Network</a>.
58+
</li>
59+
</ul>
4860
</div>
61+
4962
<div style="padding-top: 30px;">
50-
<h2 id="teaching">Teaching</h2>
63+
<h2 id="teaching">Teaching Experience</h2>
5164
<hr>
52-
<h5>University of ManchesterGraduate Teaching Assistant</h5>
65+
<p><b>University of Manchester</b>, Graduate Teaching Assistant</p>
5366
<ul>
5467
<li style="margin-bottom: 5px;">
5568
Automated Reasoning and Verification (2024)
@@ -61,7 +74,7 @@ <h5>University of Manchester — Graduate Teaching Assistant</h5>
6174
Mathematical Techniques for Computer Science (2024)
6275
</li>
6376
</ul>
64-
<h5>University of CambridgeSupervisor (TA equiv.)</h5>
77+
<p><b>University of Cambridge</b>, Supervisor (TA equiv.)</p>
6578
<ul>
6679
<li style="margin-bottom: 5px;">
6780
Hoare Logic and Model Checking [<a href="https://www.cl.cam.ac.uk/teaching/2324/HLog+ModC/">link</a>] (2023, 2022)
@@ -77,6 +90,7 @@ <h5>University of Cambridge — Supervisor (TA equiv.)</h5>
7790
</li>
7891
</ul>
7992
</div>
93+
8094
<div style="padding-top: 10px;">
8195
<h2 id="presentations">Presentations</h2>
8296
<hr>
@@ -91,6 +105,7 @@ <h2 id="presentations">Presentations</h2>
91105
</li>
92106
</ul>
93107
</div>
108+
94109
<div style="padding-bottom: 100px;"></div>
95110
</div>
96111
</div>

0 commit comments

Comments
 (0)