-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
58 lines (58 loc) · 1.96 KB
/
config.json
File metadata and controls
58 lines (58 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"slug": "discrete-mathematics",
"name": {
"ru": "Дискретная математика",
"en": "Discrete Mathematics",
"cz": "Diskrétní matematika"
},
"description": {
"ru": "Логика, комбинаторика, теория графов, теория множеств и их приложения в информатике",
"en": "Logic, combinatorics, graph theory, set theory, and their applications in computer science",
"cz": "Logika, kombinatorika, teorie grafů, teorie množin a jejich aplikace v informatice"
},
"teachers": ["ivan-petrov", "maria-novakova"],
"keywords": {
"ru": ["дискретная математика", "графы", "логика", "комбинаторика", "множества", "рекурсия", "алгоритмы"],
"en": ["discrete mathematics", "graphs", "logic", "combinatorics", "sets", "recursion", "algorithms"],
"cz": ["diskrétní matematika", "grafy", "logika", "kombinatorika", "množiny", "rekurze", "algoritmy"]
},
"categories": [
{
"slug": "foundations",
"name": {
"ru": "Основы",
"en": "Foundations",
"cz": "Základy"
},
"articles": ["introduction", "core-concepts"]
},
{
"slug": "advanced",
"name": {
"ru": "Продвинутые темы",
"en": "Advanced Topics",
"cz": "Pokročilá témata"
},
"articles": ["advanced-topics"]
},
{
"slug": "practice",
"name": {
"ru": "Практика",
"en": "Practice",
"cz": "Praxe"
},
"articles": ["practice-problems"]
}
],
"metadata": {
"semester": 2,
"credits": 6,
"difficulty": "medium",
"department": {
"ru": "Кафедра прикладной математики и информатики",
"en": "Department of Applied Mathematics and Computer Science",
"cz": "Katedra aplikované matematiky a informatiky"
}
}
}