2022-08-05 22:00:33 +02:00
|
|
|
{% extends base %}
|
|
|
|
|
|
|
|
|
|
{% block css_resources %}
|
|
|
|
|
{{ super() }}
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ "style.css" | static_url }}"/>
|
|
|
|
|
<link rel="shortcut icon" type="image/png" href="{{ "favicon.png" | static_url }}">
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block inner_body %}
|
|
|
|
|
<div class="titlebar">
|
|
|
|
|
<img class="logo" src="_static/MSL.jpeg"/>
|
|
|
|
|
<img class="logo" src="_static/RAD.jpg"/>
|
|
|
|
|
<h1 class="title">MSL RAD data plotter</h1>
|
|
|
|
|
<div class="corner-ribbon">
|
2024-12-03 11:47:47 +01:00
|
|
|
<a href="https://cau-git.rz.uni-kiel.de/ieap/et/ep/mslrad/rad-webserver">Contribute on GitLab</a>
|
2022-08-05 22:00:33 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="disclaimer">
|
|
|
|
|
<p>This data is preliminary. Please do not use for scientific publications without previous consultation with
|
|
|
|
|
the RAD Team.<br/>
|
|
|
|
|
Contact: <a href="mailto:khaksari@physik.uni-kiel.de">Salman Khaksarighiri</a>, <a
|
|
|
|
|
href="mailto:wimmer@physik.uni-kiel.de">Robert Wimmer-Schweingruber</a>.</p>
|
|
|
|
|
</div>
|
|
|
|
|
{{ super() }}
|
|
|
|
|
{% endblock %}
|