srg/Templates/index.html
2024-06-05 11:33:02 +03:00

220 lines
8.9 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% load monthplan_templates %}
{% load static %}
{% load i18n %}
<!DOCTYPE html>
<html lang="en">
<head>
<title>srg.arxiv.local</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!--link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
<script src="{% static 'js/jquery.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script-->
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-10">
<h1>{% trans 'Spectrum-Roentgen-Gamma' %}</h1>
<p style="font-size:22px;">{% trans 'Astrophysical Project' %}</p>
</div>
<div class="col-sm-2">
<p style="text-align:right;">
<a href="{% url 'index ru' %}">РУС</a> | <a href="{% url 'index en' %}">ENG</a>
</p>
<p style="text-align:right;">
{% if user.is_authenticated %}
<a href="{% url 'artsurvey profile' %}" class="btn btn-link navbar-btn navbar-right"><strong><span class="glyphicon glyphicon-user"></span> {{ user.first_name }} {{ user.last_name }}</strong></a> <a class="btn btn-danger btn-sm" role="button" href="/logbook/logout"> <span class="glyphicon glyphicon-log-out"></span> {% trans 'Sign Out' %}</a>
{% else %}
<a class="btn btn-danger btn-sm" role="button" href="/logbook/login"><span class="glyphicon glyphicon-log-in"></span> {% trans 'Sign In' %}</a>
{% endif %}
</p>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<!--img src="{% static 'images/srg.png' %}" class="img" width="100%"-->
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="jumbotron">
{% get_current_language as LANGUAGE_CODE %}
{% if LANGUAGE_CODE == 'en' %}
<p>Spectrum-Roentgen-Gamma (Spektr-RG or SRG) is a Russian X-ray observatory created with participation of Germany. Its main goal is to map the observable Universe in the X-ray band of the electromagnetic spectrum. The spacecraft was launched on July 13, 2019 from the Baikonur Cosmodrome.</p>
{% else %}
<p>Научный космический аппарат «Спектр-Рентген-Гамма» («Спектр-РГ» или «СРГ») — российская рентгеновская обсерватория, созданная с участием Германии. Её миссия — создание карты видимой Вселенной в рентгеновском диапазоне электромагнитного излучения. Космический аппарат «Спектр-РГ» был запущен 13 июля 2019 г. с космодрома Байконур.</p>
{% endif %}
</div>
</div>
</div>
<!--div class="row">
<div class="col-sm-4 text-center">
<div class="jumbotron">
<h2>{% trans 'SRG.Plan' %}</h2>
<p><a target="_blank" href="http://plan.srg.cosmos.ru/monthplan/">srg.cosmos.ru <span class="glyphicon glyphicon-new-window"></span></a><br>
<a href="{% url 'monthplan index' %}">arxiv.local</a></p>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="jumbotron">
<h2>{% trans 'SRG.LogBook' %}</h2>
<p>{% trans 'Operations' %} {% trans 'on' %} <a target="_blank" href="http://plan.srg.cosmos.ru/logbook/">srg.cosmos.ru <span class="glyphicon glyphicon-new-window"></span></a></p>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="jumbotron">
<h2>{% trans 'SRG.Triton' %}</h2>
<p>{% trans 'Optical follow-up' %} {% trans 'on' %} <a href="http://plan.srg.cosmos.ru/triton/">srg.cosmos.ru <span class="glyphicon glyphicon-new-window"></span></a></p>
</div>
</div>
</div-->
<div class="row">
<!--div class="col-sm-4">
<div class="jumbotron">
<h2>ART-XC</h2>
<p>
<ul>
<li><a href="{% url 'art-xc aladin healpix' %}">All-sky map</a></li>
<li><a href="{% url 'skymap sources erosita catalogs' %}">eRosita cross-match</a></li>
<li> Data dumps
<ul>
<li><a href="{% url 'art-xc survey index' %}">All-sky survey</a></li>
<li><a href="{% url 'srg data dumps' %}">Daily data dumps</a></li>
</ul>
</li>
</ul>
</p>
</div>
</div-->
<div class="col-sm-8">
<div class="jumbotron">
<p><a class="btn btn-success btn-lg btn-block" role="button" href="/artsurvey">Go to SRG/ART-XC all-sky catalog (srg-artxc-catalog)</a></p>
<p>
<a class="btn btn-info btn-lg" role="button" href="{% url 'artsurvey search by coords' %}">Search by coords</a>
<a class="btn btn-info btn-lg" role="button" href="{% url 'artsurvey search by name' %}">Search by name</a>
<a class="btn btn-info btn-lg" role="button" href="{% url 'artsurvey resolve name' %}">Search by IAU name</a>
</p>
</div>
</div>
<div class="col-sm-4">
<div class="jumbotron">
<h2>Tools</h2>
<p>
<ul>
<!--li><a href="/target/">Lookup target</a></li>
<li><a href="{% url 'show sky map form' %}">Show SkyMap plate</a></li-->
<li><a href="/srgcat/srga">Get SRG Name</a></li>
<li><a href="/docs/index.html">Documentation</a></li>
<li><a href="/stats/">Web Analytics</a></li>
{% if user.is_authenticated %}
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#"><span class="glyphicon glyphicon-user"></span> {% trans 'User Groups' %}
<span class="caret"></span></a>
<ul class="dropdown-menu">
{% for group in user.groups.all %}
<li><a href="/groups/{{ group.pk }}/info">{{ group }}</a></li>
{% endfor %}
</ul>
</li>
{% endif %}
</ul>
</p>
</div>
</div>
</div>
<!--div class="row">
<div class="col-sm-6">
{% if LANGUAGE_CODE == 'en' %}
<h4>SRG Project</h4>
<p>Spektr-RG spacecraft was designed at NPO Lavochkin (part of Roscosmos) and was launched on July 13, 2019 from the Baikonur Cosmodrome. The spacecraft was created with participation of Germany under Russias Federal Space Program on behalf of the Russian Academy of Sciences. The space observatory is equipped with two unique X-ray telescopes: ART-XC (IKI RAS, Russia) and eROSITA (MPI, Germany), their functioning based on oblique incidence principle. The telescopes are installed on the Navigator platform (NPO Lavochkin, Russia), which had been adapted to meet the project tasks.</p>
{% else %}
<h4>ПРОЕКТ «СПЕКТР-РГ»</h4>
<p>Космический аппарат «Спектр-РГ» создан с участием Германии в рамках Федеральной космической программы России по заказу Российской Академии наук. Обсерватория оснащена двумя уникальными рентгеновскими зеркальными телескопами: ART-XC (ИКИ РАН, РФЯЦ ВНИИЭФ, Россия) и eROSITA (MPE, Германия), работающими по принципу рентгеновской оптики косого падения. Телескопы установлены на космической платформе «Навигатор» (НПО Лавочкина, Россия), адаптированной под задачи проекта.</p>
{% endif %}
</div>
<div class="col-sm-6">
{% if LANGUAGE_CODE == 'en' %}
<h4>Initiative</h4>
<p>
<ul>
<li><strong>Scientific head of the mission:</strong> acad. Rashid Sunyaev</li>
<li><strong>PI of the ART-XC telescope:</strong> Dr. Mikhail Pavlinsky</li>
<li><strong>PI of the eRosita telescope:</strong> Dr. Peter Predehl</li>
</ul>
</p>
{% else %}
<h4>РУКОВОДСТВО</h4>
<p>Научный руководитель миссии: академик Рашид Алиевич Сюняев; научный руководитель по телескопу ART-XC (Россия): доктор физ.-мат. наук Михаил Павлинский; научный руководитель по телескопу eROSITA (Германия): доктор Петер Предель.</p>
{% endif %}
</div>
</div>
</div-->
<footer class="bs-footer" role="contentinfo">
<div class="row">
<div class="col-sm-12 text-center">
<p>
{% trans 'High Energy Astrophysics Department' %},
{% trans 'Space Research Institute (IKI), Moscow, Russia' %}
<span class="glyphicon glyphicon-copyright-mark"></span> {% now "Y" %}
</p>
<p>{% trans 'Development' %}: {% trans 'Roman Krivonos' %},
{% trans 'email' %}: krivonos<span class="glyphicon glyphicon-globe"></span>cosmos.ru
</p>
</div>
</div>
</div>
</footer>
</body>
</html>