Skip to content

Commit

Permalink
Merge pull request #355 from nuprl/people
Browse files Browse the repository at this point in the history
some people
  • Loading branch information
stites authored Oct 3, 2024
2 parents 590b01d + 73d92d0 commit 65b46bc
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ compiled/
*.swp
*.html
.DS_STORE
.frog
Binary file added img/conrad_zimmerman.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/harshit_garg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/shubh_agrawal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/vadym_matviichuk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 45 additions & 10 deletions people.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -429,15 +429,6 @@ software.
My interests are dynamic languages implementations, Just-in-time compilers, and WebAssembly.
}

@person[#:name "Max Bernstein"
#:title "Advisor: Frank Tip and Jan Vitek"
#:e-mail "[email protected]"
#:website "https://bernsteinbear.com"
#:history @list[
"Joined Northeastern, 2022"]
#:img "max_bernstein.png"]{
}

@person[#:name "Minsung Cho"
#:title "Advisor: Steven Holtzen"
#:e-mail "[email protected]"
Expand Down Expand Up @@ -486,6 +477,49 @@ software.
#:img "liam_devoe.jpg"]{
I'm interested in property based testing, fuzzing, and testing of all kinds.
}

@person[#:name "Shubh Agrawal"
#:title "Advisor: Steven Holtzen"
#:e-mail "[email protected]"
#:history @list[
"Joined Northeastern, 2024"
"BSE, University of Michigan"]
#:img "shubh_agrawal.jpg"]{
I'm interested in type systems, logic, dynamics, and abstract semantics for proving interesting properties about interesting programming languages.
}

@person[#:name "Conrad Zimmerman"
#:title "Advisor: Amal Ahmed"
#:e-mail "[email protected]"
#:history @list[
"Joined Northeastern, 2024"
"BS Brown University, 2024"
"AS Harrisburg Area Community College, 2020"
]
#:website "https://conradz.com"
#:img "conrad_zimmerman.jpg"]{
I'm interested in developing approaches that enable both computers and humans to more easily reason about complex applications.
}
@person[#:name "Harshit Garg"
#:title "Advisor: Frank Tip"
#:e-mail "[email protected]"
#:history @list[
"Joined Northeastern, 2024"
"B.E., BITS Pilani"]
#:website "https://harshitgarg.in"
#:img "harshit_garg.jpg"]{
I like to work on programming languages, and software testing. I also enjoy thinking about specifications of distributed systems.
}
@person[#:name "Vadym Matviichuk"
#:title "Advisor: Olin Shivers"
#:e-mail "[email protected]"
#:history @list[
"Joined Northeastern, 2024"
]
#:img "vadym_matviichuk.jpg"]{
I primarily work on compilers, trying to make programs run fast, and I am also interested in adjacent fields like Programming Languages.
Currently working on a compiler that produces parallel GPU code, so developers don't have to use C++ and think about hardware
}
}

@div[class: "pn-separator-img"]{
Expand Down Expand Up @@ -721,7 +755,8 @@ software.
#:dissertation "https://hdl.handle.net/2047/D20653005"
#:personal-site "https://mhyee.com/"
#:extra "(Meta)")

@(alumnus "Max Bernstein" #:year 2024
#:personal-site "https://bernsteinbear.com")
]}}

@div[class: "container"]{
Expand Down

0 comments on commit 65b46bc

Please sign in to comment.