Created ResearchPapers (markdown)
diff --git a/ResearchPapers.md b/ResearchPapers.md
new file mode 100644
index 0000000..470ec36
--- /dev/null
+++ b/ResearchPapers.md
@@ -0,0 +1,34 @@
+This page lists academic and industry research papers about Go or using Go as the implementation language.
+
+## 2012
+- Time Warp on the Go (D'Angelo, Ferretti, Marzolla)
+  - [arxiv](https://arxiv.org/abs/1206.2772)
+
+## 2013
+- GoPar: Automatic Loop Parallelization of Go Programs (Wetherbee)
+  - [pdf](https://docs.google.com/file/d/0B6tFaBl5qV_gNmpRTnJkcEo4a2M/edit)
+  - [code](https://github.com/wetherbeei/gopar)
+
+## 2014
+- A Study of Successive Over-relaxation Method Parallelization Over Modern HPC Languages (Mittal)
+  - [arxiv](https://arxiv.org/abs/1401.0763)
+- There Is More Consensus in Egalitarian Parliaments (Moraru, Andersen, Kaminsky)
+  - [pdf](https://www.cs.cmu.edu/~dga/papers/epaxos-sosp2013.pdf)
+  - [code](https://github.com/efficient/epaxos)
+  - [Experience with ePaxos: Systems Research using Go](https://da-data.blogspot.com/2013/10/experience-with-epaxos-systems-research.html)
+
+## 2015
+
+- Blade: A Data Center Garbage Collector (Terei, Levy)
+  - [arxiv](https://arxiv.org/abs/1504.02578)
+- Flywheel: Google's Data Compression Proxy for the Mobile Web (Agababov, Buettner, Chudnovsky, Cogan, Greenstein, McDaniel, Piatek, Scott, Welsh, Yin)
+  - [pdf](http://research.google.com/pubs/pub43447.html)
+  - [Rewriting a large production system in Go](http://matt-welsh.blogspot.com/2013/08/rewriting-large-production-system-in-go.html)
+
+## 2016
+- Privacy, Discovery, and Authentication for the Internet of Things (Wu, Taly, Shankar, Boneh)
+  - [arxiv](https://arxiv.org/abs/1604.06959)
+  - [code](https://vanadium.github.io/)
+- Static Deadlock Detection for Concurrent Go by Global Session Graph Synthesis (Ng, Yoshida)
+  - [pdf](http://www.doc.ic.ac.uk/~cn06/pub/2016/dingo/main.pdf)
+  - [code](https://github.com/nickng/dingo-hunter)
\ No newline at end of file