Skip to content

Commit 4833965

Browse files
committed
update
1 parent 86f9104 commit 4833965

File tree

4 files changed

+38
-13
lines changed

4 files changed

+38
-13
lines changed

personal-site/src/app/academic/academic.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
.container .items {
3+
margin-top: 24px;
34
display: flex;
45
flex-direction: column;
56
gap: var(--margin-large);
@@ -30,4 +31,4 @@
3031
text-decoration: underline;
3132
}
3233
}
33-
}
34+
}

personal-site/src/app/academic/page.tsx

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@ const items = [
1111
name: "Slides",
1212
url: "https://drive.google.com/file/d/1IxUX7kaJxeI-nedcWuEV97yMABppiiHL/view?usp=drive_link",
1313
}]
14+
}, {
15+
title: "Classical vs. Quantum Algorithms for Solving the Heat Equation",
16+
description: "A comparison of algorithms for simulating the d-dimensional heat equation",
17+
links: [{
18+
name: "Paper",
19+
url: "https://drive.google.com/file/d/1UxQDKG_qQAwLHhB0qjfFWiqHxohIoSWv/view?usp=sharing",
20+
}, {
21+
name: "Slides",
22+
url: "https://drive.google.com/file/d/18Zg4770RkZaYNruh108LONxhLbtKmOrQ/view?usp=sharing",
23+
}]
24+
}, {
25+
title: "Locally-iterative coloring in CONGEST networks",
26+
description: "Distributed algorithm for coloring network under the CONGEST model",
27+
links: [{
28+
name: "Colloquium",
29+
url: "https://drive.google.com/file/d/1dW0HBdVFPLuo6E18CphcmU7EZ6o_CJyD/view?usp=sharing",
30+
}]
1431
}, {
1532
title: "Tarski's Planks Problem (Hebrew)",
1633
description: "An abstract result in convex functional analysis",
@@ -21,8 +38,7 @@ const items = [
2138
name: "Slides",
2239
url: "https://drive.google.com/file/d/1aNiphLlYF1MR9RSB7unQmLu9vJSvh8uQ/view?usp=drive_link",
2340
}]
24-
},
25-
]
41+
}]
2642

2743
type ItemProps = {
2844
item: {
@@ -56,6 +72,14 @@ export default async function Academic() {
5672
<div className={styles.container}>
5773
<h2>Academic Work</h2>
5874

75+
<p>Interests:</p>
76+
<ul>
77+
<li>Parallel, Graph and Optimizaton Algorithms</li>
78+
<li>AI/ML, Scientific and Quantum Computation</li>
79+
<li>Mathematics</li>
80+
<li>Accelerated Computing</li>
81+
</ul>
82+
5983
<div className={styles.items}>
6084
{items.map((item, idx) => (
6185
<AcademicItem key={idx} item={item} />

personal-site/src/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"headline": {
33
"title": "Tal Glanzman",
4-
"subtitle": "Software Engineer",
4+
"subtitle": "Software Research Engineer",
55
"description": "I create software"
66
},
77
"index": {
@@ -14,7 +14,7 @@
1414
"github": "https://github.com/tglanz"
1515
},
1616
"highlights": {
17-
"enabled": true,
17+
"enabled": false,
1818
"count": 10
1919
},
2020
"content": {

personal-site/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,15 @@
132132
dependencies:
133133
glob "7.1.7"
134134

135-
"@next/swc-darwin-arm64@14.0.3":
135+
"@next/swc-linux-x64-gnu@14.0.3":
136136
version "14.0.3"
137-
resolved "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.0.3.tgz"
138-
integrity sha512-64JbSvi3nbbcEtyitNn2LEDS/hcleAFpHdykpcnrstITFlzFgB/bW0ER5/SJJwUPj+ZPY+z3e+1jAfcczRLVGw==
137+
resolved "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.0.3.tgz"
138+
integrity sha512-VM1aE1tJKLBwMGtyBR21yy+STfl0MapMQnNrXkxeyLs0GFv/kZqXS5Jw/TQ3TSUnbv0QPDf/X8sDXuMtSgG6eg==
139+
140+
141+
version "14.0.3"
142+
resolved "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.0.3.tgz"
143+
integrity sha512-64EnmKy18MYFL5CzLaSuUn561hbO1Gk16jM/KHznYP3iCIfF9e3yULtHaMy0D8zbHfxset9LTOv6cuYKJgcOxg==
139144

140145
"@nodelib/[email protected]":
141146
version "2.1.5"
@@ -1507,11 +1512,6 @@ fs.realpath@^1.0.0:
15071512
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
15081513
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
15091514

1510-
fsevents@~2.3.2:
1511-
version "2.3.3"
1512-
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
1513-
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
1514-
15151515
function-bind@^1.1.1:
15161516
version "1.1.1"
15171517
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"

0 commit comments

Comments
 (0)