| <!-- |
| |
| --> |
| <!-- |
| |
| --> |
| <!DOCTYPE html> |
| <html lang="en"> |
| <!-- |
| |
| --> |
| |
| <head> |
| <meta charset="utf-8"> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| |
| <title>Community</title> |
| |
| <meta name="description" content="Project Community Page"> |
| <meta name="author" content="Apache SystemDS"> |
| |
| <!-- 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://systemds.apache.org/" /> |
| <meta property="og:type" content="website" /> |
| <meta property="og:title" content="Community" /> |
| <meta property="og:description" content="Apache SystemDS is an open source ML system for the end-to-end data science lifecycle" /> |
| <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> <!-- META --> |
| <body class="vcard"> |
| <!-- |
| |
| --> |
| <header class="site-header site-header--not-home"> |
| <h1 class="logo"><a class="url" href="/"><i class="logo-mark"></i><span class="fn org">Apache SystemDS<sup |
| id="trademark">™</sup></span></a></h1> |
| <nav class="main-nav"> |
| <ul> |
| |
| <li role="presentation"> |
| |
| |
| <a href="/download" target="_self">Download</a> |
| |
| </li> |
| |
| <li role="presentation"> |
| |
| |
| <a href="/get-started" target="_self">Get Started</a> |
| |
| </li> |
| |
| <li role="presentation"> |
| |
| <a class="nav-link--hover">Docs <i class="icon icon-chevron-down"></i></a> |
| <ul> |
| |
| |
| <li><a href="https://apache.github.io/systemds/" target="_blank">latest</a></li> |
| |
| |
| <li><a href="https://systemds.apache.org/docs/3.1.0/" target="_blank">3.1.0 (stable)</a></li> |
| |
| |
| <li><a href="https://systemds.apache.org/release-notes/systemds-release-notes-3.1.0" target="_blank">Release Notes 3.1.0</a></li> |
| |
| </ul> |
| |
| </li> |
| |
| <li role="presentation"> |
| |
| <a class="nav-link--hover">Community <i class="icon icon-chevron-down"></i></a> |
| <ul> |
| |
| |
| <li><a href="/community" target="_self">Get Involved</a></li> |
| |
| |
| <li><a href="https://issues.apache.org/jira/browse/SYSTEMDS" target="_blank">Issue Tracker</a></li> |
| |
| |
| <li><a href="https://github.com/apache/systemds" target="_blank">Source Code</a></li> |
| |
| |
| <li><a href="https://github.com/apache/systemds-website" target="_blank">Website Source Code</a></li> |
| |
| </ul> |
| |
| </li> |
| |
| <li role="presentation"> |
| |
| <a class="nav-link--hover">Apache <i class="icon icon-chevron-down"></i></a> |
| <ul> |
| |
| |
| <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li> |
| |
| |
| <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li> |
| |
| |
| <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li> |
| |
| |
| <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li> |
| |
| |
| <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li> |
| |
| |
| <li><a href="/security" target="_self">Security</a></li> |
| |
| </ul> |
| |
| </li> |
| |
| </ul> |
| </nav> |
| </header> <!-- GLOBAL HEADER --> |
| <!-- |
| |
| --> |
| <!-- |
| |
| --> |
| <div> |
| <!-- |
| |
| --> |
| |
| <!-- Hero --> |
| <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>Apache SystemDS<sup id="trademark">™</sup> Community</h1> |
| </div> |
| </div> |
| </section> |
| |
| <section class="full-stripe full-stripe--alternate hero"> |
| <div class="ml-container ml-container--three-column"> |
| <!-- section 1 --> |
| <div class="col col-4"> |
| <h2>Github</h2> |
| <p>You can find all of Apache SystemDS’s code on Github, including example algorithms and notebooks. |
| Fork it, try it out, and contribute to SystemDS yourself.</p> |
| <a href="https://github.com/apache/systemds" target="_blank" class="button button-primary">Go To Github</a> |
| </div> |
| <!-- section 2 --> |
| <div class="col col-4"> |
| <h2>Jira</h2> |
| <p>Keep track of the daily updates with SystemDS. Create your own Jira to report issues and bugs you come across, |
| acting as part of the SystemDS community.</p> |
| <a href="https://issues.apache.org/jira/browse/SYSTEMDS" target="_blank" |
| class="button button-primary">Go To Jira</a> |
| </div> |
| <!-- section 3 --> |
| <div class="col col-4"> |
| <h2>Roadmap</h2> |
| <p>View SystemDS's roadmap for a comprehensive blueprint of future plans. You can also browse through a list of |
| completed features from past versions.</p> |
| <a href="roadmap.html" target="_blank" class="button button-primary">Go to Roadmap</a> |
| </div> |
| </div> |
| |
| </section> |
| |
| |
| <!-- SystemML Project Committers --> |
| <section class="full-stripe"> |
| <div class="ml-container"> |
| <div class="col col-12 content-group content-group--center-align"> |
| <h2>SystemDS Project Committers</h2><br> |
| </div> |
| <div class="col col-12 content-g"> |
| |
| |
| <div class="profile"> |
| <a href="http://github.com/ae2015"> |
| <img class="profile--img" |
| src="http://github.com/ae2015.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/ae2015">Alexandre V Evfimievski</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>IBM</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/phaniarnab"> |
| <img class="profile--img" |
| src="http://github.com/phaniarnab.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/phaniarnab">Arnab Phani</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>TU Graz</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/asurve"> |
| <img class="profile--img" |
| src="http://github.com/asurve.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/asurve">Arvind Surve</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>IBM</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/BACtaki"> |
| <img class="profile--img" |
| src="http://github.com/BACtaki.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/BACtaki">Badrul Chowdhury</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>Committer</li> |
| <li>Apple</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/bertholdreinwald"> |
| <img class="profile--img" |
| src="http://github.com/bertholdreinwald.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/bertholdreinwald">Berthold Reinwald</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>IBM</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/ywcb00"> |
| <img class="profile--img" |
| src="http://github.com/ywcb00.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/ywcb00">David Weissteiner</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>Committer</li> |
| <li>TU Graz</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/dbtsai"> |
| <img class="profile--img" |
| src="http://github.com/dbtsai.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/dbtsai">DB Tsai</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>Netflix</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/deroneriksson"> |
| <img class="profile--img" |
| src="http://github.com/deroneriksson.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/deroneriksson">Deron Eriksson</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>IBM</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/fmakari"> |
| <img class="profile--img" |
| src="http://github.com/fmakari.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/fmakari">Faraz Makari</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>Daimler TSS</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/fschueler"> |
| <img class="profile--img" |
| src="http://github.com/fschueler.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/fschueler">Felix SchĂĽler</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>TU Berlin, DIMA</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/frreiss"> |
| <img class="profile--img" |
| src="http://github.com/frreiss.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/frreiss">Fred Reiss</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>IBM</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/gweidner"> |
| <img class="profile--img" |
| src="http://github.com/gweidner.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/gweidner">Glenn Weidner</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>IBM</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/EdgarLGB"> |
| <img class="profile--img" |
| src="http://github.com/EdgarLGB.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/EdgarLGB">Guobao Li</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>Committer</li> |
| <li>Criteo</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/hsaputra"> |
| <img class="profile--img" |
| src="http://github.com/hsaputra.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/hsaputra">Henry Saputra</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member, Mentor</li> |
| <li>eBay</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/holdenk"> |
| <img class="profile--img" |
| src="http://github.com/holdenk.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/holdenk">Holden Karau</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>IBM</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/j143"> |
| <img class="profile--img" |
| src="http://github.com/j143.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/j143">Janardhan Pulivarthi</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>Mavenir</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/jkbradley"> |
| <img class="profile--img" |
| src="http://github.com/jkbradley.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/jkbradley">Joseph Bradley</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>Databricks</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/kev-inn"> |
| <img class="profile--img" |
| src="http://github.com/kev-inn.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/kev-inn">Kevin Innerebner</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>Committer</li> |
| <li>TU Graz</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/krishnakalyan3"> |
| <img class="profile--img" |
| src="http://github.com/krishnakalyan3.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/krishnakalyan3">Krishna Kalyan</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>Committer</li> |
| <li>Cloudera</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/lresende"> |
| <img class="profile--img" |
| src="http://github.com/lresende.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/lresende">Luciano Resende</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member, Mentor</li> |
| <li>IBM</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/corepointer"> |
| <img class="profile--img" |
| src="http://github.com/corepointer.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/corepointer">Mark Dokter</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>Committer</li> |
| <li>TU Graz</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/mboehm7"> |
| <img class="profile--img" |
| src="http://github.com/mboehm7.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/mboehm7">Matthias Boehm</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member, Chair</li> |
| <li>TU Graz, previously IBM</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/dusenberrymw"> |
| <img class="profile--img" |
| src="http://github.com/dusenberrymw.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/dusenberrymw">Mike Dusenberry</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>IBM</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/nakul02"> |
| <img class="profile--img" |
| src="http://github.com/nakul02.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/nakul02">Nakul Jindal</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>IBM</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/niketanpansare"> |
| <img class="profile--img" |
| src="http://github.com/niketanpansare.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/niketanpansare">Niketan Pansare</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>IBM</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/OlgaOvcharenko"> |
| <img class="profile--img" |
| src="http://github.com/OlgaOvcharenko.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/OlgaOvcharenko">Olga Ovcharenko</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>Committer</li> |
| <li>TU Graz</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/pwendell"> |
| <img class="profile--img" |
| src="http://github.com/pwendell.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/pwendell">Patrick Wendell</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member, Mentor</li> |
| <li>Databricks</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/prithvirajsen"> |
| <img class="profile--img" |
| src="http://github.com/prithvirajsen.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/prithvirajsen">Prithviraj Sen</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>IBM</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/rxin"> |
| <img class="profile--img" |
| src="http://github.com/rxin.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/rxin">Reynold Xin</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member, Mentor</li> |
| <li>Databricks</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/Baunsgaard"> |
| <img class="profile--img" |
| src="http://github.com/Baunsgaard.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/Baunsgaard">Sebastian Baunsgaard</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>TU Graz</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/shirisht"> |
| <img class="profile--img" |
| src="http://github.com/shirisht.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/shirisht">Shirish Tatikonda</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>Target</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/Shafaq-Siddiqi"> |
| <img class="profile--img" |
| src="http://github.com/Shafaq-Siddiqi.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/Shafaq-Siddiqi">Shafaq Siddiqi</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>Committer</li> |
| <li>TU Graz</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="profile"> |
| <a href="http://github.com/mengxr"> |
| <img class="profile--img" |
| src="http://github.com/mengxr.png"> |
| </a> |
| <div class="profile--info"> |
| <a class="profile--name" href="http://github.com/mengxr">Xiangrui Meng</a> |
| <ul class="bullet-pointless"> |
| <li></li> |
| <li>PMC Member</li> |
| <li>Databricks</li> |
| </ul> |
| </div> |
| </div> |
| |
| |
| </div> |
| </div> |
| </section> |
| |
| <!-- Mailing List Description --> |
| <section class="full-stripe full-stripe--alternate" id="mailing-list"> |
| |
| <!-- Mailin List Header --> |
| <div class="ml-container ml-container--horizontally-center"> |
| <div class="col col-12 content-group"> |
| <h2>Subscribe to Our Mailing Lists</h2> |
| <p>For SystemDS updates and news, subscribe to our mailing lists. As SystemDS grows, so will our community. To |
| unsubscribe, change the recipient from "subscribe" to "unsubscribe."</p> |
| </div> |
| </div> |
| |
| <!-- Mailing List 1 --> |
| <div class="ml-container ml-container--narrow-list feature-content button-group"> |
| <div class="col col-8"> |
| <h3>Developer List</h3> |
| <p>Questions, feedback, and other SystemDS related items are discussed on the dev mailing list.</p> |
| </div> |
| <div class="col col-4"> |
| <a href="mailto:dev-subscribe@systemds.apache.org?subject=send this email to subscribe" |
| class="button button-primary">Subscribe</a> |
| <a href="https://lists.apache.org/list.html?dev@systemds.apache.org" target="_blank" |
| class="button button-secondary">View Archives</a> |
| </div> |
| </div> |
| |
| <!-- Mailing List 2 --> |
| <div class="ml-container ml-container--narrow-list feature-content button-group"> |
| <div class="col col-8"> |
| <h3>Issues List</h3> |
| <p>JIRA notifications are sent to this list when issues are created, modified or pull requests are submitted.</p> |
| </div> |
| <div class="col col-4"> |
| <a href="mailto:issues-subscribe@systemds.apache.org?subject=send this email to subscribe" |
| class="button button-primary">Subscribe</a> |
| <a href="https://lists.apache.org/list.html?issues@systemds.apache.org" target="_blank" |
| class="button button-secondary">View Archives</a> |
| </div> |
| </div> |
| |
| <!-- Mailing List 3 --> |
| <div class="ml-container ml-container--narrow-list feature-content button-group"> |
| <div class="col col-8"> |
| <h3>Commits List</h3> |
| <p>Notifications with code diffs are sent to this list when changes are committed to the SystemDS source tree.</p> |
| </div> |
| <div class="col col-4"> |
| <a href="mailto:commits-subscribe@systemds.apache.org?subject=send this email to subscribe" |
| class="button button-primary">Subscribe</a> |
| <a href="https://lists.apache.org/list.html?commits@systemds.apache.org" target="_blank" |
| class="button button-secondary">View Archives</a> |
| </div> |
| </div> |
| |
| </section> |
| |
| </div> |
| |
| |
| <!-- |
| |
| --> |
| <footer class="site-footer"> |
| <div class="ml-container ml-container--horizontally-center"> |
| <div class="footer-col-wrapper"> |
| <div style="margin-top: 20px; margin-bottom: 20px;"> |
| <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a> |
| </div> |
| <!--Footer copyright year update credit: http://updateyourfooter.com/--> |
| <div> |
| Copyright © 2015 |
| <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script> |
| <a href="https://www.apache.org">The Apache Software Foundation</a>. |
| Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. |
| <br> |
| Apache and the Apache Feather logo are trademarks of The Apache Software Foundation. |
| </div> |
| </div> |
| </div> |
| </footer> <!-- GLOBAL FOOTER--> |
| <script src="assets/js/bundle.min.js"></script> |
| </body> |
| </html> |
| |