Skip to content

Commit aa26111

Browse files
committed
minor changes
1 parent a097b36 commit aa26111

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import "../styles/markdown.css";
5555
@apply sticky bg-slate-900 text-white top-0 shadow-md rounded-full h-16;
5656
}
5757
article {
58-
@apply ml-6 mb-10 pt-5;
58+
@apply ml-6 mb-10 pt-10;
5959
}
6060
h1 {
6161
@apply pt-4 pb-0 text-3xl font-bold justify-center flex;

src/pages/awareness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Awareness
33
description: Raise your awareness
4-
date: '2025-4-8'
4+
date: "2025-4-8"
55
published: true
66
layout: ../layouts/Layout.astro
77
---

src/pages/blogposts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Blog posts
33
description: Blog posts
4-
date: '2025-4-8'
4+
date: "2025-4-8"
55
published: true
66
layout: ../layouts/Layout.astro
77
---

src/pages/publications.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: Research and Teaching
33
description: Publications and workshops taught
4-
date: '2025-4-8'
4+
date: "2025-4-8"
55
published: true
66
layout: ../layouts/Layout.astro
77
---
88

9+
The following is the list of my publications, including preprints, conference posters and presentations, journal papers, videos and workshops taught.
10+
911
## Preprints
1012

1113
1. [**Nonconvex.jl: A Comprehensive Julia Package for Non-Convex Optimization**](https://www.researchgate.net/publication/372336223_Nonconvexjl_A_Comprehensive_Julia_Package_for_Non-Convex_Optimization). July 13, 2023.

0 commit comments

Comments
 (0)