diff --git a/presentation/Makefile b/presentation/Makefile index cae6d37..a9080de 100644 --- a/presentation/Makefile +++ b/presentation/Makefile @@ -1,5 +1,5 @@ -# FILES = $(patsubst %.md, %.docx, $(wildcard *.md)) FILES += $(patsubst %.md, %.pdf, $(wildcard *.md)) +FILES += $(patsubst %.md, %.html, $(wildcard *.md)) FILTERS = PDF_ENGINE = @@ -11,14 +11,13 @@ FILTERS += -F pandoc-crossref PDF_ENGINE += --pdf-engine=lualatex PDF_OPTIONS += --number-sections -%.docx: %.md - -pandoc "$<" $(FILTERS) -o "$@" +REVEALJS_THEME = moon %.pdf: %.md -pandoc "$<" $(FILTERS) $(PDF_ENGINE) $(PDF_OPTIONS) $(PDF_FORMAT_OPTIONS) -o "$@" -%.pdf: %.docx - -unoconv "$<" "$@" +%.html: %.md + -pandoc "$<" -s -t revealjs -V theme=$(REVEALJS_THEME) -o "$@" all: $(FILES) @echo $(FILES) diff --git a/presentation/image/kulyabov.jpg b/presentation/image/kulyabov.jpg new file mode 100644 index 0000000..655b52c Binary files /dev/null and b/presentation/image/kulyabov.jpg differ diff --git a/presentation/presentation.md b/presentation/presentation.md index e4021d8..37f82aa 100644 --- a/presentation/presentation.md +++ b/presentation/presentation.md @@ -1,42 +1,52 @@ --- ## Front matter lang: ru-RU -title: Structural approach to the deep learning method -author: | - Leonid A. Sevastianov\inst{1,3} - \and - Anton L. Sevastianov\inst{1} - \and - Edik A. Ayrjan\inst{2} - \and - Anna V. Korolkova\inst{1} - \and - Dmitry S. Kulyabov\inst{1,2} - \and - Imrikh Pokorny\inst{4} -institute: | - \inst{1}RUDN University, Moscow, Russian Federation - \and - \inst{2}LIT JINR, Dubna, Russian Federation - \and - \inst{3}BLTP JINR, Dubna, Russian Federation - \and - \inst{4}Technical University of Košice, Košice, Slovakia -date: NEC--2019, 30 September -- 4 October, 2019 Budva, Montenegro - -## Formatting +title: Структура научной презентации +subtitle: Простейший шаблон +author: + - Кулябов Д. С. + - Королькова А. В. +institute: + - Российский университет дружбы народов, Москва, Россия + - Объединённый институт ядерных исследований, Дубна, Россия +date: 01 января 1970 + +## Formatting pdf toc: false slide_level: 2 +aspectratio: 169 +section-titles: true +toc: true theme: metropolis -header-includes: +header-includes: - \metroset{progressbar=frametitle,sectionpage=progressbar,numbering=fraction} - '\makeatletter' - '\beamer@ignorenonframefalse' - '\makeatother' -aspectratio: 43 -section-titles: true --- +# Информация + +## Докладчик + +:::::::::::::: {.columns align=center} +::: {.column width="70%"} + + * Кулябов Дмитрий Сергеевич + * д.ф.-м.н., профессор + * профессор кафедры прикладной информатики и теории вероятностей + * Российский университет дружбы народов + * [kulyabov-ds@rudn.ru](mailto:kulyabov-ds@rudn.ru) + * + +::: +::: {.column width="30%"} + +![](./image/kulyabov.jpg) + +::: +:::::::::::::: + # Технологии ## Проблемы машинного обучения