-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (54 loc) · 3.29 KB
/
index.html
File metadata and controls
60 lines (54 loc) · 3.29 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
<!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 />
<div id="summary_img">
<img id="profile_img" src="images/TimothyTickle.png" alt="TimothyTickle">
<div id="summary_text">
<p><img id="logo" src="images/Harvard_shield-Public_Health.png">Interested in both development and implementation of analysis infrastructure for large data sets. Experienced in applying high-throughput technology to complex diseases. Focused on applying next-generation sequencing, and microarray chip technology to basic and translational experimentation, explicitly when related to clinical studies. <br><br> Most recently, have been developing methodology and associated software for analysis of metagenomic data sets and statistical techniques for microbial biomarker detection.</p>
</div>
</div>
<hr />
<div id="detail">
<p>At my core I have always enjoyed the art of programming and have leveraged this in a variety of environments. Originally, I started my career at the Vanguard Group, programing and testing Java financial web applications for the small business services group. Over the next years, I obtained a PhD in Bioinformatics and Computational biology, working on developing computational and statistical analysis of ovarian tumors and inflammatory bowel disease. Over the years I have developed automated statistical analyses, made custom visualizations of scientific data, developed metagenomic study design methodology using data mining / machine learning techniques, worked with creating specialized biological databases, worked with terabytes of data, and developed bioinformatics inferences methods. I am excited about what a team of passionate people can do, and am excited to continue creating!</p>
</div>
<div id="footer">
<hr />
<p>Copyright © Timothy L Tickle 2013. All rights reserved. Designed by Timothy L Tickle.</p>
</div>
</div>
</body>
</html>