Skip to content

Commit f23bd39

Browse files
committed
Adding links
1 parent dd763ba commit f23bd39

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

_layouts/landing-page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<!-- Banner -->
1111
<section id="banner">
1212
<div class="inner">
13-
<h2><img height="150px" src="images/logo_large.png" alt="" /></h2>
13+
<h2><img height="200px" src="images/logo_large.png" alt="" /></h2>
1414
<p>Environmental Modelling Research Group.</p>
15-
<p>Using the latest numerical technologies to solve environmental problems.</p>
15+
<p>Using the latest numerical technologies and data to solve environmental problems.</p>
1616
</div>
1717
</section>
1818
{{ content }}

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="container">
1010
<section>
1111
<h2>What do we do?</h2>
12-
<p>The Hill Environmental Modelling Research Group focuses on using the latest numerical technologies to solve environmental problems. As a group we look at natural hazards, such coastal and river flooding, and tsunamis, as well as oceanographic processes such as tides. We study these in the geological past, present and future.</p>
12+
<p>The Hill Environmental Modelling Research Group focuses on using the latest numerical technologies and data to solve environmental problems. As a group we look at natural hazards, such coastal and river flooding, and tsunamis, as well as oceanographic processes such as tides. We study these in the geological past, present and future.</p>
1313

1414
<div class="row">
1515
<div class="6u">
@@ -37,22 +37,22 @@ <h2>What do we do?</h2>
3737
<div class="container">
3838
<h2>Software Used</h2>
3939
<h3>Fluidity</h3>
40-
<p>Fluidity is used in a number of different scientific areas including geophysical fluid dynamics, computational fluid dynamics, ocean modelling and mantle convection. It uses a finite element/control volume method which allows arbitrary movement of the mesh with time dependent problems, allowing mesh resolution to increase or decrease locally according to the current simulated state. It has a wide range of element choices including mixed formulations. There is a lot more information on the <a href="http://fluidityproject.github.io/">Fluidity website.</a></p>
40+
<p>Fluidity is used in a number of different scientific areas including geophysical fluid dynamics, computational fluid dynamics, ocean modelling and mantle convection. It uses a finite element/control volume method which allows arbitrary movement of the mesh with time dependent problems, allowing mesh resolution to increase or decrease locally according to the current simulated state. It has a wide range of element choices including mixed formulations. There is a lot more information on the <a href="http://fluidityproject.github.io/">Fluidity website.</a> Fluidity is available <a href="https://github.com/FluidityProject/fluidity">here.</a></p>
4141

4242
<h3>qmesh</h3>
43-
<p>qmesh is a new meshing software package that can integrate with QGIS to make computational meshes for other software ike Telemac, Fluidity, and Thetis.</p>
43+
<p>qmesh is a new meshing software package that can integrate with QGIS to make computational meshes for other software ike Telemac, Fluidity, and Thetis. More information on the <a href="http://qmesh.org/">qmesh website</a> and can be downloaded <a href="https://bitbucket.org/qmesh-developers/qmesh">here.</a></p>
4444

4545
<h3>Thetis</h3>
46-
<p>Thetis is a new modelling tool which like Fluidity is very flexible. Rather than code in C or Fortran, Thetis is written in a very high level <a href="http://www.firedrakeproject.org/"</a>Python abstraction called Firedrake</a> making use of mathematical terms like <i>grad</i> in the code itself. This high level code can then be compiled for a targetted platform.</p>
46+
<p><a href="http://thetisproject.org/">Thetis</a> is a new modelling tool which like Fluidity is very flexible. Rather than code in C or Fortran, Thetis is written in a very high level <a href="http://www.firedrakeproject.org/"</a>Python abstraction called Firedrake</a> making use of mathematical terms like <i>grad</i> in the code itself. This high level code can then be compiled for a targetted platform.</p>
4747

4848
<h3>Supertree Toolkit</h3>
49-
<p>Supertree Toolkit is a data processing pipeline for Supertree construction. It has been used in a number of publications which carry out macro-evolutionary studies using some of the largest supertrees ever constructed.</p>
49+
<p><a href="https://github.com/supertree-toolkit/stk">Supertree Toolkit</a> is a data processing pipeline for Supertree construction. It has been used in a number of publications which carry out macro-evolutionary studies using some of the largest supertrees ever constructed. More information is <a href="http://supertreetoolkit.org/">here.</a></p>
5050

5151
<h3>R</h3>
52-
<p>R is used for a number purposes, including GIS, stats, species distribution modelling and phylogenetic applications.</p>
52+
<p><a href="https://www.r-project.org/">R</a> is used for a number purposes, including GIS, stats, species distribution modelling and phylogenetic applications.</p>
5353

5454
<h3>Python</h3>
55-
<p>Python is our "go-to" tool for writting short scripts to visualise or convert data formats.</p>
55+
<p><a href="https://www.python.org/">Python</a> is our "go-to" tool for writting short scripts to visualise or convert data formats.</p>
5656

5757
</div>
5858
</section>
@@ -61,7 +61,7 @@ <h3>Python</h3>
6161

6262
<section>
6363
<h2>Collaborators</h2>
64-
<p>Our group works with a number of collaborators across the globe, including at Imperial College London, University of Sydney, University of Bristol.</p>
64+
<p>Our group works with a number of collaborators across the globe, including at Imperial College London, University of Sydney, University of Bristol. We also work with collaborators in the University of York's Biology and Electronic Engineering departments.</p>
6565
</section>
6666

6767
<section>

0 commit comments

Comments
 (0)