Skip to content

Commit 1d806ce

Browse files
committed
Fix type, add bibtex
1 parent e3e7fe9 commit 1d806ce

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

docs/bibtex/papers.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ @inproceedings{dige2024can
55
pages={954--969},
66
year={2024}
77
}
8+
9+
@article{baghbanzadeh2025advancing,
10+
title={Advancing medical representation learning through high-quality data},
11+
author={Baghbanzadeh, Negin and Fallahpour, Adibvafa and Parhizkar, Yasaman and Ogidi, Franklin and Roy, Shuvendu and Ashkezari, Sajad and Khazaie, Vahid Reza and Colacci, Michael and Etemad, Ali and Afkanpour, Arash and others},
12+
journal={arXiv preprint arXiv:2503.14377},
13+
year={2025}
14+
}

docs/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ a.dataset-tag:hover {
364364

365365

366366

367+
368+
367369

368370

369371

@@ -540,7 +542,10 @@ a.dataset-tag:hover {
540542
<a href="https://arxiv.org/abs/2503.14377" class="tag" target="_blank">PMC Data Extraction</a>
541543
</div>
542544

543-
545+
<div class="citation-links">
546+
<a href="#" class="bibtex-button" data-bibtex-id="baghbanzadeh2025advancing" title="View Citation">Cite</a>
547+
<a href="https://arxiv.org/abs/2503.14377" class="paper-link" title="View Paper" target="_blank">Paper</a>
548+
</div>
544549
</div>
545550
<div class="card" markdown>
546551
<div class="header">
@@ -572,3 +577,4 @@ a.dataset-tag:hover {
572577
</div>
573578

574579
</div>
580+

repositories/pmc-data-extraction.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ implementations:
55
- name: PMC Data Extraction
66
url: https://arxiv.org/abs/2503.14377
77
type: tool
8+
paper_url: https://arxiv.org/abs/2503.14377
9+
bibtex: baghbanzadeh2025advancing
810
year: 2024
911
github_url: https://github.com/VectorInstitute/pmc-data-extraction

0 commit comments

Comments
 (0)