-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublication.html
89 lines (70 loc) · 2.47 KB
/
publication.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
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE HTML>
<html>
<head>
<title>MIRS for Breast Cancer</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h2>Publication history</h2>
</header>
<p style="text-align:justify; text-justify:inter-ideograph;">Waiting for updating</p>
<p font="12px"><b><a href="#" color="red">More details</a></b> can be found from the paper !</p>
</div>
<span class="image object">
</span>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<section id="search" class="alt">
<span class="image object">
<a href="index.html"><img src="images/logo.png" alt="" height="100" width="290"/></a>
</span>
</section>
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>MIRS FOR BREAST CANCER</h2>
</header>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="guidlines.html">Tutorial</a></li>
<li><a href="genepanel.html">Gene Panel</a></li>
<li><a href="riskscore.html">MIRS Score</a></li>
<li><a href="calculation.html">Go to predict</a></li>
<li>
<span class="opener">More about MIRS</span>
<ul>
<li><a href="therapeutic_benefits.html">Therapeutic Benefits</a></li>
<li><a href="comparison_with_previous_model.html">Comparison with previous model</a></li>
<li><a href="publication.html">Publication</a></li>
</ul>
</li>
<li><a href="history.html">History</a></li>
</ul>
</nav>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>