Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions data/examples/europython/sessions.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"sessions_before": null,
"next_session": null,
"prev_session": null,
"website_url": "https://ep2024.europython.eu/session/this-is-a-test-talk-from-a-test-speaker-about-a-test-topic",
"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": {
Expand All @@ -47,7 +47,7 @@
"tweet": "Hey, short tweet",
"duration": "30",
"level": "beginner",
"delivery": "in-person",
"delivery": "remote",
"resources": null,
"room": null,
"start": null,
Expand All @@ -57,7 +57,7 @@
"sessions_before": null,
"next_session": null,
"prev_session": null,
"website_url": "https://ep2024.europython.eu/session/a-talk-with-shorter-title",
"website_url": "https://ep2025.europython.eu/session/a-talk-with-shorter-title",
"youtube_url": "https://youtube.com/watch?v=12345679012"
}
}
2 changes: 1 addition & 1 deletion data/examples/europython/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"bluesky_url": "https://bsky.app/profile/username.bsky.social",
"mastodon_url": null,
"twitter_url": null,
"website_url": "https://ep2024.europython.eu/speaker/a-speaker"
"website_url": "https://ep2025.europython.eu/speaker/a-speaker"
}
}
4 changes: 2 additions & 2 deletions data/examples/pretalx/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"question": {
"id": 3434,
"question": {
"en": "Social (Github/Gitlab)"
"en": "Social (GitHub/GitLab)"
}
},
"answer": "https://github.com/F3DC8A",
Expand Down Expand Up @@ -221,7 +221,7 @@
"question": {
"id": 3431,
"question": {
"en": "Company / Organization / Educational Institution"
"en": "Company/Organization/Educational Institution"
}
},
"answer": "A Company",
Expand Down
16 changes: 8 additions & 8 deletions data/examples/pretalx/submissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"question": {
"id": 3412,
"question": {
"en": "Abstract as a tweet / toot"
"en": "Abstract as a short post (150 character max)"
}
},
"answer": "This is a short version of this talk, as a tweet.",
Expand Down Expand Up @@ -97,10 +97,10 @@
"question": {
"id": 3420,
"question": {
"en": "My presentation can be delivered"
"en": "My presentation can be delivered in-person"
}
},
"answer": "in-person at the conference venue",
"answer": "Yes",
"answer_file": null,
"submission": "A8CD3F",
"review": null,
Expand All @@ -109,7 +109,7 @@
{
"id": 4500,
"answer": {
"en": "in-person at the conference venue"
"en": "Yes"
}
}
]
Expand Down Expand Up @@ -170,7 +170,7 @@
"question": {
"id": 3412,
"question": {
"en": "Abstract as a tweet / toot"
"en": "Abstract as a short post (150 character max)"
}
},
"answer": "Hey, short tweet",
Expand Down Expand Up @@ -204,10 +204,10 @@
"question": {
"id": 3420,
"question": {
"en": "My presentation can be delivered"
"en": "My presentation can be delivered in-person"
}
},
"answer": "in-person at the conference venue",
"answer": "No",
"answer_file": null,
"submission": "B8CD4F",
"review": null,
Expand All @@ -216,7 +216,7 @@
{
"id": 4500,
"answer": {
"en": "in-person at the conference venue"
"en": "No"
}
}
]
Expand Down