-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProf.html
More file actions
276 lines (250 loc) · 14.5 KB
/
Prof.html
File metadata and controls
276 lines (250 loc) · 14.5 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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE html>
<html lang="kr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>국민BIT 전자정부 연구실 홈페이지입니다.</title>
<!--add header-->
<script src="js/w3data.js"></script>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/business-frontpage.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet"/>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- header -->
<div w3-include-html="egovheader.html"></div>
<script>
w3IncludeHTML();
</script>
<!-- header end -->
<section class="container">
<div class="page-header text-center">
<h2>교수님 소개</h2>
<p>커리큘럼에 관련된 모든 교수님들을 소개합니다.<br></p>
<div class="container">
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" href="#menu1">김인규 교수님</a></li>
<li><a data-toggle="tab" href="#menu2">최창학 교수님</a></li>
</ul>
<div class="tab-content">
<div id="menu1" class="tab-pane fade in active">
<br/><br/><br/>
<!--container 시작-->
<div class="container">
<div class="row">
<div class="col-md-4 align-center">
<div class="team-member-img">
<img src="img\prof1.jpg" class="img-rounded" alt="Kim">
<p>Prof. 김인규 (Kim, In-Kyu)</p>
</div>
</div>
<div class="col-md-8 align-left">
<div class="team-member-details">
<!--기본정보-->
<p class="glyphicon glyphicon-zoom-in">기본정보</p>
<table class="table">
<tbody>
<tr>
<th>성명</th>
<td>김인규</td>
<th>E-mail</th>
<td>inkim@kookmin.ac.kr</td>
<th></th>
<td></td>
</tr>
<tr>
<th>연구실</th>
<td>국제관 206호</td>
<th>Tel</th>
<td>02-910-4569</td>
<th>Fax</th>
<td>02-910-5209</td>
</tr>
<tr>
<th>전공</th>
<td colspan="6">전자정부, 디자인 패턴, 프레임워크, 소프트웨어 아키텍처, 서비스 기반 아키텍처</td>
</tr>
</tbody>
</table>
<!--기본정보 끝-->
<!--세부정보-->
<a class="glyphicon glyphicon-plus" data-toggle="collapse" href="#collapseExample1"
aria-expanded="false" aria-controls="collapseExample">세부정보보기 </a>
<div class="collapse" id="collapseExample1">
<div class="well">
<table class="table">
<colgroup>
<col width="20%"/>
<col width="80%"/>
</colgroup>
<tbody>
<tr>
<th>학력</th>
<td>
<ul>
<li>미국 오레곤 대학 전산학(박사), 1997</li>
<li>미국 오레곤 주립대학 전산학(석사), 1995</li>
<li>영남대학교 전자공학과(학사), 1990</li>
</ul>
</td>
</tr>
<tr>
<th>경력</th>
<td><span style="font-weight: bold">교육경력</span><br/><br/>
<ul>
<li>한국소프트웨어진흥원 자문위원, 2008 – 현재</li>
<li>한국 ITA/EA 학회 부회장, 2005-현재</li>
<li>국회 국방위원장 자문위원, 2004-2006</li>
</ul>
<br/>
<span style="font-weight: bold">실무경력</span><br/><br/>
<ul>
<li>한국은행 외환관리 시스템 구축 프로젝트</li>
</ul>
</td>
</tr>
<tr>
<th>연구분야</th>
<td><span style="font-weight: bold">연구업적</span><br/><br/>
<ul>
<li>Timing Analysis in Binary to Binary Translation
Communication Analysis For Multicomputer
Compilers, PACT 94
</li>
<li>Robust Algorithm for Scene Analysis on Compressed Video,
IEEE PACRIM Conference, Aug.
1999 with Minsup Lee and Byoungchul Ahn
</li>
<li>Temporal Equivalence in Binary-to-Binary Translation of
Real-Time Applications, IEEE
Real-Time Systems Symposium Dec. 1999 with Zary Segall
</li>
<li>A Taxonomic Study of Parallel Loops, Journal of
Information
Technology Research, Kookmin
University, Feb. 2000
</li>
</ul>
<br/><br/><span style="font-weight: bold">저서</span><br/><br/>
<ul>
<li>Introduction To Parallel Computing, Prentice Hall 92.
</li>
</ul>
</td>
</tr>
<tr>
<th>기타</th>
<td> </td>
</tr>
</tbody>
</table>
</div>
</div>
<!--세부정보 끝-->
</div>
</div>
</div>
</div>
<!--container 끝-->
</div>
<div id="menu2" class="tab-pane fade">
<br/><br/><br/>
<!--container 시작-->
<div class="container">
<div class="row">
<div class="col-md-4 align-center">
<div class="team-member-img">
<img src="img\prof2.jpg" class="img-rounded" alt="Kim">
<p>Prof. 최창학 (Choi, Chang-Hak)</p>
</div>
</div>
<div class="col-md-8 align-left">
<div class="team-member-details">
<!--기본정보-->
<p class="glyphicon glyphicon-zoom-in">기본정보</p>
<table class="table">
<tbody>
<tr>
<th>성명</th>
<td>최창학</td>
<th>E-mail</th>
<td>rainmaker@changhak.kr</td>
<th></th>
<td></td>
</tr>
<tr>
<th>개인홈페이지</th>
<td>
<a target="a_blank" href="http://www.changhak.kr">http://www.changhak.kr</a>
</td>
<th></th>
<td></td>
<th></th>
<td></td>
</tr>
<tr>
<th>전공</th>
<td colspan="6">행정철학, 정부혁신, 전자정부, 정보화 전략, 대학경영, 산학관 협력체계, 국제협력</td>
</tr>
</tbody>
</table>
<!--기본정보 끝-->
<!--세부정보-->
<a class="glyphicon glyphicon-plus" data-toggle="collapse" href="#collapseExample2"
aria-expanded="false" aria-controls="collapseExample">세부정보보기 </a>
<div class="collapse" id="collapseExample2">
<div class="well">
<p>개인 홈페이지를 참고하세요.</p>
</div>
</div>
<!--세부정보 끝-->
</div>
</div>
</div>
</div>
<!--container 끝-->
</div>
</div>
</div>
<hr>
<!-- Footer -->
<footer class="blockquote footer">
<div class="container">
<!--<div class="row">-->
<!--<div class="col-lg-2">-->
<!--<a href="http://www.kookmin.ac.kr/home.php"><img src="..\img\KMU.PNG" alt=""></a>-->
<!--</div>-->
<!--<div class="col-lg-3">-->
<!--<a href="http://bit.kookmin.ac.kr/"><img src="..\img\BIT.PNG" alt=""></a>-->
<!--</div>-->
<!--<div class="col-lg-2">-->
<!--<a href="#"><img src="..\img\Lab.png" alt=""></a>-->
<!--</div>-->
<!--</div>-->
<div class="text-center">
<p>Copyright © 2016 made by boo</p>
<p>국민대학교 BIT 전문대학원 전자정부 연구실 <br>Rm. 208 International Hall B, Kookmin Univ, 77
Jeongneung-ro, Seongbuk-gu, Seoul 136-702, Republic
of Korea</p>
</div>
</div>
<!-- /.row -->
</footer>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>