You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by gw...@apache.org on 2017/08/10 19:15:34 UTC

systemml-website git commit: Add download button for KDD tutorial

Repository: systemml-website
Updated Branches:
  refs/heads/master e9e7be648 -> ea8e21aaf


Add download button for KDD tutorial


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

Branch: refs/heads/master
Commit: ea8e21aaf79c257134f4ca54e1b0baac34b29cfe
Parents: e9e7be6
Author: Glenn Weidner <gw...@us.ibm.com>
Authored: Thu Aug 10 12:11:32 2017 -0700
Committer: Glenn Weidner <gw...@us.ibm.com>
Committed: Thu Aug 10 12:11:32 2017 -0700

----------------------------------------------------------------------
 _src/get-started.html           |   2 +-
 _src/tutorial-kdd2017.html      |   6 +++---
 _src/tutorials.html             |   7 +++----
 talks/systemml-kdd-tutorial.zip | Bin 0 -> 237 bytes
 4 files changed, 7 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml-website/blob/ea8e21aa/_src/get-started.html
----------------------------------------------------------------------
diff --git a/_src/get-started.html b/_src/get-started.html
index 17a64e3..25ff087 100644
--- a/_src/get-started.html
+++ b/_src/get-started.html
@@ -42,7 +42,7 @@ limitations under the License.
       <h2>Install SystemML</h2>
       <h4><strong>Level:</strong> Beginner &nbsp; | &nbsp; <strong>Time:</strong> 20 minutes</h4><br>
       <p>New to Apache SystemML? Try our quick install guide that will walk you through setting up your environment and getting you up and going with SystemML.&lrm;</p>
-      <a class="button button-secondary" href="tutorials.html" target="_blank">Tutorials</a>
+      <a class="button button-secondary" href="tutorials.html">Tutorials</a>
       <a class="button button-primary" href="install-systemml.html">Install SystemML</a>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/ea8e21aa/_src/tutorial-kdd2017.html
----------------------------------------------------------------------
diff --git a/_src/tutorial-kdd2017.html b/_src/tutorial-kdd2017.html
index 5f77492..6a25d6b 100644
--- a/_src/tutorial-kdd2017.html
+++ b/_src/tutorial-kdd2017.html
@@ -38,11 +38,11 @@ limitations under the License.
   <section class="full-stripe">
     <div class="ml-container ml-container--medium-width ml-container--vertically-centered">
       <div class="col col-6 feature-content preview-image">
-        <img src="/assets/img/systemML_Diagram.gif" alt="KDD 2017 Tutorial Coming Soon">
+        <img src="/assets/img/systemML_Diagram.gif" alt="KDD 2017 Hands-On Tutorial">
       </div>
       <div class="col col-6 feature-content button-group">
-        <h2></h2>
-        <p><em>Tutorial Coming Soon.</em></p>
+        <h2>Declarative, Large-Scale Machine Learning with Apache SystemML</h2>
+        <a class="button button-secondary" href="https://github.com/apache/systemml-website/raw/master/talks/systemml-kdd-tutorial.zip">Download Hands-On Tutorial</a>
       </div>
     </div>
   </section>

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/ea8e21aa/_src/tutorials.html
----------------------------------------------------------------------
diff --git a/_src/tutorials.html b/_src/tutorials.html
index 998abdc..6e19da5 100644
--- a/_src/tutorials.html
+++ b/_src/tutorials.html
@@ -39,12 +39,11 @@ limitations under the License.
   <section class="full-stripe">
     <div class="ml-container ml-container--medium-width ml-container--vertically-centered">
       <div class="col col-6 feature-content preview-image">
-        <img src="/assets/img/robotTutorial.gif" alt="KDD 2017 Tutorial Coming Soon">
+        <img src="/assets/img/robotTutorial.gif" alt="Declarative, Large-Scale Machine Learning with Apache SystemML">
       </div>
       <div class="col col-6 feature-content button-group">
-        <h2>KDD 2017</h2>
-        <p><em>Coming Soon.</em></p>
-        <a class="button button-secondary" href="tutorial-kdd2017.html" target="_blank">KDD 2017 Tutorial</a>
+        <h2>Declarative, Large-Scale Machine Learning with Apache SystemML</h2>
+        <a class="button button-secondary" href="tutorial-kdd2017.html">KDD 2017 Tutorial</a>
       </div>
     </div>
   </section>

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/ea8e21aa/talks/systemml-kdd-tutorial.zip
----------------------------------------------------------------------
diff --git a/talks/systemml-kdd-tutorial.zip b/talks/systemml-kdd-tutorial.zip
new file mode 100644
index 0000000..59906b5
Binary files /dev/null and b/talks/systemml-kdd-tutorial.zip differ