From 1e715613ca950dc7db49500980cbe4004085aa09 Mon Sep 17 00:00:00 2001 From: Jakub Kaczmarzyk Date: Thu, 9 Jun 2022 09:08:34 -0400 Subject: [PATCH] format bibtex + add fix syntax error in wang2022 The wang2022 citation was missing an `@` name. `@misc` was added. In addition, `bibtex` formatting is applied to the citations. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36b1044..6e1ee5a 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Please open new threads or address all questions to xiyue.wang.scu@gmail.com ### Citation Please use below to cite this paper if you find our work useful in your research. -``` +```bibtex @inproceedings{wang2021transpath, title={TransPath: Transformer-Based Self-supervised Learning for Histopathological Image Classification}, author={Wang, Xiyue and Yang, Sen and Zhang, Jun and Wang, Minghui and Zhang, Jing and Huang, Junzhou and Yang, Wei and Han, Xiao}, @@ -122,8 +122,8 @@ Please use below to cite this paper if you find our work useful in your research } ``` -``` -@{wang2022, +```bibtex +@misc{wang2022, title={Transformer-based Unsupervised Contrastive Learning for Histopathological Image Classification}, author={Wang, Xiyue and Yang, Sen and Zhang, Jun and Wang, Minghui and Zhang, Jing and Yang, Wei and Huang, Junzhou and Han, Xiao}, }