-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (85 loc) · 4.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Diogo Sousa Franquinho - Personal Website">
<meta name="author" content="Diogo Sousa Franquinho">
<meta name="keywords" content="Diogo Franquinho, Mathematics, PhD, Research, Financial Mathematics, Stochastic Processes">
<title> Diogo SF - Personal Page</title>
<link rel="icon" type="image/x-icon" href="images/icon.png">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
</head>
<body>
<nav class="top-nav">
<a href="blog.html">Blog</a> | <a href="#contact">Contact</a>
</nav>
<header>
<div style="flex: 0 0 auto; margin-right: 20px;">
<img src="images/profile.jpg" alt="Diogo Sousa Franquinho" class="profile-photo">
</div>
<div style="flex: 1;">
<h2>Diogo Sousa Franquinho</h2>
<div class="social-links" style="display: flex; justify-content: center; align-items: center;">
<a href="https://scholar.google.com/citations?user=SZKugA4AAAAJ&hl=en&oi=ao" target="_blank" title="Google Scholar" style="margin-right: 10px;">
<i class="fas fa-graduation-cap" style="font-size: 24px;"></i>
</a>
<a href="https://www.linkedin.com/in/diogofranquinho" target="_blank" title="LinkedIn" style="margin-right: 10px;">
<i class="fab fa-linkedin" style="font-size: 24px;"></i>
</a>
<a href="https://github.com/franqsbepop" target="_blank" title="GitHub" style="margin-right: 10px;">
<i class="fab fa-github" style="font-size: 24px;"></i>
</a>
<a href="https://orcid.org/0009-0005-7258-5903" target="_blank" title="ORCID" style="margin-right: 10px;">
<i class="ai ai-orcid" style="font-size: 24px;"></i>
</a>
<a href="https://arxiv.org/a/YOUR_ARXIV_ID" target="_blank" title="arXiv" style="margin-right: 10px;">
<i class="ai ai-arxiv" style="font-size: 24px;"></i>
</a>
</div>
</div>
</div>
</header>
<main>
<section id="biography">
<h2>Biography</h2>
<p>Mathematics Ph.D. Candidate at Instituto Superior Técnico, Universidade de Lisboa (IST-UL). Doctoral scholarship holder from the FCT (Foundation of Science and Technology), research plan to be conducted at the Center for Computational and Stochastic Mathematics (CEMAT) and at the Korteweg-de Vries Institute for Mathematics (KdVI). MSc Stochatics and Financial Mathematics at University of Amsterdam. Professional experience in Quantitive Finance and Algorithmic Trading.</p>
</section>
<section id="research">
<h2>Research Interests</h2>
<ul>
<li>Stochastic Processes, Financial Mathematics, Mathematical Modelling, Machine Learning</li>
<!-- <li>Mathematical Modelling</li>
<li>Financial Mathematics</li> -->
</ul>
</section>
<section id="publications">
<h2>Publications</h2>
<ul>
<li>Michielon, M., Franquinho, D., Gentile, A., Khedher, A., & Spreij, P. (2024). <a href="https://www.tandfonline.com/doi/full/10.1080/14697688.2024.2390947">Neural network empowered liquidity pricing in a two-price economy under conic finance settings</a>. Quantitative Finance, 1-28.</li>
<!-- <li>Doe, J., & Smith, A. (2022). <a href="#">Another paper</a>. Mathematical Finance.</li> -->
<!-- <li>Doe, J., & Smith, A. (2022). <a href="#">Another paper</a>. Mathematical Finance.</li> -->
<!-- <li>Doe, J., & Smith, A. (2022). <a href="#">Another paper</a>. Mathematical Finance.</li> -->
</ul>
</section>
<section id="teaching">
<h2>Teaching</h2>
<ul>
<li>Fall 2024 - Computer Programming (Nova SBE)</li>
</ul>
</section>
<section id="contact">
<h2>Contact</h2>
<p>Email: <a href="[email protected]">[email protected]</a></p>
<p>Email: <a href="[email protected]">[email protected]</a></p>
<p>Office: Room 2.15, Mathematics Department, IST</p>
<p>Office: Office D105, NOVA SBE</p>
</section>
</main>
<footer>
<p>© Diogo Franquinho | Instituto Superior Técnico</p>
</footer>
</body>
</html>