You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: index.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ end, we are exploring the ground up design of the serverless OS stack that
32
32
facilitates stateless and stateful applications.
33
33
34
34
Publications:
35
-
* A Berkeley View on Serverless Computing [UC Berkeley Tech Report](https://www2.eecs.berkeley.edu/Pubs/TechRpts/2019/EECS-2019-3.pdf)
35
+
* A Berkeley View on Serverless Computing [[UC Berkeley Tech Report](https://www2.eecs.berkeley.edu/Pubs/TechRpts/2019/EECS-2019-3.pdf)]
36
36
37
37
**System stack for emerging hardware:** Today's system stacks were designed to
38
38
operate with traditional hardware, e.g., with 1 Gbps links and traditional
@@ -43,7 +43,7 @@ revisiting traditional system designs to bridge the gap between hardware
43
43
capabilities and realizable system properties.
44
44
45
45
Publications:
46
-
* Distributed Monitoring & Diagnosis Stack for High Speed Networks [NSDI'19 Paper](http://cs.berkeley.edu/~anuragk/papers/confluo.pdf), [Code](https://github.com/ucbrise/confluo).
46
+
* Distributed Monitoring & Diagnosis Stack for High Speed Networks [[NSDI'19 Paper](http://cs.berkeley.edu/~anuragk/papers/confluo.pdf)], [[Code](https://github.com/ucbrise/confluo)]
47
47
48
48
**Secure cloud systems:**
49
49
@@ -56,7 +56,7 @@ vulnerabilities of existing system deployments hosted on the cloud and the
56
56
design of secure systems that no longer have to trust the cloud provider.
57
57
58
58
Publications:
59
-
* Attacking Data Center Networks [MSR Tech Report](http://cs.berkeley.edu/~anuragk/papers/dcn.pdf)
59
+
* Attacking Data Center Networks [[MSR Tech Report](http://cs.berkeley.edu/~anuragk/papers/dcn.pdf)]
60
60
61
61
**Queries on compressed data:**
62
62
@@ -69,10 +69,10 @@ to resolve this challenge --- enabling queries directly on a compressed
69
69
representation of the data.
70
70
71
71
Publications:
72
-
* Succinct: Enabling Queries on compressed data [NSDI'15 Paper](http://cs.berkeley.edu/~anuragk/papers/succinct.pdf), Code: [Standalone System](http://github.com/amplab/succinct-cpp), [Succinct on Spark](https://github.com/amplab/succinct)
73
-
* BlowFish: Dynamic Storage-Performance Tradeoff in Data Stores [NSDI'16](http://cs.berkeley.edu/~anuragk/papers/blowfish.pdf)
74
-
*Swift: Regular Expression Queries on Compressed Data [Tech Report](http://cs.berkeley.edu/~anuragk/papers/swift.pdf), [Code]()
75
-
* ZipG: Serving Queries on Compressed Graphs [SIGMOD'17](http://cs.berkeley.edu/~anuragk/papers/zipg.pdf)
72
+
* Succinct: Enabling Queries on compressed data [[NSDI'15 Paper](http://cs.berkeley.edu/~anuragk/papers/succinct.pdf)], [[Code: Standalone System](http://github.com/amplab/succinct-cpp)], [[Code: Succinct on Spark](https://github.com/amplab/succinct)]
73
+
* BlowFish: Dynamic Storage-Performance Tradeoff in Data Stores [[NSDI'16 Paper](http://cs.berkeley.edu/~anuragk/papers/blowfish.pdf)]
74
+
*Sprint: Regular Expression Queries on Compressed Data [[Tech Report](http://cs.berkeley.edu/~anuragk/papers/swift.pdf)], [[Code](https://github.com/amplab/sprint)]
75
+
* ZipG: Serving Queries on Compressed Graphs [[SIGMOD'17 Paper](http://cs.berkeley.edu/~anuragk/papers/zipg.pdf)]
0 commit comments