Repository: incubator-singa Updated Branches: refs/heads/master 074c5510a -> 4e60fa2b2
update the documentation about the schedule and community Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/4e60fa2b Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/4e60fa2b Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/4e60fa2b Branch: refs/heads/master Commit: 4e60fa2b29979a3fe7bad00c521ca3724b97c721 Parents: 074c551 Author: Wei Wang <[email protected]> Authored: Sun Sep 10 12:59:23 2017 +0800 Committer: Wei Wang <[email protected]> Committed: Sun Sep 10 12:59:23 2017 +0800 ---------------------------------------------------------------------- doc/en/community/team-list.rst | 2 ++ doc/en/develop/schedule.rst | 4 ++-- doc/en/index.rst | 7 +++++-- 3 files changed, 9 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/4e60fa2b/doc/en/community/team-list.rst ---------------------------------------------------------------------- diff --git a/doc/en/community/team-list.rst b/doc/en/community/team-list.rst index cab3300..db9ed78 100644 --- a/doc/en/community/team-list.rst +++ b/doc/en/community/team-list.rst @@ -37,6 +37,8 @@ Thejas Nair [email protected] Developers ---------- +The SINGA community has developers mainly from National University of Singapore, Zhejiang University, NetEase, Osaka University, yzBigData, etc. + +--------------------+--------------------------------+-----------------------------------------------+ | Name | Email | Organization | +====================+================================+===============================================+ http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/4e60fa2b/doc/en/develop/schedule.rst ---------------------------------------------------------------------- diff --git a/doc/en/develop/schedule.rst b/doc/en/develop/schedule.rst index 0eb4f90..16d74b9 100644 --- a/doc/en/develop/schedule.rst +++ b/doc/en/develop/schedule.rst @@ -60,7 +60,7 @@ Development Schedule " "," ","Simplify the installation by compiling protobuf and openblas together with SINGA" " "," ","Build python wheel automatically using Jenkins" " "," ","Install SINGA from Debian packages" - "v1.2 April 2017 ","Numpy API ","Implement functions for the tensor module of PySINGA following numpy API" + "v1.2 Oct 2017 ","Numpy API ","Implement functions for the tensor module of PySINGA following numpy API" " ","Distributed training ","Migrate distributed training frameworks from V0.3" - "v1.3 July 2017 ","Memory optimization ","Replace CNMEM with new memory pool to reduce memory footprint" + " ","Memory optimization ","Replace CNMEM with new memory pool to reduce memory footprint" " ","Execution optimization ","Runtime optimization of execution scheduling" http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/4e60fa2b/doc/en/index.rst ---------------------------------------------------------------------- diff --git a/doc/en/index.rst b/doc/en/index.rst index 56c7be9..bfb68ff 100755 --- a/doc/en/index.rst +++ b/doc/en/index.rst @@ -72,7 +72,7 @@ Getting Started :scale: 100% :align: middle :target: https://github.com/apache/incubator-singa -.. |logo2| image:: _static/awsmp.gif +.. |logo2| image:: _static/awsmp.gif :scale: 100% :align: middle :target: https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c @@ -107,15 +107,18 @@ How to contribute More details on contributing to SINGA is described `here <develop/how-contribute.html>`_ . -Citing SINGA +History ------------ +SINGA was initiated by the DB System Group at National University of Singapore in 2014, in collaboration with the database group of Zhejiang University. Please cite the following two papers if you use SINGA in your research: * B. C. Ooi, K.-L. Tan, S. Wang, W. Wang, Q. Cai, G. Chen, J. Gao, Z. Luo, A. K. H. Tung, Y. Wang, Z. Xie, M. Zhang, and K. Zheng. `SINGA: A distributed deep learning platform <http://www.comp.nus.edu.sg/~ooibc/singaopen-mm15.pdf>`_. ACM Multimedia (Open Source Software Competition) 2015 (`BibTex <http://www.comp.nus.edu.sg/~dbsystem/singa//assets/file/bib-oss.txt>`_). * W. Wang, G. Chen, T. T. A. Dinh, B. C. Ooi, K.-L.Tan, J. Gao, and S. Wang. `SINGA: putting deep learning in the hands of multimedia users <http://www.comp.nus.edu.sg/~ooibc/singa-mm15.pdf>`_. ACM Multimedia 2015 (`BibTex <http://www.comp.nus.edu.sg/~dbsystem/singa//assets/file/bib-singa.txt>`_, `Slides <files/mm2015.ppt>`_). +Companies like `NetEase <http://tech.163.com/17/0602/17/CLUL016I00098GJ5.html>`_, `yzBigData <http://www.yzbigdata.com/en/index.html>`_ and `Shentilium <https://shentilium.com/>`_ are using SINGA for their applications. + .. toctree:: :hidden:
