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.

124 lines
5.3 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" href="/en/projects.html">Projects</a>
<a id="navigation-link" href="/en/contacts.html">Contacts</a>
<a id="navigation-link" href="/index.html">РУ</a>
</div>
</div>
</div>
<div class="fullpage">
<div class="section">
<div class="hero">
Geoinformation ML/AUTOML systems development
</div>
<div class="arrow-down"></div>
</div>
<div class="section">
<div class="section-title">Our features</div>
<div class="features">
<div class="block-container">
<div class="block-title">True data driven</div>
<div class="block-text">Our systems are based on predictive analytics
of real retrospective data via machine learning algorithms, that allows the content of our
systems reflect the reality
</div>
</div>
<div class="block-container">
<div class="block-title">AutoML</div>
<div class="block-text">All data science processes are automated, predictive models are updated
alongside with accumulation of new data that keeps systems up to date</div>
</div>
<div class="block-container">
<div class="block-title">REACTIVIT<wbr>Y</div>
<div class="block-text">Our systems are equipped with simulation tools, that permits a user to get a
model of target situation and estimate the realization effect before taking the real decision
</div>
</div>
<div class="block-container">
<div class="block-title">TRANSPARENCY</div>
<div class="block-text">We use machine learning models that allows us to interpret each forecast and
figure out what factors and to what extant influenced the final value
</div>
</div>
</div>
<div class="arrow-down"></div>
</div>
<div class="section">
<div class="section-title">
We are trusted
</div>
<div class="partners">
<div class="trusted-block">
<img src="../partners_logo/дит.png" />
</div>
<div class="trusted-block">
<img src="../partners_logo/мп.png" />
</div>
<div class="trusted-block">
<img src="../partners_logo/арвэ.png" />
</div>
<div class="trusted-block">
<img src="../partners_logo/мм.png" />
</div>
<div class="trusted-block">
<img src="../partners_logo/мгу.png" />
</div>
<div class="trusted-block">
<img src="../partners_logo/глм.png" />
</div>
</div>
</div>
</div>
<script>
new fullpage('.fullpage', {});
document.querySelectorAll('.arrow-down').forEach(
el => el.addEventListener('click', () => {
fullpage_api.moveSectionDown();
})
)
</script>
</body>
</html>