-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
91 lines (85 loc) · 4.4 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
80
81
82
83
84
85
86
87
88
89
90
91
<!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">
<meta name="description" content="Network analysis of Oomycete Effectors">
<meta name="author" content="Jamie McGowan">
<title>Oomycete Effectors</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106391473-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-106391473-1');
</script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
</button>
<a class="navbar-brand" href="#">Oomycete Effectors</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Networks <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="chitinases.html">Chitinases</a></li>
<li><a href="nlps.html">Necrosis-inducing Proteins</a></li>
<li><a href="rxlrs.html">RxLRs</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="page-header">
<h1>Genomic, Network, and Phylogenetic Analysis of the Oomycete Effector Arsenal</h1>
<h3>Jamie McGowan and David Fitzpatrick, 2017</h3>
</div>
<p class="lead"></p>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4">
<a href='chitinases.html'><img class="img-circle" src="images/chitinase_thumb.png" title="Oomycete Chitinase Homology Network" alt="Thumbnail of chitinase network" image" width="140" height="140"></a>
<h2>Chitinases</h2>
<!-- <p>Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod.</p> -->
<p><a class="btn btn-default" href="chitinases.html" role="button">View Chitinase Network »</a></p>
</div>
<div class="col-lg-4">
<a href="nlps.html"><img class="img-circle" src="images/nlp_thumb.png" title="Oomycete NLP Homology Network" alt="Thumbnail of NLP network" width="140" height="140"></a>
<h2>Necrosis-Inducing Proteins</h2>
<!-- <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p> -->
<p><a class="btn btn-default" href="nlps.html" role="button">View NLP Network »</a></p>
</div>
<div class="col-lg-4">
<a href="rxlrs.html"><img class="img-circle" src="images/rxlr_thumb.png" title="Oomycete RxLR Homology Network" alt="Thumbnail of RxLR Network" width="140" height="140"></a>
<h2>RxLRs</h2>
<!-- <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam.</p> -->
<p><a class="btn btn-default" href="rxlrs.html" role="button">View RxLR Network »</a></p>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="text-muted">Genome Evolution Lab, <a href="https://www.maynoothuniversity.ie/biology" target="_blank">Department of Biology</a>, <a href="https://www.maynoothuniversity.ie" target="_blank">Maynooth University</a> - 2017.</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>