-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (53 loc) · 2.51 KB
/
Copy pathindex.html
File metadata and controls
56 lines (53 loc) · 2.51 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
title: Home page
---
<div>
<img class=TextWrapped src=images/JRP_headshot.jpg width=260px>
<h2> Biography </h2>
I am James Percival. I work in the Department of Earth Science and Engineering of Imperial College London, researching Computational Physics problems in fluids and porous media. My interests span the boundaries between applied mathematics, physics and engineering, as well as across geophysical and computational fluid dynamics. <br>
I received my Ph.D in Meteorology and Mathematics from Reading University and a B.A. and CASM (Part III) in Mathematics from the University of Cambridge.
</div>
<h2 id="presentations" style="clear: left;"> Presentations </h2>
<p>
Presentation to Norms group October 2013:
<a href="http://jrper.github.io/talks/NORMS/MeshAdaptivity.pptx">
Mesh Adaptivity
</a> <br>
Presentation to APS-DFD November 2014: Mesh adaptivity (<a
href="talks/APS-DFD2014/APStalk-jrper.pdf">pdf</a>) (<a
href="talks/APS-DFD2014/APStalk-jrper-1.pptx">pptx</a>)
</p>
<h2> Latest Publications </h2>
{% for publication in site.publications reversed %}
{% if forloop.index <= 2 %}
{% assign currentdate = publication.date | date: "%Y" %}
<a href={{ publication.paper-url }}>{{ publication.title }}</a><br>
{{ publication.authors }};
<em> {{ publication.journal }}</em>
({{ currentdate }})<br>
{% endif %}
{% endfor %}
<br>
<a href={{ site.url }}/publications.html> More papers </a>
<h2 id=links> Links </h2>
<a href="http://fluidityproject.github.io">
<img class=Logo src=images/fluiditylogo-transparent.png width=80px>
Main <em>Fluidity</em> Github pages site
</a> <br>
<a href="http://multifluids.github.io">
<img class=Logo src=images/IC-FERST-logo.png width=80px>
Main IC-Ferst/multifluids Github pages site
</a> <br>
<a href="http://www.imperial.ac.uk/engineering/departments/earth-science/research/research-groups/amcg/">
<img class=Logo src=images/AMCG-logo.gif width=80px>
Applied Modelling and Computation Group
</a><br>
<a href="http://www.imperial.ac.uk/engineering/departments/earth-science/research/research-groups/norms/">
<img class=Logo src=images/NORMS.gif width=80px>
Novel Reservoir Modelling and Simulation Group
</a><br>
<a href="http://www.imperial.ac.uk/">
<img class=Logo src=images/ImperialLogo.png width=80px>
Imperial College London
</a><br>
<a href="http://buildbot.ese.ic.ac.uk:8080"> <em>Fluidity</em> buildbot page</a><br>