diff --git a/_config.yml b/_config.yml index 45bc1ac8463..c1dd3e0b4e8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,17 +1,17 @@ # Setup -title: Lanyon -tagline: 'A Jekyll theme' -description: 'A reserved Jekyll theme that places the utmost gravity on content with a hidden drawer. Made by @mdo.' -url: http://lanyon.getpoole.com +title: Daniel Santiago Alvarez +tagline: '' +description: 'Math PhD student @ Harvard.' +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: diff --git a/_includes/head.html b/_includes/head.html index 44e3f5d6fb2..f89bf827d76 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -19,6 +19,8 @@ + + diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 762202aab7b..dde6a22f020 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -25,8 +25,6 @@ {% endif %} {% endfor %} - Download - GitHub project Currently v{{ site.version }} diff --git a/_layouts/page.html b/_layouts/page.html index 4e0d4ebf09e..f7b5bf0b192 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,6 +3,5 @@ ---
-

{{ page.title }}

{{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html index c4bc2533557..8bc35b61d92 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,7 +3,6 @@ ---
-

{{ page.title }}

{{ page.date | date_to_string }} {{ content }}
@@ -16,7 +15,6 @@

Related posts

  • - {{ post.title }} {{ post.date | date_to_string }}

    diff --git a/_posts/2020-04-01-whats-jekyll.md b/_posts/2020-04-01-whats-jekyll.md deleted file mode 100644 index 515b87333ef..00000000000 --- a/_posts/2020-04-01-whats-jekyll.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: What's Jekyll? ---- - -[Jekyll](https://jekyllrb.com) is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From [the project's readme](https://github.com/mojombo/jekyll/blob/master/README.markdown): - - > Jekyll is a simple, blog aware, static site generator. It takes a template directory [...] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub. - -It's an immensely useful tool and one we encourage you to use here with Lanyon. - -Find out more by [visiting the project on GitHub](https://github.com/mojombo/jekyll). diff --git a/_posts/2020-04-02-example-content.md b/_posts/2020-04-02-example-content.md deleted file mode 100644 index 81e474879a3..00000000000 --- a/_posts/2020-04-02-example-content.md +++ /dev/null @@ -1,122 +0,0 @@ ---- -layout: post -title: Example content ---- - - -
    - Howdy! This is an example blog post that shows several types of HTML content supported in this theme. -
    - -Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. *Aenean eu leo quam.* Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum. - -> Curabitur blandit tempus porttitor. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit. - -Etiam porta **sem malesuada magna** mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur. - -## Inline HTML elements - -HTML defines a long list of available inline tags, a complete list of which can be found on the [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/HTML/Element). - -- **To bold text**, use ``. -- *To italicize text*, use ``. -- Abbreviations, like HTML should use ``, with an optional `title` attribute for the full phrase. -- Citations, like — Mark otto, should use ``. -- Deleted text should use `` and inserted text should use ``. -- Superscript text uses `` and subscript text uses ``. - -Most of these elements are styled by browsers with few modifications on our part. - -## Heading - -Vivamus sagittis lacus vel augue rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. - -### Code - -Cum sociis natoque penatibus et magnis dis `code element` montes, nascetur ridiculus mus. - -{% highlight js %} -// Example can be run directly in your JavaScript console - -// Create a function that takes two arguments and returns the sum of those arguments -var adder = new Function("a", "b", "return a + b"); - -// Call the function -adder(2, 6); -// > 8 -{% endhighlight %} - -Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa. - -### Lists - -Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. - -* Praesent commodo cursus magna, vel scelerisque nisl consectetur et. -* Donec id elit non mi porta gravida at eget metus. -* Nulla vitae elit libero, a pharetra augue. - -Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue. - -1. Vestibulum id ligula porta felis euismod semper. -2. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. -3. Maecenas sed diam eget risus varius blandit sit amet non magna. - -Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. - -
    -
    HyperText Markup Language (HTML)
    -
    The language used to describe and define the content of a Web page
    - -
    Cascading Style Sheets (CSS)
    -
    Used to describe the appearance of Web content
    - -
    JavaScript (JS)
    -
    The programming language used to build advanced Web sites and applications
    -
    - -Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Nullam quis risus eget urna mollis ornare vel eu leo. - -### Tables - -Aenean lacinia bibendum nulla sed consectetur. Lorem ipsum dolor sit amet, consectetur adipiscing elit. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameUpvotesDownvotes
    Totals2123
    Alice1011
    Bob43
    Charlie79
    - -Nullam id dolor id nibh ultricies vehicula ut id elit. Sed posuere consectetur est at lobortis. Nullam quis risus eget urna mollis ornare vel eu leo. - ------ - -Want to see something else added? Open an issue. diff --git a/_posts/2020-04-03-introducing-lanyon.md b/_posts/2020-04-03-introducing-lanyon.md deleted file mode 100644 index 13e7ce4854d..00000000000 --- a/_posts/2020-04-03-introducing-lanyon.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -layout: post -title: Introducing Lanyon ---- - -Lanyon is an unassuming [Jekyll](http://jekyllrb.com) theme that places content first by tucking away navigation in a hidden drawer. It's based on [Poole](http://getpoole.com), the Jekyll butler. - -### Built on Poole - -Poole is the Jekyll Butler, serving as an upstanding and effective foundation for Jekyll themes by [@mdo](https://twitter.com/mdo). Poole, and every theme built on it (like Lanyon here) includes the following: - -* Complete Jekyll setup included (layouts, config, [404](/404), [RSS feed](/atom.xml), posts, and [example page](/about)) -* Mobile friendly design and development -* Easily scalable text and component sizing with `rem` units in the CSS -* Support for a wide gamut of HTML elements -* Related posts (time-based, because Jekyll) below each post -* Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter) - -### Lanyon features - -In addition to the features of Poole, Lanyon adds the following: - -* Toggleable sliding sidebar (built with only CSS) via **☰** link in top corner -* Sidebar includes support for textual modules and a dynamically generated navigation with active link support -* Two orientations for content and sidebar, default (left sidebar) and [reverse](https://github.com/poole/lanyon#reverse-layout) (right sidebar), available via `` classes -* [Eight optional color schemes](https://github.com/poole/lanyon#themes), available via `` classes - -[Head to the readme](https://github.com/poole/lanyon#readme) to learn more. - -### Browser support - -Lanyon is by preference a forward-thinking project. In addition to the latest versions of Chrome, Safari (mobile and desktop), and Firefox, it is only compatible with Internet Explorer 9 and above. - -### Download - -Lanyon is developed on and hosted with GitHub. Head to the GitHub repository for downloads, bug reports, and features requests. - -Thanks! diff --git a/_posts/2023-11-25-Welcome.md b/_posts/2023-11-25-Welcome.md new file mode 100644 index 00000000000..348262dbd01 --- /dev/null +++ b/_posts/2023-11-25-Welcome.md @@ -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. diff --git a/about.md b/about.md index 9d12ee3c566..b9453dd846a 100644 --- a/about.md +++ b/about.md @@ -3,27 +3,19 @@ layout: page title: About --- -

    - Hey there! This page is included as an example. Feel free to customize it for your own use upon downloading. Carry on! -

    +# 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). + + -## 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 } diff --git a/index.html b/index.html index 732d9f1754f..d648197007a 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ --- layout: default -title: Home +title: Daniel Santiago Alvarez ---
    @@ -8,7 +8,6 @@

    - {{ post.title }}

    @@ -18,20 +17,3 @@

    {% endfor %}
    - - diff --git a/public/CV_Daniel.pdf b/public/CV_Daniel.pdf new file mode 100644 index 00000000000..a3615261e2e Binary files /dev/null and b/public/CV_Daniel.pdf differ diff --git a/public/CV_Daniel_W.pdf b/public/CV_Daniel_W.pdf new file mode 100644 index 00000000000..7eae05b7e57 Binary files /dev/null and b/public/CV_Daniel_W.pdf differ diff --git a/public/Daniel_Santiago_CV_Janestreet_without_gpa.pdf b/public/Daniel_Santiago_CV_Janestreet_without_gpa.pdf new file mode 100644 index 00000000000..b475cb7c112 Binary files /dev/null and b/public/Daniel_Santiago_CV_Janestreet_without_gpa.pdf differ diff --git a/public/Daniel_Santiago_Final_Project_18_994_2.pdf b/public/Daniel_Santiago_Final_Project_18_994_2.pdf new file mode 100644 index 00000000000..da78eaf3498 Binary files /dev/null and b/public/Daniel_Santiago_Final_Project_18_994_2.pdf differ diff --git a/public/css/button.css b/public/css/button.css new file mode 100644 index 00000000000..645d0509a0f --- /dev/null +++ b/public/css/button.css @@ -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; +} \ No newline at end of file diff --git a/public/css/image.css b/public/css/image.css new file mode 100644 index 00000000000..980396c4fb0 --- /dev/null +++ b/public/css/image.css @@ -0,0 +1,7 @@ +.profile-pic { + border-radius: 50%; + height: 200px; + width: 200px; + overflow: hidden; + object-fit: cover; +} \ No newline at end of file diff --git a/public/profile_picture.jpg b/public/profile_picture.jpg new file mode 100644 index 00000000000..5759c4cfba2 Binary files /dev/null and b/public/profile_picture.jpg differ