-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (89 loc) · 4.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>About Me - Andy Zhang's Homepage</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom CSS for the '3 Col Portfolio' Template -->
<link href="css/portfolio-item.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Andy Zhang's Homepage</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">About</a></li>
<li><a href="cv.html">CV</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Shi Heng Zhang <small>PhD student at Simon Fraser University</small></h1>
</div>
</div>
<div class="row">
<div class="col-md-5">
<img class="img-responsive" src="https://raw.githubusercontent.com/zshandy/zshandy.github.io/main/images/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20220105030734.jpg" width="350" height="450">
</div>
<div class="col-md-5">
<h3>About Me</h3>
<p>I am a PhD student at the Database System Lab in Simon Fraser University under the supervision of Professor <a href="https://www.cs.sfu.ca/~jnwang/">Jiannan Wang</a></p>
<p>My research interest is Data Discovery and Data Provenance</p>
<p>I received my Master degree from <a href="https://www.sfu.ca/">Simon Fraser University</a> in Feb 2020</p>
<p>I received my Bachelor degree from <a href="https://illinois.edu/">University of Illinois-Urbana Champaign</a> in May 2016</p>
<h3>Project</h3>
<ul>
<li><a href="https://github.com/sfu-db/dataprep"> DataPrep </a>- Data Integration Module</li>
</ul>
<p><a href="mailto:[email protected]"> Email</a><a href="https://github.com/zshandy"> Github</a><a href="https://www.linkedin.com/in/shi-heng-zhang-35332322/"> Linkedin</a></p></p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h3 class="page-header">Projects</h3>
</div>
<div class="col-sm-3 col-xs-6">
<a href="https://github.com/sfu-db/dataprep"><img class="img-responsive portfolio-item" src="https://raw.githubusercontent.com/sfu-db/dataprep/develop/assets/logo.png"></a>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h3 class="page-header">Hobbies</h3>
</div>
<div class="col-md-10">
<p>Huge fan of GUNPLA(<a href="https://raw.githubusercontent.com/zshandy/zshandy.github.io/main/images/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20220105030726.jpg">GUNPLA Christmas Tree</a>), <a href="https://en.wikipedia.org/wiki/Case_Closed">名探偵コナン</a>, and Escape Rooms(highly recommand <a href="https://theescapegame.com/">this one</a>)</p>
</div>
</div>
</div><!-- /.container -->
<!-- <div class="container">
<hr>
<footer>
<div class="row">
<div class="col-lg-12">
<p></p>
</div>
</div>
</footer>
</div> -->
<!-- JavaScript -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>