Skip to content

Commit bcc259e

Browse files
committed
updated for graduation and trillie
1 parent 06aed02 commit bcc259e

File tree

94 files changed

+7832
-6960
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+7832
-6960
lines changed

404.html

+167-25
Original file line numberDiff line numberDiff line change
@@ -6,121 +6,210 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="theme" content="hugo-academic">
9-
<meta name="generator" content="Hugo 0.26" />
9+
<meta name="generator" content="Hugo 0.41" />
1010
<meta name="author" content="Siyuan Zhao (赵思源)">
11-
<meta name="description" content="Ph.D. Student in CS">
1211

1312

1413

1514

15+
16+
<meta name="description" content="Ph.D. in CS">
17+
18+
19+
<link rel="alternate" hreflang="en-us" href="">
20+
21+
22+
23+
24+
25+
26+
27+
28+
<meta name="theme-color" content="#0095eb">
29+
30+
31+
32+
1633

1734

1835

1936

2037

21-
<link rel="stylesheet" href="/css/highlight.min.css">
38+
39+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
40+
2241

2342

2443

2544
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha512-6MXa8B6uaO18Hid6blRMetEIoPqHf7Ux1tnyIQdpt9qI5OACx7C+O3IVTr98vwGnlcg0LOLa02i9Y1HpVhlfiw==" crossorigin="anonymous">
26-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.0/css/academicons.min.css" integrity="sha512-GGGNUPDhnG8LEAEDsjqYIQns+Gu8RBs4j5XGlxl7UfRaZBhCCm5jenJkeJL8uPuOXGqgl8/H1gjlWQDRjd3cUQ==" crossorigin="anonymous">
45+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
2746
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous">
47+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" integrity="sha256-ygkqlh3CYSUri3LhQxzdcm0n1EQvH2Y+U5S2idbLtxs=" crossorigin="anonymous">
48+
2849

2950

30-
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather%7CRoboto+Mono">
31-
<link rel="stylesheet" href="/css/hugo-academic.css">
51+
52+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:400,700%7cRoboto:400,400italic,700%7cRoboto&#43;Mono">
53+
54+
<link rel="stylesheet" href="/styles.css">
3255

3356
<link rel="stylesheet" href="/css/custom.css">
3457

3558

3659

3760

61+
3862
<link rel="alternate" href="https://siyuanzhao.github.io/index.xml" type="application/rss+xml" title="Siyuan Zhao">
3963
<link rel="feed" href="https://siyuanzhao.github.io/index.xml" type="application/rss+xml" title="Siyuan Zhao">
64+
4065

66+
<link rel="manifest" href="/site.webmanifest">
4167
<link rel="icon" type="image/png" href="/img/icon.png">
42-
<link rel="apple-touch-icon" type="image/png" href="/img/apple-touch-icon.png">
68+
<link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png">
4369

4470
<link rel="canonical" href="">
4571

72+
<meta property="twitter:card" content="summary_large_image">
73+
74+
<meta property="og:site_name" content="Siyuan Zhao">
75+
<meta property="og:url" content="">
76+
<meta property="og:title" content="404 Page not found | Siyuan Zhao">
77+
<meta property="og:description" content="Ph.D. in CS">
78+
<meta property="og:locale" content="en-us">
79+
80+
81+
82+
83+
4684

4785

4886
<title>404 Page not found | Siyuan Zhao</title>
4987

5088
</head>
51-
<body id="top" data-spy="scroll" data-target="#navbar-main" data-offset="71">
89+
<body id="top" data-spy="scroll" data-target="#toc" data-offset="71" >
5290

5391
<nav class="navbar navbar-default navbar-fixed-top" id="navbar-main">
5492
<div class="container">
5593

5694

5795
<div class="navbar-header">
96+
5897
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
5998
data-target=".navbar-collapse" aria-expanded="false">
6099
<span class="sr-only">Toggle navigation</span>
61100
<span class="icon-bar"></span>
62101
<span class="icon-bar"></span>
63102
<span class="icon-bar"></span>
64103
</button>
104+
65105
<a class="navbar-brand" href="/">Siyuan Zhao</a>
66106
</div>
67107

68108

69109
<div class="collapse navbar-collapse">
70110

71111

112+
72113
<ul class="nav navbar-nav navbar-right">
73114

74115

75116

117+
118+
119+
120+
121+
122+
76123

77124
<li class="nav-item">
78125
<a href="/#about">
79126

80127
<span>Home</span>
128+
81129
</a>
82130
</li>
83131

84132

85133

86134

87135

136+
137+
138+
139+
140+
141+
88142

89143
<li class="nav-item">
90144
<a href="/#publications">
91145

92146
<span>Publications</span>
147+
93148
</a>
94149
</li>
95150

96151

97152

98153

99154

155+
156+
157+
158+
159+
160+
100161

101162
<li class="nav-item">
102163
<a href="/#experience">
103164

104165
<span>Experience</span>
166+
105167
</a>
106168
</li>
107169

108170

109171

110172

111173

174+
175+
176+
177+
178+
179+
112180

113181
<li class="nav-item">
114182
<a href="/#projects">
115183

116184
<span>Projects</span>
185+
117186
</a>
118187
</li>
119188

120189

121190

122191

123192

193+
194+
195+
196+
197+
198+
199+
200+
<li class="nav-item">
201+
<a href="/#trillie">
202+
203+
<span>Trillie</span>
204+
205+
</a>
206+
</li>
207+
208+
209+
210+
211+
212+
124213
</ul>
125214

126215
</div>
@@ -130,13 +219,11 @@
130219
<div class="container">
131220

132221
<h1>Page not found</h1>
133-
<p>Maybe you were looking for one of these?</p>
222+
<p>Perhaps you were looking for one of these?</p>
134223

135-
<h2>Recent Posts</h2>
136224

137-
<ul>
138-
<li><a href="https://siyuanzhao.github.io/post/">Posts</a></li>
139-
</ul>
225+
226+
<h2>Posts</h2>
140227

141228
<ul>
142229
<li><a href="https://siyuanzhao.github.io/post/getting-started/">Getting started with the Academic framework for Hugo</a></li>
@@ -158,8 +245,11 @@ <h2>Recent Posts</h2>
158245
<li><a href="https://siyuanzhao.github.io/post/migrate-from-jekyll/">Migrate from Jekyll to Hugo</a></li>
159246
</ul>
160247

248+
161249

162-
<h2>Recent Publications</h2>
250+
251+
252+
<h2>Publications</h2>
163253

164254
<ul>
165255
<li><a href="https://siyuanzhao.github.io/publication/rcf-ite/">Estimating Individual Treatment Effects from Educational Studies with Residual Counterfactual Networks</a></li>
@@ -181,28 +271,47 @@ <h2>Recent Publications</h2>
181271
<li><a href="https://siyuanzhao.github.io/publication/cmn-qa/">Condensed Memory Networks for Clinical Diagnostic Inferencing</a></li>
182272
</ul>
183273

274+
275+
276+
277+
278+
279+
280+
281+
<h2>Projects</h2>
282+
283+
<ul>
284+
<li><a href="https://siyuanzhao.github.io/project/automated-essay-grading/">Automated Essay Grading in Tensorflow</a></li>
285+
</ul>
286+
287+
<ul>
288+
<li><a href="https://siyuanzhao.github.io/project/mn-tensorflow/">Key-Value Memory Networks in Tensorflow</a></li>
289+
</ul>
290+
184291
<ul>
185-
<li><a href="https://siyuanzhao.github.io/publication/cqa-mn-kg/">Clinical Question Answering using Key-Value Memory Networks and Knowledge Graph</a></li>
292+
<li><a href="https://siyuanzhao.github.io/project/dkt-tensorflow/">Deep Knowledge Tracing in Tensorflow</a></li>
186293
</ul>
187294

188295
<ul>
189-
<li><a href="https://siyuanzhao.github.io/publication/dkt-edm/">Going Deeper with Deep Knowledge Tracing</a></li>
296+
<li><a href="https://siyuanzhao.github.io/project/gclassroom/">ASSISTments App for Google Classroom</a></li>
190297
</ul>
191298

192299
<ul>
193-
<li><a href="https://siyuanzhao.github.io/publication/">Publications</a></li>
300+
<li><a href="https://siyuanzhao.github.io/project/direct/">ASSISTments Direct</a></li>
194301
</ul>
195302

303+
196304

197305
</div>
198306
<footer class="site-footer">
199307
<div class="container">
200308
<p class="powered-by">
201309

202-
&copy; 2017 Siyuan Zhao &middot;
310+
&copy; 2018 Siyuan Zhao &middot;
203311

204-
Powered by the <a href="https://github.com/gcushen/hugo-academic" target="_blank">Academic
205-
theme</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
312+
Powered by the
313+
<a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for
314+
<a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>.
206315

207316
<span class="pull-right" aria-hidden="true">
208317
<a href="#" id="back_to_top">
@@ -216,21 +325,54 @@ <h2>Recent Publications</h2>
216325
</div>
217326
</footer>
218327

328+
329+
<div id="modal" class="modal fade" role="dialog">
330+
<div class="modal-dialog">
331+
<div class="modal-content">
332+
<div class="modal-header">
333+
<button type="button" class="close btn-large" data-dismiss="modal">&times;</button>
334+
<h4 class="modal-title">Cite</h4>
335+
</div>
336+
<div>
337+
<pre><code class="modal-body tex"></code></pre>
338+
</div>
339+
<div class="modal-footer">
340+
<a class="btn btn-primary btn-outline js-copy-cite" href="#" target="_blank">
341+
<i class="fa fa-copy"></i> Copy
342+
</a>
343+
<a class="btn btn-primary btn-outline js-download-cite" href="#" target="_blank">
344+
<i class="fa fa-download"></i> Download
345+
</a>
346+
<div id="modal-error"></div>
347+
</div>
348+
</div>
349+
</div>
350+
</div>
351+
219352

220-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js" integrity="sha512-jGsMH83oKe9asCpkOVkBnUrDDTp8wl+adkB2D+//JtlxO4SrLoJdhbOysIFQJloQFD+C4Fl1rMsQZF76JjV0eQ==" crossorigin="anonymous"></script>
221-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.2/imagesloaded.pkgd.min.js" integrity="sha512-iHzEu7GbSc705hE2skyH6/AlTpOfBmkx7nUqTLGzPYR+C1tRaItbRlJ7hT/D3YQ9SV0fqLKzp4XY9wKulTBGTw==" crossorigin="anonymous"></script>
222-
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/TweenMax.min.js" integrity="sha512-Z5heTz36xTemt1TbtbfXtTq5lMfYnOkXM2/eWcTTiLU01+Sw4ku1i7vScDc8fWhrP2abz9GQzgKH5NGBLoYlAw==" crossorigin="anonymous"></script>
223-
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/plugins/ScrollToPlugin.min.js" integrity="sha512-CDeU7pRtkPX6XJtF/gcFWlEwyaX7mcAp5sO3VIu/ylsdR74wEw4wmBpD5yYTrmMAiAboi9thyBUr1vXRPA7t0Q==" crossorigin="anonymous"></script>
353+
354+
355+
356+
357+
358+
359+
360+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha512-3P8rXCuGJdNZOnUx/03c1jOTnMn3rP63nBip5gOP2qmUh5YAdVAvFZ1E+QLZZbC1rtMrQb+mah3AfYW11RUrWA==" crossorigin="anonymous"></script>
361+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.3/imagesloaded.pkgd.min.js" integrity="sha512-umsR78NN0D23AzgoZ11K7raBD+R6hqKojyBZs1w8WvYlsI+QuKRGBx3LFCwhatzBunCjDuJpDHwxD13sLMbpRA==" crossorigin="anonymous"></script>
224362
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha512-iztkobsvnjKfAtTNdHkGVjAYTrrtlC7mGp/54c40wowO7LhURYl3gVzzcEqGl/qKXQltJ2HwMrdLcNUdo+N/RQ==" crossorigin="anonymous"></script>
225363
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.4/isotope.pkgd.min.js" integrity="sha512-VDBOIlDbuC4VWxGJNmuFRQ0Li0SKkDpmGyuhAG5LTDLd/dJ/S0WMVxriR2Y+CyPL5gzjpN4f/6iqWVBJlht0tQ==" crossorigin="anonymous"></script>
364+
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" integrity="sha256-X5PoE3KU5l+JcX+w09p/wHl9AzK333C4hJ2I9S5mD4M=" crossorigin="anonymous"></script>
365+
226366

227367
<script src="/js/hugo-academic.js"></script>
228368

229369

230370

231371

232372

233-
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
373+
374+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" integrity="sha256-/BfiIkHlHoVihZdc6TFuj7MmJ0TWcWsMXkeDFwhi0zw=" crossorigin="anonymous"></script>
375+
234376

235377

236378

LICENSE

-21
This file was deleted.

README.md

-4
This file was deleted.

0 commit comments

Comments
 (0)