-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (88 loc) · 2.67 KB
/
index.html
File metadata and controls
100 lines (88 loc) · 2.67 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<head>
<link href="./favicon.ico" rel="icon" type="image/x-icon">
<link rel="shortcut icon" href="./favicon.ico">
<link href="./styles.css" rel="stylesheet">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description"
content="The ICGC Data Portal is now retired. Please visit https://docs.icgc-argo.org/docs/data-access/icgc-25k-data for more information.">
<meta name="viewport" content="width=device-width">
<style type="text/css">
@charset "UTF-8";
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
display: none !important;
}
ng\:form {
display: block;
}
.ng-animate-shim {
visibility: hidden;
}
.ng-anchor {
position: absolute;
}
</style>
<title>ICGC Data Portal | Retirement Notice</title>
</head>
<body id="home-page" class="full-height">
<header>
<div class="header-container">
<h1 id="brand" class="animated fadeInDownEnter">
<a>
<img src="./icgc-logo.png">
<span id="icgc">ICGC</span>
<span> Data Portal</span>
</a>
</h1>
</div>
</header>
<main class="home-main">
<div class="yellow-row retirement-banner">
<div class="content-wrap">
<div class="card">
<div class="body">
<h3>
The ICGC Data Portal officially closed in June, 2024
</h3>
<p>
We sincerely thank all involved for your dedication, passion, and contributions.
</p>
<p>
While the interactive web portal has been decommissioned, the most recent release and PCAWG data
remain available for authorized users. For information on accessing ICGC 25K data, see the <a
href="https://docs.icgc-argo.org/docs/data-access/icgc-25k-data"> documentation for ICGC 25K
Data Access</a>.
</p>
<p>
The Accelerating Research in Genomic Oncology (ICGC ARGO) project is a new phase of the International
Cancer Genome Consortium, translating genomic knowledge into new approaches to improve outcomes for people
affected by cancer. For more information visit <a href="https://www.icgc-argo.org/">
www.icgc-argo.org</a>.
</p>
</div>
<div class="footer">
<p>
If you have any questions please contact the <a href="https://platform.icgc-argo.org/contact">
ICGC ARGO Helpdesk</a>
</p>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="logo omega">
<a href="http://oicr.on.ca/" target="_blank">
<img src="./OICR2logo.png">
</a>
</div>
<small id="footer-copyright">© 2024 International Cancer Genome Consortium. All Rights reserved.</small>
</footer>
</body>
</html>