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
commit 966e3273408cc2d95d6b1ad1a0b23428fb07f902 Author: rileykk <[email protected]> AuthorDate: Mon Jan 23 13:40:02 2023 -0800 Blog post for release + css & js path fix --- blog.html | 46 +++++++++++++++--- docs.html | 12 ++--- downloads.html | 12 ++--- index.html | 12 ++--- publications.html | 12 ++--- .../2023/01/20/v1.0.0-release.html | 54 ++++++++++++++++++---- resources.html | 12 ++--- source/_includes/footer.html | 4 +- source/_includes/header.html | 8 ++-- source/_posts/2023-01-20-v1.0.0-release.markdown | 43 +++++++++++++++++ team.html | 12 ++--- weekly/update/2018/04/23/ranking-algorithms.html | 12 ++--- .../2018/04/23/recommendation-algorithms.html | 12 ++--- .../04/23/vocabulary-similarity-algorithm.html | 14 +++--- 14 files changed, 189 insertions(+), 76 deletions(-) diff --git a/blog.html b/blog.html index a511060..e54d829 100644 --- a/blog.html +++ b/blog.html @@ -6,10 +6,10 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Apache SDAP - Science Data Analytics Platform</title> - <link rel="shortcut icon" href="favicon.ico" /> - <link rel="icon" type="image/png" href="favicon.png" /> - <link rel="stylesheet" href="css/bootstrap.min.css" /> - <link rel="stylesheet" href="css/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" /> + <link rel="icon" type="image/png" href="/favicon.png" /> + <link rel="stylesheet" href="/css/bootstrap.min.css" /> + <link rel="stylesheet" href="/css/style.css" /> <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" /> @@ -58,6 +58,40 @@ +<a href="/release/2023/01/20/v1.0.0-release.html"><h2>V1.0.0 Release</h2></a> +<p>Posted <b>2023-01-20</b> by <b>Riley Kuttruff</b></p> +<!-- + +--> + +<p>The SDAP community is pleased to announce our first release of Apache SDAP (incubating), version 1.0.0!</p> + +<p><a href="https://github.com/apache/incubator-sdap-nexus/blob/91fe0ec386a77c7a48b073e8268dea004ec7939e/docs/build.rst">Instructions for building Docker images from the source release</a></p> + +<p><a href="https://incubator-sdap-nexus.readthedocs.io/en/latest/quickstart.html">Instructions for deploying locally to test</a></p> + +<p>Release notes:</p> +<ul> + <li><a href="https://github.com/apache/incubator-sdap-nexus/blob/bf65205c8dae838d95843de34c94d6d46a579308/CHANGELOG.md">Nexus</a></li> + <li><a href="https://github.com/apache/incubator-sdap-ingester/blob/ae25aae70cc9b91bd0b05788e88e77edc77f0fd3/CHANGELOG.md">Ingester</a></li> +</ul> + +<p>Resources:</p> +<ul> + <li>Github: + <ul> + <li><a href="https://github.com/apache/incubator-sdap-nexus">Nexus</a></li> + <li><a href="https://github.com/apache/incubator-sdap-ingester">Ingester</a></li> + <li><a href="https://github.com/apache/incubator-sdap-nexusproto">Nexus Proto</a></li> + </ul> + </li> + <li><a href="https://issues.apache.org/jira/projects/SDAP/issues">Jira</a></li> + <li><a href="mailto:[email protected]">Mailing list</a></li> +</ul> + + + + <a href="/weekly/update/2018/04/23/vocabulary-similarity-algorithm.html"><h2>An introduction to MUDROD vocabulary similarity calculation algorithm</h2></a> <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 [...] @@ -189,8 +223,8 @@ <div class="navbar-text pull-right">Apache SDAP is an effort undergoing <a href="https://incubator.apache.org/">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the 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 o [...] </nav> - <script src="js/jquery.min.js"></script> - <script src="js/bootstrap.min.js"></script> + <script src="/js/jquery.min.js"></script> + <script src="/js/bootstrap.min.js"></script> </div> </body> </html> diff --git a/docs.html b/docs.html index 6d27a48..b283fd1 100644 --- a/docs.html +++ b/docs.html @@ -6,10 +6,10 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Apache SDAP - Science Data Analytics Platform</title> - <link rel="shortcut icon" href="favicon.ico" /> - <link rel="icon" type="image/png" href="favicon.png" /> - <link rel="stylesheet" href="css/bootstrap.min.css" /> - <link rel="stylesheet" href="css/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" /> + <link rel="icon" type="image/png" href="/favicon.png" /> + <link rel="stylesheet" href="/css/bootstrap.min.css" /> + <link rel="stylesheet" href="/css/style.css" /> <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" /> @@ -73,8 +73,8 @@ <div class="navbar-text pull-right">Apache SDAP is an effort undergoing <a href="https://incubator.apache.org/">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the 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 o [...] </nav> - <script src="js/jquery.min.js"></script> - <script src="js/bootstrap.min.js"></script> + <script src="/js/jquery.min.js"></script> + <script src="/js/bootstrap.min.js"></script> </div> </body> </html> diff --git a/downloads.html b/downloads.html index fb50b69..544cb6d 100644 --- a/downloads.html +++ b/downloads.html @@ -6,10 +6,10 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Apache SDAP - Science Data Analytics Platform</title> - <link rel="shortcut icon" href="favicon.ico" /> - <link rel="icon" type="image/png" href="favicon.png" /> - <link rel="stylesheet" href="css/bootstrap.min.css" /> - <link rel="stylesheet" href="css/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" /> + <link rel="icon" type="image/png" href="/favicon.png" /> + <link rel="stylesheet" href="/css/bootstrap.min.css" /> + <link rel="stylesheet" href="/css/style.css" /> <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" /> @@ -139,8 +139,8 @@ <div class="navbar-text pull-right">Apache SDAP is an effort undergoing <a href="https://incubator.apache.org/">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the 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 o [...] </nav> - <script src="js/jquery.min.js"></script> - <script src="js/bootstrap.min.js"></script> + <script src="/js/jquery.min.js"></script> + <script src="/js/bootstrap.min.js"></script> </div> </body> </html> diff --git a/index.html b/index.html index 43d5264..c3f15e4 100644 --- a/index.html +++ b/index.html @@ -6,10 +6,10 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Apache SDAP - Science Data Analytics Platform</title> - <link rel="shortcut icon" href="favicon.ico" /> - <link rel="icon" type="image/png" href="favicon.png" /> - <link rel="stylesheet" href="css/bootstrap.min.css" /> - <link rel="stylesheet" href="css/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" /> + <link rel="icon" type="image/png" href="/favicon.png" /> + <link rel="stylesheet" href="/css/bootstrap.min.css" /> + <link rel="stylesheet" href="/css/style.css" /> <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" /> @@ -165,8 +165,8 @@ Courtesy NASA/JPL-Caltech." /> <div class="navbar-text pull-right">Apache SDAP is an effort undergoing <a href="https://incubator.apache.org/">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the 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 o [...] </nav> - <script src="js/jquery.min.js"></script> - <script src="js/bootstrap.min.js"></script> + <script src="/js/jquery.min.js"></script> + <script src="/js/bootstrap.min.js"></script> </div> </body> </html> diff --git a/publications.html b/publications.html index e308857..9bc3349 100644 --- a/publications.html +++ b/publications.html @@ -6,10 +6,10 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Apache SDAP - Science Data Analytics Platform</title> - <link rel="shortcut icon" href="favicon.ico" /> - <link rel="icon" type="image/png" href="favicon.png" /> - <link rel="stylesheet" href="css/bootstrap.min.css" /> - <link rel="stylesheet" href="css/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" /> + <link rel="icon" type="image/png" href="/favicon.png" /> + <link rel="stylesheet" href="/css/bootstrap.min.css" /> + <link rel="stylesheet" href="/css/style.css" /> <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" /> @@ -74,8 +74,8 @@ <div class="navbar-text pull-right">Apache SDAP is an effort undergoing <a href="https://incubator.apache.org/">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the 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 o [...] </nav> - <script src="js/jquery.min.js"></script> - <script src="js/bootstrap.min.js"></script> + <script src="/js/jquery.min.js"></script> + <script src="/js/bootstrap.min.js"></script> </div> </body> </html> diff --git a/publications.html b/release/2023/01/20/v1.0.0-release.html similarity index 65% copy from publications.html copy to release/2023/01/20/v1.0.0-release.html index e308857..62e2d1c 100644 --- a/publications.html +++ b/release/2023/01/20/v1.0.0-release.html @@ -6,10 +6,10 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Apache SDAP - Science Data Analytics Platform</title> - <link rel="shortcut icon" href="favicon.ico" /> - <link rel="icon" type="image/png" href="favicon.png" /> - <link rel="stylesheet" href="css/bootstrap.min.css" /> - <link rel="stylesheet" href="css/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" /> + <link rel="icon" type="image/png" href="/favicon.png" /> + <link rel="stylesheet" href="/css/bootstrap.min.css" /> + <link rel="stylesheet" href="/css/style.css" /> <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" /> @@ -54,15 +54,49 @@ </nav> -<h1>Publications</h1> +<h1>V1.0.0 Release</h1> -<p>Here you can find all SDAP publications, they are ordered in reverse chronological order.</p> +<p>Posted <b>2023-01-20</b> by <b>Riley Kuttruff</b></p> +<!-- + +--> + +<p>The SDAP community is pleased to announce our first release of Apache SDAP (incubating), version 1.0.0!</p> + +<p><a href="https://github.com/apache/incubator-sdap-nexus/blob/91fe0ec386a77c7a48b073e8268dea004ec7939e/docs/build.rst">Instructions for building Docker images from the source release</a></p> + +<p><a href="https://incubator-sdap-nexus.readthedocs.io/en/latest/quickstart.html">Instructions for deploying locally to test</a></p> + +<p>Release notes:</p> <ul> - <li>todo</li> + <li><a href="https://github.com/apache/incubator-sdap-nexus/blob/bf65205c8dae838d95843de34c94d6d46a579308/CHANGELOG.md">Nexus</a></li> + <li><a href="https://github.com/apache/incubator-sdap-ingester/blob/ae25aae70cc9b91bd0b05788e88e77edc77f0fd3/CHANGELOG.md">Ingester</a></li> </ul> -<p>Get involved and contribute to SDAP through our <a href="http://sdap.apache.org/team">Community Hubs</a>. +<p>Resources:</p> +<ul> + <li>Github: + <ul> + <li><a href="https://github.com/apache/incubator-sdap-nexus">Nexus</a></li> + <li><a href="https://github.com/apache/incubator-sdap-ingester">Ingester</a></li> + <li><a href="https://github.com/apache/incubator-sdap-nexusproto">Nexus Proto</a></li> + </ul> + </li> + <li><a href="https://issues.apache.org/jira/projects/SDAP/issues">Jira</a></li> + <li><a href="mailto:[email protected]">Mailing list</a></li> +</ul> + + +<div> + +<b>Previous:</b> <a href="/weekly/update/2018/04/23/vocabulary-similarity-algorithm.html">An introduction to MUDROD vocabulary similarity calculation algorithm</a> + +</div> + +<div> + +</div> <!-- footer --> <nav class="navbar navbar-default"> @@ -74,8 +108,8 @@ <div class="navbar-text pull-right">Apache SDAP is an effort undergoing <a href="https://incubator.apache.org/">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the 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 o [...] </nav> - <script src="js/jquery.min.js"></script> - <script src="js/bootstrap.min.js"></script> + <script src="/js/jquery.min.js"></script> + <script src="/js/bootstrap.min.js"></script> </div> </body> </html> diff --git a/resources.html b/resources.html index fc5350c..f6bd0f7 100644 --- a/resources.html +++ b/resources.html @@ -6,10 +6,10 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Apache SDAP - Science Data Analytics Platform</title> - <link rel="shortcut icon" href="favicon.ico" /> - <link rel="icon" type="image/png" href="favicon.png" /> - <link rel="stylesheet" href="css/bootstrap.min.css" /> - <link rel="stylesheet" href="css/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" /> + <link rel="icon" type="image/png" href="/favicon.png" /> + <link rel="stylesheet" href="/css/bootstrap.min.css" /> + <link rel="stylesheet" href="/css/style.css" /> <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" /> @@ -72,8 +72,8 @@ <div class="navbar-text pull-right">Apache SDAP is an effort undergoing <a href="https://incubator.apache.org/">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the 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 o [...] </nav> - <script src="js/jquery.min.js"></script> - <script src="js/bootstrap.min.js"></script> + <script src="/js/jquery.min.js"></script> + <script src="/js/bootstrap.min.js"></script> </div> </body> </html> diff --git a/source/_includes/footer.html b/source/_includes/footer.html index 7f62fe2..f94183b 100644 --- a/source/_includes/footer.html +++ b/source/_includes/footer.html @@ -8,8 +8,8 @@ <div class="navbar-text pull-right">Apache SDAP is an effort undergoing <a href="https://incubator.apache.org/">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the 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 o [...] </nav> - <script src="{{ site.baseurl }}js/jquery.min.js"></script> - <script src="{{ site.baseurl }}js/bootstrap.min.js"></script> + <script src="/js/jquery.min.js"></script> + <script src="/js/bootstrap.min.js"></script> </div> </body> </html> diff --git a/source/_includes/header.html b/source/_includes/header.html index a662abf..926037e 100644 --- a/source/_includes/header.html +++ b/source/_includes/header.html @@ -6,10 +6,10 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Apache SDAP - Science Data Analytics Platform</title> - <link rel="shortcut icon" href="{{ site.baseurl }}favicon.ico" /> - <link rel="icon" type="image/png" href="{{ site.baseurl }}favicon.png" /> - <link rel="stylesheet" href="{{ site.baseurl }}css/bootstrap.min.css" /> - <link rel="stylesheet" href="{{ site.baseurl }}css/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" /> + <link rel="icon" type="image/png" href="/favicon.png" /> + <link rel="stylesheet" href="/css/bootstrap.min.css" /> + <link rel="stylesheet" href="/css/style.css" /> <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" /> diff --git a/source/_posts/2023-01-20-v1.0.0-release.markdown b/source/_posts/2023-01-20-v1.0.0-release.markdown new file mode 100644 index 0000000..22c1600 --- /dev/null +++ b/source/_posts/2023-01-20-v1.0.0-release.markdown @@ -0,0 +1,43 @@ +--- +layout: post +date: "2023-01-20" +author: Riley Kuttruff +version: 1.0.0 +categories: [release] +--- +<!-- +{% comment %} +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. +{% endcomment %} +--> + +The SDAP community is pleased to announce our first release of Apache SDAP (incubating), version 1.0.0! + +[Instructions for building Docker images from the source release](https://github.com/apache/incubator-sdap-nexus/blob/91fe0ec386a77c7a48b073e8268dea004ec7939e/docs/build.rst) + +[Instructions for deploying locally to test](https://incubator-sdap-nexus.readthedocs.io/en/latest/quickstart.html) + +Release notes: +- [Nexus](https://github.com/apache/incubator-sdap-nexus/blob/bf65205c8dae838d95843de34c94d6d46a579308/CHANGELOG.md) +- [Ingester](https://github.com/apache/incubator-sdap-ingester/blob/ae25aae70cc9b91bd0b05788e88e77edc77f0fd3/CHANGELOG.md) + +Resources: +- Github: + - [Nexus](https://github.com/apache/incubator-sdap-nexus) + - [Ingester](https://github.com/apache/incubator-sdap-ingester) + - [Nexus Proto](https://github.com/apache/incubator-sdap-nexusproto) +- [Jira](https://issues.apache.org/jira/projects/SDAP/issues) +- [Mailing list](mailto:[email protected]) diff --git a/team.html b/team.html index 5158304..acbc57a 100644 --- a/team.html +++ b/team.html @@ -6,10 +6,10 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Apache SDAP - Science Data Analytics Platform</title> - <link rel="shortcut icon" href="favicon.ico" /> - <link rel="icon" type="image/png" href="favicon.png" /> - <link rel="stylesheet" href="css/bootstrap.min.css" /> - <link rel="stylesheet" href="css/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" /> + <link rel="icon" type="image/png" href="/favicon.png" /> + <link rel="stylesheet" href="/css/bootstrap.min.css" /> + <link rel="stylesheet" href="/css/style.css" /> <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" /> @@ -422,8 +422,8 @@ <div class="navbar-text pull-right">Apache SDAP is an effort undergoing <a href="https://incubator.apache.org/">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the 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 o [...] </nav> - <script src="js/jquery.min.js"></script> - <script src="js/bootstrap.min.js"></script> + <script src="/js/jquery.min.js"></script> + <script src="/js/bootstrap.min.js"></script> </div> </body> </html> diff --git a/weekly/update/2018/04/23/ranking-algorithms.html b/weekly/update/2018/04/23/ranking-algorithms.html index f944092..bc71dff 100644 --- a/weekly/update/2018/04/23/ranking-algorithms.html +++ b/weekly/update/2018/04/23/ranking-algorithms.html @@ -6,10 +6,10 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Apache SDAP - Science Data Analytics Platform</title> - <link rel="shortcut icon" href="favicon.ico" /> - <link rel="icon" type="image/png" href="favicon.png" /> - <link rel="stylesheet" href="css/bootstrap.min.css" /> - <link rel="stylesheet" href="css/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" /> + <link rel="icon" type="image/png" href="/favicon.png" /> + <link rel="stylesheet" href="/css/bootstrap.min.css" /> + <link rel="stylesheet" href="/css/style.css" /> <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" /> @@ -163,8 +163,8 @@ <div class="navbar-text pull-right">Apache SDAP is an effort undergoing <a href="https://incubator.apache.org/">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the 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 o [...] </nav> - <script src="js/jquery.min.js"></script> - <script src="js/bootstrap.min.js"></script> + <script src="/js/jquery.min.js"></script> + <script src="/js/bootstrap.min.js"></script> </div> </body> </html> diff --git a/weekly/update/2018/04/23/recommendation-algorithms.html b/weekly/update/2018/04/23/recommendation-algorithms.html index 71eb88c..1d0e489 100644 --- a/weekly/update/2018/04/23/recommendation-algorithms.html +++ b/weekly/update/2018/04/23/recommendation-algorithms.html @@ -6,10 +6,10 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Apache SDAP - Science Data Analytics Platform</title> - <link rel="shortcut icon" href="favicon.ico" /> - <link rel="icon" type="image/png" href="favicon.png" /> - <link rel="stylesheet" href="css/bootstrap.min.css" /> - <link rel="stylesheet" href="css/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" /> + <link rel="icon" type="image/png" href="/favicon.png" /> + <link rel="stylesheet" href="/css/bootstrap.min.css" /> + <link rel="stylesheet" href="/css/style.css" /> <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" /> @@ -92,8 +92,8 @@ <div class="navbar-text pull-right">Apache SDAP is an effort undergoing <a href="https://incubator.apache.org/">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the 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 o [...] </nav> - <script src="js/jquery.min.js"></script> - <script src="js/bootstrap.min.js"></script> + <script src="/js/jquery.min.js"></script> + <script src="/js/bootstrap.min.js"></script> </div> </body> </html> diff --git a/weekly/update/2018/04/23/vocabulary-similarity-algorithm.html b/weekly/update/2018/04/23/vocabulary-similarity-algorithm.html index 75cda15..d612e30 100644 --- a/weekly/update/2018/04/23/vocabulary-similarity-algorithm.html +++ b/weekly/update/2018/04/23/vocabulary-similarity-algorithm.html @@ -6,10 +6,10 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Apache SDAP - Science Data Analytics Platform</title> - <link rel="shortcut icon" href="favicon.ico" /> - <link rel="icon" type="image/png" href="favicon.png" /> - <link rel="stylesheet" href="css/bootstrap.min.css" /> - <link rel="stylesheet" href="css/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" /> + <link rel="icon" type="image/png" href="/favicon.png" /> + <link rel="stylesheet" href="/css/bootstrap.min.css" /> + <link rel="stylesheet" href="/css/style.css" /> <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" /> @@ -78,6 +78,8 @@ <div> +<b>Next:</b> <a href="/release/2023/01/20/v1.0.0-release.html">V1.0.0 Release</a> + </div> <!-- footer --> @@ -90,8 +92,8 @@ <div class="navbar-text pull-right">Apache SDAP is an effort undergoing <a href="https://incubator.apache.org/">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the 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 o [...] </nav> - <script src="js/jquery.min.js"></script> - <script src="js/bootstrap.min.js"></script> + <script src="/js/jquery.min.js"></script> + <script src="/js/bootstrap.min.js"></script> </div> </body> </html>
