File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,7 @@ function loadModel(url: string, name: string) {
73
73
" http://sites.bioeng.auckland.ac.nz/medtech/lungs" ;
74
74
break ;
75
75
case " heart" :
76
- window .location .href =
77
- " https://uoa-heart-mechanics-research.github.io/medtech-heart/model-heart/" ;
76
+ window .location .href = " https://copper3d-brids.github.io/my_heart/" ;
78
77
break ;
79
78
case " whole-stomach_1" :
80
79
window .location .href =
Original file line number Diff line number Diff line change 22
22
<script setup lang="ts">
23
23
const handleCardClick = (name : string ) => {
24
24
if (name == " heart" ) {
25
- window .open (
26
- " https://uoa-heart-mechanics-research.github.io/medtech-heart/model-heart/" ,
27
- " _blank"
28
- );
25
+ window .open (" https://copper3d-brids.github.io/my_heart/" , " _blank" );
29
26
} else if (name == " stomach" ) {
30
- window .open (" https://sparc.science/datasets/136?type=dataset" , " _blank" );
27
+ // window.open("https://sparc.science/datasets/136?type=dataset", "_blank");
31
28
} else if (name == " lungs" ) {
32
29
window .open (" http://sites.bioeng.auckland.ac.nz/medtech/lungs" , " _blank" );
33
30
} else if (name == " breast" ) {
You can’t perform that action at this time.
0 commit comments