-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivities.ts
More file actions
198 lines (197 loc) · 6.99 KB
/
Copy pathactivities.ts
File metadata and controls
198 lines (197 loc) · 6.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
import type { Activity } from '@/types'
export const activities: readonly Activity[] = [
{
slug: 'likelion-kookmin',
title: '국민대 멋쟁이사자처럼 8 ~ 13기',
organization: '멋쟁이사자처럼',
period: { start: '2020-03', end: '2025-12' },
category: 'club',
role: '부원 → 운영진 대표 → 운영진',
highlights: [
'부원으로 시작 → 9기 운영진 대표 → 10·12·13기 운영진까지 연속 활동',
'Django · DRF · GitHub · Algorithm 등 백엔드 세션 발제 및 강의 자료 제작 (누적 100명 이상 교육)',
'12개 대학 연합 해커톤 운영진 (배포 119 부서)으로 실서비스 배포 경험 공유',
],
timeline: [
{
period: '2025',
title: '13기 운영진',
bullets: [
'Django · DRF · GitHub Flow 백엔드 세션 발제 및 강의 자료 제작',
'주말 챌린지 / 스낵 강의 운영으로 신입 부원 온보딩 가속',
'동아리 노션 페이지 자동화 도구 제작',
],
},
{
period: '2024',
title: '12기 운영진',
bullets: ['세션 기획·운영'],
},
{
period: '2022',
title: '10기 운영진',
bullets: ['해커톤 운영진 활동', 'Django 세션 운영'],
},
{
period: '2021',
title: '9기 운영진 대표',
bullets: [
'Git / GitHub 등 개발 심화 세션 강의 진행',
'Algorithm 스터디 운영',
'12개 대학 연합 해커톤 운영진: 배포 119 부서에서 실서비스 배포 담당',
],
},
{
period: '2020',
title: '8기 부원',
bullets: [
'Python · Django · HTML · CSS · JS 웹 교육 수강',
'동아리 내 해커톤 참가 및 연합 해커톤 참가',
],
},
],
pdfCompact: [
{
key: 'staff-history',
html:
'<strong>운영진 이력</strong>: 2025 (13기) · 2024 (12기) · 2022 (10기) · ' +
'<strong>2021 (9기 대표)</strong> · 2020 (8기 아기사자)',
},
{
key: 'ninth-generation-highlights',
html:
'<strong>9기 운영진 대표</strong> 주요 활동: Git/GitHub 심화 강의 · Algorithm 스터디 운영 · ' +
'12개 대학 연합 해커톤 배포 담당 (배포 119 부서)',
},
],
materials: [
{
title: 'DRF Session',
type: 'repo',
url: 'https://github.com/likelion-kookmin/drf_session_2025',
description: 'Django REST Framework 입문 → 인증·인가 세션 자료',
},
{
title: 'Django Model Advanced',
type: 'repo',
url: 'https://github.com/likelion-kookmin/django_model_advanced_session_2025',
description: 'Django 모델 심화 (relations · proxy · custom manager)',
},
{
title: 'Challenge Backend',
type: 'repo',
url: 'https://github.com/likelion-kookmin/challenge_backend_2025',
description: '백엔드 챌린지: 점진적 과제 모음',
},
{
title: 'Algorithm Study',
type: 'repo',
url: 'https://github.com/likelion-kookmin/2021-algorithm-study',
description: '알고리즘 스터디 자료',
},
{
title: 'Git · GitHub 심화 세션 영상 (9기): 정리 예정',
type: 'youtube',
description: '강의 영상을 곧 추가합니다.',
},
],
},
{
slug: 'sipe-4',
title: 'SIPE 4기',
organization: 'SIPE',
period: { start: '2025-04', end: '2025-08' },
category: 'community',
role: '미션 발제 / 진행',
highlights: [
'"AI가 나를 소개해줘요" 미션 발제: AI/LLM 활용 자기 소개 시스템',
'본인 구현체 twin-ai 공개',
],
materials: [
{
title: 'Twin AI: 본인 구현체',
type: 'repo',
url: 'https://github.com/shinkeonkim/twin-ai',
description: 'SIPE 4기 발제 미션의 본인 구현',
},
{
title: '발표 슬라이드 PDF 원본',
type: 'pdf',
url: '/docs/sipe-mission-presentation.pdf',
description: 'SIPE 4기 미션 발표 자료 · 34페이지',
},
],
presentation: {
title: 'SIPE 4기 미션 발표',
caption: '34페이지 · "AI가 나를 소개해줘요" 미션 발제',
totalPages: 34,
pdfUrl: '/docs/sipe-mission-presentation.pdf',
pageImages: Array.from(
{ length: 34 },
(_, i) =>
`/images/activities/sipe-4/presentation/page-${String(i + 1).padStart(2, '0')}.jpg`,
),
},
},
{
slug: 'kmu-helper',
title: '국민대 소프트웨어프로젝트 헬퍼',
organization: '국민대학교',
period: { start: '2020-04', end: '2025-12' },
category: 'helper',
role: '학부 조교 / Supporter',
highlights: [
'네 학기 동안 학부 조교로 수강생 질문 답변과 실습 이슈 해결을 담당했습니다.',
'실습 주제는 Git, 라즈베리파이, Ubuntu, Arduino 회로·기초 프로그래밍·PID 제어였습니다.',
],
timeline: [
{
period: '2025-09 ~ 2025-12',
title: '소프트웨어프로젝트2 헬퍼',
bullets: ['Arduino 회로, 기초 프로그래밍, PID 제어 프로젝트 지원'],
},
{
period: '2025-04 ~ 2025-06',
title: '소프트웨어프로젝트1 헬퍼',
bullets: ['Git, 라즈베리파이, Ubuntu 실습 지원'],
},
{
period: '2020-09 ~ 2020-12',
title: 'LabAnywhere Supporter',
bullets: ['학부 실습 환경 설정 지원, Ubuntu 강의 진행'],
},
{
period: '2020-04 ~ 2020-06',
title: '소프트웨어프로젝트1 헬퍼',
bullets: ['Git, 라즈베리파이, Ubuntu 실습 지원'],
},
],
pdfCompact: [
{
key: 'semesters',
html:
'<strong>지원 학기</strong>: 2025-2 소프트웨어프로젝트2 · 2025-1 소프트웨어프로젝트1 · ' +
'2020-2 LabAnywhere Supporter · 2020-1 소프트웨어프로젝트1',
},
{
key: 'scope',
html:
'<strong>지원 범위</strong>: 학부 조교로 수강생 질문 답변과 실습 이슈 해결 · ' +
'Git / 라즈베리파이 / Ubuntu / Arduino (회로 · 기초 프로그래밍 · PID 제어) · 실습 환경 설정 및 Ubuntu 강의',
},
],
},
{
slug: 'high-school-teaching',
title: '고등학교 · 봉사 캠프 강사',
organization: '서울시교육청 / 한국장학재단 / 한민고',
period: { start: '2019-01', end: '2020-12' },
category: 'teaching',
role: '보조강사 / 강사',
highlights: [
'구일고 · 구로고 연합 교육과정 보조강사: Python3 · 데이터 과학',
'한민고 동계 캠프 강사 (4박 5일): C언어 기초',
'한국장학재단 하계 재능봉사: 마이크로비트 · 엔트리',
],
},
] as const