File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ EBRAINS Model Catalog
22=====================
33
44This 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments