You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2023/01/18 21:43:25 UTC

[incubator-sdap-website] branch asf-site updated: [SDAP-431] Downloads page w/ links to v1.0.0 - Deploy (#6)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7206052  [SDAP-431] Downloads page w/ links to v1.0.0 - Deploy (#6)
7206052 is described below

commit 7206052df9c10806c31d9fbb1384b8b87a1c5fbd
Author: Riley Kuttruff <72...@users.noreply.github.com>
AuthorDate: Wed Jan 18 13:43:20 2023 -0800

    [SDAP-431] Downloads page w/ links to v1.0.0 - Deploy (#6)
    
    * Downloads page w/ links to v1.0.0
    
    * Turned release table entries into a template for ease of updating
    
    * Deploy site
    
    Co-authored-by: rileykk <ri...@jpl.nasa.gov>
---
 blog.html                                          |   4 +-
 css/style.css                                      |  42 +++++++++
 docs.html                                          |   4 +-
 ...ary-similarity-algorithm.html => downloads.html | 104 +++++++++++++++------
 index.html                                         |   4 +-
 publications.html                                  |   4 +-
 resources.html                                     |   4 +-
 team.html                                          |   4 +-
 weekly/update/2018/04/23/ranking-algorithms.html   |   4 +-
 .../2018/04/23/recommendation-algorithms.html      |   4 +-
 .../04/23/vocabulary-similarity-algorithm.html     |   4 +-
 11 files changed, 146 insertions(+), 36 deletions(-)

diff --git a/blog.html b/blog.html
index 92fa056..a511060 100644
--- a/blog.html
+++ b/blog.html
@@ -13,7 +13,8 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
     <!--[if lt IE 9]>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
-    <![endif]--> 
+    <![endif]-->
+
   </head>
   <body>
     <a class="github-fork-ribbon" href="https://github.com/apache?utf8=✓&q=incubator-sdap&type=&language=" title="Fork me on GitHub" target="_blank" >Fork me on GitHub</a> 
@@ -34,6 +35,7 @@
           <div class="navbar-right">
             <ul class="nav navbar-nav">
               <li><a href="/docs">Docs</a></li>
+              <li><a href="/downloads">Downloads</a></li>
               <li><a href="/blog">Blog</a></li>
               <li><a href="/team">Team &amp; Community</a></li>
               <li><a href="/resources">Resources</a></li>
diff --git a/css/style.css b/css/style.css
index 02c5cbb..047a6ac 100644
--- a/css/style.css
+++ b/css/style.css
@@ -64,4 +64,46 @@ blockquote {
 .slider-transback {
     background:#7f7f7f;
     background:rgba(0,0,0,0.7);
+}
+
+table {
+    border-collapse: collapse;
+    display: block;
+    margin-bottom: 1rem
+}
+
+table thead tr {
+    border-bottom: 2px solid black;
+}
+
+table tr {
+    background-color: transparent;
+    border-top: 1px solid black;
+}
+
+table td,table th {
+    border: 1px solid black;
+    padding: 0.75rem;
+}
+
+table th {
+    background-color: inherit;
+    color: inherit;
+    font-weight: inherit
+}
+
+table td {
+    color: inherit
+}
+
+/*.version-table {*/
+/*    width: 100%*/
+/*}*/
+
+.version-table hr {
+    margin: 10px 0
+}
+
+.version-table a{
+    display: block;
 }
\ No newline at end of file
diff --git a/docs.html b/docs.html
index bd74af9..6d27a48 100644
--- a/docs.html
+++ b/docs.html
@@ -13,7 +13,8 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
     <!--[if lt IE 9]>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
-    <![endif]--> 
+    <![endif]-->
+
   </head>
   <body>
     <a class="github-fork-ribbon" href="https://github.com/apache?utf8=✓&q=incubator-sdap&type=&language=" title="Fork me on GitHub" target="_blank" >Fork me on GitHub</a> 
@@ -34,6 +35,7 @@
           <div class="navbar-right">
             <ul class="nav navbar-nav">
               <li><a href="/docs">Docs</a></li>
+              <li><a href="/downloads">Downloads</a></li>
               <li><a href="/blog">Blog</a></li>
               <li><a href="/team">Team &amp; Community</a></li>
               <li><a href="/resources">Resources</a></li>
diff --git a/weekly/update/2018/04/23/vocabulary-similarity-algorithm.html b/downloads.html
similarity index 50%
copy from weekly/update/2018/04/23/vocabulary-similarity-algorithm.html
copy to downloads.html
index 45d0d2d..fb50b69 100644
--- a/weekly/update/2018/04/23/vocabulary-similarity-algorithm.html
+++ b/downloads.html
@@ -13,7 +13,8 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
     <!--[if lt IE 9]>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
-    <![endif]--> 
+    <![endif]-->
+
   </head>
   <body>
     <a class="github-fork-ribbon" href="https://github.com/apache?utf8=✓&q=incubator-sdap&type=&language=" title="Fork me on GitHub" target="_blank" >Fork me on GitHub</a> 
@@ -34,6 +35,7 @@
           <div class="navbar-right">
             <ul class="nav navbar-nav">
               <li><a href="/docs">Docs</a></li>
+              <li><a href="/downloads">Downloads</a></li>
               <li><a href="/blog">Blog</a></li>
               <li><a href="/team">Team &amp; Community</a></li>
               <li><a href="/resources">Resources</a></li>
@@ -52,31 +54,80 @@
       </nav>
 
 
-<h1>An introduction to MUDROD vocabulary similarity calculation algorithm</h1>
-
-<p>Posted <b>2018-04-23</b> by <b>Lewis John McGibbney</b></p>
-
-<p>Big geospatial data have been produced, archived and made available online, but finding the right data for scientific research and decision-support applications remains a significant challenge. A long-standing problem in data discovery is how to locate, assimilate and utilize the semantic context for a given query. Most of past research in geospatial domain attempts to solve this problem through two approaches: 1) building a domain-specific ontology  manually; 2) discovering semantic  [...]
-
-<p>An emerging trend in information science is to take advantage of large-scale user search history, which is dynamic but contains user and crawler generated noise. Leveraging the benefits of all of these three approaches and avoiding their weaknesses, a novel  approach is proposed in this article to 1) discover vocabulary semantic relationship from user clickstream; 2) refine the similarity calculation methods from existing ontology; 3) integrate the results of ontology, metadata, user  [...]
-
-<center>
-	<img src="/images/vocabulary.png" />
-	Figure 1. System workflow and architecture
-</center>
-
-<p>The system starts by pre-processing raw web logs, metadata, and ontology (Figure 1 ). After pre-processing step, search history and clickstream data are extracted from raw logs, selected properties are extracted from metadata, and ocean-related triples are extracted from the SWEET ontology. These four types of processed data are then put into their corresponding processer as discussed in the last section. Once all the processers finish their jobs, the results of different methods are  [...]
-
-
-<div>
-
-<b>Previous:</b> <a href="/weekly/update/2018/04/23/recommendation-algorithms.html">An introduction to MUDROD recommendation algorithm</a>
-
-</div>
-
-<div>
-
-</div>
+<h1>Download Apache SDAP (incubating) releases</h1>
+
+<p>The table below contains links to download the Apache SDAP (incubating) module source distributions as well as their signature and checksum files from ASF mirrors.</p>
+
+<h2>SDAP</h2>
+
+<table class="version-table">
+    <thead>
+    <tr>
+        <th>Date</th>
+        <th>Version</th>
+        <th>Module</th>
+        <th>Source Distribution</th>
+    </tr>
+    </thead>
+    <tbody>
+    <tr>
+        <td rowspan="3">2023-01-18</td>
+        <td rowspan="3">v1.0.0</td>
+        <td>Ingester</td>
+        <td>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-ingester-1.0.0-incubating-src.tar.gz">
+                [source] apache-sdap-ingester-1.0.0-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-ingester-1.0.0-incubating-src.tar.gz.asc">
+                [signature] apache-sdap-ingester-1.0.0-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-ingester-1.0.0-incubating-src.tar.gz.sha512">
+                [checksum] apache-sdap-ingester-1.0.0-incubating-src.tar.gz
+            </a>
+        </td>
+    </tr>
+    <tr>
+        <td>Nexus</td>
+        <td>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-nexus-1.0.0-incubating-src.tar.gz">
+                [source] apache-sdap-nexus-1.0.0-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-nexus-1.0.0-incubating-src.tar.gz.asc">
+                [signature] apache-sdap-nexus-1.0.0-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-nexus-1.0.0-incubating-src.tar.gz.sha512">
+                [checksum] apache-sdap-nexus-1.0.0-incubating-src.tar.gz
+            </a>
+        </td>
+    </tr>
+    <tr>
+        <td>Nexus Proto</td>
+        <td>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-nexusproto-1.0.0-incubating-src.tar.gz">
+                [source] apache-sdap-nexusproto-1.0.0-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-nexusproto-1.0.0-incubating-src.tar.gz.asc">
+                [signature] apache-sdap-nexusproto-1.0.0-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-nexusproto-1.0.0-incubating-src.tar.gz.sha512">
+                [checksum] apache-sdap-nexusproto-1.0.0-incubating-src.tar.gz
+            </a>
+        </td>
+    </tr>
+    </tbody>
+</table>
+
+<h2>Instructions</h2>
+
+<p>To download, build and deploy Apache SDAP (incubating):</p>
+
+<ol>
+    <li>Download the source distributions, signatures and checksums for the version of SDAP you wish to use from the table above.</li>
+    <li><a href="https://www.apache.org/info/verification.html">Verify</a> the downloaded release artifacts.</li>
+    <li>Ensure you have <a href="https://www.docker.com/">Docker</a> installed and running.</li>
+    <li>Use the <a href="https://incubator-sdap-nexus.readthedocs.io/en/latest/build.html">build guide</a> to build the SDAP components.</li>
+    <li>Use the <a href="https://incubator-sdap-nexus.readthedocs.io/en/latest/quickstart.htmll">quickstart guide</a> to deploy the SDAP components.</li>
+</ol>
 
       <!-- footer -->
       <nav class="navbar navbar-default">
@@ -93,4 +144,3 @@
     </div>
   </body>
 </html>
-
diff --git a/index.html b/index.html
index e89810b..43d5264 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,8 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
     <!--[if lt IE 9]>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
-    <![endif]--> 
+    <![endif]-->
+
   </head>
   <body>
     <a class="github-fork-ribbon" href="https://github.com/apache?utf8=✓&q=incubator-sdap&type=&language=" title="Fork me on GitHub" target="_blank" >Fork me on GitHub</a> 
@@ -34,6 +35,7 @@
           <div class="navbar-right">
             <ul class="nav navbar-nav">
               <li><a href="/docs">Docs</a></li>
+              <li><a href="/downloads">Downloads</a></li>
               <li><a href="/blog">Blog</a></li>
               <li><a href="/team">Team &amp; Community</a></li>
               <li><a href="/resources">Resources</a></li>
diff --git a/publications.html b/publications.html
index 34d3dce..e308857 100644
--- a/publications.html
+++ b/publications.html
@@ -13,7 +13,8 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
     <!--[if lt IE 9]>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
-    <![endif]--> 
+    <![endif]-->
+
   </head>
   <body>
     <a class="github-fork-ribbon" href="https://github.com/apache?utf8=✓&q=incubator-sdap&type=&language=" title="Fork me on GitHub" target="_blank" >Fork me on GitHub</a> 
@@ -34,6 +35,7 @@
           <div class="navbar-right">
             <ul class="nav navbar-nav">
               <li><a href="/docs">Docs</a></li>
+              <li><a href="/downloads">Downloads</a></li>
               <li><a href="/blog">Blog</a></li>
               <li><a href="/team">Team &amp; Community</a></li>
               <li><a href="/resources">Resources</a></li>
diff --git a/resources.html b/resources.html
index 8dc4749..fc5350c 100644
--- a/resources.html
+++ b/resources.html
@@ -13,7 +13,8 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
     <!--[if lt IE 9]>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
-    <![endif]--> 
+    <![endif]-->
+
   </head>
   <body>
     <a class="github-fork-ribbon" href="https://github.com/apache?utf8=✓&q=incubator-sdap&type=&language=" title="Fork me on GitHub" target="_blank" >Fork me on GitHub</a> 
@@ -34,6 +35,7 @@
           <div class="navbar-right">
             <ul class="nav navbar-nav">
               <li><a href="/docs">Docs</a></li>
+              <li><a href="/downloads">Downloads</a></li>
               <li><a href="/blog">Blog</a></li>
               <li><a href="/team">Team &amp; Community</a></li>
               <li><a href="/resources">Resources</a></li>
diff --git a/team.html b/team.html
index 7f820b5..bd4821e 100644
--- a/team.html
+++ b/team.html
@@ -13,7 +13,8 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
     <!--[if lt IE 9]>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
-    <![endif]--> 
+    <![endif]-->
+
   </head>
   <body>
     <a class="github-fork-ribbon" href="https://github.com/apache?utf8=✓&q=incubator-sdap&type=&language=" title="Fork me on GitHub" target="_blank" >Fork me on GitHub</a> 
@@ -34,6 +35,7 @@
           <div class="navbar-right">
             <ul class="nav navbar-nav">
               <li><a href="/docs">Docs</a></li>
+              <li><a href="/downloads">Downloads</a></li>
               <li><a href="/blog">Blog</a></li>
               <li><a href="/team">Team &amp; Community</a></li>
               <li><a href="/resources">Resources</a></li>
diff --git a/weekly/update/2018/04/23/ranking-algorithms.html b/weekly/update/2018/04/23/ranking-algorithms.html
index 8417575..f944092 100644
--- a/weekly/update/2018/04/23/ranking-algorithms.html
+++ b/weekly/update/2018/04/23/ranking-algorithms.html
@@ -13,7 +13,8 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
     <!--[if lt IE 9]>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
-    <![endif]--> 
+    <![endif]-->
+
   </head>
   <body>
     <a class="github-fork-ribbon" href="https://github.com/apache?utf8=✓&q=incubator-sdap&type=&language=" title="Fork me on GitHub" target="_blank" >Fork me on GitHub</a> 
@@ -34,6 +35,7 @@
           <div class="navbar-right">
             <ul class="nav navbar-nav">
               <li><a href="/docs">Docs</a></li>
+              <li><a href="/downloads">Downloads</a></li>
               <li><a href="/blog">Blog</a></li>
               <li><a href="/team">Team &amp; Community</a></li>
               <li><a href="/resources">Resources</a></li>
diff --git a/weekly/update/2018/04/23/recommendation-algorithms.html b/weekly/update/2018/04/23/recommendation-algorithms.html
index 4dd072e..71eb88c 100644
--- a/weekly/update/2018/04/23/recommendation-algorithms.html
+++ b/weekly/update/2018/04/23/recommendation-algorithms.html
@@ -13,7 +13,8 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
     <!--[if lt IE 9]>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
-    <![endif]--> 
+    <![endif]-->
+
   </head>
   <body>
     <a class="github-fork-ribbon" href="https://github.com/apache?utf8=✓&q=incubator-sdap&type=&language=" title="Fork me on GitHub" target="_blank" >Fork me on GitHub</a> 
@@ -34,6 +35,7 @@
           <div class="navbar-right">
             <ul class="nav navbar-nav">
               <li><a href="/docs">Docs</a></li>
+              <li><a href="/downloads">Downloads</a></li>
               <li><a href="/blog">Blog</a></li>
               <li><a href="/team">Team &amp; Community</a></li>
               <li><a href="/resources">Resources</a></li>
diff --git a/weekly/update/2018/04/23/vocabulary-similarity-algorithm.html b/weekly/update/2018/04/23/vocabulary-similarity-algorithm.html
index 45d0d2d..75cda15 100644
--- a/weekly/update/2018/04/23/vocabulary-similarity-algorithm.html
+++ b/weekly/update/2018/04/23/vocabulary-similarity-algorithm.html
@@ -13,7 +13,8 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
     <!--[if lt IE 9]>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
-    <![endif]--> 
+    <![endif]-->
+
   </head>
   <body>
     <a class="github-fork-ribbon" href="https://github.com/apache?utf8=✓&q=incubator-sdap&type=&language=" title="Fork me on GitHub" target="_blank" >Fork me on GitHub</a> 
@@ -34,6 +35,7 @@
           <div class="navbar-right">
             <ul class="nav navbar-nav">
               <li><a href="/docs">Docs</a></li>
+              <li><a href="/downloads">Downloads</a></li>
               <li><a href="/blog">Blog</a></li>
               <li><a href="/team">Team &amp; Community</a></li>
               <li><a href="/resources">Resources</a></li>