Skip to content

Commit

Permalink
update: mentor profile
Browse files Browse the repository at this point in the history
  • Loading branch information
choo121600 committed Aug 23, 2024
1 parent 023275f commit 1a8b5ef
Show file tree
Hide file tree
Showing 27 changed files with 99 additions and 41 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTESTUDY.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
studyName: "SwiftUI 스터디"
studyImg: "/images/study/2023/SwiftuiStudyImg.png"
studyType: "스터디"
studyPeriod: ["23 Winter"]
studyPeriod: ["24 Winter"]
studyDescription: "SwiftUI를 이용하여 iOS앱을 만들 수 있습니다."
audit: "청강가능"
leadName: "추영욱"
Expand Down
62 changes: 42 additions & 20 deletions src/components/main/MainStats.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,63 @@
import Container from "@components/base/Container.astro";
import { getCollection } from "astro:content";
const title = "2023 WINTER 방학교류"
const description = "2024년 1월부터 2월까지 약 한 달간 총 20개 대학에서 방학교류를 진행합니다."
const title = "2024 Winter 방학교류";
const description =
"2024년 1월부터 2월까지 약 한 달간 총 20개 대학에서 방학교류를 진행합니다.";
// 교류에 참여하는 학생수가 정해지면 아래의 변수를 숫자로 바꿔주세요.
const students = 102
const mentors = 7
const students = 102;
const mentors = 7;
const participants = students ? students : "??"
const participants = students ? students : "??";
const univs = await getCollection("univ")
const univs = await getCollection("univ");
---


<section class="text-gray-600 body-font">
<Container>
<div class="container px-5 py-12 mx-auto">
<div class="flex flex-col text-center w-full mb-10">
<h2 class="text-center text-2xl font-bold text-gray-800 dark:text-white md:text-4xl mb-4">{title}</h1>
<h2
class="text-center text-2xl font-bold text-gray-800 dark:text-white md:text-4xl mb-4"
>
{title}
</h2>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">{description}</p>
</div>

<div class="grid grid-cols-1 md:grid-cols-3 gap-4 text-center">
<div class="bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-600 p-6 rounded-lg">
<h2 class="text-3xl text-gray-900 dark:text-white font-medium">{participants} 명</h2>
<p class="mt-2 text-gray-600 dark:text-gray-400">교류에 참여한 학생</p>
<div
class="bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-600 p-6 rounded-lg"
>
<h2 class="text-3xl text-gray-900 dark:text-white font-medium">
{participants}
</h2>
<p class="mt-2 text-gray-600 dark:text-gray-400">
교류에 참여한 학생
</p>
</div>
<div class="bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-600 p-6 rounded-lg">
<h2 class="text-3xl text-gray-900 dark:text-white font-medium">{univs.length} 개 대학</h2>
<p class="mt-2 text-gray-600 dark:text-gray-400">교류에 참여한 학교</p>
<div
class="bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-600 p-6 rounded-lg"
>
<h2 class="text-3xl text-gray-900 dark:text-white font-medium">
{univs.length} 개 대학
</h2>
<p class="mt-2 text-gray-600 dark:text-gray-400">
교류에 참여한 학교
</p>
</div>
<div class="bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-600 p-6 rounded-lg">
<h2 class="text-3xl text-gray-900 dark:text-white font-medium">{mentors} 명</h2>
<p class="mt-2 text-gray-600 dark:text-gray-400">교류에 기여한 멘토</p>
<div
class="bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-600 p-6 rounded-lg"
>
<h2 class="text-3xl text-gray-900 dark:text-white font-medium">
{mentors}
</h2>
<p class="mt-2 text-gray-600 dark:text-gray-400">
교류에 기여한 멘토
</p>
</div>
</div>
</div>
</div>
</Container>
</section>
</section>
2 changes: 1 addition & 1 deletion src/content/sponsors/devocean.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ website: "https://devocean.sk.com/"
- SUSC 제 1회 전문가 밋업 줌 계정 지원
- SUSC 학교대표 OT 줌 계정 지원
- SUSC 제 2회 전문가 밋업 줌 계정 지원
- SUSC 2023 Winter OT 줌 계정 지원
- SUSC 2024 Winter OT 줌 계정 지원
- SUSC 제 3회 전문가 밋업 줌 계정 지원
2 changes: 1 addition & 1 deletion src/content/studyArchive/2023/winter_airflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
studyName: "Airflow 스터디 및 문서화"
studyImg: "/images/study/2023/Airflow/AirflowStudyImg.png"
studyType: "OpenSource"
studyPeriod: ["23 Winter"]
studyPeriod: ["24 Winter"]
studyDescription: "Airflow의 공식 문서를 한글로 번역하며 Airflow 기술의 저변확대에 기여합니다."
audit: "청강불가능"
leadName: ["추영욱"]
Expand Down
2 changes: 1 addition & 1 deletion src/content/studyArchive/2023/winter_algorithm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
studyName: "알고리즘"
studyImg: ""
studyType: "멘토 스터디"
studyPeriod: ["23 Winter"]
studyPeriod: ["24 Winter"]
studyDescription: "알고리즘 스터디입니다."
audit: "청강가능"
leadName: ""
Expand Down
2 changes: 1 addition & 1 deletion src/content/studyArchive/2023/winter_autoML.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
studyName: "AutoML"
studyImg: ""
studyType: "학생스터디"
studyPeriod: ["23 Winter"]
studyPeriod: ["24 Winter"]
studyDescription: "AutoML 스터디입니다."
audit: "청강가능"
leadName: "이준원"
Expand Down
4 changes: 2 additions & 2 deletions src/content/studyArchive/2023/winter_cs101.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
studyName: "한빛 CS101 스터디"
studyImg: "/images/study/2023/CS101/CS101StudyImg.png"
studyType: "스터디"
studyPeriod: ["23 Winter"]
studyPeriod: ["24 Winter"]
studyDescription: "한빛에서 제공되는 강의를 이용하여 CS지식을 쌓을 수 있습니다."
audit: "청강불가"
leadName: "추영욱"
Expand All @@ -12,7 +12,7 @@ memberNameList: ['강다빈', '김찬교', '박세연', '박소미', '박준규'
---

# 스터디 소개
안녕하세요, 이번 SUSC 2023 Winter에서 SUSC와 한빛미디어가 협업하여 CS 스터디를 진행하기로 결정되었습니다!
안녕하세요, 이번 SUSC 2024 Winter에서 SUSC와 한빛미디어가 협업하여 CS 스터디를 진행하기로 결정되었습니다!
강의: [https://www.hanbitn.com/product/cs101-start/](https://www.hanbitn.com/product/cs101-start/)

각 팀은 스터디 대표로 전공자 1명과 팀원 3~4명으로 구성되며, 각자 강의를 듣고 예제 문제를 만들어 다른 팀원들과 풀어보는 형식으로 진행됩니다.
Expand Down
2 changes: 1 addition & 1 deletion src/content/studyArchive/2023/winter_godotEngine.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
studyName: "게임엔진(Godot Engine)"
studyImg: "/images/study/2023/GodotEngine/GodotengineStudyImg.png"
studyType: "멘토 스터디"
studyPeriod: ["23 Winter", "23 Summer"]
studyPeriod: ["24 Winter", "23 Summer"]
studyDescription: "Godot Engine 스터디입니다."
audit: "청강가능"
leadName: ""
Expand Down
2 changes: 1 addition & 1 deletion src/content/studyArchive/2023/winter_javaSpringBoot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
studyName: "백엔드(Java Spring Boot)"
studyImg: "/images/study/2023/SpringBoot/SpringbootStudyImg.png"
studyType: "멘토 스터디"
studyPeriod: ["23 Winter", "23 Summer"]
studyPeriod: ["24 Winter", "23 Summer"]
studyDescription: "Java Spring Boot 스터디입니다."
audit: "청강가능"
leadName: ""
Expand Down
2 changes: 1 addition & 1 deletion src/content/studyArchive/2023/winter_nestJS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
studyName: "백엔드(Nest.js)"
studyImg: "/images/study/2023/NestJS/NestjsStudyImg.png"
studyType: "멘토 스터디"
studyPeriod: ["23 Winter"]
studyPeriod: ["24 Winter"]
studyDescription: "Nest.js 스터디입니다."
audit: "청강가능"
leadName: ""
Expand Down
2 changes: 1 addition & 1 deletion src/content/studyArchive/2023/winter_pypi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
studyName: "PyPI 문서화"
studyImg: "/images/study/2023/PyPI/PypiStudyImg.png"
studyType: "OpenSource"
studyPeriod: ["23 Winter"]
studyPeriod: ["24 Winter"]
studyDescription: "PyPI의 공식 문서를 한글로 번역하며 PyPI 기술의 저변확대에 기여합니다."
audit: "청강가능"
leadName: "이준원"
Expand Down
2 changes: 1 addition & 1 deletion src/content/studyArchive/2023/winter_readPaper.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
studyName: "인공지능 논문 리딩"
studyImg: ""
studyType: "스터디"
studyPeriod: ["23 Winter", "23 Summer"]
studyPeriod: ["24 Winter", "23 Summer"]
studyDescription: "인공지능 관련 논문 리딩 스터디입니다."
audit: "청강가능"
leadName: "이준원"
Expand Down
2 changes: 1 addition & 1 deletion src/content/studyArchive/2023/winter_security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
studyName: "보안(세부주제 미정)"
studyImg: ""
studyType: "멘토 스터디"
studyPeriod: ["23 Winter"]
studyPeriod: ["24 Winter"]
studyDescription: "보안 스터디입니다."
audit: "청강가능"
leadName: ""
Expand Down
2 changes: 1 addition & 1 deletion src/content/studyArchive/2023/winter_swiftui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
studyName: "SwiftUI 스터디"
studyImg: "/images/study/2023/SwiftUI/SwiftuiStudyImg.png"
studyType: "스터디"
studyPeriod: ["23 Winter"]
studyPeriod: ["24 Winter"]
studyDescription: "SwiftUI를 이용하여 iOS앱을 만들 수 있습니다."
audit: "청강가능"
leadName: "추영욱"
Expand Down
6 changes: 6 additions & 0 deletions src/content/studyMentors/dongho.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
mentorName: "강동호"
mentorImg: "favicon.png"
studyList: ["SpringBoot"]
active: ["24 Summer"]
---
2 changes: 1 addition & 1 deletion src/content/studyMentors/hyeonwoo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mentorName: "김현우"
mentorImg: "images/studyMentor/hyeonwoo.jpeg"
studyList: ["Flutter", "NestJS"]
active: ["23 Winter", "23 Summer"]
active: ["24 Winter", "23 Summer"]
github: "/~https://github.com/Coalery"
linkedIn: "https://linkedin.com/in/coalery"
---
2 changes: 1 addition & 1 deletion src/content/studyMentors/junwon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mentorName: "이준원"
mentorImg: "images/studyMentor/junwon.jpeg"
studyList: ["AI논문읽기", "NLP", "PyPI"]
active: ["23 Winter", "23 Summer"]
active: ["23 Summer", "24 Winter", "24 Summer"]
github: "/~https://github.com/cpprhtn"
linkedIn: "https://linkedin.com/in/cpprhtn"
instagram: "https://www.instagram.com/cpp_rhtn"
Expand Down
6 changes: 6 additions & 0 deletions src/content/studyMentors/juwon.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
mentorName: "김주원"
mentorImg: "favicon.png"
studyList: ["Spatial AI"]
active: ["24 Summer"]
---
6 changes: 6 additions & 0 deletions src/content/studyMentors/kangmin.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
mentorName: "최강민"
mentorImg: "favicon.png"
studyList: ["Prompt Engineering"]
active: ["24 Summer"]
---
2 changes: 1 addition & 1 deletion src/content/studyMentors/minsang.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mentorName: "김민상"
mentorImg: "images/studyMentor/tony.png"
studyList: ["Algorithm"]
active: ["23 Winter", "23 Summer"]
active: ["23 Summer", "24 Winter", "24 Summer"]
github: "/~https://github.com/tony9402"
linkedIn: "https://www.linkedin.com/in/tony9402/"
---
6 changes: 6 additions & 0 deletions src/content/studyMentors/minsung.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
mentorName: "조민성"
mentorImg: "favicon.png"
studyList: ["Cloud"]
active: ["24 Summer"]
---
6 changes: 6 additions & 0 deletions src/content/studyMentors/nahyun.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
mentorName: "김나현"
mentorImg: "favicon.png"
studyList: ["NLP"]
active: ["24 Summer"]
---
6 changes: 6 additions & 0 deletions src/content/studyMentors/sanggon.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
mentorName: "한상곤"
mentorImg: "favicon.png"
studyList: ["Recommender System"]
active: ["24 Summer"]
---
2 changes: 1 addition & 1 deletion src/content/studyMentors/sangsu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
mentorName: "정상수(c0nstant)"
mentorImg: "favicon.png"
studyList: ["Reversing"]
active: ["23 Winter"]
active: ["24 Winter"]
---
2 changes: 1 addition & 1 deletion src/content/studyMentors/seoyun.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
mentorName: "김서윤"
mentorImg: "images/studyMentor/seoyun.png"
studyList: ["Algorithm", "C++"]
active: ["23 Winter", "23 Summer"]
active: ["24 Winter", "23 Summer"]
---
2 changes: 1 addition & 1 deletion src/content/studyMentors/yeonguk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mentorName: "추영욱"
mentorImg: "images/studyMentor/yeonguk.jpeg"
studyList: ["Python", "CV", "Airflow", "SwiftUI"]
active: ["23 Winter", "23 Summer"]
active: ["23 Summer", "24 Winter", "24 Summer"]
github: "/~https://github.com/choo121600"
linkedIn: "https://linkedin.com/in/keith-choo-yu991216"
instagram: "https://www.instagram.com/yeong_uk._"
Expand Down
2 changes: 1 addition & 1 deletion src/content/studyMentors/yonghyun.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
mentorName: "이용현"
mentorImg: "images/studyMentor/yonghyun.png"
studyList: ["Godot Engine"]
active: ["23 Winter"]
active: ["24 Winter", "24 Summer"]
github: "/~https://github.com/YongHyun-Yi"
---

0 comments on commit 1a8b5ef

Please sign in to comment.