-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (44 loc) · 2.89 KB
/
index.html
File metadata and controls
46 lines (44 loc) · 2.89 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>WikiPathways Data</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<style>
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
background-color: #DDDDFF;
}
.file-link {
text-decoration: none;
}
</style>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script>
<div class="container">
<h2>WikiPathways - Monthly Release Archive</h2>
<div class="alert alert-primary" role="alert">
<span title="pro-tip" >
<i class="fa fa-circle-info"></i>
</span>
<i>Pro-tip:</i> This site hosts monthly data releases for the last 12 months.
For citeable DOIs and deeper archives, visit our Zenodo depositions of species-specific
<a href="https://zenodo.org/communities/wikipathways/search?q=GPML&file_type=zip" target="_blank">GPML</a> and
<a href="https://zenodo.org/communities/wikipathways/search?file_type=gmt" target="_blank">GMT</a> files.
</div> <table class="table table-striped table-bordered table-hover"><thead class=table-dark><tr><th>Folder Name</th><th>File Count</th><th>Last Modified</th></tr></thead>
<tr><td><a class=file-link href="pfocr">pfocr</a></td><td>56</td><td>05 Aug 2025 7:08 PM</td></tr>
<tr><td><a class=file-link href="current">current</a></td><td>98</td><td>10 Apr 2026 10:30 AM</td></tr>
<tr><td><a class=file-link href="20260410">20260410</a></td><td>98</td><td>10 Apr 2026 10:30 AM</td></tr>
<tr><td><a class=file-link href="20260310">20260310</a></td><td>98</td><td>10 Mar 2026 8:56 PM</td></tr>
<tr><td><a class=file-link href="20260210">20260210</a></td><td>98</td><td>22 Feb 2026 4:06 PM</td></tr>
<tr><td><a class=file-link href="20260110">20260110</a></td><td>98</td><td>10 Jan 2026 3:57 PM</td></tr>
<tr><td><a class=file-link href="20251210">20251210</a></td><td>98</td><td>11 Dec 2025 11:33 AM</td></tr>
<tr><td><a class=file-link href="20251110">20251110</a></td><td>98</td><td>20 Nov 2025 7:42 AM</td></tr>
<tr><td><a class=file-link href="20251010">20251010</a></td><td>86</td><td>11 Oct 2025 8:08 AM</td></tr>
<tr><td><a class=file-link href="20250910">20250910</a></td><td>80</td><td>11 Sep 2025 1:15 PM</td></tr>
<tr><td><a class=file-link href="20250810">20250810</a></td><td>80</td><td>10 Aug 2025 12:02 PM</td></tr>
<tr><td><a class=file-link href="20250710">20250710</a></td><td>76</td><td>10 Jul 2025 6:34 PM</td></tr>
<tr><td><a class=file-link href="20230810">20230810</a></td><td>3</td><td>11 Jun 2025 7:58 PM</td></tr>
</table> </div>
</body>
</html>