Skip to content

Commit c24010f

Browse files
committed
Update schedule.json
1 parent 5bd8411 commit c24010f

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

app/package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"framer-motion": "^12.23.24",
1818
"lucide-react": "^0.554.0",
1919
"md5": "^2.3.0",
20-
"next": "16.0.3",
20+
"next": "^16.0.3",
2121
"react": "19.2.0",
2222
"react-dom": "19.2.0",
2323
"react-icons": "^5.5.0",

app/public/data/schedule.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
{
6767
"title": "企業講座",
6868
"start": "13:00",
69-
"end": "15:00",
69+
"end": "15:30",
7070
"location": "繁城講堂",
7171
"description": "邀請業界工程師分享實務經驗、團隊合作與職涯發展建議。",
7272
"speaker": "",
@@ -76,7 +76,7 @@
7676
},
7777
{
7878
"title": "AI 實作",
79-
"start": "15:00",
79+
"start": "15:30",
8080
"end": "18:00",
8181
"location": "啟端館1F階梯教室",
8282
"description": "結合前述 AI 概論內容,帶領學員實作簡單的機器學習模型,從資料準備、模型訓練到評估,讓學員能夠親手體驗 AI 專案的完整流程。",
@@ -105,19 +105,19 @@
105105
"speakerBio": "資深競程與教學工作者,APCS 滿級分、CPE 專家級。擔任過 SCIST S5 總召及演算法助教,並於 SCIST 2024 寒訓任副召、2025擔任講師;同時參與 SITCON 2026 行銷組,對課程設計與學生教學有豐富經驗與實務心得。",
106106
"speakerAvatar": "/assets/images/4yu.webp"
107107
},
108-
{ "title": "社群攤位&午餐", "start": "11:30", "end": "14:30" },
108+
{ "title": "社群攤位&午餐", "start": "11:30", "end": "15:00" },
109109
{
110110
"title": "Deploy",
111-
"start": "14:30",
112-
"end": "16:30",
111+
"start": "15:00",
112+
"end": "17:00",
113113
"location": "啟端館1F階梯教室",
114114
"description": "介紹應用程式部署的基本概念與實務方法,涵蓋雲端服務、容器化技術與持續整合/持續部署(CI/CD)流程,幫助學員了解如何將應用程式順利上線並維護運行。",
115115
"link": "",
116116
"speaker": "OsGa",
117117
"speakerBio": "雲科大網管小組系統組組長,在 SCIST 2024 寒訓中負責活動組、2025擔任講師,擁有百小時以上公開分享經驗;同時擔任 SITCON 2026 開​發​組副​組​長。活躍於各社群,長期負責活動規劃、開發與出題,熟悉活動執行與技術內容傳播。",
118118
"speakerAvatar": "/assets/images/osga.webp"
119119
},
120-
{ "title": "黑客松&晚餐", "start": "16:30", "end": "20:00" }
120+
{ "title": "黑客松&晚餐", "start": "17:00", "end": "20:00" }
121121
]
122122
},
123123
{

0 commit comments

Comments
 (0)