-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResearch.html
More file actions
79 lines (78 loc) · 4.44 KB
/
Copy pathResearch.html
File metadata and controls
79 lines (78 loc) · 4.44 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
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Aleo:wght@300&effect=outline" rel="stylesheet">
<link rel="stylesheet" href="index.css">
</head>
<body>
<main class="padBig">
<div class="flex col linkWhite decrease-font">
<div>
<a href="https://sinews.siam.org/Details-Page/algebraic-and-geometric-computations-in-oscar">"Algebraic and Geometric Computations in OSCAR" </a> with Joswig M., Meroni C., Schleis V. and Schmitt J.
<br>
<small class="text-gray"><i>SIAM News (2023)</i></small>
</div>
<div>
<a href="https://arxiv.org/abs/2208.05258">"Discrete geometry of Cox rings of blow ups of P<sup>3</sup>" </a> with Panizzut M.
<br>
<small class="text-gray"><i>Submitted</i></small>
</div>
<div>
<a href="https://link.springer.com/article/10.1007/s13348-023-00401-z">"The enumerative geometry of cubic hypersurfaces: point and line conditions"</a> with Danelon A., Fevola C. and Kretschmer A.
<br>
<small class="text-gray"><i>Collectanea Mathematica (2023)</i></small>
</div>
<div>
<a href="https://link.springer.com/article/10.1007/s10013-022-00559-2">"Algebraic Degrees of 3-Dimensional Polytopes"</a> with Joswig M. and Panizzut M.
<br>
<small class="text-gray"><i>Vietnam Journal of Mathematics (Special issue for Sturmfels on the occasion of his 60th birthday, 2022)</i></small>
</div>
<div>
<a href="https://msp.org/soon/coming.php?jpath=agt">"Moduli spaces of geometric graphs"</a> with Lerario A. and Newman A.
<br>
<small class="text-gray"><i>To appear in Algebraic & Geometric Topology (2023)</i></small>
</div>
<div>
<a href="https://arxiv.org/abs/1910.07326">"Real lines on random cubic surfaces"</a> with Meroni C. and Ait El Manssour R.
<br>
<small class="text-gray"><i>Arnold Mathematical Journal (2021)</i></small>
</div>
</div>
<div class="flex row gap decrease-font wrap">
<div class="center-text yellow rounded padNano">
<div class="white">
Geometric graph
</div>
<br>
<img src="images/8.png" alt="Geometric graphs" >
<p>This was the topic of my master thesis</p>
<button onclick="window.location.href='https://media.mis.mpg.de/naso2020/2020-12-01_2/';" class="btn">Talk by Antonio</a></button>
</div>
<div class="center-text green rounded padNano">
<div class="white">
Constrained realization spaces
</div>
<br>
<img src="images/3.png" alt="Constrained realization spaces" width="220px">
<p>If you love nice pictures, look this up</p>
<button onclick="window.location.href='https://github.com/marabelotti/KoebeRealizations.jl';" class="btn">Code on GitHub</a></button>
</div>
<div class="center-text red rounded padNano">
<div class="white">
Counting cubic hypersurfaces
</div>
<br>
<img src="images/1.png" alt="Counting cubic hypersurfaces" width="300">
<p style="max-width: 15rem;">There are 213642327616 cubic surfaces tangent to 19 generic given lines</p>
<button onclick="window.location.href='https://mathrepo.mis.mpg.de/CountingCubicHypersurfaces/index.html';" class="btn">See more</button>
</div>
</div>
<div class="flex distribute-evenly">
<div>
<h4 class="font-effect-outline">
<a class="white" href="./index.html">Home</a>
</h4>
</div>
</div>
</main>
</body>
</html>