Skip to content

Commit cb88a25

Browse files
committed
add pubs, defense
1 parent 95f4edc commit cb88a25

File tree

4 files changed

+42
-13
lines changed

4 files changed

+42
-13
lines changed

_bibliography/papers.bib

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,10 @@ @article{vanveen2024clinical
1616
poster={poster_clin_summ.pdf},
1717
}
1818

19-
@article{aali2024benchmark,
20-
title={A Benchmark of Domain-Adapted Large Language Models for Generating Brief Hospital Course Summaries},
21-
author={A. Aali and D. {Van Veen} and Y.I. Arefeen and J. Hom and C. Bluethgen and E.P. Reis and S. Gatidis and N. Clifford and J. Daws and A.S. Tehrani and J. Kim and A.S. Chaudhari},
22-
journal={arXiv preprint arXiv:2403.05720},
23-
year={2024},
24-
pdf={https://arxiv.org/abs/2403.05720.pdf},
25-
}
26-
2719
@article{stanford-aimi-chexagent-2024,
2820
title={CheXagent: Towards a Foundation Model for Chest X-Ray Interpretation},
2921
author={Z. Chen and M. Varma and J.B. Delbrouck and M. Paschali and L. Blankemeier and D. {Van Veen} and J.M.J. Valanarasu and A. Youssef and J.P. Cohen and E.P. Reis and E.B. Tsai and A. Johnston and C. Olsen and T.M. Abraham and S. Gatidis and A.S. Chaudhari and C.P. Langlotz},
30-
journal={arXiv preprint arXiv:2401.12208},
22+
journal={arXiv},
3123
year={2024},
3224
pdf={https://arxiv.org/abs/2401.12208.pdf},
3325
code={https://github.com/Stanford-AIMI/CheXagent},
@@ -36,6 +28,27 @@ @article{stanford-aimi-chexagent-2024
3628
demo={http://34.31.232.110:8888/},
3729
}
3830

31+
@article {Gatti2024.05.06.24306965,
32+
author = {A. Gatti and L. Blankemeier and D. {Van Veen} and B. Hargreaves and S.L. Delp and G.E. Gold and F. Kogan and A.S. Chaudhari},
33+
title = {ShapeMed-Knee: A Dataset and Neural Shape Model Benchmark for Modeling 3D Femurs},
34+
year = {2024},
35+
doi = {10.1101/2024.05.06.24306965},
36+
url={https://www.medrxiv.org/content/early/2024/05/07/2024.05.06.24306965},
37+
journal = {medRxiv},
38+
pdf={https://www.medrxiv.org/content/10.1101/2024.05.06.24306965v1.full.pdf},
39+
code={https://github.com/gattia/ShapeMedKnee},
40+
model={https://huggingface.co/aagatti/ShapeMedKnee},
41+
data={https://huggingface.co/datasets/aagatti/ShapeMedKnee},
42+
}
43+
44+
@article{aali2024benchmark,
45+
title={A Benchmark of Domain-Adapted Large Language Models for Generating Brief Hospital Course Summaries},
46+
author={A. Aali and D. {Van Veen} and Y.I. Arefeen and J. Hom and C. Bluethgen and E.P. Reis and S. Gatidis and N. Clifford and J. Daws and A.S. Tehrani and J. Kim and A.S. Chaudhari},
47+
journal={arXiv},
48+
year={2024},
49+
pdf={https://arxiv.org/abs/2403.05720.pdf},
50+
}
51+
3952
@inproceedings{gatti2024neural,
4053
title={Neural Shape Models Meaningfully Localize Features Relevant to Osteoarthritis Disease: Data from the Osteoarthritis Initiative},
4154
author={A. Gatti and L. Blankemeier and D. {Van Veen} and B. Hargreaves and S. Delp and F. Kogan and G. Gold and A.S. Chaudhari},
@@ -104,7 +117,7 @@ @inproceedings{vanusing
104117
@article{vanveen2020compressed,
105118
title={Compressed Sensing with Deep Image Prior and Learned Regularization},
106119
author={D. {Van Veen} and A. Jalal and M. Soltanolkotabi and E. Price and S. Vishwanath and A.G. Dimakis},
107-
journal={arXiv preprint arXiv:1806.06438},
120+
journal={arXiv},
108121
year={2020},
109122
pdf={https://arxiv.org/pdf/1806.06438.pdf},
110123
code={https://github.com/davevanveen/compsensing_dip},

_layouts/bib.liquid

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@
164164
{% if entry.bibtex_show %}
165165
<a class="bibtex btn btn-sm z-depth-0" role="button">Bib</a>
166166
{% endif %}
167-
{% if entry.html %}
168-
<a href="{{ entry.html }}" class="btn btn-sm z-depth-0" role="button">HTML</a>
169-
{% endif %}
170167
{% if entry.pdf %}
171168
{% if entry.pdf contains '://' %}
172169
<a href="{{ entry.pdf }}" class="btn btn-sm z-depth-0" role="button">PDF</a>
@@ -184,6 +181,15 @@
184181
{% if entry.video %}
185182
<a class="abstract btn btn-sm z-depth-0" role="button">Video</a>
186183
{% endif %}
184+
{% if entry.model %}
185+
<a class="abstract btn btn-sm z-depth-0" role="button">Model</a>
186+
{% endif %}
187+
{% if entry.dataset %}
188+
<a class="abstract btn btn-sm z-depth-0" role="button">Dataset</a>
189+
{% endif %}
190+
{% if entry.demo %}
191+
<a class="abstract btn btn-sm z-depth-0" role="button">Demo</a>
192+
{% endif %}
187193
{% if entry.blog %}
188194
<a href="{{ entry.blog }}" class="btn btn-sm z-depth-0" role="button">Blog</a>
189195
{% endif %}
@@ -204,6 +210,9 @@
204210
<a href="{{ entry.slides | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button">Slides</a>
205211
{% endif %}
206212
{% endif %}
213+
{% if entry.html %}
214+
<a href="{{ entry.html }}" class="btn btn-sm z-depth-0" role="button">Project page</a>
215+
{% endif %}
207216
{% if entry.website %}
208217
<a href="{{ entry.website }}" class="btn btn-sm z-depth-0" role="button">Website</a>
209218
{% endif %}

_news/240524_defense.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: post
3+
date: 2024-05-24 15:59:00-0400
4+
inline: true
5+
---
6+
7+
Successfully defended my PhD thesis entitled [Data-Efficient Machine Learning for Image Reconstruction and Text Summarization in Biomedicine](https://docs.google.com/presentation/d/1YyZCnVaYZyuvUKWBewwCtS_-rVLPQ1pgT6l-lQgxmyE/edit?usp=sharing).

assets/pdf/cv_dave_vv.pdf

588 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)