-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
144 lines (103 loc) · 4.97 KB
/
news.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/plain.css" media="all" />
<title>Network-as-a-Service project</title>
</head>
<body class="html not-front not-logged-in no-sidebars page-node page-node- page-node-58 node-type-project" >
<div id="skip-link">
<a href="#main-content" class="element-invisible element-focusable">Skip to main content</a>
</div>
<div id="wrap">
<div class="container">
<!-- #header -->
<div id="header" class="sixteen columns clearfix">
<div class="inner">
<h1>Network-as-a-Service (NaaS) project </h1>
<div id="name-and-slogan" class="element-invisible">
<div id="site-name" class="element-invisible">
<a href="/" title="Home" rel="home">Network-as-a-Service (NaaS) project</a>
</div>
</div>
</div>
</div><!-- /#header -->
<!-- #navigation -->
<div id="navigation" class="sixteen columns clearfix">
<div class="menu-header">
<div class="content">
<ul class="menu"><li class="first leaf"><a href="/">Home</a></li>
<li class="leaf"><a href="/news.html">News/Events</a></li>
<li class="leaf"><a href="/people.html">People</a></li>
<li class="leaf"><a href="/publications.html" title="">Publications</a></li>
</ul>
</div>
</div>
</div>
<!-- /#navigation -->
<div class="region region-content">
<div id="block-system-main" class="block block-system">
<div class="content">
<div class="panel-flexible panels-flexible-24 clearfix" >
<div class="panel-flexible-inside panels-flexible-24-inside">
<div class="panels-flexible-region panels-flexible-region-24-center panels-flexible-region-first panels-flexible-region-last">
<div class="inside panels-flexible-region-inside panels-flexible-region-24-center-inside panels-flexible-region-inside-first panels-flexible-region-inside-last">
<div class="panel-separator"></div><div class="panel-pane pane-entity-field pane-node-body" >
<div class="pane-content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded">
<h3>NaaS presentation at USENIX ATC, 23rd June 2016</h3>
<p>
A paper about the NaaS box was accepted to the USENIX Annual Technical
Conference and was presented in Denver Colorado on 23rd June 2016.
</p>
<h3>NaaS technical group meeting 10th December 2014</h3>
<p>
On 10th December the NaaS partners and industrial advisors met
to discuss the progress of the project so far and to plan the project's
development over the coming years. Here is the
<a href="techgroup1.html">original agenda</a>.
</p>
<h3>CoNEXT presentation for NaaS 2nd-5th December 2014</h3>
<p>
A paper describing early stages of the NaaS idea was accepted
at the CoNEXT conference and was presented in Sydney, Australia in
early December. The paper describes the benefits to a data centre
from deploying a middlebox that can perform in-network processing
on Hadoop and Solr.
</p>
<p>
<b>Middleboxes for Application-Specific Traffic Aggregation </b>
<a href="http://lsds.doc.ic.ac.uk/pubs/14-conext-netagg">(Paper PDF)</a>
<a href="http://www.doc.ic.ac.uk/~lr12/doc/netagg-conext14-talk.pdf">(Slides PDF)</a>, Luo Mai, Lukas Rupprecht, Abdul Alim, Paolo Costa, Matteo Migliavacca, Peter Pietzuch and Alexander L. Wolf, 10th International Conference on Emerging Networking Experiments and Technologies (CoNEXT), 2014
</p>
</div></div></div> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- /#content -->
<div class="clear"></div>
</div>
<div id="footer" >
<div class="container">
<div class="sixteen columns clearfix">
<div class="one_third">
</div>
<div class="one_third">
</div>
<div class="one_third last">
</div>
<div class="clear"></div>
<div class="clear"></div>
</div>
</div>
</div>
</div> <!-- /#wrap -->
</body>
</html>