You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2021/03/21 14:42:12 UTC

[incubator-mxnet] branch master updated: [DOC] Add Flower to MXNet ecosystem (#20038)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d706e8  [DOC] Add Flower to MXNet ecosystem (#20038)
4d706e8 is described below

commit 4d706e8c19b3354878eda9467b149c0ce1fd6d47
Author: Maria Boerner <69...@users.noreply.github.com>
AuthorDate: Sun Mar 21 15:40:35 2021 +0100

    [DOC] Add Flower to MXNet ecosystem (#20038)
    
    * add flower decsription and logo to mxnet ecosystem
    
    * add name to contributors
---
 CONTRIBUTORS.md                                 |   1 +
 docs/static_site/src/assets/img/flower_icon.png | Bin 0 -> 8820 bytes
 docs/static_site/src/pages/ecosystem.html       |   4 ++++
 3 files changed, 5 insertions(+)

diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index b3a71e2..f592c83 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -291,6 +291,7 @@ List of Contributors
 * [Andrzej Kotlowski](https://github.com/anko-intel)
 * [Yingxiao Du](https://github.com/Duconnor)
 * [Bartosz Kuncer](https://github.com/bartekkuncer)
+* [Maria Boerner](https://github.com/mariaboerner1987)
 
 Label Bot
 ---------
diff --git a/docs/static_site/src/assets/img/flower_icon.png b/docs/static_site/src/assets/img/flower_icon.png
new file mode 100755
index 0000000..51757ef
Binary files /dev/null and b/docs/static_site/src/assets/img/flower_icon.png differ
diff --git a/docs/static_site/src/pages/ecosystem.html b/docs/static_site/src/pages/ecosystem.html
index 4e103f0..bebaf85 100644
--- a/docs/static_site/src/pages/ecosystem.html
+++ b/docs/static_site/src/pages/ecosystem.html
@@ -25,6 +25,10 @@ ecosystem_toolkits:
   link: https://autogluon.mxnet.io
 
 ecosystem_other:
+- title: Flower
+  text: Flower is an agnostic federated learning framework. Federate any workload, any machine learning framework, and any programming language.
+  icon: /assets/img/flower_icon.png
+  link: https://flower.dev/
 - title: InsightFace
   text: State-of-the-art face detection and face recognition repository, including ArcFace loss and RetinaFace implementation
   link: https://github.com/deepinsight/insightface