-
Notifications
You must be signed in to change notification settings - Fork 0
/
publication.html
73 lines (64 loc) · 3.31 KB
/
publication.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
<!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>Publications - 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><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 class="active"><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">
<h4><i><strong><font color="#1E78B8">Paper in submission</font></strong></i></h4>
<div class="container content-right-padding">
<p>
[1] Shuwen Deng, <strong>Hanbin Hu</strong>, and Guoyong Shi,
"A Symbolic Sensitivity Method for Mismatch Analysis and CMRR Improvement,"
in <i>Proc. IEEE Int'l Symposium on Circuits and Systems (ISCAS)</i>, 2016,
submitted. (<a href="data/paper/2016_ISCAS_MismatchCMRR.pdf" target="_blank">pdf</a>)
</p>
</div>
<h4><i><strong><font color="#1E78B8">Conference Papers</font></strong></i></h4>
<div class="container content-right-padding">
<p>
[1] <strong>Hanbin Hu</strong>, Guoyong Shi, Andy Tai, and Frank Lee,
"Topological Symbolic Simplification for Analog Design,"
in <i>Proc. IEEE Int'l Symposium on Circuits and Systems (ISCAS)</i>, 2015, pp. 2644-2647.
DOI: <a href="http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=7169229" target="_blank">10.1109/ISCAS.2015.7169229</a>
(<a href="data/paper/2015_ISCAS_TopoSimp.pdf" target="_blank">pdf</a>)
</p>
<p>
[2] <strong>Hanbin Hu</strong>, Guoyong Shi, and Yan Zhu,
"Incremental Symbolic Construction for Topological Modeling of Analog Circuits,"
in <i>Proc. IEEE Int'l Conf. on ASIC (ASICON)</i>, 2013, pp. 1-4.
DOI: <a href="http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6811928" target="_blank">10.1109/ASICON.2013.6811928</a>
(<a href="data/paper/2013_ASICON_Incremental.pdf" target="_blank">pdf</a>)
</p>
</div>
</div><!-- /.container -->
</body>
</html>