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

rkk pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-website.git


The following commit(s) were added to refs/heads/staging by this push:
     new 2212d1a  Minor edits & restructuring
2212d1a is described below

commit 2212d1a248fd545828ac70de861947212656273d
Author: rileykk <[email protected]>
AuthorDate: Mon Nov 27 14:40:47 2023 -0800

    Minor edits & restructuring
---
 source/team.html | 7 ++++++-
 team.html        | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/source/team.html b/source/team.html
index 8fca728..76f8ed9 100644
--- a/source/team.html
+++ b/source/team.html
@@ -65,8 +65,13 @@
     <div class="content">GitHub</div>
   </h3>
   <p>
-    <a href="https://github.com/apache?q=incubator-sdap";>Find our code on 
Github</a> to browse and contribute.
+    SDAP's codebase is spread across 3 repositories for the 3 major components:
   </p>
+  <ul>
+    <li><a href="https://github.com/apache/incubator-sdap-nexus";>NEXUS</a>: 
The main data analysis component of SDAP.</li>
+    <li><a 
href="https://github.com/apache/incubator-sdap-ingester";>Ingester</a>: 
Processes and prepares input data for SDAP, as well as manages the various 
datasets.</li>
+    <li><a 
href="https://github.com/apache/incubator-sdap-nexusproto";>Nexusproto</a>: 
Protobuf spec for SDAP's data tile format: the intermediate data format from 
raw input to result.</li>
+  </ul>
   <h3 class="ui header">
     <i class="bug icon"></i>
     <div class="content">Issues and Bugs</div>
diff --git a/team.html b/team.html
index 4ecf0ec..e67fa6b 100644
--- a/team.html
+++ b/team.html
@@ -378,8 +378,13 @@
     <div class="content">GitHub</div>
   </h3>
   <p>
-    <a href="https://github.com/apache?q=incubator-sdap";>Find our code on 
Github</a> to browse and contribute.
+    SDAP's codebase is spread across 3 repositories for the 3 major components:
   </p>
+  <ul>
+    <li><a href="https://github.com/apache/incubator-sdap-nexus";>NEXUS</a>: 
The main data analysis component of SDAP.</li>
+    <li><a 
href="https://github.com/apache/incubator-sdap-ingester";>Ingester</a>: 
Processes and prepares input data for SDAP, as well as manages the various 
datasets.</li>
+    <li><a 
href="https://github.com/apache/incubator-sdap-nexusproto";>Nexusproto</a>: 
Protobuf spec for SDAP's data tile format: the intermediate data format from 
raw input to result.</li>
+  </ul>
   <h3 class="ui header">
     <i class="bug icon"></i>
     <div class="content">Issues and Bugs</div>

Reply via email to