Skip to content

Commit 65b46bc

Browse files
authored
Merge pull request #355 from nuprl/people
some people
2 parents 590b01d + 73d92d0 commit 65b46bc

File tree

6 files changed

+46
-10
lines changed

6 files changed

+46
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ compiled/
44
*.swp
55
*.html
66
.DS_STORE
7+
.frog

img/conrad_zimmerman.jpg

6.65 KB
Loading

img/harshit_garg.jpg

10.9 KB
Loading

img/shubh_agrawal.jpg

6.23 KB
Loading

img/vadym_matviichuk.jpg

6.02 KB
Loading

people.rkt

Lines changed: 45 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -429,15 +429,6 @@ software.
429429
My interests are dynamic languages implementations, Just-in-time compilers, and WebAssembly.
430430
}
431431

432-
@person[#:name "Max Bernstein"
433-
#:title "Advisor: Frank Tip and Jan Vitek"
434-
#:e-mail "[email protected]"
435-
#:website "https://bernsteinbear.com"
436-
#:history @list[
437-
"Joined Northeastern, 2022"]
438-
#:img "max_bernstein.png"]{
439-
}
440-
441432
@person[#:name "Minsung Cho"
442433
#:title "Advisor: Steven Holtzen"
443434
#:e-mail "[email protected]"
@@ -486,6 +477,49 @@ software.
486477
#:img "liam_devoe.jpg"]{
487478
I'm interested in property based testing, fuzzing, and testing of all kinds.
488479
}
480+
481+
@person[#:name "Shubh Agrawal"
482+
#:title "Advisor: Steven Holtzen"
483+
#:e-mail "[email protected]"
484+
#:history @list[
485+
"Joined Northeastern, 2024"
486+
"BSE, University of Michigan"]
487+
#:img "shubh_agrawal.jpg"]{
488+
I'm interested in type systems, logic, dynamics, and abstract semantics for proving interesting properties about interesting programming languages.
489+
}
490+
491+
@person[#:name "Conrad Zimmerman"
492+
#:title "Advisor: Amal Ahmed"
493+
#:e-mail "[email protected]"
494+
#:history @list[
495+
"Joined Northeastern, 2024"
496+
"BS Brown University, 2024"
497+
"AS Harrisburg Area Community College, 2020"
498+
]
499+
#:website "https://conradz.com"
500+
#:img "conrad_zimmerman.jpg"]{
501+
I'm interested in developing approaches that enable both computers and humans to more easily reason about complex applications.
502+
}
503+
@person[#:name "Harshit Garg"
504+
#:title "Advisor: Frank Tip"
505+
#:e-mail "[email protected]"
506+
#:history @list[
507+
"Joined Northeastern, 2024"
508+
"B.E., BITS Pilani"]
509+
#:website "https://harshitgarg.in"
510+
#:img "harshit_garg.jpg"]{
511+
I like to work on programming languages, and software testing. I also enjoy thinking about specifications of distributed systems.
512+
}
513+
@person[#:name "Vadym Matviichuk"
514+
#:title "Advisor: Olin Shivers"
515+
#:e-mail "[email protected]"
516+
#:history @list[
517+
"Joined Northeastern, 2024"
518+
]
519+
#:img "vadym_matviichuk.jpg"]{
520+
I primarily work on compilers, trying to make programs run fast, and I am also interested in adjacent fields like Programming Languages.
521+
Currently working on a compiler that produces parallel GPU code, so developers don't have to use C++ and think about hardware
522+
}
489523
}
490524

491525
@div[class: "pn-separator-img"]{
@@ -721,7 +755,8 @@ software.
721755
#:dissertation "https://hdl.handle.net/2047/D20653005"
722756
#:personal-site "https://mhyee.com/"
723757
#:extra "(Meta)")
724-
758+
@(alumnus "Max Bernstein" #:year 2024
759+
#:personal-site "https://bernsteinbear.com")
725760
]}}
726761

727762
@div[class: "container"]{

0 commit comments

Comments
 (0)