Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Yuan on agenda #448

Merged
merged 2 commits into from
Oct 28, 2024
Merged
Changes from 1 commit
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
18 changes: 17 additions & 1 deletion config/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,11 @@
"name": "Daniel Kocot",
"title": "Head of API Consulting at codecentric AG",
"img": "/img/online-conf-images/Daniel.webp"
},
{
"name": "Yuan Yuan",
"title": "MSE DS Student",
"img": "/img/online-conf-images/Yuan.webp"
thulieblack marked this conversation as resolved.
Show resolved Hide resolved
}
],
"agenda": [
Expand Down Expand Up @@ -400,7 +405,7 @@
"speaker": 2,
"type": "Technical Session"
},
{
{
"time": "17:40 PM UTC - 17:50 PM UTC",
"session": "",
"type": "Break"
Expand All @@ -410,6 +415,17 @@
"session": "Broadening the API Landscape: AsyncAPI and CloudEvents in the Enterprise",
"speaker": 11,
"type": "Technical Session"
},
{
"time": "18:20 PM UTC - 18:30 PM UTC",
"session": "",
"type": "Break"
},
{
"time": "18:30 PM UTC - 19:00 PM UTC",
"session": "My GSoC Experience with AsyncAPI",
"speaker": 12,
"type": "Community Session"
}
]
}
Expand Down
Loading