Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
af7e9cd
Update index.html
dasantiag Nov 24, 2023
b172b42
Update _config.yml
dasantiag Nov 24, 2023
e6862ff
Update _config.yml
dasantiag Nov 24, 2023
8e58887
fixing the rendering of the page
FernandoRod13 Nov 24, 2023
1c600db
Add files via upload
dasantiag Nov 24, 2023
bdf4670
Delete public/Daniel_Santiago_Final_Project_18_994 (2).pdf
dasantiag Nov 24, 2023
ad308df
Add files via upload
dasantiag Nov 24, 2023
b3fad83
Update 2020-04-01-whats-jekyll.md
dasantiag Nov 24, 2023
ee660d2
Update 2020-04-01-whats-jekyll.md
dasantiag Nov 25, 2023
7837d05
Update 2020-04-01-whats-jekyll.md
dasantiag Nov 25, 2023
ea4f4ca
Delete _posts/2020-04-02-example-content.md
dasantiag Nov 25, 2023
57b231c
Delete _posts/2020-04-03-introducing-lanyon.md
dasantiag Nov 25, 2023
e50379e
Update post.html
dasantiag Nov 25, 2023
a9d6d6c
Update post.html
dasantiag Nov 25, 2023
72c6807
Update page.html
dasantiag Nov 25, 2023
6bd1bb1
Update index.html
dasantiag Nov 25, 2023
ee794e2
Update and rename 2020-04-01-whats-jekyll.md to 2023-11-25-Welcome.md
dasantiag Nov 25, 2023
b8bfc8a
Changed name of expository writing. Added publications.
dasantiag Nov 25, 2023
08a5692
Made edits to publications
dasantiag Nov 25, 2023
c13ae9c
Edited Publications
dasantiag Nov 25, 2023
b4fce37
fixing about me
FernandoRod13 Nov 26, 2023
98d1a9b
fixing profile image
FernandoRod13 Nov 26, 2023
55edc66
Two t's in Massachusetts
dasantiag Nov 26, 2023
54f8183
Add files via upload
dasantiag Nov 29, 2023
e563620
Add CV
dasantiag Nov 29, 2023
0647d20
Add files via upload
dasantiag Nov 29, 2023
acf8251
Changed CV again
dasantiag Nov 29, 2023
5a309d1
Edited paper link
dasantiag Dec 14, 2023
985d646
Added period
dasantiag Dec 14, 2023
54b3fd5
Added new arxiv link
dasantiag Jan 3, 2024
a5a0985
Added "and Preprints"
dasantiag Jan 3, 2024
90fd47a
Publications update
dasantiag Dec 1, 2024
acce8d0
Change to Harvard Phd Student
dasantiag Nov 5, 2025
e11688f
Change header to Harvard
dasantiag Nov 5, 2025
4c2c932
Update about to Harvard
dasantiag Nov 5, 2025
d8c23e7
Update _config.yml
dasantiag Nov 5, 2025
7630a5f
Add files via upload
dasantiag Nov 5, 2025
1497f69
Update CV.md
dasantiag Nov 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Setup
title: Lanyon
tagline: 'A Jekyll theme'
description: 'A reserved <a href="https://jekyllrb.com" target="_blank">Jekyll</a> theme that places the utmost gravity on content with a hidden drawer. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.'
url: http://lanyon.getpoole.com
title: Daniel Santiago Alvarez
tagline: ''
description: 'Math PhD student @ <a href="https://www.math.harvard.edu/" target="_blank">Harvard</a>.'
url: https://dasantiag.github.io
baseurl: ''
paginate: 5
permalink: pretty

# About/contact
author:
name: Mark Otto
url: https://twitter.com/mdo
email: markdotto@gmail.com
name: Daniel Santiago Alvarez
url: https://dasantiag.github.io
email: dsantiagoalvarez@math.harvard.edu

# Gems
plugins:
Expand Down
2 changes: 2 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<link rel="stylesheet" href="{{ '/public/css/poole.css' | absolute_url }}">
<link rel="stylesheet" href="{{ '/public/css/syntax.css' | absolute_url }}">
<link rel="stylesheet" href="{{ '/public/css/lanyon.css' | absolute_url }}">
<link rel="stylesheet" href="{{ '/public/css/button.css' | absolute_url }}">
<link rel="stylesheet" href="{{ '/public/css/image.css' | absolute_url }}">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">

<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ '/public/apple-touch-icon-precomposed.png' | absolute_url }}">
Expand Down
2 changes: 0 additions & 2 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
{% endif %}
{% endfor %}

<a class="sidebar-nav-item" href="{{ site.github.repo }}/archive/v{{ site.version }}.zip">Download</a>
<a class="sidebar-nav-item" href="{{ site.github.repo }}">GitHub project</a>
<span class="sidebar-nav-item">Currently v{{ site.version }}</span>
</nav>

Expand Down
1 change: 0 additions & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
---

<div class="page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
</div>
2 changes: 0 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
---

<div class="post">
<h1 class="post-title">{{ page.title }}</h1>
<span class="post-date">{{ page.date | date_to_string }}</span>
{{ content }}
</div>
Expand All @@ -16,7 +15,6 @@ <h2>Related posts</h2>
<li>
<h3>
<a href="{{ site.baseurl }}{{ post.url }}">
{{ post.title }}
<small>{{ post.date | date_to_string }}</small>
</a>
</h3>
Expand Down
12 changes: 0 additions & 12 deletions _posts/2020-04-01-whats-jekyll.md

This file was deleted.

122 changes: 0 additions & 122 deletions _posts/2020-04-02-example-content.md

This file was deleted.

38 changes: 0 additions & 38 deletions _posts/2020-04-03-introducing-lanyon.md

This file was deleted.

14 changes: 14 additions & 0 deletions _posts/2023-11-25-Welcome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

Hello! I am second year graduate student at Harvard working with Peter Kronheimer. I am interested in differential/algebraic geometry and topology.

# Publications and Preprints

1. Adams, C., Bonat, A., Chande, M., Chen, J., Jiang, M., Romrell, Z., Santiago, D., Shapiro, B. and Woodruff, D., 2022. Hyperbolic Knotoids. [European Journal of Mathematics,10,43](https://link.springer.com/article/10.1007/s40879-024-00755-z)
2. Adams, C., Bonat, A., Chande, M., Chen, J., Jiang, M., Romrell, Z., Santiago, D., Shapiro, B. and Woodruff, D., 2022. Generalizations of Knotoids and Spatial Graphs. [Mathematical Proceedings of the Cambridge Philosophical Society, 177,67-102](https://www.cambridge.org/core/journals/mathematical-proceedings-of-the-cambridge-philosophical-society/article/generalised-knotoids/1B2631B7996EB4B860DA660336C1766C)
3. Alvarado, C.A., Ozuch, T. and Santiago, D. , 2022. Families of degenerating Poincare-Einstein metrics on R^4. [Annals of Global Analysis and Geometry,65,5.](https://link.springer.com/article/10.1007/s10455-023-09923-y)
4. Adams, C., and Santiago, D., 2023. Composition Properties of Hyperbolic Links in Handlebodies. [New York Journal of Mathematics, 29, 1097-1116.](https://nyjm.albany.edu/j/2023/29-44.html)
5. Law, M., Lopez, I., and Santiago, D., 2023. Positive mass and Dirac operators on weighted manifolds and smooth metric measure spaces. [Journal of Geometry and Physics](https://www.sciencedirect.com/science/article/abs/pii/S0393044024002870)

# Expository Writing

1. [The Spherical Bernstein Problem in S^3](https://dasantiag.github.io/public/Daniel_Santiago_Final_Project_18_994_2.pdf). Final paper for the Seminar in Geometry Course at MIT.
28 changes: 10 additions & 18 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,19 @@ layout: page
title: About
---

<p class="message">
Hey there! This page is included as an example. Feel free to customize it for your own use upon downloading. Carry on!
</p>
# About Me

In the novel, *The Strange Case of Dr. Jeykll and Mr. Hyde*, Mr. Poole is Dr. Jekyll's virtuous and loyal butler. Similarly, Poole is an upstanding and effective butler that helps you build Jekyll themes. It's made by [@mdo](https://twitter.com/mdo).
![Daniel Santiago Alvarez Profile Picture](https://dasantiag.github.io/public/profile_picture.jpg){: .profile-pic}

There are currently two themes built on Poole:
**Education:**
Harvard University,
Massachusetts Institute of Technology

* [Hyde](http://hyde.getpoole.com)
* [Lanyon](http://lanyon.getpoole.com)
**Email:**
[dsantiagoalvarez@math.harvard.edu](dsantiagoalvarez@math.harvard.edu)

Learn more and contribute on [GitHub](https://github.com/poole).
<!--**Major:**-->
<!--Mathematics-->

## Setup

Some fun facts about the setup of this project include:

* Built for [Jekyll](https://jekyllrb.com)
* Developed on GitHub and hosted for free on [GitHub Pages](https://pages.github.com)
* Coded with [Atom](https://atom.io)

Have questions or suggestions? Feel free to [open an issue on GitHub](https://github.com/poole/issues/new) or [ask me on Twitter](https://twitter.com/mdo).

Thanks for reading!
[Download CV](https://dasantiag.github.io/public/Daniel_Santiago_CV_Janestreet_without_gpa.pdf){: .btn }
20 changes: 1 addition & 19 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
layout: default
title: Home
title: Daniel Santiago Alvarez
---

<div class="posts">
{% for post in paginator.posts %}
<div class="post">
<h1 class="post-title">
<a href="{{ post.url | absolute_url }}">
{{ post.title }}
</a>
</h1>

Expand All @@ -18,20 +17,3 @@ <h1 class="post-title">
</div>
{% endfor %}
</div>

<div class="pagination">
{% if paginator.next_page %}
<a class="pagination-item older" href="{{ paginator.next_page_path | absolute_url }}">Older</a>
{% else %}
<span class="pagination-item older">Older</span>
{% endif %}
{% if paginator.previous_page %}
{% if paginator.page == 2 %}
<a class="pagination-item newer" href="{{ '/' | absolute_url }}">Newer</a>
{% else %}
<a class="pagination-item newer" href="{{ paginator.previous_page_path | absolute_url }}">Newer</a>
{% endif %}
{% else %}
<span class="pagination-item newer">Newer</span>
{% endif %}
</div>
Binary file added public/CV_Daniel.pdf
Binary file not shown.
Binary file added public/CV_Daniel_W.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
24 changes: 24 additions & 0 deletions public/css/button.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.btn {
display: inline-block;
outline: 0;
cursor: pointer;
padding: 5px 16px;
font-size: 14px;
font-weight: 500;
line-height: 20px;
vertical-align: middle;
border: 1px solid;
border-radius: 6px;
color: #ffffff;
background-color: #2ea44f;
border-color: #1b1f2326;
box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset;
transition: 0.2s cubic-bezier(0.3, 0, 0.5, 1);
transition-property: color, background-color, border-color;
}

.btn:hover {
background-color: #2c974b;
border-color: #1b1f2326;
transition-duration: 0.1s;
}
7 changes: 7 additions & 0 deletions public/css/image.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.profile-pic {
border-radius: 50%;
height: 200px;
width: 200px;
overflow: hidden;
object-fit: cover;
}
Binary file added public/profile_picture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.