diff --git a/CycloBranch/core/cSequence.cpp b/CycloBranch/core/cSequence.cpp index a584ded..872f63c 100644 --- a/CycloBranch/core/cSequence.cpp +++ b/CycloBranch/core/cSequence.cpp @@ -204,7 +204,7 @@ string cSequence::getNameWithReferenceAsHTMLString() { if (!correctreference) { rx = "^DOI: "; if (regex_search(reference, rx)) { - s += ""; + s += ""; s += name; s += ""; correctreference = true; diff --git a/CycloBranch/gui/cAboutWidget.cpp b/CycloBranch/gui/cAboutWidget.cpp index 003fdad..80dd06e 100644 --- a/CycloBranch/gui/cAboutWidget.cpp +++ b/CycloBranch/gui/cAboutWidget.cpp @@ -21,17 +21,17 @@ cAboutWidget::cAboutWidget(QWidget* parent) { QString citations = "Any work based on CycloBranch shall cite any of the following references:

"; citations += "Jiri Novak, Karel Lemr, Kevin A. Schug, Vladimir Havlicek:
"; citations += "CycloBranch: De Novo Sequencing of Nonribosomal Peptides from Accurate Product Ion Mass Spectra,
"; - citations += "J. Am. Soc. Mass Spectrom., vol. 26, no. 10, pp. 1780-1786, 2015. DOI: 10.1007/s13361-015-1211-1.
"; + citations += "J. Am. Soc. Mass Spectrom., vol. 26, no. 10, pp. 1780-1786, 2015. DOI: 10.1007/s13361-015-1211-1.
"; citations += "Download citation: [ ris ], [ bib ]

"; citations += "Jiri Novak, Lucie Sokolova, Karel Lemr, Tomas Pluhacek, Andrea Palyzova, Vladimir Havlicek:
"; citations += "Batch-processing of Imaging or Liquid-chromatography Mass Spectrometry Datasets and De Novo Sequencing of Polyketide Siderophores,
"; - citations += "BBA - Proteins Proteom., vol. 1865, no. 7, pp. 768-775, 2017. DOI: 10.1016/j.bbapap.2016.12.003.
"; + citations += "BBA - Proteins Proteom., vol. 1865, no. 7, pp. 768-775, 2017. DOI: 10.1016/j.bbapap.2016.12.003.
"; citations += "Download citation: [ ris ], [ bib ]

"; citations += "Jiri Novak, Anton Skriba, Jakub Zapal, Marek Kuzma, Vladimir Havlicek:
"; citations += "CycloBranch: an Open Tool for Fine Isotope Structures in Conventional and Product Ion Mass Spectra,
"; - citations += "J. Mass Spectrom., vol. 53, no. 11, pp. 1097-1103, 2018. DOI: 10.1002/jms.4285.
"; + citations += "J. Mass Spectrom., vol. 53, no. 11, pp. 1097-1103, 2018. DOI: 10.1002/jms.4285.
"; citations += "Download citation: [ ris ], [ bib ]


"; QString licence = "Licence:

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

"; diff --git a/README.md b/README.md index c966da0..f7740ee 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ An open-source, cross-platform and stand-alone tool for mass spectrometry data a http://ms.biomed.cas.cz/cyclobranch/ ## Publications - * [1] *J. Am. Soc. Mass Spectrom.* (2015), 26(10):1780-1786. DOI: [10.1007/s13361-015-1211-1](http://dx.doi.org/10.1007/s13361-015-1211-1) - * [2] *BBA - Proteins Proteom.* (2017), 1865(7):768-775. DOI: [10.1016/j.bbapap.2016.12.003](http://dx.doi.org/10.1016/j.bbapap.2016.12.003) - * [3] *Sci. Rep.* (2017), 7:16523. DOI: [10.1038/s41598-017-16648-z](http://dx.doi.org/10.1038/s41598-017-16648-z) - * [4] *J. Mass Spectrom.* (2018), 53(11):1097-1103. DOI: [10.1002/jms.4285](http://dx.doi.org/10.1002/jms.4285) + * [1] *J. Am. Soc. Mass Spectrom.* (2015), 26(10):1780-1786. DOI: [10.1007/s13361-015-1211-1](https://doi.org/10.1007/s13361-015-1211-1) + * [2] *BBA - Proteins Proteom.* (2017), 1865(7):768-775. DOI: [10.1016/j.bbapap.2016.12.003](https://doi.org/10.1016/j.bbapap.2016.12.003) + * [3] *Sci. Rep.* (2017), 7:16523. DOI: [10.1038/s41598-017-16648-z](https://doi.org/10.1038/s41598-017-16648-z) + * [4] *J. Mass Spectrom.* (2018), 53(11):1097-1103. DOI: [10.1002/jms.4285](https://doi.org/10.1002/jms.4285)