Repository: systemml-website Updated Branches: refs/heads/master 084af4df6 -> 8509414c1
[MINOR] Add tutorial page for KDD 2017 conference Project: http://git-wip-us.apache.org/repos/asf/systemml-website/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml-website/commit/8509414c Tree: http://git-wip-us.apache.org/repos/asf/systemml-website/tree/8509414c Diff: http://git-wip-us.apache.org/repos/asf/systemml-website/diff/8509414c Branch: refs/heads/master Commit: 8509414c1be4bbecc65041769b30f69a134380d0 Parents: 084af4d Author: Glenn Weidner <[email protected]> Authored: Thu Jun 29 21:29:00 2017 -0700 Committer: Glenn Weidner <[email protected]> Committed: Thu Jun 29 21:29:01 2017 -0700 ---------------------------------------------------------------------- _src/get-started.html | 2 +- _src/tutorial-kdd2017.html | 50 +++++++++++++++++++++++++++++++++++++++++ _src/tutorials.html | 15 ++++++++----- 3 files changed, 60 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml-website/blob/8509414c/_src/get-started.html ---------------------------------------------------------------------- diff --git a/_src/get-started.html b/_src/get-started.html index 00f047d..17a64e3 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 | <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.‎</p> - <a class="button button-secondary" href="https://apache.github.io/systemml" target="_blank">Docs</a> + <a class="button button-secondary" href="tutorials.html" target="_blank">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/8509414c/_src/tutorial-kdd2017.html ---------------------------------------------------------------------- diff --git a/_src/tutorial-kdd2017.html b/_src/tutorial-kdd2017.html new file mode 100644 index 0000000..56c4494 --- /dev/null +++ b/_src/tutorial-kdd2017.html @@ -0,0 +1,50 @@ +--- +layout: page +title: KDD 2017 Tutorial +description: KDD 2017 Tutorial Page +group: nav-right +--- +<!-- +{% 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 %} +--> + +<!-- hero image --> +<section class="full-stripe full-stripe--subpage-header clear-header"> + <div class="ml-container ml-container--horizontally-center"> + <div class="col col-12 content-group content-group--center-content content-group--center-align"> + <h1>{{ site.data.project.name }} KDD 2017 Tutorial</h1> + </div> + </div> +</section> + +<!-- content --> +<main> + <!-- Tutorial 1 description and text--> + <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"> + </div> + <div class="col col-6 feature-content button-group"> + <h2></h2> + <p><em>Tutorial Coming Soon.</em></p> + </div> + </div> + </section> + +</main> http://git-wip-us.apache.org/repos/asf/systemml-website/blob/8509414c/_src/tutorials.html ---------------------------------------------------------------------- diff --git a/_src/tutorials.html b/_src/tutorials.html index 866a69f..998abdc 100644 --- a/_src/tutorials.html +++ b/_src/tutorials.html @@ -28,7 +28,7 @@ limitations under the License. <div class="banner-overlay"> <div class="banner-content"> <h1>{{ page.title }}</h1><br> - <p>Learn SystemML in simple and easy steps.</p> + <p>Learn Apache SystemML.</p> </div> </div> </section> @@ -39,18 +39,18 @@ 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="What is Apache SystemML?"> + <img src="/assets/img/robotTutorial.gif" alt="KDD 2017 Tutorial Coming Soon"> </div> <div class="col col-6 feature-content 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/systemml/">Docs</a> + <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> </div> </div> </section> <!-- Tutorial 2 description and text--> + <!-- <section class="full-stripe full-stripe--alternate"> <div class="ml-container ml-container--medium-width ml-container--vertically-centered"> <div class="col col-6 feature-content"> @@ -62,8 +62,10 @@ limitations under the License. </div> </div> </section> + --> <!-- Tutorial 3 description and text--> + <!-- <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"> @@ -75,4 +77,5 @@ limitations under the License. </div> </div> </section> + --> </main>
