You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
3.8 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spatial Systems</title>
<link rel="stylesheet" href="/fullpage/fullpage.min.css">
<script src="/fullpage/fullpage.js"></script>
<link rel="stylesheet" href="/style.css">
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (m, e, t, r, i, k, a) {
m[i] = m[i] || function () { (m[i].a = m[i].a || []).push(arguments) };
m[i].l = 1 * new Date();
for (var j = 0; j < document.scripts.length; j++) { if (document.scripts[j].src === r) { return; } }
k = e.createElement(t), a = e.getElementsByTagName(t)[0], k.async = 1, k.src = r, a.parentNode.insertBefore(k, a)
})(window, document, 'script', 'https://mc.yandex.ru/metrika/tag.js?id=104702863', 'ym');
ym(104702863, 'init', { ssr: true, accurateTrackBounce: true, trackLinks: true });
</script>
<noscript>
<div><img src="https://mc.yandex.ru/watch/104702863" style="position:absolute; left:-9999px;" alt="" /></div>
</noscript>
<!-- /Yandex.Metrika counter -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="container nav-container">
<div id="wrap">
<div id="row">
<div id="logo">
<a id="logo-container" href="/en/index.html">
Spatial Systems
</a>
</div>
</div>
<div id="navigation">
<a id="navigation-link-active" href="/en/projects.html">Projects</a>
<a id="navigation-link" href="/en/contacts.html">Contacts</a>
<a id="navigation-link" href="/projects.html">РУ</a>
</div>
</div>
</div>
<div class="fullpage">
<div class="section projects">
<a class="project-container" href="/en/postnet.html">
<img src="/images/postnet/cover.jpg" alt="" srcset="">
<div class="project-title">
<span>Postnet<div class="project-arrow"></div></span>
</div>
<div class="project-text">geoinformation AutoML system devoted to development and operation monitoring
of Moscow automatic post office chain</div>
</a>
<a class="project-container" href="/en/emergency.html">
<img src="/images/emergency/cover.jpg" alt="" srcset="">
<div class="project-title">
<span>Heat emergency<div class="project-arrow">
</div></span>
</div>
<div class="project-text">geoinformation ML system devoted to modeling of emergencies at heat supply
facilities</div>
</a>
</div>
<div class="section projects">
<a class="project-container" href="/en/city-modelling.html">
<img src="/images/city/city-cover.jpg" alt="" srcset="">
<div class="project-title">
<span>Cit<wbr>y modelling<div class="project-arrow">
</div></span>
</div>
<div class="project-text">geoinformation ML system devoted to modeling of urban space & digital master
planning</div>
</a>
</div>
</div>
<script>
new fullpage('.fullpage', { navigation: true });
</script>
</body>
</html>