Skip to content

Commit

Permalink
update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanasios Angeloudis authored and Athanasios Angeloudis committed Aug 27, 2024
1 parent 51cddaa commit 8db15b2
Show file tree
Hide file tree
Showing 91 changed files with 5 additions and 3,387 deletions.
4 changes: 2 additions & 2 deletions _sources/research.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Projects

Thetis is an unstructured grid coastal ocean model built using the
`Firedrake <http://www.firedrakeproject.org/>`__ finite element framework.
Currently Thetis consists of 2D depth averaged and full 3D baroclinic models.
Currently Thetis consists of 2D depth averaged and full 3D baroclinic models. Since 2016, it has been actively developed and documented on Github, and includes tutorials, demos and a number of examples to simulate a range of coastal ocean applications.

Some example animations are shown below. More animations can be found in the
Thetis example animations can be found in the
`Youtube channel <https://www.youtube.com/channel/UC0FYtpH1unCy_qcoI46CnRA>`__.

Thetis is brought to you by the `Finnish Meteorological Institute <https://en.ilmatieteenlaitos.fi/>`_,
Expand Down
38 changes: 0 additions & 38 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -2681,27 +2681,6 @@ <h2 class="ablog-post-title">
<p><span style="font-size: 9px;">The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.</span></p>
</div>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle > *").hide();
$(".toggle .header").show();
$(".toggle .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle2 > *").show();
$(".toggle2 .header").show();
$(".toggle2 .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script>
window.onscroll = function() {myFunction()};
Expand All @@ -2720,23 +2699,6 @@ <h2 class="ablog-post-title">



<script>
var coll = document.getElementsByClassName("collapsible");
var i;

for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>


</body>
</html>
38 changes: 0 additions & 38 deletions blog/2018.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,27 +563,6 @@ <h2 class="ablog-post-title">
<p><span style="font-size: 9px;">The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.</span></p>
</div>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle > *").hide();
$(".toggle .header").show();
$(".toggle .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle2 > *").show();
$(".toggle2 .header").show();
$(".toggle2 .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script>
window.onscroll = function() {myFunction()};
Expand All @@ -602,23 +581,6 @@ <h2 class="ablog-post-title">



<script>
var coll = document.getElementsByClassName("collapsible");
var i;

for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>


</body>
</html>
38 changes: 0 additions & 38 deletions blog/2019.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,27 +393,6 @@ <h2 class="ablog-post-title">
<p><span style="font-size: 9px;">The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.</span></p>
</div>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle > *").hide();
$(".toggle .header").show();
$(".toggle .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle2 > *").show();
$(".toggle2 .header").show();
$(".toggle2 .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script>
window.onscroll = function() {myFunction()};
Expand All @@ -432,23 +411,6 @@ <h2 class="ablog-post-title">



<script>
var coll = document.getElementsByClassName("collapsible");
var i;

for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>


</body>
</html>
38 changes: 0 additions & 38 deletions blog/2020.html
Original file line number Diff line number Diff line change
Expand Up @@ -567,27 +567,6 @@ <h2 class="ablog-post-title">
<p><span style="font-size: 9px;">The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.</span></p>
</div>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle > *").hide();
$(".toggle .header").show();
$(".toggle .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle2 > *").show();
$(".toggle2 .header").show();
$(".toggle2 .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script>
window.onscroll = function() {myFunction()};
Expand All @@ -606,23 +585,6 @@ <h2 class="ablog-post-title">



<script>
var coll = document.getElementsByClassName("collapsible");
var i;

for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>


</body>
</html>
38 changes: 0 additions & 38 deletions blog/2021.html
Original file line number Diff line number Diff line change
Expand Up @@ -989,27 +989,6 @@ <h2 class="ablog-post-title">
<p><span style="font-size: 9px;">The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.</span></p>
</div>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle > *").hide();
$(".toggle .header").show();
$(".toggle .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle2 > *").show();
$(".toggle2 .header").show();
$(".toggle2 .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script>
window.onscroll = function() {myFunction()};
Expand All @@ -1028,23 +1007,6 @@ <h2 class="ablog-post-title">



<script>
var coll = document.getElementsByClassName("collapsible");
var i;

for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>


</body>
</html>
38 changes: 0 additions & 38 deletions blog/2022.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,27 +563,6 @@ <h2 class="ablog-post-title">
<p><span style="font-size: 9px;">The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.</span></p>
</div>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle > *").hide();
$(".toggle .header").show();
$(".toggle .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle2 > *").show();
$(".toggle2 .header").show();
$(".toggle2 .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script>
window.onscroll = function() {myFunction()};
Expand All @@ -602,23 +581,6 @@ <h2 class="ablog-post-title">



<script>
var coll = document.getElementsByClassName("collapsible");
var i;

for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>


</body>
</html>
38 changes: 0 additions & 38 deletions blog/2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,27 +311,6 @@ <h2 class="ablog-post-title">
<p><span style="font-size: 9px;">The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.</span></p>
</div>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle > *").hide();
$(".toggle .header").show();
$(".toggle .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script type="text/javascript">
$(document).ready(function() {
$(".toggle2 > *").show();
$(".toggle2 .header").show();
$(".toggle2 .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>

<script>
window.onscroll = function() {myFunction()};
Expand All @@ -350,23 +329,6 @@ <h2 class="ablog-post-title">



<script>
var coll = document.getElementsByClassName("collapsible");
var i;

for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>


</body>
</html>
Loading

0 comments on commit 8db15b2

Please sign in to comment.