diff --git a/README.md b/README.md
index 8033e29..ae0d05e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-
An Ensemble Bioinformatic Platform to Empower One-stop Interactive Analysis of Quantitative Phosphoproteomics.
+
An Ensemble Bioinformatic Platform to Empower Interactive Analysis of Quantitative Phosphoproteomics.
[![Docker Image CI](https://github.com/liuzan-info/PhosMap/actions/workflows/docker-image.yml/badge.svg?branch=main)](https://github.com/liuzan-info/PhosMap/actions/workflows/docker-image.yml)
@@ -242,7 +242,14 @@ Please feel free to submit a pull request, and we will respond promptly to revie
## Citation
-If you find this project useful in your research, please consider cite:
-```
-Forthcoming...
-```
+
If you find this project useful in your research, please consider cite:
+
+Mengsha Tong, Zan Liu, Jiaao Li, Xin Wei, Wenhao Shi, Chenyu Liang, Chunyu Yu, Rongting Huang, Yuxiang Lin, Xinkang Wang, Shun Wang, Yi Wang, Jialiang Huang, Yini Wang, Tingting Li, Jun Qin, Dongdong Zhan, Zhi-Liang Ji,
+PhosMap: An ensemble bioinformatic platform to empower interactive analysis of quantitative phosphoproteomics,
+Computers in Biology and Medicine,
+2024,
+108391,
+ISSN 0010-4825,
+https://doi.org/10.1016/j.compbiomed.2024.108391.
+(https://www.sciencedirect.com/science/article/pii/S001048252400475X)
+
diff --git a/server.R b/server.R
index 0799e82..b377d0e 100644
--- a/server.R
+++ b/server.R
@@ -3327,7 +3327,7 @@ server<-shinyServer(function(input, output, session){
output$usermaxnoproresult2 <- renderDataTable(summarydf_view)
output$usermaxdropproresult2 <- renderDataTable(summarydf_view)
- write.csv(summarydf_view, paste0(maxuserpreloc, "PreNormImputeSummary.csv"), row.names = F)
+ write.csv(summarydf_view, paste0(maxuserpreloc, "PreNormImputeSummary_v.csv"), row.names = F)
write.csv(summarydf, paste0(maxuserpreloc, "PreNormImputeSummary.csv"))
updateTabsetPanel(session, "usermaxresultnav", selected = "usermaxstep2val")