-
Notifications
You must be signed in to change notification settings - Fork 0
/
history.html
executable file
·145 lines (131 loc) · 6.67 KB
/
history.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>PMEN :: Pneumococcal Molecular Epidemiology Network</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,300,600' rel='stylesheet' type='text/css'>
<!-- fonts, icons for bootstrap -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<!-- Navigation bar starts -->
<div class="navbar navbar-fixed-top bs-docs-nav top-menu" role="banner">
<div class="container">
<div class="navbar-header">
<a href="index.html" class="brand">
<img src="img/pmen-logo.png">
</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav pull-right">
<li >
<a href="index.html">
<!-- <i class="fa fa-home blue"> </i> --> Home
</a>
</li>
<li class="dropdown active">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
About <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li class="active">
<a href="history.html" >History</a>
</li>
<li class="">
<a href="members.html">Members</a>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Clones <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class=""><a href="criteria.html">Criteria & Nomenclature</a></li>
<li class=""><a href="clone-collection.html">Clone Collection</a></li>
<li class=""><a href="map_view.html" >Clone Map</a></li>
<li class=""><a href="molecular-typing.html">Molecular Typing</a></li>
</ul>
</li>
<li><a href="contact.html"> Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- Navigation bar ends -->
<div id="content">
<!-- Here goes the content for 'history' menu item -->
<section>
<div class="container content justify">
<header>
<h1>History</h1>
</header>
<div class="desc">
<p>
The Pneumococcal Molecular Epidemiology Network (PMEN) was established in 1997 under the auspices of the International Union of Microbiological Societies (IUMS) following discussions between Prof Keith Klugman and Dr Helena Makela.
</p>
<p>
The Network was established with the aim of global surveillance of antibiotic resistant S.pneumoniae and the standardization of nomenclature and classification of resistant clones. The network is run by the Department of International Health at Emory University in conjunction with the Respiratory and Meningeal Pathogens Research Unit of the Diviision of the National Health Laboratory Service, South Africa and the Respiratory Disease Branch of the Centers for Disease Control and Prevention, Atlanta USA.
</p>
<p>
Members of the Network meet annually to discuss publications of new clones and their possible acceptance into the Network collection. Collections are available through the American Type Culture Collection (ATCC).
</p>
<p>
The network now meets every two years to discuss inclusion of new clones. The PMEN has decided to include major invasive antibiotic-susceptible clones that have a wide geographic spread. Potential candidate clones and information can be submitted to curator <a href="mailto:[email protected]">Lesley McGee</a>.
</p>
</div>
</div>
</section>
</div>
<footer>
<!------------------ Social Communications ---------------->
<section id="social-footer">
<div class="container">
<div class="row">
<!-- Twitter widget here -->
<div class="col-lg-12 col-md-12">
<h2><i class="fa fa-sitemap lbrown"></i> Site Map</h2>
<div class="copy">
<p>
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="members.html">Members</a> /
<a href="history.html" >History</a> /
<a href="members.html">Members</a>
</li>
<li>
<a href="criteria.html">Criteria & Nomenclature</a> /
<a href="clone-collection.html">Clone Collection</a> /
<a href="map_view.html" >Clone Map</a> /
<a href="molecular-typing.html">Molecular Typing</a>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
<span class="color">PMEN </span> ©
<a href="#">2014</a>
</p>
</div>
</div>
</div>
</div>
</section>
<div class="clearfix"></div>
</footer>
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>