mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 20:38:40 +08:00
23 lines
841 B
HTML
23 lines
841 B
HTML
{# Import the theme's layout. #}
|
|
{% extends "!layout.html" %}
|
|
|
|
{% block extrahead %}
|
|
{{ super() }}
|
|
|
|
<meta name="description" content="Simulation and Parameter Estimation in Geophysics">
|
|
<meta name="author" content="SimPEG Developers">
|
|
<meta name="keywords" content="python, geophysics, inversion, electromagnetics, magnetotellurics, magnetics, gravity, DC, flow inverse problems, open source, finite volume">
|
|
|
|
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-45185336-1', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
{% endblock %}
|