-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
277 lines (205 loc) · 13.6 KB
/
blog.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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html lang="">
<head>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/friendly.css" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<script src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-AfEj0r4/OFrOo5t7NnNe46zW/tFgW6x/bCJG8FqQCEo3+Aro6EYUG4+cU+KJWu/X" crossorigin="anonymous">
<!-- The loading of KaTeX is deferred to speed up page rendering -->
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-g7c+Jr9ZivxKLnZTDUhnkOnsh30B4H0rpLUpJ4jAIKs4fnJI+sEnkvrMWph2EDg4" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PWL24785Z6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PWL24785Z6');
</script>
<!-- To automatically render math in text elements, include the auto-render extension: -->
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-mll67QQFJfxn0IYznZYonOWZ644AWYC+Pt2cHqMaRhXVrursRwvLnLaebdGIlYNa" crossorigin="anonymous"
onload="renderMathInElement(document.body);"></script>
<meta name="author" content="" />
<meta name="description" content="" />
<title>Alexandre Quemy - Blog</title>
</head>
<body id="index" class="home">
<div class="wrapper">
<!-- Use icons from fontawesome when you are adding new item in the contact list -->
<div class="sidebar-wrapper">
<div class="profile-container">
<img class="profile-img" src="images/profile.jpeg" alt="profile picture" />
<h1 class="name">Alexandre Quemy</h1>
<h3 class="tagline">Tech Staff @ Proof.io</h3>
<h3 class="tagline">Freelance @ Hother.io</h3>
</div><!--//profile-container-->
<div class="contact-container container-block">
<ul class="list-unstyled contact-list">
<li class="email"><i class="fa fa-envelope"></i><a href="mailto: [email protected]">[email protected]</a></li>
<li class="linkedin"><i class="fab fa-linkedin"></i><a href="https://in.linkedin.com/in/aquemy" target="_blank">linkedin.com/in/aquemy</a></li>
<li class="github"><i class="fab fa-github"></i><a href="http://github.com/aquemy" target="_blank">github.com/aquemy</a></li>
<li class="twitter"><i class="fa fa-twitter"></i><a href="https://twitter.com/@alexandre_quemy" target="_blank">@alexandre_quemy</a></li>
<!--<li class="acclaim"><i class="fa fa-certificate"></i><a href="https://www.youracclaim.com/user/alexandre-quemy" target="_blank">alexandre-quemy</a></li>-->
<div itemscope itemtype="https://schema.org/Person"><a itemprop="sameAs" content="https://orcid.org/0000-0002-5865-6403" href="https://orcid.org/0000-0002-5865-6403" target="orcid.widget" rel="me noopener noreferrer" style="vertical-align:top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">0000-0002-5865-6403</a></div>
</ul>
</div>
</div><!--//sidebar-wrapper-->
<div class="top-menu">
<ul>
<li id="selected"><a href="./index.html">Home</a></li>
<li><a href="./research.html">Research</a></li>
<li><a href="./cv.html">CV</a></li>
<!-- <li><a href="./portfolio.html">Portfolio</a></li> -->
<!-- <li><a href="./passions.html">Passions</a></li> -->
<!-- <li><a href="./blog.html">Blog</a></li> -->
<li><a href="https://endomorphis.me" target="_blank">Blog</a></li>
</ul>
</div>
<div class="main-wrapper">
<div class="archive-wrapper">
<h4 class="archive-header">2021</h4>
<div class="recent-post-header">
<span style="float: left">02.03</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2021-02-03-correlation-is-not-causation-limits.html">Stop using "Correlation is not causation" and maybe stop using correlation</a></h4>
<div class="lang"><img src="images/en.png" alt="en" /></div>
</div>
<div class="recent-post-header">
<span style="float: left">01.09</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2021-01-08-distribution-umbral-calculus-ode.html">Distributions, Laplace Transform and Initial Value Problem</a></h4>
<div class="lang"><img src="images/en.png" alt="en" /></div>
</div>
<div class="recent-post-header">
<span style="float: left">01.05</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2021-01-05-numerical-errors-propagation-control.html">On controlling the propagation of numerical errors</a></h4>
<div class="lang"><img src="images/en.png" alt="en" /></div>
</div>
</div>
<div class="archive-wrapper">
<h4 class="archive-header">2020</h4>
<div class="recent-post-header">
<span style="float: left">12.31</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2020-12-31-echr-od-build-and-deployment-process.html">ECHR Open Data - Build and Deployment Process for an open source data project</a></h4>
<div class="lang"><img src="images/en.png" alt="en" /></div>
</div>
</div>
<div class="archive-wrapper">
<h4 class="archive-header">2016</h4>
<div class="recent-post-header">
<span style="float: left">05.23</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2016-05-23-controler-la-propagation-des-erreurs-de-calculs-numeriques.html">Contrôler la propagation des erreurs de calculs numériques</a></h4>
<div class="lang"><img src="images/fr.png" alt="fr" /></div>
</div>
</div>
<div class="archive-wrapper">
<h4 class="archive-header">2015</h4>
<div class="recent-post-header">
<span style="float: left">05.15</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2015-05-15-reflexions-sur-la-complexite-algorithmique-chapitre-2.html">Réflexions sur la complexité algorithmique, chapitre 2</a></h4>
<div class="lang"><img src="images/fr.png" alt="fr" /></div>
</div>
</div>
<div class="archive-wrapper">
<h4 class="archive-header">2014</h4>
<div class="recent-post-header">
<span style="float: left">08.19</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2014-08-19-methode-spectrale-pour-la-resolution-dune-equation-parabolique.html">Méthode spectrale pour la résolution d'une équation parabolique</a></h4>
<div class="lang"><img src="images/fr.png" alt="fr" /></div>
</div>
<div class="recent-post-header">
<span style="float: left">08.14</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2014-08-14-reconcilier-mathematicien-et-physiciens.html">Réconcilier mathématiciens et physiciens via les distributions</a></h4>
<div class="lang"><img src="images/fr.png" alt="fr" /></div>
</div>
</div>
<div class="archive-wrapper">
<h4 class="archive-header">2013</h4>
<div class="recent-post-header">
<span style="float: left">11.26</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2013-11-26-comment-les-mathematiques-regissent-notre-societe.html">Comment les mathématiques régissent notre société.</a></h4>
<div class="lang"><img src="images/fr.png" alt="fr" /></div>
</div>
<div class="recent-post-header">
<span style="float: left">11.23</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2013-11-23-island-model-with-paradiseo-advanced-island-model-manipulations.html">Island Model with ParadisEO: advanced island model manipulations</a></h4>
<div class="lang"><img src="images/en.png" alt="en" /></div>
</div>
<div class="recent-post-header">
<span style="float: left">11.23</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2013-11-23-island-model-with-paradiseo-components-and-basics.html">Island Model with ParadisEO: components and basics</a></h4>
<div class="lang"><img src="images/en.png" alt="en" /></div>
</div>
<div class="recent-post-header">
<span style="float: left">11.23</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2013-11-23-island-model-with-paradiseo-heterogeneous-island-model.html">Island Model with ParadisEO: heterogeneous island model</a></h4>
<div class="lang"><img src="images/en.png" alt="en" /></div>
</div>
<div class="recent-post-header">
<span style="float: left">10.11</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2013-10-11-modele-de-parallelisme-en-iles-pour-des-metaheuristiques.html">Modèle de parallélisme en îles pour des métaheuristiques</a></h4>
<div class="lang"><img src="images/fr.png" alt="fr" /></div>
</div>
<div class="recent-post-header">
<span style="float: left">10.10</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2013-10-10-notion-de-liaison-et-liaisons-usuelles-en-c-plus-plus.html">Notion de liaison et liaisons usuelles en C++</a></h4>
<div class="lang"><img src="images/fr.png" alt="fr" /></div>
</div>
<div class="recent-post-header">
<span style="float: left">07.26</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2013-03-14-reflexions-sur-la-complexite-algorithmique.html">Réflexions sur la complexité algorithmique</a></h4>
<div class="lang"><img src="images/fr.png" alt="fr" /></div>
</div>
<div class="recent-post-header">
<span style="float: left">07.26</span>
<h4> <span class="link">»</span>
<a class="header-link" href="2013-07-26-idiome-nvi-and-parametrage-par-politique-en-c-plus-plus.html">Idiome NVI & paramétrage par politique en C++</a></h4>
<div class="lang"><img src="images/fr.png" alt="fr" /></div>
</div>
</div>
</div><!--//main-body-->
</div>
<footer class="footer">
</footer><!--//footer-->
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>