-
Notifications
You must be signed in to change notification settings - Fork 1
/
aoa.html
113 lines (83 loc) · 3.27 KB
/
aoa.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vera-Licona Lab</title>
<meta name="description" content="AOA">
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="/aoa.html">
<link rel="shortcut icon" type ="image/x-icon" href="/images/dna_TdX_8.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-55VRF0WG7Y"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-55VRF0WG7Y');
</script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Vera-Licona Lab @ UConn Health </a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">Home</a></li>
<li><a href="/research">Research</a></li>
<li><a href="/publications">Publications</a></li>
<li><a href="/team">Team</a></li>
<li><a href="/software">Software</a></li>
<li><a href="/edu">Edu & Outreach</a></li>
<li><a href="/vacancies">Opportunities</a></li>
</ul>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div id="textid" class="col-sm-12">
<h1 id="calendar">Calendar</h1>
<p>dfghjkl</p>
</div>
</div>
</div>
<div id="footer" class="panel">
<div class="panel-footer">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4">
<p>We are part of the <a href="https://health.uconn.edu/cell-analysis-modeling/">Center for Cell Analysis & Modeling</a> at <a href="https://health.uconn.edu/"> UConn School of Medicine </a></p>
<p> </p><p>
</div>
<div class="col-sm-4">
Contact:<br />
Center for Quantitative Medicine <br />
UConn Health, 263 Farmington Avenue<br />
Farmington CT 06030-6033, USA <br />
Office: 860.679.7625 | Fax: 860.679.7522 <br />
(<a href="https://www.google.com/maps/place/Center+for+Quantitative+Medicine/@41.7382103,-72.7936201,17z/data=!3m1!4b1!4m5!3m4!1s0x89e7adc4b95ef213:0xa5ae284065ddbcdd!8m2!3d41.7382103!4d-72.7914314">Maps</a>)
</div>
<div class="col-sm-4">
Links:<br />
<li><a href="https://github.com/VeraLiconaResearchGroup">Github Repository</a></li>
<li><a href="https://twitter.com/CompSysMed">Twitter</a></li>
<li><a href="mailto:[email protected]">Email</a></li>
</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>