Skip to content

Commit b32fd8c

Browse files
committed
fix(records): add JADE VM image as file
Attaches JADE VM image to the record as a proper file.for Removes `eospublichttp.cern.ch` links correspondingly.for Fixes link to the VM installation documentation page.
1 parent 526e8f2 commit b32fd8c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

data/docs/jade-virtual-machine/jade-virtual-machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ every platform to perform the installation of VirtualBox.
1313

1414
## <a name="download">Step 2: Download a JADE virtual machine image</a>
1515

16-
Download JADE virtual machine image from [here](https://eospublichttp.cern.ch/eos/opendata/jade/environment/MPP-JADE-CentOS-7-x86_64-DVD-1511.ova).
16+
Download JADE virtual machine image from [here](/record/26000).
1717

1818
Open it with VirtualBox to create your own JADE virtual machine.

data/records/jade-tools.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,21 @@
1111
"JADE-Tools"
1212
],
1313
"date_published": "2023",
14+
"distribution": {
15+
"formats": [
16+
"ova"
17+
],
18+
"number_files": 1,
19+
"size": 2845277184
20+
},
1421
"experiment": [
1522
"JADE"
1623
],
17-
"links": [
24+
"files": [
1825
{
19-
"url": "https://eospublichttp.cern.ch/eos/opendata/jade/environment/MPP-JADE-CentOS-7-x86_64-DVD-1511.ova"
26+
"checksum": "adler32:e81096b5",
27+
"size": 2845277184,
28+
"uri": "root://eospublic.cern.ch//eos/opendata/jade/environment/MPP-JADE-CentOS-7-x86_64-DVD-1511.ova"
2029
}
2130
],
2231
"publisher": "CERN Open Data Portal",
@@ -33,7 +42,7 @@
3342
"links": [
3443
{
3544
"description": "JADE Virtual Machines: How to install",
36-
"url": "/VM/JADE"
45+
"url": "/docs/jade-virtual-machine"
3746
}
3847
]
3948
}

0 commit comments

Comments
 (0)