Skip to content

Commit ffe032c

Browse files
committed
add more publications and people
1 parent 030d142 commit ffe032c

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

src/components/publications.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
[
2+
{
3+
"title": "PathFinder: A Multi-Modal Multi-Agent System for Medical Diagnostic Decision-Making Applied to Histopathology",
4+
"authors": [
5+
"Fatemeh Ghezloo",
6+
"Mehmet Saygin Seyfioglu",
7+
"Rustin Soraki",
8+
"Wisdom O. Ikezogwo",
9+
"Beibin Li",
10+
"Tejoram Vivekanandan",
11+
"Joann G. Elmore",
12+
"Ranjay Krishna",
13+
"Linda Shapiro"
14+
],
15+
"year": "preprint",
16+
"links": {
17+
"pdf": "https://arxiv.org/abs/2502.08916"
18+
},
19+
"thumbnail": "/pathfinder.png"
20+
},
221
{
322
"title": "Perception Tokens Enhance Visual Reasoning in Multimodal Language Models",
423
"authors": [

src/pages/people.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,13 @@ export default function Home() {
218218
image="/chenhao.jpg"
219219
website="https://hellomuffin.github.io/"
220220
/>
221+
<Person
222+
name="Rustin Soraki"
223+
title="Ph.D. Student, 2025 - Now"
224+
additional="Advisor: Linda Shapiro & Ali Farhadi"
225+
image="/rustin.jpeg"
226+
website="https://github.com/RustinS"
227+
/>
221228
</div>
222229
</div>
223230
<div className="px-5">

static/pathfinder.png

145 KB
Loading

static/rustin.jpeg

24.4 KB
Loading

0 commit comments

Comments
 (0)