From 6f91612e11b701187b3d0c97a2e2aaf4617d6c18 Mon Sep 17 00:00:00 2001 From: Julian Matschinske <julian.matschinske@wzw.tum.de> Date: Tue, 28 Apr 2020 17:42:22 +0200 Subject: [PATCH] Add capitalization --- src/app/pages/citation-page/citation-page.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/citation-page/citation-page.component.html b/src/app/pages/citation-page/citation-page.component.html index 2baba121..5fc81ce8 100644 --- a/src/app/pages/citation-page/citation-page.component.html +++ b/src/app/pages/citation-page/citation-page.component.html @@ -16,7 +16,7 @@ If you use CoVex in your work please reference it as follows: </p> <pre>{{"@misc{sadegh2020exploring,"}} -{{" title={Exploring the SARS-CoV-2 virus-host-drug interactome for drug repurposing},"}} +{{" title={Exploring the {SARS-CoV-2} virus-host-drug interactome for drug repurposing},"}} {{" author={Sepideh Sadegh and Julian Matschinske and David B. Blumenthal and Gihanna Galindez and Tim Kacprowski and Markus List and Reza Nasirigerdeh and Mhaned Oubounyt and Andreas Pichlmair and Tim Daniel Rose and Marisol Salgado-Albarrán and Julian Späth and Alexey Stukalov and Nina K. Wenke and Kevin Yuan and Josch K. Pauling and Jan Baumbach},"}} {{" year={2020},"}} {{" eprint={2004.12420},"}} -- GitLab