-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate_header.html
30 lines (28 loc) · 1.36 KB
/
template_header.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
<!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>