-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·91 lines (82 loc) · 5.42 KB
/
index.html
File metadata and controls
executable file
·91 lines (82 loc) · 5.42 KB
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
---
title: Haochao Ying
---
<!DOCTYPE html>
<html lang="en">
<head>
{% include includes.html %}
<title>haochao Ying @ ZJU</title>
<link rel="shortcut icon" href="images/zju.png">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600&subset=greek,greek-ext' rel='stylesheet' type='text/css'>
<link href="css/font.css" rel="stylesheet" style type="text/css">
<!-- <link rel="stylesheet" type="text/css" href="css/index.css" media="screen" /> -->
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/jquery.fullPage.css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/facebox.js"></script>
<script type="text/javascript" src="js/jquery.easings.min.js"></script>
<script type="text/javascript" src="js/jquery.slimscroll.min.js"></script>
<script type="text/javascript" src="js/jquery.fullPage.min.js"></script>
<script src="js/index.js"></script>
<script type="text/javascript"> jQuery(document).ready(function($) { $('a[rel*=facebox]').facebox() }); window.onload = function() { load() }; </script>
<!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
</head>
<body>
<div id="fullpage">
<div id="profilesection" class="section" data-anchor="profile">
<div class="main_container">
<div class="profile_container">
<div class="header">
<div class="name">Haochao Ying</div>
<div class="headline">PhD Candidate (3rd year)</div>
<div id="menu" class="buttonbar">
<div class="button">
<!-- <a href="#bio" rel="facebox" class="button blue first">Work</a> -->
<a id="experbutton" class="button blue first"> Experience </a>
<a id="pubbutton" class="button green"> Publication </a>
<!-- <a href="research.html" class="button green">Blog</a> -->
<a href="http://lanternying.applinzi.com/" class="button purple last"> Blog </a>
</div>
</div>
</div>
<div class="profile">
<div class="edu">Advanced Computing and System Laboratory (CCNT), College of Computer Science & Technology at Zhejiang University<br> Supervisor: <a href="https://scholar.google.com/citations?user=VO9XIXYAAAAJ&hl=zh-CN" target="_blank">Prof. Jian Wu</a> </div>
<div class="tags">Recommender System, Service Computing</div>
<div class="email">haochaoying@zju.edu.cn</div>
<div class="telephone">+8618767122656</div>
<div class="location">R.m. 422, Cao Guang Biao Main Building,<br>Yu Quan Campus, Zheda Road 38, Hang Zhou</div>
</div>
<div class="horizontal_line"></div>
<div class="profile">
<a href="https://scholar.google.com/citations?user=kV7iOOEAAAAJ&hl=zh-CN" target="_blank" class="scholar"></a>
<a href="https://cn.linkedin.com/in/豪超-应-2ab15ba0" target="_blank" class="linkedin"></a>
<a href="https://github.com/lanternying" target="_blank" class="github"></a>
<a href="http://twitter.com/lanternying" target="_blank" class="twitter"></a>
<a href="http://weibo.com/haochaoying" target="_blank" class="weibo"></a>
<a href="#weixinQR" rel="facebox" class="weixin"></a>
<a href="resume/Curriculum Vitae.pdf" target="_blank" class="cv"></a>
</div>
</div>
</div>
<div class="sidebox">
<div class="avatar">
<img src="images/avatar.jpg" id="avatar" class="avatar" alt="Haochao Ying">
</div>
<div class="infobox">
I'm currently a third-year Ph.D. student. My research areas includes Service Oriented Computing, Recommender System and mainly focus on implicit and hybrid recommendation, Point-of-Interest (POI) recommendation, Deep learning based recommendation and Quality of Services (QoS) prediction.
</div>
</div>
</div>
<div id="weixinQR" style="display:none;"> <img src="images/weixinQR.jpg" width="300"/> </div>
<div id="expersection" class="section" data-anchor="experience">
{% include navbar.html %}
{% include experience.html %}
</div>
<div id="pubsection" class="section" data-anchor="publication">
{% include navbar.html %}
{% include pubs.html %}
</div>
</div>
</body>
</html>