-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsubmissions.json
More file actions
232 lines (232 loc) · 8.08 KB
/
submissions.json
File metadata and controls
232 lines (232 loc) · 8.08 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
[
{
"code": "A8CD3F",
"speakers": [
{
"code": "F3DC8A",
"name": "A Speaker",
"biography": "This is a biography of F3D speaker",
"avatar": "https://pretalx.com/media/avatars/picture.jpg",
"email": "f3dc8a@example.com"
},
{
"code": "ZXCVBN",
"name": "ZXC Speaker",
"biography": "This is a biography of ZXC speaker",
"avatar": "https://pretalx.com/media/avatars/picture.jpg",
"email": "zxcvbn@example.com"
}
],
"title": "This is a test talk from a test speaker about a test topic.",
"submission_type": "Talk (long session)",
"submission_type_id": 3961,
"track": {
"en": "Software Engineering & Architecture"
},
"track_id": 4493,
"state": "confirmed",
"abstract": "This is the abstract of the talk, it should be about Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec condimentum viverra ante in dignissim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec molestie lorem enim, id dignissim mi faucibus a. Suspendisse mollis lobortis mollis. Praesent eu lorem id velit maximus blandit eget at nisl. Quisque fringilla pharetra euismod. Morbi id ante vitae tortor volutpat interdum fermentum id tortor. Vivamus ligula nisl, mattis molestie purus vel, interdum venenatis nulla. Nam suscipit scelerisque ornare. Ut consequat sem vel sapien porta pretium. Nullam non lacinia nulla, a tincidunt dui. Sed consequat nibh in nibh ornare, rhoncus sollicitudin sem lobortis. Etiam molestie est et felis sollicitudin, commodo facilisis mi vehicula. Quisque pharetra consectetur ligula, sit amet tincidunt nibh consectetur fringilla. Suspendisse eu libero sed magna malesuada bibendum sed et enim. Phasellus convallis tortor nec lectus venenatis, id tristique quam finibus.",
"description": null,
"duration": 45,
"resources": [
{
"resource": "https://example.com/notebook.ipynb",
"description": "Notebook used in the talk"
},
{
"resource": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"description": "Video of the robot in action"
}
],
"slot_count": 1,
"do_not_record": false,
"is_featured": false,
"content_locale": "en",
"slot": null,
"image": null,
"answers": [
{
"question": {
"id": 3406,
"question": {
"en": "Outline"
}
},
"answer": "This is an outline",
"answer_file": null,
"submission": "A8CD3F",
"review": null,
"person": null,
"options": []
},
{
"question": {
"id": 3412,
"question": {
"en": "Abstract as a short post (150 character max)"
}
},
"answer": "This is a short version of this talk, as a tweet.",
"answer_file": null,
"submission": "A8CD3F",
"review": null,
"person": null
},
{
"question": {
"id": 3412,
"question": {
"en": "Expected audience expertise"
}
},
"answer": "Intermediate",
"answer_file": null,
"submission": "A8CD3F",
"review": null,
"person": null,
"options": [
{
"id": 4495,
"answer": {
"en": "Intermediate"
}
}
]
},
{
"question": {
"id": 3420,
"question": {
"en": "My presentation can be delivered in-person"
}
},
"answer": "Yes",
"answer_file": null,
"submission": "A8CD3F",
"review": null,
"person": null,
"options": [
{
"id": 4500,
"answer": {
"en": "Yes"
}
}
]
}
],
"created": "2024-03-05T00:00:10.354629+01:00",
"pending_state": null,
"notes": "",
"internal_notes": null,
"tags": [],
"tag_ids": []
},
{
"code": "B8CD4F",
"speakers": [
{
"code": "G3DC8A",
"name": "Another Speaker",
"biography": "This is a biography of F3D speaker",
"avatar": "https://pretalx.com/media/avatars/picture.jpg",
"email": "g3dc8a@example.com"
}
],
"title": "A talk with shorter title",
"submission_type": "Talk",
"submission_type_id": 3961,
"track": {
"en": "PyData: LLMs"
},
"track_id": 4493,
"state": "confirmed",
"abstract": "This is the abstract of the shorter talk, it should be about Lorem ipsum dolor sit amet",
"description": null,
"duration": 30,
"slot_count": 1,
"do_not_record": false,
"is_featured": false,
"content_locale": "en",
"slot": null,
"image": null,
"resources": [],
"answers": [
{
"question": {
"id": 3406,
"question": {
"en": "Outline"
}
},
"answer": "This is an outline",
"answer_file": null,
"submission": "B8CD4F",
"review": null,
"person": null,
"options": []
},
{
"question": {
"id": 3412,
"question": {
"en": "Abstract as a short post (150 character max)"
}
},
"answer": "Hey, short tweet",
"answer_file": null,
"submission": "B8CD4F",
"review": null,
"person": null
},
{
"question": {
"id": 3412,
"question": {
"en": "Expected audience expertise"
}
},
"answer": "beginner",
"answer_file": null,
"submission": "B8CD4F",
"review": null,
"person": null,
"options": [
{
"id": 4495,
"answer": {
"en": "Beginner"
}
}
]
},
{
"question": {
"id": 3420,
"question": {
"en": "My presentation can be delivered in-person"
}
},
"answer": "No",
"answer_file": null,
"submission": "B8CD4F",
"review": null,
"person": null,
"options": [
{
"id": 4500,
"answer": {
"en": "No"
}
}
]
}
],
"created": "2024-03-09T00:00:10.354629+01:00",
"pending_state": null,
"notes": "",
"internal_notes": null,
"tags": [],
"tag_ids": []
}
]