-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (43 loc) · 2.79 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>WikiPathways Data</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/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/[email protected]/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>44</td><td>28 Sep 2024 9:14 PM</td></tr>
<tr><td><a class=file-link href="current">current</a></td><td>76</td><td>10 Jan 2025 3:11 PM</td></tr>
<tr><td><a class=file-link href="20250110">20250110</a></td><td>76</td><td>10 Jan 2025 3:11 PM</td></tr>
<tr><td><a class=file-link href="20241210">20241210</a></td><td>76</td><td>11 Dec 2024 6:30 AM</td></tr>
<tr><td><a class=file-link href="20241110">20241110</a></td><td>76</td><td>10 Nov 2024 2:31 PM</td></tr>
<tr><td><a class=file-link href="20241010">20241010</a></td><td>76</td><td>10 Oct 2024 2:54 PM</td></tr>
<tr><td><a class=file-link href="20240910">20240910</a></td><td>76</td><td>11 Sep 2024 6:47 AM</td></tr>
<tr><td><a class=file-link href="20240810">20240810</a></td><td>76</td><td>13 Aug 2024 7:14 AM</td></tr>
<tr><td><a class=file-link href="20240710">20240710</a></td><td>76</td><td>08 Aug 2024 3:44 PM</td></tr>
<tr><td><a class=file-link href="20240610">20240610</a></td><td>76</td><td>10 Jun 2024 6:42 PM</td></tr>
<tr><td><a class=file-link href="20240510">20240510</a></td><td>76</td><td>10 May 2024 12:05 PM</td></tr>
<tr><td><a class=file-link href="20240410">20240410</a></td><td>76</td><td>21 Apr 2024 12:32 PM</td></tr>
</table> </div>
</body>
</html>