Skip to content

Commit

Permalink
Added notes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxwu committed Oct 8, 2024
1 parent 533a1fc commit a0018d7
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions _layouts/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="post">
<header class="post-header">
<h1 class="post-title">
{% if site.title == "blank" -%}<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}{%- else -%}{{ site.title }}{%- endif %}
{% if site.title == "blank" -%}{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}{%- else -%}{{ site.title }}{%- endif %}
</h1>
<p class="desc">{{ page.subtitle }}</p>
</header>
Expand Down Expand Up @@ -48,7 +48,7 @@ <h2><a href="{{ '/news/' | relative_url }}" style="color: inherit;">news</a></h2

<!-- Selected papers -->
{% if page.selected_papers -%}
<h2><a href="{{ '/publications/' | relative_url }}" style="color: inherit;">selected publications</a></h2>
<h2><a href="{{ '/publications/' | relative_url }}" style="color: inherit;">Selected publications</a></h2>
{%- include selected_papers.html %}
{%- endif %}

Expand Down
2 changes: 1 addition & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: about
title: about
title: About
permalink: /
subtitle: he/him/his

Expand Down
2 changes: 1 addition & 1 deletion _pages/cv.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: cv
permalink: /cv/
title: cv
title: CV
nav: true
nav_order: 4
cv_pdf: CV.pdf
Expand Down
10 changes: 10 additions & 0 deletions _pages/notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: page
permalink: /notes/
title: Notes
description: Here are some notes that I've written for various talks and reading groups which you might find interesting. Feel free to reach out if you find any mistakes in these!
nav: true
nav_order: 1
---
<h2> Spin glass theory </h2>
- [MaxCut and MinBisection on random graphs](/assets/pdf/interpolation.pdf)
6 changes: 3 additions & 3 deletions _pages/publications.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
permalink: /publications/
title: research
title: Research
description:
pub_years: [2024, 2023, 2022]
preprint_years: [2024]
Expand All @@ -11,15 +11,15 @@ nav_order: 1
<!-- _pages/publications.md -->
Authors indicated by a (*) indicate equal contribution listed in alphabetical order, as is customary in theoretical computer science.

<h2> preprints </h2>
<h2> Preprints </h2>
<div class="publications">
{%- for y in page.preprint_years %}
<h2 class="year">{{y}}</h2>
{% bibliography -f preprints -q @*[year={{y}}]* %}
{% endfor %}
</div>

<h2> conference and journal publications </h2>
<h2> Conference and journal publications </h2>
<div class="publications">


Expand Down
Binary file added assets/pdf/interpolation.pdf
Binary file not shown.

0 comments on commit a0018d7

Please sign in to comment.