-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmy_page.html
More file actions
167 lines (144 loc) · 5.24 KB
/
my_page.html
File metadata and controls
167 lines (144 loc) · 5.24 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
<head>
<title>Fabricio Cravo</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div id="bs-example-navbar-collapse-1" class="collapse navbar-collapse">
<ul class="nav_navbar-nav">
<li class="nav_list">
<a href="#research">Research</a>
</li>
<li class="nav_list">
<a href="#pro">Projects</a>
</li>
<li class="nav_list">
<a href="#teach">Teaching</a>
</li>
<li class="nav_list">
<a href="#pubs">Publications</a>
</li>
<li class="nav_list">
<a href="#edu">Education</a>
</li>
<li class="nav_list">
<a href="#soft">Software</a>
</li>
<li class="nav_list">
<a href="#act">Activities</a>
</li>
<li class="nav_list">
<a href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<div id="gallery-text">
<div class="gallery-text">
<p><br>
<img src="portrait.png" width="150"></p>
</div>
<section class="gallery-text">
<h1>Fabricio Cravo</h1>
<p>Ph.D. student at Paris-Saclay University<br>
<a href="https://lmf.cnrs.fr/Annuaire">LMF - ENS Paris Saclay</a></p>
<a href="https://www.lisn.upsaclay.fr">LISN</a></p>
<br>
<br>
<br>
<br>
<br>
</section>
</div>
<h2 id="research">Research Interests</h2>
<ul>
<li>Natural Algorithms</li>
<li>Mathematical Modeling for Natural Systems</li>
<li>Computational Neurology</li>
<li>Neural Networks</li>
</ul>
<h2 id="pro">Projects</h2>
<ul>
<li><a href="https://dreamy.run/">DREAMY</a>: Distributed Algorithms in Microbiological Systems (ANR)</li>
</ul>
<h2 id="teach">Teaching</h2>
<ul>
<li>Algorithms and Complexity (CentraleSupélec) - (2* Semester 2021, 2* Semester 2022) </li>
<li>Distributed Algorithms (Polytech Paris-Saclay) - (2* Semester 2021, 2* Semester 2022) </li>
<li>Electromagnetism - (1* Semester 2021) </li>
<li>Mathematics Summer School (CentraleSupélec) - (1* Semester 2018, 1* Semester 2019, 1* Semester 2020) </li>
</ul>
<h2 id="pub">Publications</h2>
<ul>
<li><p><em>MobsPy: A Meta-Species Language for Chemical Reaction
Networks</em> with F. Cravo, M. Függer, and G. Prakash, 2022.<br>
<a href="https://doi.org/10.1007/978-3-031-15034-0_14">Extended
abstract</a> presented at CMSB 2022<br>
<a href="https://doi.org/10.1101/2022.05.05.490768">bioRxiv</a></p></li>
<li><p><em>Stochastic Multi-Distribution Modeling of Inter-Contact
Times</em> with F. Cravo, 2022.<br>
<a href="https://doi.org/10.1109/ICOIN53446.2022.9687207">Extended
abstract</a> presented at ICOIN 2022.<br>
<a href="https://arxiv.org/abs/2104.07298v1">arXiv</a></p></li>
<li><p><em>Pixel Attack for CAPTCHA Construction</em>
with R. Arthur, 2022.<br>
<a href="https://link.springer.com/chapter/10.1007/978-3-030-98015-3_50">Extended
abstract</a> presented at FICC 2022<br></p></li>
</ul>
<h2 id="edu">Education</h2>
<ul>
<li>Computer Engineering - CentraleSupélec (Double Degree) - (2017 - 2020) </li>
<li>Telecommunications Engineering - Unicamp (2016 - 2021) </li>
<li>Electrical and Computer Engineering - University of Missouri (Exchange Program) - 2015</li>
<li>Chemical Engineering - Unifesp (Interrupted) - (2012, 2016)</li>
</ul>
<h2 id="soft">Sotware Projects</h2>
<ul>
<li><p><em>MobsPy</em><br>
This repository contains the Meta-Species Oriented Biosystem Syntax which I am currently the lead developer
- (2021 - Ongoing)
<a href="https://github.com/ROBACON/mobspy">Git-Hub</a></p></li>
<li><p><em>Event Recommendation Website</em><br>
In this project, I developed a TF-IDF cossine similarity algorithm to tackle
the cold-start recommendation challenge.
- 2020
<a href="https://github.com/CHUht/Hangout_Recommendations_Front_End">Git-Hub</a></p></li>
<li><p><em>Adversarial Captchas</em><br>
This repository contains the neural networks that generate adversarial captcha images using the One-Pixel Attack<br>
- 2020
<a href=https://github.com/fabriciocravo/MNIST_Adversarial_Captchas>Git-Hub</a></p></li>
<li><p><em>Collaborative Online TCP-IP Whiteboard</em><br>
This project consisted on a collaborative whiteboard were multiple people can draw together online.
- 2019
<a href="https://github.com/fabriciocravo/Whiteboard">Git-Hub</a></p></li>
</ul>
<h2 id="act">Activities</h2>
<ul>
<li>Ph.D. Student Representative - LMF ENS Paris-Saclay - 2023 </li>
<li>Teaching Internship - President of the Mathematics Summer School - E. Herbin (2018 - 2020) </li>
<li>Research Internship - Pizoeletric Devices Design - S. Kovaleski - University of Missouri (2015) </li>
<li>Volunteering - International Student Reception - University of Missouri (2015) </li>
<li>Research Internship - Electromagnetism Through Differential Forms - A. Mihara - Unifesp (2013 - 2014)</li>
</ul>
<h2 id="contact">Contact</h2>
<p><strong>Fabricio Cravo</strong><br>
Laboratoire Méthodes Formelles<br>
ENS Paris-Saclay<br>
Room 2S67<br>
4, avenue des Sciences<br>
91190 Gif-sur-Yvette<br>
France<br>
<br>
Email: <a>fabricio dot cravo [at] student dot ecp dot fr</a><br>
</body>
</html>