You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2019/11/26 05:30:11 UTC

[incubator-tvm-test] branch master updated (d3b8a70 -> c103fe3)

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

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm-test.git.


 discard d3b8a70  update
 discard 3b5bc98  Update jenkins
     new 4ef21a2  updates
     new 4e5e07c  changes
     new cbab677  [COMMUNITY] Add uwcse logo
     new b4cab5e  add comments
     new 63c4c32  [COMMUNITY] Add Huawei logo (#46)
     new 21a2aaa  [COMMUNITY] Add ucla, cornell, intel, xilinx
     new 2cd8b84  [COMMUNITY] Add berkeley and oasislab
     new 2082ec6  add MS to the logos
     new 256142c  [COMMUNITY] Add octoml
     new b21aed4  [COMMUNITY] Add alibaba
     new 73259ec   [COMMUNITY] Add AWS (#47)
     new e6507d5  [SCRIPT] Deployment script.
     new 5353dcc  Update script.
     new 7c4e548  Deployment script ready
     new c103fe3  Update script

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d3b8a70)
            \
             N -- N -- N   refs/heads/master (c103fe3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                 |   3 +
 Jenkinsfile                                |  28 ----
 README.md                                  |   5 +-
 _config.yml                                |  11 +-
 about.md                                   |   1 -
 assets/themes/custom-twitter/css/style.css |   4 +
 community.md                               |  53 +++++--
 images/community/alicloud.png              | Bin 0 -> 20301 bytes
 images/community/aws.png                   | Bin 0 -> 32934 bytes
 images/community/cornell.svg               | 232 +++++++++++++++++++++++++++++
 images/community/huawei.png                | Bin 0 -> 7913 bytes
 images/community/intel.png                 | Bin 0 -> 4489 bytes
 images/community/microsoft.png             | Bin 0 -> 24164 bytes
 images/community/oasislabs.png             | Bin 0 -> 37771 bytes
 images/community/octoml.svg                |   1 +
 images/community/ucberkeley.png            | Bin 0 -> 32071 bytes
 images/community/ucla.png                  | Bin 0 -> 45279 bytes
 images/community/uwcse.png                 | Bin 0 -> 19344 bytes
 images/community/xilinx.png                | Bin 0 -> 12702 bytes
 scripts/task_deploy_asf_site.sh            |  18 +++
 20 files changed, 310 insertions(+), 46 deletions(-)
 create mode 100644 images/community/alicloud.png
 create mode 100644 images/community/aws.png
 create mode 100644 images/community/cornell.svg
 create mode 100644 images/community/huawei.png
 create mode 100644 images/community/intel.png
 create mode 100644 images/community/microsoft.png
 create mode 100644 images/community/oasislabs.png
 create mode 100644 images/community/octoml.svg
 create mode 100644 images/community/ucberkeley.png
 create mode 100644 images/community/ucla.png
 create mode 100644 images/community/uwcse.png
 create mode 100644 images/community/xilinx.png
 create mode 100755 scripts/task_deploy_asf_site.sh


[incubator-tvm-test] 12/15: [SCRIPT] Deployment script.

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e6507d56829e3ee23afae6516be000d2d44cea81
Author: tqchen <tq...@gmail.com>
AuthorDate: Mon Nov 25 20:50:21 2019 -0800

    [SCRIPT] Deployment script.
---
 .gitignore                      |  3 +++
 _config.yml                     | 11 +++++++++--
 scripts/task_deploy_asf_site.sh | 19 +++++++++++++++++++
 3 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9003acf..5623bc9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
 *~
 _site
 .DS_Store
+.*
+website.tgz
+scripts
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
index 1df4c9c..8493710 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,8 +2,15 @@
 # For more see: http://jekyllrb.com/docs/permalinks/
 permalink: /:categories/:year/:month/:day/:title
 
-exclude: [".rvmrc", ".rbenv-version", "Rakefile", "changelog.md",
-          "tvm", "Jenkinsfile", ".gitignores", ".gitmodules", "website.tgz",
+exclude: [".rvmrc",
+          ".rbenv-version",
+          "Rakefile",
+          "changelog.md",
+          "tvm",
+          "Jenkinsfile",
+          "scripts",
+          ".gitmodules",
+          "website.tgz",
           "serve_local.sh"]
 
 highlighter: rouge
diff --git a/scripts/task_deploy_asf_site.sh b/scripts/task_deploy_asf_site.sh
new file mode 100755
index 0000000..c91efb4
--- /dev/null
+++ b/scripts/task_deploy_asf_site.sh
@@ -0,0 +1,19 @@
+#!/bin/bash
+# Deploy the website to the asf-site branch.
+set -e
+set -u
+
+echo "Start to generate and deploy site ..."
+rm -rf _site
+jekyll b --safe
+cp .gitignore _site
+git checkout asf-site
+
+# remove all existing files
+git ls-files | xargs  rm -f
+# copy new files into the current site
+cp -rf _site/* .
+git add --all && git commit -am 'nigthly build at `date`'
+git push origin asf-site
+git checkout master
+echo "Finish deployment..."


[incubator-tvm-test] 10/15: [COMMUNITY] Add alibaba

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b21aed49cd5bdef4a92ed88946335aee0962f38f
Author: tqchen <tq...@gmail.com>
AuthorDate: Wed Nov 20 18:51:49 2019 -0800

    [COMMUNITY] Add alibaba
---
 community.md                  |   1 +
 images/community/alicloud.png | Bin 0 -> 20301 bytes
 2 files changed, 1 insertion(+)

diff --git a/community.md b/community.md
index 7f4b49d..6a1c16c 100644
--- a/community.md
+++ b/community.md
@@ -71,6 +71,7 @@ in alphabetical order.
 
 
 <div class="community_logo">
+  <img src="images/community/alicloud.png" height="35" />
   <img src="images/community/cornell.svg" height="35" />
   <img src="images/community/huawei.png" height="35" />
   <img src="images/community/intel.png" height="40" />
diff --git a/images/community/alicloud.png b/images/community/alicloud.png
new file mode 100644
index 0000000..fccb755
Binary files /dev/null and b/images/community/alicloud.png differ


[incubator-tvm-test] 13/15: Update script.

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5353dccb21d42539f9ee646309d65ac163550c17
Author: tqchen <tq...@gmail.com>
AuthorDate: Mon Nov 25 21:05:27 2019 -0800

    Update script.
---
 .gitignore                      | 2 +-
 scripts/task_deploy_asf_site.sh | 9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5623bc9..86f470d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,4 @@ _site
 .DS_Store
 .*
 website.tgz
-scripts
\ No newline at end of file
+scripts
diff --git a/scripts/task_deploy_asf_site.sh b/scripts/task_deploy_asf_site.sh
index c91efb4..f1afc08 100755
--- a/scripts/task_deploy_asf_site.sh
+++ b/scripts/task_deploy_asf_site.sh
@@ -2,18 +2,17 @@
 # Deploy the website to the asf-site branch.
 set -e
 set -u
-
 echo "Start to generate and deploy site ..."
-rm -rf _site
 jekyll b --safe
-cp .gitignore _site
+cp .gitignore .gitignore.bak
 git checkout asf-site
-
 # remove all existing files
 git ls-files | xargs  rm -f
 # copy new files into the current site
+cp .gitignore.bak .gitignore
 cp -rf _site/* .
-git add --all && git commit -am 'nigthly build at `date`'
+DATE=`date`
+git add --all && git commit -am "nigthly build at ${DATE}"
 git push origin asf-site
 git checkout master
 echo "Finish deployment..."


[incubator-tvm-test] 01/15: updates

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4ef21a29fb702a08daacb0167162a23d49c93142
Author: tqchen <tq...@gmail.com>
AuthorDate: Sun Oct 20 14:04:31 2019 -0700

    updates
---
 community.md | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/community.md b/community.md
index a31cc89..43ba833 100644
--- a/community.md
+++ b/community.md
@@ -17,39 +17,41 @@ Welcome to the TVM community. Here are several ways that you can stay involved.
 
 ## Discuss Forum
 
-We use discuss forum for general discussions. We welcome all topics related TVM stack.
+We use discuss forum for general discussions and usage trouble shooting.
+We welcome all topics related TVM stack.
 
 <a href="https://discuss.tvm.ai" class="link-btn">Discuss Forum</a>
 
 <br>
 
-## News Letter
 
-We use tvm-announcements google group as a one-sided, low noise channel to send the recent
-important news from the community. Please subscribe to the mail-list to get the most recent news in the community.
+## Github Issues
+We use the Github issue tracker for developer RFCs and roadmap discussion.
 
-<a href="https://groups.google.com/forum/#!forum/tvm-announcements/join" class="link-btn">Join the Mail List</a>
+<a href="https://github.com/dmlc/tvm/issues/" class="link-btn">Github Issue Tracker</a>
 
 <br>
 
-## Roadmap
+## Mail Lists
 
-We are release our public roadmaps on github.
-Please reach out are interested working in aspects that are not on the roadmap.
+As per Apache tradition, everything happens in the community(also) happens in the mail-list.
 
-<a href="https://github.com/dmlc/tvm/projects/1" class="link-btn">Public Roadmap</a>
+- [dev@apache.tvm.org](https://lists.apache.org/list.html?dev@tvm.apache.org) All development related
+- [discuss-archive@apache.tvm.org](https://lists.apache.org/list.html?discuss-archive@tvm.apache.org) archive of discuss forum.
 
-<br>
+Send an email to dev-subscribe@apache.tvm.org to subscribe to the list.
+All discuss forum activity under development tag and github issues with RFC COMMUNITY tags
+are automatically forwarded to dev@
 
+## Roadmap
 
-## Github Issues
-We use the Github issue tracker for bug reports and roadmap discussion.
+We are release our public roadmaps on github.
+Please reach out are interested working in aspects that are not on the roadmap.
 
-<a href="https://github.com/dmlc/tvm/issues/" class="link-btn">Github Issue Tracker</a>
+<a href="https://github.com/dmlc/tvm/projects/1" class="link-btn">Public Roadmap</a>
 
 <br>
 
-
 ## Contributing
 As a community project, we welcome contributions!
 The package is developed and used by the community.


[incubator-tvm-test] 14/15: Deployment script ready

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7c4e548e82c4f8f1fac822ecafb9ac24bf1a34aa
Author: tqchen <tq...@gmail.com>
AuthorDate: Mon Nov 25 21:26:27 2019 -0800

    Deployment script ready
---
 README.md                       | 5 +++--
 scripts/task_deploy_asf_site.sh | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 1bbf3b2..226efab 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@
 ./serve_local.sh
 ```
 
-## AutoBuild Branch
+## Deployment
 
-The ```asf-site``` branch is built automatically do not modify manually.
+We use the script [scripts/deploy_to_asf_site.sh](scripts/deploy_to_asf_site.sh)
+to generate and deploy content to the asf-site branch.
diff --git a/scripts/task_deploy_asf_site.sh b/scripts/task_deploy_asf_site.sh
index f1afc08..7f9ce93 100755
--- a/scripts/task_deploy_asf_site.sh
+++ b/scripts/task_deploy_asf_site.sh
@@ -12,7 +12,7 @@ git ls-files | xargs  rm -f
 cp .gitignore.bak .gitignore
 cp -rf _site/* .
 DATE=`date`
-git add --all && git commit -am "nigthly build at ${DATE}"
+git add --all && git commit -am "Build at ${DATE}"
 git push origin asf-site
 git checkout master
-echo "Finish deployment..."
+echo "Finish deployment at ${DATE}"


[incubator-tvm-test] 03/15: [COMMUNITY] Add uwcse logo

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cbab6770b502053c6a318b7a0983d37f038205d4
Author: tqchen <tq...@gmail.com>
AuthorDate: Mon Oct 28 15:22:56 2019 -0400

    [COMMUNITY] Add uwcse logo
---
 community.md               |   6 ++++++
 images/community/uwcse.png | Bin 0 -> 19344 bytes
 2 files changed, 6 insertions(+)

diff --git a/community.md b/community.md
index 1997682..47d1349 100644
--- a/community.md
+++ b/community.md
@@ -63,6 +63,12 @@ The package is developed and used by the community.
 
 <br>
 
+## Organizations using and contributing to TVM
+<br>
+
+<img src="images/community/uwcse.png" height="25" />
+
+<br>
 
 ## Twitter
 
diff --git a/images/community/uwcse.png b/images/community/uwcse.png
new file mode 100644
index 0000000..77376d2
Binary files /dev/null and b/images/community/uwcse.png differ


[incubator-tvm-test] 11/15: [COMMUNITY] Add AWS (#47)

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 73259ec073be2eff572755124001aef65cfc4a73
Author: Yizhi Liu <li...@apache.org>
AuthorDate: Mon Nov 25 19:45:45 2019 -0800

     [COMMUNITY] Add AWS (#47)
---
 community.md             |   1 +
 images/community/aws.png | Bin 0 -> 32934 bytes
 2 files changed, 1 insertion(+)

diff --git a/community.md b/community.md
index 6a1c16c..44650b6 100644
--- a/community.md
+++ b/community.md
@@ -72,6 +72,7 @@ in alphabetical order.
 
 <div class="community_logo">
   <img src="images/community/alicloud.png" height="35" />
+  <img src="images/community/aws.png" height="35" />
   <img src="images/community/cornell.svg" height="35" />
   <img src="images/community/huawei.png" height="35" />
   <img src="images/community/intel.png" height="40" />
diff --git a/images/community/aws.png b/images/community/aws.png
new file mode 100644
index 0000000..8076921
Binary files /dev/null and b/images/community/aws.png differ


[incubator-tvm-test] 15/15: Update script

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c103fe389896facab93c5f70108d5bfc39a6c456
Author: tqchen <tq...@gmail.com>
AuthorDate: Mon Nov 25 21:29:56 2019 -0800

    Update script
---
 Jenkinsfile | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 23f243e..2dd9595 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -94,30 +94,3 @@ stage("Build") {
     }
   }
 }
-
-stage('Deploy') {
-    node('CPU') {
-      ws('workspace/tvm-web/deploy') {
-        if (env.BRANCH_NAME == "master") {
-           unpack_lib('website', 'website.tgz')
-           dir('_site') {
-             checkout scm
-             sshagent(['tvm-web']) {
-               sh "git checkout asf-site"
-               sh "git fetch && git reset --hard origin/asf-site"
-             }
-             sh "rm -rf *"
-           }
-           sh "tar xf website.tgz"
-           dir('_site') {
-             sh "git add --all && git commit -am 'nightly build'"
-           }
-           sshagent(['tvm-web']) {
-             dir('_site') {
-               sh "git push origin asf-site"
-             }
-           }
-        }
-      }
-    }
-}
\ No newline at end of file


[incubator-tvm-test] 02/15: changes

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4e5e07cd65f3c0e96e5bf592c494c224f0ced7f5
Author: tqchen <tq...@gmail.com>
AuthorDate: Sun Oct 20 14:12:48 2019 -0700

    changes
---
 community.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/community.md b/community.md
index 43ba833..1997682 100644
--- a/community.md
+++ b/community.md
@@ -35,14 +35,17 @@ We use the Github issue tracker for developer RFCs and roadmap discussion.
 ## Mail Lists
 
 As per Apache tradition, everything happens in the community(also) happens in the mail-list.
+Here are the relavant mail-lists:
 
-- [dev@apache.tvm.org](https://lists.apache.org/list.html?dev@tvm.apache.org) All development related
+- [dev@apache.tvm.org](https://lists.apache.org/list.html?dev@tvm.apache.org) development related activities
 - [discuss-archive@apache.tvm.org](https://lists.apache.org/list.html?discuss-archive@tvm.apache.org) archive of discuss forum.
 
-Send an email to dev-subscribe@apache.tvm.org to subscribe to the list.
+To subscribe, send an email to dev-subscribe@apache.tvm.org.
 All discuss forum activity under development tag and github issues with RFC COMMUNITY tags
 are automatically forwarded to dev@
 
+<br>
+
 ## Roadmap
 
 We are release our public roadmaps on github.


[incubator-tvm-test] 09/15: [COMMUNITY] Add octoml

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 256142c2e222d3f3fcd2b3e626e842e33d03860f
Author: tqchen <tq...@gmail.com>
AuthorDate: Fri Nov 15 10:59:47 2019 -0800

    [COMMUNITY] Add octoml
---
 community.md                | 1 +
 images/community/octoml.svg | 1 +
 2 files changed, 2 insertions(+)

diff --git a/community.md b/community.md
index 2fc0709..7f4b49d 100644
--- a/community.md
+++ b/community.md
@@ -76,6 +76,7 @@ in alphabetical order.
   <img src="images/community/intel.png" height="40" />
   <img src="images/community/microsoft.png" height="30" />
   <img src="images/community/oasislabs.png" height="30" />
+  <img src="images/community/octoml.svg" height="35" />
   <img src="images/community/ucberkeley.png" height="30" />
   <img src="images/community/ucla.png" height="35" />
   <img src="images/community/uwcse.png" height="30" />
diff --git a/images/community/octoml.svg b/images/community/octoml.svg
new file mode 100644
index 0000000..4c01af0
--- /dev/null
+++ b/images/community/octoml.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="702.238" height="190.332"><defs><linearGradient x1="93.62" y1="243.99" x2="93.62" y2="369.01" gradientUnits="userSpaceOnUse" spreadMethod="pad" id="a"><stop offset="0" stop-color="#f4c257"/><stop offset="1" stop-color="#f6b110"/></linearGradient></defs><path d="M298.893 95.036c0-6.383-1.165-12.42-3.494-18.114-2.329-5.692-5.563-10.652-9.703-14.879-4.14-4.226-9.1-7.568-14.88-10.026-5.778-2.458-12.161-3.688-19.147-3.688-6.987 0-13.37 1.251-19.1 [...]
\ No newline at end of file


[incubator-tvm-test] 08/15: add MS to the logos

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2082ec61a5dcad09100e69382ba2be8f5f05a939
Author: tqchen <tq...@gmail.com>
AuthorDate: Fri Nov 15 10:53:03 2019 -0800

    add MS to the logos
---
 community.md                   |   1 +
 images/community/microsoft.png | Bin 0 -> 24164 bytes
 2 files changed, 1 insertion(+)

diff --git a/community.md b/community.md
index f615f1a..2fc0709 100644
--- a/community.md
+++ b/community.md
@@ -74,6 +74,7 @@ in alphabetical order.
   <img src="images/community/cornell.svg" height="35" />
   <img src="images/community/huawei.png" height="35" />
   <img src="images/community/intel.png" height="40" />
+  <img src="images/community/microsoft.png" height="30" />
   <img src="images/community/oasislabs.png" height="30" />
   <img src="images/community/ucberkeley.png" height="30" />
   <img src="images/community/ucla.png" height="35" />
diff --git a/images/community/microsoft.png b/images/community/microsoft.png
new file mode 100644
index 0000000..8206a70
Binary files /dev/null and b/images/community/microsoft.png differ


[incubator-tvm-test] 06/15: [COMMUNITY] Add ucla, cornell, intel, xilinx

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 21a2aaa72eebb0a812e1f2ccc787fc364dcf3ab1
Author: tqchen <tq...@gmail.com>
AuthorDate: Tue Nov 5 10:19:57 2019 -0800

    [COMMUNITY] Add ucla, cornell, intel, xilinx
---
 community.md                 |   6 +-
 images/community/cornell.svg | 232 +++++++++++++++++++++++++++++++++++++++++++
 images/community/intel.png   | Bin 0 -> 4489 bytes
 images/community/ucla.png    | Bin 0 -> 45279 bytes
 images/community/xilinx.png  | Bin 0 -> 12702 bytes
 5 files changed, 237 insertions(+), 1 deletion(-)

diff --git a/community.md b/community.md
index 9383069..d43c0bc 100644
--- a/community.md
+++ b/community.md
@@ -72,8 +72,12 @@ in alphabetical order.
 
 <br>
 
-<img src="images/community/uwcse.png" height="25" />
+<img src="images/community/cornell.svg" height="35" />
 <img src="images/community/huawei.png" height="35" />
+<img src="images/community/intel.png" height="40" />
+<img src="images/community/ucla.png" height="35" />
+<img src="images/community/uwcse.png" height="30" />
+<img src="images/community/xilinx.png" height="35" />
 
 <br>
 
diff --git a/images/community/cornell.svg b/images/community/cornell.svg
new file mode 100644
index 0000000..2e44dd2
--- /dev/null
+++ b/images/community/cornell.svg
@@ -0,0 +1,232 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 244.5 61.7" style="enable-background:new 0 0 244.5 61.7;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill:#B31B1B;}
+</style>
+<g>
+	<g>
+		<path class="st0" d="M23.6,47.2c3.5,2.8,7,4.2,7.1,4.3l0.3,0.1l0.3-0.1c0.1-0.1,3.6-1.5,7.1-4.3c4.7-3.7,7.2-7.9,7.2-12.2V15.5
+			H16.4v19.1C16.4,39.2,18.9,43.5,23.6,47.2z M30.3,41.3c-0.1-0.1-0.3-0.1-0.5-0.1l0,0c-0.7,0-1.2,0-1.8,0.1c-0.6,0.1-1.1,0.1-2,0.1
+			c-0.4,0-0.7,0-1,0v-9.2h0.1c0.4,0,0.8,0,1.3,0s1-0.1,1.5-0.1c0.3,0,0.7-0.1,1-0.1c0.6-0.1,1.2,0,1.2,0c0.1,0,0.1,0,0.1,0
+			C30.3,32.1,30.3,41.3,30.3,41.3z M44.2,35.1c0,8-9.8,13.4-12.7,14.8v-7.3c0.1-0.1,0.1-0.1,0.1-0.2c0.1-0.2,0.2-0.3,0.5-0.3
+			c0.7,0,1.2,0,1.7,0.1c0.5,0,1.2,0.1,2,0.1c0.9,0,1.5,0,1.6,0h0.5v-2.7H39v-1.4h-1v-2.6h1.1v-1.4H38v-2.9h-0.5c-0.2,0-0.4,0-0.6,0
+			c-0.4,0-0.8,0-1.3,0c-0.4,0-0.9-0.1-1.5-0.1c-0.3,0-0.7-0.1-1-0.1c-0.8-0.1-1.5,0.1-1.5,0.1l0,0v-2.8h12.7L44.2,35.1z M31.5,41.3
+			v-9.2c0.1,0,0.1-0.1,0.3-0.1c0,0,0.6-0.1,1.2,0c0.4,0,0.7,0.1,1,0.1c0.6,0.1,1.1,0.1,1.5,0.1c0.5,0,0.8,0,1.2,0c0.1,0,0.2,0,0.3,0
+			v9.2c-0.3,0-0.6,0-1,0c-0.8,0-1.4-0.1-2-0.1c-0.6-0.1-1.1-0.1-1.8-0.1C31.9,41.2,31.7,41.2,31.5,41.3z M17.7,17h26.4v9.9H17.7V17z
+			 M17.7,28.3h12.6V31c-0.2,0-0.8-0.1-1.4,0c-0.4,0-0.7,0.1-1,0.1c-0.6,0.1-1,0.1-1.5,0.1s-1,0-1.3,0s-0.5,0-0.7,0h-0.5v2.7h-1.2
+			v1.4h1.2V38h-1.2v1.4h1.2v3h0.5c0,0,0.7,0,1.6,0s1.5-0.1,2-0.1c0.6-0.1,1-0.1,1.7-0.1c0.3,0,0.3,0.1,0.5,0.3c0,0,0,0.1,0.1,0.1
+			v7.3c-3-1.5-12.6-6.8-12.6-15.1L17.7,28.3z"/>
+		<path class="st0" d="M28.8,18h-7.4v0.5c0,1.6,0,4.3,0,4.5c0,0.6,0.4,1.1,1.1,1.5c0.9,0.6,2.2,1.4,2.3,1.4l0.3,0.1l0.3-0.1
+			c0.1,0,1.5-0.8,2.4-1.4c1-0.7,1.1-1.3,1.1-1.5c0-0.1,0-2.5,0-4.5L28.8,18L28.8,18z M22.4,19h5.3c0,0.4,0,0.9,0,1.3h-5.3
+			C22.4,19.9,22.4,19.5,22.4,19z M27.7,22.9c0,0.3-0.3,0.5-0.6,0.7c-0.6,0.4-1.6,1-2,1.2c-0.4-0.3-1.3-0.8-2-1.2
+			c-0.4-0.3-0.7-0.5-0.7-0.8c0-0.1,0-0.7,0-1.5h5.3C27.7,22.2,27.7,22.8,27.7,22.9z"/>
+		<path class="st0" d="M41.3,17.8h-7.5v0.5c0,2,0,4.5,0,4.6c0,0.6,0.4,1.1,1.2,1.6c0.9,0.6,2.3,1.4,2.3,1.4l0.3,0.1l0.3-0.1
+			c0.1,0,1.5-0.8,2.5-1.4c1.1-0.7,1.1-1.4,1.1-1.6c0-0.1,0-2.5,0-4.6L41.3,17.8z M40.3,22.8c0,0.3-0.3,0.5-0.6,0.7
+			c-0.7,0.4-1.7,1-2.1,1.3c-0.4-0.3-1.4-0.8-2-1.3c-0.2-0.1-0.7-0.5-0.7-0.8c0,0,0-0.1,0-0.3l2.6-1.9l2.9,1.9
+			C40.3,22.7,40.3,22.8,40.3,22.8z M37.4,19.4l-2.6,1.9c0-0.7,0-1.6,0-2.4h5.5c0,0.8,0,1.7,0,2.5L37.4,19.4z"/>
+		<path class="st0" d="M32.8,34.2l0.5,0.1c0.3,0,0.6,0.1,0.9,0.1h1.5v-1h-1.5c-0.2,0-0.5,0-0.8-0.1l-0.5-0.1c-0.1,0-0.3,0-0.4,0v1
+			C32.7,34.2,32.8,34.2,32.8,34.2z"/>
+		<path class="st0" d="M34.2,36.1c-0.2,0-0.5,0-0.8-0.1c-0.2,0-0.4,0-0.5-0.1c-0.1,0-0.3,0-0.4,0v1c0.1,0,0.2,0,0.3,0
+			c0.2,0,0.4,0,0.5,0.1c0.3,0,0.6,0.1,0.8,0.1c0.3,0,0.8,0,1.1,0h0.4v-1h-0.4C35,36.2,34.6,36.2,34.2,36.1z"/>
+		<path class="st0" d="M34.2,39c-0.2,0-0.5,0-0.8-0.1c-0.2,0-0.3,0-0.5-0.1c-0.1,0-0.3,0-0.4,0v1c0.1,0,0.2,0,0.2,0
+			c0.2,0,0.4,0,0.5,0.1c0.3,0,0.6,0.1,0.9,0.1h0.4c0.4,0,0.9,0,1.1,0v-1c-0.2,0-0.7,0-1.1,0H34.2z"/>
+		<path class="st0" d="M27.7,34.3c0.3,0,0.5,0,0.9-0.1c0.2,0,0.3,0,0.5-0.1c0.1,0,0.2,0,0.2,0v-1c-0.1,0-0.2,0-0.3,0
+			c-0.2,0-0.4,0-0.5,0.1c-0.3,0-0.6,0.1-0.8,0.1h-1.5v1H27.7z"/>
+		<path class="st0" d="M28.5,36.1c-0.3,0-0.6,0.1-0.8,0.1h-1.5v1h1.5c0.3,0,0.5,0,0.9-0.1l0.5-0.1c0.1,0,0.2,0,0.2,0v-1
+			c-0.1,0-0.2,0-0.4,0L28.5,36.1z"/>
+		<path class="st0" d="M28.5,38.9c-0.3,0-0.6,0.1-0.8,0.1c-0.5,0-1.2,0-1.5,0v1c0.2,0,1,0,1.5,0c0.3,0,0.5,0,0.9-0.1l0.5-0.1
+			c0.1,0,0.2,0,0.2,0v-1c-0.1,0-0.2,0-0.3,0L28.5,38.9z"/>
+		<path class="st0" d="M4.7,31c1.3,0,2.1-0.8,2.2-2.3c0-0.3,0-0.6-0.1-1v-0.1H5.7l0.1,0.2c0.1,0.2,0.1,0.5,0.1,0.8
+			c0,0.7-0.6,1.2-1.4,1.2c-0.8-0.1-1.3-0.6-1.3-1.3c0-0.2,0.1-0.5,0.3-0.8l0.1-0.2l-1.1-0.2v0.1c-0.1,0.3-0.2,0.6-0.2,1
+			C2.2,30,3,30.9,4.5,31C4.5,31,4.6,31,4.7,31z"/>
+		<path class="st0" d="M4.8,25.9C5.1,26,5.4,26,5.7,26c1,0,1.7-0.6,2-1.6c0.2-0.6,0.1-1.2-0.1-1.6c-0.3-0.5-0.8-0.9-1.5-1.1
+			c-0.3-0.1-0.5-0.1-0.8-0.1c-1,0-1.7,0.6-2,1.6C2.9,24.5,3.5,25.5,4.8,25.9z M4.2,23.5c0.2-0.6,0.6-0.7,1-0.7c0.2,0,0.4,0,0.6,0.1
+			c0.5,0.1,0.8,0.4,1,0.7c0.1,0.2,0.1,0.4,0.1,0.7c-0.2,0.6-0.6,0.7-1,0.7c-0.2,0-0.4,0-0.6-0.1C4.6,24.6,4,24.2,4.2,23.5z"/>
+		<path class="st0" d="M9.3,20.1l-1.5-0.8v-0.1C8,18.9,8.1,19,8.3,19l1.5,0.2l0.6-1.1l-2-0.2c-0.1,0-0.3,0-0.4,0
+			c0-0.4-0.2-0.8-0.6-1c-0.2-0.1-0.4-0.2-0.6-0.2c-0.7,0-1.1,0.7-1.4,1.4l-0.5,1l4,2.1L9.3,20.1z M7,18.7l-0.1,0.1l-0.7-0.4l0.1-0.1
+			C6.5,18,6.7,17.7,7,17.9C7.1,18,7.1,18,7.1,18.1C7.2,18.3,7.1,18.6,7,18.7z"/>
+		<polygon class="st0" points="11.8,16.2 9.7,14.5 12.6,15.2 13.4,14.2 10,11.4 9.3,12.2 11.3,13.9 8.4,13.2 7.6,14.2 11.1,17.1 		
+			"/>
+		<polygon class="st0" points="16.8,11.4 16.1,10.6 14.9,11.6 14.4,11 15.5,10.1 14.9,9.3 13.7,10.2 13.3,9.7 14.5,8.7 13.9,7.9 
+			11.8,9.6 14.6,13.1 		"/>
+		<polygon class="st0" points="20.5,9.2 20,8.3 18.6,9.1 16.9,6 15.9,6.6 18.1,10.5 		"/>
+		<polygon class="st0" points="24.2,7.7 23.9,6.8 22.4,7.4 21.2,4.1 20.1,4.4 21.7,8.7 		"/>
+		<path class="st0" d="M28.7,7c0.1,0,0.2,0,0.3,0c0.6-0.1,1.1-0.2,1.4-0.6c0.3-0.3,0.4-0.8,0.3-1.3l-0.2-2.8l-1.1,0.1L29.6,5
+			c0.1,0.9-0.3,1-0.6,1.1h-0.1c-0.3,0-0.6-0.1-0.7-1L28,2.5l-1.1,0.1L27,5.4C27.1,6.4,27.7,7,28.7,7z"/>
+		<polygon class="st0" points="33.9,4.3 34.8,7.1 36.1,7.3 36.7,2.8 35.6,2.7 35.2,5.3 34.3,2.5 33,2.3 32.4,6.8 33.5,6.9 		"/>
+		<polygon class="st0" points="40,3.8 38.9,3.5 37.6,7.7 38.7,8.1 		"/>
+		<polygon class="st0" points="45.6,6.3 44.6,5.8 42.5,8 42.9,4.9 41.9,4.4 41.2,9.1 42.3,9.6 		"/>
+		<polygon class="st0" points="46.8,12.7 47.4,11.9 46.1,11 46.6,10.3 47.8,11.2 48.4,10.4 47.2,9.5 47.6,9 48.9,9.9 49.5,9.2 
+			47.3,7.5 44.6,11 		"/>
+		<path class="st0" d="M48.6,14.6l1.3-1.1l0.1,0.1c0.2,0.2,0.2,0.3,0,0.5l-0.7,1.3l0.8,0.9l0.9-1.8c0-0.1,0.1-0.2,0.1-0.4
+			c0.4,0.2,0.8,0.1,1.2-0.2c1-0.8,0.2-1.7-0.4-2.4l-0.7-0.8l-3.4,3L48.6,14.6z M51.2,12.3L51.2,12.3c0.2,0.3,0.4,0.5,0.4,0.7
+			c0,0.1,0,0.2-0.1,0.2c-0.1,0.1-0.2,0.1-0.2,0.1c-0.2,0-0.4-0.2-0.5-0.4l-0.1-0.1L51.2,12.3z"/>
+		<path class="st0" d="M52.8,18.2c-0.2,0.1-0.5-0.1-0.6-0.3C52.1,17.7,52,17.4,52,17v-0.2l-1,0.5l0.1,0.2c0.1,0.3,0.2,0.6,0.4,0.9
+			c0.4,0.6,0.8,1,1.4,1c0.2,0,0.5-0.1,0.7-0.2c0.8-0.5,0.7-1.2,0.6-1.8c-0.1-0.4-0.1-0.6,0.1-0.7c0.1,0,0.2-0.1,0.2-0.1
+			c0.2,0,0.3,0.2,0.4,0.3c0.1,0.2,0.2,0.5,0.3,0.8v0.2l0.9-0.4v-0.1c-0.1-0.3-0.2-0.6-0.4-1c-0.5-0.8-1.3-1.1-2-0.6
+			c-0.8,0.5-0.7,1.2-0.6,1.7C52.9,17.8,53,18.1,52.8,18.2z"/>
+		
+			<rect x="52.9" y="20.3" transform="matrix(0.9259 -0.3777 0.3777 0.9259 -3.7903 22.3751)" class="st0" width="4.5" height="1.1"/>
+		<polygon class="st0" points="57.4,23.7 54,24.5 54.3,25.6 57.7,24.8 58,25.9 58.9,25.7 58.1,22.3 57.2,22.5 		"/>
+		<polygon class="st0" points="54.8,29.1 54.9,30.2 56.6,30.1 59.4,31.6 59.4,30.3 57.7,29.5 59.3,28.6 59.2,27.2 56.6,29 		"/>
+		<polygon class="st0" points="5.5,39.4 6.5,39.1 6.1,37.7 6.8,37.5 7.2,39 8.1,38.7 7.4,36.2 3.1,37.4 3.4,38.5 5.2,38 		"/>
+		<path class="st0" d="M9.5,43.1c0.2-0.5,0.1-1.1-0.2-1.7c-0.4-0.8-1.1-1.3-1.8-1.3c-0.4,0-0.8,0.1-1.2,0.3
+			c-0.7,0.3-1.1,0.8-1.3,1.3c-0.2,0.5-0.1,1.1,0.2,1.7c0.4,0.8,1.1,1.2,1.9,1.2c0.4,0,0.8-0.1,1.2-0.3C8.9,44.1,9.3,43.6,9.5,43.1z
+			 M7.8,43.3c-0.3,0.1-0.6,0.2-0.8,0.2c-0.4,0-0.7-0.2-0.8-0.5C6,42.8,6,42.5,6,42.3c0.1-0.3,0.4-0.6,0.8-0.8
+			c0.3-0.1,0.5-0.2,0.8-0.2c0.4,0,0.7,0.2,0.9,0.5c0.1,0.2,0.1,0.5,0.1,0.7C8.5,42.8,8.2,43.1,7.8,43.3z"/>
+		<path class="st0" d="M12.6,46.5l-2,1.6c-0.5,0.4-0.9,0.5-1.2,0.1c-0.1-0.2-0.2-0.3-0.2-0.5s0.2-0.5,0.5-0.7l2-1.6L11,44.5
+			l-2.2,1.7c-0.5,0.4-0.7,0.8-0.7,1.2s0.2,0.9,0.5,1.3c0.4,0.5,0.9,0.8,1.4,0.8c0.4,0,0.7-0.2,1.1-0.5l2.2-1.8L12.6,46.5z"/>
+		<polygon class="st0" points="16.4,50.2 14.7,52.2 15.4,49.3 14.4,48.5 11.6,52 12.4,52.7 14.1,50.6 13.5,53.5 14.4,54.3 
+			17.3,50.9 		"/>
+		<path class="st0" d="M19.7,52.3l-1.2-0.6l-2,4l1.2,0.6c0.6,0.3,1,0.4,1.5,0.4c0.8,0,1.4-0.4,1.8-1.3
+			C21.7,54.1,21.2,53.1,19.7,52.3z M19.9,54.9c-0.2,0.5-0.6,0.7-1.1,0.7c-0.2,0-0.4,0-0.6-0.1L18,55.4l1.1-2.3l0.3,0.1
+			c0.3,0.1,0.5,0.4,0.6,0.7S20.1,54.6,19.9,54.9z"/>
+		<polygon class="st0" points="22.2,58.2 24.9,58.9 25.1,58 23.5,57.6 23.8,56.7 25.2,57.1 25.5,56.2 24,55.8 24.2,55.1 25.8,55.5 
+			26,54.6 23.3,53.9 		"/>
+		<path class="st0" d="M28.8,54.9l-1.3-0.1l-0.3,4.5l1.3,0.1c0.1,0,0.2,0,0.3,0c1.5,0,2.3-0.7,2.4-2.1c0-0.7-0.1-1.2-0.5-1.6
+			C30.3,55.2,29.7,55,28.8,54.9z M28.8,58.4h-0.3l0.1-2.5h0.3c0.6,0,1.2,0.5,1.1,1.3C30,58.1,29.3,58.5,28.8,58.4z"/>
+		<path class="st0" d="M35.2,54.6l-0.8,4.7l1.2-0.3l0.2-1l1.4-0.3l0.5,0.9l1.2-0.3l-2.6-4L35.2,54.6z M35.9,57.1l0.1-1.2l0.6,1
+			L35.9,57.1z"/>
+		<polygon class="st0" points="39.4,56.9 39.8,58 40.9,57.6 40.5,56.5 		"/>
+		<path class="st0" d="M41.6,52.4L40.5,53l2.1,3.9l1.1-0.6c1.5-0.8,1.9-1.9,1.2-3.2C44.2,51.8,43.1,51.6,41.6,52.4z M43.4,55.4
+			l-0.3,0.1l-1.2-2.2l0.3-0.1c0.2-0.1,0.4-0.2,0.6-0.2c0.5,0,0.8,0.3,1.1,0.7C44.3,54.4,43.9,55.1,43.4,55.4z"/>
+		<polygon class="st0" points="45.8,53.8 46.4,54.7 47.4,54.1 46.7,53.1 		"/>
+		<polygon class="st0" points="47.5,48.1 47.3,49.8 48.3,49.9 48.4,49.2 50.5,51.4 51.4,50.6 48.2,47.4 		"/>
+		<path class="st0" d="M53.6,45.7c-0.4-0.3-0.8-0.3-1.3-0.1c0-0.4-0.2-0.8-0.5-1c-0.6-0.4-1.3-0.2-1.8,0.6c-0.5,0.7-0.5,1.5,0.1,1.9
+			c0.3,0.2,0.7,0.3,1.1,0.1c0,0.5,0.1,0.9,0.5,1.1c0.3,0.2,0.5,0.3,0.8,0.3c0.4,0,0.9-0.3,1.3-0.8c0.3-0.4,0.4-0.9,0.4-1.2
+			C54.1,46.2,53.9,45.9,53.6,45.7z M51.5,46c-0.2,0.1-0.3,0.2-0.5,0.2c-0.1,0-0.1,0-0.2-0.1c-0.2-0.2-0.1-0.4,0-0.6
+			c0.1-0.1,0.2-0.2,0.3-0.2s0.2,0,0.2,0.1C51.4,45.6,51.5,45.9,51.5,46z M53,47.2c-0.2,0.2-0.4,0.3-0.6,0.1
+			c-0.2-0.1-0.2-0.3-0.2-0.6c0.3-0.2,0.6-0.2,0.8-0.1c0.1,0.1,0.1,0.2,0.2,0.3C53.1,47,53.1,47.1,53,47.2z"/>
+		<path class="st0" d="M55.6,41.3c-0.8-0.4-1.5-0.2-1.9,0.6c-0.1,0.2-0.1,0.4-0.1,0.6c-0.3-0.2-0.5-0.6-0.3-1
+			c0.1-0.2,0.3-0.4,0.4-0.5l0.2-0.1l-0.8-0.6L53,40.4c-0.2,0.2-0.4,0.5-0.6,0.8c-0.2,0.4-0.3,0.9-0.1,1.3c0.2,0.7,1,1.2,1.6,1.5
+			c0.5,0.3,0.9,0.4,1.3,0.4c0.6,0,1-0.3,1.3-0.8C56.9,42.6,56.6,41.8,55.6,41.3z M55.6,43c-0.1,0.1-0.2,0.2-0.3,0.2s-0.2,0-0.4-0.1
+			s-0.4-0.2-0.4-0.4c0-0.1,0-0.2,0-0.3c0.1-0.1,0.2-0.2,0.3-0.2s0.3,0,0.4,0.1c0.2,0.1,0.3,0.2,0.4,0.4C55.6,42.9,55.6,42.9,55.6,43
+			z"/>
+		<path class="st0" d="M57.2,36.8c-0.9-0.3-1.6,0.1-1.9,1c0,0.1,0,0.2-0.1,0.2l-0.5-0.2l0.5-1.5L54.3,36l-0.8,2.6l2.5,0.8v-0.2
+			c0-0.2,0-0.5,0.1-0.7s0.3-0.7,0.8-0.6c0.5,0.2,0.4,0.7,0.3,0.9c-0.1,0.3-0.3,0.5-0.4,0.7l-0.1,0.2l1,0.3l0.1-0.1
+			c0.2-0.3,0.3-0.7,0.4-0.9c0.2-0.5,0.1-1-0.1-1.4C58,37.2,57.6,36.9,57.2,36.8z"/>
+		<path class="st0" d="M8.3,30.8c0,12.4,10.1,22.6,22.6,22.6c12.4,0,22.6-10.1,22.6-22.6c0-12.4-10.1-22.6-22.6-22.6
+			C18.4,8.3,8.3,18.4,8.3,30.8z M30.8,9.1c12,0,21.8,9.8,21.8,21.8s-9.8,21.8-21.8,21.8S9,42.9,9,30.9C9.1,18.8,18.8,9.1,30.8,9.1z"
+			/>
+		<path class="st0" d="M30.8,0C13.8,0,0,13.8,0,30.8s13.8,30.8,30.8,30.8s30.8-13.8,30.8-30.8C61.7,13.8,47.9,0,30.8,0z M30.8,60.9
+			c-16.6,0-30-13.5-30-30c0-16.6,13.5-30,30-30c16.6,0,30,13.5,30,30C60.9,47.4,47.4,60.9,30.8,60.9z"/>
+	</g>
+	<g>
+		<path class="st0" d="M89.8,36.6l-0.4,1c-0.8,0.4-1.7,0.7-2.5,0.9c-0.8,0.2-1.7,0.3-2.6,0.3c-1.1,0-2.1-0.1-3.1-0.4
+			c-1-0.3-1.8-0.7-2.5-1.2c-0.7-0.5-1.3-1.1-1.7-1.7s-0.8-1.3-1-2.1c-0.2-0.8-0.4-1.6-0.4-2.5c0-2.3,0.8-4.2,2.4-5.7
+			c1.6-1.5,3.8-2.2,6.5-2.2c0.7,0,1.3,0,1.8,0.1c0.6,0.1,1.2,0.2,2,0.4c0.8,0.2,1.3,0.3,1.5,0.4c-0.2,0.4-0.3,0.8-0.4,1.2
+			c-0.1,0.6-0.2,1.3-0.2,2.1h-0.7l0-1.3c-0.1-0.7-0.5-1.2-1.2-1.6c-0.7-0.3-1.7-0.5-3.1-0.5c-1,0-1.9,0.1-2.6,0.4
+			c-0.7,0.2-1.3,0.6-1.9,1.2c-0.5,0.5-1,1.2-1.3,2c-0.3,0.8-0.5,1.8-0.5,3.1c0,2.2,0.7,3.9,2,5.2c1.3,1.3,3.1,2,5.3,2
+			c1,0,1.9-0.1,2.7-0.4c0.6-0.2,1.1-0.5,1.7-0.9L89.8,36.6z"/>
+		<path class="st0" d="M90.4,33.6c0-1.6,0.5-2.9,1.5-3.9c1-1,2.3-1.5,3.9-1.5c1.5,0,2.7,0.5,3.7,1.4s1.4,2.2,1.4,3.7
+			c0,1-0.2,2-0.7,2.9c-0.5,0.9-1.2,1.5-2.1,2c-0.9,0.5-1.9,0.7-2.9,0.7c-0.8,0-1.5-0.1-2.1-0.4c-0.6-0.3-1-0.6-1.4-1.1
+			c-0.4-0.4-0.6-0.9-0.8-1.3C90.5,35.3,90.4,34.5,90.4,33.6z M92.4,32.8c0,0.9,0.1,1.8,0.4,2.7c0.3,0.9,0.7,1.6,1.3,2
+			c0.6,0.4,1.2,0.6,1.8,0.6c0.8,0,1.5-0.3,2.1-1s0.8-1.7,0.8-3c0-1.1-0.2-2.1-0.5-2.9c-0.3-0.8-0.8-1.4-1.3-1.8
+			c-0.5-0.3-1.1-0.5-1.7-0.5c-0.9,0-1.6,0.3-2.1,1S92.4,31.4,92.4,32.8z"/>
+		<path class="st0" d="M101,38.5v-0.6c0.8,0,1.2,0,1.3,0c0.1,0,0.2-0.1,0.3-0.1c0.1,0,0.1-0.1,0.1-0.2c0.1-0.2,0.1-0.4,0.1-0.8
+			c0-1.9,0.1-2.9,0.1-3v-1.3c0-0.6,0-1.2,0-1.8c0-0.4,0-0.7-0.1-0.8c0-0.1-0.1-0.1-0.2-0.2c-0.1,0-0.6-0.1-1.4,0v-0.6
+			c1.4-0.2,2.5-0.5,3.2-0.8c0.1-0.1,0.2-0.1,0.3-0.1c0,0,0.1,0,0.1,0.1c0,0,0,0.1,0,0.2c0,0,0,0.1,0,0.2c0,0.4-0.1,1.1-0.1,2
+			c0.3-0.4,0.6-0.7,0.9-1.1c0.3-0.4,0.5-0.6,0.6-0.7c0.2-0.2,0.5-0.3,0.7-0.4c0.3-0.1,0.6-0.2,0.9-0.2s0.6,0.1,0.9,0.2l0.1,0.2
+			c-0.1,1-0.2,1.8-0.2,2.5H108c-0.2-0.3-0.4-0.6-0.6-0.8c-0.2-0.2-0.5-0.2-0.8-0.2c-0.6,0-1,0.2-1.4,0.7c-0.4,0.5-0.6,1.1-0.6,2v1.1
+			c0,0.5,0,1.3,0.1,2.6c0,0.4,0,0.7,0.1,0.8c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0.1,0.1,0.2,0.1c0.2,0.1,0.8,0.1,1.7,0.2v0.6
+			c-1.3,0-2.3-0.1-3.2-0.1C102.7,38.5,101.8,38.5,101,38.5z"/>
+		<path class="st0" d="M109.5,38.5v-0.6l1,0c0.2,0,0.3,0,0.3-0.1c0.1,0,0.1-0.1,0.2-0.2c0.1-0.1,0.1-0.4,0.2-0.8
+			c0-0.1,0-1.1,0.1-3.1v-1.3c0-0.6,0-1.2,0-1.9c0-0.4-0.1-0.7-0.1-0.8c0-0.1-0.1-0.1-0.2-0.2c-0.1,0-0.6-0.1-1.4,0v-0.6
+			c1.4-0.2,2.5-0.5,3.2-0.8c0.1-0.1,0.2-0.1,0.3-0.1c0.1,0,0.1,0,0.1,0.1c0,0,0,0.1,0,0.2c0,0,0,0.1,0,0.2c0,0.3,0,0.8-0.1,1.6
+			l2-1.7c0.6-0.2,1.1-0.3,1.7-0.3c0.6,0,1.1,0.1,1.7,0.4c0.5,0.2,0.9,0.5,1.2,0.9c0.3,0.4,0.4,0.8,0.5,1.4c0,0.3,0.1,1.2,0.1,2.7
+			v1.9c0,0.9,0,1.6,0.1,1.9c0,0.2,0.1,0.4,0.2,0.4c0.1,0.1,0.2,0.1,0.3,0.2l1.1,0v0.6c-0.7,0-1.3-0.1-1.8-0.1c-0.4,0-1.1,0-2,0.1
+			c0.1-1.8,0.2-2.9,0.2-3.4v-1.8c0-1.1,0-1.9-0.1-2.2c-0.1-0.5-0.4-0.9-0.8-1.2c-0.4-0.3-1-0.4-1.6-0.4c-0.5,0-1,0.1-1.5,0.4
+			s-0.8,0.5-1,0.9c-0.2,0.3-0.3,0.9-0.3,1.7v1.3c0,1.9,0.1,2.9,0.1,3c0,0.4,0.1,0.6,0.1,0.8c0,0.1,0.1,0.1,0.1,0.2
+			c0.1,0,0.1,0.1,0.3,0.1c0,0,0.4,0,1.2,0v0.6c-0.9,0-1.7-0.1-2.4-0.1C111.8,38.5,110.8,38.5,109.5,38.5z"/>
+		<path class="st0" d="M131,36.9l-0.3,0.8c-0.5,0.3-0.9,0.5-1.1,0.6c-0.3,0.2-0.7,0.3-1.2,0.4c-0.4,0.1-0.9,0.2-1.4,0.2
+			c-0.9,0-1.8-0.2-2.6-0.6s-1.4-1-1.8-1.8c-0.4-0.8-0.6-1.7-0.6-2.8c0-0.8,0.1-1.6,0.3-2.2c0.2-0.7,0.5-1.2,0.8-1.5
+			c0.2-0.2,0.5-0.5,1-0.8c0.4-0.3,0.9-0.5,1.3-0.7c0.6-0.2,1.2-0.4,1.8-0.4c0.8,0,1.5,0.2,2.2,0.5c0.6,0.4,1.1,0.9,1.4,1.5
+			s0.5,1.3,0.5,2.1c0,0.2,0,0.4,0,0.7c-0.5,0.1-1,0.2-1.4,0.2c-0.8,0.1-1.5,0.1-2.3,0.1h-3.5c0,1,0.2,1.9,0.5,2.5
+			c0.3,0.6,0.8,1.1,1.4,1.4c0.6,0.3,1.2,0.5,1.9,0.5c0.4,0,0.9-0.1,1.3-0.2c0.4-0.1,1-0.4,1.6-0.8L131,36.9z M124.2,32.5
+			c0.2,0,0.6,0,1.1,0.1c1.1,0,1.8,0.1,2.2,0.1c1,0,1.6,0,1.9-0.1c0-0.2,0-0.3,0-0.4c0-1.1-0.2-2-0.7-2.5c-0.5-0.5-1.1-0.8-1.8-0.8
+			c-0.8,0-1.5,0.3-2,0.9C124.4,30.3,124.2,31.2,124.2,32.5z"/>
+		<path class="st0" d="M131.5,38.5v-0.6l1,0c0.2,0,0.3,0,0.4-0.1c0.1,0,0.1-0.1,0.2-0.2c0.1-0.1,0.1-0.4,0.1-0.8
+			c0-0.1,0-1.1,0.1-3.1v-4.5c0-1.2,0-2.4-0.1-3.7c0-0.9-0.1-1.3-0.1-1.4c0-0.1-0.1-0.1-0.2-0.2c-0.1,0-0.6-0.1-1.5-0.1v-0.6
+			c1.6-0.2,2.7-0.5,3.4-0.8c0.1,0,0.2-0.1,0.2-0.1s0.1,0,0.1,0c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2l0,0.4c0,1.3-0.1,2.4-0.1,3.3l0,1.7
+			v5.6c0,1.9,0.1,2.9,0.1,3c0,0.4,0,0.6,0.1,0.8c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.1,0.1,0.3,0.1c0,0,0.4,0,1.2,0v0.6
+			c-1-0.1-1.8-0.1-2.6-0.1C133.5,38.4,132.6,38.5,131.5,38.5z"/>
+		<path class="st0" d="M137.9,38.5v-0.6l1,0c0.2,0,0.3,0,0.4-0.1c0.1,0,0.1-0.1,0.2-0.2c0.1-0.1,0.1-0.4,0.1-0.8
+			c0-0.1,0-1.1,0.1-3.1v-4.5c0-1.2,0-2.4-0.1-3.7c0-0.9-0.1-1.3-0.1-1.4c0-0.1-0.1-0.1-0.2-0.2c-0.1,0-0.6-0.1-1.5-0.1v-0.6
+			c1.6-0.2,2.7-0.5,3.4-0.8c0.1,0,0.2-0.1,0.2-0.1s0.1,0,0.1,0c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2l0,0.4c0,1.3-0.1,2.4-0.1,3.3l0,1.7
+			v5.6c0,1.9,0.1,2.9,0.1,3c0,0.4,0,0.6,0.1,0.8c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.1,0.1,0.3,0.1c0,0,0.4,0,1.2,0v0.6
+			c-1-0.1-1.8-0.1-2.6-0.1C139.9,38.4,139,38.5,137.9,38.5z"/>
+		<path class="st0" d="M148,23.9v-0.7c1.2,0.1,2.3,0.1,3.3,0.1c1,0,2,0,3-0.1v0.7c-0.8,0-1.4,0.1-1.5,0.1c-0.2,0.1-0.3,0.1-0.4,0.3
+			c-0.1,0.1-0.2,0.5-0.2,1c0,0.1,0,1.2,0,3.1v4c0,1.5,0.1,2.6,0.3,3c0.2,0.5,0.5,0.9,0.9,1.2c0.3,0.2,0.8,0.4,1.3,0.6
+			c0.6,0.1,1.2,0.2,1.9,0.2c0.8,0,1.5-0.1,2.1-0.3c0.6-0.2,1.1-0.4,1.4-0.7c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.3-0.8,0.3-1.4
+			c0.1-0.6,0.1-1.4,0.1-2.3v-3.3c0-1,0-1.9,0-2.9c0-0.7-0.1-1.1-0.1-1.2c-0.1-0.1-0.2-0.2-0.4-0.3c-0.2-0.1-0.7-0.1-1.5-0.1v-0.7
+			c1.2,0.1,2,0.1,2.6,0.1c0.5,0,1.4,0,2.7-0.1v0.7c-0.9,0-1.4,0.1-1.6,0.1c-0.2,0.1-0.3,0.1-0.4,0.3c-0.1,0.1-0.1,0.5-0.2,1
+			c0,0.1,0,1.2,0,3.1V32c0,1.8-0.1,3-0.4,3.7c-0.2,0.7-0.7,1.3-1.4,1.9c-0.5,0.4-1.1,0.7-1.9,0.9c-0.8,0.2-1.6,0.3-2.6,0.3
+			c-1.1,0-2.1-0.1-2.9-0.4c-0.8-0.3-1.4-0.6-1.8-1c-0.4-0.4-0.7-0.9-0.9-1.3c-0.2-0.6-0.3-1.6-0.3-3v-4.7c0-1,0-1.9,0-2.9
+			c0-0.7-0.1-1.1-0.2-1.2c-0.1-0.1-0.2-0.2-0.4-0.3C149.3,24,148.8,24,148,23.9z"/>
+		<path class="st0" d="M163.1,38.5v-0.6l1,0c0.2,0,0.3,0,0.3-0.1c0.1,0,0.1-0.1,0.2-0.2c0.1-0.1,0.1-0.4,0.2-0.8
+			c0-0.1,0-1.1,0.1-3.1v-1.3c0-0.6,0-1.2,0-1.9c0-0.4-0.1-0.7-0.1-0.8c0-0.1-0.1-0.1-0.2-0.2c-0.1,0-0.6-0.1-1.4,0v-0.6
+			c1.4-0.2,2.5-0.5,3.2-0.8c0.1-0.1,0.2-0.1,0.3-0.1s0.1,0,0.1,0.1s0,0.1,0,0.2c0,0,0,0.1,0,0.2c0,0.3,0,0.8-0.1,1.6l2-1.7
+			c0.6-0.2,1.1-0.3,1.7-0.3c0.6,0,1.1,0.1,1.7,0.4c0.5,0.2,0.9,0.5,1.2,0.9c0.3,0.4,0.4,0.8,0.5,1.4c0,0.3,0.1,1.2,0.1,2.7v1.9
+			c0,0.9,0,1.6,0.1,1.9c0,0.2,0.1,0.4,0.2,0.4c0.1,0.1,0.2,0.1,0.3,0.2l1.1,0v0.6c-0.7,0-1.3-0.1-1.8-0.1c-0.4,0-1.1,0-2,0.1
+			c0.1-1.8,0.2-2.9,0.2-3.4v-1.8c0-1.1,0-1.9-0.1-2.2c-0.1-0.5-0.4-0.9-0.8-1.2s-1-0.4-1.6-0.4c-0.5,0-1,0.1-1.5,0.4
+			c-0.4,0.3-0.8,0.5-1,0.9c-0.2,0.3-0.3,0.9-0.3,1.7v1.3c0,1.9,0.1,2.9,0.1,3c0,0.4,0.1,0.6,0.1,0.8c0,0.1,0.1,0.1,0.1,0.2
+			c0.1,0,0.1,0.1,0.3,0.1c0,0,0.4,0,1.2,0v0.6c-0.9,0-1.7-0.1-2.4-0.1C165.4,38.5,164.4,38.5,163.1,38.5z"/>
+		<path class="st0" d="M176.1,29.7v-0.6c1.4-0.2,2.6-0.5,3.5-0.9l0.2,0.2c-0.1,1.5-0.1,2.7-0.1,3.5v2c0,1.9,0.1,2.9,0.1,3
+			c0,0.4,0,0.6,0.1,0.8c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.1,0.1,0.3,0.1c0,0,0.4,0,1.2,0v0.6c-1.1,0-2-0.1-2.6-0.1
+			c-0.6,0-1.5,0-2.8,0.1v-0.6l1,0c0.2,0,0.3,0,0.3-0.1c0.1,0,0.1-0.1,0.2-0.2c0.1-0.1,0.1-0.4,0.2-0.8c0-0.1,0-1.1,0.1-3.1v-1.9
+			c0-1.1,0-1.7-0.1-1.9c0-0.1-0.1-0.2-0.2-0.2C177.4,29.7,176.9,29.7,176.1,29.7z M178.7,23.4c0.3,0,0.6,0.1,0.9,0.4
+			c0.2,0.2,0.3,0.5,0.3,0.9c0,0.3-0.1,0.6-0.4,0.8s-0.5,0.4-0.8,0.4c-0.3,0-0.6-0.1-0.9-0.4s-0.4-0.5-0.4-0.8c0-0.3,0.1-0.6,0.4-0.9
+			S178.3,23.4,178.7,23.4z"/>
+		<path class="st0" d="M186.4,38.6c-0.3-0.7-0.5-1.2-0.6-1.5l-0.9-2.1l-2.2-5.1c-0.1-0.3-0.3-0.5-0.4-0.6s-0.2-0.2-0.3-0.2
+			c-0.1,0-0.4,0-0.8-0.1v-0.6c1.2,0,2.1,0.1,2.6,0.1c0.6,0,1.4,0,2.5-0.1v0.6c-0.8,0-1.2,0.1-1.4,0.2s-0.2,0.2-0.2,0.3
+			c0,0.2,0.1,0.7,0.4,1.4l1.3,3.3l0.3,0.7c0.4,0.9,0.6,1.4,0.7,1.7l1.1-2.4c0.1-0.1,0.4-0.9,1-2.4c0.3-0.9,0.6-1.5,0.7-2
+			c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2-0.1-0.3c-0.2-0.1-0.6-0.2-1.4-0.2v-0.6c1.1,0,1.8,0.1,2.1,0.1c0.3,0,0.9,0,2.1-0.1v0.6
+			c-0.4,0-0.7,0.1-0.9,0.2c-0.1,0.1-0.3,0.3-0.4,0.5c-0.1,0.2-0.5,0.9-1.2,2.3l-1,2.2c-0.2,0.4-0.8,1.9-1.9,4.4H186.4z"/>
+		<path class="st0" d="M201.8,36.9l-0.3,0.8c-0.5,0.3-0.9,0.5-1.1,0.6c-0.3,0.2-0.7,0.3-1.2,0.4c-0.4,0.1-0.9,0.2-1.4,0.2
+			c-0.9,0-1.8-0.2-2.6-0.6s-1.4-1-1.8-1.8c-0.4-0.8-0.6-1.7-0.6-2.8c0-0.8,0.1-1.6,0.3-2.2c0.2-0.7,0.5-1.2,0.8-1.5
+			c0.2-0.2,0.5-0.5,1-0.8c0.4-0.3,0.9-0.5,1.3-0.7c0.6-0.2,1.2-0.4,1.8-0.4c0.8,0,1.5,0.2,2.2,0.5c0.6,0.4,1.1,0.9,1.4,1.5
+			s0.5,1.3,0.5,2.1c0,0.2,0,0.4,0,0.7c-0.5,0.1-1,0.2-1.4,0.2c-0.8,0.1-1.5,0.1-2.3,0.1h-3.5c0,1,0.2,1.9,0.5,2.5
+			c0.3,0.6,0.8,1.1,1.4,1.4c0.6,0.3,1.2,0.5,1.9,0.5c0.4,0,0.9-0.1,1.3-0.2c0.4-0.1,1-0.4,1.6-0.8L201.8,36.9z M194.9,32.5
+			c0.2,0,0.6,0,1.1,0.1c1.1,0,1.8,0.1,2.2,0.1c1,0,1.6,0,1.9-0.1c0-0.2,0-0.3,0-0.4c0-1.1-0.2-2-0.7-2.5c-0.5-0.5-1.1-0.8-1.8-0.8
+			c-0.8,0-1.5,0.3-2,0.9C195.1,30.3,194.9,31.2,194.9,32.5z"/>
+		<path class="st0" d="M202.7,38.5v-0.6c0.8,0,1.2,0,1.3,0c0.1,0,0.2-0.1,0.3-0.1c0.1,0,0.1-0.1,0.1-0.2c0.1-0.2,0.1-0.4,0.1-0.8
+			c0-1.9,0.1-2.9,0.1-3v-1.3c0-0.6,0-1.2,0-1.8c0-0.4,0-0.7-0.1-0.8c0-0.1-0.1-0.1-0.2-0.2c-0.1,0-0.6-0.1-1.4,0v-0.6
+			c1.4-0.2,2.5-0.5,3.2-0.8c0.1-0.1,0.2-0.1,0.3-0.1s0.1,0,0.1,0.1s0,0.1,0,0.2c0,0,0,0.1,0,0.2c0,0.4-0.1,1.1-0.1,2
+			c0.3-0.4,0.6-0.7,0.9-1.1s0.5-0.6,0.6-0.7c0.2-0.2,0.5-0.3,0.7-0.4c0.3-0.1,0.6-0.2,0.9-0.2s0.6,0.1,0.9,0.2l0.1,0.2
+			c-0.1,1-0.2,1.8-0.2,2.5h-0.5c-0.2-0.3-0.4-0.6-0.6-0.8c-0.2-0.2-0.5-0.2-0.8-0.2c-0.6,0-1,0.2-1.4,0.7c-0.4,0.5-0.6,1.1-0.6,2
+			v1.1c0,0.5,0,1.3,0.1,2.6c0,0.4,0,0.7,0.1,0.8s0.1,0.2,0.1,0.3c0,0.1,0.1,0.1,0.2,0.1c0.2,0.1,0.8,0.1,1.7,0.2v0.6
+			c-1.3,0-2.3-0.1-3.2-0.1C204.4,38.5,203.6,38.5,202.7,38.5z"/>
+		<path class="st0" d="M211.4,35.3h0.6c0,0.4,0,0.7,0.1,1s0.1,0.5,0.2,0.7c0.1,0.2,0.2,0.4,0.4,0.6c0.2,0.2,0.4,0.3,0.6,0.4
+			c0.2,0.1,0.4,0.1,0.6,0.2c0.2,0,0.5,0,1,0c0.7,0,1.3-0.2,1.8-0.6c0.5-0.4,0.7-0.9,0.7-1.6c0-0.3-0.1-0.6-0.2-0.8
+			c-0.1-0.2-0.4-0.4-0.6-0.5c-0.3-0.1-0.9-0.3-1.8-0.5s-1.5-0.4-1.8-0.5c-0.4-0.2-0.7-0.3-1-0.5s-0.4-0.5-0.6-0.8
+			c-0.1-0.3-0.2-0.7-0.2-1.1c0-0.6,0.1-1.1,0.4-1.6c0.3-0.5,0.8-0.9,1.4-1.2c0.6-0.3,1.3-0.4,2.1-0.4c0.5,0,1,0.1,1.6,0.2
+			c0.6,0.1,1.1,0.3,1.5,0.5c0,0.8-0.1,1.6-0.1,2.4h-0.6c0-0.5-0.1-0.9-0.1-1c0-0.2-0.1-0.3-0.2-0.4s-0.2-0.3-0.4-0.4
+			c-0.2-0.1-0.4-0.3-0.7-0.4c-0.3-0.1-0.7-0.2-1.1-0.2c-0.6,0-1.1,0.2-1.5,0.6c-0.4,0.4-0.6,0.8-0.6,1.3c0,0.3,0.1,0.5,0.2,0.7
+			c0.1,0.2,0.3,0.4,0.4,0.5c0.2,0.1,0.4,0.2,0.8,0.3l1.8,0.4c0.9,0.2,1.5,0.4,1.9,0.6c0.3,0.2,0.6,0.4,0.8,0.8
+			c0.2,0.3,0.3,0.8,0.3,1.3c0,1-0.4,1.8-1.2,2.5c-0.8,0.7-1.9,1.1-3.2,1.1c-0.6,0-1.4-0.1-2.5-0.3c-0.6-0.1-0.9-0.2-0.9-0.2
+			c0,0,0-0.1,0-0.1s0-0.1,0-0.2c0.1-0.3,0.1-0.6,0.1-0.9S211.4,36.2,211.4,35.3z"/>
+		<path class="st0" d="M220,29.7v-0.6c1.4-0.2,2.6-0.5,3.5-0.9l0.2,0.2c-0.1,1.5-0.1,2.7-0.1,3.5v2c0,1.9,0.1,2.9,0.1,3
+			c0,0.4,0,0.6,0.1,0.8c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.1,0.1,0.3,0.1c0,0,0.4,0,1.2,0v0.6c-1.1,0-2-0.1-2.6-0.1
+			c-0.6,0-1.5,0-2.8,0.1v-0.6l1,0c0.2,0,0.3,0,0.3-0.1c0.1,0,0.1-0.1,0.2-0.2c0.1-0.1,0.1-0.4,0.2-0.8c0-0.1,0-1.1,0.1-3.1v-1.9
+			c0-1.1,0-1.7-0.1-1.9c0-0.1-0.1-0.2-0.2-0.2C221.3,29.7,220.9,29.7,220,29.7z M222.6,23.4c0.3,0,0.6,0.1,0.9,0.4
+			c0.2,0.2,0.3,0.5,0.3,0.9c0,0.3-0.1,0.6-0.4,0.8s-0.5,0.4-0.8,0.4c-0.3,0-0.6-0.1-0.9-0.4s-0.4-0.5-0.4-0.8c0-0.3,0.1-0.6,0.4-0.9
+			S222.3,23.4,222.6,23.4z"/>
+		<path class="st0" d="M225.9,30.1v-0.5c0.7-0.3,1.3-0.5,1.7-0.7c0-1.7,0-2.8-0.1-3.3c0.7-0.3,1.3-0.5,1.8-0.8l0.3,0.2
+			c-0.1,0.6-0.2,1.9-0.3,3.9c0.6,0,0.9,0,1,0c0.1,0,0.4,0,1.1,0c0.4,0,0.7,0,0.8,0l0.1,0.1l-0.2,1c-0.5,0-0.9,0-1.2,0s-0.9,0-1.6,0
+			l-0.1,4.4c0,1.1,0,1.7,0,1.9s0.1,0.4,0.2,0.5c0.1,0.2,0.2,0.3,0.4,0.4c0.2,0.1,0.4,0.2,0.8,0.2c0.3,0,0.5,0,0.7,0
+			c0.2,0,0.4-0.1,0.7-0.2l0.1,0.4c-0.3,0.3-0.7,0.5-1,0.8c-0.3,0.1-0.5,0.2-0.8,0.2c-0.2,0-0.5,0-0.8,0c-0.4,0-0.7,0-0.9-0.1
+			c-0.2-0.1-0.4-0.2-0.6-0.4c-0.2-0.2-0.3-0.3-0.5-0.6s-0.2-0.6-0.2-1.1c0-0.5,0-1,0-1.6c0-0.1,0-0.2,0-0.4V30h-0.4
+			C226.8,30,226.4,30.1,225.9,30.1z"/>
+		<path class="st0" d="M233.1,44.3l0.5-1.7h0.3c0.1,0.1,0.3,0.2,0.3,0.3c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0,0.3,0.1,0.5,0.1
+			c0.2,0,0.4,0,0.6-0.1c0.2-0.1,0.4-0.2,0.6-0.5c0.2-0.2,0.4-0.6,0.6-1.1c0.4-0.8,0.7-1.5,1-2.3c-0.2-0.6-0.5-1.4-0.8-2.2l-1.7-4.2
+			c-0.5-1.3-0.9-2.2-1.2-2.9c-0.1-0.3-0.3-0.4-0.4-0.5c-0.1-0.1-0.5-0.2-1-0.2v-0.6c0.9,0,1.8,0.1,2.6,0.1c0.8,0,1.7,0,2.4-0.1V29
+			c-0.7,0-1.2,0.1-1.3,0.1c-0.2,0.1-0.3,0.2-0.3,0.4c0,0.1,0.1,0.4,0.2,0.7c0.3,0.9,0.5,1.6,0.8,2.3l0.7,1.7c0.4,1,0.8,1.8,1,2.4
+			l0.6-1.3c0.2-0.5,0.6-1.5,1.2-2.9c0.6-1.4,0.9-2.3,1-2.6c0-0.1,0-0.2,0-0.3c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.5-0.1-1.3-0.2v-0.7
+			c0.8,0,1.6,0.1,2.2,0.1c0.6,0,1.3,0,1.9-0.1l-0.1,0.7c-0.4,0-0.6,0.1-0.8,0.2c-0.2,0.1-0.5,0.6-0.9,1.4c-0.4,0.8-1.2,2.4-2.3,4.8
+			l-2.5,5.8c-0.4,0.9-0.7,1.6-1,2c-0.3,0.4-0.6,0.7-1.1,0.9c-0.4,0.2-0.9,0.3-1.3,0.3c-0.2,0-0.4,0-0.6-0.1
+			C233.5,44.5,233.3,44.4,233.1,44.3z"/>
+	</g>
+</g>
+</svg>
diff --git a/images/community/intel.png b/images/community/intel.png
new file mode 100644
index 0000000..01bae47
Binary files /dev/null and b/images/community/intel.png differ
diff --git a/images/community/ucla.png b/images/community/ucla.png
new file mode 100644
index 0000000..6e8b4ce
Binary files /dev/null and b/images/community/ucla.png differ
diff --git a/images/community/xilinx.png b/images/community/xilinx.png
new file mode 100644
index 0000000..837e270
Binary files /dev/null and b/images/community/xilinx.png differ


[incubator-tvm-test] 05/15: [COMMUNITY] Add Huawei logo (#46)

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 63c4c327abf4c97ad5b314e0c960209c90351070
Author: Siva <si...@huawei.com>
AuthorDate: Tue Nov 5 23:35:38 2019 +0530

    [COMMUNITY] Add Huawei logo (#46)
---
 community.md                |   1 +
 images/community/huawei.png | Bin 0 -> 7913 bytes
 2 files changed, 1 insertion(+)

diff --git a/community.md b/community.md
index 20f84c3..9383069 100644
--- a/community.md
+++ b/community.md
@@ -73,6 +73,7 @@ in alphabetical order.
 <br>
 
 <img src="images/community/uwcse.png" height="25" />
+<img src="images/community/huawei.png" height="35" />
 
 <br>
 
diff --git a/images/community/huawei.png b/images/community/huawei.png
new file mode 100644
index 0000000..d540aed
Binary files /dev/null and b/images/community/huawei.png differ


[incubator-tvm-test] 04/15: add comments

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b4cab5e130c17d136b8fe09fdf5f3a842475dfc4
Author: tqchen <tq...@gmail.com>
AuthorDate: Mon Oct 28 15:29:56 2019 -0400

    add comments
---
 community.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/community.md b/community.md
index 47d1349..20f84c3 100644
--- a/community.md
+++ b/community.md
@@ -64,6 +64,12 @@ The package is developed and used by the community.
 <br>
 
 ## Organizations using and contributing to TVM
+
+TVM is actived being used and contributed by developers from many organizations.
+This is a community maintained list of organizations using and contributing to tvm
+in alphabetical order.
+
+
 <br>
 
 <img src="images/community/uwcse.png" height="25" />


[incubator-tvm-test] 07/15: [COMMUNITY] Add berkeley and oasislab

Posted by tq...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2cd8b843e23ae0fbbf2f17be220c646ee66794b8
Author: tqchen <tq...@gmail.com>
AuthorDate: Wed Nov 6 10:28:56 2019 -0800

    [COMMUNITY] Add berkeley and oasislab
---
 assets/themes/custom-twitter/css/style.css |   4 ++++
 community.md                               |  19 ++++++++++---------
 images/community/oasislabs.png             | Bin 0 -> 37771 bytes
 images/community/ucberkeley.png            | Bin 0 -> 32071 bytes
 4 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/assets/themes/custom-twitter/css/style.css b/assets/themes/custom-twitter/css/style.css
index 92ffd3e..3dadbd9 100644
--- a/assets/themes/custom-twitter/css/style.css
+++ b/assets/themes/custom-twitter/css/style.css
@@ -170,6 +170,10 @@ body {
 
 /* tag_box ======================================================== */
 
+.community_logo img {
+  margin: 10px;
+}
+
 .tag_box {
 	list-style:none;
 	margin:0;
diff --git a/community.md b/community.md
index d43c0bc..f615f1a 100644
--- a/community.md
+++ b/community.md
@@ -70,15 +70,16 @@ This is a community maintained list of organizations using and contributing to t
 in alphabetical order.
 
 
-<br>
-
-<img src="images/community/cornell.svg" height="35" />
-<img src="images/community/huawei.png" height="35" />
-<img src="images/community/intel.png" height="40" />
-<img src="images/community/ucla.png" height="35" />
-<img src="images/community/uwcse.png" height="30" />
-<img src="images/community/xilinx.png" height="35" />
-
+<div class="community_logo">
+  <img src="images/community/cornell.svg" height="35" />
+  <img src="images/community/huawei.png" height="35" />
+  <img src="images/community/intel.png" height="40" />
+  <img src="images/community/oasislabs.png" height="30" />
+  <img src="images/community/ucberkeley.png" height="30" />
+  <img src="images/community/ucla.png" height="35" />
+  <img src="images/community/uwcse.png" height="30" />
+  <img src="images/community/xilinx.png" height="30" />
+</div>
 <br>
 
 ## Twitter
diff --git a/images/community/oasislabs.png b/images/community/oasislabs.png
new file mode 100644
index 0000000..05493c3
Binary files /dev/null and b/images/community/oasislabs.png differ
diff --git a/images/community/ucberkeley.png b/images/community/ucberkeley.png
new file mode 100644
index 0000000..870d991
Binary files /dev/null and b/images/community/ucberkeley.png differ