docs: added list of contributors
authorSergey Karayev <sergeykarayev@gmail.com>
Thu, 20 Mar 2014 04:39:52 +0000 (21:39 -0700)
committerSergey Karayev <sergeykarayev@gmail.com>
Thu, 20 Mar 2014 04:39:52 +0000 (21:39 -0700)
docs/index.md

index 98282b1..3db9dba 100644 (file)
@@ -5,6 +5,7 @@ layout: default
 
 Caffe is a framework for convolutional neural network algorithms, developed with speed in mind.
 It was created by [Yangqing Jia](http://daggerfs.com), and is in active development by the [Berkeley Vision and Learning Center](http://bvlc.eecs.berkeley.edu).
+
 Caffe is released under [the BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/LICENSE).
 
 <!-- BVLC hosts a quick [classification demo](http://demo.caffe.berkeleyvision.org/) using Caffe. -->
@@ -53,10 +54,22 @@ Please kindly cite Caffe in your publications if it helps your research:
 
 ### Acknowledgements
 
-Yangqing would like to thank the NVidia Academic program for providing K20 GPUs.
-The Caffe Matlab wrapper is courtesy of [Dr. Ross Girshick](http://www.cs.berkeley.edu/~rbg/).
-The detection module (`power_wrapper`) is courtesy of [Sergey Karayev](http://sergeykarayev.com/).
-Our thanks also go to [Jeff Donahue](http://jeffdonahue.com/) and [Oriol Vinyals](http://www1.icsi.berkeley.edu/~vinyals/) for various discussions along the journey.
+Yangqing would like to thank the NVidia Academic program for providing K20 GPUs, and [Oriol Vinyals](http://www1.icsi.berkeley.edu/~vinyals/) for various discussions along the journey.
+
+A core set of BVLC members have contributed lots of new functionality and fixes since the original release (alphabetical by first name):
+
+- [Eric Tzeng](https://github.com/erictzeng)
+- [Evan Shelhamer](http://imaginarynumber.net/)
+- [Jeff Donahue](http://jeffdonahue.com/)
+- [Jon Long](https://github.com/longjon)
+- [Dr. Ross Girshick](http://www.cs.berkeley.edu/~rbg/)
+- [Sergey Karayev](http://sergeykarayev.com/)
+- [Dr. Sergio Guadarrama](http://www.eecs.berkeley.edu/~sguada/)
+
+Additionally, the open-source community plays a large and growing role in Caffe's development.
+Check out the Github [project pulse](https://github.com/BVLC/caffe/pulse) for recent activity, and the [contributors](https://github.com/BVLC/caffe/graphs/contributors) for an ordered list (by commit activity).
+We sincerely appreciate your interest and contributions!
+If you'd like to contribute, read [this](development.html).
 
 ---