add skeleton of the Caffe publications page
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 25 Jun 2014 02:32:56 +0000 (10:32 +0800)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 25 Jun 2014 02:32:56 +0000 (10:32 +0800)
docs/publications.md [new file with mode: 0644]

diff --git a/docs/publications.md b/docs/publications.md
new file mode 100644 (file)
index 0000000..9deae85
--- /dev/null
@@ -0,0 +1,12 @@
+---
+layout: default
+---
+# Publications
+
+Caffe powers on-going research projects, large-scale industrial applications, and startup prototypes in vision, speech, and multimedia. Here we highlight publications involving Caffe.
+
+[Caffe: Convolutional Architecture for Fast Feature Embedding](TODO): the Caffe tech report on arXiv as submitted to the ACM-MM OSS competition for open-source projects. This introduces the framework and its purpose, compares it to contemporary packages, describes implementation details, and highlights applications.
+
+Please add your own publications by submitting a pull request to the [project github](http://github.com/BVLC/caffe). Send your pull request to the master branch for inclusion on the site and in the documentation.
+
+*Publication list coming soon.*