Skip to content

Commit bc2abcf

Browse files
committed
Update download URLs following migration of files from CSCS object storage to data-proxy service
1 parent 681faf6 commit bc2abcf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ EBRAINS Model Catalog
22
=====================
33

44
This repository contains code related to the EBRAINS Model Catalog app,
5-
part of the Human Brain Project Validation Framework.
5+
part of the EBRAINS Validation Framework.
66

7-
All code is copyright 2016-2022 CNRS unless otherwise indicated.
7+
All code is copyright 2016-2025 CNRS unless otherwise indicated.
88

99
<div><img src="https://raw.githubusercontent.com/HumanBrainProject/hbp-validation-client/master/eu_logo.jpg" alt="EU Logo" width="15%" align="right"></div>
1010

apps/model_catalog/src/ModelDetailContent.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ function getDownloadURL(source_url) {
3131
if (prefix) {
3232
return `${url_obj.origin}${url_obj.pathname}/${prefix}`;
3333
}
34+
} else if (url_obj.hostname === "data-proxy.ebrains.eu") {
35+
return `https://data.kg.ebrains.eu/zip?container=${source_url}`
3436
}
3537
return source_url;
3638
}

0 commit comments

Comments
 (0)