-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsessions.json
More file actions
63 lines (63 loc) · 3.18 KB
/
sessions.json
File metadata and controls
63 lines (63 loc) · 3.18 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
{
"A8CD3F": {
"code": "A8CD3F",
"title": "This is a test talk from a test speaker about a test topic.",
"speakers": [
"F3DC8A", "ZXCVBN"
],
"session_type": "Talk (long session)",
"slug": "this-is-a-test-talk-from-a-test-speaker-about-a-test-topic",
"track": "Software Engineering & Architecture",
"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.",
"tweet": "This is a short version of this talk, as a tweet.",
"duration": "45",
"level": "intermediate",
"delivery": "in-person",
"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"
}
],
"room": null,
"start": null,
"end": null,
"sessions_in_parallel": null,
"sessions_after": null,
"sessions_before": null,
"next_session": null,
"prev_session": null,
"website_url": "https://ep2025.europython.eu/session/this-is-a-test-talk-from-a-test-speaker-about-a-test-topic",
"youtube_url": "https://youtube.com/watch?v=01234567890"
},
"B8CD4F": {
"code": "B8CD4F",
"title": "A talk with shorter title",
"speakers": [
"G3DC8A"
],
"session_type": "Talk",
"slug": "a-talk-with-shorter-title",
"track": "PyData: LLMs",
"abstract": "This is the abstract of the shorter talk, it should be about Lorem ipsum dolor sit amet",
"tweet": "Hey, short tweet",
"duration": "30",
"level": "beginner",
"delivery": "remote",
"resources": null,
"room": null,
"start": null,
"end": null,
"sessions_in_parallel": null,
"sessions_after": null,
"sessions_before": null,
"next_session": null,
"prev_session": null,
"website_url": "https://ep2025.europython.eu/session/a-talk-with-shorter-title",
"youtube_url": "https://youtube.com/watch?v=12345679012"
}
}