-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #454 from ASFHyP3/develop
Release v0.9.4
- Loading branch information
Showing
4 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Requesting Access | ||
|
||
<!-- TODO TOOL-2787: update this language after the feature has been released --> | ||
Starting on **June 17, 2024**, new users will be required to request access | ||
Starting on **TODO: date**, new users will be required to request access | ||
before submitting jobs for On Demand processing using the HyP3 platform. | ||
HyP3 accounts are limited to one per person. | ||
If you have used HyP3 for On Demand processing in the past, you will be able to continue using our service without requesting access. | ||
|
@@ -24,7 +24,7 @@ Once your access request has been approved, you can submit jobs for On Demand pr | |
<!-- TODO TOOL-2787: uncomment this block: --> | ||
<!-- !!! tip "Existing HyP3 users do not need to request access" | ||
Existing On Demand users (i.e. users who signed up before June 17, 2024) do *not* need to undergo this process. | ||
Existing On Demand users (i.e. users who signed up before TODO: date) do *not* need to undergo this process. | ||
If you are no longer able to process On Demand jobs and you believe you should still have access, you can either | ||
submit an access request or email [[email protected]](mailto:[email protected] "[email protected]") for more information. | ||
--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
{% extends "partials/main.html" %} | ||
|
||
{# TODO: uncomment when ready to announce | ||
{% block announce %} | ||
<div id="announcement-content"> | ||
⚠️ New users will be required to request access to HyP3 starting on June 17.<br /> | ||
⚠️ New users will be required to request access to HyP3 starting on TODO: date.<br /> | ||
<a class="announcement-link" href="/using/requesting_access">Read the full announcement.</a> | ||
</div> | ||
{% endblock %} | ||
#} |