-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
241 lines (230 loc) · 10.7 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0" />
<title>FAST</title>
<link rel="shortcut icon" type="image/x-icon" href="css/images/favicon.ico" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<link href='http://fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Jura:400,500,600,300' rel='stylesheet' type='text/css' />
<style type="text/css">
body,td,th {
color: #121212;
}
</style>
<script src="js/jquery-1.8.0.min.js" type="text/javascript"></script>
<script src="js/jquery.touchwipe.1.1.1.js" type="text/javascript"></script>
<script src="js/jquery.carouFredSel-5.5.0-packed.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="js/modernizr.custom.js"></script>
<![endif]-->
<script src="js/functions.js" type="text/javascript"></script>
</head>
<body>
<!-- wrapper -->
<div class="wrapper">
<!-- header -->
<header class="header">
<div class="shell">
<div class="header-top">
<h1 id="logo"><a href="#">FAST</a></h1>
<nav id="navigation">
<a href="#" class="nav-btn">主页<span></span></a>
<ul>
<li class="active home"><a href="index.html">主页</a></li>
<li><a href="resources.html">资源</a></li>
<li><a href="community.html">社区</a></li>
<li><a href="about.html">关于FAST</a></li>
</ul>
</nav>
<div class="cl"> </div>
</div>
<div class="slider">
<div id="bg"></div>
<div id="carousel">
<div>
<h5>FAST</h5>
<h3>FAST开源项目</h3>
<p>FAST(FPGA bAsed SDN swiTching)是一种以FPGA为转发平面核心的SDN交换机实现架构,其基本思想是可重构交换架构——将报文处理流程拆解成多个独立报文处理阶段,为每个阶段都建立相应的模块库,开发者根据需要自由选择处理模块,用于快速重构报文处理流水线。这种“离线重构”的方式能够满足多样化的SDN交换需求...</p>
<a href="about.html" class="green-btn">进入</a>
<img class="img-front" src="css/images/front-img.png" alt="dot1" width="263" height="300" />
<img class="img-mid" src="css/images/img-mid.png" alt="dot2" width="230" height="302" />
<img class="img-back" src="css/images/img-back.png" alt="dot3" width="195" height="304" />
</div>
<div>
<h5>FAST</h5>
<h3>SDN研讨会</h3>
<p>为了促进我国软件定义网络(SDN)交流技术的发展,加强学术交流,中国计算机学会决定于2016年10月15日在湖南省长沙市,召开2016年“软件定义网络(SDN)交换技术”研讨会。会议将邀请学术界和工业界专家围绕SDN交换技术进行主题演讲,展示最新的开源研究成果,对最新的研究进展和发展趋势展开广泛深入的学术交流...</p>
<a href="#" class="green-btn">进入</a>
<img class="img-front" src="css/images/front-img.png" alt="dot1" width="263" height="300" />
<img class="img-mid" src="css/images/img-mid.png" alt="dot2" width="230" height="302" />
<img class="img-back" src="css/images/img-back.png" alt="dot3" width="195" height="304" />
</div>
<div>
<h5>FAST</h5>
<h3>SDN交换机</h3>
<p>FAST交换机是实现与pica8外部行为类似的基本的SDN交换机,其中FPGA实现openflow1.3数据平面,CPU实现交换机适配和配置控制功能...</p>
<a href="#" class="green-btn">进入</a>
<img class="img-front" src="css/images/front-img.png" alt="dot1" width="263" height="300" />
<img class="img-mid" src="css/images/img-mid.png" alt="dot2" width="230" height="302" />
<img class="img-back" src="css/images/img-back.png" alt="dot3" width="195" height="304" />
</div>
<div>
<h5>FAST</h5>
<h3>SD-TS交换机</h3>
<p>SD-TS的主要目标是:1、面向未来网络创新技术规模试验验证,为创新网络实验提供多样化的定制场景和丰富的试验反馈;2、实现实验床服务与用户实验的解耦,兼容用户实验中不同类型的网络体系结构;3、与特网网络体系结构无关的大网实验,通过SD-TS重构实现实验站点经CNGI核心网隧道互联...</p>
<a href="#" class="green-btn">进入</a>
<img class="img-front" src="css/images/front-img.png" alt="dot1" width="263" height="300" />
<img class="img-mid" src="css/images/img-mid.png" alt="dot2" width="230" height="302" />
<img class="img-back" src="css/images/img-back.png" alt="dot3" width="195" height="304" />
</div>
</div>
<div class="pagination"></div>
<a id="prev" href="#"></a>
<a id="next" href="#"></a>
</div>
</div>
</header>
<!-- end of header -->
<!-- shell -->
<div class="shell">
<!-- main -->
<div class="main">
<!-- cols -->
<section class="cols">
<div class="col">
<img src="css/images/col-img1.png" alt="" />
<div class="col-cnt">
<h2>FAST文档</h2>
<p style="font-size: 16px">这里包含了所有有关于FAST的文档,包括设计文档、demo演示文档等,有兴趣的可以点击下载,进一步了解FAST</p>
<a href="resources.html" class="more">点击下载</a>
</div>
</div>
<div class="col">
<img src="css/images/col-img2.png" alt="" />
<div class="col-cnt">
<h2>SDN交换技术研讨会</h2>
<p style="font-size: 16px">下面是研讨会中来自产业界和学术界各方大牛的演讲内容,有兴趣的可以点击下载观看。</p>
<a href="resources.html" class="more">研讨会ppt</a>
</div>
</div>
<div class="col">
<img src="css/images/col-img3.png" alt="" />
<div class="col-cnt">
<h2>FAST源码</h2>
<p style="font-size: 16px">FAST有关的软硬件代码都已托管到github上面,有感兴趣的可以点击下面图标进行下载</p>
<a href="resources.html" class="more" >下载源码</a>
</div>
</div>
<div class="cl"> </div>
</section>
<!-- end of cols -->
<section class="post">
<img src="css/images/post-img1.png" alt="" />
<div class="post-cnt">
<h2>FAST软件架构</h2>
<p><span style="font-size: 14px">平台相关通信库:FAST软硬件通信接口与平台相关<br /></span></p>
<p><span style="font-size: 14px">FAST核心管理软件:提供硬件功能模块配套管理配置接口<br /></span></p>
<p><span style="font-size: 14px">FAST数据平面功能扩展软件:提供复杂网络处理功能的灵活扩展<br /></span></p>
<p><span style="font-size: 14px">配置管理软件:配置管理界面;南向接口适配<br /></span></p>
</div>
<div class="cl"> </div>
</section>
<section class="post">
<img src="css/images/post-img2.png" alt="" />
<div class="post-cnt">
<h2>FAST硬件架构</h2>
<p><span style="font-size: 14px">平台相关逻辑:适配不同基于FPGA的软硬件平台,提供统一的平台接口<br /></span></p>
<p><span style="font-size: 14px">FAST基础模块库:FAST基础模块接口和功能定义不依赖于平台,实现也避免与平台相关<br /></span></p>
<p><span style="font-size: 14px">工程配置文件库:指定功能模块的连接组合;指定运行平台;指定资源和性能优化约束及目标<br /></span></p>
</div>
<div class="cl"> </div>
</section>
<section class="post">
<div class="post-cnt">
<h2>参与FAST</h2>
<p>
<span style="font-size: 14px"><a href="#">FAST开源许可证</a><br /></span></p>
<span style="font-size: 14px"><a href="#">FAST开源内容</a><br /></span></p>
<span style="font-size: 14px"><a href="#">成为FAST一员</a><br /></span></p>
<span style="font-size: 14px"><a href="#">从FAST获得...</a><br /></span></p>
</div>
</section>
<section class="content">
<h2>主要贡献参与单位</h2>
</section>
<section class="partners">
<div id="partners-slider">
<div class="slider-holder2">
<img src="css/images/partners1.png" width="150" height="200" />
<img src="css/images/partners2.png" width="150" height="200" />
<img src="css/images/partners3.png" width="150" height="200" />
<img src="css/images/partners4.png" width="150" height="200" />
<img src="css/images/partners1.png" width="150" height="200" />
<img src="css/images/partners2.png" width="150" height="200" />
<img src="css/images/partners3.png" width="150" height="200" />
<img src="css/images/partners4.png" width="150" height="200" />
</div>
</div>
<div class="slider-arr">
<a class="prev-arr arr-btn" href="#"></a>
<a class="next-arr arr-btn" href="#"></a>
</div>
</section>
</div>
<!-- end of main -->
</div>
<!-- end of shell -->
<!-- footer -->
<div id="footer">
<!-- shell -->
<div class="shell">
<!-- footer-cols -->
<div class="footer-cols">
<div class="col">
<h2>资源</h2>
<ul>
<li><a href="#">文档</a></li>
<li><a href="#">源码 </a></li>
<li><a href="#">书籍</a></li>
<li><a href="#">白皮书</a></li>
</ul>
</div>
<div class="col">
<h2>社区</h2>
<ul>
<li><a href="#">实验</a></li>
<li><a href="#">博客</a></li>
</ul>
</div>
<div class="col">
<h2>联系我们</h2>
<p>Email: <a href="#">[email protected]</a></p>
<p>Phone: 15616265487</p>
<p>Address: 国防科学技术大学计算机学院 </p>
<p>中国 湖南省长沙市</p>
</div>
<div class="cl"> </div>
</div>
<!-- end of footer-cols -->
<div class="footer-bottom">
<div class="footer-nav">
<ul>
<li><a href="index.html">主页</a></li>
<li><a href="resources.html">资源</a></li>
<li><a href="community.html">社区</a></li>
<li><a href="about.html">关于FAST</a></li>
</ul>
</div>
<p class="copy">Copyright © 2016<span>FAST TEAM|</span>Design by: <a href="http://chocotemplates.com" target="_blank">www.ChocoTemplates.com</a></p>
<div class="cl"> </div>
</div>
</div>
<!-- end of shell -->
</div>
<!-- footer -->
</div>
<!-- end of wrapper -->
</body>
</html>