-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
96 lines (90 loc) · 3.4 KB
/
education.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
<!DOCTYPE html>
<html>
<head>
<title>Timothy L Tickle</title>
<meta http-equiv="content-type" content="text/html; charset=UTF8">
<meta name="keywords" content="Timothy Tickle bioinformatics">
<meta name="description" content="Home page for Timothy L Tickle">
<meta name="author" content="Timothy Tickle">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="all">
<div id="header">
<div id="header_text_group">
<div id="hdr_text">
<p id="name">Timothy L Tickle</p>
<p id="title">Sr Software Engineer<br>Aviv Regev Lab<br>Broad Institute</p>
</div>
</div>
<div id="header_widgets">
<p id="email">TimothyLTickle@gmail.com</p>
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/MemberProfile" data-id="http://www.linkedin.com/pub/timothy-tickle/5/245/584" data-format="hover" data-related="false"></script>
</div>
</div>
<div id="navigation">
<ol id="nav_bar">
<li><a href="index.html">About Me</a></li>|
<li><a href="education.html">Education</a></li>|
<li><a href="experience.html">Experience</a></li>|
<li><a href="projects.html">Projects</a></li>|
<li><a href="publications.html">Publications</a></li>|
<li><a href="talks_awards.html">Talks - Awards</a></li>
</ol>
</div>
<div id="main">
<hr />
<p class="section_header">Education<br></p>
<div class="education_text">
<div class="education_detail">
<p class="education_year">2011-2014</p>
<p>Postdoctoral Fellow</p>
<p>Harvard School of Public Health (Department of Biostatistics)<br><br></p>
</div>
<div class="education_crest">
<img id="Wake_Forest" src="images/Harvard_shield-Public_Health.png">
</div>
</div>
<div style="clear: both;"></div>
<div class="education_text">
<div class="education_detail">
<p class="education_year">2011</p>
<p>Doctor of Philosophy in Bioinformatics and Computational Biology</p>
<p>University of North Carolina at Charlotte<br><br></p>
</div>
<div class="education_crest">
<img id="Wake_Forest" src="images/UNC_Charlotte_Seal.gif">
</div>
</div>
<div style="clear: both;"></div>
<div class="education_text">
<div class="education_detail">
<p class="education_year">2004</p>
<p>Computer Science, Bachelor of Science (cum laude)</p>
<p>University of North Carolina at Charlotte<br><br></p>
</div>
<div class="education_crest">
<img id="Wake_Forest" src="images/UNC_Charlotte_Seal.gif">
</div>
</div>
<div style="clear: both;"></div>
<div class="education_text">
<div class="education_detail">
<p class="education_year">1999<br /></p>
<p>History, Bachelors of Arts (cum laude)</p>
<p>Wake Forest University<br><br></p>
</div>
<div class="education_crest">
<img id="Wake_Forest" src="images/Wake_Forest_University_Seal.png">
</div>
</div>
<div style="clear: both;"></div>
</div>
<div id="footer">
<hr />
<p>Copyright © Timothy L Tickle 2013. All rights reserved. Designed by Timothy L Tickle.</p>
</div>
</div>
</body>
</html>