-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d38b589
commit 61d6cb0
Showing
1 changed file
with
13 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,14 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>HuBMAP CCF ASCT+B Reporter</title> | ||
<base href="/"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- Primary Meta Tags --> | ||
<meta name="title" content="ASCT+B Reporter"> | ||
<meta name="description" content="The CCF ASCT+B Reporter is a visualization tool for displaying anatomical structures, cell types, and biomarker (ASCT+B) authored by domain experts for different human organs. The tables are used to develop a common coordinate framework (CCF) of the healthy human body, see also Hubmap Consortium website."> | ||
|
||
<!-- Open Graph / Facebook --> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content=" https://ccf-asctb-reporter-v2.netlify.app/"> | ||
<meta property="og:title" content="ASCT+B Reporter"> | ||
<meta property="og:description" content="The CCF ASCT+B Reporter is a visualization tool for displaying anatomical structures, cell types, and biomarker (ASCT+B) authored by domain experts for different human organs. The tables are used to develop a common coordinate framework (CCF) of the healthy human body, see also Hubmap Consortium website."> | ||
<meta property="og:image" content="https://ccf-asctb-reporter-v2.netlify.app/assets/landing/1.png"> | ||
|
||
<!-- Twitter --> | ||
<meta property="twitter:card" content="summary_large_image"> | ||
<meta property="twitter:url" content=" https://ccf-asctb-reporter-v2.netlify.app/"> | ||
<meta property="twitter:title" content="ASCT+B Reporter"> | ||
<meta property="twitter:description" content="The CCF ASCT+B Reporter is a visualization tool for displaying anatomical structures, cell types, and biomarker (ASCT+B) authored by domain experts for different human organs. The tables are used to develop a common coordinate framework (CCF) of the healthy human body, see also Hubmap Consortium website."> | ||
<meta property="twitter:image" c content="https://ccf-asctb-reporter-v2.netlify.app/assets/landing/1.png"> | ||
<link rel="icon" type="image/x-icon" href="favicon.ico"> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
|
||
<link rel="stylesheet" href="https://bossanova.uk/jexcel/v4/jexcel.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://jsuites.net/v3/jsuites.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://jexcel.net/v5/jexcel.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://jexcel.net/v5/jsuites.css" type="text/css" /> | ||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet"> | ||
|
||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
</script> | ||
|
||
<!-- Youtube player API --> | ||
<script src="https://www.youtube.com/iframe_api"></script> | ||
|
||
</head> | ||
<body> | ||
<app-reporter></app-reporter> | ||
</body> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta | ||
http-equiv="refresh" | ||
content="1; url='https://apps.humanatlas.io/asctb-reporter/'" | ||
/> | ||
</head> | ||
<body> | ||
<script> | ||
window.location.href = "https://apps.humanatlas.io/asctb-reporter/"; | ||
</script> | ||
</body> | ||
</html> |