forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
29 lines (24 loc) · 1.16 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
---
layout: default
title: yuxinLiu
---
<div id="home">
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h1>SDNLAB文章</h1>
<ul class="posts">
<li><span> 2016-11-03 </span> » <a href="http://www.sdnlab.com/18040.html"> PISCES:可编程、协议无关的软件交换机解析及应用实例</a></li>
<li><span> 2017-03-20 </span> » <a href="http://www.sdnlab.com/18738.html"> 多租户数据中心拥塞控制学习笔记(一)</a></li>
<li><span> 2017-03-27 </span> » <a href="http://www.sdnlab.com/18768.html"> 多租户数据中心拥塞控制学习笔记(二)</a></li>
<li><span> 2017-05-09 </span> » <a href="http://www.sdnlab.com/19189.html"> 解决Floodlight1.2+Mininet问题及使用安装</a></li>
</ul>
<h1>相关研究项目</h1>
<ul class="posts">
<li><a href="https://github.com/yuxinLiu/D2-Vegas">Yuxin Liu:</a> D2-VEGAS</li>
<li><a href="https://github.com/yuxinLiu/vcc-exp-rtt">YuxinLiu:</a> vcc-exp-rtt</li>
</ul>
</div>