OpenMS
|
Stores Citations for individual TOPP tools. More...
#include <OpenMS/APPLICATIONS/TOPPBase.h>
Public Member Functions | |
std::string | toString () const |
mangle members to string More... | |
Public Attributes | |
std::string | authors |
list of authors in AMA style, i.e. "surname initials", ... More... | |
std::string | title |
title of article More... | |
std::string | when_where |
suggested format: journal. year; volume, issue: pages More... | |
std::string | doi |
plain DOI (no urls), e.g. 10.1021/pr100177k More... | |
Stores Citations for individual TOPP tools.
An example would be
Suggested format is AMA, e.g. https://www.lib.jmu.edu/citation/amaguide.pdf
|
inline |
mangle members to string
References Citation::authors, Citation::doi, Citation::title, and Citation::when_where.
std::string authors |
list of authors in AMA style, i.e. "surname initials", ...
Referenced by Citation::toString().
std::string doi |
plain DOI (no urls), e.g. 10.1021/pr100177k
Referenced by Citation::toString().
std::string title |
title of article
Referenced by Citation::toString().
std::string when_where |
suggested format: journal. year; volume, issue: pages
Referenced by Citation::toString().