-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
762 lines (439 loc) · 31.6 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="https://emiia.github.io/emiia.ico" type="image/x-icon">
<title>ЭМИИА | EMIIA | КОГНИТИВНАЯ РАДИООПТИКА</title>
<meta name="Description" content="ЭМИИА — когнитивная радиооптика"/>
<meta name="yandex-verification" content="eb56ad98f4fd3aa3" />
<meta content='EMIIA' name='apple-mobile-web-app-title'/>
<link content='EMIIA' href='https://blog.emiia.ru/emiia84(120x94).gif' rel='apple-touch-icon' title='EMIIA'/>
</head>
<body>
</body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<style>
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif; }
.w3-row-padding img {margin-bottom: 12px}
.bgimg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url('https://upload.emiia.ru/emiia45.svg');
min-height: 100%;
}
</style>
<body>
<!-- Sidebar with image -->
<nav class="w3-sidebar w3-hide-medium w3-hide-small" style="width:40%">
<div class="bgimg"></div>
</nav>
<!-- Page Content -->
<div class="w3-main w3-padding-large" style="margin-left:40%">
<!-- Header -->
<!-- About Section -->
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<article>
<br/>
<p><strong>ЭМИИА</strong> – встраиваемые нейросетевые решения: машинное обучение в области обработки цифровых сигналов, машинного зрения (<strong>когнитивная радиооптика/cognitive radio optics</strong>) и интеллектуальной автоматизации. Встраиваемые smart контроллеры и нейросетевые инструменты <strong>ЭМИИА</strong> (автоматизация, информационная безопасность, роботы, машины, устройства, цифровые двойники, IoT/IIoT, Industry 4.0..):
</p>
<br/>
<p>• Машинное зрение – <strong>когнитивная радиооптика/cognitive radio optics</strong></p><p>• Ячеистая беспроводная сеть – <strong>Wireless Mesh Network</strong></p><p>• Туманные/периферийные вычисления (граничные) – <strong>Fog/Edge Computing</strong></p>
<br/>
<p><strong>10-30%</strong></p>
<p>• Снижение капитальных и операционных затрат (информационная безопасность, облачные
вычисления)</p>
<p>• Экономия на smart устройствах (телекоммуникационная вычислительная сеть)</p>
<p>• Замещение датчиков и сенсоров (датчики движения, датчики присутствия, датчики
приближения, датчики позиционирования, системы пассивной навигации)</p>
<p>• Сокращение расхода электроэнергии</p>
<br/>
<a href="https://emiia.github.io/1/monocle10.png"><img src="https://emiia.github.io/1/monocle10.png" alt="Когнитивная радиооптика" style="width:100%;"/></a><div>
</article>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<a href="https://blog.emiia.ru/emiia49.png"><img src="https://blog.emiia.ru/emiia49.png" alt="Когнитивная радиооптика" style="width:100%;"/></a><div>
<br/>
<div class="separator" style="background-color: white; clear: both; font-size: medium; font-weight: ; text-align: center; text-transform: none;">
</body>
</html>
<!-- POSTS SECTION-->
<!DOCTYPE html>
<div style="text-align: left;">
<p>
</p>
<p><strong></strong></p>
</body>
</html>
<section id="demo">
<article>
<div class="separator" style="background-color: white; clear: both; font-size: medium; font-weight: ; text-align: left; text-transform: none;">
<h1>КОГНИТИВНАЯ РАДИООПТИКА</h1>
<br/>
<p><strong>Когнитивная радиооптика</strong> (cognitive radio optics) – машинное зрение на принципах радиооптики с применением искусственных нейронных сетей. Распознавание образов, вычисление координат, направления и скорости динамических объектов посредством радиоволн, в том числе и за радиопрозрачными преградами.
</p>
<br/>
<p>Система <strong>(когнитивная радиооптика)</strong> вычисляет объем объекта и распознает его, по маркерам волнового фронта id, x, y, z.
<a href="https://www.emiia.ru/p/radio.html" target="_self" style="cursor: pointer; font-size:13px;text-align: left; text-decoration: none; padding:0px; color:#4A99D9; background-color:#ffffff; border-radius:15px; border: 0px solid #000000;"> ПОДРОБНЕЕ<img alt="EMIIA" width="20" height="20" src="https://upload.emiia.ru/emiia42.svg"/></a></p>
<br/>
</article>
<div class="separator" style="background-color: white; clear: both; font-size: medium; font-weight: ; text-align: center; text-transform: none;">
</div>
<br/>
<br/>
<br/>
<img src="https://upload.emiia.ru/emiia47.png" alt="ЭМИИА" style="width:100%; ">
<div class="separator" style="background-color: white; clear: both; font-size: medium; font-weight: ; text-align: left; text-transform: none;">
<article>
<h1>FOG/EDGE COMPUTING</h1>
<br/>
<p>Обработка, хранение данных и запуск программного кода на границе устройств и локальной сети. <strong>Туманные/периферийные (граничные)</strong> вычислительные системы обеспечивают ускорение потоков данных, включая их обработку в реальном времени, а также безопасное хранение, без использования локальных компьютеров или серверов (частных) и публичных облачных ресурсов.</p>
<br/>
<p>Туманные/периферийные вычисления критически важны для развития таких технологических направлений, как автомобили с автопилотом, умные пространства и интеллектуальные сети.</p>
<p>Объединение туманных (Fog Computing) и периферийных/граничных (Edge Computing) вычислений в общесистемную структуру, позволяет распределять ресурсы вычислений, хранение, управление и создание сети в любом месте континуума.</p>
<p>Данный формат обеспечивает эффективную обработку больших объемов данных, снижая загрузку интернет-каналов. С одной стороны, это позволяет существенно сократить капитальные затраты и операционные расходы, а с другой — эффективно использовать инфраструктуру. Кроме того, способность обрабатывать данные без их помещения в облако обеспечивает дополнительный уровень защиты конфиденциальных данных.</p>
<p>Старший директор по корпоративным стратегическим инновациям в Cisco и член Консорциума OpenFog Хелдер Антунес считает, что граничные вычисления являются компонентом или подмножеством туманных вычислений. Туманные вычисления – своеобразный путь для данных от места их создания до конечной точки. В свою очередь, граничные вычисления обрабатывают данные исключительно локально. Туманные вычисления включают в себя не только локальную обработку данных, но и их передачу в конечную точку.<a href="https://www.emiia.ru/p/b2b.html" target="_self" style="cursor: pointer; font-size:13px; text-decoration: none; padding:0px; color:#4A99D9; background-color:#ffffff; border-radius:15px; border: 0px solid #000000;"> ПОДРОБНЕЕ<img alt="EMIIA" width="20" height="20" src="https://upload.emiia.ru/emiia42.svg"/></a></p>
<br/>
<article/>
</div>
<br/>
<img src="https://emiia.github.io/1/EMIIA1400.gif" alt="Когнитивная радиооптика" style="width:100%; ">
<div class="separator" style="background-color: white; clear: both; font-size: medium; font-weight: ; text-align: left; text-transform: none;">
<article>
<h1>WIRELESS MESH NETWORK</h1>
<br/>
<p>Беспроводная сеть между устройствами <strong>ЭМИИА</strong>, функционирующая по принципам ячеистой топологии. Ячеистая топология (mesh-сеть) — сетевая топология компьютерной сети (VPN/P2P/M2M/WLAN/LAN–IPv6), построенная на принципе ячеек, в которой рабочие станции сети соединяются друг с другом и способны принимать на себя роль коммутатора для остальных участников.</p>
<br/>
<p>Данная организация сети является достаточно сложной в настройке, однако при такой топологии реализуется высокая отказоустойчивость. Как правило, узлы соединяются по принципу «каждый с каждым». Таким образом, большое количество связей обеспечивает широкий выбор маршрута трафика внутри сети — следовательно, обрыв одного соединения не нарушит функционирования сети в целом.
<a href="https://www.emiia.ru/p/b2b.html" target="_self" style="cursor: pointer; font-size:13px;text-align: left; text-decoration: none; padding:0px; color:#4A99D9; background-color:#ffffff; border-radius:15px; border: 0px solid #000000;"> ПОДРОБНЕЕ<img alt="EMIIA" width="20" height="20" src="https://upload.emiia.ru/emiia42.svg"/></a></p>
<br/>
</article>
<br/>
<img src="https://emiia.github.io/1/emiia53.png" alt="Когнитивная радиооптика" style="width:100%; ">
<div class="separator" style="background-color: white; clear: both; font-size: medium; font-weight: ; text-align: left; text-transform: none;">
<article>
<h1>ЦИФРОВАЯ ПЛАТФОРМА</h1>
<br/>
<p>Автономная кибер-физическая платформа <strong>ЭМИИА</strong>. 10-30 % снижение капитальных и операционных затрат (автоматизация, информационная безопасность, роботы, машины, устройства, цифровые двойники, IoT/IIoT, Industry 4.0). Встраиваемые программно-аппаратные решения c интегрированным самообновляющимся ПО и автономной нейронной сетью для задач автоматизации и машинного зрения на принципах когнитивной радиооптики:</p>
<br/>
<p>• Встраиваемые smart контроллеры и ПО (автомобили, машины, роботы, оборудование, устройства);</p>
<p>• Машинное зрение (когнитивная радиооптика);</p>
<p>• Телекоммуникационные вычислительные системы (беспроводные технологии, туманные/периферийные вычисления).
<a href="https://www.emiia.ru/p/b2b.html" target="_self" style="cursor: pointer; font-size:13px;text-align: left; text-decoration: none; padding:0px; color:#4A99D9; background-color:#ffffff; border-radius:15px; border: 0px solid #000000;"> ПОДРОБНЕЕ<img alt="EMIIA" width="20" height="20" src="https://upload.emiia.ru/emiia42.svg"/></a></p>
<br/>
</article>
<!-- POSTS SECTION-->
<div class="separator" style="background-color: white; clear: both; font-size: medium; font-weight: ; text-align: center; text-transform: none;">
</div>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<div class="separator" style="background-color: white; clear: both; font-size: medium; font-weight: ; text-align: center; text-transform: none;">
<img src="" /><a href="https://www.youtube.com/channel/UCRIEanauGczbzAJ5XG7V0ew"><img src="https://upload.emiia.ru/emiia44.svg" style="width: 45px; height: 45px; padding:3px; color: black; background-color: transparent; border-radius:5px; border: 5px solid transparent;" title="VIDEO"/></a>
<img src="" /><a href="https://www.emiia.ru/p/white-paper.html"><img src="https://emiia.github.io/emiia24.svg" style="width: 45px; height: 45px; padding:3px; color: black; background-color: transparent; border-radius:5px; border: 5px solid transparent;" title="WHITE PAPER"/></a>
<img src="" /><a href="https://github.com/EMIIA"><img src="https://emiia.github.io/emiia63.svg" style="width: 45px; height: 45px; padding:3px; color: black; background-color: transparent; border-radius:5px; border: 5px solid transparent;" title="GIT HUB"/></a>
<img src="" /><a href="mailto:emiia@emiia.ru"><u></u><img src="https://emiia.github.io/emiia22.svg" style="width: 45px; height: 45px; padding:4px; color: black; background-color: transparent; border-radius:5px; border: 5px solid transparent;" title="Отправить e-mail"/></a>
<img src="" /><a href="https://emiia.github.io/1/support.html"><img src="https://emiia.github.io/emiia21.svg" style="width: 45px; height: 45px; padding:3px; color: black; background-color: transparent; border-radius:5px; border: 5px solid transparent;" title="Форма обратной связи"/></a>
<img src="" /><a href="tel:+74951421883"><u></u><img src="https://emiia.github.io/emiia23.svg" style="width: 45px; height: 45px; padding:3px; color: black; background-color: transparent; border-radius:5px; border: 5px solid transparent;" title="Вызов"/></a>
<br/>
<br/>
<br/>
<a href="https://www.emiia.ru/p/information-economy.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color: black; background-color: transparent; border-radius:10px; border: 0px solid #000000;">О НАС</a>
<a href="https://www.emiia.ru/p/information-economy.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color: black; background-color: transparent; border-radius:10px; border: 0px solid #000000;">КОНТАКТЫ</a>
<a href="https://www.emiia.ru/p/emiia.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color: black; background-color: transparent; border-radius:10px; border: 0px solid #000000;">СМИ О ПРОЕКТЕ</a>
<a href="https://www.emiia.ru"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color: black; background-color: transparent; border-radius:10px; border: 0px solid #000000;">САЙТ</a>
<a href="https://www.emiia.ru/p/projects.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color: black; background-color: transparent; border-radius:10px; border: 0px solid #000000;">ПРОЕКТЫ</a>
<br/>
<br/>
<br/>
<a href="https://www.emiia.ru/p/confidentiality.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color:#4A99D9; background-color: transparent; border-radius:10px; border: 0px solid #000000;">TERMS</a>
<a href="https://www.emiia.ru/p/confidentiality.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color:#4A99D9; background-color: transparent; border-radius:10px; border: 0px solid #000000;">PRIVACY</a>
<a href="https://www.emiia.ru/p/confidentiality.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color:#4A99D9; background-color: transparent; border-radius:10px; border: 0px solid #000000;">SECURITY</a>
<a href="https://emiia.github.io/1/support.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color:#4A99D9; background-color: transparent; border-radius:10px; border: 0px solid #000000;">HELP</a>
<a href="https://www.emiia.ru"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color:#4A99D9; background-color: transparent; border-radius:10px; border: 0px solid #000000;">SITE</a>
<a href="https://github.com/EMIIA"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color:#4A99D9; background-color: transparent; border-radius:10px; border: 0px solid #000000;">GITHUB</a>
<a href="https://www.emiia.ru/p/information-economy.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color:#4A99D9; background-color: transparent; border-radius:10px; border: 0px solid #000000;">ABOUT</a>
<a href="https://www.emiia.ru/p/emiia.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color:#4A99D9; background-color: transparent; border-radius:10px; border: 0px solid #000000;">PRESS</a>
<a href="https://www.emiia.ru/p/projects.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color:#4A99D9; background-color: transparent; border-radius:10px; border: 0px solid #000000;">PROJECTS</a>
<a href="https://www.emiia.ru/p/white-paper.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color:#4A99D9; background-color: transparent; border-radius:10px; border: 0px solid #000000;">WHITE PAPER</a>
<a href="https://emiia.github.io/1/preorder.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color:#4A99D9; background-color: transparent; border-radius:10px; border: 0px solid #000000;">PRE ORDER</a>
<a href="https://www.emiia.ru/p/information-economy.html"
target="_self" style="cursor: pointer; text-align: center; font-size:11px; text-decoration: none; padding:2px; color:#4A99D9; background-color: transparent; border-radius:10px; border: 0px solid #000000;">CONTACTS</a>
<br/>
<br/>
<br/>
<br/>
<p class="buttond" style="text-align: left;"><a href="https://www.emiia.ru/p/information-economy.html"
target="_self" style="cursor: pointer; text-align: left; font-size:8px; text-decoration: none; padding:2px; color: black; background-color:transparent ; border-radius:10px; border: 0px solid #000000;">© ЭМИИА | EMIIA</a>
</section>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://blog.emiia.ru/readmore.js"></script>
<script>
$('article').readmore({
maxHeight: 240,
moreLink: '<p class="buttond" style="text-align: left;"><a href="https://www.emiia.ru" target="_self" style="cursor: pointer; font-size:1px; text-decoration: none; padding:0px; color:#4A99D9; background-color:transparent; border-radius:0px; border: 0px solid #000000;"><img alt="EMIIA" width="20" height="20" src="https://upload.emiia.ru/emiia43.svg"/></p>',
lessLink: '<p class="buttond" style="text-align: left;"><a href="https://www.emiia.ru" target="_self" style="cursor: pointer; font-size:13px; text-decoration: none; padding:0px; color:#4A99D9; background-color:transparent; border-radius:15px; border: 0px solid #000000;"><img alt="EMIIA" width="30" height="30" src="https://upload.emiia.ru/emiia39.svg"/></p>'
});
</script>
</body>
</html>
<!doctype html>
<style>
.menu ul {
margin:-30px;
list-style: none;
font-family: "Montserrat", sans-serif;
display: none;
position: 700px;
min-width: 700px;
min-height: 1500px
border-radius:0px;
border: 0px solid #ffffff;
line-height: -20px;
line-width: -20px;
background-color: white;
box-shadow: 100px 100px 1000px 2500px rgba(255,255,255,255.255);
z-index: +2;
}
.menu {
display: inline-block;
position: fixed; /* Фиксированное положение */
right: 25px; /* Расстояние от правого края окна браузера */
top: 7.4%; /* Расстояние сверху */
}
.menu .title {
font-size: 0px;
}
.menu .title:before {
content: url(https://emiia.github.io/1/emiia11.svg);
z-index: +2;
cursor: pointer;
}
.menu.open .title:before {
content: url(https://emiia.github.io/1/emiia12.svg);
position: fixed;
right: 25px;
top: 7,4%;
z-index: +2;
}
.menu.open ul {
display: block;
}
</style>
<div id="sweeties" class="menu" class="menu-ul">
<span class="title"></span>
<ul>
<br/>
<br/>
<br/>
<br/>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()"></a>
<div class="overlay-content">
<br/>
<br/>
<p class="buttond" style="text-align: left"><a href="https://emiia.ru/" target="_self" style="cursor: pointer; font-size:11px; text-decoration: none; padding:8px; color:#000000; background-color:#ffffff; border-radius:3px; border: 0px solid #000000; margin-left: 65%; ">ГЛАВНАЯ</a></p>
<p class="buttond" style="text-align: left"><a href="https://www.emiia.ru/p/information-economy.html" target="_self" style="cursor: pointer; font-size:11px; text-decoration: none; padding:8px; color:#000000; background-color:#ffffff; border-radius:3px; border: 0px solid #000000; margin-left: 65%;">О НАС/КОНТАКТЫ</a></p>
<p class="buttond" style="text-align: left"><a href="https://www.emiia.ru/p/emiia.html" target="_self" style="cursor: pointer; font-size:11px; text-decoration: none; padding:8px; color:#000000; background-color:#ffffff; border-radius:3px; border: 0px solid #000000; margin-left: 65%;">СМИ О ПРОЕКТЕ</a></p>
<p class="buttond" style="text-align: left"><a href="https://www.emiia.ru/p/projects.html" target="_self" style="cursor: pointer; font-size:11px; text-decoration: none; padding:8px; color:#000000; background-color:#ffffff; border-radius:3px; border: 0px solid #000000; margin-left: 65%;">ПРОЕКТЫ</a></p>
<p class="buttond" style="text-align: left"><a href="https://www.emiia.ru" target="_self" style="cursor: pointer; font-size:11px; text-decoration: none; padding:8px; color:#000000; background-color:#ffffff; border-radius:3px; border: 0px solid #000000; margin-left: 65%;">САЙТ</a></p>
<p class="buttond" style="text-align: left"><a href="https://www.emiia.ru/p/b2b.html" target="_self" style="cursor: pointer; font-size:11px; text-decoration: none; padding:8px; color:#4A99D9; background-color:#ffffff; border-radius:3px; border: 0px solid #000000; margin-left: 65%;">SMART КОНТРОЛЛЕРЫ</a></p>
<p class="buttond" style="text-align: left"><a href="https://www.emiia.ru/p/emonocle.html" target="_self" style="cursor: pointer; font-size:11px; text-decoration: none; padding:8px; color:#4A99D9; background-color:#ffffff; border-radius:3px; border: 0px solid #000000; margin-left: 65%;">SMART ПАНЕЛИ</a></p>
<p class="buttond" style="text-align: left"><a href="https://www.emiia.ru/p/radio.html" target="_self" style="cursor: pointer; font-size:11px; text-decoration: none; padding:8px; color:#4A99D9; background-color:#ffffff; border-radius:3px; border: 0px solid #000000; margin-left: 65%;">КОГНИТИВНАЯ РАДИООПТИКА</a></p>
<p class="buttond" style="text-align: left"><a href="https://emiia.github.io/1/support.html" target="_self" style="cursor: pointer; font-size:11px; text-decoration: none; padding:8px; color:#000000; background-color:#ffffff; border-radius:3px; border: 0px solid #000000; margin-left: 65%;">ФОРМА ОБРАТНОЙ СВЯЗИ</a></p>
<p class="buttond" style="text-align: left"><a href="https://emiia.github.io/1/preorder.html" target="_self" style="cursor: pointer; font-size:11px; text-decoration: none; padding:8px; color:#4A99D9; background-color:#ffffff; border-radius:3px; border: 0px solid #000000; margin-left: 65%;">ПРЕДЗАКАЗ</a></p>
<div class="buttond" style="text-align: left">
<a href="https://emiia.github.io/1/login.html" style="background-color: white; border-radius: 3px; border: 0px solid #000000; color: #4A99D9 cursor: pointer; font-size: 8px; padding: 4px; text-decoration: none; margin-left: 65%;" target="_self">  ВХОД | РЕГИСТРАЦИЯ-ТЕСТОВЫЙ АККАУНТ</a>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</div></ul>
</div>
<script>
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
var menuElem = document.getElementById('sweeties');
var titleElem = menuElem.querySelector('.title');
titleElem.onclick = function() {
menuElem.classList.toggle('open');
}
</script>
</body>
</html>
<br/>
<br/>
<div style="position: fixed; top: 6.5%; left: 5.5%; z-index: +1;">
<a href="https://www.emiia.ru" title="ЭМИИА | EMIIA">
<img src="https://upload.emiia.ru/emiia40.svg" />
<div style="position: fixed; top: 7.4%; right: 75px; z-index: +1;">
<a href="https://emiia.github.io/1/preorder.html" title="Предзаказ">
<img src="https://emiia.github.io/1/emiia1.svg" />
</a>
</div>
<div z-index: 3;">
<script type='text/javascript'>
(function () {
window['yandexChatWidgetCallback'] = function() {
try {
window.yandexChatWidget = new Ya.ChatWidget({
guid: '48441f6e-97b0-43b4-bb68-d5e97cc2b743',
buttonText: 'эмииа',
title: 'ЭМИИА',
theme: 'dark',
collapsedDesktop: 'never',
collapsedTouch: 'never'
});
} catch(e) { }
};
var n = document.getElementsByTagName('script')[0],
s = document.createElement('script');
s.async = true;
s.charset = 'UTF-8';
s.src = 'https://chat.s3.yandex.net/widget.js';
n.parentNode.insertBefore(s, n);
})();
</script></div>
<!DOCTYPE html>
<!--
NOTES:
1. All tokens are represented by '$' sign in the template.
2. You can write your code only wherever mentioned.
3. All occurrences of existing tokens will be replaced by their appropriate values.
4. Blank lines will be removed automatically.
5. Remove unnecessary comments before creating your template.
-->
<html>
<head>
<meta charset="UTF-8">
<meta name="authoring-tool" content="Adobe_Animate_CC">
<title>man1</title>
<!-- write your code here -->
<script src="https://code.createjs.com/createjs-2015.11.26.min.js"></script>
<script src="https://emiia.github.io/svg/man3.js"></script>
<script>
var canvas, stage, exportRoot, anim_container, dom_overlay_container, fnStartAnimation;
function init() {
canvas = document.getElementById("canvas");
anim_container = document.getElementById("animation_container");
dom_overlay_container = document.getElementById("dom_overlay_container");
var comp=AdobeAn.getComposition("CE752CCBB48F054A8D32F2E6A8EB7A08");
var lib=comp.getLibrary();
handleComplete({},comp);
}
function handleComplete(evt,comp) {
//This function is always called, irrespective of the content. You can use the variable "stage" after it is created in token create_stage.
var lib=comp.getLibrary();
var ss=comp.getSpriteSheet();
exportRoot = new lib.man1();
stage = new lib.Stage(canvas);
//Registers the "tick" event listener.
fnStartAnimation = function() {
stage.addChild(exportRoot);
createjs.Ticker.setFPS(lib.properties.fps);
createjs.Ticker.addEventListener("tick", stage);
}
//Code to support hidpi screens and responsive scaling.
function makeResponsive(isResp, respDim, isScale, scaleType) {
var lastW, lastH, lastS=1;
window.addEventListener('resize', resizeCanvas);
resizeCanvas();
function resizeCanvas() {
var w = lib.properties.width, h = lib.properties.height;
var iw = window.innerWidth, ih=window.innerHeight;
var pRatio = window.devicePixelRatio || 1, xRatio=iw/w, yRatio=ih/h, sRatio=0.4;
if(isResp) {
if((respDim=='width'&&lastW==iw) || (respDim=='height'&&lastH==ih)) {
sRatio = lastS;
}
else if(!isScale) {
if(iw<w || ih<h)
sRatio = Math.min(xRatio, yRatio);
}
else if(scaleType==1) {
sRatio = Math.min(xRatio, yRatio);
}
else if(scaleType==2) {
sRatio = Math.max(xRatio, yRatio);
}
}
canvas.width = w*pRatio*sRatio;
canvas.height = h*pRatio*sRatio;
canvas.style.width = dom_overlay_container.style.width = anim_container.style.width = w*sRatio+'px';
canvas.style.height = anim_container.style.height = dom_overlay_container.style.height = h*sRatio+'px';
stage.scaleX = pRatio*sRatio;
stage.scaleY = pRatio*sRatio;
lastW = iw; lastH = ih; lastS = sRatio;
stage.tickOnUpdate = false;
stage.update();
stage.tickOnUpdate = true;
}
}
makeResponsive(false,'both',false,1);
AdobeAn.compositionLoaded(lib.properties.id);
fnStartAnimation();
}
</script>
<!-- write your code here -->
</head>
<body onload="init();" style="margin:0px;">
<div id="animation_container" style="background-color:rgba(); width: px; position: relative; margin: auto; align: center; height:0px">
<canvas id="canvas" width="" height="" style="position: absolute; display: block; background-color:rgba();"></canvas>
<div id="dom_overlay_container" style="pointer-events:none; overflow:hidden; width:0px; height:0px; position: absolute; left: 0px; top: 0px; display: block;">
</div>
</div>
</body>
</html>