-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
101 changed files
with
121,704 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,219 @@ | ||
<!DOCTYPE html> | ||
<html lang="" xml:lang=""> | ||
<head> | ||
<title>ГИС 01</title> | ||
<meta charset="utf-8" /> | ||
<script src="https://nplatonov.github.io/site_libs/header-attrs-2.26/header-attrs.js"></script> | ||
<link href="https://nplatonov.github.io/site_libs/remark-css-0.0.1/default.css" rel="stylesheet" /> | ||
<link href="https://nplatonov.github.io/site_libs/remark-css-0.0.1/hygge.css" rel="stylesheet" /> | ||
<link href="https://nplatonov.github.io/site_libs/tile-view-0.2.6/tile-view.css" rel="stylesheet" /> | ||
<script src="https://nplatonov.github.io/site_libs/tile-view-0.2.6/tile-view.js"></script> | ||
<link href="https://nplatonov.github.io/site_libs/animate.css-3.7.2/animate.xaringan.css" rel="stylesheet" /> | ||
<link rel="stylesheet" href="https://nplatonov.github.io/site_libs/common.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://nplatonov.github.io/site_libs/moon_reader.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://nplatonov.github.io/site_libs/moon_reader-fonts.css" type="text/css" /> | ||
</head> | ||
<body> | ||
<style> | ||
.remark-backdrop:after{ | ||
content: 'Никита Платонов \A \A ГИС аспирантура'; | ||
} | ||
:root {--pointsize: 22pt;} | ||
</style> | ||
|
||
<textarea id="source"> | ||
|
||
layout: true | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.banner[ | ||
|
||
.shorttitle[ | ||
[ГИС аспирантура](break.html#home) | ||
] | ||
|
||
] | ||
|
||
--- | ||
class: metadata customtitle middle left giphy | ||
name: H32169 | ||
<iframe width='220' height='220' class='timenow' src='https://www.timeanddate.com/worldclock/fullscreen.html?n=1440' frameborder='0' allow='encrypted-media' allowfullscreen></iframe> | ||
|
||
.sidebar.left-column[ | ||
|
||
] | ||
.mainbar.right-column[ | ||
|
||
|
||
|
||
|
||
|
||
.author[Никита Платонов] | ||
|
||
|
||
.institute[с.н.с. ИПЭЭ РАН] | ||
|
||
|
||
|
||
|
||
.title[Общие вопросы, введение] | ||
|
||
|
||
.subtitle[ГИС технологии в биологических исследованиях] | ||
|
||
|
||
.what[Занятие 01] | ||
|
||
|
||
.where[] | ||
|
||
|
||
.when[ .updated[Обновлено: 2024-03-28 14:30]] | ||
|
||
|
||
|
||
] | ||
--- | ||
|
||
|
||
|
||
|
||
|
||
|
||
+ Домашние задания выдаются раз в две недели на шесть дней со сдачей до 09:00 Мск UTC+3 в среду. Проверяются в течение среды. Выносятся на обсуждение на занятии в четверг. При уважительной причине допускается сдача на неделю позже. | ||
|
||
+ Домашние задания можно высылать как по почте, так и в Telegram | ||
|
||
+ В среду вечером перекличка, кто собирается приходить в класс. Чтобы не включать проектор, если никого в классе не будет. Преподаватель предупреждает, если не сможет провести занятие в классе; в этом случае в класс приходить не надо. | ||
|
||
+ Форма аттестации – зачет. Для зачета нужно сделать все домашние задания. Преподаватель может выдать индивидуальные задания, которые также будуь учитываться для получения зачёта. | ||
|
||
|
||
--- | ||
|
||
name: Hdb753 | ||
|
||
.sidebar.left-column[ | ||
|
||
] | ||
.mainbar.right-column[ | ||
|
||
|
||
] | ||
|
||
</textarea> | ||
<style data-target="print-only">@media screen {.remark-slide-container{display:block;}.remark-slide-scaler{box-shadow:none;}}</style> | ||
<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script> | ||
<script>var slideshow = remark.create({ | ||
"countIncrementalSlides": false, | ||
"ratio": "29:18", | ||
"navigation": { | ||
"scroll": true, | ||
"click": false, | ||
"touch": true | ||
}, | ||
"highlightLines": true | ||
}); | ||
if (window.HTMLWidgets) slideshow.on('afterShowSlide', function (slide) { | ||
window.dispatchEvent(new Event('resize')); | ||
}); | ||
(function(d) { | ||
var s = d.createElement("style"), r = d.querySelector(".remark-slide-scaler"); | ||
if (!r) return; | ||
s.type = "text/css"; s.innerHTML = "@page {size: " + r.style.width + " " + r.style.height +"; }"; | ||
d.head.appendChild(s); | ||
})(document); | ||
|
||
(function(d) { | ||
var el = d.getElementsByClassName("remark-slides-area"); | ||
if (!el) return; | ||
var slide, slides = slideshow.getSlides(), els = el[0].children; | ||
for (var i = 1; i < slides.length; i++) { | ||
slide = slides[i]; | ||
if (slide.properties.continued === "true" || slide.properties.count === "false") { | ||
els[i - 1].className += ' has-continuation'; | ||
} | ||
} | ||
var s = d.createElement("style"); | ||
s.type = "text/css"; s.innerHTML = "@media print { .has-continuation { display: none; } }"; | ||
d.head.appendChild(s); | ||
})(document); | ||
// delete the temporary CSS (for displaying all slides initially) when the user | ||
// starts to view slides | ||
(function() { | ||
var deleted = false; | ||
slideshow.on('beforeShowSlide', function(slide) { | ||
if (deleted) return; | ||
var sheets = document.styleSheets, node; | ||
for (var i = 0; i < sheets.length; i++) { | ||
node = sheets[i].ownerNode; | ||
if (node.dataset["target"] !== "print-only") continue; | ||
node.parentNode.removeChild(node); | ||
} | ||
deleted = true; | ||
}); | ||
})(); | ||
// add `data-at-shortcutkeys` attribute to <body> to resolve conflicts with JAWS | ||
// screen reader (see PR #262) | ||
(function(d) { | ||
let res = {}; | ||
d.querySelectorAll('.remark-help-content table tr').forEach(tr => { | ||
const t = tr.querySelector('td:nth-child(2)').innerText; | ||
tr.querySelectorAll('td:first-child .key').forEach(key => { | ||
const k = key.innerText; | ||
if (/^[a-z]$/.test(k)) res[k] = t; // must be a single letter (key) | ||
}); | ||
}); | ||
d.body.setAttribute('data-at-shortcutkeys', JSON.stringify(res)); | ||
})(document); | ||
(function() { | ||
"use strict" | ||
// Replace <script> tags in slides area to make them executable | ||
var scripts = document.querySelectorAll( | ||
'.remark-slides-area .remark-slide-container script' | ||
); | ||
if (!scripts.length) return; | ||
for (var i = 0; i < scripts.length; i++) { | ||
var s = document.createElement('script'); | ||
var code = document.createTextNode(scripts[i].textContent); | ||
s.appendChild(code); | ||
var scriptAttrs = scripts[i].attributes; | ||
for (var j = 0; j < scriptAttrs.length; j++) { | ||
s.setAttribute(scriptAttrs[j].name, scriptAttrs[j].value); | ||
} | ||
scripts[i].parentElement.replaceChild(s, scripts[i]); | ||
} | ||
})(); | ||
(function() { | ||
var links = document.getElementsByTagName('a'); | ||
for (var i = 0; i < links.length; i++) { | ||
if (/^(https?:)?\/\//.test(links[i].getAttribute('href'))) { | ||
links[i].target = '_blank'; | ||
} | ||
} | ||
})(); | ||
// adds .remark-code-has-line-highlighted class to <pre> parent elements | ||
// of code chunks containing highlighted lines with class .remark-code-line-highlighted | ||
(function(d) { | ||
const hlines = d.querySelectorAll('.remark-code-line-highlighted'); | ||
const preParents = []; | ||
const findPreParent = function(line, p = 0) { | ||
if (p > 1) return null; // traverse up no further than grandparent | ||
const el = line.parentElement; | ||
return el.tagName === "PRE" ? el : findPreParent(el, ++p); | ||
}; | ||
|
||
for (let line of hlines) { | ||
let pre = findPreParent(line); | ||
if (pre && !preParents.includes(pre)) preParents.push(pre); | ||
} | ||
preParents.forEach(p => p.classList.add("remark-code-has-line-highlighted")); | ||
})(document);</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.