-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorials.json
More file actions
105 lines (94 loc) · 3.97 KB
/
tutorials.json
File metadata and controls
105 lines (94 loc) · 3.97 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"tutorials":[
{
"project": "Unpredictable Atmospheres",
"authors":["Lucia Rebolino"],
"panel": "Visual Code",
"tags": ["GIS", "mapping", "cartography", "data representation", "weather", "climate","open data","NASA"]
},
{
"project": "What is An Index: Census Experiments",
"authors":["Jia Zhang"],
"panel": "Visual Code",
"tags": ["CSR","GIS", "mapping", "census", "data representation", "administrative boundaries"]
},
{
"project": "Mapping War via Satellite",
"authors":["Jamon Van Den Hoek, Corey Scher"],
"panel": "Mapping Conflict",
"tags": ["GIS", "mapping", "machine learning", "computer vision","satellite"]
},
{
"project": "Mapping Afro-Brazilian Religious Histories: An AI-Assisted Tutorial",
"authors":["Ana Paulina Lee, Jared Lieberman"],
"panel": "Counter Narrative",
"tags": ["machine learning", "language", "black magic", "Rio de Janeiro", "religious persecution"]
},
{
"project": "Aerosol Reparations",
"authors":["V. Mitch McEwen"],
"panel": "Counter Narrative",
"tags": [ "Pruitt-Igoe", "Rhino", "Atmospheric modeling", "drawing","reparative analysis", "Open Street Maps","Grasshopper"]
},
{
"project": "Another AI Is Possible",
"authors":["Catherine D’Ignazio"],
"panel": "Counter Narrative",
"tags": ["feminicide", "gender-related violence", "data activism", "public interest technology"]
},
{
"project": "Weather Patterns, Climate Footprints",
"authors":["Sophie Dyer"," Sasha Engelmann"],
"panel": "Local Data",
"tags": ["DIY Tools", "open weather data", "climate", "sensors","mapping"]
},
{
"project": "Disorientation as a Critical Methodology for Data Visualization",
"authors":["Yanni Loukissas"],
"panel": "Local Data",
"tags": ["local data", "mapping", "augmented reality", "disorientation", "community"]
},
{
"project": "No Innocent Models",
"authors":["Beth Coleman"],
"panel": "Network Models",
"tags": ["GAN model", "image processing", "artist controls","networks"]
},
{
"project": "Anima Critical Race Studies Otherwise",
"authors":["Ezekiel Dixon-Román"],
"panel": "Network Models",
"tags": ["critical race studies", "computational cultures","network model"]
},
{
"project": "Interview On Visual Investigative Reporting",
"authors":["Alison Killing"],
"panel": "Counter Forensics",
"tags": ["journalism", "open source", "spatial analysis", "social media", "eye witness", "visual investigations", "human in the loop"]
},
{
"project": "Reconstructing Historical Events",
"authors":["Maksym Rokmaniko, The Center for Spatial Technologies"],
"panel": "Counter Forensics",
"tags": ["reconstruction", "human rights", "GIS","Center for Spatial Technologies", "mapbox", "context model","historical sites","aerial imagery"]
},
{
"project": "Image Matching: Locating Imagery in 3D Space",
"authors":["Mykola Holovko, The Center for Spatial Technologies"],
"panel": "Counter Forensics",
"tags": ["reconstruction", "human rights", "GIS","Center for Spatial Technologies", "context model","historical sites","aerial imagery"]
},
{
"project": "Techniques in Camera Matching",
"authors":["Nick Masterton"],
"panel": "Counter Forensics",
"tags": ["forensic architecture", "dolly camera","GIS", "motion tracking", "camera matching", "video tagging"]
},
{
"project": "Recovering the Social, Ground the Technical",
"authors":["Wendy Hui Kyong Chun"],
"panel": "Network Models",
"tags": ["Homophily", "algorithmic practices", "social networks", "imagined networks", "network science", "data discrimination","research methodology"]
}
]
}