Skip to content

Commit a033d75

Browse files
committed
Minor fixes
1 parent 52eedf7 commit a033d75

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ end, we are exploring the ground up design of the serverless OS stack that
3232
facilitates stateless and stateful applications.
3333

3434
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)]
3636

3737
**System stack for emerging hardware:** Today's system stacks were designed to
3838
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
4343
capabilities and realizable system properties.
4444

4545
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)]
4747

4848
**Secure cloud systems:**
4949

@@ -56,7 +56,7 @@ vulnerabilities of existing system deployments hosted on the cloud and the
5656
design of secure systems that no longer have to trust the cloud provider.
5757

5858
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)]
6060

6161
**Queries on compressed data:**
6262

@@ -69,10 +69,10 @@ to resolve this challenge --- enabling queries directly on a compressed
6969
representation of the data.
7070

7171
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)]
7676

7777
# Teaching
7878

0 commit comments

Comments
 (0)