forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
262 lines (161 loc) · 9.14 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Bacterial finches</title>
<meta name="description" content="An aspiring bacterial evolutionnist.">
<meta name="keywords" content="microbiology, evolution, phd, aspiring">
<!-- Twitter Cards -->
<meta name="twitter:title" content="Bacterial finches">
<meta name="twitter:description" content="An aspiring bacterial evolutionnist.">
<meta name="twitter:site" content="@samuel_barreto8">
<meta name="twitter:creator" content="@samuel_barreto8">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="http://sam217pa.github.io/images/pinsons.jpg">
<!-- Open Graph -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Bacterial finches">
<meta property="og:description" content="An aspiring bacterial evolutionnist.">
<meta property="og:url" content="http://sam217pa.github.io/">
<meta property="og:site_name" content="Bacterial finches">
<meta property="og:image" content="http://sam217pa.github.io/images/pinsons.jpg">
<!-- Webmaster Tools verfication -->
<meta name="google-site-verification" content="xPxVccrg2-0RlI32vRORqWagIn8jupNRIctP80jjc8k">
<link rel="canonical" href="http://sam217pa.github.io/">
<link href="http://sam217pa.github.io/feed.xml" type="application/atom+xml" rel="alternate" title="Bacterial finches Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- For all browsers -->
<link rel="stylesheet" href="http://sam217pa.github.io/assets/css/main.css">
<meta http-equiv="cleartype" content="on">
<!-- HTML5 Shiv and Media Query Support -->
<!--[if lt IE 9]>
<script src="http://sam217pa.github.io/assets/js/vendor/html5shiv.min.js"></script>
<script src="http://sam217pa.github.io/assets/js/vendor/respond.min.js"></script>
<![endif]-->
<!-- Modernizr -->
<script src="http://sam217pa.github.io/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
<!-- fonts -->
<!-- <link href='https://fonts.googleapis.com/css?family=Droid+Serif:700,700italic|Goudy+Bookletter+1911' rel='stylesheet' type='text/css'> -->
<link href='https://fonts.googleapis.com/css?family=PT+Sans:700|PT+Serif:400,400italic' rel='stylesheet' type='text/css'>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="http://sam217pa.github.io/favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="http://sam217pa.github.io/favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="http://sam217pa.github.io/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://sam217pa.github.io/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://sam217pa.github.io/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://sam217pa.github.io/images/apple-touch-icon-144x144-precomposed.png">
</head>
<body class="home">
<!--[if lt IE 9]><div class="browser-upgrade alert alert-info">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div><![endif]-->
<div class="navigation-wrapper">
<div class="site-name">
<a href="http://sam217pa.github.io/">Bacterial finches</a>
</div><!-- /.site-name -->
<div class="top-navigation">
<nav role="navigation" id="site-nav" class="nav">
<ul>
<li><a href="http://sam217pa.github.io/cv/" >Curriculum</a></li>
<li><a href="http://sam217pa.github.io/posts/" >Blog</a></li>
<li><a href="http://sam217pa.github.io/browse/" >Browse</a></li>
</ul>
</nav>
</div><!-- /.top-navigation -->
</div><!-- /.navigation-wrapper -->
<div class="image-wrap">
<img src=
"http://sam217pa.github.io/images/pinsons.jpg"
alt=" feature image">
<span class="image-credit">Photo Credit: <a href="http://www.svt.ac-aix-marseille.fr/ancien_site/outils/evoluti3/preuves.htm">AixMarseille</a></span>
</div><!-- /.image-wrap -->
<div id="main" role="main">
<div class="article-author-side">
<div itemscope itemtype="http://schema.org/Person">
<img src="http://sam217pa.github.io/images/bio-photo.jpg" class="bio-photo" alt="Samuel Barreto bio photo">
<h3 itemprop="name">Samuel Barreto</h3>
<p>Student of microbiology, life and evolution</p>
<a href="mailto:[email protected]" class="author-social" target="_blank"><i class="fa fa-fw fa-envelope-square"></i> Email</a>
<a href="http://twitter.com/samuel_barreto8" class="author-social" target="_blank"><i class="fa fa-fw fa-twitter-square"></i> Twitter</a>
<a href="http://github.com/sam217pa" class="author-social" target="_blank"><i class="fa fa-fw fa-github"></i> Github</a>
<a href="http://soundcloud.com/foxxp2" class="author-social" target="_blank"><i class="fa fa-fw fa-soundcloud"></i> Soundcloud</a>
</div>
</div>
<div id="index">
<h1></h1>
<h1 id="about-me">About Me</h1>
<p>I am a graduate student of the microbiology school of Lyon, France (see
<a href="http://spiralconnect.univ-lyon1.fr/webapp/website/website.html?id=3170502&pageId=216831">here</a>).
I am currently applying for a master thesis, under the supervision of
<a href="https://lbbe.univ-lyon1.fr/-Duret-Laurent-.html">Laurent Duret</a> and
<a href="http://www.researchgate.net/profile/Franck_Bertolla">Franck Bertolla</a>.</p>
<p>I like Evolution, Microorganisms, Computers, Simplicity, Science, and Life.</p>
<hr />
<h3><a href="http://sam217pa.github.io/posts/">Recent Posts</a></h3>
<article>
<h2>
<a href="http://sam217pa.github.io/emacs/emacs-in-my-toolbox/" title="Emacs in My Toolbox">Emacs in My Toolbox</a>
</h2>
<p>A post describing why emacs matters in a bioinformatician toolbox.</p>
</article>
<article>
<h2>
<a href="http://sam217pa.github.io/opinions/lectures-and-datavis/" title="Lectures and Data Visualization">Lectures and Data Visualization</a>
</h2>
<p>A parallel between data visualization rules and good lectures</p>
</article>
<article>
<h2>
<a href="http://sam217pa.github.io/datavis/embed-d3-code/" title="Embed D3 Code into a markdown Jekyll Document">Embed D3 Code into a markdown Jekyll Document</a>
</h2>
<p>An example of how to insert d3 visualisation in a markdown blog</p>
</article>
<article>
<h2>
<a href="http://sam217pa.github.io/evolution/biased-gene-conversion/" title="Biased Gene Conversion">Biased Gene Conversion</a>
</h2>
<p>A description of a novel neutral process of genome evolution</p>
</article>
<article>
<h2>
<a href="http://sam217pa.github.io/evolution/hill-robertson-effects/" title="Hill-Robertson Effects">Hill-Robertson Effects</a>
</h2>
<p>A very short introduction to Hill Robertson Effects</p>
</article>
</div><!-- /#index -->
</div><!-- /#main -->
<div class="footer-wrap">
<footer>
<span>© 2016 Samuel Barreto. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="http://mademistakes.com/minimal-mistakes/" rel="nofollow">Minimal Mistakes</a> theme.</span>
</footer>
</div><!-- /.footer-wrap -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://sam217pa.github.io/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="http://sam217pa.github.io/assets/js/scripts.min.js"></script>
<!-- Asynchronous Google Analytics snippet -->
<script>
var _gaq = _gaq || [];
var pluginUrl =
'//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-69057337-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>