Skip to content

Commit

Permalink
Fix schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
rtancman committed Dec 6, 2023
1 parent 6c2b807 commit fe43b05
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
19 changes: 12 additions & 7 deletions _data/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,29 @@
timeslots:
- {
startTime: "09:00",
endTime: "10:00",
endTime: "09:30",
sessionIds: [207]
}
- {
startTime: "10:00",
endTime: "10:40",
startTime: "09:30",
endTime: "09:50",
sessionIds: [009]
}
- {
startTime: "10:40",
endTime: "11:15",
startTime: "09:50",
endTime: "10:15",
sessionIds: [010]
}
- {
startTime: "11:15",
endTime: "12:00",
startTime: "10:15",
endTime: "11:00",
sessionIds: [001]
}
- {
startTime: "11:00",
endTime: "12:00",
sessionIds: [004]
}
- {
startTime: "12:00",
endTime: "13:30",
Expand Down
6 changes: 3 additions & 3 deletions _data/sessions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
# video: ""
-
id: 004
title: ""
title: "Como usar inteligência artificial sem perder para o Hype"
description: ""
subtype: presentation
speakers: []
speakers: [1]
language: pt-br
# complexity: ""
# video: ""
Expand Down Expand Up @@ -101,7 +101,7 @@
# video: ""
-
id: 008
title: "Keynote"
title: "Como desenvolver competências para avançar na carreira, sem perder tempo com \"o que não faz diferença\""
description: ""
subtype: presentation
speakers: [1]
Expand Down

0 comments on commit fe43b05

Please sign in to comment.