-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (96 loc) · 5.03 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
<!doctype html>
<html lang="en">
<head>
<title>Sungkwang Mun</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Personal Website">
<meta name="author" content="Sunkgwang Mun">
<link href="http://fonts.googleapis.com/css?family=Crete+Round" rel="stylesheet">
<link href="css/bootstrap3_green.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/icomoon.css" rel="stylesheet">
<!--[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.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand" herf="#">Sungkwang Mun</a> -->
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html"><i class="icon-home"></i> Home</a></li>
<li><a href="publications.html"> <i class="icon-book"></i> Publications</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="icon-pencil"></i> Research <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="http://www.ece.msstate.edu/~fowler/BCSSPL/">Block CS for Images and video</a></li>
<li><a href="#">CS for MRI</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="img/sungkwang_resize_min.jpg" class = "img-responsive img-shadow img-rounded" alt="Sungkwang's photo">
</div>
<div class="col-md-6">
<h3>Sungkwang Mun</h3>
<p class="lead">Ph.D.</p>
<address>
<strong>Mississippi State University</strong><br>
P.O. Box 9571 <br>
Mississippi State, MS 39762 USA<br>
Phone: (662) 312-5356 <br>
</address>
<address>
Email: <a href="mailto:munsungkwang@gmail.com">munsungkwang@gmail.com</a> <br>
Blog: <a href="http://sungkwang.wordpress.com">sungkwang.wordpress.com</a>
</address>
</div>
<!-- biography ================================================== -->
<div class="col-md-12 justify">
<h3>Biography</h3>
Sungkwang Mun received the B.S. degree in <a href="http://www-eng.kw.ac.kr/academics/college_page.html?pagecode=B0101000&code=computerengineering&gubun=college">computer engineering</a> from <a href="http://www-eng.kw.ac.kr/">Kwangwoon University</a>, Seoul, Korea in 2007 under the advise of <a href="http://mpl.kw.ac.kr/subpage.php?p=m31">Dr. Seongwon Lee</a> and Ph.D. degree in <a href="http://www.ece.msstate.edu/">electrical and computer engineering</a> from <a href="http://www.msstate.edu/">Mississippi State university</a>, Starkville, Mississippi in December of 2012 under the advise of <a href="http://www.ece.msstate.edu/~fowler/">Dr. James E. Fowler</a>. He was a graduate researcher in the <a href="http://www.gri.msstate.edu">Geosystems Research Institute (GRI)</a> at the <a href="http://www.hpc.msstate.edu">Mississippi State HPC²</a>. Main focus of the research was to seek engineering oriented solution for the reconstruction problem for Compress Sensing, especially of natural image and video. The current focus includes quantization problem of compressed sensing for reconstruction problem of magnetic resonance image.
<br>
<br>
<ul class="list-unstyled">
<li>
<a href="data/resume_mun.pdf" target="_blank"> <i class="icon-profile"></i> Curriculum Vitae</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Footer ================================================== -->
<footer id="footer">
<div class="container">
<div classs="row">
<hr>
<p class="pull-right"><a href="#top">Back to top</a></p>
<div class="links">
Based on <a href="http://twitter.github.com/bootstrap/">Bootstrap</a>& <a href="http://bootswatch.com//">Bootswatch</a>. Icons from <a href="http://icomoon.io/">IcoMoon</a>. Web font from <a href="http://www.google.com/webfonts">Google</a>.
</div>
</div>
</div>
</footer>
<!-- Le javascript ================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- bootstrap.min.js requires jquery (order matters)-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>