This is an automated email from the ASF dual-hosted git repository.

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f61aa93 SUBMARINE-1257. Show submarine's paper in Submarine github 
repo and website
1f61aa93 is described below

commit 1f61aa9336b418ee9f6fc919cae0be6b5e946721
Author: featherchen <[email protected]>
AuthorDate: Tue Apr 19 14:47:08 2022 +0800

    SUBMARINE-1257. Show submarine's paper in Submarine github repo and website
    
    ### What is this PR for?
    <!-- A few sentences describing the overall goals of the pull request's 
commits.
    First time? Check out the contributing guide - 
https://submarine.apache.org/contribution/contributions.html
    -->
    Show [submarine's 
paper](https://dl.acm.org/doi/abs/10.1145/3517207.3526984) in Submarine GitHub 
repo and website
    ### What type of PR is it?
    Improvement
    
    ### Todos
    
    ### What is the Jira issue?
    <!-- * Open an issue on Jira 
https://issues.apache.org/jira/browse/SUBMARINE/
    * Put link here, and add [SUBMARINE-*Jira number*] in PR title, eg. 
`SUBMARINE-23. PR title`
    -->
    https://issues.apache.org/jira/browse/SUBMARINE-1257
    ### How should this be tested?
    <!--
    * First time? Setup Travis CI as described on 
https://submarine.apache.org/contribution/contributions.html#continuous-integration
    * Strongly recommended: add automated unit tests for any new or changed 
behavior
    * Outline any manual steps to test the PR here.
    -->
    No need.
    ### Screenshots (if appropriate)
    ![Screenshot from 2022-04-19 
14-39-40](https://user-images.githubusercontent.com/57944334/163941662-5f131668-e71c-4647-8157-c30b9851b3c2.png)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: featherchen <[email protected]>
    
    Signed-off-by: Kevin <[email protected]>
    
    Closes #938 from featherchen/SUBMARINE-1257 and squashes the following 
commits:
    
    525c8a37 [featherchen] Add README
    5f8ea6c5 [featherchen] SUBMARINE-1257. Show submarine's paper in Submarine 
github repo and website
    b840749c [featherchen] SUBMARINE-1257
---
 README.md                           |  4 ++++
 website/docs/community/Resources.md | 28 ++++++++++++++++++++++++++++
 website/sidebars.js                 |  1 +
 3 files changed, 33 insertions(+)

diff --git a/README.md b/README.md
index d56380f1..dc651db3 100644
--- a/README.md
+++ b/README.md
@@ -163,6 +163,10 @@ See [Developer Guide Home 
Page](https://submarine.apache.org/docs/devDocs/Develo
 
 What to know more about what's coming for Submarine? Please check the roadmap 
out: https://cwiki.apache.org/confluence/display/SUBMARINE/Roadmap
 
+## Resources
+
+[Apache submarine: a unified machine learning platform made 
simple](https://dl.acm.org/doi/abs/10.1145/3517207.3526984) at EuroMLSys '22
+
 ## License
 
 The Apache Submarine project is licensed under the Apache 2.0 License. See the 
[LICENSE](./LICENSE) file for details.
diff --git a/website/docs/community/Resources.md 
b/website/docs/community/Resources.md
new file mode 100644
index 00000000..6637a7df
--- /dev/null
+++ b/website/docs/community/Resources.md
@@ -0,0 +1,28 @@
+---
+title: Resources
+---
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+   http://www.apache.org/licenses/LICENSE-2.0
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+This document contains some resources that may help you understand more about 
Submarine.
+
+# Conferences
+
+- **[Apache submarine: a unified machine learning platform made 
simple](https://dl.acm.org/doi/abs/10.1145/3517207.3526984) at EuroMLSys '22**
+
+  - **ABSTRACT**
+
+    As machine learning is applied more widely, it is necessary to have a 
machine-learning platform for both infrastructure administrators and users 
including expert data scientists and citizen data scientists [24] to improve 
their productivity. However, existing machine-learning platforms are 
ill-equipped to address the "Machine Learning tech debts" [36] such as glue 
code, reproducibility, and portability. Furthermore, existing platforms only 
take expert data scientists into considerati [...]
diff --git a/website/sidebars.js b/website/sidebars.js
index b1a38c87..a929c3db 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -67,6 +67,7 @@ module.exports = {
                 "community/contributing",
                 "community/HowToVoteCommitterOrPMC",
                 "community/HowToBecomeCommitter",
+                "community/Resources",
             ],
             "Design Docs": [
                 "designDocs/architecture-and-requirements",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to