-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (77 loc) · 5.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- The above 2 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content>
<meta name="author" content>
<link rel="icon" href="image/icon.png">
<title>Home - Hanbin Hu</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/non-responsive.css" rel="stylesheet">
<link href="css/template.css" rel="stylesheet">
</head>
<body>
<div id="title-wrapper" class="container">
<h2>Hanbin Hu's Homepage</h2>
</div>
<nav class="navbar navbar-inverse">
<div id="navbar-wrapper" class="container">
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html"><span class="glyphicon glyphicon-home"></span> Home</a></li>
<li><a href="cv.html"><span class="glyphicon glyphicon-education"> CV</a></li>
<li><a href="research.html"><span class="glyphicon glyphicon-search"> Research</a></li>
<li><a href="project.html"><span class="glyphicon glyphicon-wrench"> Projects</a></li>
<li><a href="publication.html"><span class="glyphicon glyphicon-book"> Publications</a></li>
<li><a href="contact.html"><span class="glyphicon glyphicon-envelope"> Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div id="content-wrapper" class="container">
<div class="row">
<div class="col-xs-7 col-xs-offset-5">
<h3><strong><font color="#1E78B8">Hanbin Hu</font></strong></h3>
</div>
</div>
<div class="row">
<div class="col-xs-5">
<div class="thumbnail">
<img src="image/Hanbin_Hu.jpg" alt="Personal Photo">
</div>
</div>
<div class="col-xs-7">
<p>
I am currently a third-year master student in <strong><a href="http://english.seiee.sjtu.edu.cn/" target="_blank">Electronics Science and Technology</a></strong> at <strong><a href="http://en.sjtu.edu.cn/" target="_blank">Shanghai Jiao Tong University (SJTU)</a></strong>.
My advisor is <strong><a href="http://ic.sjtu.edu.cn/ic/en/faculty/shiguoyong/" target="_blank">Prof. Guoyong Shi</a></strong> who leads the <strong><a href="http://202.120.46.7" target="_blank">Mixed-Signal Design Automation (MSDA) Lab</a></strong> in the <strong><a href="http://ic.sjtu.edu.cn/ic/en" target="_blank">School of Microelectronics</a></u></strong>.
I received my Bachelor of Science degree in <strong><a href="http://ic.sjtu.edu.cn/ic/en" target="_blank">Microelectronics Engineering</a></strong> with a minor in <strong><a href="http://www.physics.sjtu.edu.cn/en/" target="_blank">Applied Physics</a></strong> from SJTU in 2013.
</p>
<p>
My research interests mainly focus on <strong>Computer-Aided Design (CAD)</strong>, <strong>Electronic Design Automation (EDA)</strong> and <strong>advanced circuit design techniques</strong>.
I am fascinated by how software can facilitate circuit design from system level to physical level.
I have joined MSDA Lab since 2012, and have conducted several research projects on <strong>symbolic analysis methods</strong> and <strong>model order reduction</strong>.
As a result of my research, I have published two papers (<strong><a href="http://www.ieee.org/conferences_events/conferences/conferencedetails/index.html?Conf_ID=31101" target="_blank">ASICON-2013</a></strong> and <strong><a href="http://www.iscas2015.org" target="_blank">ISCAS-2015</a></strong>).
In addition, I was elected as one of the best thesis candidates in the department among 40 students in my master degree defense.
You can find more information about my research in <strong><a href="research.html">Research</a></strong>.
I also took internship twice at <strong><a href="http://www.synopsys.com/" target="_blank">Synopsys, Shanghai</a></strong> in 2014 and 2015.
</p>
<p>
I grew up in <strong><a href="https://en.wikipedia.org/wiki/Shanghai" target="_blank">Shanghai, China</a></strong>.
Shanghai is an international metropolis nurtured by both traditional Chinese culture and foreign culture, full of archaistic narrow alleys as well as modern towering skyscrapers.
I have lived here for nearly 25 years.
I'd like to travel to see the big world.
</p>
<p>
The great passion and joy gained from my research experience in EDA have strongly encouraged me to pursue a PhD degree in the U.S.
Hope one day I can make significant contribution to the community and my work will accelerate innovation in both academia and industry.
</p>
<p>Contact: <strong><a href="mailto:hanbinhu2016@gmail.com">hanbinhu2016@gmail.com</a></strong></p>
</div>
</div>
</div><!-- /.container -->
</body>
</html>