[SYSTEMML-975] Create build steps to create css and js bundles Add Sass files and broke them up into smaller concerns. Consolidate Jekyll source files into _src directory. Add gulp task runner. Create Sass gulp task into single file. Create JS gulp task to bundle scripts into single, minified file. Gulp compiles _site directory from _src directory. Create browser-sync process for live reloading UI. Remove bootstrap dependency.
Closes #4. 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/96a132b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/96a132b2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/96a132b2 Branch: refs/heads/master Commit: 96a132b229d071187661c0eea42b2407b8ff5552 Parents: b340de3 Author: Dexter Lesaca <[email protected]> Authored: Thu Oct 6 16:47:46 2016 -0700 Committer: Deron Eriksson <[email protected]> Committed: Thu Oct 6 16:47:46 2016 -0700 ---------------------------------------------------------------------- .gitignore | 3 + _config.yml | 6 + _data/contributors.yml | 119 - _data/mentors.yml | 12 - _data/navigation.yml | 71 - _data/project.yml | 49 - _includes/themes/apache/_navigation.html | 76 - .../themes/apache/analytics/google-analytics | 9 - .../apache/banners/banner_announcements.html | 8 - .../apache/banners/banner_contact_us.html | 8 - .../themes/apache/banners/banner_features.html | 22 - .../apache/banners/banner_get_started.html | 17 - .../apache/banners/banner_header_hero.html | 11 - .../themes/apache/banners/banner_partners.html | 23 - .../themes/apache/banners/banner_use_cases.html | 30 - .../apache/banners/banner_what_is_systemml.html | 20 - _includes/themes/apache/default.html | 52 - _includes/themes/apache/footer.html | 34 - _includes/themes/apache/header.html | 27 - _includes/themes/apache/home.html | 8 - _includes/themes/apache/page.html | 5 - _includes/themes/apache/settings.yml | 2 - _layouts/default.html | 5 - _layouts/home.html | 4 - _layouts/page.html | 4 - _sass/_base.scss | 206 - _sass/_layout.scss | 242 - _sass/_syntax-highlighting.scss | 71 - _src/_data/contributors.yml | 119 + _src/_data/mentors.yml | 12 + _src/_data/navigation.yml | 71 + _src/_data/project.yml | 49 + _src/_includes/themes/apache/_navigation.html | 76 + .../themes/apache/analytics/google-analytics | 9 + .../apache/banners/banner_announcements.html | 8 + .../apache/banners/banner_contact_us.html | 8 + .../themes/apache/banners/banner_features.html | 22 + .../apache/banners/banner_get_started.html | 17 + .../apache/banners/banner_header_hero.html | 11 + .../themes/apache/banners/banner_partners.html | 23 + .../themes/apache/banners/banner_use_cases.html | 30 + .../apache/banners/banner_what_is_systemml.html | 20 + _src/_includes/themes/apache/default.html | 49 + _src/_includes/themes/apache/footer.html | 34 + _src/_includes/themes/apache/header.html | 27 + _src/_includes/themes/apache/home.html | 8 + _src/_includes/themes/apache/page.html | 5 + _src/_includes/themes/apache/settings.yml | 2 + _src/_layouts/default.html | 5 + _src/_layouts/home.html | 4 + _src/_layouts/page.html | 4 + _src/_sass/_banners.scss | 176 + _src/_sass/_base.scss | 6 + _src/_sass/_config.scss | 243 + _src/_sass/_header.scss | 46 + _src/_sass/_icons.scss | 80 + _src/_sass/_layout.scss | 46 + _src/_sass/_mixins.scss | 6 + _src/_sass/_mobile-nav.scss | 0 _src/_sass/_modals.scss | 28 + _src/_sass/_navigation.scss | 68 + _src/_sass/_syntax-highlighting.scss | 71 + _src/_sass/_syntax.scss | 60 + _src/_sass/_typography.scss | 62 + _src/_sass/main.scss | 29 + _src/_sass/vendor/_ap-components.min.scss | 4 + _src/_scripts/ap-components.min.js | 2 + _src/_scripts/jquery-2.1.1.js | 9190 ++++++++++++++++++ _src/_scripts/jquery-2.1.1.min.js | 4 + _src/_scripts/jquery.fitvids.js | 87 + _src/_scripts/main.js | 60 + _src/_scripts/pushy.js | 1 + _src/assets/css/main.css | 4507 +++++++++ _src/assets/img/airport-traffic.png | Bin 0 -> 50128 bytes _src/assets/img/apache-incubator-logo.png | Bin 0 -> 7241 bytes _src/assets/img/apache-logo.png | Bin 0 -> 11958 bytes _src/assets/img/automotive.png | Bin 0 -> 36954 bytes _src/assets/img/dsx-logo.png | Bin 0 -> 2874 bytes _src/assets/img/favicon.png | Bin 0 -> 2774 bytes _src/assets/img/hadoop-logo.png | Bin 0 -> 5103 bytes _src/assets/img/hero-about.png | Bin 0 -> 410407 bytes _src/assets/img/hero-about.svg | 12 + _src/assets/img/hero-home.jpg | Bin 0 -> 251765 bytes _src/assets/img/icon-announcment.svg | 10 + _src/assets/img/icon-chevron-down.svg | 11 + _src/assets/img/icon-close.svg | 1 + _src/assets/img/icon-code.svg | 19 + _src/assets/img/icon-data.svg | 16 + _src/assets/img/icon-math.svg | 16 + _src/assets/img/jupyter-logo.png | Bin 0 -> 3134 bytes _src/assets/img/logo.png | Bin 0 -> 40071 bytes _src/assets/img/mask.png | Bin 0 -> 321508 bytes _src/assets/img/play-button.svg | 17 + _src/assets/img/python-logo-generic.svg | 269 + _src/assets/img/r-logo.svg | 14 + _src/assets/img/social-banking.png | Bin 0 -> 53313 bytes _src/assets/img/spark-logo.png | Bin 0 -> 3212 bytes _src/assets/img/systemml-logo.svg | 1 + _src/assets/img/what-is-systemml.png | Bin 0 -> 21928 bytes _src/assets/img/zeppelin-logo.png | Bin 0 -> 2875 bytes _src/assets/js/bundle.min.js | 4 + _src/assets/media/hero.mp4 | Bin 0 -> 16708732 bytes _src/community-members.md | 55 + _src/community.md | 80 + _src/download.md | 112 + _src/index.md | 61 + _src/privacy-policy.md | 43 + assets/bootstrap/css/bootstrap-theme.css | 459 - assets/bootstrap/css/bootstrap-theme.min.css | 9 - assets/bootstrap/css/bootstrap.css | 7100 -------------- .../fonts/glyphicons-halflings-regular.eot | Bin 20290 -> 0 bytes .../fonts/glyphicons-halflings-regular.svg | 229 - .../fonts/glyphicons-halflings-regular.ttf | Bin 41236 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 23292 -> 0 bytes .../img/glyphicons-halflings-white.png | Bin 8777 -> 0 bytes assets/bootstrap/img/glyphicons-halflings.png | Bin 12799 -> 0 bytes assets/bootstrap/js/bootstrap.js | 2002 ---- assets/bootstrap/js/bootstrap.min.js | 9 - assets/css/bundle.css | 4227 -------- assets/css/style.css | 360 - assets/css/syntax.css | 60 - assets/img/airport-traffic.png | Bin 50128 -> 0 bytes assets/img/apache-incubator-logo.png | Bin 7241 -> 0 bytes assets/img/apache-logo.png | Bin 11958 -> 0 bytes assets/img/automotive.png | Bin 36954 -> 0 bytes assets/img/dsx-logo.png | Bin 2874 -> 0 bytes assets/img/favicon.png | Bin 2774 -> 0 bytes assets/img/hadoop-logo.png | Bin 5103 -> 0 bytes assets/img/hero-about.png | Bin 410407 -> 0 bytes assets/img/hero-about.svg | 12 - assets/img/hero-home.jpg | Bin 251765 -> 0 bytes assets/img/icon-announcment.svg | 10 - assets/img/icon-chevron-down.svg | 11 - assets/img/icon-close.svg | 1 - assets/img/icon-code.svg | 19 - assets/img/icon-data.svg | 16 - assets/img/icon-math.svg | 16 - assets/img/jupyter-logo.png | Bin 3134 -> 0 bytes assets/img/logo.png | Bin 40071 -> 0 bytes assets/img/mask.png | Bin 321508 -> 0 bytes assets/img/play-button.svg | 17 - assets/img/python-logo-generic.svg | 269 - assets/img/r-logo.svg | 14 - assets/img/social-banking.png | Bin 53313 -> 0 bytes assets/img/spark-logo.png | Bin 3212 -> 0 bytes assets/img/systemml-logo.svg | 1 - assets/img/what-is-systemml.png | Bin 21928 -> 0 bytes assets/img/zeppelin-logo.png | Bin 2875 -> 0 bytes assets/jquery/jquery-2.1.1.js | 9190 ------------------ assets/jquery/jquery-2.1.1.min.js | 4 - assets/js/ap-components.min.js | 2 - assets/js/bundle.js | 6 - assets/js/jquery.fitvids.js | 87 - assets/js/main.js | 60 - assets/js/pushy.js | 1 - assets/media/hero.mp4 | Bin 16708732 -> 0 bytes community-members.md | 55 - community.md | 80 - css/main.scss | 53 - download.md | 112 - gulpfile.js | 66 + index.md | 61 - package.json | 32 + privacy-policy.md | 43 - 164 files changed, 16237 insertions(+), 25730 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 0551141..a74beae 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ project/plugins/project/ _site .sass-cache .jekyll-metadata + +#npm +node_modules http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index 73d2b2c..647fdf5 100644 --- a/_config.yml +++ b/_config.yml @@ -22,3 +22,9 @@ markdown: kramdown analytics_on: true analytics_provider: google_universal analytics_google_universal_tracking_id : UA-71553733-1 + +source: _src + +exclude: + - _sass + - _scripts http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_data/contributors.yml ---------------------------------------------------------------------- diff --git a/_data/contributors.yml b/_data/contributors.yml deleted file mode 100644 index 163a52d..0000000 --- a/_data/contributors.yml +++ /dev/null @@ -1,119 +0,0 @@ -- name: Alexandre V Evfimievski - apacheId: ae2015 - githubId: ae2015 - role: PMC Member - org: IBM - -- name: Arvind Surve - apacheId: acs_s - githubId: asurve - role: PMC Member - org: IBM - -- name: Berthold Reinwald - apacheId: reinwald - githubId: bertholdreinwald - role: PMC Member - org: IBM - -- name: DB Tsai - apacheId: dbtsai - githubId: dbtsai - role: PMC Member - org: Netflix - -- name: Deron Eriksson - apacheId: deron - githubId: deroneriksson - role: PMC Member - org: IBM - -- name: Faraz Makari - apacheId: fmakari - githubId: fmakari - role: PMC Member - org: IBM - -- name: Fred Reiss - apacheId: freiss - githubId: frreiss - role: PMC Member - org: IBM - -- name: Glenn Weidner - apacheId: gweidner - githubId: gweidner - role: PMC Member - org: IBM - -- name: Holden Karau - apacheId: holden - githubId: holdenk - role: PMC Member - org: IBM - -- name: Joseph Bradley - apacheId: jkbradley - githubId: jkbradley - role: PMC Member - org: Databricks - -- name: Luciano Resende - apacheId: lresende - githubId: lresende - role: PMC Member - org: IBM - -- name: Matthias Boehm - apacheId: mboehm7 - githubId: mboehm7 - role: PMC Member - org: IBM - -- name: Mike Dusenberry - apacheId: dusenberrymw - githubId: dusenberrymw - role: PMC Member - org: IBM - -- name: Niketan Pansare - apacheId: niketanpansare - githubId: niketanpansare - role: PMC Member - org: IBM - -- name: Patrick WendelL - apacheId: pwendell - githubId: pwendell - role: PMC Member, Mentor - org: Databricks - -- name: Prithviraj Sen - apacheId: prithvi - githubId: prithvirajsen - role: PMC Member - org: IBM - -- name: Reynold Xin - apacheId: rxin - githubId: rxin - role: PMC Member, Mentor - org: Databricks - -- name: Rich Bowen - apacheId: rbowen - githubId: rbowen - role: PMC Member, Mentor - org: Red Hat - -- name: Shirish Tatikonda - apacheId: shirisht - githubId: shirisht - role: PMC Member - org: Target - -- name: Xiangrui Meng - apacheId: meng - githubId: mengxr - role: PMC Member - org: Databricks \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_data/mentors.yml ---------------------------------------------------------------------- diff --git a/_data/mentors.yml b/_data/mentors.yml deleted file mode 100644 index f63dba3..0000000 --- a/_data/mentors.yml +++ /dev/null @@ -1,12 +0,0 @@ -- name: Luciano Resende - apache_id: lresende - -- name: Patrick Wendell - apache_id: pwendell - -- name: Reynold Xin - apache_id: rxin - -- name: Rich Bowen - apache_id: rbowen - http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_data/navigation.yml ---------------------------------------------------------------------- diff --git a/_data/navigation.yml b/_data/navigation.yml deleted file mode 100644 index 9ddef13..0000000 --- a/_data/navigation.yml +++ /dev/null @@ -1,71 +0,0 @@ -## Topnav single links -## if you want to list an external url, use external_url instead of url. the theme will apply a different link base. -# - title: Sample -# url: /mydoc/sample.html -# audience: developers, consumers -# platform: all -# product: all -# version: all -# output: web - - -# <nav class="navbar-collapse collapse" role="navigation"> -# <ul class="nav navbar-nav navbar-right"> -# <li id="community"> -# <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a> -# <ul class="dropdown-menu dropdown-left"> -# <li><a href="/community.html">Get Involved</a></li> -# <li><a href="/community-members.html">Who we are</a></li> -# </ul> -# </li> -# <li><a href="{{ site.data.project.source_repository_mirror }}">GitHub</a></li> -# <li><a href="{{ site.data.project.documentation }}">Documentation</a></li> -# {% if site.data.project.download %}<li><a href="{{ site.data.project.download }}">Download</a></li>{% endif %} -# <li id="apache"> -# <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a> -# <ul class="dropdown-menu"> -# <li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li> -# <li><a href="http://www.apache.org/licenses/">Apache License</a></li> -# <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> -# <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> -# <li><a href="/privacy-policy.html">Privacy Policy</a></li> -# </ul> -# </li> -# </ul> -# </nav><!--/.navbar-collapse --> - - -topnav: - -- title: Community - subcategories: - - title: Get Involved - url: /community - - title: Issue Tracker - url: https://issues.apache.org/jira/browse/SYSTEMML - - title: Source Code - url: https://github.com/apache/incubator-systemml - - title: Project Committers - url: /community-members - -- title: GitHub - url: https://github.com/apache/incubator-systemml - -- title: Documentation - url: https://apache.github.io/incubator-systemml - -- title: Apache - subcategories: - - title: Apache Software Foundation - url: http://www.apache.org/foundation/how-it-works.html - - title: Apache License - url: http://www.apache.org/licenses/ - - title: Sponsorship - url: http://www.apache.org/foundation/sponsorship - - title: Thanks - url: http://www.apache.org/foundation/thanks.html - - title: Privacy Policy - url: /privacy-policy - -- title: About - url: /about http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_data/project.yml ---------------------------------------------------------------------- diff --git a/_data/project.yml b/_data/project.yml deleted file mode 100644 index a15bc3e..0000000 --- a/_data/project.yml +++ /dev/null @@ -1,49 +0,0 @@ -# Apache Project configurations - -# -name: Apache SystemML -short_name: SystemML -description: Apache SystemML is a distributed and declarative machine learning platform. - -dev_list: [email protected] -dev_list_subscribe: [email protected] -dev_list_unsubscribe: [email protected] -dev_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-dev/ -dev_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ -dev_list_archive_markmail: - -user_list: -user_list_subscribe: -user_list_unsubscribe: -user_list_archive: -user_list_archive_mailarchive: -user_list_archive_markmail: - -commits_list: [email protected] -commits_list_subscribe: [email protected] -commits_list_unsubscribe: [email protected] -commits_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-commits/ -commits_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ -commits_list_archive_markmail: - -issues_list: [email protected] -issues_list_subscribe: [email protected] -issues_list_unsubscribe: [email protected] -issues_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-issues/ -issues_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ -issues_list_archive_markmail: - - -jira: SYSTEMML - -source_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml.git -source_repository_mirror: https://github.com/apache/incubator-systemml - -website_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml-website.git -website_repository_mirror: https://github.com/apache/incubator-systemml-website - -download: /download.html - -documentation: https://apache.github.io/incubator-systemml - -podling: true http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/_navigation.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/_navigation.html b/_includes/themes/apache/_navigation.html deleted file mode 100644 index 433af48..0000000 --- a/_includes/themes/apache/_navigation.html +++ /dev/null @@ -1,76 +0,0 @@ -<!-- Mobile Nav -<nav class="pushy pushy-right mobile-nav"> - <ul> - <li role="presentation"><a class="nav-link--hover" href="https://github.com/apache/incubator-systemml" target="_blank">Github</a></li> - <li role="presentation"><a class="nav-link--hover" href="https://apache.github.io/incubator-systemml" target="_blank">Documentation</a></li> - <li> - <a class="nav-link--hover" href="#">Resources<i class="icon icon-chevron-down"></i></a> - <ul> - <li><a href="about.html">About SystemML</a></li> - <li><a href="https://issues.apache.org/jira/browse/SYSTEMML/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="_blank">Found a bug</a></li> - <li><a href="http://www.apache.org/foundation/how-it-works.html" target="_blank">Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li> - <li><a href="https://systemml.apache.org/privacy-policy" target="_blank">Privacy Policy</a></li> - </ul> - </li> - </ul> -</nav> - /Mobile Nav --> - -<div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> - <div class="container"> - <div class="navbar-header"> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - <a class="navbar-brand" href="index.html"> - <img src="/assets/img/logo.png" width="80"> - {{ site.data.project.name }} - </a> - </div> - - <nav class="navbar-collapse collapse" role="navigation"> - <ul class="nav navbar-nav navbar-right"> - {% for entry in site.data.navigation.topnav %} - <li id="{{ entry.title | slugify }}"> - {% if entry.subcategories %} - <a href="#" data-toggle="dropdown" class="dropdown-toggle">{{ entry.title }}<b class="caret"></b></a> - <ul class="dropdown-menu dropdown-left"> - {% for subitem in entry.subcategories %} - {% if subitem.url contains "http" %} - {% assign target = "_blank" %}{% else %} - {% assign target = "_self" %}{% endif %} - <li><a href="{{ subitem.url }}" target="{{ target }}">{{ subitem.title }}</a></li> - {% endfor %} - </ul> - {% else %} - {% if entry.url contains "http" %} - {% assign target = "_blank" %}{% else %} - {% assign target = "_self" %}{% endif %} - <a href="{{ entry.url }}" target="{{ target }}">{{ entry.title }}</a> - {% endif %} - </li> - {% endfor %} - </ul> - </nav><!--/.navbar-collapse --> - - </div> -</div> - -{% if page.type == "Home" %} -<div class="jumbotron"> - <div class="container"> - <h1>{{ site.data.project.name }}</h1> - <p>{{ site.data.project.description }}</p> - - {% if site.data.project.download %} - <a href="{{ site.data.project.download }}" class="btn btn-primary btn-lg bigFingerButton" role="button">Get {{ site.data.project.short_name }}</a></p> - {% endif %} - </div> -</div> -{% endif %} http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/analytics/google-analytics ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/analytics/google-analytics b/_includes/themes/apache/analytics/google-analytics deleted file mode 100644 index 07d0e7b..0000000 --- a/_includes/themes/apache/analytics/google-analytics +++ /dev/null @@ -1,9 +0,0 @@ -<script> - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - - ga('create', '{{ site.analytics_google_universal_tracking_id }}', 'auto'); - ga('send', 'pageview'); -</script> http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/banners/banner_announcements.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/banners/banner_announcements.html b/_includes/themes/apache/banners/banner_announcements.html deleted file mode 100644 index 2e366bb..0000000 --- a/_includes/themes/apache/banners/banner_announcements.html +++ /dev/null @@ -1,8 +0,0 @@ -<section class="announcement-banner"> - <div class="content-container"> - <div class="content-group"> - <p>SystemML awarded <a href="http://vldb2016.persistent.com/awards.php" target="_blank">VLDB 2016 Best Paper and Demonstation</a>.<br />Download <a href="http://www.vldb.org/pvldb/vol9/p960-elgohary.pdf" target="_blank">Compressed Linear Algebra for Large-Scale - Machine Learning</a></p> - </div> - </div> -</section> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/banners/banner_contact_us.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/banners/banner_contact_us.html b/_includes/themes/apache/banners/banner_contact_us.html deleted file mode 100644 index e040c86..0000000 --- a/_includes/themes/apache/banners/banner_contact_us.html +++ /dev/null @@ -1,8 +0,0 @@ -<section class="contact-us-banner"> - <div class="content-container"> - <h2>Get Involved</h2> - <div class="content-group"> - <p>To contribute to SystemML, you can contact us directly on Github or <a href="mailto:[email protected]">[email protected]</a></p> - </div> - </div> -</section> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/banners/banner_features.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/banners/banner_features.html b/_includes/themes/apache/banners/banner_features.html deleted file mode 100644 index 8ad4b84..0000000 --- a/_includes/themes/apache/banners/banner_features.html +++ /dev/null @@ -1,22 +0,0 @@ -<section class="features-banner"> - <div class="content-container"> - <h2>Features</h2> - <ul class="content-group"> - <li> - <i class="icon icon-data"></i> - <h3>Big Data</h3> - <p>SystemML relieves big data stress by automatically scaling, so that the user can focus on whatâs important.</p> - </li> - <li> - <i class="icon icon-code"></i> - <h3>Language</h3> - <p>Use R and Python-like Syntax to code your machine learning project.</p> - </li> - <li> - <i class="icon icon-math"></i> - <h3>High-Level Math</h3> - <p>SystemML provides a platform where the user can easily implement high level math and algorithms.</p> - </li> - </ul> - </div> -</section> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/banners/banner_get_started.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/banners/banner_get_started.html b/_includes/themes/apache/banners/banner_get_started.html deleted file mode 100644 index e410bfb..0000000 --- a/_includes/themes/apache/banners/banner_get_started.html +++ /dev/null @@ -1,17 +0,0 @@ -<section class="get-started-banner"> - <div class="content-container"> - <h2>Start using SystemML today!</h2> - - <ul class="content-group"> - <li> - <a class="button button-primary" href="http://apache.github.io/incubator-systemml/beginners-guide-python">SystemML getting started guide for Python</a> - </li> - <li> - </li> - <li> - <a class="button button-primary" href="http://apache.github.io/incubator-systemml/beginners-guide-to-dml-and-pydml">SystemML getting started guide for R</a> - </li> - </ul> - - </div> -</section> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/banners/banner_header_hero.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/banners/banner_header_hero.html b/_includes/themes/apache/banners/banner_header_hero.html deleted file mode 100644 index 88aae39..0000000 --- a/_includes/themes/apache/banners/banner_header_hero.html +++ /dev/null @@ -1,11 +0,0 @@ -<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> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/banners/banner_partners.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/banners/banner_partners.html b/_includes/themes/apache/banners/banner_partners.html deleted file mode 100644 index b8b19a7..0000000 --- a/_includes/themes/apache/banners/banner_partners.html +++ /dev/null @@ -1,23 +0,0 @@ -<section class="partners-banner"> - <div class="content-container"> - <h2>Ways to Use SystemML</h2> - <ul class="content-group"> - <li> - <i class="icon spark-logo"></i> - <h4>Apache<br/>Spark</h4> - </li> - <li> - <i class="icon hadoop-logo"></i> - <h4>Apache Hadoop</h4> - </li> - <li> - <i class="icon jupyter-logo"></i> - <h4>Jupyter</h4> - </li> - <li> - <i class="icon zeppelin-logo"></i> - <h4>Apache Zeppelin</h4> - </li> - </ul> - </div> -</section> http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/banners/banner_use_cases.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/banners/banner_use_cases.html b/_includes/themes/apache/banners/banner_use_cases.html deleted file mode 100644 index 8b66f21..0000000 --- a/_includes/themes/apache/banners/banner_use_cases.html +++ /dev/null @@ -1,30 +0,0 @@ -<section class="usecases-banner content-container"> - <h2 class="text-center">SystemML Use Cases</h2> - <div> - - <div class="content-group"> - <div class="content-text"> - <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> - <img src="/assets/img/automotive.png" alt="SystemML for the automitve industry" /> - </div> - - <div class="content-group"> - <div class="content-text"> - <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> - <img src="/assets/img/airport-traffic.png" alt="SystemML improves Airport Traffic" /> - </div> - - <div class="content-group"> - <div class="content-text"> - <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> - <img src="/assets/img/social-banking.png" alt="SystemML for Social Banking" /> - </div> - - </div> -</section> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/banners/banner_what_is_systemml.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/banners/banner_what_is_systemml.html b/_includes/themes/apache/banners/banner_what_is_systemml.html deleted file mode 100644 index bffc0a3..0000000 --- a/_includes/themes/apache/banners/banner_what_is_systemml.html +++ /dev/null @@ -1,20 +0,0 @@ -<section class="content-container content-group elevator-group"> - <div class="content-text elevator-text"> - <h2>What is SystemML</h2> - <p>Apache SystemML provides an optimal workplace for machine learning using big data. - Apache SystemML 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. - Users no longer need to learn about complicated code or scaling. Apache SystemML also understands that - the user's priority lies with math and algorithms. That's why Apache SystemML runs in R and Python-like - syntax, allowing the user to focus on machine learning, rather than the engineering behind it.<br /> - <a class="jq-modal-trigger" href="#systemml-demo">Watch Apache SystemML in action</a></p> - </div> - <img src="/assets/img/what-is-systemml.png" alt="What is Apache SystemML?" /> -</section> - -<div id="systemml-demo" class="modal jq-modal"> - <a href="#" class="icon icon-close jq-close">Close</a> - <div class='embed-container'> - <iframe class="jq-video" width="1280" height="720" src="https://www.youtube.com/embed/n3JJP6UbH6Q?rel=0" frameborder="0" allowfullscreen></iframe> - </div> -</div> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/default.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/default.html b/_includes/themes/apache/default.html deleted file mode 100644 index c00e4e8..0000000 --- a/_includes/themes/apache/default.html +++ /dev/null @@ -1,52 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - - <title>{{ page.title }}</title> - {% if page.description %} - <meta name="description" content="{{ page.description }}"> - {% else %} - <meta name="description" content="{{ site.description }}"> - {% endif %} - <meta name="author" content="{{ site.author }}"> - - <!-- Enable responsive viewport --> - <meta name="HandheldFriendly" content="True"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - - <!-- You can use Open Graph tags to customize link previews. - Learn more: https://developers.facebook.com/docs/sharing/webmasters --> - <meta property="og:url" content="https://systemml.apache.org/" /> - <meta property="og:type" content="website" /> - <meta property="og:title" content="{{ page.title }}" /> - <meta property="og:description" content="{{ site.description }}" /> - <meta property="og:image" content="" /> - - <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> - <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> - <![endif]--> - - <!-- Le styles --> - <link rel="stylesheet" href="/assets/css/bundle.css"> - <link href="/assets/bootstrap/css/bootstrap.css" rel="stylesheet"> - <!-- - <link href="/assets/css/style.css?body=1" rel="stylesheet" type="text/css"> - --> - <link href="/assets/css/syntax.css" rel="stylesheet" type="text/css" media="screen" /> - - - <!-- favicons --> - <link rel="shortcut icon" href="/assets/img/favicon.png"> - </head> - - <body class="ap-container vcard"> - {% include themes/apache/header.html %} - - {{ content }} - <hr> - {% include themes/apache/footer.html %} - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/footer.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/footer.html b/_includes/themes/apache/footer.html deleted file mode 100644 index c44f7a6..0000000 --- a/_includes/themes/apache/footer.html +++ /dev/null @@ -1,34 +0,0 @@ -<footer class="site-footer"> - - <div class="content-container"> - - <div class="footer-col-wrapper"> - {% if site.data.project.podling %} - {{ site.data.project.name }} is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. - <hr> - {% endif %} - <div style="text-align:center;"> - {% if site.data.project.podling %} - <div style="margin-top: 20px; margin-bottom: 20px;"> - <a href="http://incubator.apache.org"><img src="/assets/img/apache-incubator-logo.png" alt="Apache Incubator"/></a> - </div> - {% endif %} - <div> - Copyright © 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. - Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. - <br> - {% if site.data.project.podling %} - Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache Software Foundation. - {% else %} - Apache and the Apache Feather logo are trademarks of The Apache Software Foundation. - {% endif %} - </div> - - </div> - </div> - - </div> - - {% include themes/apache/analytics/google-analytics %} - -</footer> http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/header.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/header.html b/_includes/themes/apache/header.html deleted file mode 100644 index 96f1e43..0000000 --- a/_includes/themes/apache/header.html +++ /dev/null @@ -1,27 +0,0 @@ -<header class="site-header"> - <h1 class="logo"><a class="url" href="https://systemml.apache.org/"><i class="logo-mark"></i><span class="fn org">Apache SystemML</span></a></h1> - <nav class="main-nav"> - <ul> - {% for entry in site.data.navigation.topnav %} - <li role="presentation"> - {% if entry.subcategories %} - <a class="nav-link--hover" href="#">{{ entry.title }}<i class="icon icon-chevron-down"></i></a> - <ul> - {% for subitem in entry.subcategories %} - {% if subitem.url contains "http" %} - {% assign target = "_blank" %}{% else %} - {% assign target = "_self" %}{% endif %} - <li><a href="{{ subitem.url }}" target="{{ target }}">{{ subitem.title }}</a></li> - {% endfor %} - </ul> - {% else %} - {% if entry.url contains "http" %} - {% assign target = "_blank" %}{% else %} - {% assign target = "_self" %}{% endif %} - <a href="{{ entry.url }}" target="{{ target }}">{{ entry.title }}</a> - {% endif %} - </li> - {% endfor %} - </ul> - </nav> -</header> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/home.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/home.html b/_includes/themes/apache/home.html deleted file mode 100644 index 66fbd0b..0000000 --- a/_includes/themes/apache/home.html +++ /dev/null @@ -1,8 +0,0 @@ -{% include themes/apache/banners/banner_header_hero.html %} -{% include themes/apache/banners/banner_announcements.html %} -{% include themes/apache/banners/banner_what_is_systemml.html %} -{% include themes/apache/banners/banner_features.html %} -{% include themes/apache/banners/banner_use_cases.html %} -{% include themes/apache/banners/banner_get_started.html %} -{% include themes/apache/banners/banner_partners.html %} -{% include themes/apache/banners/banner_contact_us.html %} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/page.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/page.html b/_includes/themes/apache/page.html deleted file mode 100644 index dafbc6c..0000000 --- a/_includes/themes/apache/page.html +++ /dev/null @@ -1,5 +0,0 @@ -<div class="container"> - {{ content }} -</div> - - http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_includes/themes/apache/settings.yml ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/settings.yml b/_includes/themes/apache/settings.yml deleted file mode 100644 index e1c28dc..0000000 --- a/_includes/themes/apache/settings.yml +++ /dev/null @@ -1,2 +0,0 @@ -theme : - name : apache http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_layouts/default.html ---------------------------------------------------------------------- diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 6897503..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,5 +0,0 @@ ---- -theme : - name : apache ---- -{% include themes/apache/default.html %} http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_layouts/home.html ---------------------------------------------------------------------- diff --git a/_layouts/home.html b/_layouts/home.html deleted file mode 100644 index 544161d..0000000 --- a/_layouts/home.html +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: default ---- -{% include themes/apache/home.html %} http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_layouts/page.html ---------------------------------------------------------------------- diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index 69d959d..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: default ---- -{% include themes/apache/page.html %} http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_sass/_base.scss ---------------------------------------------------------------------- diff --git a/_sass/_base.scss b/_sass/_base.scss deleted file mode 100644 index 0883c3c..0000000 --- a/_sass/_base.scss +++ /dev/null @@ -1,206 +0,0 @@ -/** - * Reset some basic elements - */ -body, h1, h2, h3, h4, h5, h6, -p, blockquote, pre, hr, -dl, dd, ol, ul, figure { - margin: 0; - padding: 0; -} - - - -/** - * Basic styling - */ -body { - font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family; - color: $text-color; - background-color: $background-color; - -webkit-text-size-adjust: 100%; - -webkit-font-feature-settings: "kern" 1; - -moz-font-feature-settings: "kern" 1; - -o-font-feature-settings: "kern" 1; - font-feature-settings: "kern" 1; - font-kerning: normal; -} - - - -/** - * Set `margin-bottom` to maintain vertical rhythm - */ -h1, h2, h3, h4, h5, h6, -p, blockquote, pre, -ul, ol, dl, figure, -%vertical-rhythm { - margin-bottom: $spacing-unit / 2; -} - - - -/** - * Images - */ -img { - max-width: 100%; - vertical-align: middle; -} - - - -/** - * Figures - */ -figure > img { - display: block; -} - -figcaption { - font-size: $small-font-size; -} - - - -/** - * Lists - */ -ul, ol { - margin-left: $spacing-unit; -} - -li { - > ul, - > ol { - margin-bottom: 0; - } -} - - - -/** - * Headings - */ -h1, h2, h3, h4, h5, h6 { - font-weight: $base-font-weight; -} - - - -/** - * Links - */ -a { - color: $brand-color; - text-decoration: none; - - &:visited { - color: darken($brand-color, 15%); - } - - &:hover { - color: $text-color; - text-decoration: underline; - } -} - - - -/** - * Blockquotes - */ -blockquote { - color: $grey-color; - border-left: 4px solid $grey-color-light; - padding-left: $spacing-unit / 2; - font-size: 18px; - letter-spacing: -1px; - font-style: italic; - - > :last-child { - margin-bottom: 0; - } -} - - - -/** - * Code formatting - */ -pre, -code { - font-size: 15px; - border: 1px solid $grey-color-light; - border-radius: 3px; - background-color: #eef; -} - -code { - padding: 1px 5px; -} - -pre { - padding: 8px 12px; - overflow-x: auto; - - > code { - border: 0; - padding-right: 0; - padding-left: 0; - } -} - - - -/** - * Wrapper - */ -.wrapper { - max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2)); - max-width: calc(#{$content-width} - (#{$spacing-unit} * 2)); - margin-right: auto; - margin-left: auto; - padding-right: $spacing-unit; - padding-left: $spacing-unit; - @extend %clearfix; - - @include media-query($on-laptop) { - max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit})); - max-width: calc(#{$content-width} - (#{$spacing-unit})); - padding-right: $spacing-unit / 2; - padding-left: $spacing-unit / 2; - } -} - - - -/** - * Clearfix - */ -%clearfix { - - &:after { - content: ""; - display: table; - clear: both; - } -} - - - -/** - * Icons - */ -.icon { - - > svg { - display: inline-block; - width: 16px; - height: 16px; - vertical-align: middle; - - path { - fill: $grey-color; - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_sass/_layout.scss ---------------------------------------------------------------------- diff --git a/_sass/_layout.scss b/_sass/_layout.scss deleted file mode 100644 index 9cbfdde..0000000 --- a/_sass/_layout.scss +++ /dev/null @@ -1,242 +0,0 @@ -/** - * Site header - */ -.site-header { - border-top: 5px solid $grey-color-dark; - border-bottom: 1px solid $grey-color-light; - min-height: 56px; - - // Positioning context for the mobile navigation icon - position: relative; -} - -.site-title { - font-size: 26px; - font-weight: 300; - line-height: 56px; - letter-spacing: -1px; - margin-bottom: 0; - float: left; - - &, - &:visited { - color: $grey-color-dark; - } -} - -.site-nav { - float: right; - line-height: 56px; - - .menu-icon { - display: none; - } - - .page-link { - color: $text-color; - line-height: $base-line-height; - - // Gaps between nav items, but not on the last one - &:not(:last-child) { - margin-right: 20px; - } - } - - @include media-query($on-palm) { - position: absolute; - top: 9px; - right: $spacing-unit / 2; - background-color: $background-color; - border: 1px solid $grey-color-light; - border-radius: 5px; - text-align: right; - - .menu-icon { - display: block; - float: right; - width: 36px; - height: 26px; - line-height: 0; - padding-top: 10px; - text-align: center; - - > svg { - width: 18px; - height: 15px; - - path { - fill: $grey-color-dark; - } - } - } - - .trigger { - clear: both; - display: none; - } - - &:hover .trigger { - display: block; - padding-bottom: 5px; - } - - .page-link { - display: block; - padding: 5px 10px; - - &:not(:last-child) { - margin-right: 0; - } - margin-left: 20px; - } - } -} - - - -/** - * Site footer - */ -.site-footer { - border-top: 1px solid $grey-color-light; - padding: $spacing-unit 0; -} - -.footer-heading { - font-size: 18px; - margin-bottom: $spacing-unit / 2; -} - -.contact-list, -.social-media-list { - list-style: none; - margin-left: 0; -} - -.footer-col-wrapper { - font-size: 15px; - color: $grey-color; - margin-left: -$spacing-unit / 2; - @extend %clearfix; -} - -.footer-col { - float: left; - margin-bottom: $spacing-unit / 2; - padding-left: $spacing-unit / 2; -} - -.footer-col-1 { - width: -webkit-calc(35% - (#{$spacing-unit} / 2)); - width: calc(35% - (#{$spacing-unit} / 2)); -} - -.footer-col-2 { - width: -webkit-calc(20% - (#{$spacing-unit} / 2)); - width: calc(20% - (#{$spacing-unit} / 2)); -} - -.footer-col-3 { - width: -webkit-calc(45% - (#{$spacing-unit} / 2)); - width: calc(45% - (#{$spacing-unit} / 2)); -} - -@include media-query($on-laptop) { - .footer-col-1, - .footer-col-2 { - width: -webkit-calc(50% - (#{$spacing-unit} / 2)); - width: calc(50% - (#{$spacing-unit} / 2)); - } - - .footer-col-3 { - width: -webkit-calc(100% - (#{$spacing-unit} / 2)); - width: calc(100% - (#{$spacing-unit} / 2)); - } -} - -@include media-query($on-palm) { - .footer-col { - float: none; - width: -webkit-calc(100% - (#{$spacing-unit} / 2)); - width: calc(100% - (#{$spacing-unit} / 2)); - } -} - - - -/** - * Page content - */ -.page-content { - padding: $spacing-unit 0; -} - -.page-heading { - font-size: 20px; -} - -.post-list { - margin-left: 0; - list-style: none; - - > li { - margin-bottom: $spacing-unit; - } -} - -.post-meta { - font-size: $small-font-size; - color: $grey-color; -} - -.post-link { - display: block; - font-size: 24px; -} - - - -/** - * Posts - */ -.post-header { - margin-bottom: $spacing-unit; -} - -.post-title { - font-size: 42px; - letter-spacing: -1px; - line-height: 1; - - @include media-query($on-laptop) { - font-size: 36px; - } -} - -.post-content { - margin-bottom: $spacing-unit; - - h2 { - font-size: 32px; - - @include media-query($on-laptop) { - font-size: 28px; - } - } - - h3 { - font-size: 26px; - - @include media-query($on-laptop) { - font-size: 22px; - } - } - - h4 { - font-size: 20px; - - @include media-query($on-laptop) { - font-size: 18px; - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_sass/_syntax-highlighting.scss ---------------------------------------------------------------------- diff --git a/_sass/_syntax-highlighting.scss b/_sass/_syntax-highlighting.scss deleted file mode 100644 index 8fac597..0000000 --- a/_sass/_syntax-highlighting.scss +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Syntax highlighting styles - */ -.highlight { - background: #fff; - @extend %vertical-rhythm; - - .highlighter-rouge & { - background: #eef; - } - - .c { color: #998; font-style: italic } // Comment - .err { color: #a61717; background-color: #e3d2d2 } // Error - .k { font-weight: bold } // Keyword - .o { font-weight: bold } // Operator - .cm { color: #998; font-style: italic } // Comment.Multiline - .cp { color: #999; font-weight: bold } // Comment.Preproc - .c1 { color: #998; font-style: italic } // Comment.Single - .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special - .gd { color: #000; background-color: #fdd } // Generic.Deleted - .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific - .ge { font-style: italic } // Generic.Emph - .gr { color: #a00 } // Generic.Error - .gh { color: #999 } // Generic.Heading - .gi { color: #000; background-color: #dfd } // Generic.Inserted - .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific - .go { color: #888 } // Generic.Output - .gp { color: #555 } // Generic.Prompt - .gs { font-weight: bold } // Generic.Strong - .gu { color: #aaa } // Generic.Subheading - .gt { color: #a00 } // Generic.Traceback - .kc { font-weight: bold } // Keyword.Constant - .kd { font-weight: bold } // Keyword.Declaration - .kp { font-weight: bold } // Keyword.Pseudo - .kr { font-weight: bold } // Keyword.Reserved - .kt { color: #458; font-weight: bold } // Keyword.Type - .m { color: #099 } // Literal.Number - .s { color: #d14 } // Literal.String - .na { color: #008080 } // Name.Attribute - .nb { color: #0086B3 } // Name.Builtin - .nc { color: #458; font-weight: bold } // Name.Class - .no { color: #008080 } // Name.Constant - .ni { color: #800080 } // Name.Entity - .ne { color: #900; font-weight: bold } // Name.Exception - .nf { color: #900; font-weight: bold } // Name.Function - .nn { color: #555 } // Name.Namespace - .nt { color: #000080 } // Name.Tag - .nv { color: #008080 } // Name.Variable - .ow { font-weight: bold } // Operator.Word - .w { color: #bbb } // Text.Whitespace - .mf { color: #099 } // Literal.Number.Float - .mh { color: #099 } // Literal.Number.Hex - .mi { color: #099 } // Literal.Number.Integer - .mo { color: #099 } // Literal.Number.Oct - .sb { color: #d14 } // Literal.String.Backtick - .sc { color: #d14 } // Literal.String.Char - .sd { color: #d14 } // Literal.String.Doc - .s2 { color: #d14 } // Literal.String.Double - .se { color: #d14 } // Literal.String.Escape - .sh { color: #d14 } // Literal.String.Heredoc - .si { color: #d14 } // Literal.String.Interpol - .sx { color: #d14 } // Literal.String.Other - .sr { color: #009926 } // Literal.String.Regex - .s1 { color: #d14 } // Literal.String.Single - .ss { color: #990073 } // Literal.String.Symbol - .bp { color: #999 } // Name.Builtin.Pseudo - .vc { color: #008080 } // Name.Variable.Class - .vg { color: #008080 } // Name.Variable.Global - .vi { color: #008080 } // Name.Variable.Instance - .il { color: #099 } // Literal.Number.Integer.Long -} http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_data/contributors.yml ---------------------------------------------------------------------- diff --git a/_src/_data/contributors.yml b/_src/_data/contributors.yml new file mode 100644 index 0000000..163a52d --- /dev/null +++ b/_src/_data/contributors.yml @@ -0,0 +1,119 @@ +- name: Alexandre V Evfimievski + apacheId: ae2015 + githubId: ae2015 + role: PMC Member + org: IBM + +- name: Arvind Surve + apacheId: acs_s + githubId: asurve + role: PMC Member + org: IBM + +- name: Berthold Reinwald + apacheId: reinwald + githubId: bertholdreinwald + role: PMC Member + org: IBM + +- name: DB Tsai + apacheId: dbtsai + githubId: dbtsai + role: PMC Member + org: Netflix + +- name: Deron Eriksson + apacheId: deron + githubId: deroneriksson + role: PMC Member + org: IBM + +- name: Faraz Makari + apacheId: fmakari + githubId: fmakari + role: PMC Member + org: IBM + +- name: Fred Reiss + apacheId: freiss + githubId: frreiss + role: PMC Member + org: IBM + +- name: Glenn Weidner + apacheId: gweidner + githubId: gweidner + role: PMC Member + org: IBM + +- name: Holden Karau + apacheId: holden + githubId: holdenk + role: PMC Member + org: IBM + +- name: Joseph Bradley + apacheId: jkbradley + githubId: jkbradley + role: PMC Member + org: Databricks + +- name: Luciano Resende + apacheId: lresende + githubId: lresende + role: PMC Member + org: IBM + +- name: Matthias Boehm + apacheId: mboehm7 + githubId: mboehm7 + role: PMC Member + org: IBM + +- name: Mike Dusenberry + apacheId: dusenberrymw + githubId: dusenberrymw + role: PMC Member + org: IBM + +- name: Niketan Pansare + apacheId: niketanpansare + githubId: niketanpansare + role: PMC Member + org: IBM + +- name: Patrick WendelL + apacheId: pwendell + githubId: pwendell + role: PMC Member, Mentor + org: Databricks + +- name: Prithviraj Sen + apacheId: prithvi + githubId: prithvirajsen + role: PMC Member + org: IBM + +- name: Reynold Xin + apacheId: rxin + githubId: rxin + role: PMC Member, Mentor + org: Databricks + +- name: Rich Bowen + apacheId: rbowen + githubId: rbowen + role: PMC Member, Mentor + org: Red Hat + +- name: Shirish Tatikonda + apacheId: shirisht + githubId: shirisht + role: PMC Member + org: Target + +- name: Xiangrui Meng + apacheId: meng + githubId: mengxr + role: PMC Member + org: Databricks \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_data/mentors.yml ---------------------------------------------------------------------- diff --git a/_src/_data/mentors.yml b/_src/_data/mentors.yml new file mode 100644 index 0000000..f63dba3 --- /dev/null +++ b/_src/_data/mentors.yml @@ -0,0 +1,12 @@ +- name: Luciano Resende + apache_id: lresende + +- name: Patrick Wendell + apache_id: pwendell + +- name: Reynold Xin + apache_id: rxin + +- name: Rich Bowen + apache_id: rbowen + http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_data/navigation.yml ---------------------------------------------------------------------- diff --git a/_src/_data/navigation.yml b/_src/_data/navigation.yml new file mode 100644 index 0000000..9ddef13 --- /dev/null +++ b/_src/_data/navigation.yml @@ -0,0 +1,71 @@ +## Topnav single links +## if you want to list an external url, use external_url instead of url. the theme will apply a different link base. +# - title: Sample +# url: /mydoc/sample.html +# audience: developers, consumers +# platform: all +# product: all +# version: all +# output: web + + +# <nav class="navbar-collapse collapse" role="navigation"> +# <ul class="nav navbar-nav navbar-right"> +# <li id="community"> +# <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a> +# <ul class="dropdown-menu dropdown-left"> +# <li><a href="/community.html">Get Involved</a></li> +# <li><a href="/community-members.html">Who we are</a></li> +# </ul> +# </li> +# <li><a href="{{ site.data.project.source_repository_mirror }}">GitHub</a></li> +# <li><a href="{{ site.data.project.documentation }}">Documentation</a></li> +# {% if site.data.project.download %}<li><a href="{{ site.data.project.download }}">Download</a></li>{% endif %} +# <li id="apache"> +# <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a> +# <ul class="dropdown-menu"> +# <li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li> +# <li><a href="http://www.apache.org/licenses/">Apache License</a></li> +# <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> +# <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> +# <li><a href="/privacy-policy.html">Privacy Policy</a></li> +# </ul> +# </li> +# </ul> +# </nav><!--/.navbar-collapse --> + + +topnav: + +- title: Community + subcategories: + - title: Get Involved + url: /community + - title: Issue Tracker + url: https://issues.apache.org/jira/browse/SYSTEMML + - title: Source Code + url: https://github.com/apache/incubator-systemml + - title: Project Committers + url: /community-members + +- title: GitHub + url: https://github.com/apache/incubator-systemml + +- title: Documentation + url: https://apache.github.io/incubator-systemml + +- title: Apache + subcategories: + - title: Apache Software Foundation + url: http://www.apache.org/foundation/how-it-works.html + - title: Apache License + url: http://www.apache.org/licenses/ + - title: Sponsorship + url: http://www.apache.org/foundation/sponsorship + - title: Thanks + url: http://www.apache.org/foundation/thanks.html + - title: Privacy Policy + url: /privacy-policy + +- title: About + url: /about http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_data/project.yml ---------------------------------------------------------------------- diff --git a/_src/_data/project.yml b/_src/_data/project.yml new file mode 100644 index 0000000..a15bc3e --- /dev/null +++ b/_src/_data/project.yml @@ -0,0 +1,49 @@ +# Apache Project configurations + +# +name: Apache SystemML +short_name: SystemML +description: Apache SystemML is a distributed and declarative machine learning platform. + +dev_list: [email protected] +dev_list_subscribe: [email protected] +dev_list_unsubscribe: [email protected] +dev_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-dev/ +dev_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ +dev_list_archive_markmail: + +user_list: +user_list_subscribe: +user_list_unsubscribe: +user_list_archive: +user_list_archive_mailarchive: +user_list_archive_markmail: + +commits_list: [email protected] +commits_list_subscribe: [email protected] +commits_list_unsubscribe: [email protected] +commits_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-commits/ +commits_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ +commits_list_archive_markmail: + +issues_list: [email protected] +issues_list_subscribe: [email protected] +issues_list_unsubscribe: [email protected] +issues_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-issues/ +issues_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ +issues_list_archive_markmail: + + +jira: SYSTEMML + +source_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml.git +source_repository_mirror: https://github.com/apache/incubator-systemml + +website_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml-website.git +website_repository_mirror: https://github.com/apache/incubator-systemml-website + +download: /download.html + +documentation: https://apache.github.io/incubator-systemml + +podling: true http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/_navigation.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/_navigation.html b/_src/_includes/themes/apache/_navigation.html new file mode 100644 index 0000000..433af48 --- /dev/null +++ b/_src/_includes/themes/apache/_navigation.html @@ -0,0 +1,76 @@ +<!-- Mobile Nav +<nav class="pushy pushy-right mobile-nav"> + <ul> + <li role="presentation"><a class="nav-link--hover" href="https://github.com/apache/incubator-systemml" target="_blank">Github</a></li> + <li role="presentation"><a class="nav-link--hover" href="https://apache.github.io/incubator-systemml" target="_blank">Documentation</a></li> + <li> + <a class="nav-link--hover" href="#">Resources<i class="icon icon-chevron-down"></i></a> + <ul> + <li><a href="about.html">About SystemML</a></li> + <li><a href="https://issues.apache.org/jira/browse/SYSTEMML/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="_blank">Found a bug</a></li> + <li><a href="http://www.apache.org/foundation/how-it-works.html" target="_blank">Apache Software Foundation</a></li> + <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li> + <li><a href="https://systemml.apache.org/privacy-policy" target="_blank">Privacy Policy</a></li> + </ul> + </li> + </ul> +</nav> + /Mobile Nav --> + +<div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand" href="index.html"> + <img src="/assets/img/logo.png" width="80"> + {{ site.data.project.name }} + </a> + </div> + + <nav class="navbar-collapse collapse" role="navigation"> + <ul class="nav navbar-nav navbar-right"> + {% for entry in site.data.navigation.topnav %} + <li id="{{ entry.title | slugify }}"> + {% if entry.subcategories %} + <a href="#" data-toggle="dropdown" class="dropdown-toggle">{{ entry.title }}<b class="caret"></b></a> + <ul class="dropdown-menu dropdown-left"> + {% for subitem in entry.subcategories %} + {% if subitem.url contains "http" %} + {% assign target = "_blank" %}{% else %} + {% assign target = "_self" %}{% endif %} + <li><a href="{{ subitem.url }}" target="{{ target }}">{{ subitem.title }}</a></li> + {% endfor %} + </ul> + {% else %} + {% if entry.url contains "http" %} + {% assign target = "_blank" %}{% else %} + {% assign target = "_self" %}{% endif %} + <a href="{{ entry.url }}" target="{{ target }}">{{ entry.title }}</a> + {% endif %} + </li> + {% endfor %} + </ul> + </nav><!--/.navbar-collapse --> + + </div> +</div> + +{% if page.type == "Home" %} +<div class="jumbotron"> + <div class="container"> + <h1>{{ site.data.project.name }}</h1> + <p>{{ site.data.project.description }}</p> + + {% if site.data.project.download %} + <a href="{{ site.data.project.download }}" class="btn btn-primary btn-lg bigFingerButton" role="button">Get {{ site.data.project.short_name }}</a></p> + {% endif %} + </div> +</div> +{% endif %} http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/analytics/google-analytics ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/analytics/google-analytics b/_src/_includes/themes/apache/analytics/google-analytics new file mode 100644 index 0000000..07d0e7b --- /dev/null +++ b/_src/_includes/themes/apache/analytics/google-analytics @@ -0,0 +1,9 @@ +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', '{{ site.analytics_google_universal_tracking_id }}', 'auto'); + ga('send', 'pageview'); +</script> http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/banners/banner_announcements.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/banners/banner_announcements.html b/_src/_includes/themes/apache/banners/banner_announcements.html new file mode 100644 index 0000000..2e366bb --- /dev/null +++ b/_src/_includes/themes/apache/banners/banner_announcements.html @@ -0,0 +1,8 @@ +<section class="announcement-banner"> + <div class="content-container"> + <div class="content-group"> + <p>SystemML awarded <a href="http://vldb2016.persistent.com/awards.php" target="_blank">VLDB 2016 Best Paper and Demonstation</a>.<br />Download <a href="http://www.vldb.org/pvldb/vol9/p960-elgohary.pdf" target="_blank">Compressed Linear Algebra for Large-Scale + Machine Learning</a></p> + </div> + </div> +</section> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/banners/banner_contact_us.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/banners/banner_contact_us.html b/_src/_includes/themes/apache/banners/banner_contact_us.html new file mode 100644 index 0000000..e040c86 --- /dev/null +++ b/_src/_includes/themes/apache/banners/banner_contact_us.html @@ -0,0 +1,8 @@ +<section class="contact-us-banner"> + <div class="content-container"> + <h2>Get Involved</h2> + <div class="content-group"> + <p>To contribute to SystemML, you can contact us directly on Github or <a href="mailto:[email protected]">[email protected]</a></p> + </div> + </div> +</section> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/banners/banner_features.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/banners/banner_features.html b/_src/_includes/themes/apache/banners/banner_features.html new file mode 100644 index 0000000..8ad4b84 --- /dev/null +++ b/_src/_includes/themes/apache/banners/banner_features.html @@ -0,0 +1,22 @@ +<section class="features-banner"> + <div class="content-container"> + <h2>Features</h2> + <ul class="content-group"> + <li> + <i class="icon icon-data"></i> + <h3>Big Data</h3> + <p>SystemML relieves big data stress by automatically scaling, so that the user can focus on whatâs important.</p> + </li> + <li> + <i class="icon icon-code"></i> + <h3>Language</h3> + <p>Use R and Python-like Syntax to code your machine learning project.</p> + </li> + <li> + <i class="icon icon-math"></i> + <h3>High-Level Math</h3> + <p>SystemML provides a platform where the user can easily implement high level math and algorithms.</p> + </li> + </ul> + </div> +</section> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/banners/banner_get_started.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/banners/banner_get_started.html b/_src/_includes/themes/apache/banners/banner_get_started.html new file mode 100644 index 0000000..e410bfb --- /dev/null +++ b/_src/_includes/themes/apache/banners/banner_get_started.html @@ -0,0 +1,17 @@ +<section class="get-started-banner"> + <div class="content-container"> + <h2>Start using SystemML today!</h2> + + <ul class="content-group"> + <li> + <a class="button button-primary" href="http://apache.github.io/incubator-systemml/beginners-guide-python">SystemML getting started guide for Python</a> + </li> + <li> + </li> + <li> + <a class="button button-primary" href="http://apache.github.io/incubator-systemml/beginners-guide-to-dml-and-pydml">SystemML getting started guide for R</a> + </li> + </ul> + + </div> +</section> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/banners/banner_header_hero.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/banners/banner_header_hero.html b/_src/_includes/themes/apache/banners/banner_header_hero.html new file mode 100644 index 0000000..88aae39 --- /dev/null +++ b/_src/_includes/themes/apache/banners/banner_header_hero.html @@ -0,0 +1,11 @@ +<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> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/banners/banner_partners.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/banners/banner_partners.html b/_src/_includes/themes/apache/banners/banner_partners.html new file mode 100644 index 0000000..b8b19a7 --- /dev/null +++ b/_src/_includes/themes/apache/banners/banner_partners.html @@ -0,0 +1,23 @@ +<section class="partners-banner"> + <div class="content-container"> + <h2>Ways to Use SystemML</h2> + <ul class="content-group"> + <li> + <i class="icon spark-logo"></i> + <h4>Apache<br/>Spark</h4> + </li> + <li> + <i class="icon hadoop-logo"></i> + <h4>Apache Hadoop</h4> + </li> + <li> + <i class="icon jupyter-logo"></i> + <h4>Jupyter</h4> + </li> + <li> + <i class="icon zeppelin-logo"></i> + <h4>Apache Zeppelin</h4> + </li> + </ul> + </div> +</section> http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/banners/banner_use_cases.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/banners/banner_use_cases.html b/_src/_includes/themes/apache/banners/banner_use_cases.html new file mode 100644 index 0000000..8b66f21 --- /dev/null +++ b/_src/_includes/themes/apache/banners/banner_use_cases.html @@ -0,0 +1,30 @@ +<section class="usecases-banner content-container"> + <h2 class="text-center">SystemML Use Cases</h2> + <div> + + <div class="content-group"> + <div class="content-text"> + <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> + <img src="/assets/img/automotive.png" alt="SystemML for the automitve industry" /> + </div> + + <div class="content-group"> + <div class="content-text"> + <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> + <img src="/assets/img/airport-traffic.png" alt="SystemML improves Airport Traffic" /> + </div> + + <div class="content-group"> + <div class="content-text"> + <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> + <img src="/assets/img/social-banking.png" alt="SystemML for Social Banking" /> + </div> + + </div> +</section> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/banners/banner_what_is_systemml.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/banners/banner_what_is_systemml.html b/_src/_includes/themes/apache/banners/banner_what_is_systemml.html new file mode 100644 index 0000000..bffc0a3 --- /dev/null +++ b/_src/_includes/themes/apache/banners/banner_what_is_systemml.html @@ -0,0 +1,20 @@ +<section class="content-container content-group elevator-group"> + <div class="content-text elevator-text"> + <h2>What is SystemML</h2> + <p>Apache SystemML provides an optimal workplace for machine learning using big data. + Apache SystemML 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. + Users no longer need to learn about complicated code or scaling. Apache SystemML also understands that + the user's priority lies with math and algorithms. That's why Apache SystemML runs in R and Python-like + syntax, allowing the user to focus on machine learning, rather than the engineering behind it.<br /> + <a class="jq-modal-trigger" href="#systemml-demo">Watch Apache SystemML in action</a></p> + </div> + <img src="/assets/img/what-is-systemml.png" alt="What is Apache SystemML?" /> +</section> + +<div id="systemml-demo" class="modal jq-modal"> + <a href="#" class="icon icon-close jq-close">Close</a> + <div class='embed-container'> + <iframe class="jq-video" width="1280" height="720" src="https://www.youtube.com/embed/n3JJP6UbH6Q?rel=0" frameborder="0" allowfullscreen></iframe> + </div> +</div> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/default.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/default.html b/_src/_includes/themes/apache/default.html new file mode 100644 index 0000000..e09c721 --- /dev/null +++ b/_src/_includes/themes/apache/default.html @@ -0,0 +1,49 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + + <title>{{ page.title }}</title> + {% if page.description %} + <meta name="description" content="{{ page.description }}"> + {% else %} + <meta name="description" content="{{ site.description }}"> + {% endif %} + <meta name="author" content="{{ site.author }}"> + + <!-- Enable responsive viewport --> + <meta name="HandheldFriendly" content="True"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- You can use Open Graph tags to customize link previews. + Learn more: https://developers.facebook.com/docs/sharing/webmasters --> + <meta property="og:url" content="https://systemml.apache.org/" /> + <meta property="og:type" content="website" /> + <meta property="og:title" content="{{ page.title }}" /> + <meta property="og:description" content="{{ site.description }}" /> + <meta property="og:image" content="" /> + + <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> + <!--[if lt IE 9]> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + + <!-- Le styles --> + <link rel="stylesheet" href="/assets/css/main.css"> + + <!-- favicons --> + <link rel="shortcut icon" href="/assets/img/favicon.png"> + </head> + + <body class="ap-container vcard"> + {% include themes/apache/header.html %} + + {{ content }} + <hr> + {% include themes/apache/footer.html %} + + <script src="assets/js/bundle.min.js"></script> + + </body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/footer.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/footer.html b/_src/_includes/themes/apache/footer.html new file mode 100644 index 0000000..c44f7a6 --- /dev/null +++ b/_src/_includes/themes/apache/footer.html @@ -0,0 +1,34 @@ +<footer class="site-footer"> + + <div class="content-container"> + + <div class="footer-col-wrapper"> + {% if site.data.project.podling %} + {{ site.data.project.name }} is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. + <hr> + {% endif %} + <div style="text-align:center;"> + {% if site.data.project.podling %} + <div style="margin-top: 20px; margin-bottom: 20px;"> + <a href="http://incubator.apache.org"><img src="/assets/img/apache-incubator-logo.png" alt="Apache Incubator"/></a> + </div> + {% endif %} + <div> + Copyright © 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. + Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. + <br> + {% if site.data.project.podling %} + Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache Software Foundation. + {% else %} + Apache and the Apache Feather logo are trademarks of The Apache Software Foundation. + {% endif %} + </div> + + </div> + </div> + + </div> + + {% include themes/apache/analytics/google-analytics %} + +</footer> http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/header.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/header.html b/_src/_includes/themes/apache/header.html new file mode 100644 index 0000000..96f1e43 --- /dev/null +++ b/_src/_includes/themes/apache/header.html @@ -0,0 +1,27 @@ +<header class="site-header"> + <h1 class="logo"><a class="url" href="https://systemml.apache.org/"><i class="logo-mark"></i><span class="fn org">Apache SystemML</span></a></h1> + <nav class="main-nav"> + <ul> + {% for entry in site.data.navigation.topnav %} + <li role="presentation"> + {% if entry.subcategories %} + <a class="nav-link--hover" href="#">{{ entry.title }}<i class="icon icon-chevron-down"></i></a> + <ul> + {% for subitem in entry.subcategories %} + {% if subitem.url contains "http" %} + {% assign target = "_blank" %}{% else %} + {% assign target = "_self" %}{% endif %} + <li><a href="{{ subitem.url }}" target="{{ target }}">{{ subitem.title }}</a></li> + {% endfor %} + </ul> + {% else %} + {% if entry.url contains "http" %} + {% assign target = "_blank" %}{% else %} + {% assign target = "_self" %}{% endif %} + <a href="{{ entry.url }}" target="{{ target }}">{{ entry.title }}</a> + {% endif %} + </li> + {% endfor %} + </ul> + </nav> +</header> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/home.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/home.html b/_src/_includes/themes/apache/home.html new file mode 100644 index 0000000..66fbd0b --- /dev/null +++ b/_src/_includes/themes/apache/home.html @@ -0,0 +1,8 @@ +{% include themes/apache/banners/banner_header_hero.html %} +{% include themes/apache/banners/banner_announcements.html %} +{% include themes/apache/banners/banner_what_is_systemml.html %} +{% include themes/apache/banners/banner_features.html %} +{% include themes/apache/banners/banner_use_cases.html %} +{% include themes/apache/banners/banner_get_started.html %} +{% include themes/apache/banners/banner_partners.html %} +{% include themes/apache/banners/banner_contact_us.html %} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/page.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/page.html b/_src/_includes/themes/apache/page.html new file mode 100644 index 0000000..dafbc6c --- /dev/null +++ b/_src/_includes/themes/apache/page.html @@ -0,0 +1,5 @@ +<div class="container"> + {{ content }} +</div> + +
