Skip to content

Commit

Permalink
feat(make): add html target (reveal.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadharma committed Aug 25, 2022
1 parent 5e91751 commit 9bc9cb7
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 32 deletions.
9 changes: 4 additions & 5 deletions presentation/Makefile
Original file line number Diff line number Diff line change
@@ -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 =
Expand All @@ -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)
Expand Down
Binary file added presentation/image/kulyabov.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 37 additions & 27 deletions presentation/presentation.md
Original file line number Diff line number Diff line change
@@ -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)
* <https://yamadharma.github.io/ru/>

:::
::: {.column width="30%"}

![](./image/kulyabov.jpg)

:::
::::::::::::::

# Технологии

## Проблемы машинного обучения
Expand Down

0 comments on commit 9bc9cb7

Please sign in to comment.