From 931b6e763b2a8bcc8606b05b836e30b71dd62211 Mon Sep 17 00:00:00 2001 From: Forrest Williams Date: Fri, 29 Mar 2024 09:20:33 -0500 Subject: [PATCH 01/19] update docs for credits release --- CHANGELOG.md | 9 +++++++++ docs/using/credits.md | 6 +++--- docs/using/quota.md | 24 ------------------------ mkdocs.yml | 2 +- overrides/main.html | 2 +- 5 files changed, 14 insertions(+), 29 deletions(-) delete mode 100644 docs/using/quota.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a68dfb..42129c0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0] + +### Changed +* Updated credit system announcement and info block to be in past tense. +* The removed page now redirects to the [`Credits Page`](using/credits.md). + +### Removed +* Quota Page in favor of [`Credits Page`](using/credits.md). + ## [0.8.9] ### Added diff --git a/docs/using/credits.md b/docs/using/credits.md index 9bbdb3e2..53fb50f3 100644 --- a/docs/using/credits.md +++ b/docs/using/credits.md @@ -1,9 +1,9 @@ # Credits !!! warning "Attention" - Beginning **April 1st**, ASF's On Demand [Monthly Processing Quota](/using/quota) - will be replaced by a new **credits system**. - You will be given an allotment of **10,000 credits per month**, + ON **April 1st**, ASF's On Demand Monthly Processing Quota + was replaced by a new **credits system**. + Now, you are given an allotment of **10,000 credits per month**, and each type of job will cost a different number of credits, as shown in the table below. Notably, you will now be able to run up to 10,000 Burst InSAR jobs per month—a 10x increase! diff --git a/docs/using/quota.md b/docs/using/quota.md deleted file mode 100644 index 6e50ccd1..00000000 --- a/docs/using/quota.md +++ /dev/null @@ -1,24 +0,0 @@ -# Monthly Processing Quota - -!!! warning "Attention" - Beginning **April 1st**, ASF's On Demand Monthly Processing Quota - will be replaced by a new **credits system**. - Read the full announcement [here](/using/credits). - - -In order to provide On Demand products across the community, and to support our mission of -[making remote-sensing data accessible](https://asf.alaska.edu/about-asf/ "https://asf.alaska.edu/about-asf/" ){target=_blank}, -we've implemented a monthly processing quota. Anyone with an [Earthdata Login](https://urs.earthdata.nasa.gov/home "https://urs.earthdata.nasa.gov/home" ){target=_blank} -can freely request 1000 jobs each calendar month. - -We may periodically adjust this quota based on usage, with the goal of -providing valuable products to the widest breadth of users possible. - -If the quota doesn't meet your needs, please contact us and let us know how you -would like to use the service. We have several options available for increased -processing via HyP3. All requests will be balanced against our mission -- to make -remote-sensing data accessible to the community. - -## Contact Us - -{% include 'contact-snippet.md' %} diff --git a/mkdocs.yml b/mkdocs.yml index 050534d4..8bb6aa01 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -55,7 +55,6 @@ nav: - API Reference: using/sdk_api.md - API: using/api.md - Credits: using/credits.md - - Processing Quota: using/quota.md - Subscriptions: using/subscriptions.md - Products: - products.md @@ -119,3 +118,4 @@ plugins: # See: https://github.com/datarobot/mkdocs-redirects/issues/16 getting_started.md: 'https://hyp3-docs.asf.alaska.edu/#getting-started' tutorials/mintpy.md: 'https://nbviewer.jupyter.org/github/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb' + using/quota.md: 'using/credits.md' diff --git a/overrides/main.html b/overrides/main.html index c412ed21..30ca16aa 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -2,7 +2,7 @@ {% block announce %}
- ⚠️ Monthly processing quotas will be replaced by a credits system on April 1st.
+ ⚠️ Monthly processing quotas were replaced by a credits system on April 1st.
Read the full announcement.
{% endblock %} From 16c3ea999d62b755dc0ccb2d6c13492991563c34 Mon Sep 17 00:00:00 2001 From: Forrest Williams Date: Fri, 29 Mar 2024 09:22:38 -0500 Subject: [PATCH 02/19] fix capitalization --- docs/using/credits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/credits.md b/docs/using/credits.md index 53fb50f3..049e2c9d 100644 --- a/docs/using/credits.md +++ b/docs/using/credits.md @@ -1,7 +1,7 @@ # Credits !!! warning "Attention" - ON **April 1st**, ASF's On Demand Monthly Processing Quota + On **April 1st**, ASF's On Demand Monthly Processing Quota was replaced by a new **credits system**. Now, you are given an allotment of **10,000 credits per month**, and each type of job will cost a different number of credits, From dad33edd6046558abdb0e194f27e80788db59f3f Mon Sep 17 00:00:00 2001 From: Forrest Williams Date: Fri, 29 Mar 2024 09:28:21 -0500 Subject: [PATCH 03/19] update vertex page --- CHANGELOG.md | 5 +++-- docs/using/vertex.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42129c0e..19bf9274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,11 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Changed * Updated credit system announcement and info block to be in past tense. -* The removed page now redirects to the [`Credits Page`](using/credits.md). +* The removed page now redirects to the [Credits Page](using/credits.md). +* Quota language on [Vertex Page](using/credits.md) to reference credits instead. ### Removed -* Quota Page in favor of [`Credits Page`](using/credits.md). +* Quota Page in favor of [Credits Page](using/credits.md). ## [0.8.9] diff --git a/docs/using/vertex.md b/docs/using/vertex.md index 81fe7e6d..54f08ac4 100644 --- a/docs/using/vertex.md +++ b/docs/using/vertex.md @@ -15,7 +15,7 @@ To request On Demand products, visit [ASF Data Search - Vertex](https://search.a 1. **Select your scenes** - RTC processing is available for Sentinel-1 GRD-H and SLC scenes with a beam mode of IW. InSAR processing requires pairs of IW SLC scenes. Use the Geographic Search in Vertex to find individual scenes to submit for RTC processing, or reference scenes to use for generating InSAR pairs. For InSAR, once you find a reference scene, use either the [Baseline](https://docs.asf.alaska.edu/vertex/baseline/ "Vertex Baseline Documentation" ){target=_blank} or [SBAS](https://docs.asf.alaska.edu/vertex/sbas/ "Vertex SBAS Documentation" ){target=_blank} Search to find scene pairs to submit for processing. -2. **Submit your request** - After selecting your scenes, access the *On Demand* queue to submit your processing request. You may process up to 1000 jobs per month. +2. **Submit your request** - After selecting your scenes, access the *On Demand* queue to submit your processing request. You may process jobs worth up to 10,000 credits per month. See our [Credits Page](./credits.md) for more details. 3. **Monitor your request** - The *On Demand Products* search type displays your running and completed requests. New requests are typically available for download within an hour, but wait time will depend on processing load. From 4cd7db204ff0ba114160d52463a41220332770a5 Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Fri, 29 Mar 2024 10:47:01 -0800 Subject: [PATCH 04/19] update credits page --- docs/using/credits.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/using/credits.md b/docs/using/credits.md index 049e2c9d..0b06a89b 100644 --- a/docs/using/credits.md +++ b/docs/using/credits.md @@ -4,11 +4,11 @@ On **April 1st**, ASF's On Demand Monthly Processing Quota was replaced by a new **credits system**. Now, you are given an allotment of **10,000 credits per month**, - and each type of job will cost a different number of credits, + and each type of job costs a different number of credits, as shown in the table below. - Notably, you will now be able to run up to 10,000 Burst InSAR jobs per month—a 10x increase! + Notably, you can now run up to 10,000 Burst InSAR jobs per month—a 10x increase! - This change will affect all ASF On Demand users, + This change affects all ASF On Demand users, whether you are accessing our service via [Vertex](/using/vertex), the [HyP3 SDK](/using/sdk), or the [HyP3 API](/using/api). @@ -38,7 +38,7 @@ with the goal of providing valuable products to the widest breadth of users poss If your monthly credit allotment doesn't meet your needs, please contact us and let us know how you would like to use our service. -We have several options available for increased processing. +We may be able to support increased processing, depending on your requirements. All requests will be balanced against our mission: to make remote-sensing data accessible to the community. ## Contact Us From bf1e363060cbdbc80746f02c848c3056212916e0 Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Fri, 29 Mar 2024 10:51:31 -0800 Subject: [PATCH 05/19] changelog --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19bf9274..f252238a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,11 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.9.0] ### Changed -* Updated credit system announcement and info block to be in past tense. -* The removed page now redirects to the [Credits Page](using/credits.md). -* Quota language on [Vertex Page](using/credits.md) to reference credits instead. +* Credits page and banner now use past or present tense where appropriate. +* [Vertex Page](using/vertex.md) now references credits. ### Removed -* Quota Page in favor of [Credits Page](using/credits.md). +* Quota page now redirects to [Credits Page](using/credits.md). ## [0.8.9] From 0b2fb027065c296e2c74ec4e25319776a406ddfc Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Fri, 29 Mar 2024 10:55:13 -0800 Subject: [PATCH 06/19] Update docs/using/vertex.md --- docs/using/vertex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/vertex.md b/docs/using/vertex.md index 54f08ac4..70fa611d 100644 --- a/docs/using/vertex.md +++ b/docs/using/vertex.md @@ -15,7 +15,7 @@ To request On Demand products, visit [ASF Data Search - Vertex](https://search.a 1. **Select your scenes** - RTC processing is available for Sentinel-1 GRD-H and SLC scenes with a beam mode of IW. InSAR processing requires pairs of IW SLC scenes. Use the Geographic Search in Vertex to find individual scenes to submit for RTC processing, or reference scenes to use for generating InSAR pairs. For InSAR, once you find a reference scene, use either the [Baseline](https://docs.asf.alaska.edu/vertex/baseline/ "Vertex Baseline Documentation" ){target=_blank} or [SBAS](https://docs.asf.alaska.edu/vertex/sbas/ "Vertex SBAS Documentation" ){target=_blank} Search to find scene pairs to submit for processing. -2. **Submit your request** - After selecting your scenes, access the *On Demand* queue to submit your processing request. You may process jobs worth up to 10,000 credits per month. See our [Credits Page](./credits.md) for more details. +2. **Submit your request** - After selecting your scenes, access the *On Demand* queue to submit your processing request. You may process jobs worth up to 10,000 credits per month. See our [Credits](./credits.md) page for more details. 3. **Monitor your request** - The *On Demand Products* search type displays your running and completed requests. New requests are typically available for download within an hour, but wait time will depend on processing load. From 32bcfc31071325e84abedf316aa998dc443da640 Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Fri, 29 Mar 2024 11:21:10 -0800 Subject: [PATCH 07/19] update the pixel spacing of the InSAR jobs in the table --- docs/using/credits.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/using/credits.md b/docs/using/credits.md index 0b06a89b..6ea60e02 100644 --- a/docs/using/credits.md +++ b/docs/using/credits.md @@ -19,17 +19,17 @@ The table below displays the credit cost for each type of job. The "Maximum Jobs Per Month" column displays the maximum number of jobs that you would be able to run in a single month if you spent your entire monthly credit allotment on jobs of the given type. -| Job Type | Cost (credits) | Maximum Jobs Per Month | -|-------------------------------------------------------------------------------|----------------:|-----------------------:| -| [**InSAR**](/guides/insar_product_guide/) | | | -|          160m pixel size (20x4 looks) | 10 | 1,000 | -|          80m pixel size (10x2 looks) | 15 | 666 | -| [**RTC**](/guides/rtc_product_guide/) | | | -|          30m pixel size | 5 | 2,000 | -|          20m pixel size | 15 | 666 | -|          10m pixel size | 60 | 166 | -| [**AutoRIFT**](https://its-live.jpl.nasa.gov/){target=_blank} | 25 | 400 | -| [**Burst InSAR**](/guides/burst_insar_product_guide/) | 1 | 10,000 | +| Job Type | Cost (credits) | Maximum Jobs Per Month | +|---------------------------------------------------------------------------------|----------------:|-----------------------:| +| [**InSAR**](/guides/insar_product_guide/) | | | +|          80m pixel spacing (20x4 looks) | 10 | 1,000 | +|          40m pixel spacing (10x2 looks) | 15 | 666 | +| [**RTC**](/guides/rtc_product_guide/) | | | +|          30m pixel spacing | 5 | 2,000 | +|          20m pixel spacing | 15 | 666 | +|          10m pixel spacing | 60 | 166 | +| [**AutoRIFT**](https://its-live.jpl.nasa.gov/){target=_blank} | 25 | 400 | +| [**Burst InSAR**](/guides/burst_insar_product_guide/) | 1 | 10,000 | The credit cost of a given job is roughly proportional to the computational resources required to process the job. Transitioning to a credits system allows us to distribute our resources more equitably. From 99c0d2294f1be1249e23880b7a849f13fa99a021 Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Fri, 29 Mar 2024 11:40:22 -0800 Subject: [PATCH 08/19] credits system -> credit system --- docs/using/credits.md | 4 ++-- overrides/main.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/using/credits.md b/docs/using/credits.md index 0b06a89b..f5c5fe47 100644 --- a/docs/using/credits.md +++ b/docs/using/credits.md @@ -2,7 +2,7 @@ !!! warning "Attention" On **April 1st**, ASF's On Demand Monthly Processing Quota - was replaced by a new **credits system**. + was replaced by a new **credit system**. Now, you are given an allotment of **10,000 credits per month**, and each type of job costs a different number of credits, as shown in the table below. @@ -32,7 +32,7 @@ in a single month if you spent your entire monthly credit allotment on jobs of t | [**Burst InSAR**](/guides/burst_insar_product_guide/) | 1 | 10,000 | The credit cost of a given job is roughly proportional to the computational resources required to process the job. -Transitioning to a credits system allows us to distribute our resources more equitably. +Transitioning to a credit system allows us to distribute our resources more equitably. This change supports our mission of [making remote-sensing data accessible](https://asf.alaska.edu/about-asf/), with the goal of providing valuable products to the widest breadth of users possible. diff --git a/overrides/main.html b/overrides/main.html index 30ca16aa..60c92789 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -2,7 +2,7 @@ {% block announce %}
- ⚠️ Monthly processing quotas were replaced by a credits system on April 1st.
+ ⚠️ Monthly processing quotas were replaced by a credit system on April 1st.
Read the full announcement.
{% endblock %} From c7ba2d6f2af4129569aa66ff5a722f99d1f0b4a6 Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Fri, 29 Mar 2024 11:44:17 -0800 Subject: [PATCH 09/19] dictionary --- .github/dictionary.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dictionary.txt b/.github/dictionary.txt index 424d88a9..80ab6c18 100644 --- a/.github/dictionary.txt +++ b/.github/dictionary.txt @@ -17,6 +17,7 @@ 20x4-look 160m 80m +40m 30m 20m 10m From c091a52f8d123fafbe75fc2f94d9c133aecdffff Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Fri, 29 Mar 2024 11:54:22 -0800 Subject: [PATCH 10/19] move key long-term information out of the attention box --- docs/using/credits.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/docs/using/credits.md b/docs/using/credits.md index 6ea60e02..35e81dca 100644 --- a/docs/using/credits.md +++ b/docs/using/credits.md @@ -1,12 +1,12 @@ # Credits !!! warning "Attention" - On **April 1st**, ASF's On Demand Monthly Processing Quota - was replaced by a new **credits system**. - Now, you are given an allotment of **10,000 credits per month**, - and each type of job costs a different number of credits, - as shown in the table below. - Notably, you can now run up to 10,000 Burst InSAR jobs per month—a 10x increase! + On **April 1st 2024**, ASF's On Demand Monthly Processing Quota (1000 jobs per + month) was replaced by a new **credit system**. + You are now given an allotment of **10,000 credits per month**, + and each type of job costs a [different number of credits to process](#credit-cost-table). + Notably, you can now run up to 10,000 Burst InSAR jobs per month — + a 10x increase! This change affects all ASF On Demand users, whether you are accessing our service via [Vertex](/using/vertex), @@ -15,10 +15,14 @@ If this change adversely impacts your current workflows, or doesn't meet your needs, please [let us know!](/contact) -The table below displays the credit cost for each type of job. -The "Maximum Jobs Per Month" column displays the maximum number of jobs that you would be able to run -in a single month if you spent your entire monthly credit allotment on jobs of the given type. +On Demand users are given an allotment of **10,000 credits per month** to use for +processing jobs, and each type of job costs a different number of credits, as shown in the [Credit Cost Table](#credit-cost-table). +The "Maximum Jobs Per Month" column displays the maximum number of jobs that you +would be able to run in a single month if you spent your entire monthly credit +allotment on jobs of that particular type. + +## Credit Cost Table | Job Type | Cost (credits) | Maximum Jobs Per Month | |---------------------------------------------------------------------------------|----------------:|-----------------------:| | [**InSAR**](/guides/insar_product_guide/) | | | From ed350e0ef01f42081928d2d0b133199f0b21cc3e Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Fri, 29 Mar 2024 11:55:10 -0800 Subject: [PATCH 11/19] set links external to the page to open in new browser tabs --- docs/using/credits.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/using/credits.md b/docs/using/credits.md index 35e81dca..a7b49e4b 100644 --- a/docs/using/credits.md +++ b/docs/using/credits.md @@ -9,8 +9,8 @@ a 10x increase! This change affects all ASF On Demand users, - whether you are accessing our service via [Vertex](/using/vertex), - the [HyP3 SDK](/using/sdk), or the [HyP3 API](/using/api). + whether you are accessing our service via [Vertex](/using/vertex){target=_blank}, + the [HyP3 SDK](/using/sdk){target=_blank}, or the [HyP3 API](/using/api){target=_blank}. If this change adversely impacts your current workflows, or doesn't meet your needs, please [let us know!](/contact) @@ -37,7 +37,7 @@ allotment on jobs of that particular type. The credit cost of a given job is roughly proportional to the computational resources required to process the job. Transitioning to a credits system allows us to distribute our resources more equitably. -This change supports our mission of [making remote-sensing data accessible](https://asf.alaska.edu/about-asf/), +This change supports our mission of [making remote-sensing data accessible](https://asf.alaska.edu/about-asf/ 'asf.alaska.edu/about-asf' ){target=_blank}, with the goal of providing valuable products to the widest breadth of users possible. If your monthly credit allotment doesn't meet your needs, From 6e397bdf90223dad970a7ba26a7efdda09a9ad42 Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Fri, 29 Mar 2024 12:01:02 -0800 Subject: [PATCH 12/19] hyphenate pixel spacing values --- docs/using/credits.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/using/credits.md b/docs/using/credits.md index a7b49e4b..033c86ad 100644 --- a/docs/using/credits.md +++ b/docs/using/credits.md @@ -23,17 +23,17 @@ would be able to run in a single month if you spent your entire monthly credit allotment on jobs of that particular type. ## Credit Cost Table -| Job Type | Cost (credits) | Maximum Jobs Per Month | -|---------------------------------------------------------------------------------|----------------:|-----------------------:| -| [**InSAR**](/guides/insar_product_guide/) | | | -|          80m pixel spacing (20x4 looks) | 10 | 1,000 | -|          40m pixel spacing (10x2 looks) | 15 | 666 | -| [**RTC**](/guides/rtc_product_guide/) | | | -|          30m pixel spacing | 5 | 2,000 | -|          20m pixel spacing | 15 | 666 | -|          10m pixel spacing | 60 | 166 | -| [**AutoRIFT**](https://its-live.jpl.nasa.gov/){target=_blank} | 25 | 400 | -| [**Burst InSAR**](/guides/burst_insar_product_guide/) | 1 | 10,000 | +| Job Type | Cost (credits) | Maximum Jobs Per Month | +|----------------------------------------------------------------------------------|----------------:|-----------------------:| +| [**InSAR**](/guides/insar_product_guide/) | | | +|          80-m pixel spacing (20x4 looks) | 10 | 1,000 | +|          40-m pixel spacing (10x2 looks) | 15 | 666 | +| [**RTC**](/guides/rtc_product_guide/) | | | +|          30-m pixel spacing | 5 | 2,000 | +|          20-m pixel spacing | 15 | 666 | +|          10-m pixel spacing | 60 | 166 | +| [**AutoRIFT**](https://its-live.jpl.nasa.gov/){target=_blank} | 25 | 400 | +| [**Burst InSAR**](/guides/burst_insar_product_guide/) | 1 | 10,000 | The credit cost of a given job is roughly proportional to the computational resources required to process the job. Transitioning to a credits system allows us to distribute our resources more equitably. From 955c54a40750abb525364fedd66fe2c9cb1dc696 Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Fri, 29 Mar 2024 12:06:34 -0800 Subject: [PATCH 13/19] remove extra s --- docs/using/credits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/credits.md b/docs/using/credits.md index 033c86ad..6991f9ed 100644 --- a/docs/using/credits.md +++ b/docs/using/credits.md @@ -36,7 +36,7 @@ allotment on jobs of that particular type. | [**Burst InSAR**](/guides/burst_insar_product_guide/) | 1 | 10,000 | The credit cost of a given job is roughly proportional to the computational resources required to process the job. -Transitioning to a credits system allows us to distribute our resources more equitably. +Transitioning to a credit system allows us to distribute our resources more equitably. This change supports our mission of [making remote-sensing data accessible](https://asf.alaska.edu/about-asf/ 'asf.alaska.edu/about-asf' ){target=_blank}, with the goal of providing valuable products to the widest breadth of users possible. From 490fb4594243898562f9ecf2255f7a10601568e6 Mon Sep 17 00:00:00 2001 From: Heidi Kristenson <61886203+hjkristenson@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:38:55 -0800 Subject: [PATCH 14/19] add comma to 1000 Co-authored-by: Jake Herrmann --- docs/using/credits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/credits.md b/docs/using/credits.md index 6991f9ed..2284f5cf 100644 --- a/docs/using/credits.md +++ b/docs/using/credits.md @@ -1,7 +1,7 @@ # Credits !!! warning "Attention" - On **April 1st 2024**, ASF's On Demand Monthly Processing Quota (1000 jobs per + On **April 1st 2024**, ASF's On Demand Monthly Processing Quota (1,000 jobs per month) was replaced by a new **credit system**. You are now given an allotment of **10,000 credits per month**, and each type of job costs a [different number of credits to process](#credit-cost-table). From 241d7074c275e9050328e7d5fddc9c3220e05aff Mon Sep 17 00:00:00 2001 From: Heidi Kristenson <61886203+hjkristenson@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:43:51 -0800 Subject: [PATCH 15/19] set hyp3-docs links to open in same tab Co-authored-by: Jake Herrmann --- docs/using/credits.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/using/credits.md b/docs/using/credits.md index 2284f5cf..4af23f01 100644 --- a/docs/using/credits.md +++ b/docs/using/credits.md @@ -9,8 +9,8 @@ a 10x increase! This change affects all ASF On Demand users, - whether you are accessing our service via [Vertex](/using/vertex){target=_blank}, - the [HyP3 SDK](/using/sdk){target=_blank}, or the [HyP3 API](/using/api){target=_blank}. + whether you are accessing our service via [Vertex](/using/vertex), + the [HyP3 SDK](/using/sdk), or the [HyP3 API](/using/api). If this change adversely impacts your current workflows, or doesn't meet your needs, please [let us know!](/contact) From 9bff60da5d6a1379e3551ede8b8f9d57f9f8c9c1 Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Fri, 29 Mar 2024 12:50:44 -0800 Subject: [PATCH 16/19] move to process out of link text --- docs/using/credits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/credits.md b/docs/using/credits.md index 4af23f01..fc8116b4 100644 --- a/docs/using/credits.md +++ b/docs/using/credits.md @@ -4,7 +4,7 @@ On **April 1st 2024**, ASF's On Demand Monthly Processing Quota (1,000 jobs per month) was replaced by a new **credit system**. You are now given an allotment of **10,000 credits per month**, - and each type of job costs a [different number of credits to process](#credit-cost-table). + and each type of job costs a [different number of credits](#credit-cost-table) to process. Notably, you can now run up to 10,000 Burst InSAR jobs per month — a 10x increase! From 0bbc4cfa85ab7e91677b2fc47ff5bc03363a07fa Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Fri, 29 Mar 2024 12:57:02 -0800 Subject: [PATCH 17/19] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f252238a..25314bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.9.0] ### Changed -* Credits page and banner now use past or present tense where appropriate. +* Updated language to reflect release of the full credit system to production HyP3. * [Vertex Page](using/vertex.md) now references credits. ### Removed From f866f8b5ef26b595c98acd5cf82c1f7a2e180e4a Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Fri, 29 Mar 2024 12:57:24 -0800 Subject: [PATCH 18/19] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25314bf0..6cfa8e1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Changed * Updated language to reflect release of the full credit system to production HyP3. -* [Vertex Page](using/vertex.md) now references credits. ### Removed * Quota page now redirects to [Credits Page](using/credits.md). From 3e5b228c3e3336ce20a28a15d51a75b1054d1564 Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Fri, 29 Mar 2024 12:57:47 -0800 Subject: [PATCH 19/19] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cfa8e1c..8e765907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). * Updated language to reflect release of the full credit system to production HyP3. ### Removed -* Quota page now redirects to [Credits Page](using/credits.md). +* Quota page now redirects to [Credits](using/credits.md) page. ## [0.8.9]