-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
275 lines (247 loc) · 10.5 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
263
264
265
266
267
268
269
270
271
272
273
274
275
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-157498578-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-157498578-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Thomas Grivaz</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/stylish-portfolio.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<a class="menu-toggle rounded" href="#">
<i class="fas fa-bars"></i>
</a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a class="js-scroll-trigger" href="#page-top">My Space</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#page-top">Home</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#about">About Me</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#services">Competences</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#portfolio">Portfolio</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</nav>
<!-- Header -->
<header class="masthead d-flex">
<div class="container text-center my-auto">
<h1 class="mb-1 text-light">Thomas Grivaz</h1>
<h3 class="mb-3 text-light">Data Scientist, Finance Enthusiast</h3>
<a class="btn btn-xl btn-light js-scroll-trigger" href="#about">Find Out More</a>
</div>
<div class="overlay"></div>
</header>
<!-- About -->
<section class="content-section bg-light" id="about">
<div class="container text-center">
<div class="row">
<div class="col-lg-10 mx-auto">
<h2>About Me</h2>
<p class="lead mb-5 text-left">I am a data scientist with a passion for creating innovative solutions to complex problems.<br><br>
I graduated in 2017 from <a href="https://www.epfl.ch/en/">EPFL</a> with a Masters of Science (M.Sc) in Communication Systems with a specialization in Data Analytics.
I now work on bridging the gap between finance, science and technology.<br><br>
On my free time, I love skiing, hiking to remote places and discovering new cultures.<br><br>
Current focus:<br>
• Reinforcement learning.<br>
• Interpretable machine learning.<br>
• Algorithmic trading.<br>
• Open banking.<br>
• Deep learning applications for natural language processing.<br>
• Going to the gym more often.<br><br>
With a passion for technology and its applications in finance and trading, I am now focusing on the CFA program (recently passed LVL I exam).
</p>
<a class="btn btn-dark btn-xl js-scroll-trigger" href="#services">What I Offer</a>
</div>
</div>
</div>
</section>
<!-- Services -->
<section class="content-section bg-primary text-white text-center" id="services">
<div class="container">
<div class="content-section-heading">
<h3 class="text-secondary mb-0">Competences</h3>
<h2 class="mb-5">What I Offer</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 mb-5 mb-lg-0">
<span class="service-icon rounded-circle mx-auto mb-3">
<i class="fas fa-brain"></i>
</span>
<h4>
<strong>Problem Solving</strong>
</h4>
<p class="text-faded mb-0">An engineer at heart, I like to put my mind to solving problems</p>
</div>
<div class="col-lg-3 col-md-6 mb-5 mb-lg-0">
<span class="service-icon rounded-circle mx-auto mb-3">
<i class="fas fa-code"></i>
</span>
<h4>
<strong>Programming</strong>
</h4>
<p class="text-faded mb-0">I use Stack Overflow like no other <i class="fas fa-grin-wink"></i> </p>
</div>
<div class="col-lg-3 col-md-6 mb-5 mb-md-0">
<span class="service-icon rounded-circle mx-auto mb-3">
<i class="fas fa-glasses"></i>
</span>
<h4>
<strong>Curiosity</strong>
</h4>
<p class="text-faded mb-0">I strive for learning new things on a daily basis</p>
</div>
<div class="col-lg-3 col-md-6">
<span class="service-icon rounded-circle mx-auto mb-3">
<i class="fas fa-handshake"></i>
</span>
<h4>
<strong>Professionalism</strong>
</h4>
<p class="text-faded mb-0">I am a self-driven and professional individual</p>
</div>
</div>
</div>
</section>
<!-- Callout -->
<section class="callout">
<div class="container text-center">
<h2 class="mx-auto mb-5">Where to find me</h2>
<a class="btn btn-primary btn-xl" href="https://www.linkedin.com/in/thomas-grivaz/">LinkedIn <i class="fab fa-linkedin"></i></a>
<a class="btn btn-primary btn-xl" href="https://github.com/thomasgrivaz">GitHub <i class="fab fa-github-square"></i></a>
</div>
</section>
<!-- Portfolio -->
<section class="content-section" id="portfolio">
<div class="container">
<div class="content-section-heading text-center">
<h3 class="text-secondary mb-0">Portfolio</h3>
<h2 class="mb-5">Recent Projects</h2>
</div>
<div class="row no-gutters">
<div class="col-lg-6">
<a class="portfolio-item" href="https://github.com/ThomasGrivaz/ai-for-trading">
<span class="caption">
<span class="caption-content">
<h2>Artificial Intelligence for Trading</h2>
<p class="mb-0">Data processing, trading signal generation, portfolio management and machine learning</p>
</span>
</span>
<img class="img-fluid" src="img/trading.png" alt="">
</a>
</div>
<div class="col-lg-6">
<a class="portfolio-item" href="https://github.com/ThomasGrivaz/reinforcement-learning">
<span class="caption">
<span class="caption-content">
<h2>Reinforcement Learning</h2>
<p class="mb-0">A Python implementation of reinforcement learning algorithms</p>
</span>
</span>
<img class="img-fluid" src="img/deep_learning.jpg" alt="">
</a>
</div>
<div class="col-lg-6">
<a class="portfolio-item" href="https://github.com/ThomasGrivaz/AlgoTrading">
<span class="caption">
<span class="caption-content">
<h2>Algorithmic Trading</h2>
<p class="mb-0">Work in progress, new strats coming soon...</p>
</span>
</span>
<img class="img-fluid" src="img/trading2.jpeg" alt="">
</a>
</div>
<div class="col-lg-6">
<a class="portfolio-item" href="https://github.com/ThomasGrivaz/pytorch-nlp">
<span class="caption">
<span class="caption-content">
<h2>NLP</h2>
<p class="mb-0">PyTorch implementation of popular NLP use cases</p>
</span>
</span>
<img class="img-fluid" src="img/gpt.jpg" alt="">
</a>
</div>
</div>
</div>
</section>
<!--
<section class="content-section bg-primary text-white">
<div class="container text-center">
<h2 class="mb-4">The buttons below are impossible to resist...</h2>
<a href="#" class="btn btn-xl btn-light mr-4">Click Me!</a>
<a href="#" class="btn btn-xl btn-dark">Look at Me!</a>
</div>
</section>
<section id="contact" class="map">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&aq=0&oq=twitter&sll=28.659344,-81.187888&sspn=0.128789,0.264187&ie=UTF8&hq=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&t=m&z=15&iwloc=A&output=embed"></iframe>
<br />
<small>
<a href="https://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&aq=0&oq=twitter&sll=28.659344,-81.187888&sspn=0.128789,0.264187&ie=UTF8&hq=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&t=m&z=15&iwloc=A"></a>
</small>
</section>
-->
<!-- Footer -->
<footer class="footer text-center">
<div class="container">
<ul class="list-inline mb-5">
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="#">
<i class="icon-social-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="#">
<i class="icon-social-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white" href="#">
<i class="icon-social-github"></i>
</a>
</li>
</ul>
<p class="text-muted small mb-0">Copyright © Thomas Grivaz 2020</p>
</div>
</footer>
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded js-scroll-trigger" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/stylish-portfolio.min.js"></script>
</body>
</html>