You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2022/09/16 05:53:51 UTC

[incubator-sedona] 01/01: Fix the website according to the incubator comments

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

jiayu pushed a commit to branch fix-copyright
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git

commit 7a2123edf80777334380aa64be920deacc013253
Author: Jia Yu <ji...@apache.org>
AuthorDate: Thu Sep 15 22:53:44 2022 -0700

    Fix the website according to the incubator comments
---
 docs-overrides/main.html            |  9 ---------
 docs-overrides/partials/footer.html |  6 ++++++
 docs/asf/asf.md                     |  2 +-
 docs/community/contributor.md       | 30 ++++++++++++++++++------------
 docs/tutorial/sql.md                |  4 ++--
 mkdocs.yml                          | 10 ++++------
 6 files changed, 31 insertions(+), 30 deletions(-)

diff --git a/docs-overrides/main.html b/docs-overrides/main.html
index 1102ef1c..e51078b4 100644
--- a/docs-overrides/main.html
+++ b/docs-overrides/main.html
@@ -41,15 +41,6 @@
 
           <br><br><br><br>
 
-          <div class="tx-hero__content">
-            <h1>Our users and code contributors are from ...</h1>            
-            <div style="width: 100%;">
-              <img src="image/sedona-community.png" width="900">
-            </div>
-          </div>
-
-          <br><br><br><br>
-
           <div class="tx-hero__content">
             <h1>High Speed</h1>            
             <div style="width: 100%;">
diff --git a/docs-overrides/partials/footer.html b/docs-overrides/partials/footer.html
index 3132484a..2bb901cc 100644
--- a/docs-overrides/partials/footer.html
+++ b/docs-overrides/partials/footer.html
@@ -47,7 +47,13 @@
             {{ config.copyright }}
           </div>
         {% endif %}
+Apache Sedona, Apache Incubator, Apache, the Apache feather logo, and the Apache Incubator project logo are trademarks or registered trademarks of The Apache Software Foundation.
+<br>
 <img src="https://incubator.apache.org/images/incubator_feather_egg_logo_bw_crop.png" width="300">
+<br>
+Apache Sedona is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project  [...]
+<br>
+Please visit <a href="http://www.apache.org/">Apache Software Foundation</a> for more details.
       </div>
       {% include "partials/social.html" %}
     </div>
diff --git a/docs/asf/asf.md b/docs/asf/asf.md
index 93b1f673..ca244986 100644
--- a/docs/asf/asf.md
+++ b/docs/asf/asf.md
@@ -1,3 +1,3 @@
-# Copyright
+# Apache Software Foundation
 
 Apache Sedona, Apache Incubator, Apache, the Apache feather logo, and the Apache Incubator project logo are trademarks or registered trademarks of [The Apache Software Foundation (ASF)](https://www.apache.org){target=_blank}.
\ No newline at end of file
diff --git a/docs/community/contributor.md b/docs/community/contributor.md
index 2f4d5a55..e8f7d53a 100644
--- a/docs/community/contributor.md
+++ b/docs/community/contributor.md
@@ -11,18 +11,20 @@ A committer will be promoted to a PMC member when the community thinks he/she is
 Current Sedona PMC members are as follows:
 
 
-|        Name       |        Affiliation       |        Apache id       |
-|:-----------------:|:------------------------:|:----------------------:|
-|    Adam Binford   |           Maxar          |  kimahriman@apache.org |
-| Kanchan Chowdhury | Arizona State University | kanchanchy@apache.org  |
-| Paweł Kociński    |         GetInData        |   imbruced@apache.org  |
-|      Yitao Li     |         SafeGraph        |   yitaoli@apache.org   |
-|   Netanel Malka   |     Upstream Security    |    malka@apache.org    |
-|   Mohamed Sarwat  |      Wherobots Inc.      |   mosarwat@apache.org  |
-|    Sachio Wakai   |           KDDI           |    swakai@apache.org   |
-|     Jinxuan Wu    |       Bloomberg LP       |   jinxuanw@apache.org  |
-|       Jia Yu      |      Wherobots Inc.      |    jiayu@apache.org    |
-|    Zongsi Zhang   |         GrabTaxi         | zongsizhang@apache.org |
+|        Name       |  GitHub ID |        Apache ID       |
+|:-----------------:|:----------:|:----------------------:|
+|    Adam Binford   | Kimahriman |  kimahriman@apache.org |
+| Kanchan Chowdhury | kanchanchy | kanchanchy@apache.org  |
+| Paweł Kociński    |  Imbruced  |   imbruced@apache.org  |
+|      Yitao Li     |            |   yitaoli@apache.org   |
+|   Netanel Malka   | netanel246 |    malka@apache.org    |
+|   Mohamed Sarwat  |            |   mosarwat@apache.org  |
+| Kengo Seki        | sekikn     | sekikn@apache.org      |
+|    Sachio Wakai   |  SW186000  |    swakai@apache.org   |
+|     Jinxuan Wu    |            |   jinxuanw@apache.org  |
+|       Jia Yu      |  jiayuasu  |    jiayu@apache.org    |
+|    Zongsi Zhang   |            | zongsizhang@apache.org |
+
 
 ## Mentors
 
@@ -217,6 +219,10 @@ Once the ICLA has been filed, use the [ASF New Account Request form](https://whi
 
 Once Sedona graduates, the PMC chair will make the request.
 
+### Add to the system
+
+Once the new PPMC subscribes to the Sedona mailing lists using his/her ASF account, one of the PPMC needs to add the new PPMC to the Whimsy system (https://whimsy.apache.org/roster/ppmc/sedona).
+
 ### PMC annoucement
 
 This is the email to announce the new committer to sedona-dev once the account has been created.
diff --git a/docs/tutorial/sql.md b/docs/tutorial/sql.md
index cb9de422..4285c820 100644
--- a/docs/tutorial/sql.md
+++ b/docs/tutorial/sql.md
@@ -138,7 +138,7 @@ Shapefile and GeoJSON must be loaded by SpatialRDD and converted to DataFrame us
 
 ## Load GeoParquet
 
-GeoParquet must be loaded using DataFrame if default name is geometry.
+Since v`1.3.0`, Sedona natively supports loading GeoParquet file. GeoParquet must be loaded using DataFrame if default name is geometry.
 
 ```Scala
 val df = sparkSession.read.format("geoparquet").load(geoparquetdatalocation1)
@@ -279,7 +279,7 @@ var stringDf = sparkSession.sql(
 
 ## Save GeoParquet
 
-GeoParquet can be saved as follows 
+Since v`1.3.0`, Sedona natively supports writing GeoParquet file. GeoParquet can be saved as follows:
 
 ```Scala
 df.write.format("geoparquet").save(geoparquetoutputlocation + "/GeoParquet_File_Name.parquet")
diff --git a/mkdocs.yml b/mkdocs.yml
index 5bc89e27..d2995f57 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,5 +1,5 @@
-site_name: Apache Sedona™ (incubating) 
-site_description: Apache Sedona (incubating) is a cluster computing system for processing large-scale spatial data. Sedona extends existing cluster computing systems, such as Apache Spark and Apache Flink, with a set of out-of-the-box distributed Spatial Datasets and Spatial SQL that efficiently load, process, and analyze large-scale spatial data across machines.
+site_name: Apache Sedona&trade; (incubating) 
+site_description: Apache Sedona&trade; (incubating) is a cluster computing system for processing large-scale spatial data. Sedona extends existing cluster computing systems, such as Apache Spark and Apache Flink, with a set of out-of-the-box distributed Spatial Datasets and Spatial SQL that efficiently load, process, and analyze large-scale spatial data across machines.
 nav:
     - Home: index.md
     - Setup:
@@ -126,7 +126,7 @@ nav:
           - DataFrame/SQL: archive/api/viz/sql.md
           - RDD: archive/api/viz/Babylon-Scala-and-Java-API.md
     - Apache Software Foundation:
-      - Copyright: asf/asf.md
+      - Foundation: asf/asf.md
       - Disclaimer: asf/disclaimer.md
       - License: https://www.apache.org/licenses/" target="_blank
       - Events: https://www.apache.org/events/current-event" target="_blank
@@ -147,8 +147,6 @@ theme:
   icon:
     logo: fontawesome/solid/earth-americas
     repo: fontawesome/brands/github
-  font:
-    text: Lato
   features:
     - navigation.instant
     - navigation.tabs
@@ -169,7 +167,7 @@ extra:
     current_snapshot: 1.2.1-incubating-SNAPSHOT
     next_version: 1.3.0-incubating
     current_geotools: 1.1.0-25.2
-copyright: Apache Sedona, Apache Incubator, Apache, the Apache feather logo, and the Apache Incubator project logo are trademarks or registered trademarks of The Apache Software Foundation. Copyright © 2021 The Apache Software Foundation
+copyright: Copyright © 2022 The Apache Software Foundation
 markdown_extensions:
   - admonition
   - attr_list