diff --git a/data/service.yaml b/data/service.yaml index c8948622f..799e6b1de 100644 --- a/data/service.yaml +++ b/data/service.yaml @@ -48,21 +48,23 @@ service: options: - name: "Research Project" security: "Standard" - cost: "$60/TB per year (effective July 1, 2024: $70/TB)" + cost: "$70/TB per year" quota: "1TB increments" - snapshots: "daily snapshots for 1 week" + snapshots: "Daily snapshots for 1 week" replication: "No" backup: "No" access: "Rivanna, mountable on local workstation" + highly-sens-ds-compliant: "No" use_cases: "Ideal for long-term storage of data to be accessed from Rivanna. Research Project storage is ideal for sharing data within a research group and for running jobs with smaller files." - name: "Research Standard" security: "Standard" - cost: "$45/TB per year (effective July 1, 2024: Each PI1 with an RC account will be granted up to 10 TB of Research Standard Storage at no charge2)" + cost: "$45/TB per year (Each PI with an RC account will be granted up to 10 TB of Research Standard Storage at no charge1)" quota: "1TB increments" snapshots: "No" replication: "No" backup: "No" access: "Rivanna, mountable on local workstation" + highly-sens-ds-compliant: "No" use_cases: "Budget solution for storing data that can be accessed by a personal computer or Rivanna. It is not recommended to run Slurm jobs against research standard storage unless absolutely necessary. File operations on Research Standard storage are slower than on Rivanna /home, /scratch, or Research Project storage." - name: "Ivy Central Storage" security: "High" @@ -72,6 +74,7 @@ service: replication: "No" backup: "No" access: "Ivy Virtual Machine" + highly-sens-ds-compliant: "Yes" use_cases: "Ideal for long-term storage of highly sensitive data and is suitable for computation with smaller file sizes. Files stored in ICS are read-write only." - name: "IvyVM" label: "Virtual Machine" diff --git a/themes/rc-bootstrap-v4/layouts/partials/pricing/storage_main_page_first.html b/themes/rc-bootstrap-v4/layouts/partials/pricing/storage_main_page_first.html index 5a02032e9..ec445af43 100644 --- a/themes/rc-bootstrap-v4/layouts/partials/pricing/storage_main_page_first.html +++ b/themes/rc-bootstrap-v4/layouts/partials/pricing/storage_main_page_first.html @@ -1,4 +1,4 @@ - + {{ $services := $.Site.Data.service.service }} {{ $storage_index := -1 }} {{ range $i, $service := $services }} @@ -32,17 +32,17 @@ {{ index $standard_storage "cost" | markdownify}} - Snapshots3 + Snapshots2 {{ index $project_storage "snapshots" }} {{ index $standard_storage "snapshots" }} - Replication4 + Replication3 {{ index $project_storage "replication" }} {{ index $standard_storage "replication" }} - Backup5 + Backup4 {{ index $project_storage "backup" }} {{ index $standard_storage "backup" }} @@ -51,6 +51,11 @@ {{ index $project_storage "access" | markdownify}} {{ index $standard_storage "access" | markdownify}} + + Highly Sensitive Data Storage Compliant + {{ index $project_storage "highly-sens-ds-compliant" | markdownify}} + {{ index $standard_storage "highly-sens-ds-compliant" | markdownify}} + Use cases {{ index $project_storage "use_cases" | markdownify}} diff --git a/themes/rc-bootstrap-v4/layouts/partials/pricing/storage_main_page_second.html b/themes/rc-bootstrap-v4/layouts/partials/pricing/storage_main_page_second.html index 5b7df8420..a1e237ca6 100644 --- a/themes/rc-bootstrap-v4/layouts/partials/pricing/storage_main_page_second.html +++ b/themes/rc-bootstrap-v4/layouts/partials/pricing/storage_main_page_second.html @@ -43,6 +43,10 @@ Access {{ index $ivy_central_storage "access" }} + + Highly Sensitive Data Storage Compliant + {{ index $ivy_central_storage "highly-sens-ds-compliant" }} + Use cases {{ index $ivy_central_storage "use_cases" }}