Repository: reef
Updated Branches:
  refs/heads/master 65649348c -> f7f08b9f2


[REEF-443] Create a Publications section on the website

JIRA:
  [REEF-443](https://issues.apache.org/jira/browse/REEF-443)

Pull Request:
  Closes #1086


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/f7f08b9f
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/f7f08b9f
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/f7f08b9f

Branch: refs/heads/master
Commit: f7f08b9f28eaee5af8d4c55ddb949290da570fca
Parents: 6564934
Author: Sergey Dudoladov <[email protected]>
Authored: Sun Aug 7 16:23:13 2016 -0700
Committer: Mariia Mykhailova <[email protected]>
Committed: Fri Aug 26 17:05:02 2016 -0700

----------------------------------------------------------------------
 pom.xml                                         |   2 +
 website/src/site/markdown/publications.md       |  40 +++++++++++++++++++
 website/src/site/resources/bib/bayesian.bib     |   6 +++
 website/src/site/resources/bib/dolphin.bib      |   6 +++
 website/src/site/resources/bib/elasticML.bib    |   8 ++++
 website/src/site/resources/bib/geoML.bib        |   6 +++
 website/src/site/resources/bib/pca.bib          |   6 +++
 website/src/site/resources/bib/reef.bib         |   8 ++++
 website/src/site/resources/bib/salmon.bib       |   6 +++
 ...earn-DistributedAndScalablePCAinTheCloud.pdf | Bin 0 -> 539246 bytes
 ...3-NIPS-BigLearn-TowardsResourceElasticML.pdf | Bin 0 -> 253572 bytes
 .../resources/papers/2014-NIPS-InferREEF.pdf    | Bin 0 -> 220951 bytes
 .../src/site/resources/papers/2015-12-GeoML.pdf | Bin 0 -> 232891 bytes
 .../src/site/resources/papers/2015-SIGMOD.pdf   | Bin 0 -> 667480 bytes
 .../papers/2016-ICML-LearningSys-Dolphin.pdf    | Bin 0 -> 201527 bytes
 .../papers/2016-ICML-LearningSys-Salmon.pdf     | Bin 0 -> 208068 bytes
 website/src/site/site.xml                       |   1 +
 17 files changed, 89 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 62e9a21..b17e7ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,6 +311,8 @@ under the License.
                             <!-- The below are binary data files used in tests 
-->
                             
<exclude>Org.Apache.REEF.Examples/ConfigFiles/*</exclude>
                             
<exclude>Org.Apache.REEF.Tang.Tests/simpleConstructorJavaProto.bin</exclude>
+                            <!-- Bibliography info for papers about REEF -->
+                            <exclude>**/bib/**</exclude>
                         </excludes>
                     </configuration>
                 </plugin>

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/markdown/publications.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/publications.md 
b/website/src/site/markdown/publications.md
new file mode 100644
index 0000000..5d1f1e0
--- /dev/null
+++ b/website/src/site/markdown/publications.md
@@ -0,0 +1,40 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Publications
+
+The main paper on REEF is:
+
+**REEF: Retainable Evaluator Execution Framework**, Markus Weimer et al. *ACM 
SIGMOD Industrial Track, 2015*. 
[`[pdf]`](papers/2015-SIGMOD.pdf)[`[bib]`](bib/reef.bib)
+
+Please cite this paper when you mention REEF.
+
+Other publications:
+
+**Salmon: Towards Production-Grade, Platform-Independent Distributed ML**, 
Mikhail Bilenko et al. *ICML Machine Learning Systems workshop, 2016*. 
[`[pdf]`](papers/2016-ICML-LearningSys-Salmon.pdf)[`[bib]`](bib/salmon.bib)
+
+**Dolphin: Runtime Optimization for Distributed Machine Learning**, Byung-Gon 
Chun et al. *ICML Machine Learning Systems workshop, 2016*. 
[`[pdf]`](papers/2016-ICML-LearningSys-Dolphin.pdf)[`[bib]`](bib/dolphin.bib)
+
+**Towards Geo-Distributed Machine Learning**, Ignacio Cano et al. *NIPS 
Learning Systems workshop, 2015*. 
[`[pdf]`](papers/2015-12-GeoML.pdf)[`[arXiv]`](http://arxiv.org/abs/1603.09035)[`[bib]`](bib/geoML.bib)
+
+**Elastic Distributed Bayesian Collaborative Filtering**, Alex Beutel et al. 
*NIPS Distributed Machine Learning and Matrix Computations workshop, 2014*. 
[`[pdf]`](papers/2014-NIPS-InferREEF.pdf)[`[bib]`](bib/bayesian.bib)
+
+**Towards Resource-Elastic Machine Learning**, Shravan Narayanamurthy et al. 
*NIPS BigLearn workshop, 2013*. 
[`[pdf]`](papers/2013-NIPS-BigLearn-TowardsResourceElasticML.pdf)[`[bib]`](bib/elasticML.bib)
+
+**Distributed and Scalable PCA in the Cloud**, Arun Kumar et al. *NIPS 
BigLearn workshop, 2013*. 
[`[pdf]`](papers/2013-NIPS-BigLearn-DistributedAndScalablePCAinTheCloud.pdf)[`[bib]`](bib/pca.bib)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/bib/bayesian.bib
----------------------------------------------------------------------
diff --git a/website/src/site/resources/bib/bayesian.bib 
b/website/src/site/resources/bib/bayesian.bib
new file mode 100644
index 0000000..f2fd1ec
--- /dev/null
+++ b/website/src/site/resources/bib/bayesian.bib
@@ -0,0 +1,6 @@
+@inproceedings{beutel2014elastic,
+  title={Elastic Distributed Bayesian Collaborative Filtering},
+  author={Beutel, Alex and Weimer, Markus and Minka, Tom and Zaykov, Yordan 
and Narayanan, Vijay},
+  booktitle={NIPS Distributed Machine Learning and Matrix Computations 
workshop},     
+  year={2014}
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/bib/dolphin.bib
----------------------------------------------------------------------
diff --git a/website/src/site/resources/bib/dolphin.bib 
b/website/src/site/resources/bib/dolphin.bib
new file mode 100644
index 0000000..6d3fb8d
--- /dev/null
+++ b/website/src/site/resources/bib/dolphin.bib
@@ -0,0 +1,6 @@
+@inproceedings{chun2015dolphin,
+  title={Dolphin: Runtime Optimization for Distributed Machine Learning},
+  author={Byung-Gon Chun, and Brian Cho, and Beomyeol Jeon, and Joo Seong 
Jeong, and Gunhee Kim, and Joo Yeon Kim, and Woo-Yeon Lee, and Yun Seong Lee, 
and Markus Weimer, and Youngseok Yang, and Gyeong-In Yu},
+  booktitle={The ML Systems Workshop at ICML},
+  year={2016}
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/bib/elasticML.bib
----------------------------------------------------------------------
diff --git a/website/src/site/resources/bib/elasticML.bib 
b/website/src/site/resources/bib/elasticML.bib
new file mode 100644
index 0000000..0cfaf50
--- /dev/null
+++ b/website/src/site/resources/bib/elasticML.bib
@@ -0,0 +1,8 @@
+@Miscellaneous {narayanamurthy2013,
+author       = {Shravan Narayanamurthy and Markus Weimer and Dhruv Mahajan and 
Tyson Condie and
+                Sundararajan Sellamanickam and S. Sathiya Keerthi},
+publisher    = {NIPS 2013 BigLearn Workshop},
+title        = {Towards Resource-Elastic Machine Learning},
+url          = 
{http://research.microsoft.com/apps/pubs/default.aspx?id=217296},
+year         = {2013}
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/bib/geoML.bib
----------------------------------------------------------------------
diff --git a/website/src/site/resources/bib/geoML.bib 
b/website/src/site/resources/bib/geoML.bib
new file mode 100644
index 0000000..6029208
--- /dev/null
+++ b/website/src/site/resources/bib/geoML.bib
@@ -0,0 +1,6 @@
+@inproceedings{cano2015geoml,
+  title={Towards Geo-Distributed Machine Learning},
+  author={Cano, Ignacio and Weimer, Markus and Mahajan, Dhruv and Curino,Carlo 
and Matteo Fumarola, Giovanni},
+  booktitle={Learning Systems Workshop at NIPS 2015},     
+  year={2015}
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/bib/pca.bib
----------------------------------------------------------------------
diff --git a/website/src/site/resources/bib/pca.bib 
b/website/src/site/resources/bib/pca.bib
new file mode 100644
index 0000000..06b1638
--- /dev/null
+++ b/website/src/site/resources/bib/pca.bib
@@ -0,0 +1,6 @@
+@Miscellaneous {kumar2013,
+author       = {Arun Kumar and Nikos Karampatziakis and Paul Mineiro and 
Markus Weimer and Vijay K Narayana},
+publisher    = {NIPS 2013 BigLearn Workshop},
+title        = {Distributed and Scalable PCA in the Cloud},
+year         = {2013}
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/bib/reef.bib
----------------------------------------------------------------------
diff --git a/website/src/site/resources/bib/reef.bib 
b/website/src/site/resources/bib/reef.bib
new file mode 100644
index 0000000..a2ec930
--- /dev/null
+++ b/website/src/site/resources/bib/reef.bib
@@ -0,0 +1,8 @@
+@inproceedings{weimer2015reef,
+  title={REEF: Retainable Evaluator Execution Framework},
+  author={Weimer, Markus and Chen, Yingda and Chun, Byung-Gon and Condie, 
Tyson and Curino, Carlo and Douglas, Chris and Lee, Yunseong and Majestro, Tony 
and Malkhi, Dahlia and Matusevych, Sergiy and others},
+  booktitle={Proceedings of the 2015 ACM SIGMOD International Conference on 
Management of Data},
+  pages={1343--1355},
+  year={2015},
+  organization={ACM}
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/bib/salmon.bib
----------------------------------------------------------------------
diff --git a/website/src/site/resources/bib/salmon.bib 
b/website/src/site/resources/bib/salmon.bib
new file mode 100755
index 0000000..996f6c3
--- /dev/null
+++ b/website/src/site/resources/bib/salmon.bib
@@ -0,0 +1,6 @@
+@inproceedings{chun2015dolphin,
+  title={Salmon: Towards Production-Grade, Platform-Independent Distributed 
ML},
+  author={Mikhail Bilenko, and Tom Finley, and Shon Katzenberger, and 
Sebastian Kochman, and Dhruv Mahajan, and Shravan Narayanamurthy, and Julia 
Wang, and Shizhen Wang, and **Markus Weimer**},
+  booktitle={The ML Systems Workshop at ICML},
+  year={2016}
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/papers/2013-NIPS-BigLearn-DistributedAndScalablePCAinTheCloud.pdf
----------------------------------------------------------------------
diff --git 
a/website/src/site/resources/papers/2013-NIPS-BigLearn-DistributedAndScalablePCAinTheCloud.pdf
 
b/website/src/site/resources/papers/2013-NIPS-BigLearn-DistributedAndScalablePCAinTheCloud.pdf
new file mode 100755
index 0000000..87df2fe
Binary files /dev/null and 
b/website/src/site/resources/papers/2013-NIPS-BigLearn-DistributedAndScalablePCAinTheCloud.pdf
 differ

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/papers/2013-NIPS-BigLearn-TowardsResourceElasticML.pdf
----------------------------------------------------------------------
diff --git 
a/website/src/site/resources/papers/2013-NIPS-BigLearn-TowardsResourceElasticML.pdf
 
b/website/src/site/resources/papers/2013-NIPS-BigLearn-TowardsResourceElasticML.pdf
new file mode 100755
index 0000000..3ebf6b5
Binary files /dev/null and 
b/website/src/site/resources/papers/2013-NIPS-BigLearn-TowardsResourceElasticML.pdf
 differ

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/papers/2014-NIPS-InferREEF.pdf
----------------------------------------------------------------------
diff --git a/website/src/site/resources/papers/2014-NIPS-InferREEF.pdf 
b/website/src/site/resources/papers/2014-NIPS-InferREEF.pdf
new file mode 100755
index 0000000..1d160c9
Binary files /dev/null and 
b/website/src/site/resources/papers/2014-NIPS-InferREEF.pdf differ

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/papers/2015-12-GeoML.pdf
----------------------------------------------------------------------
diff --git a/website/src/site/resources/papers/2015-12-GeoML.pdf 
b/website/src/site/resources/papers/2015-12-GeoML.pdf
new file mode 100755
index 0000000..b9cf2f8
Binary files /dev/null and 
b/website/src/site/resources/papers/2015-12-GeoML.pdf differ

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/papers/2015-SIGMOD.pdf
----------------------------------------------------------------------
diff --git a/website/src/site/resources/papers/2015-SIGMOD.pdf 
b/website/src/site/resources/papers/2015-SIGMOD.pdf
new file mode 100755
index 0000000..21c95c4
Binary files /dev/null and b/website/src/site/resources/papers/2015-SIGMOD.pdf 
differ

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/papers/2016-ICML-LearningSys-Dolphin.pdf
----------------------------------------------------------------------
diff --git 
a/website/src/site/resources/papers/2016-ICML-LearningSys-Dolphin.pdf 
b/website/src/site/resources/papers/2016-ICML-LearningSys-Dolphin.pdf
new file mode 100755
index 0000000..6574d75
Binary files /dev/null and 
b/website/src/site/resources/papers/2016-ICML-LearningSys-Dolphin.pdf differ

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/resources/papers/2016-ICML-LearningSys-Salmon.pdf
----------------------------------------------------------------------
diff --git a/website/src/site/resources/papers/2016-ICML-LearningSys-Salmon.pdf 
b/website/src/site/resources/papers/2016-ICML-LearningSys-Salmon.pdf
new file mode 100755
index 0000000..1ac8f3c
Binary files /dev/null and 
b/website/src/site/resources/papers/2016-ICML-LearningSys-Salmon.pdf differ

http://git-wip-us.apache.org/repos/asf/reef/blob/f7f08b9f/website/src/site/site.xml
----------------------------------------------------------------------
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index 1cdb9dd..cf07771 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -89,6 +89,7 @@ under the License.
         <menu name="Documentation">
             <item name="Introduction to REEF" href="introduction.html"/>
             <item name="REEF Tutorial" 
href="https://cwiki.apache.org/confluence/display/REEF/Tutorials"/>
+            <item name="Publications" href="publications.html"/>
             <item name="Talks" href="talks.html"/>
             <item name="Glossary" href="glossary.html"/>
             <item name="Tang" href="tang.html"/>

Reply via email to