Skip to content

Commit 4926bbd

Browse files
Updated
1 parent ce4e5c6 commit 4926bbd

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

index.html

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@
220220
<ul class="nav-links">
221221
<li><a href="#about">About</a></li>
222222
<li><a href="#projects">Projects</a></li>
223-
<li><a href="#contact">Contact</a></li>
224223
</ul>
225224
</nav>
226225
</header>
@@ -229,19 +228,18 @@
229228
<section class="hero">
230229
<h1>Sebastian Griego</h1>
231230
<p class="tagline">Mathematics Student</p>
232-
<p class="institution">Undergraduate</p>
233231
</section>
234232

235233
<section id="about" class="about">
236234
<h2>About</h2>
237-
<p>
238-
I am an undergraduate student studying mathematics with interests in algebra, geometry, and their computational applications.
239-
My work focuses on understanding mathematical structures and developing tools to visualize and explore abstract concepts.
240-
</p>
241235
<p>
242236
I enjoy working on projects that bridge pure mathematics with practical applications, particularly in areas involving
243237
algebraic structures, geometric visualization, and mathematical education.
244238
</p>
239+
<p>
240+
Currently, I am focused on training large language models to improve their mathematical proof formalization capabilities in Lean.
241+
I am particularly interested in enhancing LLMs' proof-solving abilities and developing better methods for automated theorem proving.
242+
</p>
245243
</section>
246244

247245
<section id="projects">
@@ -258,19 +256,7 @@ <h3>PyContinuum</h3>
258256
</div>
259257
</section>
260258

261-
<section id="contact" class="contact">
262-
<h2>Contact</h2>
263-
<p>Feel free to reach out for collaborations or discussions about mathematics.</p>
264-
<div class="contact-links">
265-
<a href="mailto:[email protected]">Email</a>
266-
<a href="https://github.com/sebastiangriego" target="_blank">GitHub</a>
267-
<a href="https://linkedin.com/in/sebastiangriego" target="_blank">LinkedIn</a>
268-
</div>
269-
</section>
270259
</main>
271260

272-
<footer>
273-
<p>&copy; 2024 Sebastian Griego. All rights reserved.</p>
274-
</footer>
275261
</body>
276262
</html>

0 commit comments

Comments
 (0)