Fix tipos
This commit is contained in:
parent
6a3aefca1d
commit
bc94e615be
@ -126,8 +126,8 @@ class Person(val data: HtmlData) : HtmlData by data {
|
|||||||
context(PageContext) private fun FlowContent.team() {
|
context(PageContext) private fun FlowContent.team() {
|
||||||
val team = findByType("magprog_team").map { Person(it.value) }.sortedBy { it.order }
|
val team = findByType("magprog_team").map { Person(it.value) }.sortedBy { it.order }
|
||||||
|
|
||||||
div("header") {
|
div("inner") {
|
||||||
h1("title") {
|
h2 {
|
||||||
+"Команда"
|
+"Команда"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -147,7 +147,7 @@ context(PageContext) private fun FlowContent.team() {
|
|||||||
|
|
||||||
div("content") {
|
div("content") {
|
||||||
div("inner") {
|
div("inner") {
|
||||||
h2 {
|
h3 {
|
||||||
a(href = "#team_${member.id}") { +member.name }
|
a(href = "#team_${member.id}") { +member.name }
|
||||||
}
|
}
|
||||||
htmlData(member)
|
htmlData(member)
|
||||||
@ -160,8 +160,8 @@ context(PageContext) private fun FlowContent.team() {
|
|||||||
context(PageContext) private fun FlowContent.mentors() {
|
context(PageContext) private fun FlowContent.mentors() {
|
||||||
val mentors = findByType("magprog_mentor").mapValues { Person(it.value) }.entries.sortedBy { it.value.id }
|
val mentors = findByType("magprog_mentor").mapValues { Person(it.value) }.entries.sortedBy { it.value.id }
|
||||||
|
|
||||||
div("header") {
|
div("inner") {
|
||||||
h1("title") {
|
h2 {
|
||||||
+"Научные руководители"
|
+"Научные руководители"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -357,7 +357,7 @@ internal fun Application.magProgPage(context: Context, rootPath: Path, prefix: S
|
|||||||
href = "$homeRef#mentors"
|
href = "$homeRef#mentors"
|
||||||
+"Научные руководители"
|
+"Научные руководители"
|
||||||
}
|
}
|
||||||
nav {
|
nav() {
|
||||||
ul {
|
ul {
|
||||||
mentors.forEach {
|
mentors.forEach {
|
||||||
li {
|
li {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
content_type: magprog_mentor
|
content_type: magprog_mentor
|
||||||
name: Пантуев Владислав Сергеевич
|
name: Пантуев Владислав Сергеевич
|
||||||
id: Pantuev
|
id: Pantuev
|
||||||
photo: Pantuev.jpg
|
photo: images/mentors/Pantuev.jpg
|
||||||
language: ru
|
language: ru
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
**Dедущий научный сотрудник ИЯИ РАН**
|
**Ведущий научный сотрудник ИЯИ РАН**
|
||||||
|
|
||||||
Поиск новой физики за пределами Стандартной Модели частиц
|
Поиск новой физики за пределами Стандартной Модели частиц
|
||||||
|
|
||||||
Ключевые слова: *Kotlin, Java, Linux, обработка данных, визуализация данных, физика частиц*
|
Ключевые слова: *Экспериментальная физика, анализ сигналов*
|
@ -2,7 +2,7 @@
|
|||||||
content_type: magprog_mentor
|
content_type: magprog_mentor
|
||||||
name: Зиновьев Алексей Викторович
|
name: Зиновьев Алексей Викторович
|
||||||
id: Zinoviev
|
id: Zinoviev
|
||||||
photo: Zinoviev.jpg
|
photo: images/mentors/Zinoviev.jpg
|
||||||
language: ru
|
language: ru
|
||||||
---
|
---
|
||||||
#### Организация
|
#### Организация
|
Loading…
Reference in New Issue
Block a user