From f7dfd6daae42fed44e7bab25cbabc25418cdb8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9D=E4=BA=91=E7=AF=AA?= <213170096@seu.edu.cn> Date: Fri, 11 Aug 2023 15:29:14 +0800 Subject: [PATCH] publication --- README.md | 15 ++++++++------- web/welcome.html | 15 ++++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2e6caf7..120b1fd 100644 --- a/README.md +++ b/README.md @@ -123,12 +123,13 @@ See [Toolkit manual](https://github.com/huiwenke/MineProt/wiki/Toolkit-manual) f ## Citing this project ```bibtex -@misc{zhu2022mineprot, - title={MineProt: modern application for custom protein curation}, - author={Yunchi Zhu and Chengda Tong and Zuohan Zhao and Zuhong Lu}, - year={2022}, - eprint={2212.07809}, - archivePrefix={arXiv}, - primaryClass={q-bio.QM} +@article{10.1093/database/baad059, + title={MineProt: a stand-alone server for structural proteome curation}, + author={Zhu, Yunchi and Tong, Chengda and Zhao, Zuohan and Lu, Zuhong}, + journal={Database}, + volume={2023}, + pages={baad059}, + year={2023}, + publisher={Oxford University Press} } ``` \ No newline at end of file diff --git a/web/welcome.html b/web/welcome.html index c9376cb..2324c0d 100644 --- a/web/welcome.html +++ b/web/welcome.html @@ -3,13 +3,14 @@

Welcome!

Rapidly setup digital proteomics server for your team.

Please cite:

-
@misc{zhu2022mineprot,
-    title={MineProt: modern application for custom protein curation}, 
-    author={Yunchi Zhu and Chengda Tong and Zuohan Zhao and Zuhong Lu},
-    year={2022},
-    eprint={2212.07809},
-    archivePrefix={arXiv},
-    primaryClass={q-bio.QM}
+        
@article{10.1093/database/baad059,
+    title={"MineProt: a stand-alone server for structural proteome curation"},
+    author={Zhu, Yunchi and Tong, Chengda and Zhao, Zuohan and Lu, Zuhong},
+    journal={Database},
+    volume={2023},
+    pages={baad059},
+    year={2023},
+    publisher={Oxford University Press}
 }