File tree Expand file tree Collapse file tree 4 files changed +52
-2
lines changed
contents/articles/2025/03-24_joint-welcome-session Expand file tree Collapse file tree 4 files changed +52
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : 東大エンジニア系サークル合同新歓を開催します
3+ image : ./thumbnail.png
4+ categories :
5+ - event
6+ author : ykobayashi
7+ date : 2025-03-24
8+ ---
9+
10+ ## 📌 イベント概要
11+
12+ ### 📅 開催日時
13+
14+ - 4/9 (火) 18:30 開場 / 19:00 〜 21:00
15+ - 4/15 (月) 18:30 開場 / 19:00 〜 21:00
16+
17+ ### 🏢 開催場所
18+
19+ 📍 駒場学生会館予定
20+ - 部屋が確定し次第お知らせいたします。
21+ - 抽選があるため、もし会場が確保できなかった場合は他の教室に変更する場合があります。
22+
23+ ## 📝 イベント内容
24+
25+ 1 . サークル紹介プレゼン(各サークル 5 分程度)
26+ - 活動内容、雰囲気、過去のプロジェクトなどを紹介!
27+
28+ 2 . 座談会(1セクション 10 分)
29+ - 新入生をグループに分け、各グループにサークルメンバーが参加。
30+ - 15分ごとにサークルが入れ替わり、複数のサークルの先輩の話を聞けます!
31+
32+ 3 . 個別相談会(終了まで)
33+ - 「もっと詳しく知りたい!」という方のために、ブースを用意!
34+ - 直接サークルメンバーに質問したり、入会相談も可能!
35+
36+ ## 👥 参加サークル
37+
38+ - [ ut.code();] ( https://utcode.net )
39+ - [ TSG] ( https://tsg.ne.jp/ )
40+ - [ RoboTech] ( https://robotech.tuk.t.u-tokyo.ac.jp/ )
41+ - [ UTFF] ( https://utff.com/ )
42+ - 灯 ([ X] ( https://x.com/UT_TOMOSHIBI ) )
43+
44+ ## 📢 参加方法
45+
46+ ✅ Google フォームを提出するだけ! < https://forms.gle/sAU7A9uMVerQPpUb6 >
47+
48+ (当日飛び入り参加も OK!)
49+
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ const url = Astro.url.href;
2121/>
2222<meta property =" og:site_name" content =" ut.code();" />
2323<meta property =" og:title" content ={ title } />
24+ { description && <meta property = " og:description" content = { description } />}
2425<meta property =" og:image" content ={ image .src } />
2526<meta property =" og:url" content ={ url } />
2627<meta property =" og:locale" content =" ja_JP" />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export async function getStaticPaths() {
1717const { article } = Astro .props ;
1818const { Content } = await render (article );
1919const author =
20- article .data .author && (await getEntry (" members" , article .data .author ? .id ));
20+ article .data .author && (await getEntry (" members" , article .data .author .id ));
2121if (article .data .author && ! author )
2222 throw new Error (
2323 ` Author not found for article ${article .id }, searched for author ${article .data .author .id } ` ,
@@ -26,7 +26,7 @@ if (article.data.author && !author)
2626
2727<GlobalLayout
2828 title ={ article .data .title }
29- description =" ut.code(); のウェブサイトに書かれた記事のひとつです。"
29+ description ={ " ut.code(); のウェブサイトに書かれた記事のひとつです。" }
3030 focus ={ Focus .articles }
3131 image ={ article .data .image }
3232>
You can’t perform that action at this time.
0 commit comments