-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtracking.json
More file actions
64 lines (64 loc) · 902 Bytes
/
tracking.json
File metadata and controls
64 lines (64 loc) · 902 Bytes
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
{
"completed": [
{
"day": 1,
"title": "Probability Basics",
"theme": "Statistics"
},
{
"day": 2,
"title": "Bayesian Statistics",
"theme": "Statistics"
},
{
"day": 3,
"title": "Power Laws",
"theme": "Systems"
},
{
"day": 4,
"title": "Emergent Complexity",
"theme": "Systems"
},
{
"day": 5,
"title": "State Changes",
"theme": "Systems"
}
],
"in_progress": null,
"last_generated": "2026-01-31",
"last_day_number": 5,
"connections": {
"1": [
2,
15,
39
],
"2": [
1,
6,
40
],
"3": [
4,
21,
20
],
"4": [
3,
5,
17
],
"5": [
4,
23,
34
]
},
"metadata": {
"total_concepts": 50,
"created": "2026-01-31",
"version": "1.0"
}
}