-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,24 @@ | |
<div class="header" , id="header"> | ||
<h1>MedRAX</h1> | ||
<p class="subheading">MedRAX: Medical Reasoning Agent for Chest X-ray</p> | ||
|
||
<p class="authors"> | ||
<span class="author" id="author1"> | ||
<a href="mailto:[email protected]">Adibvafa Fallahpour</a> | ||
<sup>1,2,3</sup>, | ||
</span> | ||
<span class="author" id="author2">Jun Ma<sup>2,3</sup></span>, | ||
<span class="author" id="author3">Alif Munim<sup>3,4</sup></span>, | ||
<span class="author" id="author4">Hongwei Lyu<sup>3</sup></span>, | ||
<span class="author" id="author5">Bo Wang<sup>1,2,3,5</sup></span>, | ||
</p> | ||
<p class="associations"> | ||
<span class="associations"><sup>1</sup>Department of Computer Science, University of Toronto, Toronto, Canada</span><br> | ||
<span class="associations"><sup>2</sup>Vector Institute, Toronto, Canada</span><br> | ||
<span class="associations"><sup>3</sup>University Health Network, Toronto, Canada</span><br> | ||
<span class="associations"><sup>4</sup>Cohere For AI, Toronto, Canada</span><br> | ||
<span class="associations"><sup>5</sup>Department of Laboratory Medicine and Pathobiology, University of Toronto, Toronto, Canada</span><br> | ||
</p> | ||
<p class="paper-links"> | ||
<div class="center-text"> | ||
<a href="https://arxiv.org/abs/2502.02673" target="_blank" rel="noopener"> | ||
|
@@ -67,21 +85,6 @@ <h1>MedRAX</h1> | |
</a> | ||
</div> | ||
</p> | ||
<p class="authors"> | ||
<span class="author" id="author1">Adibvafa Fallahpour<sup>1,2,3</sup> ([email protected])</span>, | ||
<span class="author" id="author2">Jun Ma<sup>2,3</sup></span>, | ||
<span class="author" id="author3">Alif Munim<sup>3,4</sup></span>, | ||
<span class="author" id="author4">Hongwei Lyu<sup>3</sup></span>, | ||
<span class="author" id="author5">Bo Wang<sup>1,2,3,5</sup></span>, | ||
</p> | ||
<p class="associations"> | ||
<span class="associations"><sup>1</sup>Department of Computer Science, University of Toronto, Toronto, Canada</span><br> | ||
<span class="associations"><sup>2</sup>Vector Institute, Toronto, Canada</span><br> | ||
<span class="associations"><sup>3</sup>University Health Network, Toronto, Canada</span><br> | ||
<span class="associations"><sup>4</sup>Cohere For AI, Toronto, Canada</span><br> | ||
<span class="associations"><sup>5</sup>Department of Laboratory Medicine and Pathobiology, University of Toronto, Toronto, Canada</span><br> | ||
</p> | ||
|
||
<!-- <p>The dataset, code, and trained model weights will be publicly available after anonymous peer review.</p> --> | ||
</div> | ||
|
||
|
@@ -215,6 +218,11 @@ <h2>BibTeX</h2> | |
url={https://arxiv.org/abs/2502.02673}, | ||
}</code> | ||
<button id="copyButton">Copy</button> | ||
<div id="thanks"> | ||
<p> | ||
This website template is borrowed from <a href="https://github.com/boundaryattention/boundaryattention.github.io/" target="_blank" rel="noopener">here</a>. Thank you! | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|