-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
executable file
·97 lines (87 loc) · 5.54 KB
/
index.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
<!DOCTYPE HTML>
<!--
Site design based on:
==========================
Identity by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
==========================
Flipping card, e-mail, projects, and general hacking by Phil Ewels.
-->
<html>
<head>
<script data-ad-client="ca-pub-7141910886025764" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<title>Cody Glickman</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script data-ad-client="ca-pub-7141910886025764" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="front">
<header>
<span class="avatar"><img src="images/cody.jpg" width="122" height="122" /></span>
<h1>Cody Glickman PhD</h1>
<p>Senior Bioinformatician at <a href="https://www.endolytx.bio/">Endolytix</a></p>
</header>
<nav>
<a href="https://medium.com/@glickmancody">Articles</a>
<a href="#aboutme" class="flipper">About Me</a>
<a href="#publications" class="flipper">Publications</a>
</nav>
<footer>
<ul class="icons">
<li><a href="https://github.com/glickmac/" class="fa-github">GitHub: @glickmac</a></li>
<li><a href="mailto:[email protected]" class="fa-envelope">glickman.cody(@)gmail.com</a></li>
<li><a href="http://linkedin.com/in/codyglickman" class="fa-linkedin">LinkedIn</a></li>
</ul>
<span id="linkHoverText"></span>
</footer>
</div>
<div class="back">
<section id="aboutme">
<header>
<span class="avatar"><img src="images/cody.jpg" width="122" height="122" /></span>
</header>
<div class="card_wrapper">
<p>I am an individual motivated by difficult problems. I utilize the latest tools and techniques in machine learning and data science to weave a story with actionable recommendations. My signature strengths are leadership, love of learning, and social intelligence. </p>
<a href="#" class="button flipper">Back</a>
</div>
</section>
<section id="publications" style="display:none;">
<h2>Publications</h2>
<div class="card_wrapper">
<h3>2024</h3>
<li><a href="https://journals.asm.org/doi/full/10.1128/spectrum.03534-23">Enzybiotic against NTM & MTB</a></li>
<li><a href="https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2023GH000889">Volcanic ash as a fomite for NTM</a></li>
<h3>2021</h3>
<li><a href="https://journals.asm.org/doi/full/10.1128/mSystems.00848-20">The gut microbiome in autism</a></li>
<li><a href="https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-021-04242-0">Comparing viral sequence identification tools</a></li>
<h3>2020</h3>
<li><a href="https://aem.asm.org/content/86/21/e00121-20.long">NTM growth by Hawaiian soil composition</a></li>
<li><a href="https://virologyj.biomedcentral.com/articles/10.1186/s12985-020-01394-y">Prophage in clinical NTM genomes</a></li>
<li><a href="https://www.mdpi.com/1999-4915/12/12/1424">FIVE: the federated index of viral experiments</a></li>
</div>
<a href="#" class="button flipper">Back</a>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li><a href="https://github.com/glickmac/glickmac.github.io">See source code</a></li><li>Original Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>