systemml-website git commit: Download page should not link to unreleased code

2018-06-28 Thread lresende
Repository: systemml-website
Updated Branches:
  refs/heads/master 9f8d069a2 -> 239a86e50


Download page should not link to unreleased code


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

Branch: refs/heads/master
Commit: 239a86e50998b8e081ae450a8887153b9b819a3d
Parents: 9f8d069
Author: Luciano Resende 
Authored: Thu Jun 21 05:50:10 2018 -0700
Committer: Luciano Resende 
Committed: Thu Jun 21 05:50:10 2018 -0700

--
 _src/download.html | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/systemml-website/blob/239a86e5/_src/download.html
--
diff --git a/_src/download.html b/_src/download.html
index 58004e6..74f9604 100644
--- a/_src/download.html
+++ b/_src/download.html
@@ -87,14 +87,6 @@ limitations under the License.
   These https://www.apache.org/dist/systemml/KEYS; 
target="_blank">KEYS can be used to http://www.apache.org/dyn/closer.cgi#verify; target="_blank">verify 
the integrity of the downloaded artifact using PGP signature (.asc).
   
 
-
-  Bleeding-Edge
-  You can also retrieve the source files from our https://github.com/apache/systemml; target="_blank">Git repository 
and create a bleeding-edge build by typing:
-
-  git clone {{ site.data.project.source_repository_mirror }}
-cd systemml
-mvn clean package
-
   Using Maven
 
   We strongly encourage our users to configure a Maven repository 
mirror closer to their location. 
@@ -109,7 +101,7 @@ mvn clean package
   artifactIdsystemml/artifactId
   version{{ site.data.project.release_version }}/version
 /dependency
- 
+
   Previous Releases
   Previous releases of Apache SystemML can be obtained from http://archive.apache.org/dist/systemml/; target="_blank">archives. 
Previous incubator releases can be obtained from http://archive.apache.org/dist/incubator/systemml/; 
target="_blank">incubator archives.  For Spark 1.6 support, please use 
Apache SystemML 0.12.




systemml git commit: Stop publishing MD5 hash with releases

2018-04-30 Thread lresende
Repository: systemml
Updated Branches:
  refs/heads/master b1c8aa5de -> cd359c2e9


Stop publishing MD5 hash with releases


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

Branch: refs/heads/master
Commit: cd359c2e9760cb9481a0fd79ce59c207eef57790
Parents: b1c8aa5
Author: Luciano Resende 
Authored: Mon Apr 30 14:04:10 2018 -0700
Committer: Luciano Resende 
Committed: Mon Apr 30 14:04:10 2018 -0700

--
 dev/release/release-build.sh | 2 --
 1 file changed, 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/systemml/blob/cd359c2e/dev/release/release-build.sh
--
diff --git a/dev/release/release-build.sh b/dev/release/release-build.sh
index 6142e72..f3ff173 100755
--- a/dev/release/release-build.sh
+++ b/dev/release/release-build.sh
@@ -290,8 +290,6 @@ if [[ "$RELEASE_PREPARE" == "true" ]]; then
 cd svn-release-staging/$RELEASE_VERSION-$RELEASE_RC/
 rm -f *.asc
 for i in *.zip *.tgz *.tar.gz; do gpg --output $i.asc --detach-sig 
--armor $i; done
-rm -f *.md5
-for i in *.zip *.tgz *.tar.gz; do openssl md5 -hex $i | sed 
's/MD5(\([^)]*\))= \([0-9a-f]*\)/\2 *\1/' > $i.md5; done
 rm -f *.sha512
 for i in *.zip *.tgz *.tar.gz; do shasum -a 512 $i > $i.sha512; done
 



[1/2] systemml git commit: [MINOR] Fix license header formatting

2018-01-21 Thread lresende
Repository: systemml
Updated Branches:
  refs/heads/master d5fd4230e -> 08aae51d5


[MINOR] Fix license header formatting


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

Branch: refs/heads/master
Commit: f1c25c93f610a0ed68a70cc1648820d9298bb018
Parents: d5fd423
Author: Luciano Resende 
Authored: Sun Jan 21 19:27:49 2018 -0800
Committer: Luciano Resende 
Committed: Sun Jan 21 19:27:49 2018 -0800

--
 pom.xml | 27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/systemml/blob/f1c25c93/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 78b0428..e926a60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,15 +1,20 @@
 
-
+
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
4.0.0




[2/2] incubator-systemml git commit: [SYSTEMML-1601] Fix Sizzle license

2017-05-11 Thread lresende
[SYSTEMML-1601] Fix Sizzle license

It seems that the sizzle.js license got split when the
pygments-default.css license was added.


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

Branch: refs/heads/master
Commit: 88e79bb341ea099e932cd85ace75389a5cb53ca7
Parents: 8ad35c5
Author: Luciano Resende 
Authored: Thu May 11 06:33:01 2017 -0700
Committer: Luciano Resende 
Committed: Thu May 11 06:33:01 2017 -0700

--
 src/assembly/source/LICENSE | 43 
 1 file changed, 22 insertions(+), 21 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/88e79bb3/src/assembly/source/LICENSE
--
diff --git a/src/assembly/source/LICENSE b/src/assembly/source/LICENSE
index 1454392..204bbc1 100644
--- a/src/assembly/source/LICENSE
+++ b/src/assembly/source/LICENSE
@@ -322,6 +322,28 @@ available at https://github.com/jquery/sizzle
 The following license applies to all parts of this software except as
 documented below:
 
+===
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
 

 
 Pygments (pygments-default.css) is distributed under the BSD license:
@@ -351,24 +373,3 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



[1/2] incubator-systemml git commit: [SYSTEMML-1601] Update license to remove reference to node_modules

2017-05-11 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master 9bf4154c4 -> 88e79bb34


[SYSTEMML-1601] Update license to remove reference to node_modules

Node_modules is just a build temporary folder generated
by the website/documentation build and not shipped with
SystemML.


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

Branch: refs/heads/master
Commit: 8ad35c5b1a6958862dfab3d5f6232988ce57f36e
Parents: 9bf4154
Author: Luciano Resende 
Authored: Thu May 11 06:20:06 2017 -0700
Committer: Luciano Resende 
Committed: Thu May 11 06:20:06 2017 -0700

--
 src/assembly/source/LICENSE | 11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/8ad35c5b/src/assembly/source/LICENSE
--
diff --git a/src/assembly/source/LICENSE b/src/assembly/source/LICENSE
index 23907d1..1454392 100644
--- a/src/assembly/source/LICENSE
+++ b/src/assembly/source/LICENSE
@@ -312,7 +312,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
 
 jQuery v1.12.0 (jquery-1.12.0.min.js) includes sizzle.js (sizzle.min.js)
 which is distributed under the following license (http://sizzlejs.com/):
- 
+
 Copyright jQuery Foundation and other contributors, https://jquery.org/
 
 This software consists of voluntary contributions made by many
@@ -372,12 +372,3 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 
COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-
-All files located in the node_modules and external directories are
-externally maintained libraries used by this software which have their
-own licenses; we recommend you read them, as their terms may differ from
-the terms above.
-
- 
\ No newline at end of file



svn commit: r18235 - /dev/incubator/systemml/0.12.0-incubating-rc2/ /release/incubator/systemml/0.12.0-incubating/

2017-02-08 Thread lresende
Author: lresende
Date: Wed Feb  8 16:12:15 2017
New Revision: 18235

Log:
SystemML 0.12.0-incubating release

Added:
release/incubator/systemml/0.12.0-incubating/
  - copied from r18234, dev/incubator/systemml/0.12.0-incubating-rc2/
Removed:
dev/incubator/systemml/0.12.0-incubating-rc2/



svn commit: r18106 - /dev/incubator/systemml/KEYS /release/incubator/systemml/KEYS

2017-02-03 Thread lresende
Author: lresende
Date: Fri Feb  3 16:53:14 2017
New Revision: 18106

Log:
Add KYES file

Added:
release/incubator/systemml/KEYS
  - copied unchanged from r18105, dev/incubator/systemml/KEYS
Removed:
dev/incubator/systemml/KEYS



svn commit: r18105 - /dev/incubator/systemml/KEYS

2017-02-03 Thread lresende
Author: lresende
Date: Fri Feb  3 16:51:52 2017
New Revision: 18105

Log:
Keys += lresende

Modified:
dev/incubator/systemml/KEYS

Modified: dev/incubator/systemml/KEYS
==
--- dev/incubator/systemml/KEYS (original)
+++ dev/incubator/systemml/KEYS Fri Feb  3 16:51:52 2017
@@ -88,3 +88,229 @@ ui+euFy9CZrLnTFIqbYh+5WqqHlaWb/8pZKxLK6r
 K9exTCZgZWIzPEq2mxStBKEr
 =LI+f
 -END PGP PUBLIC KEY BLOCK-
+pub   1024D/EFB55DF1 2007-06-30
+  Key fingerprint = 50D7 C82A C193 34EA 3C75  699A F39F 187D EFB5 5DF1
+uid   [ unknown] Luciano Resende (Code Signing Key) <lrese...@apache.org>
+sub   2048g/463476A5 2007-06-30
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mQGiBEaFzM0RBACZtZH7GdUqfY2lSz2Scgh/Wki/NpNkVr+VXMx/1O1epn4+mSza
+fvXg7WHzg6G6T6neji7agbuOt9DCnZEC+W1PsLv/bZm7b5dZbe/7/L94ARhz9+27
+mSSHNwDaE3xSrBEFTcr85Z67Xsdz46hlUQaH0ZXP/ktgk+tnDi/DXa8hBwCgwPRK
+YOtBQ1ojNMc1XmvX8gBCDJUD/iKHkOe5xXHkMgw9BQNevTumiNeQZ6Sdwo5LEGv6
+iRwit1XD11sgM7e03umYrVvtK/DmpUN3ReSvPYQk6M7cMSBbUCM/9xSAkhmLK/6m
+/0DhsnXRewalmNaXXl+cZwfF+myza+ym8HXjQpSHumKFKTTRLEhXMVeFyJdxE2Pz
+CMhCA/97t6iv3+2oIT9859DRoAkjKA+tMiB2S2988MyWs+94n4wZ1jxQ1wiSzZLN
+WkqOpKlvCLzRgHvTkhwHpg2RFqcKdIx1lxGp+kgMk6wuRBLvE/Kw/vh02VW8FXOy
+lv5ne9i1EqSY2rW1o5N+0lntipBzP3MGjH2Js0jFQ2o7tfKzXLQ4THVjaWFubyBS
+ZXNlbmRlIChDb2RlIFNpZ25pbmcgS2V5KSA8bHJlc2VuZGVAYXBhY2hlLm9yZz6I
+YAQTEQIAIAUCRoXMzQIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEPOfGH3v
+tV3xP1MAn1+Ozw4Kjm9JDQiucgbghH8H1JDCAKCjIwjTkpudi89ltvRNyq48zHN5
+I4hGBBIRAgAGBQJM1CTFAAoJEPQmjufy79DwvEMAn3G8oNCrsu2qRrhx665JcH4o
+sKF8AKCWq/lP3EA33WuaMTRwspAP6P3sqYh1BBARAgA1BQJM4lKiLhxKZWFuLVNl
+YmFzdGllbiBEZWxmaW5vIDxqc2RlbGZpbm9AYXBhY2hlLm9yZz4ACgkQpH0eLdAe
+DhiqHQCfeAwgQy1jMzSHneyw3inNdK945NUAoIVjfkmkIvdbs3c7daFEc0ksUSI1
+iMoEEBECAIoFAkzStEMfHEppbSBKYWdpZWxza2kgPGppbUBhcGFjaGUub3JnPiAc
+SmltIEphZ2llbHNraSA8amltQGphZ3VORVQuY29tPh8cSmltIEphZ2llbHNraSA8
+amltQGppbWphZy5jb20+IhxKaW0gSmFnaWVsc2tpIDxqaW1qQGNvdmFsZW50Lm5l
+dD4ACgkQizpgHwjJdeUYQwCffbmouN6c6lHylNkCxdLhjsOBwtoAnRuaK9u4ahsC
+Rw8BhTCdc6I0g+RwiQIcBBABCgAGBQJM0p96AAoJEJrilv0C6fZbGTIQAK2QrxQ3
+iiMPqYzGvrV2MwWnjpzfEb7z4KMvcy8DYiiPY3pVPgIw6MRMdetYfDggWgtfn8de
+yPJug48hg1gSBjJWIt6THVJzCO88jN+Z0JuA6u50EtrtAzV+1SWBOA7HJD6Hd+Ll
+QW9vAj3S1hkKUvoBKnolTAy211hNZs6329FnFOcb+Kq4oSbSazPBSbFxOIKwmX2X
+syaOgao7Hd+oAiapxyaKHz3nRE6oGvNe/eiA3xGih8HgsaDrZbDXqz46BB0eDkEj
+v8GelPqUEpJiYzOlzvkRU1WunoZCsUdhw1A2fF25jnOFPrCdA9P+SUKIQu1mm0+3
+bbUJ9aMed/aVzCbdxyPKaA+HZRYg+JHYAp6bVVZxzbtPzvbrvlck+CM0/4FwskEv
+uxlI5VpylrwcpDKFbe57iSATWB/7JBxrEjtQDeYrBlqw+1eCsw/xSQxeNd7PRDJ2
+L82sgxb32B9Fw6/fMt5o9dxkNU+cT/Gb8BuqtIwAwOvwPIBVzElQloo4VKuG3Q/x
+LeYsRXJhijo+ZHt4R2r+zkqk/MUBpr+uefby4/gfqv0SCGzBNiUIcrm0GqIDHgtS
+E9jZKfZ7+C+0WLtJM5VEAwFPE8QbBhV3TtMF0LVCkLSPGjDgPQ7umm34qk0XRQQQ
+BQSdoTVpqXef28dNzjRK45ee2LweVSHvUzkciQIcBBABCgAGBQJM0rYmAAoJEIJ4
+HeRtWVT6Dv4P/i2nS7py3wyvOi5mWN7dGfiCYiVgkrW1kaHgEBV5Z3n1cVOEYtMH
+aE/feJYVfEfmpBoS8S62XInayeBaHRpORS7gTP4KXRF+HpenRjWaSfVsUF9QpRWi
+fMM2L1ETFY9fPNs90Jeq43rXGnh4l6jgOG0zqQBEq7ZDXBZnnwMetGWj1kW7aXIL
+dBECJV4XZc1P+AW35oXQ4uz8vNbxKDSbgONzLsCkWUnHxivNtcg6Ajgz5csV/i4k
+uKg6pWVkCOrfzKIr8uoUoXBi6dG6hONzPYkOlN1+JA5PYxIA6P+vXFKICFbCDlMx
+Slsa3FhNM/Kzyg+kfrd/NA1pydqYu2b2rOEv8ygpg90kgASMWz6kaYbel4Tin/O5
+DNuxEux+BZ1k/LUAO2ngHTwaisZP4uFiVj59HTc4ANXzAMQvcg8iHsGSYW9wen35
+4JIM1QKfHMnXppc0+q7Uh2X2X6MEusSgIOEvRzQdC7/T/+EwoAjG2etdrTp1yleS
+sizy5DfKF3eSrsnuabhnlCLp/6qKSlDUzUqOxprLbN56D2w+67vYK6dAJSLCKi9N
+4Dz+ZK885+fFVMZ8GrGgvIv6NCcftIW640bJIXNccI2i3/6VeivXV4apeP5AZw8q
+9ann59z2p3HGqzz6cQDtIYflY7UV6xdxN3zURIlf73DVsYqU/KmOTEtkiQIcBBAB
+CgAGBQJNHE4+AAoJED/PUp/y8noG2TUP/i0y3jTLpEv6KY8bEtWhjx/lqFUz1NpT
+5TCzod8Z138KJ8vZufmpO/Tkt1+ckckZSSgnf7d7n9P8abbDneY31fqwc47+o4P1
+M47dgEkd2nKhQA4S2sx8ox0Qxs+NL4wuvH5MbdcTdytxr6g89jm58428s8GUsIEc
+jTbSRkN6NrXPZhpzgRKTCap7HzfScod5vlHdyBktIbRAZba1yanid+k7jWd/bqf7
+k94bKqoec8GzO5vhM4PvFOskVbf1C/uTH0GkKZ/xOCSCPcoivWG1ZBLtvnpFzUGv
+NpdGHuVPOPQ6dCeL2wQfUfmQGbuZW5uMQrYeFo9rPv4jiAS8ptF+upRvyQrknoud
+N7ap5xcEYQTGZSgrIdcBZ+ot8xIoCxDBQG0moi39UZewPf59t1RQEmOw0gtxfHI6
+W5k/3LKEScGv3xvnz4PUhvfVVNdqyD6Vvl602A4dAEEkDjAoNmRcCyyxZKzow+EG
+yi+cSyq3eMwFVVctesueSUwjgHcM0oE7LLloW6jjDMT/as34fnk39gcGOhMQmfEy
+uhjFzo0p4jPDCoY5b10yJA9aljpxD/vs+Xhf4OWHl7FD/cc8ZNAZEfzSKTXu0Uqf
+C3wi7RWd0YjhLLF52X2fcHyt+tBjsg+Gvx7wdS9Vmj9Hb6W75NXSGrE9K+wGixkH
+6xw8rMMcKwcpiQIiBBMBCgAMBQJXc4XuBYMHhh+AAAoJEKkkVPkXR4a0eWcP/2vo
+9W+f09Z2i3czTg0sXU7Q9fKF88iDqRgvJXO743vWoXL49Fdc8splv8opeWZ/yw59
+gOzrmcmaaUJyxW9O/ItNotERKE8nRCAIOu3Uq5uQ2hz8v8+HYLcTMjL1ZOCi9cvL
+O+0gF5WWPFIsqdr7Tu8aU2ACUTwO7Wcbb3ZoAEcFmYqqbu9t9QPi4ecEArlhhDH/
+mXWHmhrk1+EnDhghUbJKJd3zrdIbfMubCgUkZwQWlmxV/06jlWpe2QS+VlQ+SdCz
+gVywAvnUbKGzRALL2Ve4ZapNNa6+rkCr+3pnrv36MwVh9OpQ9E33CDfz1BxEAU9z
+D7tw+5Fd8kwu4ZBxmpPsCCBUaNeB0/2NmWXFAci1+UszZ4CCgBCMh8VMUaHGfJvG
+ywfKt94TEzsIT2GJZP/WpwnnK5Ea3qwa52rU8OgmCGiT0JVPCyF1KTjSJgcYtMy+
+AWlb9+VLd7DgtSJAlwC5oyCo+EwomJ3b3wTLHf0Nwxkdjy3+krAtn5N4aapZFb8O
+59CamFGlKMBTQmjlWZdm/gv1VAT0PRhcLjj+ieMDyROZx6IgePzPfhEl4+

svn commit: r17813 - /dev/incubator/systemml/0.11.0-incubating-rc4/

2017-01-13 Thread lresende
Author: lresende
Date: Fri Jan 13 21:39:07 2017
New Revision: 17813

Log:
Remove 0.11.0-incubating-rc4 artifacts

Removed:
dev/incubator/systemml/0.11.0-incubating-rc4/



svn commit: r17812 - /dev/incubator/systemml/0.11.0-incubating-rc3/

2017-01-13 Thread lresende
Author: lresende
Date: Fri Jan 13 21:38:51 2017
New Revision: 17812

Log:
Remove 0.11.0-incubating-rc3 artifacts

Removed:
dev/incubator/systemml/0.11.0-incubating-rc3/



[incubator-systemml] Git Push Summary

2017-01-13 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/branch-systemml-spark-1.6 [created] a83ae1f7f


[1/2] incubator-systemml git commit: [MINOR] Add .tgz to the list of files to sign

2017-01-13 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master c197f20cc -> c528b769c


[MINOR] Add .tgz to the list of files to sign


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

Branch: refs/heads/master
Commit: 03ae3afcb8a79c0d6b3d487d815b4f1ce039dd3a
Parents: c197f20
Author: Luciano Resende 
Authored: Fri Jan 13 13:07:18 2017 -0800
Committer: Luciano Resende 
Committed: Fri Jan 13 13:07:18 2017 -0800

--
 dev/release/release-build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/03ae3afc/dev/release/release-build.sh
--
diff --git a/dev/release/release-build.sh b/dev/release/release-build.sh
index 2681a5c..f4073f7 100755
--- a/dev/release/release-build.sh
+++ b/dev/release/release-build.sh
@@ -256,9 +256,9 @@ if [[ "$RELEASE_PREPARE" == "true" ]]; then
 
 cd svn-release-staging/$RELEASE_VERSION-$RELEASE_RC/
 rm -f *.asc
-for i in *.jar *.zip *.gz; do gpg --output $i.asc --detach-sig --armor 
$i; done
+for i in *.jar *.zip *.gz *.tgz; do gpg --output $i.asc --detach-sig 
--armor $i; done
 rm -f *.md5
-for i in *.jar *.zip *.gz; do openssl md5 -hex $i | sed 
's/MD5(\([^)]*\))= \([0-9a-f]*\)/\2 *\1/' > $i.md5; done
+for i in *.jar *.zip *.gz *.tgz; do openssl md5 -hex $i | sed 
's/MD5(\([^)]*\))= \([0-9a-f]*\)/\2 *\1/' > $i.md5; done
 
 cd .. #exit $RELEASE_VERSION-$RELEASE_RC/
 



[2/2] incubator-systemml git commit: [MINOR] Generate sha signature during release process

2017-01-13 Thread lresende
[MINOR] Generate sha signature during release process


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

Branch: refs/heads/master
Commit: c528b769c0235186c44c96affeb1dfa54de94aba
Parents: 03ae3af
Author: Luciano Resende 
Authored: Fri Jan 13 13:13:26 2017 -0800
Committer: Luciano Resende 
Committed: Fri Jan 13 13:13:26 2017 -0800

--
 dev/release/release-build.sh | 2 ++
 1 file changed, 2 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/c528b769/dev/release/release-build.sh
--
diff --git a/dev/release/release-build.sh b/dev/release/release-build.sh
index f4073f7..54152f2 100755
--- a/dev/release/release-build.sh
+++ b/dev/release/release-build.sh
@@ -259,6 +259,8 @@ if [[ "$RELEASE_PREPARE" == "true" ]]; then
 for i in *.jar *.zip *.gz *.tgz; do gpg --output $i.asc --detach-sig 
--armor $i; done
 rm -f *.md5
 for i in *.jar *.zip *.gz *.tgz; do openssl md5 -hex $i | sed 
's/MD5(\([^)]*\))= \([0-9a-f]*\)/\2 *\1/' > $i.md5; done
+rm -f *.sha
+for i in *.jar *.zip *.gz *.tgz; do shasum $i > $i.sha; done
 
 cd .. #exit $RELEASE_VERSION-$RELEASE_RC/
 



svn commit: r1769533 - in /incubator/systemml/site: download.html index.html roadmap.html

2016-11-13 Thread lresende
Author: lresende
Date: Sun Nov 13 18:19:48 2016
New Revision: 1769533

URL: http://svn.apache.org/viewvc?rev=1769533=rev
Log:
Publish updates related to 0.11.0-incubating release

Modified:
incubator/systemml/site/download.html
incubator/systemml/site/index.html
incubator/systemml/site/roadmap.html

Modified: incubator/systemml/site/download.html
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/download.html?rev=1769533=1769532=1769533=diff
==
--- incubator/systemml/site/download.html (original)
+++ incubator/systemml/site/download.html Sun Nov 13 18:19:48 2016
@@ -152,7 +152,7 @@
   Apache SystemML is released as a source artifact. Binary artifacts 
(including the ones available in Maven) are made available for your 
convenience. You will be prompted for a mirror - if the file is not found on 
yours, please be patient, as it may take 24 hours to reach all mirrors. Apache 
SystemML is distributed under the http://www.apache.org/licenses/LICENSE-2.0;>Apache License, version 
2.0. 
 
 
-  Download SystemML 0.10.0-incubating
+  Download SystemML 0.11.0-incubating
 
 
 
@@ -164,38 +164,28 @@
 Signature
   
   
-http://www.apache.org/dyn/closer.lua/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.tar.gz;
 target="_blank">systemml-0.10.0-incubating (tar.gz)
-http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.tar.gz.md5;>MD5
 
-http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.tar.gz.asc;>ASC
+http://www.apache.org/dyn/closer.lua/incubator/systemml/0.11.0-incubating/systemml-0.11.0-incubating-bin.tar.gz;
 target="_blank">systemml-0.11.0-incubating (Binary tar.gz)
+http://www.apache.org/dist/incubator/systemml/0.11.0-incubating/systemml-0.11.0-incubating-bin.tar.gz.md5;>MD5
 
+http://www.apache.org/dist/incubator/systemml/0.11.0-incubating/systemml-0.11.0-incubating-bin.tar.gz.asc;>ASC
   
   
-http://www.apache.org/dyn/closer.lua/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.zip;
 target="_blank">systemml-0.10.0-incubating (zip)
-http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.zip.md5;>MD5
-http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.zip.asc;>ASC
+http://www.apache.org/dyn/closer.lua/incubator/systemml/0.11.0-incubating/systemml-0.11.0-incubating-bin.zip;
 target="_blank">systemml-0.11.0-incubating (Binary zip)
+http://www.apache.org/dist/incubator/systemml/0.11.0-incubating/systemml-0.11.0-incubating-bin.zip.md5;>MD5
+http://www.apache.org/dist/incubator/systemml/0.11.0-incubating/systemml-0.11.0-incubating-bin.zip.asc;>ASC
   
   
-http://www.apache.org/dyn/closer.lua/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating-standalone.tar.gz;
 target="_blank">systemml-0.10.0-incubating-standalone (tar.gz)
-http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating-standalone.tar.gz.md5;>MD5
 
-http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating-standalone.tar.gz.asc;>ASC
+http://www.apache.org/dyn/closer.lua/incubator/systemml/0.11.0-incubating/systemml-0.11.0-incubating-src.tar.gz;
 target="_blank">systemml-0.11.0-incubating (Source tar.gz)
+http://www.apache.org/dist/incubator/systemml/0.11.0-incubating/systemml-0.11.0-incubating-src.tar.gz.md5;>MD5
+http://www.apache.org/dist/incubator/systemml/0.11.0-incubating/systemml-0.11.0-incubating-src.tar.gz.asc;>ASC
   
   
-http://www.apache.org/dyn/closer.lua/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating-standalone.zip;
 target="_blank">systemml-0.10.0-incubating-standalone (zip)
-http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating-standalone.zip.md5;>MD5
-http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating-standalone.zip.asc;>ASC
-  
-  
-http://www.apache.org/dyn/closer.lua/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating-src.tar.gz;
 target="_blank">systemml-0.10.0-incubating (Source tar.gz)
-http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating-src.tar.gz.md5;>MD5
-http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating-src.tar.gz.asc;>ASC
-  

incubator-systemml-website git commit: [MINOR] Update information about 0.11.0-incubating release

2016-11-13 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 73eae46e1 -> 3f6a41293


[MINOR] Update information about 0.11.0-incubating release


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/3f6a4129
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/3f6a4129
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/3f6a4129

Branch: refs/heads/master
Commit: 3f6a41293cd595f173ea5fcef5371cf882b7b140
Parents: 73eae46
Author: Luciano Resende 
Authored: Sun Nov 13 18:55:24 2016 +0100
Committer: Luciano Resende 
Committed: Sun Nov 13 18:59:43 2016 +0100

--
 0.11.0-incubating/release_notes.md | 58 +
 _src/_includes/themes/apache/home.html |  2 +-
 _src/download.html | 40 
 3 files changed, 74 insertions(+), 26 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/3f6a4129/0.11.0-incubating/release_notes.md
--
diff --git a/0.11.0-incubating/release_notes.md 
b/0.11.0-incubating/release_notes.md
new file mode 100644
index 000..2ccbdbb
--- /dev/null
+++ b/0.11.0-incubating/release_notes.md
@@ -0,0 +1,58 @@
+---
+layout: page
+title: SystemML 0.11.0-incubating Release Notes
+description: Project Release Notes
+group: nav-right
+---
+
+
+
+The **Apache SystemML 0.11.0-incubating release** was approved on November 12, 
2016. It is the third release of Apache SystemML since it
+became an incubator project on November 2nd, 2015. Extensive updates have been 
made to the project in several areas, as detailed
+below.
+
+
+### New Features
+- SystemML frames
+- New MLContext API
+- Transform functions based on SystemML frames
+
+### Experimental Features / Algorithms
+- New built-in functions for deep learning (convolution and pooling)
+- Deep learning library (DML bodied functions)
+- Python DSL Integration
+- GPU Support
+- Compressed Linear Algebra
+
+### New Algorithms
+- Lasso
+- kNN
+- Lanczos
+- PPCA
+
+### New Deep Learning Algorithms
+- CNN (Lenet)
+- RBM
+
+### Various Fixes
+* Several bug fixes for diverse issues
+
+
+

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/3f6a4129/_src/_includes/themes/apache/home.html
--
diff --git a/_src/_includes/themes/apache/home.html 
b/_src/_includes/themes/apache/home.html
index 9ba8e86..dca6104 100644
--- a/_src/_includes/themes/apache/home.html
+++ b/_src/_includes/themes/apache/home.html
@@ -25,7 +25,7 @@ limitations under the License.
   A machine learning platform optimal for big data
 
 
-  Download 
SystemML
+  Download SystemML 
0.11.0-incubating
 
   
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/3f6a4129/_src/download.html
--
diff --git a/_src/download.html b/_src/download.html
index d123bce..2af83ad 100644
--- a/_src/download.html
+++ b/_src/download.html
@@ -39,7 +39,7 @@ limitations under the License.
   Apache SystemML is released as a source artifact. Binary artifacts 
(including the ones available in Maven) are made available for your 
convenience. You will be prompted for a mirror - if the file is not found on 
yours, please be patient, as it may take 24 hours to reach all mirrors. Apache 
SystemML is distributed under the http://www.apache.org/licenses/LICENSE-2.0;>Apache License, version 
2.0. 
 
 
-  Download SystemML 0.10.0-incubating
+  Download SystemML 0.11.0-incubating
 
 
 
@@ -51,38 +51,28 @@ limitations under the License.
 Signature
   
   
-http://www.apache.org/dyn/closer.lua/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.tar.gz;
 target="_blank">systemml-0.10.0-incubating (tar.gz)
-http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.tar.gz.md5;>MD5
 
-http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.tar.gz.asc;>ASC
+http://www.apache.org/dyn/closer.lua/incubator/systemml/0.11.0-incubating/systemml-0.11.0-incubating-bin.tar.gz;
 target="_blank">systemml-0.11.0-incubating (Binary tar.gz)
+http://www.apache.org/dist/incubator/systemml/0.11.0-incubating/systemml-0.11.0-incubating-bin.tar.gz.md5;>MD5
 
+http://www.apache.org/dist/incubator/systemml/0.11.0-incubating/systemml-0.11.0-incubating-bin.tar.gz.asc;>ASC
   
   
-

svn commit: r16914 - /dev/incubator/systemml/0.11.0-incubating-rc5/

2016-11-08 Thread lresende
Author: lresende
Date: Wed Nov  9 01:15:28 2016
New Revision: 16914

Log:
Remove convenience binaries based on IPMC feedback

Removed:

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-standalone.tar.gz

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-standalone.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-standalone.tar.gz.md5

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-standalone.zip

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-standalone.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-standalone.zip.md5



svn commit: r16913 - /dev/incubator/systemml/0.11.0-incubating-rc5/

2016-11-08 Thread lresende
Author: lresende
Date: Wed Nov  9 01:12:37 2016
New Revision: 16913

Log:
Remove convenience binaries based on IPMC feedback

Added:

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz.md5

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz.sha

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.zip 
  (with props)

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.zip.md5

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.zip.sha

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-src.tar.gz.sha

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-src.zip.sha
Removed:

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar.md5

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-sources.jar

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-sources.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-sources.jar.md5
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.jar

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.jar.md5

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.tar.gz

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.tar.gz.md5
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.zip

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.zip.md5

Added: 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz
==
Binary file - no diff available.

Propchange: 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz
--
svn:mime-type = application/octet-stream

Added: 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz.asc
==
--- 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz.asc
 (added)
+++ 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz.asc
 Wed Nov  9 01:12:37 2016
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlgZKcsACgkQ858Yfe+1XfHu0QCglfXIH5jW7JtxJPzebWrH8XYm
+80QAn2MyxadMEqWmXJxcvofuIv0KG3PQ
+=YYQq
+-END PGP SIGNATURE-

Added: 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz.md5
==
--- 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz.md5
 (added)
+++ 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz.md5
 Wed Nov  9 01:12:37 2016
@@ -0,0 +1 @@
+08c55cf3b390446907ba49801ce31e36 *systemml-0.11.0-incubating-standalone.tar.gz

Added: 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz.sha
==
--- 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz.sha
 (added)
+++ 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.tar.gz.sha
 Wed Nov  9 01:12:37 2016
@@ -0,0 +1,4 @@
+systemml-0.11.0-incubating-bin.tar.gz: 484DDC7F 1C439F27 58FBF28A F7735BE1
+   89054953 77BB61F3 8EB7EF2A 5CC1FF05
+   73E1317D 2FD352D8 FE140125 93DF971A
+   D6A84B58 7DBCB755 8EABE8D4 18E28322

Added: 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.zip
==
Binary file - no diff available.

Propchange: 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-bin.zip

incubator-systemml-website git commit: [SYSTEMML-1080] Make Website Responsive

2016-11-02 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master b28bc3908 -> 60041f166


[SYSTEMML-1080] Make Website Responsive

Refactored Homepage, Downloads, Get Started, Community,
and Roadmap pages to have responsive design.

Rewrote css classes and renamed them.

Closes #25


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/60041f16
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/60041f16
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/60041f16

Branch: refs/heads/master
Commit: 60041f166d7e9804855e246f4322b04aa1c660bd
Parents: b28bc39
Author: Jason Azares 
Authored: Fri Oct 28 17:13:07 2016 -0700
Committer: Luciano Resende 
Committed: Wed Nov 2 19:37:23 2016 -0700

--
 .../partials/banners/banner_announcements.html  |  11 +-
 .../banners/banner_beginner_tutorial.html   |  14 +-
 .../partials/banners/banner_contact_us.html |  28 --
 .../partials/banners/banner_get_started.html|  25 --
 .../partials/banners/banner_header_hero.html|  23 +-
 .../partials/banners/banner_mailing_list.html   |  16 +-
 .../apache/partials/banners/banner_social.html  |  25 +-
 .../banners/banner_what_is_systemml.html|  22 +-
 _src/_sass/_banners.scss|  52 ++-
 _src/_sass/_base.scss   |  14 +-
 _src/_sass/_buttons.scss|  15 +
 _src/_sass/_layout.scss | 315 ++
 _src/_sass/_modules.scss|   8 +-
 _src/assets/img/hero-mobile.png | Bin 0 -> 257052 bytes
 _src/assets/img/menuicon.png| Bin 0 -> 106 bytes
 _src/assets/img/mobile-award.png| Bin 0 -> 6401 bytes
 _src/community.html |  71 ++--
 _src/download.html  | 176 +-
 _src/get-started.html   | 332 ---
 _src/roadmap.html   | 188 ++-
 20 files changed, 759 insertions(+), 576 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/60041f16/_src/_includes/themes/apache/partials/banners/banner_announcements.html
--
diff --git 
a/_src/_includes/themes/apache/partials/banners/banner_announcements.html 
b/_src/_includes/themes/apache/partials/banners/banner_announcements.html
index fb3b440..d64dee5 100644
--- a/_src/_includes/themes/apache/partials/banners/banner_announcements.html
+++ b/_src/_includes/themes/apache/partials/banners/banner_announcements.html
@@ -16,12 +16,15 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 {% endcomment %}
 -->
+
+
 
-  
-
-  http://vldb2016.persistent.com/awards.php; target="_blank">
+  
+
+
+  
 
-
+
   VLDB 2016 Best Paper and Demonstation
   Read Compressed Linear Algebra for Large-Scale Machine Learning.http://www.vldb.org/pvldb/vol9/p960-elgohary.pdf; target="_blank"> 
Download Paper
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/60041f16/_src/_includes/themes/apache/partials/banners/banner_beginner_tutorial.html
--
diff --git 
a/_src/_includes/themes/apache/partials/banners/banner_beginner_tutorial.html 
b/_src/_includes/themes/apache/partials/banners/banner_beginner_tutorial.html
index baaf401..56ee8ff 100644
--- 
a/_src/_includes/themes/apache/partials/banners/banner_beginner_tutorial.html
+++ 
b/_src/_includes/themes/apache/partials/banners/banner_beginner_tutorial.html
@@ -16,16 +16,26 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 {% endcomment %}
 -->
+
+
 
+
+  
   
-
+  
+
+
+
   
 
-
+
+
+
   Get Started
   New to Apache SystemML? Try our Get Started tutorial that will walk 
you through setting up your environment and getting you up and going with 
SystemML.
   Begin 
Tutorial
   https://apache.github.io/incubator-systemml/; target="_blank">Docs
 
+
   
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/60041f16/_src/_includes/themes/apache/partials/banners/banner_contact_us.html
--
diff --git 
a/_src/_includes/themes/apache/partials/banners/banner_contact_us.html 
b/_src/_includes/themes/apache/partials/banners/banner_contact_us.html
deleted file mode 100644
index 87bc2c7..000
--- 

svn commit: r16799 - /dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.pom

2016-11-01 Thread lresende
Author: lresende
Date: Wed Nov  2 00:02:27 2016
New Revision: 16799

Log:
Remove pom file

Removed:
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.pom



svn commit: r16798 - in /dev/incubator/systemml/0.11.0-incubating-rc5: systemml-0.11.0-incubating-source-release.zip systemml-0.11.0-incubating-source-release.zip.asc systemml-0.11.0-incubating-source

2016-11-01 Thread lresende
Author: lresende
Date: Wed Nov  2 00:00:37 2016
New Revision: 16798

Log:
Remove extra files

Removed:

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-source-release.zip

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-source-release.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-source-release.zip.md5



svn commit: r16797 - /dev/incubator/systemml/0.11.0-incubating-rc5/

2016-11-01 Thread lresende
Author: lresende
Date: Tue Nov  1 23:51:57 2016
New Revision: 16797

Log:
Apache SystemML 0.11.0-incubating-rc5

Added:
dev/incubator/systemml/0.11.0-incubating-rc5/

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar.md5

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-source-release.zip
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-source-release.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-source-release.zip.md5

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-sources.jar
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-sources.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-sources.jar.md5

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-src.tar.gz
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-src.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-src.tar.gz.md5

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-src.zip 
  (with props)

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-src.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-src.zip.md5

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-standalone.tar.gz
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-standalone.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-standalone.tar.gz.md5

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-standalone.zip
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-standalone.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-standalone.zip.md5
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.jar 
  (with props)

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.jar.md5
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.pom

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.tar.gz  
 (with props)

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.tar.gz.md5
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.zip 
  (with props)

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating.zip.md5

Added: 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar
==
Binary file - no diff available.

Propchange: 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar
--
svn:mime-type = application/octet-stream

Added: 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar.asc
==
--- 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar.asc
 (added)
+++ 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar.asc
 Tue Nov  1 23:51:57 2016
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlgZKcsACgkQ858Yfe+1XfHbvwCcDi1zLHunzvhVDHV9Frh0OFUg
+7l8AoJfLrgBDAspT/GeUWcaXArxacIHm
+=uYcc
+-END PGP SIGNATURE-

Added: 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar.md5
==
--- 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar.md5
 (added)
+++ 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-javadoc.jar.md5
 Tue Nov  1 23:51:57 2016
@@ -0,0 +1 @@
+aaba38bb1cc0158041ba67d8a423582a *systemml-0.11.0-incubating-javadoc.jar

Added: 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-source-release.zip
==
Binary file - no diff available.

Propchange: 
dev/incubator/systemml/0.11.0-incubating-rc5/systemml-0.11.0-incubating-source-release.zip

incubator-systemml-website git commit: [MINOR] Remove empty and non-used files

2016-10-27 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 431641dc2 -> 7893bf989


[MINOR] Remove empty and non-used files


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/7893bf98
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/7893bf98
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/7893bf98

Branch: refs/heads/master
Commit: 7893bf98917727d18190c6ff1a551b5cfe4df2f9
Parents: 431641d
Author: Luciano Resende 
Authored: Thu Oct 27 15:25:45 2016 +0200
Committer: Luciano Resende 
Committed: Thu Oct 27 15:27:06 2016 +0200

--
 _src/_sass/_mobile-nav.scss |  0
 _src/_sass/_modals.scss | 28 
 _src/_sass/main.scss|  3 ---
 3 files changed, 31 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/7893bf98/_src/_sass/_mobile-nav.scss
--
diff --git a/_src/_sass/_mobile-nav.scss b/_src/_sass/_mobile-nav.scss
deleted file mode 100644
index e69de29..000

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/7893bf98/_src/_sass/_modals.scss
--
diff --git a/_src/_sass/_modals.scss b/_src/_sass/_modals.scss
deleted file mode 100644
index aefd419..000
--- a/_src/_sass/_modals.scss
+++ /dev/null
@@ -1,28 +0,0 @@
-// .modal {
-//   position: fixed;
-//   top: 0;
-//   z-index: 200;
-//   height: 100%;
-//   width: 100%;
-//   display: flex;
-//   align-items: center;
-//   justify-content: center;
-//   background: rgba(0,0,0,.85);
-//   .icon-close {
-// text-indent: -999px;
-// position: absolute;
-// overflow: hidden;
-// top: 20px;
-// right: 20px;
-//   }
-//   .embed-container {
-// max-width: 1280px;
-// margin: 60px auto;
-// border: 1px solid $color-text-systemml;
-//   }
-//   iframe,
-//   embed,
-//   object {1
-// max-width: 100%;
-//   }
-// }

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/7893bf98/_src/_sass/main.scss
--
diff --git a/_src/_sass/main.scss b/_src/_sass/main.scss
index be91b15..b9013f5 100644
--- a/_src/_sass/main.scss
+++ b/_src/_sass/main.scss
@@ -26,7 +26,4 @@
 // Hero Banners
 @import "banners.scss";
 
-// Modals
-@import "modals.scss";
-
 @import "modules.scss";



incubator-systemml-website git commit: [MINOR] Use github mirror link for general users

2016-10-26 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 0e5520b6a -> 3d5855dd7


[MINOR] Use github mirror link for general users


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/3d5855dd
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/3d5855dd
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/3d5855dd

Branch: refs/heads/master
Commit: 3d5855dd7526c92a2a768d5a0378cd1bd187c4cc
Parents: 0e5520b
Author: Luciano Resende 
Authored: Thu Oct 27 00:37:11 2016 +0200
Committer: Luciano Resende 
Committed: Thu Oct 27 00:37:11 2016 +0200

--
 _src/community.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/3d5855dd/_src/community.html
--
diff --git a/_src/community.html b/_src/community.html
index f459ffa..fa1fd3d 100644
--- a/_src/community.html
+++ b/_src/community.html
@@ -86,7 +86,7 @@ Before submitting an issue, please:
 
   Github
   You can find all of Apache SystemML’s code on Github, including 
example algorithms, notebooks. Fork it, try it out and contribute yourself.
-  Go To Github
+  Go To Github
 
 
   Jira



incubator-systemml-website git commit: [SYSTEMML-1016] Update style for privacy policy page

2016-10-25 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master d9cf8ec84 -> fec738c1a


[SYSTEMML-1016] Update style for privacy policy page


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/fec738c1
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/fec738c1
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/fec738c1

Branch: refs/heads/master
Commit: fec738c1aef54c4c00d8921e0937c1f8f3c4ced9
Parents: d9cf8ec
Author: Luciano Resende 
Authored: Wed Oct 26 07:38:19 2016 +0200
Committer: Luciano Resende 
Committed: Wed Oct 26 07:38:35 2016 +0200

--
 _src/privacy-policy.html | 35 ---
 _src/privacy-policy.md   | 40 
 2 files changed, 20 insertions(+), 55 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/fec738c1/_src/privacy-policy.html
--
diff --git a/_src/privacy-policy.html b/_src/privacy-policy.html
index 2d7e9df..739c45d 100644
--- a/_src/privacy-policy.html
+++ b/_src/privacy-policy.html
@@ -23,18 +23,23 @@ limitations under the License.
 {% endcomment %}
 -->
 
-## {{ site.data.project.name }} Privacy Policy
-
-Information about your use of this website is collected using server access 
logs and a tracking cookie. The collected information consists of the following:
-
-The IP address from which you access the website;
-The type of browser and operating system you use to access our site;
-The date and time you access our site;
-The pages you visit; and
-The addresses of pages from where you followed a link to our site.
-
-Part of this information is gathered using a tracking cookie set by the 
[Google Analytics](http://www.google.com/analytics/) service and handled by 
Google as described in their [privacy 
policy](http://www.google.com/privacy.html). See your browser documentation for 
instructions on how to disable the cookie if you prefer not to share this data 
with Google.
-
-We use the gathered information to help us make our site more useful to 
visitors and to better understand how and when our site is used. We do not 
track or collect personally identifiable information or associate gathered data 
with any personally identifying information from other sources.
-
-By using this website, you consent to the collection of this data in the 
manner and for the purpose described above.
+
+
+  {{ site.data.project.name }}  Privacy Policy
+
+  Information about your use of this website is collected using server access 
logs and a tracking cookie. The collected information consists of the following:
+
+  
+  The IP address from which you access the website;
+  The type of browser and operating system you use to access our 
site;
+  The date and time you access our site;
+  The pages you visit; and
+  The addresses of pages from where you followed a link to our 
site.
+  
+
+  Part of this information is gathered using a tracking cookie set by the 
[Google Analytics](http://www.google.com/analytics/) service and handled by 
Google as described in their [privacy 
policy](http://www.google.com/privacy.html). See your browser documentation for 
instructions on how to disable the cookie if you prefer not to share this data 
with Google.
+  
+  We use the gathered information to help us make our site more useful to 
visitors and to better understand how and when our site is used. We do not 
track or collect personally identifiable information or associate gathered data 
with any personally identifying information from other sources.
+  
+  By using this website, you consent to the collection of this data in the 
manner and for the purpose described above.
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/fec738c1/_src/privacy-policy.md
--
diff --git a/_src/privacy-policy.md b/_src/privacy-policy.md
deleted file mode 100644
index 2d7e9df..000
--- a/_src/privacy-policy.md
+++ /dev/null
@@ -1,40 +0,0 @@

-layout: page
-title: Privacy Policy
-description: Apache SystemML website privacy policy
-group: nav-right

-
-
-## {{ site.data.project.name }} Privacy Policy
-
-Information about your use of this website is collected using server access 
logs and a tracking cookie. The collected information consists of the following:
-
-The IP address from which you access the website;
-The type of browser and operating system you use to access our site;
-The date and time you access our site;
-The pages you 

[3/3] incubator-systemml-website git commit: [SYSTEMML-1064] Add inline description about mailing lists

2016-10-25 Thread lresende
[SYSTEMML-1064] Add inline description about mailing lists


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/d9cf8ec8
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/d9cf8ec8
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/d9cf8ec8

Branch: refs/heads/master
Commit: d9cf8ec84d5478fd958d0b3d56e970d057f49e80
Parents: ac89157
Author: Luciano Resende 
Authored: Wed Oct 26 07:17:35 2016 +0200
Committer: Luciano Resende 
Committed: Wed Oct 26 07:17:35 2016 +0200

--
 _src/_data/project.yml  |  2 +-
 .../partials/banners/banner_mailing_list.html   | 33 +++-
 _src/_sass/_base.scss   |  1 +
 _src/community.html | 12 ++-
 4 files changed, 31 insertions(+), 17 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/d9cf8ec8/_src/_data/project.yml
--
diff --git a/_src/_data/project.yml b/_src/_data/project.yml
index 94f3fdd..48921f9 100644
--- a/_src/_data/project.yml
+++ b/_src/_data/project.yml
@@ -23,7 +23,7 @@ dev_list: d...@systemml.incubator.apache.org
 dev_list_subscribe: dev-subscr...@systemml.incubator.apache.org
 dev_list_unsubscribe: dev-unsubscr...@systemml.incubator.apache.org
 dev_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-dev/
-dev_list_archive_mailarchive: 
https://www.mail-archive.com/dev@systemml.apache.org/
+dev_list_archive_mailarchive: 
https://www.mail-archive.com/dev@systemml.incubator.apache.org/
 dev_list_archive_markmail:
 
 user_list:

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/d9cf8ec8/_src/_includes/themes/apache/partials/banners/banner_mailing_list.html
--
diff --git 
a/_src/_includes/themes/apache/partials/banners/banner_mailing_list.html 
b/_src/_includes/themes/apache/partials/banners/banner_mailing_list.html
index 81ef1b5..3a3210f 100644
--- a/_src/_includes/themes/apache/partials/banners/banner_mailing_list.html
+++ b/_src/_includes/themes/apache/partials/banners/banner_mailing_list.html
@@ -16,11 +16,30 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 {% endcomment %}
 -->
-
-  
-  Subscribe to Our Mailing Lists
-  For SystemML updates and news, subscribe to our development mailing 
list. As SystemML grows, so will our community. Check out https://apache.github.io/incubator-systemml/contributing-to-systemml.html#mailing-lists;
 target="_blank">All Mailing Lists
-  mailto:{{ site.data.project.dev_list_subscribe }}?subject=send 
this email to subscribe" class="button button-primary">Subscribe
-  http://mail-archives.apache.org/mod_mbox/incubator-systemml-dev/; 
target="_blank" class="button button-secondary">View Archive
+
+  
+Subscribe to Our Mailing Lists
+For SystemML updates and news, subscribe to 
our mailing lists. As SystemML grows, so will our community.
+
+  Developer list
+  User questios, design discussions, and other {{ 
site.data.project.short_name }} related items are discussed on the dev mailling 
list.
+  mailto:{{ site.data.project.dev_list_subscribe }}?subject=send 
this email to subscribe">Subscribe
+  mailto:{{ site.data.project.dev_list_unsubscribe 
}}?subject=send this email to unsubscribe">Unsubscribe
+  Archive
+
+
+  Issues list
+  JIRA notifications are sent to this list when issues are created, 
modified or pull requests are submitted.
+  mailto:{{ site.data.project.issues_list }}">Subscribe
+  mailto:{{ site.data.project.issues_list_unsubscribe 
}}?subject=send this email to unsubscribe">Unsubscribe
+  Archive
+
+
+  Commits list
+  Notifications with code diffs are sent to this list when changes are 
committed to the SystemML source tree.
+  mailto:{{ site.data.project.commits_list_subscribe 
}}?subject=send this email to subscribe">Subscribe
+  mailto:{{ site.data.project.commits_list_unsubscribe 
}}?subject=send this email to unsubscribe">Unsubscribe
+  Archive
+
   
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/d9cf8ec8/_src/_sass/_base.scss
--
diff --git a/_src/_sass/_base.scss b/_src/_sass/_base.scss
index ec15926..a5d8aac 100644
--- a/_src/_sass/_base.scss
+++ b/_src/_sass/_base.scss
@@ -27,6 +27,7 @@ h4 {
 p {
   margin: 0;
   color: $color-text-systemml;
+  margin: 0 0 1em 0;
 }
 
 pre {


[1/3] incubator-systemml-website git commit: [MINOR] Add website source code to community menu

2016-10-25 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master a6b5fc20c -> d9cf8ec84


[MINOR] Add website source code to community menu


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/73538ae5
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/73538ae5
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/73538ae5

Branch: refs/heads/master
Commit: 73538ae5be4c25b00cb895a190bcd3e96906c636
Parents: a6b5fc2
Author: Luciano Resende 
Authored: Wed Oct 26 06:14:53 2016 +0200
Committer: Luciano Resende 
Committed: Wed Oct 26 06:14:53 2016 +0200

--
 _src/_data/navigation.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/73538ae5/_src/_data/navigation.yml
--
diff --git a/_src/_data/navigation.yml b/_src/_data/navigation.yml
index 72d9e4a..a35128c 100644
--- a/_src/_data/navigation.yml
+++ b/_src/_data/navigation.yml
@@ -32,8 +32,10 @@ topnav:
 url: /community
   - title: Issue Tracker
 url: https://issues.apache.org/jira/browse/SYSTEMML
-  - title: GitHub
+  - title: Source Code
 url: https://github.com/apache/incubator-systemml
+  - title: Website Source Code
+url: https://github.com/apache/incubator-systemml-website
   - title: Roadmap
 url: /roadmap
 



incubator-systemml-website git commit: [SYSTEMML-1051] Update README.md with Node.js Requirements

2016-10-24 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 118ae9431 -> a0bad60ac


[SYSTEMML-1051] Update README.md with Node.js Requirements

Update the README.md mentioning that latest version of Node.js
is required. Also update commands to properly install dependencies
using the global tag which requires sudo.


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/a0bad60a
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/a0bad60a
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/a0bad60a

Branch: refs/heads/master
Commit: a0bad60accb9abe15ac13146b8037fc33fd397bd
Parents: 118ae94
Author: Luciano Resende 
Authored: Tue Oct 25 04:22:41 2016 +0200
Committer: Luciano Resende 
Committed: Tue Oct 25 04:22:41 2016 +0200

--
 README.md | 27 +++
 1 file changed, 19 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/a0bad60a/README.md
--
diff --git a/README.md b/README.md
index 6a819e6..12e015d 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,33 @@
-# SystemML Website
+SystemML Website
+
+
+Build System dependencies
+-
 
-## Getting Started
-### Prerequisites
  Node.js and npm
-In order to build this project you will need [node.js and 
npm](https://nodejs.org/). Detailed instructions can be found 
[here](https://github.com/nodejs/node/wiki/Installation).
+
+In order to build this project you will need the latest version of [node.js 
and npm](https://nodejs.org/). Detailed instructions can be found 
[here](https://github.com/nodejs/node/wiki/Installation).
 
  Gulp
+
 We use Gulp to compile Sass and JS aswell as run the Jekyll build. You can 
install it with npm:
+
 ```
-$ npm install -g gulp
+$ sudo npm install -g gulp
 ```
-### Build
- Download dependancies
+
+### Building the website
+
+ Download website dependancies
+
 ```
 $ npm install
 ```
- Build it:
+
+ Build website contents
+
 ```
 $ gulp
 ```
+
 If all goes well it open the site in your browser at `http://localhost:3000`.



svn commit: r16656 - /dev/incubator/systemml/0.11.0-incubating-rc4/

2016-10-24 Thread lresende
Author: lresende
Date: Mon Oct 24 16:33:10 2016
New Revision: 16656

Log:
Apache SystemML 0.11.0-incubating-rc4

Added:
dev/incubator/systemml/0.11.0-incubating-rc4/

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-source-release.zip
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-source-release.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-source-release.zip.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-sources.jar
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-sources.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-sources.jar.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-src.tar.gz
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-src.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-src.tar.gz.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-src.zip 
  (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-src.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-src.zip.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.jar
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.jar.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.tar.gz
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.tar.gz.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.zip
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.zip.md5
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.jar 
  (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.jar.md5
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.pom

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.tar.gz  
 (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.tar.gz.md5
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.zip 
  (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.zip.md5

Added: 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar
==
Binary file - no diff available.

Propchange: 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar
--
svn:mime-type = application/octet-stream

Added: 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.asc
==
--- 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.asc
 (added)
+++ 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.asc
 Mon Oct 24 16:33:10 2016
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlgONcAACgkQ858Yfe+1XfHJlACgju7CcpkC4um+GTwEtZv277yp
+dcAAnia1CVEptZwblFK4taDchMKaQ2BK
+=XiO6
+-END PGP SIGNATURE-

Added: 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.md5
==
--- 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.md5
 (added)
+++ 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.md5
 Mon Oct 24 16:33:10 2016
@@ -0,0 +1 @@
+17ee1a470d855437c936cb2e5aa7ac01 *systemml-0.11.0-incubating-javadoc.jar

Added: 
dev/incubator/systemml

[incubator-systemml] Git Push Summary

2016-10-24 Thread lresende
Repository: incubator-systemml
Updated Tags:  refs/tags/v0.11.0-incubating-rc4 [created] 32740dc95


incubator-systemml git commit: [maven-release-plugin] prepare for next development iteration

2016-10-24 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master 6937683b0 -> 62709c30f


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 62709c30fda4a1d6bb5ad61d143fdf5bb793123a
Parents: 6937683
Author: Luciano Resende 
Authored: Mon Oct 24 18:10:48 2016 +0200
Committer: Luciano Resende 
Committed: Mon Oct 24 18:10:48 2016 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/62709c30/pom.xml
--
diff --git a/pom.xml b/pom.xml
index edf3eac..4557274 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
18

org.apache.systemml
-   0.11.0-incubating
+   0.12.0-SNAPSHOT
systemml
jar
SystemML
@@ -41,7 +41,7 @@

scm:git:g...@github.com:apache/incubator-systemml

scm:git:https://git-wip-us.apache.org/repos/asf/incubator-systemml

https://git-wip-us.apache.org/repos/asf?p=incubator-systemml.git
-   v0.11.0-incubating-rc4
+   HEAD


JIRA



incubator-systemml-website git commit: [SYSTEMML-1049] Refactor the homepage with updated CSS styling

2016-10-20 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 75203072e -> b2dcd0a11


[SYSTEMML-1049] Refactor the homepage with updated CSS styling

Closes #8


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/b2dcd0a1
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/b2dcd0a1
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/b2dcd0a1

Branch: refs/heads/master
Commit: b2dcd0a110914e6387140be53c83ab06a35c0925
Parents: 7520307
Author: Jason Azares 
Authored: Thu Oct 20 20:42:17 2016 -0700
Committer: Luciano Resende 
Committed: Thu Oct 20 21:27:00 2016 -0700

--
 _src/_includes/themes/apache/home.html  |  17 +++--
 .../partials/banners/banner_announcements.html  |  12 ++--
 .../banners/banner_beginner_tutorial.html   |  12 
 .../partials/banners/banner_features.html   |  52 --
 .../partials/banners/banner_get_started.html|  20 ++
 .../partials/banners/banner_mailing_list.html   |  26 +++
 .../partials/banners/banner_partners.html   |  56 +--
 .../partials/banners/banner_use_cases.html  |  39 ++-
 .../banners/banner_what_is_systemml.html|  24 +++
 .../apache/partials/banners/get-involved.html   |   4 +-
 _src/_sass/_banners.scss|  22 +++---
 _src/_sass/_layout.scss |  68 +++
 _src/_sass/_modules.scss|  22 ++
 _src/assets/img/award.svg   |  54 +++
 _src/assets/img/awardLeft.png   | Bin 0 -> 3483 bytes
 _src/assets/img/awardRight.png  | Bin 0 -> 3539 bytes
 _src/assets/img/robotTutorial.gif   | Bin 0 -> 84367 bytes
 _src/assets/img/systemML_Diagram.gif| Bin 0 -> 589101 bytes
 18 files changed, 326 insertions(+), 102 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/b2dcd0a1/_src/_includes/themes/apache/home.html
--
diff --git a/_src/_includes/themes/apache/home.html 
b/_src/_includes/themes/apache/home.html
index f49ab74..f7b4640 100644
--- a/_src/_includes/themes/apache/home.html
+++ b/_src/_includes/themes/apache/home.html
@@ -1,8 +1,17 @@
+
 {% include themes/apache/partials/banners/banner_header_hero.html %}
+
+
 {% include themes/apache/partials/banners/banner_announcements.html %}
+
+
 {% include themes/apache/partials/banners/banner_what_is_systemml.html %}
-{% include themes/apache/partials/banners/banner_features.html %}
-{% include themes/apache/partials/banners/banner_use_cases.html %}
-{% include themes/apache/partials/banners/banner_get_started.html %}
-{% include themes/apache/partials/banners/banner_partners.html %}
+
+
+{% include themes/apache/partials/banners/banner_beginner_tutorial.html %}
+
+
+{% include themes/apache/partials/banners/banner_mailing_list.html %}
+
+
 {% include themes/apache/partials/banners/get-involved.html %}

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/b2dcd0a1/_src/_includes/themes/apache/partials/banners/banner_announcements.html
--
diff --git 
a/_src/_includes/themes/apache/partials/banners/banner_announcements.html 
b/_src/_includes/themes/apache/partials/banners/banner_announcements.html
index bcf3a53..e3316cd 100644
--- a/_src/_includes/themes/apache/partials/banners/banner_announcements.html
+++ b/_src/_includes/themes/apache/partials/banners/banner_announcements.html
@@ -1,7 +1,11 @@
-
-  
-
-  SystemML awarded http://vldb2016.persistent.com/awards.php; 
target="_blank">VLDB 2016 Best Paper and Demonstation.Download http://www.vldb.org/pvldb/vol9/p960-elgohary.pdf; 
target="_blank">Compressed Linear Algebra for Large-Scale Machine 
Learning
+
+  
+
+  
+
+
+  http://vldb2016.persistent.com/awards.php; 
target="_blank">VLDB 2016 Best Paper and Demonstation
+  Read Compressed Linear Algebra for Large-Scale Machine Learning.http://www.vldb.org/pvldb/vol9/p960-elgohary.pdf; target="_blank"> 
Download Paper
 
   
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/b2dcd0a1/_src/_includes/themes/apache/partials/banners/banner_beginner_tutorial.html
--
diff --git 
a/_src/_includes/themes/apache/partials/banners/banner_beginner_tutorial.html 
b/_src/_includes/themes/apache/partials/banners/banner_beginner_tutorial.html
new file mode 100644
index 000..86ecb45
--- /dev/null
+++ 

[06/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/img/icon-announcment.svg
--
diff --git a/assets/img/icon-announcment.svg b/assets/img/icon-announcment.svg
deleted file mode 100644
index 84382f3..000
--- a/assets/img/icon-announcment.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink; x="0px" y="0px"
-viewBox="0 0 60 40" style="enable-background:new 0 0 60 40;" 
xml:space="preserve">
-
-   .st0{fill:#F05323;}
-
-
-

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/img/icon-chevron-down.svg
--
diff --git a/assets/img/icon-chevron-down.svg b/assets/img/icon-chevron-down.svg
deleted file mode 100644
index d8ce476..000
--- a/assets/img/icon-chevron-down.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink; x="0px" y="0px"
-viewBox="0 0 11 6.2" style="enable-background:new 0 0 11 6.2;" 
xml:space="preserve">
-
-   .st0{fill:#FF;}
-
-
-   
-
-

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/img/icon-close.svg
--
diff --git a/assets/img/icon-close.svg b/assets/img/icon-close.svg
deleted file mode 100644
index 4892fc6..000
--- a/assets/img/icon-close.svg
+++ /dev/null
@@ -1 +0,0 @@
-http://www.w3.org/2000/svg; viewBox="0 0 26.2 
26.2">.cls-1{fill:#fff;}icon-close
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/img/icon-code.svg
--
diff --git a/assets/img/icon-code.svg b/assets/img/icon-code.svg
deleted file mode 100644
index 905a74b..000
--- a/assets/img/icon-code.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-http://www.w3.org/2000/svg; xmlns:xlink="http://www.w3.org/1999/xlink;>
-
-Group
-Created with Sketch.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/img/icon-data.svg
--
diff --git a/assets/img/icon-data.svg b/assets/img/icon-data.svg
deleted file mode 100644
index 7b61295..000
--- a/assets/img/icon-data.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.w3.org/2000/svg; xmlns:xlink="http://www.w3.org/1999/xlink;>
-
-Shape
-Created with Sketch.
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/img/icon-math.svg
--
diff --git a/assets/img/icon-math.svg b/assets/img/icon-math.svg
deleted file mode 100644
index eed7275..000
--- a/assets/img/icon-math.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.w3.org/2000/svg; xmlns:xlink="http://www.w3.org/1999/xlink;>
-
-flow_64
-Created with Sketch.
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/img/jupyter-logo.png
--
diff --git a/assets/img/jupyter-logo.png b/assets/img/jupyter-logo.png
deleted file mode 100644
index 5a48c20..000
Binary files a/assets/img/jupyter-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/img/logo.png
--
diff --git a/assets/img/logo.png b/assets/img/logo.png
deleted file mode 100644
index 87ae161..000
Binary files a/assets/img/logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/img/mask.png
--
diff --git a/assets/img/mask.png b/assets/img/mask.png
deleted file mode 100644
index b0cf6bc..000
Binary files a/assets/img/mask.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/img/play-button.svg
--
diff --git a/assets/img/play-button.svg b/assets/img/play-button.svg
deleted file mode 100644
index 00d830b..000
--- a/assets/img/play-button.svg
+++ 

[09/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/css/bundle.css
--
diff --git a/assets/css/bundle.css b/assets/css/bundle.css
deleted file mode 100644
index a0d6977..000
--- a/assets/css/bundle.css
+++ /dev/null
@@ -1,4227 +0,0 @@
-@charset "UTF-8";
-/*! nouislider - 8.3.0 - 2016-02-14 17:37:20 */
-.noUi-target, .noUi-target * {
-  -webkit-touch-callout: none;
-  -webkit-user-select: none;
-  -ms-touch-action: none;
-  touch-action: none;
-  -ms-user-select: none;
-  -moz-user-select: none;
-  user-select: none;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box; }
-
-.noUi-target {
-  position: relative;
-  direction: ltr; }
-
-.noUi-base {
-  width: 100%;
-  height: 100%;
-  position: relative;
-  z-index: 1; }
-
-.noUi-origin {
-  position: absolute;
-  right: 0;
-  top: 0;
-  left: 0;
-  bottom: 0; }
-
-.noUi-handle {
-  position: relative;
-  z-index: 1; }
-
-.noUi-stacking .noUi-handle {
-  z-index: 10; }
-
-.noUi-state-tap .noUi-origin {
-  -webkit-transition: left .3s,top .3s;
-  transition: left .3s,top .3s; }
-
-.noUi-state-drag * {
-  cursor: inherit !important; }
-
-.noUi-base, .noUi-handle {
-  -webkit-transform: translate3d(0, 0, 0);
-  transform: translate3d(0, 0, 0); }
-
-.noUi-horizontal {
-  height: 18px; }
-
-.noUi-horizontal .noUi-handle {
-  width: 34px;
-  height: 28px;
-  left: -17px;
-  top: -6px; }
-
-.noUi-vertical {
-  width: 18px; }
-
-.noUi-vertical .noUi-handle {
-  width: 28px;
-  height: 34px;
-  left: -6px;
-  top: -17px; }
-
-.noUi-background {
-  background: #FAFAFA;
-  box-shadow: inset 0 1px 1px #f0f0f0; }
-
-.noUi-connect {
-  background: #3FB8AF;
-  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
-  -webkit-transition: background 450ms;
-  transition: background 450ms; }
-
-.noUi-origin {
-  border-radius: 2px; }
-
-.noUi-target {
-  border-radius: 4px;
-  border: 1px solid #D3D3D3;
-  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }
-
-.noUi-target.noUi-connect {
-  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }
-
-.noUi-draggable {
-  cursor: w-resize; }
-
-.noUi-vertical .noUi-draggable {
-  cursor: n-resize; }
-
-.noUi-handle {
-  border: 1px solid #D9D9D9;
-  border-radius: 3px;
-  background: #FFF;
-  cursor: default;
-  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }
-
-.noUi-active {
-  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }
-
-.noUi-handle:after, .noUi-handle:before {
-  content: "";
-  display: block;
-  position: absolute;
-  height: 14px;
-  width: 1px;
-  background: #E8E7E6;
-  left: 14px;
-  top: 6px; }
-
-.noUi-handle:after {
-  left: 17px; }
-
-.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
-  width: 14px;
-  height: 1px;
-  left: 6px;
-  top: 14px; }
-
-.noUi-vertical .noUi-handle:after {
-  top: 17px; }
-
-[disabled] .noUi-connect, [disabled].noUi-connect {
-  background: #B8B8B8; }
-
-[disabled] .noUi-handle, [disabled].noUi-origin {
-  cursor: not-allowed; }
-
-.noUi-pips, .noUi-pips * {
-  -moz-box-sizing: border-box;
-  box-sizing: border-box; }
-
-.noUi-pips {
-  position: absolute;
-  color: #999; }
-
-.noUi-value {
-  width: 40px;
-  position: absolute;
-  text-align: center; }
-
-.noUi-value-sub {
-  color: #ccc;
-  font-size: 10px; }
-
-.noUi-marker {
-  position: absolute;
-  background: #CCC; }
-
-.noUi-marker-large, .noUi-marker-sub {
-  background: #AAA; }
-
-.noUi-pips-horizontal {
-  padding: 10px 0;
-  height: 50px;
-  top: 100%;
-  left: 0;
-  width: 100%; }
-
-.noUi-value-horizontal {
-  margin-left: -20px;
-  padding-top: 20px; }
-
-.noUi-value-horizontal.noUi-value-sub {
-  padding-top: 15px; }
-
-.noUi-marker-horizontal.noUi-marker {
-  margin-left: -1px;
-  width: 2px;
-  height: 5px; }
-
-.noUi-marker-horizontal.noUi-marker-sub {
-  height: 10px; }
-
-.noUi-marker-horizontal.noUi-marker-large {
-  height: 15px; }
-
-.noUi-pips-vertical {
-  padding: 0 10px;
-  height: 100%;
-  top: 0;
-  left: 100%; }
-
-.noUi-value-vertical {
-  width: 15px;
-  margin-left: 20px;
-  margin-top: -5px; }
-
-.noUi-marker-vertical.noUi-marker {
-  width: 5px;
-  height: 2px;
-  margin-top: -1px; }
-
-.noUi-marker-vertical.noUi-marker-sub {
-  width: 10px; }
-
-.noUi-marker-vertical.noUi-marker-large {
-  width: 15px; }
-
-.noUi-tooltip {
-  display: block;
-  position: absolute;
-  border: 1px solid #D9D9D9;
-  border-radius: 3px;
-  background: #fff;
-  padding: 5px;
-  text-align: center; }
-
-.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
-  top: -32px; }
-
-.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
-  bottom: -32px; }
-
-.noUi-vertical .noUi-handle-lower .noUi-tooltip {
-  left: 120%; }
-
-.noUi-vertical .noUi-handle-upper .noUi-tooltip {
-  right: 120%; }
-
-/* perfect-scrollbar v0.6.8 */
-.ps-container {
-  -ms-touch-action: none;
-  overflow: hidden !important; }
-

[29/30] incubator-systemml-website git commit: [SYSTEMML-973][SYSTEMML-974][SYSTEMML-977] Refactor community members page

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/069d53e7/_src/_sass/vendor/_ap-components.min.scss
--
diff --git a/_src/_sass/vendor/_ap-components.min.scss 
b/_src/_sass/vendor/_ap-components.min.scss
index 38bc189..3e8c5e0 100644
--- a/_src/_sass/vendor/_ap-components.min.scss
+++ b/_src/_sass/vendor/_ap-components.min.scss
@@ -1,4 +1,4 @@
 @charset "UTF-8";
-/*! nouislider - 8.3.0 - 2016-02-14 17:37:20 */.noUi-target,.noUi-target 
*{-webkit-touch-callout:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking
 .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left 
.3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag 
*{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translateZ(0);transform:translateZ(0)}.noUi-horizontal{height:18px}.noUi-horizontal
 
.noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical
 
.noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#fafafa;box-shadow:inset
 0 1px 1px #f0f0f0}.noUi-connect
 {background:#3fb8af;box-shadow:inset 0 0 3px 
rgba(51,51,51,.45);-webkit-transition:background .45s;transition:background 
.45s}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px 
solid #d3d3d3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px 
#bbb}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 
3px 6px -5px #bbb}.noUi-draggable{cursor:w-resize}.noUi-vertical 
.noUi-draggable{cursor:n-resize}.noUi-handle{border:1px solid 
#d9d9d9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 
1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px 
#bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px 
-3px 
#bbb}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical
 .noUi-handle:after,.noUi-vertical 
.noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical 
.noUi-handle:after{to
 p:17px}[disabled].noUi-connect,[disabled] 
.noUi-connect{background:#b8b8b8}[disabled] 
.noUi-handle,[disabled].noUi-origin{cursor:not-allowed}.noUi-pips,.noUi-pips 
*{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{width:40px;position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{padding:10px
 
0;height:50px;top:100%;left:0;width:100%}.noUi-value-horizontal{margin-left:-20px;padding-top:20px}.noUi-value-horizontal.noUi-value-sub{padding-top:15px}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0
 
10px;height:100%;top:0;left:100%}.noUi-value-vertical{width:15px;margin-left:20px;margin-top:-5px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.n
 
oUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px
 solid 
#d9d9d9;border-radius:3px;background:#fff;padding:5px;text-align:center}.noUi-horizontal
 .noUi-handle-lower .noUi-tooltip{top:-32px}.noUi-horizontal .noUi-handle-upper 
.noUi-tooltip{bottom:-32px}.noUi-vertical .noUi-handle-lower 
.noUi-tooltip{left:120%}.noUi-vertical .noUi-handle-upper 
.noUi-tooltip{right:120%}.ps-container{-ms-touch-action:none;overflow:hidden!important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps
 
-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;border-radius:4px;opacity:0;-webkit-transition:background-color
 .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity 
.2s 
linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;border-radius:4px;-webkit-transition:background-color
 .2s linear;transition:background-color .2s 

[18/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/css/main.css
--
diff --git a/_src/assets/css/main.css b/_src/assets/css/main.css
new file mode 100644
index 000..409d3e8
--- /dev/null
+++ b/_src/assets/css/main.css
@@ -0,0 +1,4507 @@
+@charset "UTF-8";
+/*! nouislider - 8.3.0 - 2016-02-14 17:37:20 */
+.noUi-target, .noUi-target * {
+  -webkit-touch-callout: none;
+  -ms-touch-action: none;
+  touch-action: none;
+  -ms-user-select: none;
+  -moz-user-select: none;
+  -webkit-user-select: none;
+  user-select: none;
+  box-sizing: border-box; }
+
+.noUi-target {
+  position: relative;
+  direction: ltr; }
+
+.noUi-base {
+  width: 100%;
+  height: 100%;
+  position: relative;
+  z-index: 1; }
+
+.noUi-origin {
+  position: absolute;
+  right: 0;
+  top: 0;
+  left: 0;
+  bottom: 0; }
+
+.noUi-handle {
+  position: relative;
+  z-index: 1; }
+
+.noUi-stacking .noUi-handle {
+  z-index: 10; }
+
+.noUi-state-tap .noUi-origin {
+  -webkit-transition: left .3s,top .3s;
+  transition: left .3s,top .3s; }
+
+.noUi-state-drag * {
+  cursor: inherit !important; }
+
+.noUi-base, .noUi-handle {
+  -webkit-transform: translateZ(0);
+  transform: translateZ(0); }
+
+.noUi-horizontal {
+  height: 18px; }
+
+.noUi-horizontal .noUi-handle {
+  width: 34px;
+  height: 28px;
+  left: -17px;
+  top: -6px; }
+
+.noUi-vertical {
+  width: 18px; }
+
+.noUi-vertical .noUi-handle {
+  width: 28px;
+  height: 34px;
+  left: -6px;
+  top: -17px; }
+
+.noUi-background {
+  background: #fafafa;
+  box-shadow: inset 0 1px 1px #f0f0f0; }
+
+.noUi-connect {
+  background: #3fb8af;
+  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
+  -webkit-transition: background .45s;
+  transition: background .45s; }
+
+.noUi-origin {
+  border-radius: 2px; }
+
+.noUi-target {
+  border-radius: 4px;
+  border: 1px solid #d3d3d3;
+  box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb; }
+
+.noUi-target.noUi-connect {
+  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb; }
+
+.noUi-draggable {
+  cursor: w-resize; }
+
+.noUi-vertical .noUi-draggable {
+  cursor: n-resize; }
+
+.noUi-handle {
+  border: 1px solid #d9d9d9;
+  border-radius: 3px;
+  background: #fff;
+  cursor: default;
+  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb; }
+
+.noUi-active {
+  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb; }
+
+.noUi-handle:after, .noUi-handle:before {
+  content: "";
+  display: block;
+  position: absolute;
+  height: 14px;
+  width: 1px;
+  background: #e8e7e6;
+  left: 14px;
+  top: 6px; }
+
+.noUi-handle:after {
+  left: 17px; }
+
+.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
+  width: 14px;
+  height: 1px;
+  left: 6px;
+  top: 14px; }
+
+.noUi-vertical .noUi-handle:after {
+  top: 17px; }
+
+[disabled].noUi-connect, [disabled] .noUi-connect {
+  background: #b8b8b8; }
+
+[disabled] .noUi-handle, [disabled].noUi-origin {
+  cursor: not-allowed; }
+
+.noUi-pips, .noUi-pips * {
+  box-sizing: border-box; }
+
+.noUi-pips {
+  position: absolute;
+  color: #999; }
+
+.noUi-value {
+  width: 40px;
+  position: absolute;
+  text-align: center; }
+
+.noUi-value-sub {
+  color: #ccc;
+  font-size: 10px; }
+
+.noUi-marker {
+  position: absolute;
+  background: #ccc; }
+
+.noUi-marker-large, .noUi-marker-sub {
+  background: #aaa; }
+
+.noUi-pips-horizontal {
+  padding: 10px 0;
+  height: 50px;
+  top: 100%;
+  left: 0;
+  width: 100%; }
+
+.noUi-value-horizontal {
+  margin-left: -20px;
+  padding-top: 20px; }
+
+.noUi-value-horizontal.noUi-value-sub {
+  padding-top: 15px; }
+
+.noUi-marker-horizontal.noUi-marker {
+  margin-left: -1px;
+  width: 2px;
+  height: 5px; }
+
+.noUi-marker-horizontal.noUi-marker-sub {
+  height: 10px; }
+
+.noUi-marker-horizontal.noUi-marker-large {
+  height: 15px; }
+
+.noUi-pips-vertical {
+  padding: 0 10px;
+  height: 100%;
+  top: 0;
+  left: 100%; }
+
+.noUi-value-vertical {
+  width: 15px;
+  margin-left: 20px;
+  margin-top: -5px; }
+
+.noUi-marker-vertical.noUi-marker {
+  width: 5px;
+  height: 2px;
+  margin-top: -1px; }
+
+.noUi-marker-vertical.noUi-marker-sub {
+  width: 10px; }
+
+.noUi-marker-vertical.noUi-marker-large {
+  width: 15px; }
+
+.noUi-tooltip {
+  display: block;
+  position: absolute;
+  border: 1px solid #d9d9d9;
+  border-radius: 3px;
+  background: #fff;
+  padding: 5px;
+  text-align: center; }
+
+.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
+  top: -32px; }
+
+.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
+  bottom: -32px; }
+
+.noUi-vertical .noUi-handle-lower .noUi-tooltip {
+  left: 120%; }
+
+.noUi-vertical .noUi-handle-upper .noUi-tooltip {
+  right: 120%; }
+
+.ps-container {
+  -ms-touch-action: none;
+  overflow: hidden !important; }
+
+.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > 
.ps-scrollbar-y-rail {
+  display: block; 

[15/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/icon-announcment.svg
--
diff --git a/_src/assets/img/icon-announcment.svg 
b/_src/assets/img/icon-announcment.svg
new file mode 100644
index 000..84382f3
--- /dev/null
+++ b/_src/assets/img/icon-announcment.svg
@@ -0,0 +1,10 @@
+
+
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink; x="0px" y="0px"
+viewBox="0 0 60 40" style="enable-background:new 0 0 60 40;" 
xml:space="preserve">
+
+   .st0{fill:#F05323;}
+
+
+

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/icon-chevron-down.svg
--
diff --git a/_src/assets/img/icon-chevron-down.svg 
b/_src/assets/img/icon-chevron-down.svg
new file mode 100644
index 000..d8ce476
--- /dev/null
+++ b/_src/assets/img/icon-chevron-down.svg
@@ -0,0 +1,11 @@
+
+
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink; x="0px" y="0px"
+viewBox="0 0 11 6.2" style="enable-background:new 0 0 11 6.2;" 
xml:space="preserve">
+
+   .st0{fill:#FF;}
+
+
+   
+
+

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/icon-close.svg
--
diff --git a/_src/assets/img/icon-close.svg b/_src/assets/img/icon-close.svg
new file mode 100644
index 000..4892fc6
--- /dev/null
+++ b/_src/assets/img/icon-close.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg; viewBox="0 0 26.2 
26.2">.cls-1{fill:#fff;}icon-close
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/icon-code.svg
--
diff --git a/_src/assets/img/icon-code.svg b/_src/assets/img/icon-code.svg
new file mode 100644
index 000..905a74b
--- /dev/null
+++ b/_src/assets/img/icon-code.svg
@@ -0,0 +1,19 @@
+
+http://www.w3.org/2000/svg; xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+Group
+Created with Sketch.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/icon-data.svg
--
diff --git a/_src/assets/img/icon-data.svg b/_src/assets/img/icon-data.svg
new file mode 100644
index 000..7b61295
--- /dev/null
+++ b/_src/assets/img/icon-data.svg
@@ -0,0 +1,16 @@
+
+http://www.w3.org/2000/svg; xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+Shape
+Created with Sketch.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/icon-math.svg
--
diff --git a/_src/assets/img/icon-math.svg b/_src/assets/img/icon-math.svg
new file mode 100644
index 000..eed7275
--- /dev/null
+++ b/_src/assets/img/icon-math.svg
@@ -0,0 +1,16 @@
+
+http://www.w3.org/2000/svg; xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+flow_64
+Created with Sketch.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/jupyter-logo.png
--
diff --git a/_src/assets/img/jupyter-logo.png b/_src/assets/img/jupyter-logo.png
new file mode 100644
index 000..5a48c20
Binary files /dev/null and b/_src/assets/img/jupyter-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/logo.png
--
diff --git a/_src/assets/img/logo.png b/_src/assets/img/logo.png
new file mode 100644
index 000..87ae161
Binary files /dev/null and b/_src/assets/img/logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/mask.png
--
diff --git a/_src/assets/img/mask.png b/_src/assets/img/mask.png
new file mode 100644
index 000..b0cf6bc
Binary files /dev/null and b/_src/assets/img/mask.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/play-button.svg
--
diff --git 

[04/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/jquery/jquery-2.1.1.min.js
--
diff --git a/assets/jquery/jquery-2.1.1.min.js 
b/assets/jquery/jquery-2.1.1.min.js
deleted file mode 100644
index e5ace11..000
--- a/assets/jquery/jquery-2.1.1.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery v2.1.1 | (c) 2005, 2014 jQuery Foundation, Inc. | 
jquery.org/license */
-!function(a,b){"object"==typeof module&&"object"==typeof 
module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw
 new Error("jQuery requires a window with a document");return 
b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var 
c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.1",n=function(a,b){return
 new 
n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return
 
b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return
 d.call(this)},get:function(a){return 
null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var 
b=n.merge(this.constructor(),a);return 
b.prevObject=this,b.context=this.context,b},each:function(a,b){return 
n.each(this,a,b)},map:function(a){return 
this.pushStack(n.map(this,function(b,c){return 
a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(
 this,arguments))},first:function(){return this.eq(0)},last:function(){return 
this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return 
this.pushStack(c>=0&>c?[this[c]]:[])},end:function(){return 
this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var
 
a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof
 g&&(j=g,g=arguments[h]||{},h++),"object"==typeof 
g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b
 in 
a)c=g[b],d=a[b],g!==d&&(j&&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&(c)?c:[]):f=c&(c)?c:{},g[b]=n.extend(j,f,d)):void
 0!==d&&(g[b]=d));return 
g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw
 new 
Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return
 null!=a&===a.window},isNumeric:functi
 
on(a){return!n.isArray(a)&(a)>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var
 b;for(b in a)return!1;return!0},type:function(a){return 
null==a?a+"":"object"==typeof a||"function"==typeof 
a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var 
b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use 
strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return
 a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return 
a.nodeName&()===b.toLowerCase()},each:function(a,b,c){var
 
d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else
 for(e in a)if(d=b.apply(a[e],c),d===!1)break}else 
if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in 
a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){
 return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var 
c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof 
a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return 
null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var 
c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return 
a.length=e,a},grep:function(a,b,c){for(var 
d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&(a[f]);return 
e},map:function(a,b,c){var 
d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&(d);else
 for(f in a)d=b(a[f],f,c),null!=d&(d);return 
e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof 
b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return 
a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void
 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date 
RegExp Object Error".split(" "),function(a,b){h["[object 
"+b+"]"]=b.toLowerCase()});function s(a){var 
 
b=a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&?!0:"array"===c||0===b||"number"==typeof
 b&>0& in a}var t=function(a){var 
b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+-new 
Date,v=a.document,w=0,x=0,y=gb(),z=gb(),A=gb(),B=function(a,b){return 
a===b&&(l=!0),0},C="undefined",D=1<<31,E={}.hasOwnProperty,F=[],G=F.pop,H=F.push,I=F.push,J=F.slice,K=F.indexOf||function(a){for(var
 b=0,c=this.length;c>b;b++)if(this[b]===a)return 

[07/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/img/hero-about.svg
--
diff --git a/assets/img/hero-about.svg b/assets/img/hero-about.svg
deleted file mode 100644
index e76bc95..000
--- a/assets/img/hero-about.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.w3.org/2000/svg; xmlns:xlink="http://www.w3.org/1999/xlink;>
-
-Hero BG
-Created with Sketch.
-
-
-
-http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/assets/img/hero-home.jpg
--
diff --git a/assets/img/hero-home.jpg b/assets/img/hero-home.jpg
deleted file mode 100644
index 242fdcf..000
Binary files a/assets/img/hero-home.jpg and /dev/null differ




[14/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/js/bundle.min.js
--
diff --git a/_src/assets/js/bundle.min.js b/_src/assets/js/bundle.min.js
new file mode 100755
index 000..8a5e86f
--- /dev/null
+++ b/_src/assets/js/bundle.min.js
@@ -0,0 +1,4 @@
+function _toggleTab(e,t,n){var 
r=[].slice.call(document.querySelectorAll(e)),i=[].slice.call(document.querySelectorAll(n));r.filter(function(e){return"true"===e.attributes["aria-selected"].value}).map(function(e){return
 
e.setAttribute("aria-selected",!1),e}),i.filter(function(e){return"false"===e.attributes["aria-hidden"].value}).map(function(e){return
 
e.setAttribute("aria-hidden",!0),e}),r[t].setAttribute("aria-selected",!0),i[t].setAttribute("aria-hidden",!1)}function
 apTabs(){var e=arguments.length<=0||void 
0===arguments[0]?".tab":arguments[0],t=arguments.length<=1||void 
0===arguments[1]?".panel":arguments[1],n=[].slice.call(document.querySelectorAll(e)),r=[].slice.call(document.querySelectorAll(t));n.map(function(n,r){return
 
n.addEventListener("click",function(n){_toggleTab(e,r,t)}),n.addEventListener("keyup",function(n){13===n.which?_toggleTab(e,r,t):""}),n}),r.map(function(e){return
 e.setAttribute("aria-hidden",!0),e}),_toggleTab(e,0,t)}function 
stickyHeader(){var e=80;$(windo
 w).width()>750&&$(window).scroll(function(){var 
t=$(this).scrollTop();t>e?$(".site-header").addClass("sticky").animate({top:"0"},300):0==t&&$(".site-header").css("top","-80px").removeClass("sticky")})}function
 hideModal(){$(".jq-close").click(function(e){var 
t=$(this).parent().find("iframe").attr("src");$(this).parent().fadeOut("slow"),$(this).parent().find("iframe").attr("src",""),$(this).parent().find("iframe").attr("src",t),e.preventDefault()})}!function(e,t){"object"==typeof
 module&&"object"==typeof 
module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw
 new Error("jQuery requires a window with a document");return 
t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){function 
n(e){var 
t=e.length,n=Z.type(e);return"function"!==n&&!Z.isWindow(e)&&(!(1!==e.nodeType||!t)||("array"===n||0===t||"number"==typeof
 t&>0& in e))}function r(e,t,n){if(Z.isFunction(t))return 
Z.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return Z.gr
 ep(e,function(e){return e===t!==n});if("string"==typeof 
t){if(ae.test(t))return Z.filter(t,e,n);t=Z.filter(t,e)}return 
Z.grep(e,function(e){return V.call(t,e)>=0!==n})}function 
i(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function o(e){var 
t=he[e]={};return Z.each(e.match(pe)||[],function(e,n){t[n]=!0}),t}function 
s(){K.removeEventListener("DOMContentLoaded",s,!1),e.removeEventListener("load",s,!1),Z.ready()}function
 
a(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=Z.expando+Math.random()}function
 l(e,t,n){var r;if(void 
0===n&&1===e.nodeType)if(r="data-"+t.replace(xe,"-$1").toLowerCase(),n=e.getAttribute(r),"string"==typeof
 
n){try{n="true"===n||"false"!==n&&("null"===n?null:+n+""===n?+n:be.test(n)?Z.parseJSON(n):n)}catch(e){}ye.set(e,t,n)}else
 n=void 0;return n}function u(){return!0}function c(){return!1}function 
d(){try{return K.activeElement}catch(e){}}function f(e,t){return 
Z.nodeName(e,"table")&(11!==t.nodeType?t:t.firstChild,"tr")
 
?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function
 p(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function 
h(e){var t=$e.exec(e.type);return 
t?e.type=t[1]:e.removeAttribute("type"),e}function m(e,t){for(var 
n=0,r=e.length;r>n;n++)ve.set(e[n],"globalEval",!t||ve.get(t[n],"globalEval"))}function
 g(e,t){var 
n,r,i,o,s,a,l,u;if(1===t.nodeType){if(ve.hasData(e)&&(o=ve.access(e),s=ve.set(t,o),u=o.events)){delete
 s.handle,s.events={};for(i in 
u)for(n=0,r=u[i].length;r>n;n++)Z.event.add(t,i,u[i][n])}ye.hasData(e)&&(a=ye.access(e),l=Z.extend({},a),ye.set(t,l))}}function
 v(e,t){var 
n=e.getElementsByTagName?e.getElementsByTagName(t||"*"):e.querySelectorAll?e.querySelectorAll(t||"*"):[];return
 void 0===t||t&(e,t)?Z.merge([e],n):n}function y(e,t){var 
n=t.nodeName.toLowerCase();"input"===n&(e.type)?t.checked=e.checked:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}function
 b(t,n){var r,i=Z(n.crea
 
teElement(t)).appendTo(n.body),o=e.getDefaultComputedStyle&&(r=e.getDefaultComputedStyle(i[0]))?r.display:Z.css(i[0],"display");return
 i.detach(),o}function x(e){var t=K,n=Fe[e];return 
n||(n=b(e,t),"none"!==n&||(Be=(Be||Z("")).appendTo(t.documentElement),t=Be[0].contentDocument,t.write(),t.close(),n=b(e,t),Be.detach()),Fe[e]=n),n}function
 w(e,t,n){var r,i,o,s,a=e.style;return 

[30/30] incubator-systemml-website git commit: [SYSTEMML-973][SYSTEMML-974][SYSTEMML-977] Refactor community members page

2016-10-20 Thread lresende
[SYSTEMML-973][SYSTEMML-974][SYSTEMML-977] Refactor community members page

Refactor community and members page using new about layout

Closes #7


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/069d53e7
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/069d53e7
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/069d53e7

Branch: refs/heads/master
Commit: 069d53e769a9ceecdaf8df5767bed4e711f16efd
Parents: b63b6ad
Author: Dexter Lesaca 
Authored: Tue Oct 11 17:09:30 2016 -0700
Committer: Luciano Resende 
Committed: Thu Oct 20 14:59:43 2016 -0700

--
 .gitignore  |2 +
 _src/_data/navigation.yml   |   53 +-
 _src/_includes/themes/apache/_navigation.html   |   76 -
 .../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   |   46 +-
 _src/_includes/themes/apache/footer.html|   34 -
 _src/_includes/themes/apache/header.html|   27 -
 _src/_includes/themes/apache/home.html  |   16 +-
 _src/_includes/themes/apache/page.html  |4 +-
 .../themes/apache/partials/_footer.html |   34 +
 .../_includes/themes/apache/partials/_head.html |   35 +
 .../themes/apache/partials/_header.html |   27 +
 .../themes/apache/partials/_navigation.html |   76 +
 .../partials/banners/banner_announcements.html  |7 +
 .../partials/banners/banner_contact_us.html |8 +
 .../partials/banners/banner_features.html   |   22 +
 .../partials/banners/banner_get_started.html|   17 +
 .../partials/banners/banner_header_hero.html|   11 +
 .../partials/banners/banner_partners.html   |   23 +
 .../partials/banners/banner_use_cases.html  |   30 +
 .../banners/banner_what_is_systemml.html|   14 +
 _src/_sass/_base.scss   |   50 +
 _src/_sass/_buttons.scss|   21 +
 _src/_sass/_config.scss |4 +
 _src/_sass/_header.scss |7 +-
 _src/_sass/_layout.scss |   73 +-
 _src/_sass/_modals.scss |   56 +-
 _src/_sass/_typography.scss |   62 -
 _src/_sass/layout/_config.scss  |7 +
 _src/_sass/layout/_index.scss   |1 +
 _src/_sass/main.scss|   10 +-
 _src/_sass/vendor/_ap-components.min.scss   |4 +-
 _src/assets/css/main.css| 3100 ++
 _src/community-members.html |   54 +
 _src/community-members.md   |   55 -
 _src/community.md   |1 -
 _src/download.html  |  111 +
 _src/download.md|  112 -
 _src/index.md   |6 +-
 _src/privacy-policy.md  |5 +-
 _src/tutorials.html |   74 +
 gulpfile.js |   66 +-
 package.json|3 +-
 50 files changed, 2595 insertions(+), 1988 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/069d53e7/.gitignore
--
diff --git a/.gitignore b/.gitignore
index a74beae..f0e2685 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,5 @@ _site
 
 #npm
 node_modules
+
+_src/assets/css/main.css

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/069d53e7/_src/_data/navigation.yml
--
diff --git a/_src/_data/navigation.yml b/_src/_data/navigation.yml
index 9ddef13..bb7324c 100644
--- a/_src/_data/navigation.yml
+++ b/_src/_data/navigation.yml
@@ -1,41 +1,13 @@
-## 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
-
+topnav:
 
-#
-#  
-#
-#Community
-# 

[23/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_sass/vendor/_ap-components.min.scss
--
diff --git a/_src/_sass/vendor/_ap-components.min.scss 
b/_src/_sass/vendor/_ap-components.min.scss
new file mode 100644
index 000..38bc189
--- /dev/null
+++ b/_src/_sass/vendor/_ap-components.min.scss
@@ -0,0 +1,4 @@
+@charset "UTF-8";
+/*! nouislider - 8.3.0 - 2016-02-14 17:37:20 */.noUi-target,.noUi-target 
*{-webkit-touch-callout:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking
 .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left 
.3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag 
*{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translateZ(0);transform:translateZ(0)}.noUi-horizontal{height:18px}.noUi-horizontal
 
.noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical
 
.noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#fafafa;box-shadow:inset
 0 1px 1px #f0f0f0}.noUi-connect
 {background:#3fb8af;box-shadow:inset 0 0 3px 
rgba(51,51,51,.45);-webkit-transition:background .45s;transition:background 
.45s}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px 
solid #d3d3d3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px 
#bbb}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 
3px 6px -5px #bbb}.noUi-draggable{cursor:w-resize}.noUi-vertical 
.noUi-draggable{cursor:n-resize}.noUi-handle{border:1px solid 
#d9d9d9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 
1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px 
#bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px 
-3px 
#bbb}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical
 .noUi-handle:after,.noUi-vertical 
.noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical 
.noUi-handle:after{to
 p:17px}[disabled].noUi-connect,[disabled] 
.noUi-connect{background:#b8b8b8}[disabled] 
.noUi-handle,[disabled].noUi-origin{cursor:not-allowed}.noUi-pips,.noUi-pips 
*{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{width:40px;position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{padding:10px
 
0;height:50px;top:100%;left:0;width:100%}.noUi-value-horizontal{margin-left:-20px;padding-top:20px}.noUi-value-horizontal.noUi-value-sub{padding-top:15px}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0
 
10px;height:100%;top:0;left:100%}.noUi-value-vertical{width:15px;margin-left:20px;margin-top:-5px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.n
 
oUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px
 solid 
#d9d9d9;border-radius:3px;background:#fff;padding:5px;text-align:center}.noUi-horizontal
 .noUi-handle-lower .noUi-tooltip{top:-32px}.noUi-horizontal .noUi-handle-upper 
.noUi-tooltip{bottom:-32px}.noUi-vertical .noUi-handle-lower 
.noUi-tooltip{left:120%}.noUi-vertical .noUi-handle-upper 
.noUi-tooltip{right:120%}.ps-container{-ms-touch-action:none;overflow:hidden!important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps
 
-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;border-radius:4px;opacity:0;-webkit-transition:background-color
 .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity 
.2s 
linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;border-radius:4px;-webkit-transition:background-color
 .2s linear;transition:background-color .2s 

[19/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_scripts/main.js
--
diff --git a/_src/_scripts/main.js b/_src/_scripts/main.js
new file mode 100644
index 000..902354e
--- /dev/null
+++ b/_src/_scripts/main.js
@@ -0,0 +1,60 @@
+console.log('hello main.js');
+
+$(document).ready(function() {
+
+stickyHeader();
+
+$(window).resize(function() {
+stickyHeader();
+});
+
+// Modal Triggers
+$('.jq-modal-trigger').click(function(event) {
+  var el_show = $(this).attr("href");
+  $(el_show).fadeIn('slow');
+  event.preventDefault();
+  hideModal();
+   });
+
+$('.jq-modal').fitVids();
+
+});
+
+//End Ready..
+
+//StickyHeader
+function stickyHeader() {
+// get height of first two headers
+var scrollHeight = 80;
+var self = this;
+if($( window ).width() > 750) {
+
+$(window).scroll(function() {
+// get current scroll position
+var scrollTop = $(this).scrollTop();
+
+// if current position > scrollHeight
+if (scrollTop > scrollHeight) {
+// make fixed and change background color
+$('.site-header').addClass('sticky').animate({top: "0"}, 300);
+
+} else if (scrollTop == 0) {
+// unfix and go back to default color
+$('.site-header').css('top','-80px').removeClass('sticky');
+}
+
+});
+
+}
+}
+
+// Show Modal
+function hideModal() {
+   $(".jq-close").click(function(event){
+var src = $(this).parent().find('iframe').attr('src');
+   $(this).parent().fadeOut('slow');
+$(this).parent().find('iframe').attr('src','');
+$(this).parent().find('iframe').attr('src',src);
+ event.preventDefault();
+   });
+}

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_scripts/pushy.js
--
diff --git a/_src/_scripts/pushy.js b/_src/_scripts/pushy.js
new file mode 100644
index 000..791eb90
--- /dev/null
+++ b/_src/_scripts/pushy.js
@@ -0,0 +1 @@
+!function(a){function 
b(){g.hasClass(k)?h.toggleClass(l):h.toggleClass(m)}function 
c(){g.hasClass(k)?(h.addClass(l),g.animate({left:"0px"},p),i.animate({left:q},p),j.animate({left:q},p)):(h.addClass(m),g.animate({right:"0px"},p),i.animate({right:q},p),j.animate({right:q},p))}function
 
d(){g.hasClass(k)?(h.removeClass(l),g.animate({left:"-"+q},p),i.animate({left:"0px"},p),j.animate({left:"0px"},p)):(h.removeClass(m),g.animate({right:"-"+q},p),i.animate({right:"0px"},p),j.animate({right:"0px"},p))}function
 e(){a(r).addClass(t),a(r).on("click",function(){var 
b=a(this);b.hasClass(t)?(a(r).addClass(t).removeClass(s),b.removeClass(t).addClass(s)):b.addClass(t).removeClass(s)})}function
 
f(){a(r).addClass(t),u.children("a").on("click",function(b){b.preventDefault(),a(this).toggleClass(s).next(".pushy-submenu
 
ul").slideToggle(200).end().parent(r).siblings(r).children("a").removeClass(s).next(".pushy-submenu
 ul").slideUp(200)})}var 
g=a(".pushy"),h=a("body"),i=a("#container"),j=a(".push"),k="pu
 
shy-left",l="pushy-open-left",m="pushy-open-right",n=a(".site-overlay"),o=a(".menu-btn,
 
.pushy-link"),p=200,q=g.width()+"px",r=".pushy-submenu",s="pushy-submenu-open",t="pushy-submenu-closed",u=a(r),v=function(){var
 
a=document.createElement("p"),b=!1,c={webkitTransform:"-webkit-transform",OTransform:"-o-transform",msTransform:"-ms-transform",MozTransform:"-moz-transform",transform:"transform"};document.body.insertBefore(a,null);for(var
 d in c)void 
0!==a.style[d]&&(a.style[d]="translate3d(1px,1px,1px)",b=window.getComputedStyle(a).getPropertyValue(c[d]));return
 document.body.removeChild(a),void 
0!==b&>0&&"none"!==b}();if(v)g.css({visibility:"visible"}),e(),o.on("click",function(){b()}),n.on("click",function(){b()});else{h.addClass("no-csstransforms3d"),g.hasClass(k)?g.css({left:"-"+q}):g.css({right:"-"+q}),g.css({visibility:"visible"}),i.css({"overflow-x":"hidden"});var
 
w=!1;f(),o.on("click",function(){w?(d(),w=!1):(c(),w=!0)}),n.on("click",function(){w?(d(),w=!1):(c(),w=!0)
 })}}(jQuery);



[17/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/apache-incubator-logo.png
--
diff --git a/_src/assets/img/apache-incubator-logo.png 
b/_src/assets/img/apache-incubator-logo.png
new file mode 100644
index 000..9d25899
Binary files /dev/null and b/_src/assets/img/apache-incubator-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/apache-logo.png
--
diff --git a/_src/assets/img/apache-logo.png b/_src/assets/img/apache-logo.png
new file mode 100644
index 000..2d70923
Binary files /dev/null and b/_src/assets/img/apache-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/automotive.png
--
diff --git a/_src/assets/img/automotive.png b/_src/assets/img/automotive.png
new file mode 100644
index 000..a3f6434
Binary files /dev/null and b/_src/assets/img/automotive.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/dsx-logo.png
--
diff --git a/_src/assets/img/dsx-logo.png b/_src/assets/img/dsx-logo.png
new file mode 100644
index 000..a1ff973
Binary files /dev/null and b/_src/assets/img/dsx-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/favicon.png
--
diff --git a/_src/assets/img/favicon.png b/_src/assets/img/favicon.png
new file mode 100644
index 000..2388972
Binary files /dev/null and b/_src/assets/img/favicon.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/hadoop-logo.png
--
diff --git a/_src/assets/img/hadoop-logo.png b/_src/assets/img/hadoop-logo.png
new file mode 100644
index 000..b48e364
Binary files /dev/null and b/_src/assets/img/hadoop-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/assets/img/hero-about.png
--
diff --git a/_src/assets/img/hero-about.png b/_src/assets/img/hero-about.png
new file mode 100644
index 000..af9bbc2
Binary files /dev/null and b/_src/assets/img/hero-about.png differ



[24/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_includes/themes/apache/settings.yml
--
diff --git a/_src/_includes/themes/apache/settings.yml 
b/_src/_includes/themes/apache/settings.yml
new file mode 100644
index 000..e1c28dc
--- /dev/null
+++ b/_src/_includes/themes/apache/settings.yml
@@ -0,0 +1,2 @@
+theme :
+  name : apache

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_layouts/default.html
--
diff --git a/_src/_layouts/default.html b/_src/_layouts/default.html
new file mode 100644
index 000..6897503
--- /dev/null
+++ b/_src/_layouts/default.html
@@ -0,0 +1,5 @@
+---
+theme :
+ name : apache
+---
+{% include themes/apache/default.html %}

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_layouts/home.html
--
diff --git a/_src/_layouts/home.html b/_src/_layouts/home.html
new file mode 100644
index 000..544161d
--- /dev/null
+++ b/_src/_layouts/home.html
@@ -0,0 +1,4 @@
+---
+layout: default
+---
+{% include themes/apache/home.html %}

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_layouts/page.html
--
diff --git a/_src/_layouts/page.html b/_src/_layouts/page.html
new file mode 100644
index 000..69d959d
--- /dev/null
+++ b/_src/_layouts/page.html
@@ -0,0 +1,4 @@
+---
+layout: default
+---
+{% include themes/apache/page.html %}

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_sass/_banners.scss
--
diff --git a/_src/_sass/_banners.scss b/_src/_sass/_banners.scss
new file mode 100644
index 000..b05f734
--- /dev/null
+++ b/_src/_sass/_banners.scss
@@ -0,0 +1,176 @@
+.hero-banner {
+  color: #fff;
+  position: relative;
+  top: 115px;
+  @media (min-width: $bp-medium) {
+top: 0;
+  }
+  &.hero-home, &.hero-about {
+position: relative;
+min-height: 300px;
+background: transparent url(../img/hero-home.jpg) 0 0 no-repeat;
+background-size: cover;
+overflow: hidden;
+@media (min-width: $bp-medium) {
+  min-height: 500px;
+}
+&.hero-about {
+  background: #1D3649 url(../img/hero-about.svg) center bottom no-repeat;
+  background-size: cover;
+}
+  }
+  .banner-overlay {
+position: absolute;
+top: 0;
+z-index: 50;
+width: 100%;
+height: 100%;
+background: rgba(21,41,53,.5);
+  }
+  .banner-content {
+height: 100%;
+display: flex;
+flex-direction: column;
+justify-content: center;
+align-items: center;
+h1 {
+  line-height: 1;
+}
+p {
+  font-size: 18px;
+  text-align: center;
+}
+.video-link {
+  color: #fff;
+  font-weight: $font-weight-medium;
+  display: flex;
+  align-items: center;
+  border: 0;
+  &:hover {
+color: $color-text-systemml;
+  }
+  .play-button {
+margin-right: 10px;
+  }
+}
+.button-primary {
+  margin-top: 50px;
+}
+  }
+  video {
+height: 100%;
+position: absolute;
+left: 50%;
+top: 50%;
+-webkit-transform: translateY(-50%) translateX(-50%);
+transform: translateY(-50%) translateX(-50%);
+display: none;
+@media (min-width: $bp-medium) {
+  width: 100%;
+  height: auto;
+  display: block;
+}
+  }
+}
+
+.features-banner, .partners-banner, .team-banner, .announcement-banner {
+  text-align: center;
+  padding: 20px;
+  background: #f9f9fb;
+  &.partners-banner, &.team-banner {
+background: transparent;
+  }
+  &.announcement-banner {
+p {
+  width: 100%;
+  margin: 0;
+}
+  }
+  .content-group {
+align-items: center;
+margin: 50px 0;
+.team-container {
+  &:nth-child(even) {
+margin: 0;
+  }
+}
+@media (min-width: $bp-medium) {
+  text-align: center;
+  align-items: flex-start;
+  li:nth-child(2n) {
+margin: 0 50px;
+  }
+  li {
+width: 33%;
+  }
+  &.wrap-row {
+display: block;
+li {
+  display: block;
+  width: 100%;
+}
+  }
+}
+.icon {
+  margin: 20px auto;
+}
+  }
+}
+
+.usecases-banner {
+  .content-group {
+margin: 50px 0;
+padding: 20px;
+h2 {
+  text-align: center;
+}
+@media (min-width: $bp-medium) {
+  img {
+max-width: 100%;
+margin-left: 100px;
+  }
+  &:nth-child(even) {
+flex-direction: row-reverse;
+img {
+  margin: 0 100px 0 0;
+}
+  }
+}
+  }
+}
+
+.table {
+  border-collapse: collapse;
+  width: 100%;
+  margin: 40px 0;
+  tr {
+-moz-transition: 

[27/30] incubator-systemml-website git commit: [SYSTEMML-973][SYSTEMML-974][SYSTEMML-977] Refactor community members page

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/069d53e7/_src/community-members.html
--
diff --git a/_src/community-members.html b/_src/community-members.html
new file mode 100644
index 000..3425307
--- /dev/null
+++ b/_src/community-members.html
@@ -0,0 +1,54 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+
+
+
+{{ site.data.project.short_name }} Team Members
+
+{% if site.data.contributors %}
+
+  
+
+  
+  Full Name
+  Apache ID
+  GitHub
+  Role
+  Affiliation
+
+  
+  
+  {% for member in site.data.contributors %}
+
+  http://github.com/{{ member.githubId }}">http://github.com/{{ member.githubId }}.png{% else 
%}{{ member.avatar }}{% endunless %}">
+  {{member.name}}
+  {{member.apacheId}}
+  http://github.com/{{ member.githubId }}">{{ member.githubId 
}}
+  {{member.role}}
+  {{member.org}}
+
+  {% endfor %}
+  
+
+{% endif %}

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/069d53e7/_src/community-members.md
--
diff --git a/_src/community-members.md b/_src/community-members.md
deleted file mode 100644
index 87605ca..000
--- a/_src/community-members.md
+++ /dev/null
@@ -1,55 +0,0 @@

-layout: page
-title: Community Members
-description: Project Community Page
-group: nav-right

-
-
-
-
-### {{ site.data.project.short_name }} Team Members
-
-{% if site.data.contributors %}
-
-
-
-
-Full Name
-Apache ID
-GitHub
-Role
-Affiliation
-
-
-
-{% for member in site.data.contributors %}
-
-http://github.com/{{ member.githubId }}">http://github.com/{{ member.githubId 
}}.png{% else %}{{ member.avatar }}{% endunless %}">
-{{member.name}}
-{{member.apacheId}}
-http://github.com/{{ member.githubId }}">{{ 
member.githubId }}
-{{member.role}}
-{{member.org}}
-
-{% endfor %}
-
-
-{% endif %}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/069d53e7/_src/community.md
--
diff --git a/_src/community.md b/_src/community.md
index b17ee19..e53313a 100644
--- a/_src/community.md
+++ b/_src/community.md
@@ -22,7 +22,6 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 {% endcomment %}
 -->
-
 
 ## {{ site.data.project.name }} Community
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/069d53e7/_src/download.html
--
diff --git a/_src/download.html b/_src/download.html
new file mode 100644
index 000..3dad19e
--- /dev/null
+++ b/_src/download.html
@@ -0,0 +1,111 @@
+---
+layout: page
+title: Download
+description: Project Download Page
+group: nav-right
+---
+
+
+{{ site.data.project.name }} Downloads
+
+{{ site.data.project.name }} is released as a source artifact. Binary 
artifacts (including the ones available in Maven) are made available for your 
convenience. You will be prompted for a mirror - if the file is not found on 
yours, please be patient, as it may take 24 hours to reach all mirrors. {{ 
site.data.project.name }} is distributed under the [Apache License, version 
2.0](http://www.apache.org/licenses/LICENSE-2.0).
+
+Download {{ site.data.project.name }} 0.10.0-incubating
+
+  
+
+
+  Name
+  Archive
+  MD5
+  Signature
+
+
+  systemml-0.10.0-incubating (tar.gz)
+  http://www.apache.org/dyn/closer.lua/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.tar.gz;>tar.gz
+  http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.tar.gz.md5;>MD5
 
+  http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.tar.gz.asc;>ASC
+
+
+  systemml-0.10.0-incubating (zip) 
+  http://www.apache.org/dyn/closer.lua/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.zip;>zip
+  http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.zip.md5;>MD5
+  http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.zip.asc;>ASC
+
+
+  systemml-0.10.0-incubating-standalone (tar.gz)
+  http://www.apache.org/dyn/closer.lua/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating-standalone.tar.gz;>tar.gz
+  http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating-standalone.tar.gz.md5;>MD5
 
+  

[22/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_scripts/ap-components.min.js
--
diff --git a/_src/_scripts/ap-components.min.js 
b/_src/_scripts/ap-components.min.js
new file mode 100644
index 000..677ea77
--- /dev/null
+++ b/_src/_scripts/ap-components.min.js
@@ -0,0 +1,2 @@
+"use strict";function _toggleTab(e,t,n){var 
i=[].slice.call(document.querySelectorAll(e)),r=[].slice.call(document.querySelectorAll(n));i.filter(function(e){return"true"===e.attributes["aria-selected"].value}).map(function(e){return
 
e.setAttribute("aria-selected",!1),e}),r.filter(function(e){return"false"===e.attributes["aria-hidden"].value}).map(function(e){return
 
e.setAttribute("aria-hidden",!0),e});i[t].setAttribute("aria-selected",!0),r[t].setAttribute("aria-hidden",!1)}function
 apTabs(){var e=arguments.length<=0||void 
0===arguments[0]?".tab":arguments[0],t=arguments.length<=1||void 
0===arguments[1]?".panel":arguments[1],n=[].slice.call(document.querySelectorAll(e)),i=[].slice.call(document.querySelectorAll(t));n.map(function(n,i){return
 
n.addEventListener("click",function(n){_toggleTab(e,i,t)}),n.addEventListener("keyup",function(n){13===n.which?_toggleTab(e,i,t):""}),n}),i.map(function(e){return
 e.setAttribute("aria-hidden",!0),e}),_toggleTab(e,0,t)}var 
_typeof="function"==typ
 eof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof 
e}:function(e){return e&&"function"==typeof 
Symbol&===Symbol?"symbol":typeof 
e};!function(e){"function"==typeof 
define&?define([],e):"object"===("undefined"==typeof 
exports?"undefined":_typeof(exports))?module.exports=e():window.noUiSlider=e()}(function(){function
 e(e){return e.filter(function(e){return this[e]?!1:this[e]=!0},{})}function 
t(e,t){return Math.round(e/t)*t}function n(e){var 
t=e.getBoundingClientRect(),n=e.ownerDocument,i=n.documentElement,r=p();return/webkit.*Chrome.*Mobile/i.test(navigator.userAgent)&&(r.x=0),{top:t.top+r.y-i.clientTop,left:t.left+r.x-i.clientLeft}}function
 i(e){return"number"==typeof e&&!isNaN(e)&(e)}function r(e){var 
t=Math.pow(10,7);return Number((Math.round(e*t)/t).toFixed(7))}function 
o(e,t,n){c(e,t),setTimeout(function(){u(e,t)},n)}function s(e){return 
Math.max(Math.min(e,100),0)}function a(e){return 
Array.isArray(e)?e:[e]}function l(e){var t
 =e.split(".");return t.length>1?t[1].length:0}function 
c(e,t){e.classList?e.classList.add(t):e.className+=" "+t}function 
u(e,t){e.classList?e.classList.remove(t):e.className=e.className.replace(new 
RegExp("(^|\\b)"+t.split(" ").join("|")+"(\\b|$)","gi")," ")}function 
d(e,t){return e.classList?e.classList.contains(t):new 
RegExp("\\b"+t+"\\b").test(e.className)}function p(){var e=void 
0!==window.pageXOffset,t="CSS1Compat"===(document.compatMode||""),n=e?window.pageXOffset:t?document.documentElement.scrollLeft:document.body.scrollLeft,i=e?window.pageYOffset:t?document.documentElement.scrollTop:document.body.scrollTop;return{x:n,y:i}}function
 m(e){e.stopPropagation()}function h(e){return function(t){return e+t}}function 
f(e,t){return 100/(t-e)}function g(e,t){return 100*t/(e[1]-e[0])}function 
b(e,t){return g(e,e[0]<0?t+Math.abs(e[0]):t-e[0])}function v(e,t){return 
t*(e[1]-e[0])/100+e[0]}function y(e,t){for(var n=1;e>=t[n];)n+=1;return 
n}function _(e,t,n){if(n>=e.slice(-1)[0])return 100;
 var i,r,o,s,a=y(n,e);return 
i=e[a-1],r=e[a],o=t[a-1],s=t[a],o+b([i,r],n)/f(o,s)}function 
x(e,t,n){if(n>=100)return e.slice(-1)[0];var i,r,o,s,a=y(n,t);return 
i=e[a-1],r=e[a],o=t[a-1],s=t[a],v([i,r],(n-o)*f(o,s))}function 
w(e,n,i,r){if(100===r)return r;var o,s,a=y(r,e);return 
i?(o=e[a-1],s=e[a],r-o>(s-o)/2?s:o):n[a-1]?e[a-1]+t(r-e[a-1],n[a-1]):r}function 
E(e,t,n){var r;if("number"==typeof t&&(t=[t]),"[object 
Array]"!==Object.prototype.toString.call(t))throw new Error("noUiSlider: 
'range' contains invalid 
value.");if(r="min"===e?0:"max"===e?100:parseFloat(e),!i(r)||!i(t[0]))throw new 
Error("noUiSlider: 'range' value isn't 
numeric.");n.xPct.push(r),n.xVal.push(t[0]),r?n.xSteps.push(isNaN(t[1])?!1:t[1]):isNaN(t[1])||(n.xSteps[0]=t[1])}function
 N(e,t,n){return 
t?void(n.xSteps[e]=g([n.xVal[e],n.xVal[e+1]],t)/f(n.xPct[e],n.xPct[e+1])):!0}function
 
S(e,t,n,i){this.xPct=[],this.xVal=[],this.xSteps=[i||!1],this.xNumSteps=[!1],this.snap=t,this.direction=n;var
 r,o=[];for(r in e)e.hasOwnProperty(
 
r)&([e[r],r]);for(o.length&&"object"===_typeof(o[0][0])?o.sort(function(e,t){return
 e[0][0]-t[0][0]}):o.sort(function(e,t){return 
e[0]-t[0]}),r=0;r

[25/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
ogo-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..000
--- 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

[20/30] incubator-systemml-website git commit: [SYSTEMML-975] Create build steps to create css and js bundles

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/96a132b2/_src/_scripts/jquery-2.1.1.min.js
--
diff --git a/_src/_scripts/jquery-2.1.1.min.js 
b/_src/_scripts/jquery-2.1.1.min.js
new file mode 100644
index 000..e5ace11
--- /dev/null
+++ b/_src/_scripts/jquery-2.1.1.min.js
@@ -0,0 +1,4 @@
+/*! jQuery v2.1.1 | (c) 2005, 2014 jQuery Foundation, Inc. | 
jquery.org/license */
+!function(a,b){"object"==typeof module&&"object"==typeof 
module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw
 new Error("jQuery requires a window with a document");return 
b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var 
c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.1",n=function(a,b){return
 new 
n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return
 
b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return
 d.call(this)},get:function(a){return 
null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var 
b=n.merge(this.constructor(),a);return 
b.prevObject=this,b.context=this.context,b},each:function(a,b){return 
n.each(this,a,b)},map:function(a){return 
this.pushStack(n.map(this,function(b,c){return 
a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(
 this,arguments))},first:function(){return this.eq(0)},last:function(){return 
this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return 
this.pushStack(c>=0&>c?[this[c]]:[])},end:function(){return 
this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var
 
a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof
 g&&(j=g,g=arguments[h]||{},h++),"object"==typeof 
g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b
 in 
a)c=g[b],d=a[b],g!==d&&(j&&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&(c)?c:[]):f=c&(c)?c:{},g[b]=n.extend(j,f,d)):void
 0!==d&&(g[b]=d));return 
g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw
 new 
Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return
 null!=a&===a.window},isNumeric:functi
 
on(a){return!n.isArray(a)&(a)>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var
 b;for(b in a)return!1;return!0},type:function(a){return 
null==a?a+"":"object"==typeof a||"function"==typeof 
a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var 
b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use 
strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return
 a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return 
a.nodeName&()===b.toLowerCase()},each:function(a,b,c){var
 
d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else
 for(e in a)if(d=b.apply(a[e],c),d===!1)break}else 
if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in 
a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){
 return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var 
c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof 
a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return 
null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var 
c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return 
a.length=e,a},grep:function(a,b,c){for(var 
d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&(a[f]);return 
e},map:function(a,b,c){var 
d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&(d);else
 for(f in a)d=b(a[f],f,c),null!=d&(d);return 
e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof 
b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return 
a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void
 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date 
RegExp Object Error".split(" "),function(a,b){h["[object 
"+b+"]"]=b.toLowerCase()});function s(a){var 
 
b=a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&?!0:"array"===c||0===b||"number"==typeof
 b&>0& in a}var t=function(a){var 
b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+-new 
Date,v=a.document,w=0,x=0,y=gb(),z=gb(),A=gb(),B=function(a,b){return 
a===b&&(l=!0),0},C="undefined",D=1<<31,E={}.hasOwnProperty,F=[],G=F.pop,H=F.push,I=F.push,J=F.slice,K=F.indexOf||function(a){for(var
 b=0,c=this.length;c>b;b++)if(this[b]===a)return 

[28/30] incubator-systemml-website git commit: [SYSTEMML-973][SYSTEMML-974][SYSTEMML-977] Refactor community members page

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/069d53e7/_src/assets/css/main.css
--
diff --git a/_src/assets/css/main.css b/_src/assets/css/main.css
index 409d3e8..ad0c8ae 100644
--- a/_src/assets/css/main.css
+++ b/_src/assets/css/main.css
@@ -2,11 +2,11 @@
 /*! nouislider - 8.3.0 - 2016-02-14 17:37:20 */
 .noUi-target, .noUi-target * {
   -webkit-touch-callout: none;
+  -webkit-user-select: none;
   -ms-touch-action: none;
   touch-action: none;
   -ms-user-select: none;
   -moz-user-select: none;
-  -webkit-user-select: none;
   user-select: none;
   box-sizing: border-box; }
 
@@ -457,100 +457,104 @@ table {
 td, th {
   padding: 0; }
 
-.ap-container {
+html {
+  font-size: 16px; }
+
+body {
   color: #1d3649;
-  font-size: 16px;
   line-height: 1.68;
-  font-family: Helvetica Neue for IBM,Helvetica 
Neue,Helvetica,Arial,Roboto,sans-serif;
+  font-family: Helvetica Neue for IBM,Helvetica 
Neue,-apple-system,BlinkMacSystemFont,Segoe 
UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,sans-serif;
   font-weight: 300; }
 
-.ap-container *, .ap-container :after, .ap-container :before {
+*, :after, :before {
   box-sizing: border-box; }
 
-.ap-container .hyperlink, .ap-container a, .ap-container a:hover {
+.hyperlink, a, a:hover {
   color: #a6266e;
   text-decoration: none; }
 
-.ap-container .hyperlink strong {
+.hyperlink strong {
   font-weight: 700; }
 
-.ap-container .hyperlink:hover {
+.hyperlink:hover {
   color: #a6266e;
   text-decoration: underline; }
 
-.ap-container .hyperlink:active {
+.hyperlink:active {
   color: #db2780; }
 
-.ap-container .dark {
+.dark {
   color: #f9f9fb; }
 
-.ap-container .dark a, .ap-container .dark a.hyperlink:hover {
+.dark a, .dark a.hyperlink:hover {
   color: #41d6c3; }
 
-.ap-container h1, .ap-container h2, .ap-container h3, .ap-container h4, 
.ap-container h5, .ap-container h6 {
+h1, h2, h3, h4, h5, h6 {
   margin: 0;
   font-weight: inherit; }
 
-.ap-container h1 {
-  font-size: 2.441em; }
+h1 {
+  font-size: 2.441rem; }
 
-.ap-container h2 {
-  font-size: 1.563em; }
+h2 {
+  font-size: 1.563rem; }
 
-.ap-container h3 {
-  font-size: 1.25em; }
+h3 {
+  font-size: 1.25rem; }
 
-.ap-container h4, .ap-container h5, .ap-container h6 {
-  font-size: 1em; }
+h4, h5, h6 {
+  font-size: 1rem; }
 
-@media (min-width: 48.063em) {
-  .ap-container h1 {
-font-size: 4.236em; }
-  .ap-container h2 {
-font-size: 2.618em; }
-  .ap-container h3 {
-font-size: 1.618em; } }
+@media (min-width: 51.44em) {
+  h1 {
+font-size: 4.236rem; }
+  h2 {
+font-size: 2.618rem; }
+  h3 {
+font-size: 1.563rem; } }
 
-.ap-container p {
-  font-weight: 1em; }
+p {
+  font-size: 1rem; }
 
-.ap-container small {
-  font-size: .875em; }
+small {
+  font-size: .875rem; }
 
-.ap-container strong {
+strong {
   font-weight: 700; }
 
-.ap-container em {
+em {
   font-style: italic; }
 
-.ap-container ol, .ap-container ul {
+ol, ul {
   padding-left: 1em; }
 
-.ap-container ul {
+ul {
   list-style: disc; }
 
-.ap-container ol {
+ol {
   list-style: decimal; }
 
-.ap-container ol ul, .ap-container ul ul {
+ol ul, ul ul {
   list-style-type: circle;
   margin-bottom: 0; }
 
-.ap-container img {
+img {
   max-width: 100%; }
 
-.ap-container fieldset {
+fieldset {
   border: 0;
   padding: 0;
   margin: 0; }
 
-.ap-container .alert {
+.alert {
   padding: 15px 62px;
   min-height: 55px;
   display: block;
   clear: both;
   position: absolute;
   left: 0;
+  -webkit-transition: all .2s ease-in-out;
+  transition: all .2s ease-in-out;
   border-left: 4px solid;
   background: #f9f9fb;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
@@ -558,14 +562,46 @@ td, th {
   margin-top: 0;
   width: 100%; }
 
-.ap-container .alert, .ap-container .alert__fadeOut {
+.alert .icon--error, .alert .icon--info, .alert .icon--success, .alert 
.icon--warning {
+  position: absolute;
+  top: 15px;
+  left: 24px; }
+
+.alert__fadeOut {
+  opacity: 0;
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out; }
 
-.ap-container .alert__fadeOut {
-  opacity: 0; }
+.alert__close {
+  position: absolute;
+  top: 15px;
+  right: 20px;
+  background: transparent;
+  border: 0;
+  padding: 0;
+  display: block; }
+
+.alert__title {
+  font-size: 1rem;
+  font-weight: 700;
+  display: inline; }
+
+.alert__title:after {
+  content: ' — '; }
+
+.alert--success {
+  border-color: #4b8400; }
+
+.alert--warning {
+  border-color: #fdd600; }
+
+.alert--error {
+  border-color: #e71d32; }
+
+.alert--info {
+  border-color: #4178be; }
 
-.ap-container .alert__close {
+.alert__close {
   position: absolute;
   top: 15px;
   right: 20px;
@@ -576,142 +612,124 @@ td, th {
   width: 24px;
   height: 24px; }
 
-.ap-container .alert__close svg {
+.alert__close svg {
   width: 24px;
   height: 24px;
   fill: #a6266e; }
 
-.ap-container .alert__close:active svg {
+.alert__close:active svg {
   fill: #db2780; }
 

[2/4] incubator-systemml-website git commit: [SYSTEMML-973][SYSTEMML-974][SYSTEMML-977] Refactor community members page

2016-10-20 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/90f46caf/_src/assets/css/main.css
--
diff --git a/_src/assets/css/main.css b/_src/assets/css/main.css
index 409d3e8..ad0c8ae 100644
--- a/_src/assets/css/main.css
+++ b/_src/assets/css/main.css
@@ -2,11 +2,11 @@
 /*! nouislider - 8.3.0 - 2016-02-14 17:37:20 */
 .noUi-target, .noUi-target * {
   -webkit-touch-callout: none;
+  -webkit-user-select: none;
   -ms-touch-action: none;
   touch-action: none;
   -ms-user-select: none;
   -moz-user-select: none;
-  -webkit-user-select: none;
   user-select: none;
   box-sizing: border-box; }
 
@@ -457,100 +457,104 @@ table {
 td, th {
   padding: 0; }
 
-.ap-container {
+html {
+  font-size: 16px; }
+
+body {
   color: #1d3649;
-  font-size: 16px;
   line-height: 1.68;
-  font-family: Helvetica Neue for IBM,Helvetica 
Neue,Helvetica,Arial,Roboto,sans-serif;
+  font-family: Helvetica Neue for IBM,Helvetica 
Neue,-apple-system,BlinkMacSystemFont,Segoe 
UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,sans-serif;
   font-weight: 300; }
 
-.ap-container *, .ap-container :after, .ap-container :before {
+*, :after, :before {
   box-sizing: border-box; }
 
-.ap-container .hyperlink, .ap-container a, .ap-container a:hover {
+.hyperlink, a, a:hover {
   color: #a6266e;
   text-decoration: none; }
 
-.ap-container .hyperlink strong {
+.hyperlink strong {
   font-weight: 700; }
 
-.ap-container .hyperlink:hover {
+.hyperlink:hover {
   color: #a6266e;
   text-decoration: underline; }
 
-.ap-container .hyperlink:active {
+.hyperlink:active {
   color: #db2780; }
 
-.ap-container .dark {
+.dark {
   color: #f9f9fb; }
 
-.ap-container .dark a, .ap-container .dark a.hyperlink:hover {
+.dark a, .dark a.hyperlink:hover {
   color: #41d6c3; }
 
-.ap-container h1, .ap-container h2, .ap-container h3, .ap-container h4, 
.ap-container h5, .ap-container h6 {
+h1, h2, h3, h4, h5, h6 {
   margin: 0;
   font-weight: inherit; }
 
-.ap-container h1 {
-  font-size: 2.441em; }
+h1 {
+  font-size: 2.441rem; }
 
-.ap-container h2 {
-  font-size: 1.563em; }
+h2 {
+  font-size: 1.563rem; }
 
-.ap-container h3 {
-  font-size: 1.25em; }
+h3 {
+  font-size: 1.25rem; }
 
-.ap-container h4, .ap-container h5, .ap-container h6 {
-  font-size: 1em; }
+h4, h5, h6 {
+  font-size: 1rem; }
 
-@media (min-width: 48.063em) {
-  .ap-container h1 {
-font-size: 4.236em; }
-  .ap-container h2 {
-font-size: 2.618em; }
-  .ap-container h3 {
-font-size: 1.618em; } }
+@media (min-width: 51.44em) {
+  h1 {
+font-size: 4.236rem; }
+  h2 {
+font-size: 2.618rem; }
+  h3 {
+font-size: 1.563rem; } }
 
-.ap-container p {
-  font-weight: 1em; }
+p {
+  font-size: 1rem; }
 
-.ap-container small {
-  font-size: .875em; }
+small {
+  font-size: .875rem; }
 
-.ap-container strong {
+strong {
   font-weight: 700; }
 
-.ap-container em {
+em {
   font-style: italic; }
 
-.ap-container ol, .ap-container ul {
+ol, ul {
   padding-left: 1em; }
 
-.ap-container ul {
+ul {
   list-style: disc; }
 
-.ap-container ol {
+ol {
   list-style: decimal; }
 
-.ap-container ol ul, .ap-container ul ul {
+ol ul, ul ul {
   list-style-type: circle;
   margin-bottom: 0; }
 
-.ap-container img {
+img {
   max-width: 100%; }
 
-.ap-container fieldset {
+fieldset {
   border: 0;
   padding: 0;
   margin: 0; }
 
-.ap-container .alert {
+.alert {
   padding: 15px 62px;
   min-height: 55px;
   display: block;
   clear: both;
   position: absolute;
   left: 0;
+  -webkit-transition: all .2s ease-in-out;
+  transition: all .2s ease-in-out;
   border-left: 4px solid;
   background: #f9f9fb;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
@@ -558,14 +562,46 @@ td, th {
   margin-top: 0;
   width: 100%; }
 
-.ap-container .alert, .ap-container .alert__fadeOut {
+.alert .icon--error, .alert .icon--info, .alert .icon--success, .alert 
.icon--warning {
+  position: absolute;
+  top: 15px;
+  left: 24px; }
+
+.alert__fadeOut {
+  opacity: 0;
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out; }
 
-.ap-container .alert__fadeOut {
-  opacity: 0; }
+.alert__close {
+  position: absolute;
+  top: 15px;
+  right: 20px;
+  background: transparent;
+  border: 0;
+  padding: 0;
+  display: block; }
+
+.alert__title {
+  font-size: 1rem;
+  font-weight: 700;
+  display: inline; }
+
+.alert__title:after {
+  content: ' — '; }
+
+.alert--success {
+  border-color: #4b8400; }
+
+.alert--warning {
+  border-color: #fdd600; }
+
+.alert--error {
+  border-color: #e71d32; }
+
+.alert--info {
+  border-color: #4178be; }
 
-.ap-container .alert__close {
+.alert__close {
   position: absolute;
   top: 15px;
   right: 20px;
@@ -576,142 +612,124 @@ td, th {
   width: 24px;
   height: 24px; }
 
-.ap-container .alert__close svg {
+.alert__close svg {
   width: 24px;
   height: 24px;
   fill: #a6266e; }
 
-.ap-container .alert__close:active svg {
+.alert__close:active svg {
   fill: #db2780; }
 

[1/4] incubator-systemml-website git commit: [SYSTEMML-973][SYSTEMML-974][SYSTEMML-977] Refactor community members page

2016-10-20 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 80a447117 -> 90f46caff


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/90f46caf/_src/community-members.html
--
diff --git a/_src/community-members.html b/_src/community-members.html
new file mode 100644
index 000..3425307
--- /dev/null
+++ b/_src/community-members.html
@@ -0,0 +1,54 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+
+
+
+{{ site.data.project.short_name }} Team Members
+
+{% if site.data.contributors %}
+
+  
+
+  
+  Full Name
+  Apache ID
+  GitHub
+  Role
+  Affiliation
+
+  
+  
+  {% for member in site.data.contributors %}
+
+  http://github.com/{{ member.githubId }}">http://github.com/{{ member.githubId }}.png{% else 
%}{{ member.avatar }}{% endunless %}">
+  {{member.name}}
+  {{member.apacheId}}
+  http://github.com/{{ member.githubId }}">{{ member.githubId 
}}
+  {{member.role}}
+  {{member.org}}
+
+  {% endfor %}
+  
+
+{% endif %}

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/90f46caf/_src/community-members.md
--
diff --git a/_src/community-members.md b/_src/community-members.md
deleted file mode 100644
index 87605ca..000
--- a/_src/community-members.md
+++ /dev/null
@@ -1,55 +0,0 @@

-layout: page
-title: Community Members
-description: Project Community Page
-group: nav-right

-
-
-
-
-### {{ site.data.project.short_name }} Team Members
-
-{% if site.data.contributors %}
-
-
-
-
-Full Name
-Apache ID
-GitHub
-Role
-Affiliation
-
-
-
-{% for member in site.data.contributors %}
-
-http://github.com/{{ member.githubId }}">http://github.com/{{ member.githubId 
}}.png{% else %}{{ member.avatar }}{% endunless %}">
-{{member.name}}
-{{member.apacheId}}
-http://github.com/{{ member.githubId }}">{{ 
member.githubId }}
-{{member.role}}
-{{member.org}}
-
-{% endfor %}
-
-
-{% endif %}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/90f46caf/_src/community.md
--
diff --git a/_src/community.md b/_src/community.md
index b17ee19..e53313a 100644
--- a/_src/community.md
+++ b/_src/community.md
@@ -22,7 +22,6 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 {% endcomment %}
 -->
-
 
 ## {{ site.data.project.name }} Community
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/90f46caf/_src/download.html
--
diff --git a/_src/download.html b/_src/download.html
new file mode 100644
index 000..3dad19e
--- /dev/null
+++ b/_src/download.html
@@ -0,0 +1,111 @@
+---
+layout: page
+title: Download
+description: Project Download Page
+group: nav-right
+---
+
+
+{{ site.data.project.name }} Downloads
+
+{{ site.data.project.name }} is released as a source artifact. Binary 
artifacts (including the ones available in Maven) are made available for your 
convenience. You will be prompted for a mirror - if the file is not found on 
yours, please be patient, as it may take 24 hours to reach all mirrors. {{ 
site.data.project.name }} is distributed under the [Apache License, version 
2.0](http://www.apache.org/licenses/LICENSE-2.0).
+
+Download {{ site.data.project.name }} 0.10.0-incubating
+
+  
+
+
+  Name
+  Archive
+  MD5
+  Signature
+
+
+  systemml-0.10.0-incubating (tar.gz)
+  http://www.apache.org/dyn/closer.lua/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.tar.gz;>tar.gz
+  http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.tar.gz.md5;>MD5
 
+  http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.tar.gz.asc;>ASC
+
+
+  systemml-0.10.0-incubating (zip) 
+  http://www.apache.org/dyn/closer.lua/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.zip;>zip
+  http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.zip.md5;>MD5
+  http://www.apache.org/dist/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating.zip.asc;>ASC
+
+
+  systemml-0.10.0-incubating-standalone (tar.gz)
+  http://www.apache.org/dyn/closer.lua/incubator/systemml/0.10.0-incubating/systemml-0.10.0-incubating-standalone.tar.gz;>tar.gz
+  

[incubator-systemml] Git Push Summary

2016-10-15 Thread lresende
Repository: incubator-systemml
Updated Tags:  refs/tags/v0.11.0-incubating-rc3 [created] 53ee86815


incubator-systemml git commit: [maven-release-plugin] prepare release v0.11.0-incubating-rc3

2016-10-15 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master 0fbe1144a -> 1baebfde4


[maven-release-plugin] prepare release v0.11.0-incubating-rc3


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

Branch: refs/heads/master
Commit: 1baebfde400134b3af6d373c254ee084a6d28cc3
Parents: 0fbe114
Author: Luciano Resende 
Authored: Sat Oct 15 12:09:38 2016 -0700
Committer: Luciano Resende 
Committed: Sat Oct 15 12:09:38 2016 -0700

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/1baebfde/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 25ae81f..8107c19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
18

org.apache.systemml
-   0.12.0-incubating-SNAPSHOT
+   0.11.0-incubating
systemml
jar
SystemML
@@ -41,7 +41,7 @@

scm:git:g...@github.com:apache/incubator-systemml

scm:git:https://git-wip-us.apache.org/repos/asf/incubator-systemml

https://git-wip-us.apache.org/repos/asf?p=incubator-systemml.git
-   HEAD
+   v0.11.0-incubating-rc3


JIRA



incubator-systemml git commit: [maven-release-plugin] prepare release v0.11.0-incubating-rc2

2016-10-07 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master f49872e21 -> eceb8a652


[maven-release-plugin] prepare release v0.11.0-incubating-rc2


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

Branch: refs/heads/master
Commit: eceb8a6528f44b8616c49035b9961fc6fbb3d3d1
Parents: f49872e
Author: Luciano Resende 
Authored: Fri Oct 7 13:40:18 2016 -0700
Committer: Luciano Resende 
Committed: Fri Oct 7 13:40:18 2016 -0700

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eceb8a65/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 25ae81f..c82b9e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
18

org.apache.systemml
-   0.12.0-incubating-SNAPSHOT
+   0.11.0-incubating
systemml
jar
SystemML
@@ -41,7 +41,7 @@

scm:git:g...@github.com:apache/incubator-systemml

scm:git:https://git-wip-us.apache.org/repos/asf/incubator-systemml

https://git-wip-us.apache.org/repos/asf?p=incubator-systemml.git
-   HEAD
+   v0.11.0-incubating-rc2


JIRA



incubator-systemml git commit: [maven-release-plugin] prepare for next development iteration

2016-10-07 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master eceb8a652 -> 443467049


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 44346704992ffbc33db2a29de8f8b1c4bbfed97e
Parents: eceb8a6
Author: Luciano Resende 
Authored: Fri Oct 7 13:40:34 2016 -0700
Committer: Luciano Resende 
Committed: Fri Oct 7 13:40:34 2016 -0700

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/44346704/pom.xml
--
diff --git a/pom.xml b/pom.xml
index c82b9e2..25ae81f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
18

org.apache.systemml
-   0.11.0-incubating
+   0.12.0-incubating-SNAPSHOT
systemml
jar
SystemML
@@ -41,7 +41,7 @@

scm:git:g...@github.com:apache/incubator-systemml

scm:git:https://git-wip-us.apache.org/repos/asf/incubator-systemml

https://git-wip-us.apache.org/repos/asf?p=incubator-systemml.git
-   v0.11.0-incubating-rc2
+   HEAD


JIRA



[incubator-systemml] Git Push Summary

2016-10-07 Thread lresende
Repository: incubator-systemml
Updated Tags:  refs/tags/v0.11.0-incubating-rc2 [created] b00c9b650


[3/8] incubator-systemml-website git commit: [SYSTEMML-962] Refactor jekyll based website with new layout

2016-09-28 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/js/ap-components.min.js
--
diff --git a/assets/js/ap-components.min.js b/assets/js/ap-components.min.js
new file mode 100644
index 000..677ea77
--- /dev/null
+++ b/assets/js/ap-components.min.js
@@ -0,0 +1,2 @@
+"use strict";function _toggleTab(e,t,n){var 
i=[].slice.call(document.querySelectorAll(e)),r=[].slice.call(document.querySelectorAll(n));i.filter(function(e){return"true"===e.attributes["aria-selected"].value}).map(function(e){return
 
e.setAttribute("aria-selected",!1),e}),r.filter(function(e){return"false"===e.attributes["aria-hidden"].value}).map(function(e){return
 
e.setAttribute("aria-hidden",!0),e});i[t].setAttribute("aria-selected",!0),r[t].setAttribute("aria-hidden",!1)}function
 apTabs(){var e=arguments.length<=0||void 
0===arguments[0]?".tab":arguments[0],t=arguments.length<=1||void 
0===arguments[1]?".panel":arguments[1],n=[].slice.call(document.querySelectorAll(e)),i=[].slice.call(document.querySelectorAll(t));n.map(function(n,i){return
 
n.addEventListener("click",function(n){_toggleTab(e,i,t)}),n.addEventListener("keyup",function(n){13===n.which?_toggleTab(e,i,t):""}),n}),i.map(function(e){return
 e.setAttribute("aria-hidden",!0),e}),_toggleTab(e,0,t)}var 
_typeof="function"==typ
 eof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof 
e}:function(e){return e&&"function"==typeof 
Symbol&===Symbol?"symbol":typeof 
e};!function(e){"function"==typeof 
define&?define([],e):"object"===("undefined"==typeof 
exports?"undefined":_typeof(exports))?module.exports=e():window.noUiSlider=e()}(function(){function
 e(e){return e.filter(function(e){return this[e]?!1:this[e]=!0},{})}function 
t(e,t){return Math.round(e/t)*t}function n(e){var 
t=e.getBoundingClientRect(),n=e.ownerDocument,i=n.documentElement,r=p();return/webkit.*Chrome.*Mobile/i.test(navigator.userAgent)&&(r.x=0),{top:t.top+r.y-i.clientTop,left:t.left+r.x-i.clientLeft}}function
 i(e){return"number"==typeof e&&!isNaN(e)&(e)}function r(e){var 
t=Math.pow(10,7);return Number((Math.round(e*t)/t).toFixed(7))}function 
o(e,t,n){c(e,t),setTimeout(function(){u(e,t)},n)}function s(e){return 
Math.max(Math.min(e,100),0)}function a(e){return 
Array.isArray(e)?e:[e]}function l(e){var t
 =e.split(".");return t.length>1?t[1].length:0}function 
c(e,t){e.classList?e.classList.add(t):e.className+=" "+t}function 
u(e,t){e.classList?e.classList.remove(t):e.className=e.className.replace(new 
RegExp("(^|\\b)"+t.split(" ").join("|")+"(\\b|$)","gi")," ")}function 
d(e,t){return e.classList?e.classList.contains(t):new 
RegExp("\\b"+t+"\\b").test(e.className)}function p(){var e=void 
0!==window.pageXOffset,t="CSS1Compat"===(document.compatMode||""),n=e?window.pageXOffset:t?document.documentElement.scrollLeft:document.body.scrollLeft,i=e?window.pageYOffset:t?document.documentElement.scrollTop:document.body.scrollTop;return{x:n,y:i}}function
 m(e){e.stopPropagation()}function h(e){return function(t){return e+t}}function 
f(e,t){return 100/(t-e)}function g(e,t){return 100*t/(e[1]-e[0])}function 
b(e,t){return g(e,e[0]<0?t+Math.abs(e[0]):t-e[0])}function v(e,t){return 
t*(e[1]-e[0])/100+e[0]}function y(e,t){for(var n=1;e>=t[n];)n+=1;return 
n}function _(e,t,n){if(n>=e.slice(-1)[0])return 100;
 var i,r,o,s,a=y(n,e);return 
i=e[a-1],r=e[a],o=t[a-1],s=t[a],o+b([i,r],n)/f(o,s)}function 
x(e,t,n){if(n>=100)return e.slice(-1)[0];var i,r,o,s,a=y(n,t);return 
i=e[a-1],r=e[a],o=t[a-1],s=t[a],v([i,r],(n-o)*f(o,s))}function 
w(e,n,i,r){if(100===r)return r;var o,s,a=y(r,e);return 
i?(o=e[a-1],s=e[a],r-o>(s-o)/2?s:o):n[a-1]?e[a-1]+t(r-e[a-1],n[a-1]):r}function 
E(e,t,n){var r;if("number"==typeof t&&(t=[t]),"[object 
Array]"!==Object.prototype.toString.call(t))throw new Error("noUiSlider: 
'range' contains invalid 
value.");if(r="min"===e?0:"max"===e?100:parseFloat(e),!i(r)||!i(t[0]))throw new 
Error("noUiSlider: 'range' value isn't 
numeric.");n.xPct.push(r),n.xVal.push(t[0]),r?n.xSteps.push(isNaN(t[1])?!1:t[1]):isNaN(t[1])||(n.xSteps[0]=t[1])}function
 N(e,t,n){return 
t?void(n.xSteps[e]=g([n.xVal[e],n.xVal[e+1]],t)/f(n.xPct[e],n.xPct[e+1])):!0}function
 
S(e,t,n,i){this.xPct=[],this.xVal=[],this.xSteps=[i||!1],this.xNumSteps=[!1],this.snap=t,this.direction=n;var
 r,o=[];for(r in e)e.hasOwnProperty(
 
r)&([e[r],r]);for(o.length&&"object"===_typeof(o[0][0])?o.sort(function(e,t){return
 e[0][0]-t[0][0]}):o.sort(function(e,t){return 
e[0]-t[0]}),r=0;r

[1/8] incubator-systemml-website git commit: [SYSTEMML-962] Refactor jekyll based website with new layout

2016-09-28 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master ecaa05c6e -> cf3f2cbea


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/js/jquery.fitvids.js
--
diff --git a/assets/js/jquery.fitvids.js b/assets/js/jquery.fitvids.js
new file mode 100755
index 000..bbfcdc0
--- /dev/null
+++ b/assets/js/jquery.fitvids.js
@@ -0,0 +1,87 @@
+/*jshint browser:true */
+/*!
+* FitVids 1.1
+*
+* Copyright 2013, Chris Coyier - http://css-tricks.com + Dave Rupert - 
http://daverupert.com
+* Credit to Thierry Koblentz - 
http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
+* Released under the WTFPL license - http://sam.zoy.org/wtfpl/
+*
+*/
+
+;(function( $ ){
+
+  'use strict';
+
+  $.fn.fitVids = function( options ) {
+var settings = {
+  customSelector: null,
+  ignore: null
+};
+
+if(!document.getElementById('fit-vids-style')) {
+  // appendStyles: 
https://github.com/toddmotto/fluidvids/blob/master/dist/fluidvids.js
+  var head = document.head || document.getElementsByTagName('head')[0];
+  var css = 
'.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper
 iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed 
{position:absolute;top:0;left:0;width:100%;height:100%;}';
+  var div = document.createElement("div");
+  div.innerHTML = 'x' + css + '';
+  head.appendChild(div.childNodes[1]);
+}
+
+if ( options ) {
+  $.extend( settings, options );
+}
+
+return this.each(function(){
+  var selectors = [
+'iframe[src*="player.vimeo.com"]',
+'iframe[src*="youtube.com"]',
+'iframe[src*="youtube-nocookie.com"]',
+'iframe[src*="kickstarter.com"][src*="video.html"]',
+'object',
+'embed'
+  ];
+
+  if (settings.customSelector) {
+selectors.push(settings.customSelector);
+  }
+
+  var ignoreList = '.fitvidsignore';
+
+  if(settings.ignore) {
+ignoreList = ignoreList + ', ' + settings.ignore;
+  }
+
+  var $allVideos = $(this).find(selectors.join(','));
+  $allVideos = $allVideos.not('object object'); // SwfObj conflict patch
+  $allVideos = $allVideos.not(ignoreList); // Disable FitVids on this 
video.
+
+  $allVideos.each(function(){
+var $this = $(this);
+if($this.parents(ignoreList).length > 0) {
+  return; // Disable FitVids on this video.
+}
+if (this.tagName.toLowerCase() === 'embed' && 
$this.parent('object').length || 
$this.parent('.fluid-width-video-wrapper').length) { return; }
+if ((!$this.css('height') && !$this.css('width')) && 
(isNaN($this.attr('height')) || isNaN($this.attr('width'
+{
+  $this.attr('height', 9);
+  $this.attr('width', 16);
+}
+var height = ( this.tagName.toLowerCase() === 'object' || 
($this.attr('height') && !isNaN(parseInt($this.attr('height'), 10))) ) ? 
parseInt($this.attr('height'), 10) : $this.height(),
+width = !isNaN(parseInt($this.attr('width'), 10)) ? 
parseInt($this.attr('width'), 10) : $this.width(),
+aspectRatio = height / width;
+if(!$this.attr('name')){
+  var videoName = 'fitvid' + $.fn.fitVids._count;
+  $this.attr('name', videoName);
+  $.fn.fitVids._count++;
+}
+$this.wrap('').parent('.fluid-width-video-wrapper').css('padding-top',
 (aspectRatio * 100)+'%');
+$this.removeAttr('height').removeAttr('width');
+  });
+});
+  };
+  
+  // Internal counter for unique video names.
+  $.fn.fitVids._count = 0;
+  
+// Works with either jQuery or Zepto
+})( window.jQuery || window.Zepto );

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/js/main.js
--
diff --git a/assets/js/main.js b/assets/js/main.js
new file mode 100644
index 000..902354e
--- /dev/null
+++ b/assets/js/main.js
@@ -0,0 +1,60 @@
+console.log('hello main.js');
+
+$(document).ready(function() {
+
+stickyHeader();
+
+$(window).resize(function() {
+stickyHeader();
+});
+
+// Modal Triggers
+$('.jq-modal-trigger').click(function(event) {
+  var el_show = $(this).attr("href");
+  $(el_show).fadeIn('slow');
+  event.preventDefault();
+  hideModal();
+   });
+
+$('.jq-modal').fitVids();
+
+});
+
+//End Ready..
+
+//StickyHeader
+function stickyHeader() {
+// get height of first two headers
+var scrollHeight = 80;
+var self = this;
+if($( window ).width() > 750) {
+
+$(window).scroll(function() {
+// get current scroll position
+var scrollTop = $(this).scrollTop();
+
+// if current position > scrollHeight
+if 

[5/8] incubator-systemml-website git commit: [SYSTEMML-962] Refactor jekyll based website with new layout

2016-09-28 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/hero-about.svg
--
diff --git a/assets/img/hero-about.svg b/assets/img/hero-about.svg
new file mode 100644
index 000..e76bc95
--- /dev/null
+++ b/assets/img/hero-about.svg
@@ -0,0 +1,12 @@
+
+http://www.w3.org/2000/svg; xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+Hero BG
+Created with Sketch.
+
+
+
+http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/hero-home.jpg
--
diff --git a/assets/img/hero-home.jpg b/assets/img/hero-home.jpg
new file mode 100644
index 000..242fdcf
Binary files /dev/null and b/assets/img/hero-home.jpg differ




[4/8] incubator-systemml-website git commit: [SYSTEMML-962] Refactor jekyll based website with new layout

2016-09-28 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/highlight-bg.jpg
--
diff --git a/assets/img/highlight-bg.jpg b/assets/img/highlight-bg.jpg
deleted file mode 100644
index 4c4a78e..000
Binary files a/assets/img/highlight-bg.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/icon-announcment.svg
--
diff --git a/assets/img/icon-announcment.svg b/assets/img/icon-announcment.svg
new file mode 100644
index 000..84382f3
--- /dev/null
+++ b/assets/img/icon-announcment.svg
@@ -0,0 +1,10 @@
+
+
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink; x="0px" y="0px"
+viewBox="0 0 60 40" style="enable-background:new 0 0 60 40;" 
xml:space="preserve">
+
+   .st0{fill:#F05323;}
+
+
+

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/icon-chevron-down.svg
--
diff --git a/assets/img/icon-chevron-down.svg b/assets/img/icon-chevron-down.svg
new file mode 100644
index 000..d8ce476
--- /dev/null
+++ b/assets/img/icon-chevron-down.svg
@@ -0,0 +1,11 @@
+
+
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink; x="0px" y="0px"
+viewBox="0 0 11 6.2" style="enable-background:new 0 0 11 6.2;" 
xml:space="preserve">
+
+   .st0{fill:#FF;}
+
+
+   
+
+

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/icon-close.svg
--
diff --git a/assets/img/icon-close.svg b/assets/img/icon-close.svg
new file mode 100644
index 000..4892fc6
--- /dev/null
+++ b/assets/img/icon-close.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg; viewBox="0 0 26.2 
26.2">.cls-1{fill:#fff;}icon-close
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/icon-code.svg
--
diff --git a/assets/img/icon-code.svg b/assets/img/icon-code.svg
new file mode 100644
index 000..905a74b
--- /dev/null
+++ b/assets/img/icon-code.svg
@@ -0,0 +1,19 @@
+
+http://www.w3.org/2000/svg; xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+Group
+Created with Sketch.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/icon-data.svg
--
diff --git a/assets/img/icon-data.svg b/assets/img/icon-data.svg
new file mode 100644
index 000..7b61295
--- /dev/null
+++ b/assets/img/icon-data.svg
@@ -0,0 +1,16 @@
+
+http://www.w3.org/2000/svg; xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+Shape
+Created with Sketch.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/icon-math.svg
--
diff --git a/assets/img/icon-math.svg b/assets/img/icon-math.svg
new file mode 100644
index 000..eed7275
--- /dev/null
+++ b/assets/img/icon-math.svg
@@ -0,0 +1,16 @@
+
+http://www.w3.org/2000/svg; xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+flow_64
+Created with Sketch.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/jupyter-logo.png
--
diff --git a/assets/img/jupyter-logo.png b/assets/img/jupyter-logo.png
new file mode 100644
index 000..5a48c20
Binary files /dev/null and b/assets/img/jupyter-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/mask.png
--
diff --git a/assets/img/mask.png b/assets/img/mask.png
new file mode 100644
index 000..b0cf6bc
Binary files /dev/null and b/assets/img/mask.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/play-button.svg
--
diff --git a/assets/img/play-button.svg b/assets/img/play-button.svg
new file mode 100644
index 000..00d830b
--- /dev/null
+++ b/assets/img/play-button.svg
@@ 

[6/8] incubator-systemml-website git commit: [SYSTEMML-962] Refactor jekyll based website with new layout

2016-09-28 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/apache-incubator-logo.png
--
diff --git a/assets/img/apache-incubator-logo.png 
b/assets/img/apache-incubator-logo.png
new file mode 100644
index 000..9d25899
Binary files /dev/null and b/assets/img/apache-incubator-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/apache-logo.png
--
diff --git a/assets/img/apache-logo.png b/assets/img/apache-logo.png
new file mode 100644
index 000..2d70923
Binary files /dev/null and b/assets/img/apache-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/automotive.png
--
diff --git a/assets/img/automotive.png b/assets/img/automotive.png
new file mode 100644
index 000..a3f6434
Binary files /dev/null and b/assets/img/automotive.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/body-bg.jpg
--
diff --git a/assets/img/body-bg.jpg b/assets/img/body-bg.jpg
deleted file mode 100644
index 0e0f861..000
Binary files a/assets/img/body-bg.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/dsx-logo.png
--
diff --git a/assets/img/dsx-logo.png b/assets/img/dsx-logo.png
new file mode 100644
index 000..a1ff973
Binary files /dev/null and b/assets/img/dsx-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/egg-logo.png
--
diff --git a/assets/img/egg-logo.png b/assets/img/egg-logo.png
deleted file mode 100644
index 9d25899..000
Binary files a/assets/img/egg-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/favicon.png
--
diff --git a/assets/img/favicon.png b/assets/img/favicon.png
new file mode 100644
index 000..2388972
Binary files /dev/null and b/assets/img/favicon.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/hadoop-logo.png
--
diff --git a/assets/img/hadoop-logo.png b/assets/img/hadoop-logo.png
new file mode 100644
index 000..b48e364
Binary files /dev/null and b/assets/img/hadoop-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/header-bg.jpg
--
diff --git a/assets/img/header-bg.jpg b/assets/img/header-bg.jpg
deleted file mode 100644
index 960bff7..000
Binary files a/assets/img/header-bg.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/cf3f2cbe/assets/img/hero-about.png
--
diff --git a/assets/img/hero-about.png b/assets/img/hero-about.png
new file mode 100644
index 000..af9bbc2
Binary files /dev/null and b/assets/img/hero-about.png differ



[incubator-systemml-website] Git Push Summary

2016-09-28 Thread lresende
Repository: incubator-systemml-website
Updated Tags:  refs/tags/v0.1 [created] b2fa795ca


[incubator-systemml-website] Git Push Summary

2016-09-28 Thread lresende
Repository: incubator-systemml-website
Updated Tags:  refs/tags/v0.1 [deleted] f5f364119


svn commit: r15842 - /dev/incubator/systemml/0.11.0-incubating-rc1/

2016-09-28 Thread lresende
Author: lresende
Date: Wed Sep 28 17:51:21 2016
New Revision: 15842

Log:
Apache SystemML 0.11.0-incubating-rc1

Added:
dev/incubator/systemml/0.11.0-incubating-rc1/

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-javadoc.jar
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-javadoc.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-javadoc.jar.md5

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-source-release.zip
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-source-release.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-source-release.zip.md5

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-sources.jar
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-sources.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-sources.jar.md5

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-src.tar.gz
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-src.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-src.tar.gz.md5

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-src.zip 
  (with props)

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-src.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-src.zip.md5

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-standalone.jar
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-standalone.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-standalone.jar.md5

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-standalone.tar.gz
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-standalone.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-standalone.tar.gz.md5

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-standalone.zip
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-standalone.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-standalone.zip.md5
dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating.jar 
  (with props)

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating.jar.md5
dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating.pom

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating.tar.gz  
 (with props)

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating.tar.gz.md5
dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating.zip 
  (with props)

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating.zip.md5

Added: 
dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-javadoc.jar
==
Binary file - no diff available.

Propchange: 
dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-javadoc.jar
--
svn:mime-type = application/octet-stream

Added: 
dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-javadoc.jar.asc
==
--- 
dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-javadoc.jar.asc
 (added)
+++ 
dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-javadoc.jar.asc
 Wed Sep 28 17:51:21 2016
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlfsAPoACgkQ858Yfe+1XfHf4ACfSQalgfBwS5FRxuDmACupgAcx
+nPkAn0XdfQWjp5o09oLs5r3Kex6MGLvf
+=Rkup
+-END PGP SIGNATURE-

Added: 
dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-javadoc.jar.md5
==
--- 
dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-javadoc.jar.md5
 (added)
+++ 
dev/incubator/systemml/0.11.0-incubating-rc1/systemml-0.11.0-incubating-javadoc.jar.md5
 Wed Sep 28 17:51:21 2016
@@ -0,0 +1 @@
+9030d2563a8a4b9d0349fb9618b5 *systemml-0.11.0-incubating-javadoc.jar

Added: 
dev/incubator/systemml

incubator-systemml git commit: [maven-release-plugin] prepare for next development iteration

2016-09-28 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master 3afb0c9e6 -> 2ac14d28a


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 2ac14d28a8ffbef6cbc0d938144098f86fa69cc2
Parents: 3afb0c9
Author: Luciano Resende 
Authored: Wed Sep 28 10:35:01 2016 -0700
Committer: Luciano Resende 
Committed: Wed Sep 28 10:35:01 2016 -0700

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/2ac14d28/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 7b9e23d..25ae81f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
18

org.apache.systemml
-   0.11.0-incubating
+   0.12.0-incubating-SNAPSHOT
systemml
jar
SystemML
@@ -41,7 +41,7 @@

scm:git:g...@github.com:apache/incubator-systemml

scm:git:https://git-wip-us.apache.org/repos/asf/incubator-systemml

https://git-wip-us.apache.org/repos/asf?p=incubator-systemml.git
-   v0.11.0-incubating-rc1
+   HEAD


JIRA



[1/2] incubator-systemml-website git commit: Fix base path for resources and assets

2016-09-26 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 6d559fe6d -> ecaa05c6e


Fix base path for resources and assets


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/ecaa05c6
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/ecaa05c6
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/ecaa05c6

Branch: refs/heads/master
Commit: ecaa05c6e186275a6feee561607dc1a197a85b9e
Parents: 5866218
Author: Luciano Resende 
Authored: Sun Sep 11 22:33:09 2016 -0700
Committer: Luciano Resende 
Committed: Mon Sep 26 21:07:20 2016 -0700

--
 _includes/themes/apache/default.html | 6 +++---
 _includes/themes/apache/footer.html  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/ecaa05c6/_includes/themes/apache/default.html
--
diff --git a/_includes/themes/apache/default.html 
b/_includes/themes/apache/default.html
index be0f768..dcf1740 100644
--- a/_includes/themes/apache/default.html
+++ b/_includes/themes/apache/default.html
@@ -19,7 +19,7 @@
 
 
 
-
+
 

[2/2] incubator-systemml-website git commit: Remove obsolete feed artifact

2016-09-26 Thread lresende
Remove obsolete feed artifact


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/5866218c
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/5866218c
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/5866218c

Branch: refs/heads/master
Commit: 5866218c4321a8303959648fae65424fb9830f2f
Parents: 6d559fe
Author: Luciano Resende 
Authored: Wed Sep 21 08:34:52 2016 -0700
Committer: Luciano Resende 
Committed: Mon Sep 26 21:07:20 2016 -0700

--
 feed.xml | 28 
 1 file changed, 28 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/5866218c/feed.xml
--
diff --git a/feed.xml b/feed.xml
deleted file mode 100644
index 4222b6e..000
--- a/feed.xml
+++ /dev/null
@@ -1,28 +0,0 @@

-layout: null

-
-http://www.w3.org/2005/Atom;>
-  
-{{ site.title | xml_escape }}
-{{ site.description | xml_escape }}
-{{ site.url }}{{ site.baseurl }}/
-
-{{ site.time | date_to_rfc822 }}
-{{ site.time | date_to_rfc822 }}
-Jekyll v{{ jekyll.version }}
-{% for post in site.posts limit:10 %}
-  
-{{ post.title | xml_escape }}
-{{ post.content | xml_escape }}
-{{ post.date | date_to_rfc822 }}
-{% for tag in post.tags %}
-{{ tag | xml_escape }}
-{% endfor %}
-{% for cat in post.categories %}
-{{ cat | xml_escape }}
-{% endfor %}
-  
-{% endfor %}
-  
-



svn commit: r1761482 - /incubator/systemml/site/index.html

2016-09-19 Thread lresende
Author: lresende
Date: Mon Sep 19 16:53:24 2016
New Revision: 1761482

URL: http://svn.apache.org/viewvc?rev=1761482=rev
Log:
Publish updated link to intro video

Modified:
incubator/systemml/site/index.html

Modified: incubator/systemml/site/index.html
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/index.html?rev=1761482=1761481=1761482=diff
==
--- incubator/systemml/site/index.html (original)
+++ incubator/systemml/site/index.html Mon Sep 19 16:53:24 2016
@@ -220,7 +220,7 @@ Machine Learning
 
   Close
   
-https://www.youtube.com/embed/g2FPKPpeSJY?rel=0; frameborder="0" 
allowfullscreen>
+https://www.youtube.com/embed/r-kFYkYoD_4?rel=0; frameborder="0" 
allowfullscreen>
   
 
 




svn commit: r1760606 - /incubator/systemml/site/index.html

2016-09-13 Thread lresende
Author: lresende
Date: Tue Sep 13 23:09:53 2016
New Revision: 1760606

URL: http://svn.apache.org/viewvc?rev=1760606=rev
Log:
Publish fix for youtube video link

Modified:
incubator/systemml/site/index.html

Modified: incubator/systemml/site/index.html
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/index.html?rev=1760606=1760605=1760606=diff
==
--- incubator/systemml/site/index.html (original)
+++ incubator/systemml/site/index.html Tue Sep 13 23:09:53 2016
@@ -231,7 +231,7 @@ Machine Learning
 
   Close
   
-https://www.youtube.com/embed/r-kFYkYoD_4?rel=0; frameborder="0" 
allowfullscreen>
+https://www.youtube.com/embed/n3JJP6UbH6Q?rel=0; frameborder="0" 
allowfullscreen>
   
 
 




svn commit: r1759873 - in /incubator/systemml/site: css/bundle.css img/icon-announcment.svg index.html

2016-09-08 Thread lresende
Author: lresende
Date: Thu Sep  8 17:45:41 2016
New Revision: 1759873

URL: http://svn.apache.org/viewvc?rev=1759873=rev
Log:
Publish info about systemml award

Added:
incubator/systemml/site/img/icon-announcment.svg
Modified:
incubator/systemml/site/css/bundle.css
incubator/systemml/site/index.html

Modified: incubator/systemml/site/css/bundle.css
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/css/bundle.css?rev=1759873=1759872=1759873=diff
==
--- incubator/systemml/site/css/bundle.css (original)
+++ incubator/systemml/site/css/bundle.css Thu Sep  8 17:45:41 2016
@@ -4024,6 +4024,11 @@ body {
 background-size: 64px 27px;
 width: 64px;
 height: 55px; }
+  .icon.icon-announcement {
+background-image: none, url("../img/icon-announcment.svg");
+background-size: 60px 40px;
+width: 60px;
+height: 40px; }
 
 .content-container {
   max-width: 860px;
@@ -4036,6 +4041,8 @@ body {
   justify-content: space-between;
   flex-direction: column;
   align-items: center; }
+  .content-group .icon-announcement {
+margin: 0 20px 0 0; }
   @media (min-width: 64em) {
 .content-group {
   text-align: left;
@@ -4051,7 +4058,7 @@ body {
 width: 300px;
 height: 300px; }
   .content-group.elevator-group {
-margin-top: 150px; }
+margin-top: 50px; }
 .content-group.elevator-group img {
   width: 250px;
   height: 250px; }
@@ -4070,6 +4077,7 @@ body {
 position: relative;
 min-height: 300px;
 background: transparent url(../img/hero-home.jpg) 0 0 no-repeat;
+background-size: cover;
 overflow: hidden; }
 @media (min-width: 64em) {
   .hero-banner.hero-home, .hero-banner.hero-about {
@@ -4121,31 +4129,34 @@ body {
 height: auto;
 display: block; } }
 
-.features-banner, .partners-banner, .team-banner {
+.features-banner, .partners-banner, .team-banner, .announcement-banner {
   text-align: center;
   padding: 20px;
   background: #f9f9fb; }
-  .features-banner.partners-banner, .features-banner.team-banner, 
.partners-banner.partners-banner, .partners-banner.team-banner, 
.team-banner.partners-banner, .team-banner.team-banner {
+  .features-banner.partners-banner, .features-banner.team-banner, 
.partners-banner.partners-banner, .partners-banner.team-banner, 
.team-banner.partners-banner, .team-banner.team-banner, 
.announcement-banner.partners-banner, .announcement-banner.team-banner {
 background: transparent; }
-  .features-banner .content-group, .partners-banner .content-group, 
.team-banner .content-group {
+  .features-banner.announcement-banner p, .partners-banner.announcement-banner 
p, .team-banner.announcement-banner p, .announcement-banner.announcement-banner 
p {
+width: 100%;
+margin: 0; }
+  .features-banner .content-group, .partners-banner .content-group, 
.team-banner .content-group, .announcement-banner .content-group {
 align-items: center;
 margin: 50px 0; }
-.features-banner .content-group .team-container:nth-child(even), 
.partners-banner .content-group .team-container:nth-child(even), .team-banner 
.content-group .team-container:nth-child(even) {
+.features-banner .content-group .team-container:nth-child(even), 
.partners-banner .content-group .team-container:nth-child(even), .team-banner 
.content-group .team-container:nth-child(even), .announcement-banner 
.content-group .team-container:nth-child(even) {
   margin: 0; }
 @media (min-width: 64em) {
-  .features-banner .content-group, .partners-banner .content-group, 
.team-banner .content-group {
+  .features-banner .content-group, .partners-banner .content-group, 
.team-banner .content-group, .announcement-banner .content-group {
 text-align: center;
 align-items: flex-start; }
-.features-banner .content-group li:nth-child(2n), .partners-banner 
.content-group li:nth-child(2n), .team-banner .content-group li:nth-child(2n) {
+.features-banner .content-group li:nth-child(2n), .partners-banner 
.content-group li:nth-child(2n), .team-banner .content-group li:nth-child(2n), 
.announcement-banner .content-group li:nth-child(2n) {
   margin: 0 50px; }
-.features-banner .content-group li, .partners-banner .content-group 
li, .team-banner .content-group li {
+.features-banner .content-group li, .partners-banner .content-group 
li, .team-banner .content-group li, .announcement-banner .content-group li {
   width: 33%; }
-.features-banner .content-group.wrap-row, .partners-banner 
.content-group.wrap-row, .team-banner .content-group.wrap-row {
+.features-banner .content-group.wrap-row, .partners-banner 
.content-group.wrap-row, .team-banner .content-group.wrap-row, 
.announcement-banner .content-group.wrap-row {
   display: block; }
-  .features-banner .content-group.wrap-row li, .partners-banner 
.content-group.w

[10/15] incubator-systemml-website git commit: Remove theme subfoder structure for common assets

2016-09-04 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/e9a7b382/assets/jquery/jquery-2.1.1.js
--
diff --git a/assets/jquery/jquery-2.1.1.js b/assets/jquery/jquery-2.1.1.js
new file mode 100644
index 000..9f7b3d3
--- /dev/null
+++ b/assets/jquery/jquery-2.1.1.js
@@ -0,0 +1,9190 @@
+/*!
+ * jQuery JavaScript Library v2.1.1
+ * http://jquery.com/
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ *
+ * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
+ * Released under the MIT license
+ * http://jquery.org/license
+ *
+ * Date: 2014-05-01T17:11Z
+ */
+
+(function( global, factory ) {
+
+   if ( typeof module === "object" && typeof module.exports === "object" ) 
{
+   // For CommonJS and CommonJS-like environments where a proper 
window is present,
+   // execute the factory and get jQuery
+   // For environments that do not inherently posses a window with 
a document
+   // (such as Node.js), expose a jQuery-making factory as 
module.exports
+   // This accentuates the need for the creation of a real window
+   // e.g. var jQuery = require("jquery")(window);
+   // See ticket #14549 for more info
+   module.exports = global.document ?
+   factory( global, true ) :
+   function( w ) {
+   if ( !w.document ) {
+   throw new Error( "jQuery requires a 
window with a document" );
+   }
+   return factory( w );
+   };
+   } else {
+   factory( global );
+   }
+
+// Pass this if window is not defined yet
+}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
+
+// Can't do this because several apps including ASP.NET trace
+// the stack via arguments.caller.callee and Firefox dies if
+// you try to trace through "use strict" call chains. (#13335)
+// Support: Firefox 18+
+//
+
+var arr = [];
+
+var slice = arr.slice;
+
+var concat = arr.concat;
+
+var push = arr.push;
+
+var indexOf = arr.indexOf;
+
+var class2type = {};
+
+var toString = class2type.toString;
+
+var hasOwn = class2type.hasOwnProperty;
+
+var support = {};
+
+
+
+var
+   // Use the correct document accordingly with window argument (sandbox)
+   document = window.document,
+
+   version = "2.1.1",
+
+   // Define a local copy of jQuery
+   jQuery = function( selector, context ) {
+   // The jQuery object is actually just the init constructor 
'enhanced'
+   // Need init if jQuery is called (just allow error to be thrown 
if not included)
+   return new jQuery.fn.init( selector, context );
+   },
+
+   // Support: Android<4.1
+   // Make sure we trim BOM and NBSP
+   rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
+
+   // Matches dashed string for camelizing
+   rmsPrefix = /^-ms-/,
+   rdashAlpha = /-([\da-z])/gi,
+
+   // Used by jQuery.camelCase as callback to replace()
+   fcamelCase = function( all, letter ) {
+   return letter.toUpperCase();
+   };
+
+jQuery.fn = jQuery.prototype = {
+   // The current version of jQuery being used
+   jquery: version,
+
+   constructor: jQuery,
+
+   // Start with an empty selector
+   selector: "",
+
+   // The default length of a jQuery object is 0
+   length: 0,
+
+   toArray: function() {
+   return slice.call( this );
+   },
+
+   // Get the Nth element in the matched element set OR
+   // Get the whole matched element set as a clean array
+   get: function( num ) {
+   return num != null ?
+
+   // Return just the one element from the set
+   ( num < 0 ? this[ num + this.length ] : this[ num ] ) :
+
+   // Return all the elements in a clean array
+   slice.call( this );
+   },
+
+   // Take an array of elements and push it onto the stack
+   // (returning the new matched element set)
+   pushStack: function( elems ) {
+
+   // Build a new jQuery matched element set
+   var ret = jQuery.merge( this.constructor(), elems );
+
+   // Add the old object onto the stack (as a reference)
+   ret.prevObject = this;
+   ret.context = this.context;
+
+   // Return the newly-formed element set
+   return ret;
+   },
+
+   // Execute a callback for every element in the matched set.
+   // (You can seed the arguments with an array of args, but this is
+   // only used internally.)
+   each: function( callback, args ) {
+   return jQuery.each( this, callback, args );
+   },
+
+   map: function( callback 

[07/15] incubator-systemml-website git commit: Remove theme subfoder structure for common assets

2016-09-04 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/e9a7b382/assets/themes/apache/bootstrap/css/bootstrap.css
--
diff --git a/assets/themes/apache/bootstrap/css/bootstrap.css 
b/assets/themes/apache/bootstrap/css/bootstrap.css
deleted file mode 100644
index 1af5861..000
--- a/assets/themes/apache/bootstrap/css/bootstrap.css
+++ /dev/null
@@ -1,7100 +0,0 @@
-/*!
- * Bootstrap v3.0.2 by @fat and @mdo
- * Copyright 2013 Twitter, Inc.
- * Licensed under http://www.apache.org/licenses/LICENSE-2.0
- *
- * Designed and built with all the love in the world by @mdo and @fat.
- */
-
-/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
-
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-nav,
-section,
-summary {
-  display: block;
-}
-
-audio,
-canvas,
-video {
-  display: inline-block;
-}
-
-audio:not([controls]) {
-  display: none;
-  height: 0;
-}
-
-[hidden],
-template {
-  display: none;
-}
-
-html {
-  font-family: sans-serif;
-  -webkit-text-size-adjust: 100%;
-  -ms-text-size-adjust: 100%;
-}
-
-body {
-  margin: 0;
-}
-
-a {
-  background: transparent;
-}
-
-a:focus {
-  outline: thin dotted;
-}
-
-a:active,
-a:hover {
-  outline: 0;
-}
-
-h1 {
-  margin: 0.67em 0;
-  font-size: 2em;
-}
-
-abbr[title] {
-  border-bottom: 1px dotted;
-}
-
-b,
-strong {
-  font-weight: bold;
-}
-
-dfn {
-  font-style: italic;
-}
-
-hr {
-  height: 0;
-  -moz-box-sizing: content-box;
-   box-sizing: content-box;
-}
-
-mark {
-  color: #000;
-  background: #ff0;
-}
-
-code,
-kbd,
-pre,
-samp {
-  font-family: monospace, serif;
-  font-size: 1em;
-}
-
-pre {
-  white-space: pre-wrap;
-}
-
-q {
-  quotes: "\201C" "\201D" "\2018" "\2019";
-}
-
-small {
-  font-size: 80%;
-}
-
-sub,
-sup {
-  position: relative;
-  font-size: 75%;
-  line-height: 0;
-  vertical-align: baseline;
-}
-
-sup {
-  top: -0.5em;
-}
-
-sub {
-  bottom: -0.25em;
-}
-
-img {
-  border: 0;
-}
-
-svg:not(:root) {
-  overflow: hidden;
-}
-
-figure {
-  margin: 0;
-}
-
-fieldset {
-  padding: 0.35em 0.625em 0.75em;
-  margin: 0 2px;
-  border: 1px solid #c0c0c0;
-}
-
-legend {
-  padding: 0;
-  border: 0;
-}
-
-button,
-input,
-select,
-textarea {
-  margin: 0;
-  font-family: inherit;
-  font-size: 100%;
-}
-
-button,
-input {
-  line-height: normal;
-}
-
-button,
-select {
-  text-transform: none;
-}
-
-button,
-html input[type="button"],
-input[type="reset"],
-input[type="submit"] {
-  cursor: pointer;
-  -webkit-appearance: button;
-}
-
-button[disabled],
-html input[disabled] {
-  cursor: default;
-}
-
-input[type="checkbox"],
-input[type="radio"] {
-  padding: 0;
-  box-sizing: border-box;
-}
-
-input[type="search"] {
-  -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
-  box-sizing: content-box;
-  -webkit-appearance: textfield;
-}
-
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
-  -webkit-appearance: none;
-}
-
-button::-moz-focus-inner,
-input::-moz-focus-inner {
-  padding: 0;
-  border: 0;
-}
-
-textarea {
-  overflow: auto;
-  vertical-align: top;
-}
-
-table {
-  border-collapse: collapse;
-  border-spacing: 0;
-}
-
-@media print {
-  * {
-color: #000 !important;
-text-shadow: none !important;
-background: transparent !important;
-box-shadow: none !important;
-  }
-  a,
-  a:visited {
-text-decoration: underline;
-  }
-  a[href]:after {
-content: " (" attr(href) ")";
-  }
-  abbr[title]:after {
-content: " (" attr(title) ")";
-  }
-  a[href^="javascript:"]:after,
-  a[href^="#"]:after {
-content: "";
-  }
-  pre,
-  blockquote {
-border: 1px solid #999;
-page-break-inside: avoid;
-  }
-  thead {
-display: table-header-group;
-  }
-  tr,
-  img {
-page-break-inside: avoid;
-  }
-  img {
-max-width: 100% !important;
-  }
-  @page  {
-margin: 2cm .5cm;
-  }
-  p,
-  h2,
-  h3 {
-orphans: 3;
-widows: 3;
-  }
-  h2,
-  h3 {
-page-break-after: avoid;
-  }
-  select {
-background: #fff !important;
-  }
-  .navbar {
-display: none;
-  }
-  .table td,
-  .table th {
-background-color: #fff !important;
-  }
-  .btn > .caret,
-  .dropup > .btn > .caret {
-border-top-color: #000 !important;
-  }
-  .label {
-border: 1px solid #000;
-  }
-  .table {
-border-collapse: collapse !important;
-  }
-  .table-bordered th,
-  .table-bordered td {
-border: 1px solid #ddd !important;
-  }
-}
-
-*,
-*:before,
-*:after {
-  -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-
-html {
-  font-size: 62.5%;
-  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-}
-
-body {
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-  font-size: 14px;
-  line-height: 1.428571429;
-  color: #33;
-  background-color: #ff;
-}
-
-input,
-button,
-select,
-textarea {
-  font-family: inherit;
-  

[14/15] incubator-systemml-website git commit: Remove theme subfoder structure for common assets

2016-09-04 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/e9a7b382/assets/bootstrap/css/bootstrap.css
--
diff --git a/assets/bootstrap/css/bootstrap.css 
b/assets/bootstrap/css/bootstrap.css
new file mode 100644
index 000..1af5861
--- /dev/null
+++ b/assets/bootstrap/css/bootstrap.css
@@ -0,0 +1,7100 @@
+/*!
+ * Bootstrap v3.0.2 by @fat and @mdo
+ * Copyright 2013 Twitter, Inc.
+ * Licensed under http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world by @mdo and @fat.
+ */
+
+/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+main,
+nav,
+section,
+summary {
+  display: block;
+}
+
+audio,
+canvas,
+video {
+  display: inline-block;
+}
+
+audio:not([controls]) {
+  display: none;
+  height: 0;
+}
+
+[hidden],
+template {
+  display: none;
+}
+
+html {
+  font-family: sans-serif;
+  -webkit-text-size-adjust: 100%;
+  -ms-text-size-adjust: 100%;
+}
+
+body {
+  margin: 0;
+}
+
+a {
+  background: transparent;
+}
+
+a:focus {
+  outline: thin dotted;
+}
+
+a:active,
+a:hover {
+  outline: 0;
+}
+
+h1 {
+  margin: 0.67em 0;
+  font-size: 2em;
+}
+
+abbr[title] {
+  border-bottom: 1px dotted;
+}
+
+b,
+strong {
+  font-weight: bold;
+}
+
+dfn {
+  font-style: italic;
+}
+
+hr {
+  height: 0;
+  -moz-box-sizing: content-box;
+   box-sizing: content-box;
+}
+
+mark {
+  color: #000;
+  background: #ff0;
+}
+
+code,
+kbd,
+pre,
+samp {
+  font-family: monospace, serif;
+  font-size: 1em;
+}
+
+pre {
+  white-space: pre-wrap;
+}
+
+q {
+  quotes: "\201C" "\201D" "\2018" "\2019";
+}
+
+small {
+  font-size: 80%;
+}
+
+sub,
+sup {
+  position: relative;
+  font-size: 75%;
+  line-height: 0;
+  vertical-align: baseline;
+}
+
+sup {
+  top: -0.5em;
+}
+
+sub {
+  bottom: -0.25em;
+}
+
+img {
+  border: 0;
+}
+
+svg:not(:root) {
+  overflow: hidden;
+}
+
+figure {
+  margin: 0;
+}
+
+fieldset {
+  padding: 0.35em 0.625em 0.75em;
+  margin: 0 2px;
+  border: 1px solid #c0c0c0;
+}
+
+legend {
+  padding: 0;
+  border: 0;
+}
+
+button,
+input,
+select,
+textarea {
+  margin: 0;
+  font-family: inherit;
+  font-size: 100%;
+}
+
+button,
+input {
+  line-height: normal;
+}
+
+button,
+select {
+  text-transform: none;
+}
+
+button,
+html input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+  cursor: pointer;
+  -webkit-appearance: button;
+}
+
+button[disabled],
+html input[disabled] {
+  cursor: default;
+}
+
+input[type="checkbox"],
+input[type="radio"] {
+  padding: 0;
+  box-sizing: border-box;
+}
+
+input[type="search"] {
+  -webkit-box-sizing: content-box;
+ -moz-box-sizing: content-box;
+  box-sizing: content-box;
+  -webkit-appearance: textfield;
+}
+
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
+  -webkit-appearance: none;
+}
+
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+  padding: 0;
+  border: 0;
+}
+
+textarea {
+  overflow: auto;
+  vertical-align: top;
+}
+
+table {
+  border-collapse: collapse;
+  border-spacing: 0;
+}
+
+@media print {
+  * {
+color: #000 !important;
+text-shadow: none !important;
+background: transparent !important;
+box-shadow: none !important;
+  }
+  a,
+  a:visited {
+text-decoration: underline;
+  }
+  a[href]:after {
+content: " (" attr(href) ")";
+  }
+  abbr[title]:after {
+content: " (" attr(title) ")";
+  }
+  a[href^="javascript:"]:after,
+  a[href^="#"]:after {
+content: "";
+  }
+  pre,
+  blockquote {
+border: 1px solid #999;
+page-break-inside: avoid;
+  }
+  thead {
+display: table-header-group;
+  }
+  tr,
+  img {
+page-break-inside: avoid;
+  }
+  img {
+max-width: 100% !important;
+  }
+  @page  {
+margin: 2cm .5cm;
+  }
+  p,
+  h2,
+  h3 {
+orphans: 3;
+widows: 3;
+  }
+  h2,
+  h3 {
+page-break-after: avoid;
+  }
+  select {
+background: #fff !important;
+  }
+  .navbar {
+display: none;
+  }
+  .table td,
+  .table th {
+background-color: #fff !important;
+  }
+  .btn > .caret,
+  .dropup > .btn > .caret {
+border-top-color: #000 !important;
+  }
+  .label {
+border: 1px solid #000;
+  }
+  .table {
+border-collapse: collapse !important;
+  }
+  .table-bordered th,
+  .table-bordered td {
+border: 1px solid #ddd !important;
+  }
+}
+
+*,
+*:before,
+*:after {
+  -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
+
+html {
+  font-size: 62.5%;
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+
+body {
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 14px;
+  line-height: 1.428571429;
+  color: #33;
+  background-color: #ff;
+}
+
+input,
+button,
+select,
+textarea {
+  font-family: inherit;
+  font-size: inherit;
+  line-height: inherit;
+}
+
+a {
+  color: 

[03/15] incubator-systemml-website git commit: Remove theme subfoder structure for common assets

2016-09-04 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/e9a7b382/assets/themes/apache/jquery/jquery-2.1.1.js
--
diff --git a/assets/themes/apache/jquery/jquery-2.1.1.js 
b/assets/themes/apache/jquery/jquery-2.1.1.js
deleted file mode 100644
index 9f7b3d3..000
--- a/assets/themes/apache/jquery/jquery-2.1.1.js
+++ /dev/null
@@ -1,9190 +0,0 @@
-/*!
- * jQuery JavaScript Library v2.1.1
- * http://jquery.com/
- *
- * Includes Sizzle.js
- * http://sizzlejs.com/
- *
- * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
- * Released under the MIT license
- * http://jquery.org/license
- *
- * Date: 2014-05-01T17:11Z
- */
-
-(function( global, factory ) {
-
-   if ( typeof module === "object" && typeof module.exports === "object" ) 
{
-   // For CommonJS and CommonJS-like environments where a proper 
window is present,
-   // execute the factory and get jQuery
-   // For environments that do not inherently posses a window with 
a document
-   // (such as Node.js), expose a jQuery-making factory as 
module.exports
-   // This accentuates the need for the creation of a real window
-   // e.g. var jQuery = require("jquery")(window);
-   // See ticket #14549 for more info
-   module.exports = global.document ?
-   factory( global, true ) :
-   function( w ) {
-   if ( !w.document ) {
-   throw new Error( "jQuery requires a 
window with a document" );
-   }
-   return factory( w );
-   };
-   } else {
-   factory( global );
-   }
-
-// Pass this if window is not defined yet
-}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
-
-// Can't do this because several apps including ASP.NET trace
-// the stack via arguments.caller.callee and Firefox dies if
-// you try to trace through "use strict" call chains. (#13335)
-// Support: Firefox 18+
-//
-
-var arr = [];
-
-var slice = arr.slice;
-
-var concat = arr.concat;
-
-var push = arr.push;
-
-var indexOf = arr.indexOf;
-
-var class2type = {};
-
-var toString = class2type.toString;
-
-var hasOwn = class2type.hasOwnProperty;
-
-var support = {};
-
-
-
-var
-   // Use the correct document accordingly with window argument (sandbox)
-   document = window.document,
-
-   version = "2.1.1",
-
-   // Define a local copy of jQuery
-   jQuery = function( selector, context ) {
-   // The jQuery object is actually just the init constructor 
'enhanced'
-   // Need init if jQuery is called (just allow error to be thrown 
if not included)
-   return new jQuery.fn.init( selector, context );
-   },
-
-   // Support: Android<4.1
-   // Make sure we trim BOM and NBSP
-   rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
-
-   // Matches dashed string for camelizing
-   rmsPrefix = /^-ms-/,
-   rdashAlpha = /-([\da-z])/gi,
-
-   // Used by jQuery.camelCase as callback to replace()
-   fcamelCase = function( all, letter ) {
-   return letter.toUpperCase();
-   };
-
-jQuery.fn = jQuery.prototype = {
-   // The current version of jQuery being used
-   jquery: version,
-
-   constructor: jQuery,
-
-   // Start with an empty selector
-   selector: "",
-
-   // The default length of a jQuery object is 0
-   length: 0,
-
-   toArray: function() {
-   return slice.call( this );
-   },
-
-   // Get the Nth element in the matched element set OR
-   // Get the whole matched element set as a clean array
-   get: function( num ) {
-   return num != null ?
-
-   // Return just the one element from the set
-   ( num < 0 ? this[ num + this.length ] : this[ num ] ) :
-
-   // Return all the elements in a clean array
-   slice.call( this );
-   },
-
-   // Take an array of elements and push it onto the stack
-   // (returning the new matched element set)
-   pushStack: function( elems ) {
-
-   // Build a new jQuery matched element set
-   var ret = jQuery.merge( this.constructor(), elems );
-
-   // Add the old object onto the stack (as a reference)
-   ret.prevObject = this;
-   ret.context = this.context;
-
-   // Return the newly-formed element set
-   return ret;
-   },
-
-   // Execute a callback for every element in the matched set.
-   // (You can seed the arguments with an array of args, but this is
-   // only used internally.)
-   each: function( callback, args ) {
-   return jQuery.each( this, 

[04/15] incubator-systemml-website git commit: Remove theme subfoder structure for common assets

2016-09-04 Thread lresende
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/e9a7b382/assets/themes/apache/css/style.css
--
diff --git a/assets/themes/apache/css/style.css 
b/assets/themes/apache/css/style.css
deleted file mode 100644
index 8b98b27..000
--- a/assets/themes/apache/css/style.css
+++ /dev/null
@@ -1,360 +0,0 @@
-/* Move down content because we have a fixed navbar that is 50px tall */
-@import url(//fonts.googleapis.com/css?family=Patua+One);
-
-body {
-  padding-top: 50px;
-  padding-bottom: 20px;
-}
-
-.jumbotron {
-background-color: #152935 /* #3071a9 */;
-}
-
-.navbar-brand {
-  padding: 12px 12px;
-  padding-top: 15px;
-  padding-bottom: 10px;
-}
-
-.navbar {
- background-color:#152935 /* #3071a9 */;
- border-bottom:0px;
- /*height: 50px; */
-}
-
-.navbar-inverse .navbar-nav > li > a {
- color: #ff;
- background-color: #152935 /* #3071a9 */;
-}
-
-.navbar-inverse .navbar-nav > li > a:hover, 
-.navbar-inverse .navbar-nav > li > a:focus {
-  color: #ff;
-  background-color: #0C8672 /* #2C6094 */;
-}
-.navbar-inverse .navbar-nav > li > a.active:hover, 
-.navbar-inverse .navbar-nav > li > a.active:focus {
-  text-decoration: none;
-  background-color: #0C8672 /* #265380 */;
-}
-
-.navbar-inverse .navbar-nav > li > a.active {
-  background-color: #0C8672 /* #265380 */;
-}
-
-.navbar-inverse .navbar-brand:hover,
-.navbar-inverse .navbar-brand:focus {
-}
-
-.navbar-inverse .navbar-brand {
-  color: #fff;
-  text-decoration: none;
-  font-size: 32px;
-}
-
-.navbar-inverse .navbar-collapse,
-.navbar-inverse .navbar-form {
-  border-color: #265380;
-  background-color: #152935 /* #3071a9 */;
-}
-
-@media (max-width: 768px) {
-  .navbar-collapse.in {
-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
-  }
-
-  .bigFingerButton {
-margin-top: 12px;
-display: block;
-margin-right: auto;
-margin-left: auto;
-  }
-}
-
-.bigFingerButton {
-margin-right: 10px;
-}
-
-.navbar-inverse .navbar-toggle {
-  border-color: #265380;
-}
-
-.navbar-inverse .navbar-toggle:hover,
-.navbar-inverse .navbar-toggle:focus {
-  border-color: #265380;
-  background-color: #265380;
-}
-
-.navbar-inverse .navbar-toggle:focus {
-  outline-width: 0px;
-}
-
-a {
-  color: #0C8672 /* #428bca */;
-  text-decoration: none;
-}
-
-/* CUSTOMIZE THE CAROUSEL
--- */
-
-/* Carousel base class */
-.carousel {
-  height: 200px;
-  margin-bottom: 10px;
-}
-/* Since positioning the image, we need to help out the caption */
-.carousel-caption {
-  z-index: 10;
-}
-
-/* Declare heights because of positioning of img element */
-.carousel .item {
-  height: 300px;
-}
-.carousel-control {
-  background-image: none !important;
-}
-
-.carousel-inner > .item > img {
-  position: absolute;
-  top: 0;
-  left: 0;
-  min-width: 100%;
-  height: 300px;
-}
-.carousel-indicators {
-  margin-top:30px;
-  margin-bottom:0px;
-}
-@media screen and (min-width: 768px) {
-  .carousel-indicators {
-margin-bottom: -60px;
-  }
-  .carousel-caption {
-padding-bottom: 60px;
-  }
-}
-
-
-.jumbotron h1,
-.jumbotron p  {
-  color: #fff;
-}
-.jumbotron .thumbnail {
-  margin-top: 0;
-}
-.jumbotron.small {
-padding: 0 0 0 0;
-color : #ff;
-}
-.jumbotron.small .title{
-float : left;
-font-weight : bold;
-font-size : 20px;
-height : 30px;
-margin-right: 20px;
-}
-
-.jumbotron.small .subtitle{
-font-size : 14px;
-height : 30px;
-vertical-align:text-bottom;
-padding-top:7px;
-}
-
-.jumbotron.small .description{
-margin-top: 7px;
-}
-
-
-
-/* screenshot img inside of doc */
-.screenshot {
-width : 800px;
-}
-
-/* Table on the index page */
-.table-container {
-position: absolute;
-}
-
-.table-stack {
-/*border: 1px solid #6371a9;*/
-width:200px; padding: 5px 5px 5px 5px;
-}
-
-.table-stack table {
-width:100%
-}
-
-.table-stack tr td{
-border: 1px solid #FF;
-height : 40px;
-background-color : #6371a9;
-color : #FF;
-}
-
-.table-stack .gray {
-background-color:#DD;
-color:#77;
-}
-
-/* Table for property */
-.table-configuration {
-width : 800px;
-border : 1px solid gray;
-}
-.table-configuration tr td {
-border : 1px solid gray;
-padding : 5px 5px 5px 5px;
-}
-.table-configuration tr th {
-border : 1px solid gray;
-padding : 5px 5px 5px 5px;
-background-color: #B0C4DE;
-}
-
-
-.rotate270 {
-width:15px;padding:10px 0px 0px 0px;
--webkit-transform: rotate(270deg);
--moz-transform: rotate(270deg);
--ms-transform: rotate(270deg);
--o-transform: rotate(270deg);
-transform: rotate(270deg);
-}
-
-
-
-
-
-
-
-
-
-/* Custom container */
-.container-narrow {
-  margin: 0 auto;
-/*  max-width: 960px; */
-}
-
-.container-narrow > hr {
-  margin: 30px 0; }
-
-/* posts index */
-.post > h3.title {
-  position: relative;
-  padding-top: 10px; }
-
-.post > h3.title span.date {

incubator-systemml-website git commit: Remove obsolete files from original site template

2016-09-04 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master d3d34b2ca -> f229c4dbd


Remove obsolete files from original site template


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/f229c4db
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/f229c4db
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/f229c4db

Branch: refs/heads/master
Commit: f229c4dbd7fc4c2464b3139133eebfaba19572e0
Parents: d3d34b2
Author: Luciano Resende 
Authored: Sun Sep 4 19:43:26 2016 -0700
Committer: Luciano Resende 
Committed: Sun Sep 4 19:43:26 2016 -0700

--
 .../img/docs-img/lens-interpreter-binding.png | Bin 78255 -> 0 bytes
 .../img/docs-img/lens-interpreter-setting.png | Bin 73297 -> 0 bytes
 assets/themes/apache/img/docs-img/lens-logo.png   | Bin 223040 -> 0 bytes
 assets/themes/apache/img/docs-img/lens-result.png | Bin 57509 -> 0 bytes
 .../apache/img/docs-img/lens-ui-service.png   | Bin 87865 -> 0 bytes
 5 files changed, 0 insertions(+), 0 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/f229c4db/assets/themes/apache/img/docs-img/lens-interpreter-binding.png
--
diff --git a/assets/themes/apache/img/docs-img/lens-interpreter-binding.png 
b/assets/themes/apache/img/docs-img/lens-interpreter-binding.png
deleted file mode 100644
index 11b96ed..000
Binary files a/assets/themes/apache/img/docs-img/lens-interpreter-binding.png 
and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/f229c4db/assets/themes/apache/img/docs-img/lens-interpreter-setting.png
--
diff --git a/assets/themes/apache/img/docs-img/lens-interpreter-setting.png 
b/assets/themes/apache/img/docs-img/lens-interpreter-setting.png
deleted file mode 100644
index 867e1d6..000
Binary files a/assets/themes/apache/img/docs-img/lens-interpreter-setting.png 
and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/f229c4db/assets/themes/apache/img/docs-img/lens-logo.png
--
diff --git a/assets/themes/apache/img/docs-img/lens-logo.png 
b/assets/themes/apache/img/docs-img/lens-logo.png
deleted file mode 100644
index 2606b4e..000
Binary files a/assets/themes/apache/img/docs-img/lens-logo.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/f229c4db/assets/themes/apache/img/docs-img/lens-result.png
--
diff --git a/assets/themes/apache/img/docs-img/lens-result.png 
b/assets/themes/apache/img/docs-img/lens-result.png
deleted file mode 100644
index e5d48f6..000
Binary files a/assets/themes/apache/img/docs-img/lens-result.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/f229c4db/assets/themes/apache/img/docs-img/lens-ui-service.png
--
diff --git a/assets/themes/apache/img/docs-img/lens-ui-service.png 
b/assets/themes/apache/img/docs-img/lens-ui-service.png
deleted file mode 100644
index ec223d4..000
Binary files a/assets/themes/apache/img/docs-img/lens-ui-service.png and 
/dev/null differ



svn commit: r1759200 [4/4] - in /incubator/systemml/site: ./ 0.10.0-incubating/ 0.9.0-incubating/ assets/ css/ img/ js/ media/

2016-09-04 Thread lresende
Added: incubator/systemml/site/index.html
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/index.html?rev=1759200=auto
==
--- incubator/systemml/site/index.html (added)
+++ incubator/systemml/site/index.html Mon Sep  5 04:29:51 2016
@@ -0,0 +1,241 @@
+
+
+  
+
+
+
+Apache SystemML - Declarative Large-Scale Machine Learning
+
+
+
+
+
+
+   https://systemml.apache.org/; />
+   
+   
+   
+   
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+
+  https://systemml.apache.org/;>Apache SystemML
+  
+
+  https://github.com/apache/incubator-systemml; 
target="_blank">Github
+  https://apache.github.io/incubator-systemml; 
target="_blank">Documentation
+  
+Resources
+
+  About SystemML
+  https://issues.apache.org/jira/browse/SYSTEMML/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel;
 target="_blank">Found a bug
+  http://www.apache.org/foundation/how-it-works.html; 
target="_blank">Apache Software Foundation
+  http://www.apache.org/licenses/; 
target="_blank">Apache License
+  http://www.apache.org/foundation/sponsorship; 
target="_blank">Sponsorship
+  http://www.apache.org/foundation/thanks.html; 
target="_blank">Thanks
+  https://systemml.apache.org/privacy-policy; 
target="_blank">Privacy Policy
+
+  
+
+  
+
+
+
+  
+
+  Apache SystemML
+  A machine learning platform optimal for big data.
+  Introduction to Apache SystemML
+  Download 
SystemML
+
+  
+  
+
+
+
+  
+What is SystemML
+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.
+Watch Apache SystemML in 
action
+  
+  
+
+
+
+  
+Features
+
+  
+
+Big Data
+SystemML relieves big data stress by automatically scaling, so 
that the user can focus on what’s important.
+  
+  
+
+Language
+Use R and Python-like Syntax to code your machine learning 
project.
+  
+  
+
+High0-Level Math
+SystemML provides a platform where the user can easily 
implement high level math and algorithms.
+  
+
+  
+
+
+
+  SystemML Use Cases
+  
+
+  
+
+  Automotive
+  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.
+
+
+  
+
+  
+
+  Airport Traffic
+  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.
+
+
+  
+
+  
+
+  Social Banking
+  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.
+
+
+  
+
+
+
+
+
+  
+Start using SystemML today!
+
+
+  
+http://apache.github.io/incubator-systemml/beginners-guide-python;>SystemML
 getting started guide for Python
+  
+  
+  
+  
+http://apache.github.io/incubator-systemml/beginners-guide-to-dml-and-pydml;>SystemML
 getting started guide for R
+  
+
+
+  
+
+
+
+  
+Ways to Use SystemML
+
+  
+
+ApacheSpark
+  
+  
+
+Apache Hadoop
+  
+  
+
+Jupyter
+  
+  
+
+Apache 

svn commit: r1759200 [2/4] - in /incubator/systemml/site: ./ 0.10.0-incubating/ 0.9.0-incubating/ assets/ css/ img/ js/ media/

2016-09-04 Thread lresende
Added: incubator/systemml/site/css/bundle.css
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/css/bundle.css?rev=1759200=auto
==
--- incubator/systemml/site/css/bundle.css (added)
+++ incubator/systemml/site/css/bundle.css Mon Sep  5 04:29:51 2016
@@ -0,0 +1,4216 @@
+@charset "UTF-8";
+/*! nouislider - 8.3.0 - 2016-02-14 17:37:20 */
+.noUi-target, .noUi-target * {
+  -webkit-touch-callout: none;
+  -webkit-user-select: none;
+  -ms-touch-action: none;
+  touch-action: none;
+  -ms-user-select: none;
+  -moz-user-select: none;
+  user-select: none;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box; }
+
+.noUi-target {
+  position: relative;
+  direction: ltr; }
+
+.noUi-base {
+  width: 100%;
+  height: 100%;
+  position: relative;
+  z-index: 1; }
+
+.noUi-origin {
+  position: absolute;
+  right: 0;
+  top: 0;
+  left: 0;
+  bottom: 0; }
+
+.noUi-handle {
+  position: relative;
+  z-index: 1; }
+
+.noUi-stacking .noUi-handle {
+  z-index: 10; }
+
+.noUi-state-tap .noUi-origin {
+  -webkit-transition: left .3s,top .3s;
+  transition: left .3s,top .3s; }
+
+.noUi-state-drag * {
+  cursor: inherit !important; }
+
+.noUi-base, .noUi-handle {
+  -webkit-transform: translate3d(0, 0, 0);
+  transform: translate3d(0, 0, 0); }
+
+.noUi-horizontal {
+  height: 18px; }
+
+.noUi-horizontal .noUi-handle {
+  width: 34px;
+  height: 28px;
+  left: -17px;
+  top: -6px; }
+
+.noUi-vertical {
+  width: 18px; }
+
+.noUi-vertical .noUi-handle {
+  width: 28px;
+  height: 34px;
+  left: -6px;
+  top: -17px; }
+
+.noUi-background {
+  background: #FAFAFA;
+  box-shadow: inset 0 1px 1px #f0f0f0; }
+
+.noUi-connect {
+  background: #3FB8AF;
+  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
+  -webkit-transition: background 450ms;
+  transition: background 450ms; }
+
+.noUi-origin {
+  border-radius: 2px; }
+
+.noUi-target {
+  border-radius: 4px;
+  border: 1px solid #D3D3D3;
+  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }
+
+.noUi-target.noUi-connect {
+  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }
+
+.noUi-draggable {
+  cursor: w-resize; }
+
+.noUi-vertical .noUi-draggable {
+  cursor: n-resize; }
+
+.noUi-handle {
+  border: 1px solid #D9D9D9;
+  border-radius: 3px;
+  background: #FFF;
+  cursor: default;
+  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }
+
+.noUi-active {
+  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }
+
+.noUi-handle:after, .noUi-handle:before {
+  content: "";
+  display: block;
+  position: absolute;
+  height: 14px;
+  width: 1px;
+  background: #E8E7E6;
+  left: 14px;
+  top: 6px; }
+
+.noUi-handle:after {
+  left: 17px; }
+
+.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
+  width: 14px;
+  height: 1px;
+  left: 6px;
+  top: 14px; }
+
+.noUi-vertical .noUi-handle:after {
+  top: 17px; }
+
+[disabled] .noUi-connect, [disabled].noUi-connect {
+  background: #B8B8B8; }
+
+[disabled] .noUi-handle, [disabled].noUi-origin {
+  cursor: not-allowed; }
+
+.noUi-pips, .noUi-pips * {
+  -moz-box-sizing: border-box;
+  box-sizing: border-box; }
+
+.noUi-pips {
+  position: absolute;
+  color: #999; }
+
+.noUi-value {
+  width: 40px;
+  position: absolute;
+  text-align: center; }
+
+.noUi-value-sub {
+  color: #ccc;
+  font-size: 10px; }
+
+.noUi-marker {
+  position: absolute;
+  background: #CCC; }
+
+.noUi-marker-large, .noUi-marker-sub {
+  background: #AAA; }
+
+.noUi-pips-horizontal {
+  padding: 10px 0;
+  height: 50px;
+  top: 100%;
+  left: 0;
+  width: 100%; }
+
+.noUi-value-horizontal {
+  margin-left: -20px;
+  padding-top: 20px; }
+
+.noUi-value-horizontal.noUi-value-sub {
+  padding-top: 15px; }
+
+.noUi-marker-horizontal.noUi-marker {
+  margin-left: -1px;
+  width: 2px;
+  height: 5px; }
+
+.noUi-marker-horizontal.noUi-marker-sub {
+  height: 10px; }
+
+.noUi-marker-horizontal.noUi-marker-large {
+  height: 15px; }
+
+.noUi-pips-vertical {
+  padding: 0 10px;
+  height: 100%;
+  top: 0;
+  left: 100%; }
+
+.noUi-value-vertical {
+  width: 15px;
+  margin-left: 20px;
+  margin-top: -5px; }
+
+.noUi-marker-vertical.noUi-marker {
+  width: 5px;
+  height: 2px;
+  margin-top: -1px; }
+
+.noUi-marker-vertical.noUi-marker-sub {
+  width: 10px; }
+
+.noUi-marker-vertical.noUi-marker-large {
+  width: 15px; }
+
+.noUi-tooltip {
+  display: block;
+  position: absolute;
+  border: 1px solid #D9D9D9;
+  border-radius: 3px;
+  background: #fff;
+  padding: 5px;
+  text-align: center; }
+
+.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
+  top: -32px; }
+
+.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
+  bottom: -32px; }
+
+.noUi-vertical .noUi-handle-lower .noUi-tooltip {
+  left: 120%; }
+
+.noUi-vertical .noUi-handle-upper .noUi-tooltip {
+  right: 120%; }
+
+/* perfect-scrollbar v0.6.8 */
+.ps-container {
+  -ms-touch-action: none;
+  overflow: hidden !important; }
+

[incubator-systemml-website] Git Push Summary

2016-09-04 Thread lresende
Repository: incubator-systemml-website
Updated Tags:  refs/tags/v0.1 [created] f5f364119


incubator-systemml-website git commit: [SYSTEMML-893] Update project team members page design

2016-09-02 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master ed14f0068 -> 1f1b024f5


[SYSTEMML-893] Update project team members page design

Utilize github id to display contributor picture


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/1f1b024f
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/1f1b024f
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/1f1b024f

Branch: refs/heads/master
Commit: 1f1b024f595db0816ac341678adf95e5615255b8
Parents: ed14f00
Author: Luciano Resende <lrese...@apache.org>
Authored: Thu Sep 1 17:54:41 2016 -0700
Committer: Luciano Resende <lrese...@apache.org>
Committed: Fri Sep 2 10:14:11 2016 -0700

--
 _data/contributors.yml | 119 
 _data/members.yml  |  94 --
 community-members.md   |  50 ---
 3 files changed, 141 insertions(+), 122 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/1f1b024f/_data/contributors.yml
--
diff --git a/_data/contributors.yml b/_data/contributors.yml
new file mode 100644
index 000..163a52d
--- /dev/null
+++ b/_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/1f1b024f/_data/members.yml
--
diff --git a/_data/members.yml b/_data/members.yml
deleted file mode 100644
index 0b492d9..000
--- a/_data/members.yml
+++ /dev/null
@@ -1,94 +0,0 @@
-- name: Alexandre V Evfimievski
-  apache_id: ae2015
-  pmc: true
-  affiliation: IBM
-
-- name: Arvind Surve
-  apache_id: acs_s
-  pmc: true
-  affiliation: IBM
-
-- name: Berthold Reinwald
-  apache_id: reinwald
-  pmc: true
-  affiliation: IBM
-
-- name: DB Tsai
-  apache_id: dbtsai
-  pmc: true
-  affiliation: Netflix
-
-- name: Deron Eriksson
-  apache_id: deron
-  pmc: true
-  affiliation: IBM
-
-- name: Faraz Makari
-  apache_id: fmakari
-  pmc: true
-  affiliation: IBM
-
-- name: Fred Reiss
-  apache_id: freiss
-  pmc: true
-  affiliation: IBM
-
-- name: Glenn Weidner
-  apache_id: gweidner
-  pmc: true
-  affiliation: IBM
-
-- name: Holden Karau
-  apache_id: holden
-  pmc: true
-  affiliation: IBM
-
-- name: Joseph Bradley
-  apache_id: jkbradley
-  pmc: true
-  affiliation: Databricks
-
-- name: Luciano Resende
-  apache_id: lresende
-  pmc: true
-  affiliation: IBM
-
-- name: Matthias Boehm
-  apache_id: mboehm7
-  pmc: true
-  affiliation: IBM
-
-- name: 

svn commit: r1747844 - in /incubator/systemml/site: 0.9.0-incubating/release_notes.html community-members.html community.html download.html feed.xml index.html privacy-policy.html

2016-06-10 Thread lresende
Author: lresende
Date: Sat Jun 11 03:52:26 2016
New Revision: 1747844

URL: http://svn.apache.org/viewvc?rev=1747844=rev
Log:
Publish latest updates to SystemML website

Added:
incubator/systemml/site/privacy-policy.html
Modified:
incubator/systemml/site/0.9.0-incubating/release_notes.html
incubator/systemml/site/community-members.html
incubator/systemml/site/community.html
incubator/systemml/site/download.html
incubator/systemml/site/feed.xml
incubator/systemml/site/index.html

Modified: incubator/systemml/site/0.9.0-incubating/release_notes.html
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/0.9.0-incubating/release_notes.html?rev=1747844=1747843=1747844=diff
==
--- incubator/systemml/site/0.9.0-incubating/release_notes.html (original)
+++ incubator/systemml/site/0.9.0-incubating/release_notes.html Sat Jun 11 
03:52:26 2016
@@ -45,29 +45,70 @@
   Apache SystemML
   
 
-
-  
-
-Community
-
-Get Involved
-Who we are
-
-
-https://github.com/apache/incubator-systemml;>GitHub
-https://apache.github.io/incubator-systemml;>Documentation
-Download
-
-  Apache
-   
-http://www.apache.org/foundation/how-it-works.html;>Apache Software 
Foundation
-http://www.apache.org/licenses/;>Apache 
License
-http://www.apache.org/foundation/sponsorship.html;>Sponsorship
-http://www.apache.org/foundation/thanks.html;>Thanks
-
-
-  
-
+  
+  
+  
+  
+  
+  Community
+  
+  
+  
+  Get 
Involved
+  
+  
+  https://issues.apache.org/jira/browse/SYSTEMML; target="_blank">Issue 
Tracker
+  
+  
+  https://github.com/apache/incubator-systemml; target="_blank">Source 
Code
+  
+  
+  Project Committers
+  
+  
+  
+  
+  
+  
+  
+  
+  https://github.com/apache/incubator-systemml; 
target="_blank">GitHub
+  
+  
+  
+  
+  
+  
+  https://apache.github.io/incubator-systemml; 
target="_blank">Documentation
+  
+  
+  
+  
+  
+  Apache
+  
+  
+  
+  http://www.apache.org/foundation/how-it-works.html; 
target="_blank">Apache Software Foundation
+  
+  
+  http://www.apache.org/licenses/; 
target="_blank">Apache License
+  
+  
+  http://www.apache.org/foundation/sponsorship; 
target="_blank">Sponsorship
+  
+  
+  http://www.apache.org/foundation/thanks.html; 
target="_blank">Thanks
+  
+  
+  Privacy 
Policy
+  
+  
+  
+  
+  
+  
+  
   
 
 
@@ -83,7 +124,10 @@
 
 
   
-
+
+
 
 
 Apache SystemML 0.9.0-incubating is the first release of SystemML since it 
joined Apache as an incubator project on November 2nd, 2015.

Modified: incubator/systemml/site/community-members.html
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/community-members.html?rev=1747844=1747843=1747844=diff
==
--- incubator/systemml/site/community-members.html (original)
+++ incubator/systemml/site/community-members.html Sat Jun 11 03:52:26 2016
@@ -45,29 +45,70 @@
   Apache SystemML
   
 
-
-  
-
-Community
-
-Get Involved
-Who we are
-
-
-ht

[5/6] incubator-systemml-website git commit: Make top level website navigation based on yml config file

2016-06-10 Thread lresende
Make top level website navigation based on yml config file


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/3ea7b7c6
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/3ea7b7c6
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/3ea7b7c6

Branch: refs/heads/master
Commit: 3ea7b7c624a5ed04de5baf8de755cc48725ac522
Parents: 3d15cba
Author: Luciano Resende 
Authored: Fri Jun 10 16:28:51 2016 -0700
Committer: Luciano Resende 
Committed: Fri Jun 10 16:28:51 2016 -0700

--
 _data/navigation.yml | 68 +++
 _includes/themes/apache/_navigation.html | 48 +--
 2 files changed, 92 insertions(+), 24 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/3ea7b7c6/_data/navigation.yml
--
diff --git a/_data/navigation.yml b/_data/navigation.yml
new file mode 100644
index 000..2757b73
--- /dev/null
+++ b/_data/navigation.yml
@@ -0,0 +1,68 @@
+## 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
+
+
+#
+#  
+#
+#Community
+#
+#Get Involved
+#Who we are
+#
+#
+#GitHub
+#Documentation
+#{% if site.data.project.download %}Download{% endif %}
+#
+#  Apache
+#   
+#http://www.apache.org/foundation/how-it-works.html;>Apache Software 
Foundation
+#http://www.apache.org/licenses/;>Apache 
License
+#http://www.apache.org/foundation/sponsorship.html;>Sponsorship
+#http://www.apache.org/foundation/thanks.html;>Thanks
+#Privacy Policy
+#
+#
+#  
+#
+
+
+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

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/3ea7b7c6/_includes/themes/apache/_navigation.html
--
diff --git a/_includes/themes/apache/_navigation.html 
b/_includes/themes/apache/_navigation.html
index 70a8c0e..d0964be 100644
--- a/_includes/themes/apache/_navigation.html
+++ b/_includes/themes/apache/_navigation.html
@@ -12,30 +12,30 @@
   {{ site.data.project.name }}
   
 
-
-  
-
-Community
-
-Get Involved
-Who we are
-
-
-GitHub
-Documentation
-{% if site.data.project.download %}Download{% endif %}
-
-  Apache
-   
-http://www.apache.org/foundation/how-it-works.html;>Apache Software 
Foundation
-http://www.apache.org/licenses/;>Apache 
License
-http://www.apache.org/foundation/sponsorship.html;>Sponsorship
-http://www.apache.org/foundation/thanks.html;>Thanks
-Privacy Policy
-
-
-  
-
+  
+  
+  {% for entry in site.data.navigation.topnav %}
+  
+  {% if entry.subcategories %}
+  {{ entry.title }}
+  
+  {% for subitem in entry.subcategories %}
+  {% if subitem.url contains "http" %}
+  {% assign target = "_blank" %}{% 

[2/6] incubator-systemml-website git commit: [MINOR] Add new committer Glenn Weidner

2016-06-10 Thread lresende
[MINOR] Add new committer Glenn Weidner


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/25890645
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/25890645
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/25890645

Branch: refs/heads/master
Commit: 258906454c790f93cb69dd6f6d32b9863136a9c7
Parents: 5dd5a30
Author: Luciano Resende 
Authored: Fri Jun 10 15:16:59 2016 -0700
Committer: Luciano Resende 
Committed: Fri Jun 10 15:16:59 2016 -0700

--
 _data/members.yml | 5 +
 1 file changed, 5 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/25890645/_data/members.yml
--
diff --git a/_data/members.yml b/_data/members.yml
index a634b32..0b492d9 100644
--- a/_data/members.yml
+++ b/_data/members.yml
@@ -33,6 +33,11 @@
   pmc: true
   affiliation: IBM
 
+- name: Glenn Weidner
+  apache_id: gweidner
+  pmc: true
+  affiliation: IBM
+
 - name: Holden Karau
   apache_id: holden
   pmc: true



[3/6] incubator-systemml-website git commit: Add privacy policy related to analytics data collection

2016-06-10 Thread lresende
Add privacy policy related to analytics data collection


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/47dccbc0
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/47dccbc0
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/47dccbc0

Branch: refs/heads/master
Commit: 47dccbc0ee64852a63f4c4bc08438c4acbcbf9a8
Parents: 2589064
Author: Luciano Resende 
Authored: Fri Jun 10 15:26:12 2016 -0700
Committer: Luciano Resende 
Committed: Fri Jun 10 15:26:12 2016 -0700

--
 _includes/themes/apache/_navigation.html |  1 +
 privacy-policy.md| 27 +++
 2 files changed, 28 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/47dccbc0/_includes/themes/apache/_navigation.html
--
diff --git a/_includes/themes/apache/_navigation.html 
b/_includes/themes/apache/_navigation.html
index 631f96f..70a8c0e 100644
--- a/_includes/themes/apache/_navigation.html
+++ b/_includes/themes/apache/_navigation.html
@@ -31,6 +31,7 @@
 http://www.apache.org/licenses/;>Apache 
License
 http://www.apache.org/foundation/sponsorship.html;>Sponsorship
 http://www.apache.org/foundation/thanks.html;>Thanks
+Privacy Policy
 
 
   

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/47dccbc0/privacy-policy.md
--
diff --git a/privacy-policy.md b/privacy-policy.md
new file mode 100644
index 000..b306287
--- /dev/null
+++ b/privacy-policy.md
@@ -0,0 +1,27 @@
+---
+layout: page
+title: Privacy Policy
+description: Apache SystemML website privacy policy
+group: nav-right
+---
+{% include JB/setup %}
+
+
+
+## {{ site.data.project.name }} Privacy Policy
+
+
+
+Information about your use of this website is collected using server access 
logs and a tracking cookie. The collected information consists of the following:
+
+The IP address from which you access the website;
+The type of browser and operating system you use to access our site;
+The date and time you access our site;
+The pages you visit; and
+The addresses of pages from where you followed a link to our site.
+
+Part of this information is gathered using a tracking cookie set by the 
[Google Analytics](http://www.google.com/analytics/) service and handled by 
Google as described in their [privacy 
policy](http://www.google.com/privacy.html). See your browser documentation for 
instructions on how to disable the cookie if you prefer not to share this data 
with Google.
+
+We use the gathered information to help us make our site more useful to 
visitors and to better understand how and when our site is used. We do not 
track or collect personally identifiable information or associate gathered data 
with any personally identifying information from other sources.
+
+By using this website, you consent to the collection of this data in the 
manner and for the purpose described above.
\ No newline at end of file



svn commit: r13968 - /release/incubator/systemml/0.10.0-incubating/

2016-06-10 Thread lresende
Author: lresende
Date: Sat Jun 11 03:23:08 2016
New Revision: 13968

Log:
Apache SystemML 0.10.0-incubating release

Added:
release/incubator/systemml/0.10.0-incubating/
  - copied from r13967, dev/incubator/systemml/0.10.0-incubating-rc2/



svn commit: r13868 - /dev/incubator/systemml/0.10.0-incubating-rc2/

2016-06-01 Thread lresende
Author: lresende
Date: Wed Jun  1 20:12:14 2016
New Revision: 13868

Log:
Remove extra files from systemml-0.10.0-incubating RC2

Removed:

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-source-release.zip

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-source-release.zip.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-source-release.zip.asc.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-source-release.zip.md5



svn commit: r13861 - /dev/incubator/systemml/0.10.0-incubating-rc2/

2016-05-31 Thread lresende
Author: lresende
Date: Wed Jun  1 05:00:34 2016
New Revision: 13861

Log:
Apache SystemML 0.10.0-incubating RC2

Added:
dev/incubator/systemml/0.10.0-incubating-rc2/

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-javadoc.jar
   (with props)

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-javadoc.jar.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-javadoc.jar.asc.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-javadoc.jar.md5

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-source-release.zip
   (with props)

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-source-release.zip.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-source-release.zip.asc.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-source-release.zip.md5

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-sources.jar
   (with props)

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-sources.jar.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-sources.jar.asc.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-sources.jar.md5

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-src.tar.gz
   (with props)

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-src.tar.gz.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-src.tar.gz.asc.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-src.tar.gz.md5

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-src.zip 
  (with props)

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-src.zip.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-src.zip.asc.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-src.zip.md5

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-standalone.tar.gz
   (with props)

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-standalone.tar.gz.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-standalone.tar.gz.asc.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-standalone.tar.gz.md5

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-standalone.zip
   (with props)

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-standalone.zip.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-standalone.zip.asc.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-standalone.zip.md5
dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.jar 
  (with props)

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.jar.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.jar.asc.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.jar.md5
dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.pom

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.pom.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.pom.asc.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.tar.gz  
 (with props)

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.tar.gz.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.tar.gz.asc.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.tar.gz.md5
dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.zip 
  (with props)

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.zip.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.zip.asc.asc

dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating.zip.md5

Added: 
dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-javadoc.jar
==
Binary file - no diff available.

Propchange: 
dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-javadoc.jar
--
svn:mime-type = application/octet-stream

Added: 
dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-javadoc.jar.asc
==
--- 
dev/incubator/systemml/0.10.0-incubating-rc2/systemml-0.10.0-incubating-javadoc.jar.asc
 (added)
+++ 
dev/incubator/systemml

incubator-systemml git commit: [maven-release-plugin] prepare for next development iteration

2016-05-31 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master 3d5f9b117 -> 30b156f03


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 30b156f032a10df244ec5b55532635c2473a7554
Parents: 3d5f9b1
Author: Luciano Resende 
Authored: Tue May 31 21:32:09 2016 -0700
Committer: Luciano Resende 
Committed: Tue May 31 21:32:09 2016 -0700

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/30b156f0/pom.xml
--
diff --git a/pom.xml b/pom.xml
index bf9c195..7467295 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
18

org.apache.systemml
-   0.10.0-incubating
+   0.11.0-incubating-SNAPSHOT
systemml
jar
SystemML
@@ -41,7 +41,7 @@

scm:git:g...@github.com:apache/incubator-systemml

scm:git:https://git-wip-us.apache.org/repos/asf/incubator-systemml

https://git-wip-us.apache.org/repos/asf?p=incubator-systemml.git
-   0.10.0-incubating-rc2
+   HEAD


JIRA



incubator-systemml git commit: [maven-release-plugin] prepare release 0.10.0-incubating-rc2

2016-05-31 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master 42d2a232f -> 3d5f9b117


[maven-release-plugin] prepare release 0.10.0-incubating-rc2


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

Branch: refs/heads/master
Commit: 3d5f9b11741f6d6ecc6af7cbaa1069cde32be838
Parents: 42d2a23
Author: Luciano Resende 
Authored: Tue May 31 21:31:55 2016 -0700
Committer: Luciano Resende 
Committed: Tue May 31 21:31:55 2016 -0700

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/3d5f9b11/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 7467295..bf9c195 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
18

org.apache.systemml
-   0.11.0-incubating-SNAPSHOT
+   0.10.0-incubating
systemml
jar
SystemML
@@ -41,7 +41,7 @@

scm:git:g...@github.com:apache/incubator-systemml

scm:git:https://git-wip-us.apache.org/repos/asf/incubator-systemml

https://git-wip-us.apache.org/repos/asf?p=incubator-systemml.git
-   HEAD
+   0.10.0-incubating-rc2


JIRA



incubator-systemml git commit: [SYSTEMML-741] Remove inmemory artifacts from distribution profile

2016-05-31 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master 5ecbbb9ce -> 42d2a232f


[SYSTEMML-741] Remove inmemory artifacts from distribution profile


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

Branch: refs/heads/master
Commit: 42d2a232f9e0c8403d339d41625e7ae4f8376dea
Parents: 5ecbbb9
Author: Luciano Resende 
Authored: Tue May 31 21:18:29 2016 -0700
Committer: Luciano Resende 
Committed: Tue May 31 21:18:29 2016 -0700

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/42d2a232/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 095343a..7467295 100644
--- a/pom.xml
+++ b/pom.xml
@@ -675,7 +675,7 @@


 
-   
+   


 



[1/2] incubator-systemml git commit: [MINOR] Update release script to sign jars

2016-05-31 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master b18b854b8 -> 5ecbbb9ce


[MINOR] Update release script to sign jars


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

Branch: refs/heads/master
Commit: a871a5a4b575952c299d6468c999b49e4100975a
Parents: b18b854
Author: Luciano Resende 
Authored: Tue May 31 20:45:34 2016 -0700
Committer: Luciano Resende 
Committed: Tue May 31 20:45:41 2016 -0700

--
 dev/release/release-build.sh | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/a871a5a4/dev/release/release-build.sh
--
diff --git a/dev/release/release-build.sh b/dev/release/release-build.sh
index 2303567..a0b1d35 100644
--- a/dev/release/release-build.sh
+++ b/dev/release/release-build.sh
@@ -44,6 +44,7 @@ cd $RELEASE
 # sign
 #for i in *.zip *.gz; do gpg --output $i.asc --detach-sig --armor $i; done
 for i in *.zip *.gz; do openssl md5 -hex $i | sed 's/MD5(\([^)]*\))= 
\([0-9a-f]*\)/\2 *\1/' > $i.md5; done
+for i in *.jar; do openssl md5 -hex $i | sed 's/MD5(\([^)]*\))= 
\([0-9a-f]*\)/\2 *\1/' > $i.md5; done
 
 cp $BUILD/rat.txt $RELEASE/
 



svn commit: r13796 - /dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.pom.md5

2016-05-25 Thread lresende
Author: lresende
Date: Wed May 25 18:17:30 2016
New Revision: 13796

Log:
Adding missing md5 checksum

Added:

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.pom.md5

Added: 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.pom.md5
==
--- 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.pom.md5 
(added)
+++ 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.pom.md5 
Wed May 25 18:17:30 2016
@@ -0,0 +1 @@
+c86f6ef8ca619411485fb11792d172cd *systemml-0.10.0-incubating.pom




svn commit: r13795 - /dev/incubator/systemml/0.10.0-incubating-rc1/

2016-05-25 Thread lresende
Author: lresende
Date: Wed May 25 17:32:46 2016
New Revision: 13795

Log:
Adding missing md5 checksum

Added:

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-inmemory.jar.md5

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-javadoc.jar.md5

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-sources.jar.md5

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-standalone.jar.md5

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.jar.md5

Added: 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-inmemory.jar.md5
==
--- 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-inmemory.jar.md5
 (added)
+++ 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-inmemory.jar.md5
 Wed May 25 17:32:46 2016
@@ -0,0 +1 @@
+bf9bfa6e9de9943979ae9b7a58f00e07 *systemml-0.10.0-incubating-inmemory.jar

Added: 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-javadoc.jar.md5
==
--- 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-javadoc.jar.md5
 (added)
+++ 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-javadoc.jar.md5
 Wed May 25 17:32:46 2016
@@ -0,0 +1 @@
+12f15ee9f1278e44d7db58819663b31e *systemml-0.10.0-incubating-javadoc.jar

Added: 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-sources.jar.md5
==
--- 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-sources.jar.md5
 (added)
+++ 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-sources.jar.md5
 Wed May 25 17:32:46 2016
@@ -0,0 +1 @@
+ca66daa8567c53f8237efb1c654e4466 *systemml-0.10.0-incubating-sources.jar

Added: 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-standalone.jar.md5
==
--- 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-standalone.jar.md5
 (added)
+++ 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-standalone.jar.md5
 Wed May 25 17:32:46 2016
@@ -0,0 +1 @@
+babc3c544895efd9bd008829d6c978c9 *systemml-0.10.0-incubating-standalone.jar

Added: 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.jar.md5
==
--- 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.jar.md5 
(added)
+++ 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.jar.md5 
Wed May 25 17:32:46 2016
@@ -0,0 +1 @@
+851c3a855060c4cff6e08fa115883923 *systemml-0.10.0-incubating.jar




incubator-systemml git commit: [SYSTEMML-706] Update release script

2016-05-20 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master c72dbec6a -> 1a1844d6f


[SYSTEMML-706] Update release script


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

Branch: refs/heads/master
Commit: 1a1844d6f4f0bb309ba1b65f71a5767d739c617c
Parents: c72dbec
Author: Luciano Resende 
Authored: Fri May 20 22:52:02 2016 -0700
Committer: Luciano Resende 
Committed: Fri May 20 22:52:14 2016 -0700

--
 dev/release/release-build.sh | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/1a1844d6/dev/release/release-build.sh
--
diff --git a/dev/release/release-build.sh b/dev/release/release-build.sh
index eb8fcd6..2303567 100644
--- a/dev/release/release-build.sh
+++ b/dev/release/release-build.sh
@@ -30,10 +30,12 @@ RELEASE=`pwd`/target/RELEASE
 #mvn clean verify gpg:sign install:install deploy:deploy 
-DaltDeploymentRepository=id::default::file:$RELEASE -Pdistribution,rat  
-Dgpg.skip -DskipTests -Darguments="-DskipTests"
 
 #For publishing
-#mvn clean verify gpg:sign install:install deploy:deploy -Dgpg.passphrase= 
-DaltDeploymentRepository=apache.staging::default::https://repository.apache.org/service/local/staging/deploy/maven2
 -Pdistribution,rat  -Dgpg.skip -DskipTests -Darguments="-DskipTests"
-mvn clean verify gpg:sign install:install deploy:deploy -Dgpg.passphrase= 
-Pdistribution,rat -DskipTests -Darguments="-DskipTests"
+#mvn clean verify gpg:sign install:install deploy:deploy -Dgpg.passphrase=XXX 
-Pdistribution,rat -DskipTests -Darguments="-DskipTests"
+
+mvn release:prepare -Pdistribution,rat -DskipTests -Darguments="-DskipTests" 
-DreleaseVersion="0.10.0-incubating" 
-DdevelopmentVersion="0.11.0-incubating-SNAPSHOT" -Dtag="0.10.0-incubating"
+
+mvn release:perform gpg:sign install:install deploy:deploy 
-Dgpg.passphrase=XXX -Pdistribution,rat -DskipTests -Darguments="-DskipTests" 
-DreleaseVersion="0.10.0-incubating" 
-DdevelopmentVersion="0.11.0-incubating-SNAPSHOT" -Dtag="0.10.0-incubating"
 
-mvn release:prepare -Pdistribution,rat -DskipTests -Darguments="-DskipTests" 
-Dproject
 
 mkdir $RELEASE/
 cp $BUILD/systemml-* $RELEASE/



svn commit: r13726 - /dev/incubator/systemml/0.10.0-incubating-rc1/

2016-05-20 Thread lresende
Author: lresende
Date: Sat May 21 05:37:01 2016
New Revision: 13726

Log:
Apache SystemML 0.10.0-incubating RC1

Added:
dev/incubator/systemml/0.10.0-incubating-rc1/

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-inmemory.jar
   (with props)

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-inmemory.jar.asc

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-javadoc.jar
   (with props)

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-javadoc.jar.asc

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-sources.jar
   (with props)

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-sources.jar.asc

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-src.tar.gz
   (with props)

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-src.tar.gz.asc

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-src.tar.gz.md5

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-src.zip 
  (with props)

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-src.zip.asc

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-src.zip.md5

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-standalone.jar
   (with props)

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-standalone.jar.asc

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-standalone.tar.gz
   (with props)

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-standalone.tar.gz.asc

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-standalone.tar.gz.md5

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-standalone.zip
   (with props)

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-standalone.zip.asc

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-standalone.zip.md5
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.jar 
  (with props)

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.jar.asc
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.pom

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.pom.asc

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.tar.gz  
 (with props)

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.tar.gz.asc

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.tar.gz.md5
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.zip 
  (with props)

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.zip.asc

dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating.zip.md5

Added: 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-inmemory.jar
==
Binary file - no diff available.

Propchange: 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-inmemory.jar
--
svn:mime-type = application/octet-stream

Added: 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-inmemory.jar.asc
==
--- 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-inmemory.jar.asc
 (added)
+++ 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-inmemory.jar.asc
 Sat May 21 05:37:01 2016
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlc/774ACgkQ858Yfe+1XfET4wCbBuHYXeODEzIW7ulbR/7ORNZW
+n5gAnA+ICvE3doByZeeMPWi03xg3vBcK
+=ZkOo
+-END PGP SIGNATURE-

Added: 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-javadoc.jar
==
Binary file - no diff available.

Propchange: 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-javadoc.jar
--
svn:mime-type = application/octet-stream

Added: 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-javadoc.jar.asc
==
--- 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-javadoc.jar.asc
 (added)
+++ 
dev/incubator/systemml/0.10.0-incubating-rc1/systemml-0.10.0-incubating-javadoc.jar.asc
 Sat May 21 05:37:01 2016
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Comment: GPGTools - https

svn commit: r13725 - /dev/incubator/systemml/

2016-05-20 Thread lresende
Author: lresende
Date: Sat May 21 05:04:25 2016
New Revision: 13725

Log:
Add SystemML staging build directory

Added:
dev/incubator/systemml/



incubator-systemml git commit: [maven-release-plugin] prepare release 0.10.0-incubating-rc1

2016-05-20 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master 14131d343 -> ddf0e0941


[maven-release-plugin] prepare release 0.10.0-incubating-rc1


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

Branch: refs/heads/master
Commit: ddf0e0941afe5d9c2cc7c574a6983aadd98c1fc3
Parents: 14131d3
Author: Luciano Resende 
Authored: Fri May 20 21:29:21 2016 -0700
Committer: Luciano Resende 
Committed: Fri May 20 21:29:21 2016 -0700

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ddf0e094/pom.xml
--
diff --git a/pom.xml b/pom.xml
index c89eb8f..fdc4a53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
18

org.apache.systemml
-   0.10.0-incubating-SNAPSHOT
+   0.10.0-incubating
systemml
jar
SystemML
@@ -41,7 +41,7 @@

scm:git:g...@github.com:apache/incubator-systemml

scm:git:https://git-wip-us.apache.org/repos/asf/incubator-systemml

https://git-wip-us.apache.org/repos/asf?p=incubator-systemml.git
-   HEAD
+   0.10.0-incubating-rc1


JIRA



[incubator-systemml] Git Push Summary

2016-05-20 Thread lresende
Repository: incubator-systemml
Updated Tags:  refs/tags/0.10.0-incubating-rc1 [created] 877176fb6


incubator-systemml git commit: [SYSTEMML-705] Update to latest Apache parent pom (version 18)

2016-05-20 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master 71733fd1f -> d8bf1e1c4


[SYSTEMML-705] Update to latest Apache parent pom (version 18)


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

Branch: refs/heads/master
Commit: d8bf1e1c41f7095ed70c66b41d2bebe7e214afc8
Parents: 71733fd
Author: Luciano Resende 
Authored: Fri May 20 14:48:28 2016 -0700
Committer: Luciano Resende 
Committed: Fri May 20 14:48:28 2016 -0700

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/d8bf1e1c/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8f7bc4e..d9cc698 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@

org.apache
apache
-   17
+   18

org.apache.systemml
0.10.0-incubating-SNAPSHOT



incubator-systemml git commit: [SYSTEMML-665] Update inmemory jar with legal files

2016-05-07 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master b352521c9 -> f274c9d3d


[SYSTEMML-665] Update inmemory jar with legal files


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

Branch: refs/heads/master
Commit: f274c9d3d2a808d0bbd8af61f81dd2a217ded2e5
Parents: b352521
Author: Luciano Resende 
Authored: Sat May 7 20:35:26 2016 -0700
Committer: Luciano Resende 
Committed: Sat May 7 20:35:26 2016 -0700

--
 src/assembly/inmemory.xml | 26 ++
 1 file changed, 26 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/f274c9d3/src/assembly/inmemory.xml
--
diff --git a/src/assembly/inmemory.xml b/src/assembly/inmemory.xml
index 5d3ef03..246586d 100644
--- a/src/assembly/inmemory.xml
+++ b/src/assembly/inmemory.xml
@@ -31,6 +31,23 @@
 


+   ${basedir}
+   
+   DISCLAIMER
+   
+   META-INF
+   
+
+   
+   
${basedir}/src/assembly/standalone
+   
+   LICENSE
+   NOTICE
+   
+   META-INF
+   
+
+   

${project.build.directory}/hadoop-test

**/*
@@ -66,6 +83,15 @@
*:slf4j-log4j*
*:systemml*

+   
+   
+   META-INF/ASL2.0
+   META-INF/DEPENDENCIES
+   META-INF/LICENSE.txt
+   META-INF/NOTICE.txt
+   META-INF/README.txt
+   
+   
.
provided
true



  1   2   >