-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
139 lines (126 loc) · 4.51 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🌕Moon Chan Yeong's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="https://avatars.githubusercontent.com/u/173697762?v=4" alt="moon chan yeong profile picture">
</td>
<td>
<h1>Moon Chan Yeong</h1>
<p><em>Day by day in every way, I'm getting better and better</em></p>
<p>I am a graduate student at Pohang University of Science and Technology(POSTECH).
My major is 'Social Data Science'.
I love to learn something and have curious about many things in the world.
I have a motorcycle, <a href="Po-Ba.html">Po-Ba(Pohang Bada)</a>.
Everymorning I handdrip a cup of coffee. I really love coffee.</p>
</td>
</tr>
</table>
<hr>
<h2>Education</h2>
<ul>
<li>Geochang High School</li>
<li>B.S. Educational Technology, Hanyang University, Korea, 2024</li>
</ul>
<hr>
<h2>Journals</h2>
<p>J1. 하선민, 전용찬, <b>문찬영</b>, & 송지훈. (2024). N 잡러가 경험한 심리적 소진 회복에 관한 근거이론적 접근. 한국콘텐츠학회논문지, 24(6), 408-424. <a href="https://doi.org/10.5392/JKCA.2024.24.06.408">https://doi.org/10.5392/JKCA.2024.24.06.408</a></p>
<p>J2. 이진주, <b>문찬영</b>, 이진주. (2024). Rasch 분석을 활용한 일터에서의 목표지향성 측정도구 타당화 연구. 경영교육연구, 39(3), 199-226. <a href="https://doi.org/10.23839/kabe.2024.39.3.199">https://doi.org/10.23839/kabe.2024.39.3.199</a></p>
<hr>
<h2>Skills</h2>
<table border="1" cellpadding="3">
<tr>
<td>
<table>
<tr>
<td>Problem-solving</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Work Ethic</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Analytics Skills</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Team Working</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Communication</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Leadership</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h2>Work Experience</h2>
<p>Coming Soon...</p>
<hr>
<h2>Fullmoon_1st album</h2>
<table border="1" cellpadding="3">
<thead>
<tr>
<td align="center">Number</td>
<td align="center">Title</td>
</tr>
</thead>
<tbody>
</tbody>
<tfoot></tfoot>
<tr>
<td align="center">1</td>
<td align="center">그대로</td>
</tr>
<tr>
<td align="center">2</td>
<td align="center">달나라</td>
</tr>
<tr>
<td align="center">3</td>
<td align="center">놔</td>
</tr>
<tr>
<td align="center">4</td>
<td align="center">그 아이</td>
</tr>
<tr>
<td align="center">5</td>
<td align="center">좋아해도 될까</td>
</tr>
<tr>
<td align="center">6</td>
<td align="center">빈자리</td>
</tr>
</table>
<a href="https://youtu.be/SMc55SUhe8U?si=CwCLHzWKyRVwvrqG">Youtube link</a> for listening the full album
<hr>
<h2>Hobbies</h2>
<ol>
<li>Coffee Handdrip</li>
<li>Riding my motorcycle, Po-Ba</li>
<li>Listening music</li>
</ol>
<hr>
<h2>Contact Information</h2>
<p>E-mail: [email protected]</p>
<p>Please click <a href="contact_me.html">here</a> to send me e-mail</p>
</body>
</html>