Skip to content

Commit 11da306

Browse files
committed
add page, correct links
1 parent b9255e9 commit 11da306

6 files changed

Lines changed: 106 additions & 6 deletions

File tree

distributed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Распределенные вычисления</title>
99
<link rel="stylesheet" href="../compact.css">
1010
<script src="getBoincStats.js"></script>
11-
<script src="https://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>
11+
<script src="../sorttable.js"></script>
1212
</head>
1313
<body>
1414
<nav class="menu">

fulldome/index.html

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Полнокупольные видео</title>
7+
<link rel="stylesheet" href="../compact.css">
8+
<script src="../sorttable.js"></script>
9+
</head>
10+
<body>
11+
<h1>Полнокупольные видео</h1>
12+
<h2><a href="https://www.youtube.com/@kurzgesagt" target="_blank" rel="noopener noreferrer">Kurzgesagt</a></h2>
13+
<ul>
14+
<li><b title="Нейтронные звезды – самые невероятные объекты, не являющиеся черными дырами">Neutron Stars — The Most Extreme Things that are not Black Holes</b> (07:42):
15+
<a href="https://youtu.be/udFxKZRyQt4" target="_blank" rel="noopener noreferrer">Youtube</a> (русские субтитры),
16+
<a href="https://www.eso.org/public/videos/kurzgesagt_neutron-stars/" target="_blank" rel="noopener noreferrer">Fulldome</a></li>
17+
<li><b title="Черная дыра, уничтожающая галактики — квазары">The Black Hole That Kills Galaxies — Quasars</b> (09:06):
18+
<a href="https://youtu.be/V4Z8EdiJxgk" target="_blank" rel="noopener noreferrer">Youtube</a>,
19+
<a href="https://www.eso.org/public/videos/kurzgesagt-quasars/" target="_blank" rel="noopener noreferrer">Fulldome</a></li>
20+
<li><b title="Самая большая звезда во Вселенной — сравнение размеров">The Largest Star in the Universe (Size Comparison)</b> (10:56):
21+
<a href="https://youtu.be/3mnSDifDSxQ" target="_blank" rel="noopener noreferrer">Youtube</a> (русские субтитры),
22+
<a href="https://www.eso.org/public/videos/kurzgesagt_largest-star/" target="_blank" rel="noopener noreferrer">Fulldome</a></li>
23+
<li><b title="Самая большая чёрная дыра во Вселенной — сравнение размеров">The Largest Black Hole in the Universe (Size Comparison)</b> (11:46):
24+
<a href="https://youtu.be/0FH9cgRhQ-k" target="_blank" rel="noopener noreferrer">Youtube</a>,
25+
<a href="https://www.eso.org/public/videos/kurzgesagt_largest-black-hole/" target="_blank" rel="noopener noreferrer">Fulldome</a></li>
26+
</ul>
27+
28+
<h2>Полнокупольные фильмы</h2>
29+
30+
<h2><a href="https://fddb.org/shows/europe-to-the-stars">Europe to the Stars</a></h2>
31+
<ul>
32+
<li><b><a href="https://www.eso.org/public/announcements/ann18043/" target="_blank" rel="noopener noreferrer">Europe to the Stars. Experience ESO’s 50-year history of exploring the Southern Skies</a></b>
33+
</li>
34+
<li><b>Abstract animations</b> (00:48):
35+
<a href="https://youtu.be/fyYcwiS1I8c" target="_blank" rel="noopener noreferrer">Youtube</a>,
36+
<a href="https://www.eso.org/public/videos/psychodelic-space-trip-ps4/" target="_blank" rel="noopener noreferrer">Fulldome</a></li>
37+
<li><b>Remembering Galileo and his research</b> (00:29):
38+
<a href="https://youtu.be/OaQxCraVWhY" target="_blank" rel="noopener noreferrer">Youtube</a>,
39+
<a href="https://www.eso.org/public/videos/gallileo-telescope-ps4/" target="_blank" rel="noopener noreferrer">Fulldome</a></li>
40+
<li><b>Homo sapiens in Europe to the Stars</b> (00:18):
41+
<a href="https://youtu.be/09zB-nKf5o4" target="_blank" rel="noopener noreferrer">Youtube</a>,
42+
<a href="https://www.eso.org/public/videos/homo-sapiens-ps4/" target="_blank" rel="noopener noreferrer">Fulldome</a></li>
43+
<li><b><a href="https://www.eso.org/public/videos/archive/category/fulldome/?search=Europe+to+the+Stars" target="_blank" rel="noopener noreferrer">Все видео (22)</a></b></li>
44+
</ul>
45+
46+
<table class="sortable">
47+
<tr><th>Фильм</th><th>Film</th><th>Год&nbsp;&nbsp;&nbsp;</th><th>Время</th><th>Ссылки</th></tr><tr>
48+
<td><a href="https://fddb.org/shows/lichtmond-universe-of-light" target="_blank" rel="noopener noreferrer">Lichtmond. Вселенная света</a></td>
49+
<td>Lichtmond. Universe of Light</td>
50+
<td>2013</td>
51+
<td>39:00/51:00</td>
52+
<td></td>
53+
</tr><tr>
54+
<td><a href="https://fddb.org/shows/10-steps-through-the-sky-part-2-constellations" target="_blank" rel="noopener noreferrer">10 шагов сквозь небо. Шаг второй. Созвездия</a></td>
55+
<td>10 Steps through the Sky – Part 2: Constellations</td>
56+
<td>2013</td>
57+
<td>42:37</td>
58+
<td></td>
59+
</tr><tr>
60+
<td><a href="https://fddb.org/shows/lifes-question" target="_blank" rel="noopener noreferrer">Загадка жизни</a></td>
61+
<td>Life's Question</td>
62+
<td>2020</td>
63+
<td>22:27</td>
64+
<td><a href="https://youtu.be/w7pXnjAB4iU" target="_blank" rel="noopener noreferrer">Fulldome/Youtube</a> <a href="https://www.double-dome.com/" target="_blank" rel="noopener noreferrer">Double Dome</a></td>
65+
</tr><tr>
66+
<td><a href="https://fddb.org/shows/europe-to-the-stars" target="_blank" rel="noopener noreferrer">Европа к звездам</a></td>
67+
<td>Europe to the Stars</td>
68+
<td>2018</td>
69+
<td>31:22</td>
70+
<td><a href="https://www.eso.org/public/videos/europe-to-the-stars/" target="_blank" rel="noopener noreferrer">Fulldome</a>,
71+
<a href="https://youtu.be/Y6HhTz5-I5I" target="_blank" rel="noopener noreferrer">Youtube</a></td>
72+
</tr><tr>
73+
<td><a href="https://fddb.org/shows/phantom-of-the-universe-the-hunt-for-dark-matter" target="_blank" rel="noopener noreferrer">Призрак Вселенной: в поисках темной материи</a></td>
74+
<td>Phantom of the Universe – The Hunt for Dark Matter</td>
75+
<td>2017</td>
76+
<td>27:36</td>
77+
<td><a href="https://www.eso.org/public/videos/potu/" target="_blank" rel="noopener noreferrer">Fulldome</a></td>
78+
</tr><tr>
79+
<td><a href="https://fddb.org/shows/beyond-the-sun" target="_blank" rel="noopener noreferrer">Экзопланеты</a></td>
80+
<td>Beyond the Sun</td>
81+
<td>2018</td>
82+
<td>26:21</td>
83+
<td></td>
84+
</tr><tr>
85+
<td><a href="https://fddb.org/shows/dinosaurs-a-story-of-survival" target="_blank" rel="noopener noreferrer">Динозавры. История выживших</a></td>
86+
<td>DinosaurS: A Story of Survival</td>
87+
<td>2022</td>
88+
<td>28:12</td>
89+
<td></td>
90+
</tr>
91+
</table>
92+
93+
<h2 id="links">Ссылки</h2>
94+
<ul>
95+
<li><a href="https://www.eso.org/public/videos/archive/category/fulldome/" target="_blank" rel="noopener noreferrer">ESO Video Archive: Fulldome</a></li>
96+
<li><a href="https://www.ips-planetarium.org/page/fulldomemasters" target="_blank" rel="noopener noreferrer">Free Fulldome Programs and Clips</a></li>
97+
<li><a href="https://docs.google.com/spreadsheets/d/1WPf_M9djImQWvmVzYsSkc78l5Q0Y_edp8pUPAi-p93M/" target="_blank" rel="noopener noreferrer">Полнокупольные программы и фильмы в Московском планетарии: таблица</a></li>
98+
</ul>
99+
</body>
100+
</html>

life/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2>Ссылки</h2>
1818
<li><a href="https://en.wikipedia.org/wiki/CHON" target="_blank" rel="noopener noreferrer" title="carbon, hydrogen, oxygen, nitrogen">CHON</a> и <abbr title="carbon, hydrogen, nitrogen, oxygen, phosphorus, sulfur">CHNOPS</abbr>: этими буквами написана азбука земной жизни</li>
1919
<li><a href="https://www.fddb.org/fulldome-shows/lifes-question/" target="_blank" rel="noopener noreferrer">Life's Question</a>
2020
(<a href="https://www.double-dome.com/" target="_blank" rel="noopener noreferrer">Double Dome</a>, 2020).
21-
<a href="https://youtu.be/w7pXnjAB4iU?si=pze_Zf-zslQSi50Q" target="_blank" rel="noopener noreferrer">Fulldome film</a> video</li>
21+
<a href="https://youtu.be/w7pXnjAB4iU" target="_blank" rel="noopener noreferrer">Fulldome film</a> video</li>
2222
<li><a href="https://en.wikipedia.org/wiki/Astrobiology" target="_blank" rel="noopener noreferrer">Астробиология</a></li>
2323
<li><a href="https://en.wikipedia.org/wiki/Plants_in_space" target="_blank" rel="noopener noreferrer">Растения в космосе</a>.
2424
<a href="https://en.wikipedia.org/wiki/Astrobotany" target="_blank" rel="noopener noreferrer">Астроботаника</a>,
@@ -33,7 +33,7 @@ <h2>Ссылки</h2>
3333
<li>Александр Марков. <a href="https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D0%B6%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5_%D1%81%D0%BB%D0%BE%D0%B6%D0%BD%D0%BE%D1%81%D1%82%D0%B8" target="_blank" rel="noopener noreferrer">Рождение сложности</a>.
3434
<a href="https://www.corpus.ru/products/aleksandr-markov-rozhdenie-slozhnosti.htm" target="_blank" rel="noopener noreferrer">Эволюционная биология сегодня: неожиданные открытия и новые вопросы</a> (2010)</li>
3535
<li>Михаил Никитин. <a href="https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%B8%D1%81%D1%85%D0%BE%D0%B6%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5_%D0%B6%D0%B8%D0%B7%D0%BD%D0%B8._%D0%9E%D1%82_%D1%82%D1%83%D0%BC%D0%B0%D0%BD%D0%BD%D0%BE%D1%81%D1%82%D0%B8_%D0%B4%D0%BE_%D0%BA%D0%BB%D0%B5%D1%82%D0%BA%D0%B8" target="_blank" rel="noopener noreferrer">От туманности до клетки</a> (2016),
36-
видео <a href="https://youtu.be/1Y1ftA0CgrM?si=6KqnC73lZyg3ViX9" target="_blank" rel="noopener noreferrer">Жизнь до жизни</a></li>
36+
видео <a href="https://youtu.be/1Y1ftA0CgrM" target="_blank" rel="noopener noreferrer">Жизнь до жизни</a></li>
3737
<li><a href="https://nplus1.ru/blog/2021/06/21/inner-fish" target="_blank" rel="noopener noreferrer">Внутренняя рыба</a>. статья на N+1</li>
3838
<li>Нил Шубин:
3939
<a href="https://ru.wikipedia.org/wiki/%D0%92%D0%BD%D1%83%D1%82%D1%80%D0%B5%D0%BD%D0%BD%D1%8F%D1%8F_%D1%80%D1%8B%D0%B1%D0%B0._%D0%98%D1%81%D1%82%D0%BE%D1%80%D0%B8%D1%8F_%D1%87%D0%B5%D0%BB%D0%BE%D0%B2%D0%B5%D1%87%D0%B5%D1%81%D0%BA%D0%BE%D0%B3%D0%BE_%D1%82%D0%B5%D0%BB%D0%B0_%D1%81_%D0%B4%D1%80%D0%B5%D0%B2%D0%BD%D0%B5%D0%B9%D1%88%D0%B8%D1%85_%D0%B2%D1%80%D0%B5%D0%BC%D1%91%D0%BD_%D0%B4%D0%BE_%D0%BD%D0%B0%D1%88%D0%B8%D1%85_%D0%B4%D0%BD%D0%B5%D0%B9" target="_blank" rel="noopener noreferrer">Внутренняя рыба. История человеческого тела с древнейших времён до наших дней</a>.

links/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="Научная фантастика и технологии космических полетов: ссылки на материалы и исследования.">
88
<title>Научная фантастика и технологии космических полетов: ссылки</title>
99
<link rel="stylesheet" href="../compact.css">
10-
<script src="https://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>
10+
<script src="../sorttable.js"></script>
1111
</head>
1212
<body>
1313
<nav class="menu"><ul>

variability/stars/vg/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="Исследования переменных звезд в Московском дворце пионеров под руководством Д.В. Денисенко: таблицы параметров, ссылки.">
88
<meta name="keywords" content="переменные звезды, открытия переменных звезд, Д.В. Денисенко, Variable Star Index">
99
<title>Исследования переменных звезд в Московском дворце пионеров</title>
10-
<script src="https://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>
10+
<script src="../../../sorttable.js"></script>
1111
<style>
1212
body {
1313
background-color: #9ccce4;

video/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="description" content="Дмитрий Насонов: обучающие и научно-популярные видео по астрономии, веб-дизайну и программированию.">
99
<title>Видео: астрономия, веб-дизайн и программирование</title>
1010
<link rel="stylesheet" href="../compact.css">
11-
<script src="https://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>
11+
<script src="../sorttable.js"></script>
1212
</head>
1313
<body>
1414
<h1>Астрономия и программирование с Дмитрием Насоновым</h1>

0 commit comments

Comments
 (0)