This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git
The following commit(s) were added to refs/heads/main by this push:
new 0b7e02e [Systemds 3011] Project description to reflect the present
scope (#106)
0b7e02e is described below
commit 0b7e02ee0aa96edd7cc7ecf03551c044e1f547e5
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Tue Nov 2 19:43:13 2021 +0530
[Systemds 3011] Project description to reflect the present scope (#106)
as per the https://s.apache.org/systemds-3011-mail-discussion
agreed candidate:
```md
Apache SystemDS - An open source ML system for the end-to-end data science
lifecycle
```
---
_config.yml | 4 ++--
_src/_includes/themes/apache/home.html | 2 +-
_src/index.md | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/_config.yml b/_config.yml
index 19b9d19..0412ab2 100644
--- a/_config.yml
+++ b/_config.yml
@@ -7,9 +7,9 @@
# Site settings
author: Apache SystemDS
-title: Apache SystemDS - Declarative Large-Scale Machine Learning
+title: Apache SystemDS - An open source ML system for the end-to-end data
science lifecycle
email: [email protected]
-description: Apache SystemDS provides an optimal workplace for Machine
Learning using big data
+description: Apache SystemDS is an open source ML system for the end-to-end
data science lifecycle
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://systemds.apache.org" # the base hostname & protocol for your site
diff --git a/_src/_includes/themes/apache/home.html
b/_src/_includes/themes/apache/home.html
index 5c4e606..a8dc2d9 100644
--- a/_src/_includes/themes/apache/home.html
+++ b/_src/_includes/themes/apache/home.html
@@ -23,7 +23,7 @@ limitations under the License.
<div class="ml-container ml-container--horizontally-center
ml-container--halfway">
<div class="col col-12 content-group">
<h1>{{ site.data.project.name }}</h1>
- <p>A machine learning platform optimal for big data</p>
+ <p>An open source ML system for the end-to-end data science lifecycle</p>
</div>
<div class="col col-12 content-group button-group">
<a class="button button-primary" href="download.html">Download
SystemDS</a>
diff --git a/_src/index.md b/_src/index.md
index c8ef0ed..14e0cc8 100644
--- a/_src/index.md
+++ b/_src/index.md
@@ -1,6 +1,6 @@
---
layout: home
-title: Apache SystemDS - Declarative Large-Scale Machine Learning
+title: Apache SystemDS - An open source ML system for the end-to-end data
science lifecycle
type: Home
---
<!--