-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalks_awards.html
73 lines (65 loc) · 4.31 KB
/
talks_awards.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
<!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">Invited Talks</p>
<p class="award_year">2014</p>
<p class="award_text"><span class="award_location">City University of New York. NY, NY. </span><br>Introduction to R Bootcamp.</p>
<p class="award_text"><span class="award_location">GNS HealthCare, Cambridge, MA. </span><br>Developing Methods for Clinical Microbial Community Studies.</p>
<p class="award_year">2013</p>
<p class="award_text"><span class="award_location">Dana Farber Cancer Institute Genomics Retreat. Cambridge, MA. </span><br>Metagenomic inference and biomarker discovery for the gut microbiome in inflammatory bowel disease.</p>
<p class="award_text"><span class="award_location">The COBRA Group, The Broad Institute of MIT and Harvard. Cambridge, MA.</span><br>Computational methods for meta'omic analyses: Identifying microbial species and functional roles.</p>
<p class="award_text"><span class="award_location">ISMB / ECCB 2013, Research Highlights Track. Berlin, Germany.</span><br> Metagenomic inference and biomarker discovery for the gut microbiome in inflammatory bowel disease.<br>Highlighted in <a title="http://genomebiology.com/2013/14/8/310/abstract" href="http://genomebiology.com/2013/14/8/310/abstract">http://genomebiology.com/2013/14/8/310/abstract</a></p>
<p class="award_year">2012</p>
<p class="award_text"><span class="award_location">Computational Genomics Group, Dana-Faber Cancer Institute. Boston, MA.</span><br>Surveying 16S rRNA abundance to determine sample selection for follow-up studies.</p>
<p class="award_year">2011</p>
<p class="award_text"><span class="award_location">Cannon Research Center, Carolinas Medical Center. Charlotte, NC.</span> <br>Ovarian Serous Type I,II Tumor Data Set for Expression and Paracrine Signaling Investigation.</p>
<p class="award_text"><span class="award_location">Department of Bioinformatics and Genomics, UNC-Charlotte. Charlotte, NC.</span><br>Data Mining the Ovarian Tumor Transcriptome.</p>
<p class="award_year">2010</p>
<p class="award_text"><span class="award_location">Queens University, Wingate University. Wingate, NC.</span><br>Harnessing the Secrets of Life: How Bioinformatics is Changing Our World.</p>
<p class="section_header"><br><br>Awards</p>
<p><span class="award_year">2012-2013.</span> International Society for Computational Biology Travel Fellowship</p>
<p><span class="award_year">2009-2011.</span> GAANN Scholars Fellowship</p>
<p><span class="award_year">2008.</span> TA of the year for the College of Computing and Informatics</p>
<p><span class="award_year">2005.</span> Received the Essam El-Kwae award for student-faculty research</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>