Skip to content

Commit ccd4fcd

Browse files
authored
Add doi argument to all papers and tiny socials update (#3)
1 parent d6bb77b commit ccd4fcd

File tree

2 files changed

+26
-21
lines changed

2 files changed

+26
-21
lines changed

_bibliography/papers.bib

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ @inproceedings{archit2024vimunet
88
author={Anwai Archit and Constantin Pape},
99
booktitle={Medical Imaging with Deep Learning},
1010
year={2024},
11-
url={https://openreview.net/forum?id=PYNwysgFeP}
11+
url={https://openreview.net/forum?id=PYNwysgFeP},
12+
doi={https://doi.org/10.48550/arXiv.2404.07705},
1213
}
1314

1415
@article{archit2025segment,
@@ -26,15 +27,15 @@ @article{archit2025segment
2627
}
2728

2829
@article{JeremiasPape+2025+203+213,
29-
url = {https://doi.org/10.1515/mim-2024-0021},
30-
title = {Stamped counting for biomedical images},
31-
author = {Julia Jeremias and Constantin Pape},
32-
pages = {203--213},
33-
volume = {2},
34-
number = {2},
35-
journal = {Methods in Microscopy},
36-
doi = {doi:10.1515/mim-2024-0021},
37-
year = {2025},
30+
url={https://doi.org/10.1515/mim-2024-0021},
31+
title={Stamped counting for biomedical images},
32+
author={Julia Jeremias and Constantin Pape},
33+
pages={203--213},
34+
volume={2},
35+
number={2},
36+
journal={Methods in Microscopy},
37+
doi={doi:10.1515/mim-2024-0021},
38+
year={2025},
3839
}
3940

4041
@article{muth2025synapsenet,
@@ -55,30 +56,34 @@ @inproceedings{griebel2025segment
5556
author={Titus Griebel and Anwai Archit and Constantin Pape},
5657
booktitle={Medical Imaging with Deep Learning},
5758
year={2025},
58-
url={https://openreview.net/forum?id=EWGV97ESaP}
59+
url={https://openreview.net/forum?id=EWGV97ESaP},
60+
doi={https://doi.org/10.48550/arXiv.2502.00408},
5961
}
6062

6163
@inproceedings{teuber2025parameter,
6264
title={Parameter Efficient Fine-Tuning of Segment Anything Model for Biomedical Imaging},
6365
author={Carolin Teuber and Anwai Archit and Constantin Pape},
6466
booktitle={Medical Imaging with Deep Learning},
6567
year={2025},
66-
url={https://openreview.net/forum?id=TWPnpixpW2}
68+
url={https://openreview.net/forum?id=TWPnpixpW2},
69+
doi={https://doi.org/10.48550/arXiv.2502.00418},
6770
}
6871

69-
@article{archit2025probabilisticdomainadaptationbiomedical,
72+
@inproceedings{archit2025probabilisticdomainadaptationbiomedical,
7073
title={Probabilistic Domain Adaptation for Biomedical Image Segmentation},
7174
author={Anwai Archit and Constantin Pape},
7275
year={2025},
73-
publisher={ICCV Workshops (BioImage Computing)},
76+
booktitle={ICCV Workshops (BioImage Computing)},
7477
url={https://arxiv.org/abs/2303.11790},
78+
doi={10.48550/arXiv.2303.11790},
7579
}
7680

7781
@misc{archit2025medicosam,
78-
doi = {10.48550/ARXIV.2501.11734},
79-
url = {https://arxiv.org/abs/2501.11734},
80-
author = {Archit, Anwai and Freckmann, Luca and Pape, Constantin},
81-
title = {MedicoSAM: Towards foundation models for medical image segmentation},
82-
publisher = {arXiv},
82+
doi={10.48550/ARXIV.2501.11734},
83+
url={https://arxiv.org/abs/2501.11734},
84+
author={Archit, Anwai and Freckmann, Luca and Pape, Constantin},
85+
title={MedicoSAM: Towards foundation models for medical image segmentation},
86+
publisher={arXiv},
87+
journal={arXiv Preprint},
8388
year = {2025},
8489
}

_data/socials.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# username: AlbertEinstein # your username
88
# acm_id: # your dl.acm.org/profile/id
99
# blogger_url: # your blogger URL
10-
# bluesky_url: # your bluesky URL
10+
bluesky_url: https://bsky.app/profile/cppape.bsky.social # your bluesky URL
1111
# dblp_url: # your DBLP profile url
1212
# discord_id: # your discord id (18-digit unique numerical identifier)
1313
email: [email protected] # your email address
@@ -48,7 +48,7 @@ github_username: computational-cell-analytics # your GitHub user name
4848
# wikipedia_id: # your wikipedia id (Case sensitive)
4949
# work_url: # work page URL
5050
# x_username: # your X handle
51-
# youtube_id: # your youtube channel id (youtube.com/@<youtube_id>)
51+
youtube_id: ComputationalCellAnalytics # your youtube channel id (youtube.com/@<youtube_id>)
5252
# zotero_username: # your zotero username
5353
# custom_social: # can be any name here other than the ones already defined above
5454
# logo: https://www.alberteinstein.com/wp-content/uploads/2024/03/cropped-favicon-192x192.png # can be png, svg, jpg

0 commit comments

Comments
 (0)