Skip to content

Commit

Permalink
Merge pull request #134 from golony6449/feature/golony/timetable-hype…
Browse files Browse the repository at this point in the history
…rlink

시간표 변동사항 반영
  • Loading branch information
golony6449 authored Aug 7, 2023
2 parents 9b4b79c + dd12329 commit 807a537
Showing 1 changed file with 2 additions and 36 deletions.
38 changes: 2 additions & 36 deletions constants/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const Day1: TimeTable[] = [
title:
'로컬 환경에서 사이즈가 큰 데이터를 처리/분석하기 위한 전략: 🐼Pandas 2.0, 🤗HF Datasets',
id: '46',
host_name: '오성우(sackoh)',
host_name: '오성우',
room_num: ['101/102'],
category: '데이터 과학',
},
Expand Down Expand Up @@ -482,41 +482,7 @@ const Day2: TimeTable[] = [
],
},
{
time: '13:00 ~ 13:20 (20`)',
sessions: [
{
title: 'Break',
id: '',

room_num: ['101/102', '103', '104/105'],
},
],
},
{
time: '13:20 ~ 14:00 (40`)',
sessions: [
{
title: '',
id: '',
host_name: '',
room_num: ['101/102'],
},
{
title: '',
id: '',
host_name: '',
room_num: ['103'],
},
{
title: '',
id: '',
host_name: '',
room_num: ['104/105'],
},
],
},
{
time: '14:00 ~ 14:20 (20`)',
time: '13:00 ~ 14:20 (80`)',
sessions: [
{
title: 'Break',
Expand Down

0 comments on commit 807a537

Please sign in to comment.