-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
985 lines (903 loc) · 38.2 KB
/
references.bib
File metadata and controls
985 lines (903 loc) · 38.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
@article{Zhang2018,
title = {Immunization with an adenovirus-vectored TB vaccine containing Ag85A-Mtb32 effectively alleviates allergic asthma},
volume = {96},
ISSN = {1432-1440},
url = {http://dx.doi.org/10.1007/s00109-017-1614-5},
DOI = {10.1007/s00109-017-1614-5},
number = {3–4},
journal = {Journal of Molecular Medicine},
publisher = {Springer Science and Business Media LLC},
author = {Zhang, Yiling and Feng, Ying and Li, Liang and Ye, Xianmiao and Wang, Jinlin and Wang, Qian and Li, Pingchao and Li, Na and Zheng, Xuehua and Gao, Xiang and Li, Chufang and Li, Feng and Sun, Baoqing and Lai, Kefang and Su, Zhong and Zhong, Nanshan and Chen, Ling and Feng, Liqiang},
year = {2018},
month = jan,
pages = {249–263}
}
@article{NCB2025,
title = {Light microscopy reporting for reproducibility},
volume = {27},
ISSN = {1476-4679},
url = {http://dx.doi.org/10.1038/s41556-025-01704-y},
DOI = {10.1038/s41556-025-01704-y},
number = {6},
journal = {Nature Cell Biology},
publisher = {Springer Science and Business Media LLC},
author = {Editorial},
year = {2025},
month = jun,
pages = {877–877}
}
@article{Coussens2002,
title = {Inflammation and cancer},
volume = {420},
ISSN = {1476-4687},
url = {http://dx.doi.org/10.1038/nature01322},
DOI = {10.1038/nature01322},
number = {6917},
journal = {Nature},
publisher = {Springer Science and Business Media LLC},
author = {Coussens, Lisa M. and Werb, Zena},
year = {2002},
month = dec,
pages = {860–867}
}
@article{deHaan2021,
title = {Deep learning-based transformation of H&E stained tissues into special stains},
volume = {12},
ISSN = {2041-1723},
url = {http://dx.doi.org/10.1038/s41467-021-25221-2},
DOI = {10.1038/s41467-021-25221-2},
number = {1},
journal = {Nature Communications},
publisher = {Springer Science and Business Media LLC},
author = {de Haan, Kevin and Zhang, Yijie and Zuckerman, Jonathan E. and Liu, Tairan and Sisk, Anthony E. and Diaz, Miguel F. P. and Jen, Kuang-Yu and Nobori, Alexander and Liou, Sofia and Zhang, Sarah and Riahi, Rana and Rivenson, Yair and Wallace, W. Dean and Ozcan, Aydogan},
year = {2021},
month = aug
}
@inbook{Singh2017,
title = {Chapter 1 - Introduction},
ISBN = {9780128119112},
url = {http://dx.doi.org/10.1016/B978-0-12-811911-2.00001-5},
DOI = {10.1016/b978-0-12-811911-2.00001-5},
booktitle = {Haematology Case Studies with Blood Cell Morphology and Pathophysiology},
publisher = {Elsevier},
author = {Singh, Indu and Weston, Alison and Kundur, Avinash and Dobie, Gasim},
year = {2017},
pages = {1–8}
}
@article{Khumalo2020,
title = {Therapeutic and prophylactic deletion of IL‐4Ra‐signaling ameliorates established ovalbumin induced allergic asthma},
volume = {75},
ISSN = {1398-9995},
url = {http://dx.doi.org/10.1111/all.14137},
DOI = {10.1111/all.14137},
number = {6},
journal = {Allergy},
publisher = {Wiley},
author = {Khumalo, Jermaine and Kirstein, Frank and Scibiorek, Martyna and Hadebe, Sabelo and Brombacher, Frank},
year = {2020},
month = jan,
pages = {1347–1360}
}
@article{Chen2021,
title = {Distinct Persistence Fate of Mycobacterium tuberculosis in Various Types of Cells},
volume = {6},
ISSN = {2379-5077},
url = {http://dx.doi.org/10.1128/mSystems.00783-21},
DOI = {10.1128/msystems.00783-21},
number = {4},
journal = {mSystems},
publisher = {American Society for Microbiology},
author = {Chen, Xi and Cao, Xiaojian and Lei, Yingying and Reheman, Aikebaier and Zhou, Wei and Yang, Bing and Zhang, Weipan and Xu, Weize and Dong, Shuang and Tyagi, Rohit and Fu, Zhen F. and Cao, Gang},
editor = {Singh, Yogendra},
year = {2021},
month = aug
}
@article{Franco2017,
title = {The Ubiquitin Ligase Smurf1 Functions in Selective Autophagy of Mycobacterium tuberculosis and Anti-tuberculous Host Defense},
volume = {21},
ISSN = {1931-3128},
url = {http://dx.doi.org/10.1016/j.chom.2016.11.002},
DOI = {10.1016/j.chom.2016.11.002},
number = {1},
journal = {Cell Host & Microbe},
publisher = {Elsevier BV},
author = {Franco, Luis H. and Nair, Vidhya R. and Scharn, Caitlyn R. and Xavier, Ramnik J. and Torrealba, Jose R. and Shiloh, Michael U. and Levine, Beth},
year = {2017},
month = jan,
pages = {59–72}
}
@inbook{Im2019,
title = {An Introduction to Performing Immunofluorescence Staining},
ISBN = {9781493989355},
ISSN = {1940-6029},
url = {http://dx.doi.org/10.1007/978-1-4939-8935-5_26},
DOI = {10.1007/978-1-4939-8935-5_26},
booktitle = {Biobanking},
publisher = {Springer New York},
author = {Im, Kyuseok and Mareninov, Sergey and Diaz, M. Fernando Palma and Yong, William H.},
year = {2018},
month = dec,
pages = {299–311}
}
@article{Lin2023,
title = {High-plex immunofluorescence imaging and traditional histology of the same tissue section for discovering image-based biomarkers},
volume = {4},
ISSN = {2662-1347},
url = {http://dx.doi.org/10.1038/s43018-023-00576-1},
DOI = {10.1038/s43018-023-00576-1},
number = {7},
journal = {Nature Cancer},
publisher = {Springer Science and Business Media LLC},
author = {Lin, Jia-Ren and Chen, Yu-An and Campton, Daniel and Cooper, Jeremy and Coy, Shannon and Yapp, Clarence and Tefft, Juliann B. and McCarty, Erin and Ligon, Keith L. and Rodig, Scott J. and Reese, Steven and George, Tad and Santagata, Sandro and Sorger, Peter K.},
year = {2023},
month = jun,
pages = {1036–1052}
}
@article{Franken2024a,
title = {CD4+ T cell activation distinguishes response to anti-PD-L1+anti-CTLA4 therapy from anti-PD-L1 monotherapy},
volume = {57},
ISSN = {1074-7613},
url = {http://dx.doi.org/10.1016/j.immuni.2024.02.007},
DOI = {10.1016/j.immuni.2024.02.007},
number = {3},
journal = {Immunity},
publisher = {Elsevier BV},
author = {Franken, Amelie and Bila, Michel and Mechels, Aurelie and Kint, Sam and Van Dessel, Jeroen and Pomella, Valentina and Vanuytven, Sebastiaan and Philips, Gino and Bricard, Orian and Xiong, Jieyi and Boeckx, Bram and Hatse, Sigrid and Van Brussel, Thomas and Schepers, Rogier and Van Aerde, Cedric and Geurs, Sarah and Vandecaveye, Vincent and Hauben, Esther and Vander Poorten, Vincent and Verbandt, Sara and Vandereyken, Katy and Qian, Junbin and Tejpar, Sabine and Voet, Thierry and Clement, Paul M. and Lambrechts, Diether},
year = {2024},
month = mar,
pages = {541--558.e7}
}
@article{Franken2024b,
title = {Protocol for whole-slide image analysis of human multiplexed tumor tissues using QuPath and R},
volume = {5},
ISSN = {2666-1667},
url = {http://dx.doi.org/10.1016/j.xpro.2024.103270},
DOI = {10.1016/j.xpro.2024.103270},
number = {4},
journal = {STAR Protocols},
publisher = {Elsevier BV},
author = {Franken, Amelie and Bila, Michel and Lambrechts, Diether},
year = {2024},
month = dec,
pages = {103270}
}
@article{Bankhead2017,
title = {QuPath: Open source software for digital pathology image analysis},
volume = {7},
ISSN = {2045-2322},
url = {http://dx.doi.org/10.1038/s41598-017-17204-5},
DOI = {10.1038/s41598-017-17204-5},
number = {1},
journal = {Scientific Reports},
publisher = {Springer Science and Business Media LLC},
author = {Bankhead, Peter and Loughrey, Maurice B. and Fernández, José A. and Dombrowski, Yvonne and McArt, Darragh G. and Dunne, Philip D. and McQuaid, Stephen and Gray, Ronan T. and Murray, Liam J. and Coleman, Helen G. and James, Jacqueline A. and Salto-Tellez, Manuel and Hamilton, Peter W.},
year = {2017},
month = dec
}
@article{Humphries2021,
title = {QuPath: The global impact of an open source digital pathology system},
volume = {19},
ISSN = {2001-0370},
url = {http://dx.doi.org/10.1016/j.csbj.2021.01.022},
DOI = {10.1016/j.csbj.2021.01.022},
journal = {Computational and Structural Biotechnology Journal},
publisher = {Elsevier BV},
author = {Humphries, M.P. and Maxwell, P. and Salto-Tellez, M.},
year = {2021},
pages = {852–859}
}
@Manual{R2025,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2025},
url = {https://www.R-project.org/},
}
@article{Ojkic2019,
title = {Surface-to-volume scaling and aspect ratio preservation in rod-shaped bacteria},
volume = {8},
ISSN = {2050-084X},
url = {http://dx.doi.org/10.7554/eLife.47033},
DOI = {10.7554/elife.47033},
journal = {eLife},
publisher = {eLife Sciences Publications, Ltd},
author = {Ojkic, Nikola and Serbanescu, Diana and Banerjee, Shiladitya},
year = {2019},
month = aug
}
@article{Bible2008,
title = {Function of a Chemotaxis-Like Signal Transduction Pathway in Modulating Motility, Cell Clumping, and Cell Length in the Alphaproteobacterium
Azospirillum brasilense},
volume = {190},
ISSN = {1098-5530},
url = {http://dx.doi.org/10.1128/JB.00734-08},
DOI = {10.1128/jb.00734-08},
number = {19},
journal = {Journal of Bacteriology},
publisher = {American Society for Microbiology},
author = {Bible, Amber N. and Stephens, Bonnie B. and Ortega, Davi R. and Xie, Zhihong and Alexandre, Gladys},
year = {2008},
month = oct,
pages = {6365–6375}
}
@article{Cutler2022,
title = {Omnipose: a high-precision morphology-independent solution for bacterial cell segmentation},
volume = {19},
ISSN = {1548-7105},
url = {http://dx.doi.org/10.1038/s41592-022-01639-4},
DOI = {10.1038/s41592-022-01639-4},
number = {11},
journal = {Nature Methods},
publisher = {Springer Science and Business Media LLC},
author = {Cutler, Kevin J. and Stringer, Carsen and Lo, Teresa W. and Rappez, Luca and Stroustrup, Nicholas and Brook Peterson, S. and Wiggins, Paul A. and Mougous, Joseph D.},
year = {2022},
month = oct,
pages = {1438–1448}
}
@misc{bsm2025,
author = {Bruno S. Monteiro and Kang Wu},
title = {The lengths of bacilli after Omnipose},
year = {2025},
month = Nov,
url = {https://forum.image.sc/t/the-lengths-of-bacilli-after-omnipose/117452}
}
@article{Gyllborg2020,
title = {Hybridization-based in situ sequencing (HybISS) for spatially resolved transcriptomics in human and mouse brain tissue},
volume = {48},
ISSN = {1362-4962},
url = {http://dx.doi.org/10.1093/nar/gkaa792},
DOI = {10.1093/nar/gkaa792},
number = {19},
journal = {Nucleic Acids Research},
publisher = {Oxford University Press (OUP)},
author = {Gyllborg, Daniel and Langseth, Christoffer Mattsson and Qian, Xiaoyan and Choi, Eunkyoung and Salas, Sergio Marco and Hilscher, Markus M and Lein, Ed S and Nilsson, Mats},
year = {2020},
month = sep,
pages = {e112–e112}
}
@article{Sheng2023,
title = {Multiplex Immunofluorescence: A Powerful Tool in Cancer Immunotherapy},
volume = {24},
ISSN = {1422-0067},
url = {http://dx.doi.org/10.3390/ijms24043086},
DOI = {10.3390/ijms24043086},
number = {4},
journal = {International Journal of Molecular Sciences},
publisher = {MDPI AG},
author = {Sheng, Wenjie and Zhang, Chaoyu and Mohiuddin, T. M. and Al-Rawe, Marwah and Zeppernick, Felix and Falcone, Franco H. and Meinhold-Heerlein, Ivo and Hussain, Ahmad Fawzi},
year = {2023},
month = feb,
pages = {3086}
}
@article{DominguezMantes2025,
title = {Spotiflow: accurate and efficient spot detection for fluorescence microscopy with deep stereographic flow regression},
volume = {22},
ISSN = {1548-7105},
url = {http://dx.doi.org/10.1038/s41592-025-02662-x},
DOI = {10.1038/s41592-025-02662-x},
number = {7},
journal = {Nature Methods},
publisher = {Springer Science and Business Media LLC},
author = {Dominguez Mantes, Albert and Herrera, Antonio and Khven, Irina and Schlaeppi, Anjalie and Kyriacou, Eftychia and Tsissios, Georgios and Skoufa, Evangelia and Santangeli, Luca and Buglakova, Elena and Durmus, Emine Berna and Manley, Suliana and Kreshuk, Anna and Arendt, Detlev and Aztekin, Can and Lingner, Joachim and La Manno, Gioele and Weigert, Martin},
year = {2025},
month = jun,
pages = {1495–1504}
}
@article{Gern2025,
title = {Early and opposing neutrophil and CD4 T cell responses shape pulmonary tuberculosis pathology},
volume = {222},
ISSN = {1540-9538},
url = {http://dx.doi.org/10.1084/jem.20250161},
DOI = {10.1084/jem.20250161},
number = {10},
journal = {Journal of Experimental Medicine},
publisher = {Rockefeller University Press},
author = {Gern, Benjamin H. and Klas, Josepha M. and Foster, Kimberly A. and Kanagy, Molly E. and Cohen, Sara B. and Plumlee, Courtney R. and Duffy, Fergal J. and Neal, Maxwell L. and Halima, Mehnaz and Gustin, Andrew T. and Stull, Sylvia M. and Wilson, Jasmine J. and Diercks, Alan H. and Aderem, Alan and Gale, Michael and Aitchison, John D. and Gerner, Michael Y. and Urdahl, Kevin B.},
year = {2025},
month = jul
}
@article{Sato2015,
title = {Scale dependence of structure-function relationship in the emphysematous mouse lung},
volume = {6},
ISSN = {1664-042X},
url = {http://dx.doi.org/10.3389/fphys.2015.00146},
DOI = {10.3389/fphys.2015.00146},
journal = {Frontiers in Physiology},
publisher = {Frontiers Media SA},
author = {Sato, Susumu and Bartolák-Suki, Erzsébet and Parameswaran, Harikrishnan and Hamakawa, Hiroshi and Suki, Béla},
year = {2015},
month = may
}
@article{Engler2025,
title = {Tidyplots empowers life scientists with easy code‐based data visualization},
volume = {4},
ISSN = {2770-596X},
url = {http://dx.doi.org/10.1002/imt2.70018},
DOI = {10.1002/imt2.70018},
number = {2},
journal = {iMeta},
publisher = {Wiley},
author = {Engler, Jan Broder},
year = {2025},
month = mar
}
@Book{ggplot2,
author = {Hadley Wickham},
title = {ggplot2: Elegant Graphics for Data Analysis},
publisher = {Springer-Verlag New York},
year = {2016},
isbn = {978-3-319-24277-4},
url = {https://ggplot2.tidyverse.org},
}
@article{nrb2025,
volume = {3},
author = {Editorial},
ISSN = {2731-6092},
url = {http://dx.doi.org/10.1038/s44222-025-00323-4},
DOI = {10.1038/s44222-025-00323-4},
number = {6},
journal = {Nature Reviews Bioengineering},
publisher = {Springer Science and Business Media LLC},
year = {2025},
month = jun,
pages = {431–431}
}
@misc{Humber2025,
author = {Huber, Wolfgang},
url = {https://bsky.app/profile/wkhuber.bsky.social/post/3ly74ixycj22w},
title = {},
year = {2025-09-07}
}
@article{Robert2025,
author = {Robert E Johnstone},
journal = {Anesthesiology},
number = {4},
title = {Everything Is Tuberculosis: The History and Persistence of Our Deadliest Infection},
volume = {143},
year = {2025},
url = {https://pubmed.ncbi.nlm.nih.gov/40923839/}
}
@article{Burki2025,
title = {Everything is Tuberculosis},
volume = {13},
ISSN = {2213-2600},
url = {http://dx.doi.org/10.1016/S2213-2600(25)00171-7},
DOI = {10.1016/s2213-2600(25)00171-7},
number = {8},
journal = {The Lancet Respiratory Medicine},
publisher = {Elsevier BV},
author = {Burki, Talha},
year = {2025},
month = aug,
pages = {674–675}
}
@article{RankineWilson2021,
title = {From infection niche to therapeutic target: the intracellular lifestyle of Mycobacterium tuberculosis},
volume = {167},
ISSN = {1465-2080},
url = {http://dx.doi.org/10.1099/mic.0.001041},
DOI = {10.1099/mic.0.001041},
number = {4},
journal = {Microbiology},
publisher = {Microbiology Society},
author = {Rankine-Wilson, Leah Isobella and Shapira, Tirosh and Sao Emani, Carine and Av-Gay, Yossef},
year = {2021},
month = apr
}
@article{Cutler2022,
title = {Omnipose: a high-precision morphology-independent solution for bacterial cell segmentation},
volume = {19},
ISSN = {1548-7105},
url = {http://dx.doi.org/10.1038/s41592-022-01639-4},
DOI = {10.1038/s41592-022-01639-4},
number = {11},
journal = {Nature Methods},
publisher = {Springer Science and Business Media LLC},
author = {Cutler, Kevin J. and Stringer, Carsen and Lo, Teresa W. and Rappez, Luca and Stroustrup, Nicholas and Brook Peterson, S. and Wiggins, Paul A. and Mougous, Joseph D.},
year = {2022},
month = oct,
pages = {1438–1448}
}
@article{Pachitariu2025,
title = {Cellpose-SAM: superhuman generalization for cellular segmentation},
url = {http://dx.doi.org/10.1101/2025.04.28.651001},
DOI = {10.1101/2025.04.28.651001},
publisher = {Cold Spring Harbor Laboratory},
author = {Pachitariu, Marius and Rariden, Michael and Stringer, Carsen},
year = {2025},
month = may
}
@misc{Hadley2025,
author = {Hadley, Wickham},
title = {A personal history of the tidyverse},
year = {2025},
month = {Oct.},
url = {https://hadley.github.io/25-tidyverse-history/}
}
@Manual{ygc2025,
title = {hexSticker: Create Hexagon Sticker in R},
author = {Guangchuang Yu},
year = {2025},
url = {https://github.com/GuangchuangYu/hexSticker},
}
@Manual{emil2025,
title = {hexSticker: Create Hexagon Sticker in R},
author = {Guangchuang Yu},
year = {2025},
note = {R package version 0.5.2, commit 1aebee8ea653499ada54c8f147fd8516b3ea1106},
url = {https://github.com/emilioxavier/hexSticker},
}
@misc{QuPath,
title = {QuPath},
url = {https://qupath.readthedocs.io/en/0.6/}
}
@misc{QuPathFiJi,
title = {QuPath embedded with FiJi},
url = {https://forum.image.sc/t/embedding-fiji-inside-qupath/105065/19}
}
@misc{IBA,
title = {Introduction to Bioimage Analysis},
url = {https://bioimagebook.github.io/index.html}
}
@misc{Peter,
title = {Dr. Peter Bankhead},
url = {https://pathology.ed.ac.uk/people/staff-and-students/dr-peter-bankhead}
}
@misc{MicroscopyRA2020,
author = {MicroscopyRA},
title = {QuPath: saving filtered DetectionTable with MeasurementExporter for current image only?},
year = {2020},
url = {https://forum.image.sc/t/qupath-saving-filtered-detectiontable-with-measurementexporter-for-current-image-only/41328/2}
}
@article{Schindelin2012,
title = {Fiji: an open-source platform for biological-image analysis},
volume = {9},
ISSN = {1548-7105},
url = {http://dx.doi.org/10.1038/nmeth.2019},
DOI = {10.1038/nmeth.2019},
number = {7},
journal = {Nature Methods},
publisher = {Springer Science and Business Media LLC},
author = {Schindelin, Johannes and Arganda-Carreras, Ignacio and Frise, Erwin and Kaynig, Verena and Longair, Mark and Pietzsch, Tobias and Preibisch, Stephan and Rueden, Curtis and Saalfeld, Stephan and Schmid, Benjamin and Tinevez, Jean-Yves and White, Daniel James and Hartenstein, Volker and Eliceiri, Kevin and Tomancak, Pavel and Cardona, Albert},
year = {2012},
month = jun,
pages = {676–682}
}
@misc{Jrbr,
author = {JrBr and Odinsbane and Curtis, Rueden},
title = {The stable release comes with two ways to start Fiji},
year = {2025-2026},
url = {https://forum.image.sc/t/the-stable-release-comes-with-two-ways-to-start-fiji/118326}
}
@misc{Pete_pixelSize,
author = {Pete and Bankhead},
title = {Introduction to Bioimage Analysis},
year = {2022-2025},
url = {https://bioimagebook.github.io/chapters/1-concepts/5-pixel_size/pixel_size.html}
}
@misc{QuPath_ImageJ,
author = {QuPath_docs_authors},
title = {QuPath_advanced_ImageJ},
year = {2019-2025},
url = {https://qupath.readthedocs.io/en/0.6/docs/advanced/imagej.html}
}
@article{Maharana2025,
title = {Cryo-EM and cryo-ET reveal the molecular architecture and host interactions of mycobacteriophage Douge},
volume = {44},
ISSN = {2211-1247},
url = {http://dx.doi.org/10.1016/j.celrep.2025.116057},
DOI = {10.1016/j.celrep.2025.116057},
number = {8},
journal = {Cell Reports},
publisher = {Elsevier BV},
author = {Maharana, Jitendra and Wang, Chun-Hsiung and Tsai, Li-An and Liao, Yi-Ting and Yang, Cheng-Han and Shen, Melvin C. and Macale, Lourriel S. and Tran, Thang Ngoc and Narsico, Joemark and Perez, Ronelito J. and Tewary, Sunil Kumar and Wu, Jian-Li and Lin, Hong-You and Chang, Shu-Wei and Franklin, Aaron and Moynihan, Patrick J. and Jacobs-Sera, Deborah and Freeman, Krista G. and Hatfull, Graham F. and Lowary, Todd L. and Ho, Meng-Chiao},
year = {2025},
month = aug,
pages = {116057}
}
@article{Gajigan2025,
title = {A dinoflagellate-infecting giant virus with a micron-length tail},
url = {http://dx.doi.org/10.1101/2025.07.19.665647},
DOI = {10.1101/2025.07.19.665647},
publisher = {Cold Spring Harbor Laboratory},
author = {Gajigan, Andrian P. and Schvarcz, Christopher R. and Laughlin, Amanda B. and Weatherby, Tina M. and Culley, Alexander I. and Edwards, Kyle F. and Steward, Grieg F.},
year = {2025},
month = jul
}
@article{Metcalf2025,
title = {Convergence and divergence of individual immune responses over the life course},
volume = {389},
ISSN = {1095-9203},
url = {http://dx.doi.org/10.1126/science.ady9543},
DOI = {10.1126/science.ady9543},
number = {6760},
journal = {Science},
publisher = {American Association for the Advancement of Science (AAAS)},
author = {Metcalf, C. Jessica E. and Graham, Andrea L. and Yates, Andrew J. and Cummings, Derek A. T.},
year = {2025},
month = aug,
pages = {604–609}
}
@article{Leddy2025,
title = {Targeting infection-specific peptides in immunopeptidomics studies for vaccine target discovery},
volume = {222},
ISSN = {1540-9538},
url = {http://dx.doi.org/10.1084/jem.20250444},
DOI = {10.1084/jem.20250444},
number = {10},
journal = {Journal of Experimental Medicine},
publisher = {Rockefeller University Press},
author = {Leddy, Owen and Yuki, Yuko and Carrington, Mary and Bryson, Bryan D. and White, Forest M.},
year = {2025},
month = jul
}
@article{Leddy2024,
title = {PathMHC: a workflow to selectively target pathogen-derived MHC peptides in discovery immunopeptidomics experiments for vaccine target identification},
url = {http://dx.doi.org/10.1101/2024.09.11.612454},
DOI = {10.1101/2024.09.11.612454},
journal = {bioRxiv},
publisher = {Cold Spring Harbor Laboratory},
author = {Leddy, Owen and Yuki, Yuko and Carrington, Mary and Bryson, Bryan D. and White, Forest M.},
year = {2024},
month = sep
}
@article{Willems2025,
title = {Target acquired: Lock-on bacterial immunopeptides},
volume = {222},
ISSN = {1540-9538},
url = {http://dx.doi.org/10.1084/jem.20251232},
DOI = {10.1084/jem.20251232},
number = {10},
journal = {Journal of Experimental Medicine},
publisher = {Rockefeller University Press},
author = {Willems, Patrick and Kovalchuke, Lyudmila and Impens, Francis},
year = {2025},
month = jul
}
@article{Boehmer2025,
title = {Interferons in health and disease},
url = {https://www.cell.com/cell/fulltext/S0092-8674(25)00746-9},
journal = {Cell},
author = {Daniel, Boehmer and Ivan, Zanoni},
year = {2025},
month = aug,
pages = {4480-4504}
}
@Article{vaccines13090893,
AUTHOR = {Zhang, Jiaqi Amber and Nizet, Victor},
TITLE = {The Central Importance of Vaccines to Mitigate the Threat of Antibiotic-Resistant Bacterial Pathogens},
JOURNAL = {Vaccines},
VOLUME = {13},
YEAR = {2025},
NUMBER = {9},
ARTICLE-NUMBER = {893},
URL = {https://www.mdpi.com/2076-393X/13/9/893},
ISSN = {2076-393X},
DOI = {10.3390/vaccines13090893}
}
@Article{medsci13030129,
AUTHOR = {Demyashkin, Grigory and Shchekin, Vladimir and Belokopytov, Dmitriy and Borovaya, Tatyana and Zaborsky, Ivan and Safiullin, Kadir and Karyakin, Oleg and Krasheninnikov, Alexey and Vorobyev, Nikolay and Shegay, Petr and Kaprin, Andrei},
TITLE = {Phenotypic and Spatial Characterization of Tumor-Associated Macrophages in Non-Metastatic Seminoma: Association with Local Tumor Progression},
JOURNAL = {Medical Sciences},
VOLUME = {13},
YEAR = {2025},
NUMBER = {3},
ARTICLE-NUMBER = {129},
URL = {https://www.mdpi.com/2076-3271/13/3/129},
ISSN = {2076-3271},
DOI = {10.3390/medsci13030129}
}
@article{Pounraj2023,
title = {Targeting Tumor Heterogeneity with Neoantigen-Based Cancer Vaccines},
volume = {84},
ISSN = {1538-7445},
url = {http://dx.doi.org/10.1158/0008-5472.CAN-23-2042},
DOI = {10.1158/0008-5472.can-23-2042},
number = {3},
journal = {Cancer Research},
publisher = {American Association for Cancer Research (AACR)},
author = {Pounraj, Saranya and Chen, Shuxiong and Ma, Linlin and Mazzieri, Roberta and Dolcetti, Riccardo and Rehm, Bernd H.A.},
year = {2023},
month = dec,
pages = {353–363}
}
@article{Rachel2025,
author = {Rachel K Meade, Oyindamola O Adefisayo, Marco T P Gontijo, Summer J Harris, Charlie J Pyle, Kaley M Wilburn, Alwyn M V Ecker, Erika J Hughes, Paloma D Garcia, Joshua Ivie, Michael L McHenry, Penelope H Benchek, Harriet Mayanja-Kizza, Jadee L Neff, Dennis C Ko, Jason E Stout, Catherine M Stein, Thomas R Hawn, David M Tobin, Clare M Smith},
journal = {PLoS Biol.},
number = {9},
title = {Cathepsin Z is a conserved susceptibility factor underlying tuberculosis severity},
volume = {23},
year = {2025},
pages = {e3003377},
url = {https://pubmed.ncbi.nlm.nih.gov/40924769/}
}
@article{2012,
title = {The Genome Architecture of the Collaborative Cross Mouse Genetic Reference Population},
volume = {190},
ISSN = {1943-2631},
url = {http://dx.doi.org/10.1534/genetics.111.132639},
DOI = {10.1534/genetics.111.132639},
number = {2},
journal = {Genetics},
publisher = {Oxford University Press (OUP)},
year = {2012},
month = feb,
pages = {389–401}
}
@article{Srivastava2017,
title = {Genomes of the Mouse Collaborative Cross},
volume = {206},
ISSN = {1943-2631},
url = {http://dx.doi.org/10.1534/genetics.116.198838},
DOI = {10.1534/genetics.116.198838},
number = {2},
journal = {Genetics},
publisher = {Oxford University Press (OUP)},
author = {Srivastava, Anuj and Morgan, Andrew P and Najarian, Maya L and Sarsani, Vishal Kumar and Sigmon, J Sebastian and Shorter, John R and Kashfeen, Anwica and McMullan, Rachel C and Williams, Lucy H and Giusti-Rodríguez, Paola and Ferris, Martin T and Sullivan, Patrick and Hock, Pablo and Miller, Darla R and Bell, Timothy A and McMillan, Leonard and Churchill, Gary A and de Villena, Fernando Pardo-Manuel},
year = {2017},
month = jun,
pages = {537–556}
}
@article{Bjnes2025,
title = {STING-adjuvanted outer membrane vesicle nanoparticle vaccine against Pseudomonas aeruginosa},
volume = {10},
ISSN = {2379-3708},
url = {http://dx.doi.org/10.1172/jci.insight.188105},
DOI = {10.1172/jci.insight.188105},
number = {17},
journal = {JCI Insight},
publisher = {American Society for Clinical Investigation},
author = {Bjånes, Elisabet and Krishnan, Nishta and Koh, Truman and Ngo, Anh T.P. and Cole, Jason and Olson, Joshua and Cornax, Ingrid and Chen, Chih-Ho and Chavarria, Natalie and Dahesh, Samira and Hannah, Shawn M. and Stream, Alexandra and Zhang, Jiaqi Amber and Besan\c{c}on, Hervé and Sun, Daniel and Yendluri, Siri and Morrill, Sydney and Zhou, Jiarong and Mohapatra, Animesh and Fang, Ronnie H. and Nizet, Victor},
year = {2025},
month = jul
}
@article{RaveslootChavez2025,
title = {Tuberculosis susceptibility in genetically diverse mice reveals functional diversity of neutrophils},
volume = {13},
ISSN = {2050-084X},
url = {http://dx.doi.org/10.7554/eLife.102441},
DOI = {10.7554/elife.102441},
journal = {eLife},
publisher = {eLife Sciences Publications, Ltd},
author = {Ravesloot-Chavez, Marietta M and Van Dis, Erik and Fox, Douglas and Anaya-Sanchez, Andrea and Espich, Scott and Nguyenla, Xammy Huu and Rawal, Sagar and Samani, Helia and Ballinger, Mallory and Thomas, Henry F and Kotov, Dmitri I and Vance, Russell E and Nachman, Michael W and Stanley, Sarah A},
year = {2025},
month = sep
}
@article{RaveslootChvez2023,
title = {Tuberculosis susceptibility in genetically diverse mice reveals functional diversity of neutrophils},
url = {http://dx.doi.org/10.1101/2023.06.29.547125},
DOI = {10.1101/2023.06.29.547125},
publisher = {Cold Spring Harbor Laboratory},
author = {Ravesloot-Chávez, Mariëtta M. and Van Dis, Erik and Fox, Douglas and Anaya Sanchez, Andrea and Espich, Scott and Nguyenla, Xammy H. and Rawal, Sagar L. and Samani, Helia and Ballinger, Mallory A. and Thomas, Henry and Kotov, Dmitri and Vance, Russell and Nachman, Michael W. and Stanley, Sarah A.},
year = {2023},
month = jun
}
@article{Dong2025,
title = {The modern expansion of Dscam1 isoform diversity in Drosophila is linked to fitness and immunity},
volume = {23},
ISSN = {1545-7885},
url = {http://dx.doi.org/10.1371/journal.pbio.3003383},
DOI = {10.1371/journal.pbio.3003383},
number = {9},
journal = {PLOS Biology},
publisher = {Public Library of Science (PLoS)},
author = {Dong, Haiyang and Wu, Lili and Wang, Zhechao and Qu, Huiru and Xie, Jinpeng and Liu, Yaoqi and Lv, Jingsong and Bao, Nengcheng and Zhang, Jian and Guo, Pengjuan and Yan, Ru and Fu, Jiayan and Shi, Jilong and Fu, Ying and Li, Lei and Du, Yiwen and Ma, Hongru and Shi, Feng and Huang, Jianhua and Jin, Yongfeng},
editor = {Ye, Bing},
year = {2025},
month = sep,
pages = {e3003383}
}
@article{Dong2023,
title = {A systematic CRISPR screen reveals redundant and specific roles for Dscam1 isoform diversity in neuronal wiring},
volume = {21},
ISSN = {1545-7885},
url = {http://dx.doi.org/10.1371/journal.pbio.3002197},
DOI = {10.1371/journal.pbio.3002197},
number = {7},
journal = {PLOS Biology},
publisher = {Public Library of Science (PLoS)},
author = {Dong, Haiyang and Yang, Xi and Wu, Lili and Zhang, Shixin and Zhang, Jian and Guo, Pengjuan and Du, Yiwen and Pan, Changkun and Fu, Ying and Li, Lei and Shi, Jilong and Zhu, Yanda and Ma, Hongru and Bian, Lina and Xu, Bingbing and Li, Guo and Shi, Feng and Huang, Jianhua and He, Haihuai and Jin, Yongfeng},
editor = {Ye, Bing},
year = {2023},
month = jul,
pages = {e3002197}
}
@article{Chen2025,
title = {A cGAS-mediated mechanism in naked mole-rats potentiates DNA repair and delays aging},
volume = {390},
ISSN = {1095-9203},
url = {http://dx.doi.org/10.1126/science.adp5056},
DOI = {10.1126/science.adp5056},
number = {6769},
journal = {Science},
publisher = {American Association for the Advancement of Science (AAAS)},
author = {Chen, Yu and Chen, Zhixi and Wang, Hao and Cui, Zhen and Li, Kai-Le and Song, Zhiwei and Chen, Lingjiang and Sun, Xiaoxiang and Xu, Xiaoyu and Zhang, Yixue and Tan, Li and Yuan, Jian and Tan, Rong and Luo, Min-Hua and Sun, Fang-Lin and Liu, Haipeng and Jiang, Ying and Mao, Zhiyong},
year = {2025},
month = oct
}
@article{Martinez2025,
title = {Longevity steps on the cGAS},
volume = {390},
ISSN = {1095-9203},
url = {http://dx.doi.org/10.1126/science.aeb6125},
DOI = {10.1126/science.aeb6125},
number = {6769},
journal = {Science},
publisher = {American Association for the Advancement of Science (AAAS)},
author = {Martinez, John C. and Seluanov, Andrei and Gorbunova, Vera},
year = {2025},
month = oct,
pages = {126–127}
}
@article{Murakami2025,
title = {An open-source photobleacher for fluorescence imaging of large pigment-rich tissues},
volume = {122},
ISSN = {1091-6490},
url = {http://dx.doi.org/10.1073/pnas.2426628122},
DOI = {10.1073/pnas.2426628122},
number = {38},
journal = {Proceedings of the National Academy of Sciences},
publisher = {Proceedings of the National Academy of Sciences},
author = {Murakami, Tatsuya C. and Belenko, Nick and Dennis, Griffin and Wang, Cuidong and Siantoputri, Maria Esterlita and Maeda, Yurie and Pressl, Christina and Heintz, Nathaniel},
year = {2025},
month = sep
}
@article{Ruzette2025,
title = {An image analysis pipeline to quantify the spatial distribution of cell markers in stroma-rich tumors},
volume = {5},
ISSN = {2673-7647},
url = {http://dx.doi.org/10.3389/fbinf.2025.1619790},
DOI = {10.3389/fbinf.2025.1619790},
journal = {Frontiers in Bioinformatics},
publisher = {Frontiers Media SA},
author = {Ruzette, Antoine A. and Kozlova, Nina and Cruz, Kayla A. and Muranen, Taru and Nørrelykke, Simon F.},
year = {2025},
month = sep
}
@article{Kobak2025,
title = {Delving into LLM-assisted writing in biomedical publications through excess vocabulary},
volume = {11},
ISSN = {2375-2548},
url = {http://dx.doi.org/10.1126/sciadv.adt3813},
DOI = {10.1126/sciadv.adt3813},
number = {27},
journal = {Science Advances},
publisher = {American Association for the Advancement of Science (AAAS)},
author = {Kobak, Dmitry and González-Márquez, Rita and Horvát, Emőke-Ágnes and Lause, Jan},
year = {2025},
month = jul
}
@article{Fogg2026,
title = {The visual system of the longest-living vertebrate, the Greenland shark},
volume = {17},
ISSN = {2041-1723},
url = {http://dx.doi.org/10.1038/s41467-025-67429-6},
DOI = {10.1038/s41467-025-67429-6},
number = {1},
journal = {Nature Communications},
publisher = {Springer Science and Business Media LLC},
author = {Fogg, Lily G. and Tom, Emily and Policarpo, Maxime and Cho, William and Gao, Fangyuan and Hii, Doreen and Fawcett, Aaron E. and Boileau, Nicolas and Bech-Poulsen, Amalie and Steffensen, Kirstine F. and Ng, Cherlyn J. and Bushnell, Peter G. and Steffensen, John Fleng and Brill, Richard and Salzburger, Walter and Skowronska-Krawczyk, Dorota},
year = {2026},
month = jan
}
@article{Nielsen2016,
title = {Eye lens radiocarbon reveals centuries of longevity in the Greenland shark (Somniosus microcephalus)},
volume = {353},
ISSN = {1095-9203},
url = {http://dx.doi.org/10.1126/science.aaf1703},
DOI = {10.1126/science.aaf1703},
number = {6300},
journal = {Science},
publisher = {American Association for the Advancement of Science (AAAS)},
author = {Nielsen, Julius and Hedeholm, Rasmus B. and Heinemeier, Jan and Bushnell, Peter G. and Christiansen, Jørgen S. and Olsen, Jesper and Ramsey, Christopher Bronk and Brill, Richard W. and Simon, Malene and Steffensen, Kirstine F. and Steffensen, John F.},
year = {2016},
month = aug,
pages = {702–704}
}
@article{Sever2023,
title = {Biomedical publishing: Past historic, present continuous, future conditional},
volume = {21},
ISSN = {1545-7885},
url = {http://dx.doi.org/10.1371/journal.pbio.3002234},
DOI = {10.1371/journal.pbio.3002234},
number = {10},
journal = {PLOS Biology},
publisher = {Public Library of Science (PLoS)},
author = {Sever, Richard},
year = {2023},
month = oct,
pages = {e3002234}
}
@misc{Miura2025,
author = {Chiaki, Miura},
title = {DNA Barcoding of Research Diversity},
year = {2025},
month = {oct},
url = {https://millephilosoph.xyz/posts/dna-barcoding-research-diversity/}
}
@misc{UC2025,
author = {Aidin, Vaziri},
title = {University of California sets world record with five Nobel Prizes in one week},
year = {2025},
month = {oct},
url = {https://ls.berkeley.edu/news/university-california-sets-world-record-five-nobel-prizes-one-week}
}
@misc{Hadley2025,
author = {Hadley, Wickham},
title = {A personal history of the tidyverse},
year = {2025},
month = {Oct.},
url = {https://hadley.github.io/25-tidyverse-history/}
}
@article{Gllich2025,
title = {Recent discoveries on the acquisition of the highest levels of human performance},
volume = {390},
ISSN = {1095-9203},
url = {http://dx.doi.org/10.1126/science.adt7790},
DOI = {10.1126/science.adt7790},
number = {6779},
journal = {Science},
publisher = {American Association for the Advancement of Science (AAAS)},
author = {G\"{u}llich, Arne and Barth, Michael and Hambrick, David Z. and Macnamara, Brooke N.},
year = {2025},
month = dec
}
@misc{KW_eosin2026,
author = {Kang, Wu and Léo, Leplat and Sarah, Arsalan},
title = {Exporting color deconvoluted channels (e.g. Eosin) via script},
year = {2026},
url = {https://forum.image.sc/t/exporting-color-deconvoluted-channels-e-g-eosin-via-script/118918/4}
}
@misc{KW_classpose2026,
author = {Kang, Wu and josegcpa},
title = {Classpose: foundation model-driven whole slide image-scale cell phenotyping in H&E (with QuPath extension!)},
year = {2026},
url = {https://forum.image.sc/t/classpose-foundation-model-driven-whole-slide-image-scale-cell-phenotyping-in-h-e-with-qupath-extension/118516/13}
}
@article{Mandal2025,
title = {Classpose: foundation model-driven whole slide image-scale cell phenotyping in H&E},
url = {http://dx.doi.org/10.64898/2025.12.18.695211},
DOI = {10.64898/2025.12.18.695211},
publisher = {openRxiv},
author = {Mandal, Soham and de Almeida, José Guilherme and Papanikolaou, Nickolas and Graham, Trevor A},
year = {2025},
month = dec
}
@misc{Classpose_qupath,
author = {Soham, Mandal},
title = {classpose},
year = {2025},
url = {https://github.com/sohmandal/classpose/tree/main}
}
@misc{lizard_arxiv,
doi = {10.48550/ARXIV.2108.11195},
url = {https://arxiv.org/abs/2108.11195},
author = {Graham, Simon and Jahanifar, Mostafa and Azam, Ayesha and Nimir, Mohammed and Tsang, Yee-Wah and Dodd, Katherine and Hero, Emily and Sahota, Harvir and Tank, Atisha and Benes, Ksenija and Wahab, Noorul and Minhas, Fayyaz and Raza, Shan E Ahmed and Daly, Hesham El and Gopalakrishnan, Kishore and Snead, David and Rajpoot, Nasir},
keywords = {Computer Vision and Pattern Recognition (cs.CV), Machine Learning (cs.LG), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {Lizard: A Large-Scale Dataset for Colonic Nuclear Instance Segmentation and Classification},
publisher = {arXiv},
year = {2021},
copyright = {Creative Commons Attribution Non Commercial Share Alike 4.0 International}
}
@misc{sciessai,
author = {SCiessai},
title = {【数据分享】2024年5月最新全国省市县行政区划shp数据,下载和处理过程,带审图号},
year = {2024},
url = {https://zhuanlan.zhihu.com/p/720041249}
}
@misc{Andrew_Heiss,
author = {Andrew and Heiss},
title = {Making Middle Earth maps with R},
year = {2023},
url = {https://www.andrewheiss.com/blog/2023/04/26/middle-earth-mapping-sf-r-gis/}
}
@article{apc2026,
url = {https://www.science.org/content/article/major-china-funder-plans-curtail-spending-pricey-open-access-fees},
DOI = {10.1126/science.zobbgx9},
journal = {Science},
publisher = {American Association for the Advancement of Science (AAAS)},
year = {2026},
title = {Major Chinese funder to stop paying fees for 30 pricey open-access journals},
month = feb
}