-
Notifications
You must be signed in to change notification settings - Fork 0
/
ccf-eui.html
49 lines (49 loc) · 1.95 KB
/
ccf-eui.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SPARC & HuBMAP Linkages in the CCF-EUI</title>
<base href="https://cdn.jsdelivr.net/gh/hubmapconsortium/ccf-ui@gh-pages/">
<script>
window.dbOptions = {
hubmapDataService: 'search-api',
dataSources: [
'https://hubmap-link-api.herokuapp.com/sparc-datasets?format=jsonld',
'https://ccf-api.hubmapconsortium.org/v1/hubmap/rui_locations.jsonld',
'https://hubmap-link-api.herokuapp.com/scaffolds/humanStomach/humanStomach_F.ccf.jsonld',
'https://hubmap-link-api.herokuapp.com/scaffolds/humanStomach/humanStomach_M.ccf.jsonld',
'https://hubmap-link-api.herokuapp.com/scaffolds/humanHeart/humanHeart_F.ccf.jsonld',
'https://hubmap-link-api.herokuapp.com/scaffolds/humanHeart/humanHeart_M.ccf.jsonld'
],
hubmapPortalUrl: 'https://portal.hubmapconsortium.org/',
hubmapDataUrl: '',
hubmapAssetsUrl: 'https://assets.hubmapconsortium.org',
hubmapToken: ''
};
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<style>
.back-button {
position: absolute !important;
top: 14px;
left: 390px;
z-index: 1000;
text-align: center !important;
background: white;
color: black;
}
</style>
<script src="wc.js" async></script>
</head>
<body class="mat-typography">
<a class="mat-focus-indicator mat-button mat-button-base back-button"
href="https://sparc-fair-codeathon.github.io/hubmap-link/dataset-linkage">
<span class="mat-button-wrapper">BACK</span>
</a>
<ccf-eui class="dark-theme"></ccf-eui>
</body>
</html>