diff --git a/src/components/workshop/Workshop2026Section.astro b/src/components/workshop/Workshop2026Section.astro
index 427898a..225a4f9 100644
--- a/src/components/workshop/Workshop2026Section.astro
+++ b/src/components/workshop/Workshop2026Section.astro
@@ -20,14 +20,84 @@ export function date(
: new Date(2026, month - 1, date, hour, minute)
}
-export const items: Item[] = []
+export const items: Item[] = [
+ {
+ date: date(4, 20, 18, 30),
+ title: 'ガイダンス・環境構築',
+ place: '共C306',
+ description:
+ 'OUCCの紹介と環境構築、開発に必要なツールの使い方の講習(基礎講習)を行います。ガイダンス・環境構築は両日とも内容は同一です。',
+ },
+ {
+ date: date(4, 23, 18, 30),
+ title: 'ガイダンス・環境構築',
+ place: '共C306',
+ description:
+ 'OUCCの紹介と環境構築、開発に必要なツールの使い方の講習(基礎講習)を行います。ガイダンス・環境構築は両日とも内容は同一です。',
+ },
+ {
+ date: date(4, 28, 18, 30),
+ title: '基礎講習(Git, shellなど)',
+ place: '豊中共創棟B棟',
+ description:
+ '豊中共創棟B棟は場所がわかりづらいため、全学教育共通棟前で集合してから移動します。',
+ },
+ {
+ date: date(5, 12, 18, 30),
+ title: 'C#/Unity①',
+ place: undefined,
+ description:
+ 'ゲーム開発をはじめ幅広い用途で用いられる言語であるC#を扱います。本格的なゲームエンジンであるUnityを使用してゲーム開発を行います。',
+ },
+ {
+ date: date(5, 13, 18, 30),
+ title: 'Python①',
+ place: undefined,
+ description: '文法がシンプルで学びやすい言語であるPythonを扱います。',
+ },
+ {
+ date: date(5, 19, 18, 30),
+ title: 'C#/Unity②',
+ place: undefined,
+ description:
+ 'ゲーム開発をはじめ幅広い用途で用いられる言語であるC#を扱います。本格的なゲームエンジンであるUnityを使用してゲーム開発を行います。',
+ },
+ {
+ date: date(5, 20, 18, 30),
+ title: 'Python②',
+ place: undefined,
+ description:
+ 'Pythonのゲームライブラリである、Pyxelを使用して簡単なゲームを開発することを目指します。',
+ },
+ {
+ date: date(5, 26, 18, 30),
+ title: 'C#/Unity③',
+ place: undefined,
+ description:
+ 'ゲーム開発をはじめ幅広い用途で用いられる言語であるC#を扱います。本格的なゲームエンジンであるUnityを使用してゲーム開発を行います。',
+ },
+ {
+ date: undefined,
+ title: 'C/C++',
+ circleNames: ['RAINBOU'],
+ place: undefined,
+ description:
+ 'OSや組み込みシステムなど、高速な処理が求められる分野で広く用いられる言語であるC/C++を扱います。阪大の競技プログラミングサークルであるRAINBOUが担当します',
+ },
+]
const dateFormat = new Intl.DateTimeFormat('ja-JP', {
weekday: 'short',
month: 'numeric',
day: 'numeric',
- // hour: '2-digit',
- // minute: '2-digit',
+ hour: '2-digit',
+ minute: '2-digit',
+})
+
+const dateFormatWithoutTime = new Intl.DateTimeFormat('ja-JP', {
+ weekday: 'short',
+ month: 'numeric',
+ day: 'numeric',
})
---
@@ -35,13 +105,23 @@ const dateFormat = new Intl.DateTimeFormat('ja-JP', {
- 2026年度の講習会をサーオリ後に発表します。 + 2026年度の講習会について情報をまとめています。 開始時刻や開催場所などの詳細ついては随時更新します。是非お気軽にご参加ください!
こちらから講習会の資料や連絡を受け取れます。 - どなたでも無料で参加できます。是非お気軽にご参加ください! + どなたでも無料で参加できます。 + 事前の予約等は不要ですので、是非お気軽にご参加ください!