Skip to content

Commit

Permalink
Remove ohif.chrisproject.org and add ackee.chrisproject.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed May 9, 2024
1 parent 9229ecd commit 2bf3cd0
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions docs/internal/deployments/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,23 +79,6 @@ const deployments: DeploymentInfo[] = [
isChris: false,
public: true
},
{
url: "https://ohif.chrisproject.org",
src: {
type: SrcType.GitHub,
value: "https://github.com/FNNDSC/NERC/tree/master/cube1"
},
description: (<span>
<a href="https://ohif.org/">
<em>OHIF</em>
</a>{' '}
viewer for the <em>pfdcm</em> filesystem cache of CUBE1.
</span>),
notes: "Keep in mind that this OHIF displays data stored by PFDCM (which is mostly the same as but is not guaranteed to be the same data as CUBE PACSfiles).",
host: "NERC (OpenShift)",
isChris: false,
public: true
},
{
url: "https://app.fetalmri.org",
description: "Fetal MRI dataset browser",
Expand Down Expand Up @@ -156,6 +139,22 @@ const deployments: DeploymentInfo[] = [
</span>
)
},
{
url: "https://ackee.chrisproject.org",
description: "Privacy-friendly web analytics",
host: "NERC (OpenShift)",
src: {
type: SrcType.GitHub,
value: "https://github.com/FNNDSC/NERC/tree/master/ackee"
},
isChris: false,
public: true,
notes: (
<span>
Ackee has its own documentation page <Link to="./web_analytics">here</Link>.
</span>
)
},
{
url: "http://chris-next.tch.harvard.edu",
description: "BCH internal ChRIS_ui",
Expand Down

0 comments on commit 2bf3cd0

Please sign in to comment.