diff --git a/README.md b/README.md
index c1884e259..d4abe656c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Train Ticket:A Benchmark Microservice System
+
+----
The project is a train ticket booking system based on microservice architecture which contains 41 microservices. The programming languages and frameworks it used are as below.
- Java - Spring Boot, Spring Cloud
@@ -113,11 +115,45 @@ We have released a serverless version of Train Ticket.
* [serverless-trainticket](https://github.com/FudanSELab/serverless-trainticket)
## Paper Reference
+Bowen Li, Xin Peng, Qilin Xiang, Hanzhang Wang, Tao Xie, Jun Sun, Xuanzhe Liu.
+**Enjoy your observability: an industrial survey of microservice tracing and analysis**
+Empirical Software Engineering, Volume 27
+Download:[[PDF](https://link.springer.com/content/pdf/10.1007/s10664-021-10063-9.pdf)]
+
+
+
+Chenxi Zhang, Xin Peng, Chaofeng Sha, Ke Zhang, Zhenqing Fu, Xiya Wu, Qingwei Lin, Dongmei Zhang
+**DeepTraLog: Trace-Log Combined Microservice Anomaly Detection through Graph-based Deep Learning**
+In Proceedings of the 44th International Conference on Software EngineeringMay 2022([ICSE 2022](https://dblp.uni-trier.de/db/conf/icse/icse2022.html))
+Download:[[PDF](https://dl.acm.org/doi/pdf/10.1145/3510003.3510180)]
+
+
+
+Dewei Liu, Chuan He, Xin Peng, Fan Lin, Chenxi Zhang, Shengfang Gong, Ziang Li, Jiayu Ou, Zheshun Wu
+**MicroHECL: High-Efficient Root Cause Localization in Large-Scale Microservice Systems**
+2021 IEEE/ACM 43rd International Conference on Software Engineering: Software Engineering in Practice (ICSE-SEIP)
+Download:[[PDF](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9402058)]
+
+
+
+Qilin Xiang, Xin Peng, Chuan He, Hanzhang Wang, Tao Xie, Dewei Liu, Gang Zhang, Yuanfang Cai
+**No Free Lunch: Microservice Practices Reconsidered in Industry**
+2CoRR abs/2106.07321 (2021)
+Download:[[PDF](https://arxiv.org/pdf/2106.07321.pdf)]
+
+
+
+Xiaofeng Guo, Xin Peng, Hanzhang Wang, Wanxue Li, Huai Jiang, Dan Ding, Tao Xie, Liangfei Su
+**Graph-based trace analysis for microservice architecture understanding and problem diagnosis**
+In Proceedings of the 28th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software EngineeringNovember 2020
+Download:[[PDF](https://dl.acm.org/doi/pdf/10.1145/3368089.3417066)]
+
+
Xiang Zhou, Xin Peng, Tao Xie, Jun Sun, Chao Ji, Dewei Liu, Qilin Xiang, and Chuan He.
**Latent Error Prediction and Fault Localization for Microservice Applications by Learning from System Trace Logs.**
-In Proceedings of the 27th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering ([ESEC/FSE 2019](https://esec-fse19.ut.ee/)) , Tallinn, Estonia, August 2019.
+In Proceedings of the 27th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering ([ESEC/FSE 2020](https://dblp.uni-trier.de/db/conf/sigsoft/fse2020.html)) , Tallinn, Estonia, August 2019.
Download: [[PDF](https://cspengxin.github.io/publications/fse19-zhou-microservice.pdf)] [[BibTeX](https://dblp.uni-trier.de/rec/bibtex/conf/sigsoft/Zhou0X0JLXH19)]
diff --git a/image/logo.png b/image/logo.png
new file mode 100644
index 000000000..f26493857
Binary files /dev/null and b/image/logo.png differ