-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsections.json
65 lines (65 loc) · 2.08 KB
/
sections.json
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
59
60
61
62
63
64
65
{
"arts": {
"Literature": {"tags": []},
"Science Fiction": {"tags": []},
"Fantasy": {"tags": []},
"Design": {"tags": []},
"Architecture": {"tags": []}
},
"business": {
"Economics": {"tags": []},
"Finance": {"tags": []},
"Entrepreneurship": {"tags": []},
"Leadership": {"tags": []},
"Strategy": {"tags": []},
"Marketing": {"tags": []},
"Artificial Intelligence": {"tags": []},
"Computer Science": {"tags": []},
"Software Engineering": {"tags": []}
},
"science": {
"Physics": {"tags": []},
"Space": {"tags": []},
"Astronomy": {"tags": []},
"Biology": {"tags": []},
"Oceanography": {"tags": []},
"Renewable Energy": {"tags": []},
"Climate Science": {"tags": []},
"Ecology": {"tags": []},
"Sustainability": {"tags": []},
"Permaculture": {"tags": []},
"Climate Change": {"tags": []}
},
"philosophy": {
"Ancient Philosophy": {"tags": []},
"Modern Philosophy": {"tags": []},
"Ethics": {"tags": []},
"Epistemology": {"tags": []},
"Metaphysics": {"tags": []},
"Linguistics": {"tags": []},
"Neuroscience": {"tags": []},
"Consciousness": {"tags": []},
"Existentialism": {"tags": []},
"Theology": {"tags": []},
"Mysticism": {"tags": []},
"Atheism": {"tags": []},
"Eastern Religion": {"tags": []},
"Western Religion": {"tags": []},
"Productivity": {"tags": []},
"Relationships": {"tags": []},
"Psychology": {"tags": []},
"Personal Development": {"tags": []},
"Mindfulness": {"tags": []}
},
"history": {
"Antiquity": {"tags": []},
"Biography": {"tags": []},
"Modern History": {"tags": []},
"Political History": {"tags": []},
"Cultural History": {"tags": []},
"Exploration": {"tags": []},
"Revolutions": {"tags": []},
"Archaeology": {"tags": []},
"Military History": {"tags": []}
}
}