-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (59 loc) · 3.19 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/ico" href="img/alu.ico"/>
<meta name="title" content="CaseOLAP">
<meta itemprop="name" content="CaseOLAP">
<meta property="og:title" content="CaseOLAP">
<meta name="description"
content="CaseOLAP">
<meta itemprop="description"
content="CaseOLAP">
<meta id="meta-tag-description" property="og:description"
content="CaseOLAP">
<title>CaseOLAP</title>
<meta itemprop="image"
content="https://avatars3.githubusercontent.com/u/41661812?s=400&u=094ffc3c6cfe28f1908dfe1c0eca1602abe7219b&v=4">
<meta property="og:image"
content="https://avatars3.githubusercontent.com/u/41661812?s=400&u=094ffc3c6cfe28f1908dfe1c0eca1602abe7219b&v=4">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css"
integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<!--About Us -->
<div id="aboutUs">
<div class="container">
<div class="row">
<div class="page-header"><h1> MeSH to PMID Mapping </h1></div>
<div class="col-md-7">
<p>
Every abstract in PubMed has a set of assigned MeSH descriptors. Here we have presented the MeSH to PMID(abstract ID) mapping as bubble plots. The radius of the bubble reflects the volume of the documents collected under that specific MeSH.
</p>
</div>
<div class="col-md-4 col-md-offset-1">
<h2>View sample MeSH to PMID Mapping</h2>
<ul>
<li> <a href="bubble/top50.html" target="_blank"> Top 50 </a> </li>
<li> <a href="bubble/top100.html" target="_blank"> Top 100 </a> </li>
<li> <a href="bubble/top200.html" target="_blank"> Top 200 </a></li>
<li> <a href="bubble/top500.html" target="_blank"> Top 500 </a></li>
<li> <a href="bubble/top1000.html" target="_blank"> Top 1000 </a> </li>
<li> <a href="bubble/meta.html" target="_blank"> Nutritional and Metabolic Diseases </a> </li>
</ul>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.4.0/knockout-min.js"></script>
</body>
</html>