Skip to content

Commit 2699631

Browse files
authored
Update model.hbs
replace vcellapi-beta with vcellapi
1 parent f1d07d1 commit 2699631

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

views/model.hbs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<div class="reactionDiagram" id="diagram">
164164
{{#each data.vcml.BioModel}}
165165
{{#each this.Version}}
166-
<img class="model-page-diagram" src="https://vcellapi-beta.cam.uchc.edu:8080/biomodel/{{this.$.KeyValue}}/diagram"
166+
<img class="model-page-diagram" src="https://vcellapi.cam.uchc.edu/biomodel/{{this.$.KeyValue}}/diagram"
167167
alt="reactionDiagram" draggable="false" />
168168
{{/each}}
169169
{{/each}}
@@ -1440,15 +1440,15 @@
14401440
<tr>
14411441
<td>Virtual Cell Markup Language</td>
14421442
<td data-label="File" class="File">
1443-
<a href="https://vcellapi-beta.cam.uchc.edu:8080/biomodel/{{this.Version.[0].$.KeyValue}}/biomodel.vcml">
1443+
<a href="https://vcellapi.cam.uchc.edu/biomodel/{{this.Version.[0].$.KeyValue}}/biomodel.vcml">
14441444
VCML File
14451445
</a>
14461446
</td>
14471447
</tr>
14481448
<tr>
14491449
<td>PDF Report</td>
14501450
<td data-label="File" class="File">
1451-
<a href="https://vcellapi-beta.cam.uchc.edu:8080/biomodel/{{this.Version.[0].$.KeyValue}}/biomodel.pdf">
1451+
<a href="https://vcellapi.cam.uchc.edu/biomodel/{{this.Version.[0].$.KeyValue}}/biomodel.pdf">
14521452
Report
14531453
</a>
14541454
</td>
@@ -1457,7 +1457,7 @@
14571457
<td>COMBINE Archive</td>
14581458
<td data-label="File" class="File">
14591459
<a href=
1460-
"https://vcellapi-beta.cam.uchc.edu:8080/biomodel/
1460+
"https://vcellapi.cam.uchc.edu/biomodel/
14611461
{{~this.Version.[0].$.KeyValue~}}
14621462
/biomodel.omex?appname={{convertSpace this.SimulationSpec.[0].$.Name}}"
14631463
>
@@ -1469,7 +1469,7 @@
14691469
<td>SEDML</td>
14701470
<td data-label="File" class="File">
14711471
<a href=
1472-
"https://vcellapi-beta.cam.uchc.edu:8080/biomodel/
1472+
"https://vcellapi.cam.uchc.edu/biomodel/
14731473
{{~this.Version.[0].$.KeyValue~}}
14741474
/biomodel.sedml?appname={{convertSpace this.SimulationSpec.[0].$.Name}}"
14751475
>
@@ -1499,7 +1499,7 @@
14991499
<td data-label="File" class="File">
15001500
{{#each SimulationSpec}}
15011501
<a href=
1502-
"https://vcellapi-beta.cam.uchc.edu:8080/biomodel/
1502+
"https://vcellapi.cam.uchc.edu/biomodel/
15031503
{{~../this.Version.[0].$.KeyValue~}}
15041504
/biomodel.bngl?appname={{convertSpace this.$.Name}}"
15051505
>
@@ -1516,7 +1516,7 @@
15161516
<td data-label="File" class="File">
15171517
{{#each SimulationSpec}}
15181518
<a href=
1519-
"https://vcellapi-beta.cam.uchc.edu:8080/biomodel/
1519+
"https://vcellapi.cam.uchc.edu/biomodel/
15201520
{{~../this.Version.[0].$.KeyValue~}}
15211521
/biomodel.sbml?appname={{convertSpace this.$.Name}}"
15221522
>
@@ -1533,7 +1533,7 @@
15331533
<td data-label="File" class="File">
15341534
{{#each SimulationSpec}}
15351535
<a href=
1536-
"https://vcellapi-beta.cam.uchc.edu:8080/biomodel/
1536+
"https://vcellapi.cam.uchc.edu/biomodel/
15371537
{{~../this.Version.[0].$.KeyValue~}}
15381538
/biomodel.m?appname={{convertSpace this.$.Name}}"
15391539
>
@@ -1550,7 +1550,7 @@
15501550
<td data-label="File" class="File">
15511551
{{#each SimulationSpec}}
15521552
<a href=
1553-
"https://vcellapi-beta.cam.uchc.edu:8080/biomodel/
1553+
"https://vcellapi.cam.uchc.edu/biomodel/
15541554
{{~../this.Version.[0].$.KeyValue~}}
15551555
/biomodel.xml?appname={{convertSpace this.$.Name}}"
15561556
>

0 commit comments

Comments
 (0)