You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2016/11/11 19:49:09 UTC

incubator-systemml-website git commit: [SYSTEMML-1101] Refactor Home Page into One Partial

Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 1289b57c4 -> 73eae46e1


[SYSTEMML-1101] Refactor Home Page into One Partial

Refactor home page into one partial.
Delete unnecessary partial files because they are not reusable.

Closes #31.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/73eae46e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/73eae46e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/73eae46e

Branch: refs/heads/master
Commit: 73eae46e1c4c78d205b18cf9de55c1046e93087a
Parents: 1289b57
Author: Jason Azares <ja...@gmail.com>
Authored: Fri Nov 11 11:31:58 2016 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Fri Nov 11 11:31:58 2016 -0800

----------------------------------------------------------------------
 _src/_includes/themes/apache/home.html          | 89 ++++++++++++++++++--
 .../partials/banners/banner_announcements.html  | 32 -------
 .../banners/banner_beginner_tutorial.html       | 41 ---------
 .../partials/banners/banner_features.html       | 54 ------------
 .../partials/banners/banner_header_hero.html    | 44 ----------
 .../partials/banners/banner_mailing_list.html   | 35 --------
 .../partials/banners/banner_partners.html       | 57 -------------
 .../apache/partials/banners/banner_social.html  | 38 ---------
 .../partials/banners/banner_use_cases.html      | 53 ------------
 .../banners/banner_what_is_systemml.html        | 37 --------
 10 files changed, 81 insertions(+), 399 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/73eae46e/_src/_includes/themes/apache/home.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/home.html b/_src/_includes/themes/apache/home.html
index ac64990..9ba8e86 100644
--- a/_src/_includes/themes/apache/home.html
+++ b/_src/_includes/themes/apache/home.html
@@ -16,20 +16,93 @@ See the License for the specific language governing permissions and
 limitations under the License.
 {% endcomment %}
 -->
+
 <!-- Hero -->
-{% include themes/apache/partials/banners/banner_header_hero.html %}
+<section class="full-stripe full-stripe--video">
+  <div class="ml-container ml-container--horizontally-center ml-container--halfway">
+    <div class="col col-12 content-group">
+      <h1>{{ site.data.project.name }}</h1>
+      <p>A machine learning platform optimal for big data</p>
+    </div>
+    <div class="col col-12 content-group button-group">
+      <a class="button button-primary" href="download.html">Download SystemML</a>
+    </div>
+  </div>
+</section>
 
-<!-- News -->
-{% include themes/apache/partials/banners/banner_announcements.html %}
+<!-- Awards -->
+<section class="full-stripe full-stripe--alternate">
+  <div class="ml-container ml-container--narrow">
+    <div class="col col-4 content-group content-group--center-content" id="award">
+      <!-- <a href="http://vldb2016.persistent.com/awards.php"></a> -->
+    </div>
+    <div class="col col-8 content-group content-group--center-align content-group--center-content">
+      <h3>VLDB 2016 Best Paper and Demonstration</h3>
+      <p>Read Compressed Linear Algebra for Large-Scale Machine Learning.<a href="http://www.vldb.org/pvldb/vol9/p960-elgohary.pdf" target="_blank"> Download Paper</a></p>
+    </div>
+  </div>
+</section>
 
 <!-- About -->
-{% include themes/apache/partials/banners/banner_what_is_systemml.html %}
+<section class="full-stripe">
+  <div class="ml-container ml-container--vertically-centered ml-container--reverse-order">
+    <div class="col col-6 content-group content-group--more-padding">
+      <img src="/assets/img/diagramAnim-v4.gif" alt="What is Apache SystemML?">
+    </div>
+    <div class="col col-6 content-group content-group--more-padding">
+      <!-- bdi tag prevents reverse punctuation when rtl direction property is applied -->
+      <h2><bdi>What is SystemML?</bdi></h2>
+      <p><bdi>Apache SystemML provides an optimal workplace for machine learning using big data.
+        It can be run on top of Apache Spark, where it automatically scales your data, line by line,
+        determining whether your code should be run on the driver or an Apache Spark cluster.</bdi></p>
+    </div>
+  </div>
+</section>
 
 <!-- Beginner Tutorial -->
-{% include themes/apache/partials/banners/banner_beginner_tutorial.html %}
+<section class="full-stripe full-stripe--alternate">
+  <div class="ml-container ml-container--vertically-centered">
+    <div class="col col-6 content-group content-group--more-padding">
+      <img src="/assets/img/robotTutorialSm.png" alt="What is Apache SystemML?">
+    </div>
+    <div class="col col-6 content-group content-group--more-padding button-group">
+      <h2>Get Started</h2>
+      <p>New to Apache SystemML? Try our Get Started tutorial that will walk you through setting up your environment and getting you up and going with SystemML.</p>
+      <a class="button button-primary" href="get-started.html">Begin Tutorial</a>
+      <a class="button button-secondary" href="https://apache.github.io/incubator-systemml/" target="_blank">Docs</a>
+    </div>
+  </div>
+</section>
 
-<!-- Contact us -->
-{% include themes/apache/partials/banners/banner_mailing_list.html %}
+<!-- Contact Us -->
+<section class="full-stripe">
+  <div class="ml-container ml-container--horizontally-center">
+    <div class="col col-12 content-group ">
+      <h2>Subscribe to Our Mailing Lists</h2>
+      <p>Subscribe to our development mailing list for SystemML updates and news. Once subscribed, <a href="mailto:{{ site.data.project.dev_list }}">join the conversation</a>.
+      As SystemML grows, so will our community. Check out <a href="community.html#mailing-list">All Mailing Lists</a>.
+      </p>
+    </div>
+    <div class="col col-12 content-group button-group">
+      <a href="mailto:{{ site.data.project.dev_list_subscribe }}?subject=send this email to subscribe" class="button button-primary">Subscribe</a>
+      <a href="http://mail-archives.apache.org/mod_mbox/incubator-systemml-dev/" target="_blank" class="button button-secondary">View Archive</a>
+    </div>
+  </div>
+</section>
 
 <!-- Social Media Icons -->
-{% include themes/apache/partials/banners/banner_social.html %}
+<section class="full-stripe full-stripe--alternate">
+  <div class="ml-container">
+    <div class="col col-12 content-group content-group--center-content content-group--center-align">
+      <h2>Follow Us</h2>
+    </div>
+    <div class="col col-12">
+      <ul class="link-list bullet-pointless">
+        <li><a class="icon icon-youtube" href="https://www.youtube.com/channel/UCQwUHIc5SjqNIppUH6xbxXQ" target="_blank"></a></li>
+        <li><a class="icon icon-github" href="{{ site.data.project.source_repository_mirror }}" target="_blank"></a></li>
+        <li><a class="icon icon-twitter" href="https://twitter.com/ApacheSystemML" target="_blank"></a></li>
+        <li><a class="icon icon-medium" href="https://medium.com/@apachesystemml" target="_blank"></a></li>
+      </ul>
+    </div>
+  </div>
+</section>

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/73eae46e/_src/_includes/themes/apache/partials/banners/banner_announcements.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/partials/banners/banner_announcements.html b/_src/_includes/themes/apache/partials/banners/banner_announcements.html
deleted file mode 100644
index 909d443..0000000
--- a/_src/_includes/themes/apache/partials/banners/banner_announcements.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
-
-<!-- gray background -->
-<section class="full-stripe full-stripe--alternate">
-  <div class="ml-container ml-container--narrow">
-    <!-- award image-->
-    <div class="col col-4 content-group content-group--center-content" id="award">
-      <!-- <a href="http://vldb2016.persistent.com/awards.php"></a> -->
-    </div>
-    <div class="col col-8 content-group content-group--center-align content-group--center-content">
-      <h3>VLDB 2016 Best Paper and Demonstration</h3>
-      <p>Read Compressed Linear Algebra for Large-Scale Machine Learning.<a href="http://www.vldb.org/pvldb/vol9/p960-elgohary.pdf" target="_blank"> Download Paper</a></p>
-    </div>
-  </div>
-</section>

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/73eae46e/_src/_includes/themes/apache/partials/banners/banner_beginner_tutorial.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/partials/banners/banner_beginner_tutorial.html b/_src/_includes/themes/apache/partials/banners/banner_beginner_tutorial.html
deleted file mode 100644
index 56ee8ff..0000000
--- a/_src/_includes/themes/apache/partials/banners/banner_beginner_tutorial.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
-
-<!-- gray background -->
-<section class="full-stripe full-stripe--alternate">
-
-  <!-- container -->
-  <div class="ml-container ml-container--vertically-centered">
-  <!-- <div class="ml-container ml-container--vertically-centered"> -->
-
-    <div class="col col-6 content-group content-group--more-padding">
-    <!-- <div class="col col-6 preview-image feature-content feature-content--more-padding"> -->
-      <img src="/assets/img/robotTutorialSm.png" alt="What is Apache SystemML?">
-    </div>
-
-    <div class="col col-6 content-group content-group--more-padding button-group">
-    <!-- <div class="col col-6 feature-content feature-content--more-padding button-group"> -->
-      <h2>Get Started</h2>
-      <p>New to Apache SystemML? Try our Get Started tutorial that will walk you through setting up your environment and getting you up and going with SystemML.</p>
-      <a class="button button-primary" href="get-started.html">Begin Tutorial</a>
-      <a class="button button-secondary" href="https://apache.github.io/incubator-systemml/" target="_blank">Docs</a>
-    </div>
-
-  </div>
-</section>

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/73eae46e/_src/_includes/themes/apache/partials/banners/banner_features.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/partials/banners/banner_features.html b/_src/_includes/themes/apache/partials/banners/banner_features.html
deleted file mode 100644
index a29e3f8..0000000
--- a/_src/_includes/themes/apache/partials/banners/banner_features.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
-<section class="full-stripe full-stripe--alternate">
-  <h2 class="block-heading">Features</h2>
-  <div class="ml-container">
-
-    <!-- Icon 1 -->
-    <div class="col-4 block-content block-content--center">
-      <!-- icon -->
-      <span class="icon icon--data"></span>
-      <!-- header -->
-      <h3>Big Data</h3>
-      <!-- description -->
-      <p>SystemML relieves big data stress by automatically scaling, so users can focus on what\u2019s important.</p>
-    </div>
-
-    <!-- Icon 2 -->
-    <div class="col-4 block-content block-content--center">
-      <!-- icon -->
-      <span class="icon icon--code"></span>
-      <!-- header -->
-      <h3>Language</h3>
-      <!-- description -->
-      <p>Use R and Python-like Syntax to code your machine learning project.</p>
-    </div>
-
-    <!-- Icon 3 -->
-    <div class="col-4 block-content block-content--center">
-      <!-- icon -->
-      <span class="icon icon--math"></span>
-      <!-- header -->
-      <h3>High-Level Math</h3>
-      <!-- description -->
-      <p>SystemML provides a platform where the user can easily implement high level math and algorithms.</p>
-    </div>
-
-  </div>
-</section>

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/73eae46e/_src/_includes/themes/apache/partials/banners/banner_header_hero.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/partials/banners/banner_header_hero.html b/_src/_includes/themes/apache/partials/banners/banner_header_hero.html
deleted file mode 100644
index e529d8d..0000000
--- a/_src/_includes/themes/apache/partials/banners/banner_header_hero.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
-
-<!-- background image -->
-<section class="full-stripe full-stripe--video">
-  <!-- container -->
-  <div class="ml-container ml-container--horizontally-center ml-container--halfway">
-    <div class="col col-12 content-group">
-      <h1>{{ site.data.project.name }}</h1>
-      <p>A machine learning platform optimal for big data</p>
-    </div>
-    <div class="col col-12 content-group button-group">
-      <a class="button button-primary" href="download.html">Download SystemML</a>
-    </div>
-  </div>
-</section>
-
-<!-- <section class="hero-banner hero-home">
-  <div class="banner-overlay">
-    <div class="banner-content">
-      <h1>Apache SystemML</h1>
-      <p>A machine learning platform optimal for big data.</p>
-      <a class="video-link jq-modal-trigger" href="#introduction"><i class="icon play-button"></i>Introduction to Apache SystemML</a> -->
-      <!-- <a class="button button-primary" href="download.html">Download SystemML</a>
-    </div>
-  </div>
-  <video src="/assets/media/hero.mp4" autoplay loop></video>
-</section> -->

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/73eae46e/_src/_includes/themes/apache/partials/banners/banner_mailing_list.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/partials/banners/banner_mailing_list.html b/_src/_includes/themes/apache/partials/banners/banner_mailing_list.html
deleted file mode 100644
index 6f85369..0000000
--- a/_src/_includes/themes/apache/partials/banners/banner_mailing_list.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
-
-
-<section class="full-stripe">
-  <div class="ml-container ml-container--horizontally-center">
-    <!-- content -->
-    <div class="col col-12 content-group ">
-      <h2>Subscribe to Our Mailing Lists</h2>
-      <p>Subscribe to our development mailing list for SystemML updates and news. Once subscribed, <a href="mailto:{{ site.data.project.dev_list }}">join the conversation</a>.
-      As SystemML grows, so will our community. Check out <a href="community.html#mailing-list">All Mailing Lists</a>.
-      </p>
-    </div>
-    <div class="col col-12 content-group button-group">
-      <a href="mailto:{{ site.data.project.dev_list_subscribe }}?subject=send this email to subscribe" class="button button-primary">Subscribe</a>
-      <a href="http://mail-archives.apache.org/mod_mbox/incubator-systemml-dev/" target="_blank" class="button button-secondary">View Archive</a>
-    </div>
-  </div>
-</section>

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/73eae46e/_src/_includes/themes/apache/partials/banners/banner_partners.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/partials/banners/banner_partners.html b/_src/_includes/themes/apache/partials/banners/banner_partners.html
deleted file mode 100644
index 6f50c2b..0000000
--- a/_src/_includes/themes/apache/partials/banners/banner_partners.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
-<section class="full-stripe ">
-  <!-- Section Title -->
-  <h2 class="block-heading">Ways to Use SystemML</h2>
-  <div class="ml-container">
-
-    <!-- Icon 1 -->
-    <div class="col-3 block-content block-content--center">
-      <!-- icon -->
-      <span class="icon icon--spark-logo"></span>
-      <!-- header -->
-      <h3>Apache Spark</h3>
-    </div>
-
-    <!-- Icon 2 -->
-    <div class="col-3 block-content block-content--center">
-      <!-- icon -->
-      <span class="icon icon--hadoop-logo"></span>
-      <!-- header -->
-      <h3>Apache Hadoop</h3>
-    </div>
-
-    <!-- Icon 3 -->
-    <div class="col-3 block-content block-content--center">
-      <!-- icon -->
-      <span class="icon icon--jupyter-logo"></span>
-      <!-- header -->
-      <h3>Jupyter Notebook</h3>
-    </div>
-
-    <!-- Icon 4 -->
-    <div class="col-3 block-content block-content--center">
-      <!-- icon -->
-      <span class="icon icon--zeppelin-logo"></span>
-      <!-- header -->
-      <h3>Apache Zeppelin</h3>
-    </div>
-
-  </div>
-</section>

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/73eae46e/_src/_includes/themes/apache/partials/banners/banner_social.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/partials/banners/banner_social.html b/_src/_includes/themes/apache/partials/banners/banner_social.html
deleted file mode 100644
index d593d0e..0000000
--- a/_src/_includes/themes/apache/partials/banners/banner_social.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
-
-<!-- white background -->
-<section class="full-stripe full-stripe--alternate">
-  <!-- container -->
-  <div class="ml-container">
-    <!-- center aligned header -->
-    <div class="col col-12 content-group content-group--center-content content-group--center-align">
-      <h2>Follow Us</h2>
-    </div>
-    <!-- social media icons -->
-    <div class="col col-12">
-      <ul class="link-list bullet-pointless">
-        <li><a class="icon icon-youtube" href="https://www.youtube.com/channel/UCQwUHIc5SjqNIppUH6xbxXQ" target="_blank"></a></li>
-        <li><a class="icon icon-github" href="{{ site.data.project.source_repository_mirror }}" target="_blank"></a></li>
-        <li><a class="icon icon-twitter" href="https://twitter.com/ApacheSystemML" target="_blank"></a></li>
-        <li><a class="icon icon-medium" href="https://medium.com/@apachesystemml" target="_blank"></a></li>
-      </ul>
-    </div>
-  </div>
-</section>

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/73eae46e/_src/_includes/themes/apache/partials/banners/banner_use_cases.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/partials/banners/banner_use_cases.html b/_src/_includes/themes/apache/partials/banners/banner_use_cases.html
deleted file mode 100644
index cbbdafd..0000000
--- a/_src/_includes/themes/apache/partials/banners/banner_use_cases.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
-<section class="full-stripe">
-    <h2 class="block-heading">SystemML Use Cases</h2>
-    <div class="ml-container ml-container--narrow border">
-        <div class="col-8 feature-content">
-          <h3>Automotive</h3>
-          <p>SystemML was used for big data needs in an automotive use case focusing on customer satisfaction where 2 million cars, 10 million repair cases and 25 million part exchanges were considered, using sequence mining, logistic regression and intermediate result sequences.</p>
-        </div>
-        <div class="col-4">
-          <img src="/assets/img/automotive.png" alt="SystemML for the automitve industry" />
-        </div>
-    </div>
-
-    <!-- 2nd row -->
-    <div class="ml-container ml-container--narrow border">
-      <div class="col-4">
-        <img src="/assets/img/airport-traffic.png" alt="SystemML improves Airport Traffic" />
-      </div>
-      <div class="col-8 feature-content">
-        <h3>Airport Traffic</h3>
-        <p>With airports getting more and more congested, researchers used SystemML to predict passenger volumes at various airport locations. With a very large data set, researchers were able to create multiple models per location and per passenger time, while developing a time-series analysis on the change of seasons.</p>
-      </div>
-    </div>
-
-    <!-- 3rd row  -->
-    <div class="ml-container ml-container--narrow">
-      <div class="col-8 feature-content">
-        <h3>Social Banking</h3>
-        <p>Researchers decided to look at social media data linked to bank data in order to identify customer segments of interest, find predictors of what people would want to purchase and gauge sentiment towards bank products. Using SystemML, they were able to do this using bivariate odds ratios and binomial proportions with confidence intervals.</p>
-      </div>
-      <div class="col-4">
-        <img src="/assets/img/social-banking.png" alt="SystemML for Social Banking" />
-      </div>
-    </div>
-
-</section>

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/73eae46e/_src/_includes/themes/apache/partials/banners/banner_what_is_systemml.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/partials/banners/banner_what_is_systemml.html b/_src/_includes/themes/apache/partials/banners/banner_what_is_systemml.html
deleted file mode 100644
index d45845a..0000000
--- a/_src/_includes/themes/apache/partials/banners/banner_what_is_systemml.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
-
-<!-- white background -->
-<section class="full-stripe">
-  <!-- container -->
-  <div class="ml-container ml-container--vertically-centered ml-container--reverse-order">
-    <!-- half width image -->
-    <div class="col col-6 content-group content-group--more-padding">
-      <img src="/assets/img/diagramAnim-v4.gif" alt="What is Apache SystemML?">
-    </div>
-    <!-- half width text -->
-    <div class="col col-6 content-group content-group--more-padding">
-      <!-- bdi tag prevents reverse punctuation when rtl direction property is applied -->
-      <h2><bdi>What is SystemML?</bdi></h2>
-      <p><bdi>Apache SystemML provides an optimal workplace for machine learning using big data.
-        It can be run on top of Apache Spark, where it automatically scales your data, line by line,
-        determining whether your code should be run on the driver or an Apache Spark cluster.</bdi></p>
-    </div>
-  </div>
-</section>