-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (111 loc) · 4.78 KB
/
index.html
File metadata and controls
123 lines (111 loc) · 4.78 KB
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
<!--
Copyright 2020 The Feverbase Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Feverbase</title>
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/about.css">
</head>
<body>
<header class="center">
<h1 id="logo"><a href="/">feverbase</a></h1>
</header>
<p>
We're an international group of researchers tracking the progress of COVID-19 clinical trials.
Groups around the world are running trials for vaccines, novel therapeutics, and repurposed drugs, but it's hard to see the forest from the trees.
We collect data from global registries and provide simple analysis to give researchers and the public an idea of how development is going on multiple fronts.
This project is a collaboration between researchers at Stanford, MIT, and around the world.
</p>
<p><b>Feverbase is no longer active as of July 2020. We have open-sourced our code and welcome contributions <a href="https://github.com/feverbase">on GitHub</a>.</b></p>
<hr />
<table>
<tr>
<td>
<img src="assets/liphardt.jpg" alt="Jan Liphardt"/>
</td>
<td>
<img src="assets/deming.jpg" alt="Laura Deming"/>
</td>
<td>
<img src="assets/wall.png" alt="Dennis Wall"/>
</td>
<td>
<img src="assets/zilis.jpg" alt="Shivon Zilis"/>
</td>
</tr>
<tr>
<td><a target="_blank" rel="noopener noreferrer" href="https://profiles.stanford.edu/jan-liphardt">Jan Liphardt</a></td>
<td><a target="_blank" rel="noopener noreferrer" href="https://www.ldeming.com/">Laura Deming</a></td>
<td><a target="_blank" rel="noopener noreferrer" href="https://profiles.stanford.edu/dennis-wall">Dennis Wall</a></td>
<td><a target="_blank" rel="noopener noreferrer" href="http://www.shivonzilis.com/about">Shivon A. Zilis</a></td>
</tr>
<tr class="spacer">
<td>Stanford University</td>
<td>The Longevity Fund</td>
<td>Stanford University</td>
<td>Neuralink</td>
</tr>
<tr>
<td>
<img src="assets/ranjan.jpg" alt="Ankit Ranjan"/>
</td>
<td>
<img src="assets/mittal.jpg" alt="Gautam Mittal"/>
</td>
<td>
<img src="assets/saso.jpg" alt="Noah Saso"/>
</td>
<td>
<img src="assets/houston.jpg" alt="Ethan Houston"/>
</td>
</tr>
<tr>
<td><a target="_blank" rel="noopener noreferrer" href="https://www.ankit.io">Ankit Ranjan</a></td>
<td><a target="_blank" rel="noopener noreferrer" href="https://www.gautam.cc/">Gautam Mittal</a></td>
<td><a target="_blank" rel="noopener noreferrer" href="https://www.noahsaso.com">Noah Saso</a></td>
<td><a target="_blank" rel="noopener noreferrer" href="https://www.ethanhouston.com">Ethan Houston</a></td>
</tr>
<tr class="spacer">
<td>University of Oxford</td>
<td>UC Berkeley</td>
<td>UC Berkeley</td>
<td>UT Austin</td>
</tr>
<tr>
<td>
<img src="assets/dsouza.jpg" alt="Nikhil D'Souza"/>
</td>
</tr>
<tr>
<td><a target="_blank" rel="noopener noreferrer" href="https://www.nikhiljay.com">Nikhil D'Souza</a></td>
</tr>
<tr>
<td>Purdue University</td>
</tr>
</table>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-41516705-6']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>