-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubs.html
66 lines (48 loc) · 3.37 KB
/
pubs.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Melissa Galinato</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon(s) in the root directory -->
<link rel="shortcut icon" href="favicon.ico" />
<!-- Jquery business -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/themes/smoothness/jquery-ui.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"></script>
<!-- The right font -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- silly color changing script -->
<script type="text/javascript" src="js/colorchange.js"></script>
<!-- Add your site or application content here -->
<div class="container_sub">
<div class="mainimage"></div>
<div class="mainbuttons">
<div class="button" style="color:#cc0000;"><a href="index.html">Melissa Galinato</a></div>
<div class="button" style="color:#00cc00;"><a href="research.html">Research</a></div>
<div class="button" style="color:#00cccc;"><a href="pubs.html"><strong>Publications</strong></a></div>
<div class="button" style="color:#cc00cc;"><a href="outreach.html">Outreach</a></div>
<div class="button" style="color:#0000cc;"><a href="melissa_galinato_08-2014.pdf">Curriculum Vitae</a></div>
<div class="button" style="color:#cccc00;"><a href="mailto:[email protected]">Contact</a></div>
</div>
<div class="contentbox">
<h3> Publications </h3>
<p>Nordt, S. P., Vilke, G. M., Clark, R. F., Lee Cantrell, F., Chan, T. C., <strong>Galinato, M.</strong>, … Castillo, E. M. (2012). Energy drink use and adverse effects among emergency department patients. Journal of Community Health, 37(5), 976–81. doi:10.1007/s10900-012-9549-9</p>
<p>Nordt, S. P., Vilke, G. M., Clark, R. F., Lee Cantrell, F., Chan, T. C., <strong>Galinato, M.</strong>, … Castillo, E. M. (2012). Energy drink use and adverse effects among emergency department patients. Journal of Community Health, 37(5), 976–81. doi:10.1007/s10900-012-9549-9</p>
</div>
<div class="contentbox">
<h3> Conferences </h3>
<p>Nordt, S. P., Vilke, G. M., Clark, R. F., Lee Cantrell, F., Chan, T. C., <strong>Galinato, M.</strong>, … Castillo, E. M. (2012). Energy drink use and adverse effects among emergency department patients. Journal of Community Health, 37(5), 976–81. doi:10.1007/s10900-012-9549-9</p>
</div>
</div>
</body>
</html>