-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·75 lines (65 loc) · 2.86 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
---
layout: default
category: about
title: Yanzhao Li's homepage
description: I am Yanzhao Li. I completed my bachelor's degree in Faculty of Science at Qingdao University of computer science on July.1 2012.
---
<section class="about-me inner" itemscope itemtype="http://data-vocabulary.org/Person">
<div class="pull-right speak-french"></div>
<img src="./images/HomePage.jpg" alt="Smiley face" >
<h1>
<div class="book-me">
<a class="btn btn-lg" href="/cn/">Chinese</a>
</div>
<span class="hello">
<em>Keep</em>
<small>on fighting.
</span>
</h1>
<blockquote>
<p>
In July 2015, I started working in IIE as an Assistant Fellow.
</p>
</blockquote>
<p>
I am <a href="/"><span itemprop="name">Yanzhao Li</span></a>. I completed my bachelor's degree in Faculty of Science at <a href="http://www.qdu.edu.cn/">Qingdao University</a> of computer science on July.1 2012, and my Master degree in <a href="http://english.ucas.ac.cn/Pages/default.aspx"><strong>University of Chinese Academy of Sciences</strong></a> on July.1 2015.
</p>
<p>
My research interests cover <strong>Linux Kernel Security</strong>, <strong>Distributed System</strong>, <strong>Python Spider</strong>, and <strong>Deep Learning(Tensorflow) </strong>.
</p>
</section>
<!-- <section class="inner">
<div class="post-recents-in-index">
<strong>Recent blog posts</strong>
</div>
<blockquote>
<ul>
{% for post in site.posts limit:3 %}
<li class="post-list-in-index">
<small class="post-list-date-in-index">
{% capture y %}{{post.date | date:"%Y"}}{% endcapture %}
{% assign d = post.date | date: "%d" %}
{% assign m = post.date | date: "%B" %}
{% case m %}
{% when 'April' or 'May' or 'June' or 'July' %}{{ m }}
{% when 'September' %}Sept
{% else %}{{ post.date | date: "%b" }}
{% endcase %}
{% case d %}
{% when '01' or '21' or '31' %}{{ %d }}
{% when '02' or '22' %}{{ %d }}nd
{% when '03' or '23' %}{{ %d }}rd
{% else %}{{ %d }}
{% endcase %},
{{ post.date | date: "%Y" }}</small><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</blockquote>
<p>
Here's my <a href="{{ site.url }}/yanzhaoli_en.pdf"><strong>resume</strong></a>,
and <a href="/contact"><strong>contact me</strong></a>.</small>
</p>
</section>
-->
<a href="https://github.com/YanzhaoLi/yanzhaoli.github.io"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>