diff --git a/_data/events.yaml b/_data/events.yaml new file mode 100644 index 00000000..2f0ecd6d --- /dev/null +++ b/_data/events.yaml @@ -0,0 +1,122 @@ +# 研究室生活イベントデータ + +- date: 2025-07-10 + title: + title_jp: 研究室配属・歓迎会 + description: + description_jp: 研究室に配属され,新しい環境での生活がスタート.教授や先輩,同期たちと初めての顔合わせを行います. + image: /images/lablife/assignment.jpg + detail: | + detail_jp: | + 昨年度はピザやオードブルを食べながら,自己紹介をしたり,ゲームで盛り上がったりしました.顔合わせを通じて,これからの研究室生活の具体的なイメージが浮かびました. + +- date: 2025-10-01 + title: + title_jp: 卒業研究1 スタート + description: + description_jp: 秋学期からは,研究の準備段階として,必要な知識を身につけるための卒業研究1が始まります. + image: /images/lablife/sotsuken1.jpg + detail: | + detail_jp: | + 卒業研究1では,大学院生や4回生の先輩の助けを借りながら,AISLabで必要になる画像処理やロボットに関する知識を学びます.また,学んだ知識を活かして実際に制作物を作り,発表することで研究の流れを体験できます.素晴らしい制作物を作った学生にはいいことがあるかも...? + +- date: 2025-12-15 + title: + title_jp: 忘年会 + description: + description_jp: 忘年会を通じて1年間の振り返りと交流を行います. + image: /images/lablife/year_end.jpg + detail: | + detail_jp: | + AISLabの忘年会には,学生だけではなくOBの方々も参加します.世代を超えた交流で,ここでしか聞けない話や思い出話に花を咲かせます. + +- date: 2026-01-20 + title: + title_jp: 卒業研究1 最終発表 + description: + description_jp: 卒業研究1の締めくくりとして,これまでの技術と知識を活かして自由に作品を制作し,発表します. + image: /images/lablife/sotsuken1_fin.jpg + detail: | + detail_jp: | + 半年間の集大成として,同期でグループになって一つの作品を完成させます. + +- date: 2026-03-01 + title: + title_jp: 春の講習会 + description: + description_jp: + image: /images/assignment/Lee.jpg + detail: | + detail_jp: | + +- date: 2026-04-10 + title: + title_jp: 4回生ゼミ スタート + description: + description_jp: + image: /images/assignment/Lee.jpg + detail: | + detail_jp: | + +- date: 2026-05-15 + title: + title_jp: 研究 スタート + description: + description_jp: + image: /images/assignment/Lee.jpg + detail: | + detail_jp: | + +- date: 2026-09-15 + title: + title_jp: 夏合宿(中間発表) + description: + description_jp: + image: /images/assignment/Lee.jpg + detail: | + detail_jp: | + +- date: 2026-10-15 + title: + title_jp: 留学生歓迎会 + description: + description_jp: + image: /images/assignment/Lee.jpg + detail: | + detail_jp: | + +- date: 2026-12-15 + title: + title_jp: 忘年会 + description: + description_jp: + image: /images/assignment/Lee.jpg + detail: | + detail_jp: | + +- date: 2027-01-01 + title: + title_jp: お正月 + description: + description_jp: + image: /images/assignment/Lee.jpg + detail: | + detail_jp: | + +- date: 2027-02-01 + title: + title_jp: 卒論発表 + description: + description_jp: + image: /images/assignment/Lee.jpg + detail: | + detail_jp: | + +- date: 2027-03-20 + title: + title_jp: 卒業式 + description: + description_jp: + image: /images/assignment/Lee.jpg + detail: | + detail_jp: | \ No newline at end of file diff --git a/_data/recruit.yaml b/_data/recruit.yaml index 8bfb2cf8..52b8ca8f 100644 --- a/_data/recruit.yaml +++ b/_data/recruit.yaml @@ -1,13 +1,14 @@ -- title: One-on-one Meeting with rinciple Investigator - title_jp: 指導教員との二者面談 - group: contents - link: contents/one-on-one-meeting - description: You will have a one-on-one meeting with the principal investigator. You can directly discuss the atmosphere and research content of the laboratory. - description_jp: 研究室の指導教員と二者面談を行います。研究室の雰囲気や研究内容について直接お話しすることができます。 - image: /images/assignment/Lee.jpg +# - title: One-on-one Meeting with rinciple Investigator +# title_jp: 指導教員との二者面談 +# group: contents +# link: contents/one-on-one-meeting +# description: You will have a one-on-one meeting with the principal investigator. You can directly discuss the atmosphere and research content of the laboratory. +# description_jp: 研究室の指導教員と二者面談を行います。研究室の雰囲気や研究内容について直接お話しすることができます。 +# image: /images/assignment/Lee.jpg -- title: Daily Research Life of Senior Students - title_jp: 先輩の一日の研究生活 +- title: Research Life After Assignment + title_jp: 研究室配属後の生活 + link: contents/lablife group: contents - title: What Made Last Year's 3rd Year Students Choose the AIS Lab. diff --git a/_includes/lablife.html b/_includes/lablife.html new file mode 100644 index 00000000..d1b513d8 --- /dev/null +++ b/_includes/lablife.html @@ -0,0 +1,120 @@ +
+ +{% assign emptyarray = "" | split: "," %} +{% if site.data[include.data] %} + {% assign events = site.data[include.data] %} +{% else %} + {% assign events = emptyarray %} +{% endif %} + +{% if include.sort_asc %} + {% assign sorted_events = events | sort: "date" %} +{% else %} + {% assign sorted_events = events | sort: "date" %} +{% endif %} + ++ {% if site.lang == "jp" %} + {{ event.description_jp }} + {% else %} + {{ event.description }} + {% endif %} +
+ + {% if site.lang == "jp" %} + 詳細を見る + {% else %} + More details + {% endif %} + ++ {% if site.lang == "jp" %} + 研究室生活のデータを準備中です。もうしばらくお待ちください。 + {% else %} + We are preparing data about laboratory life. Please wait a little longer. + {% endif %} +
+