Files
typst-init-example/.config/subjects.toml
T
2026-01-23 18:39:04 +02:00

20 lines
557 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[subjects.erv]
name = "ЕРВ"
full_name = "Електрорадіовимірювання"
mentors = [
{name = "Шевченко Т. Г.", degree = "Доцент кафедри ПІ", gender = "m"},
{name = "Франко І. Я.", degree = "Асистент кафедри ПІ", gender = "m"}
]
[subjects.fiz]
name = "ФІЗ"
full_name = "Фізика"
mentors = [
{name = "Шевченко Т. Г.", degree = "Доцент кафедри ПІ", gender = "m"}
]
[subjects.vm]
name = "ВМ"
full_name = "Вища математика"
mentors = []