Go to the source code of this file.
|
module | reference_manager |
| provides a uniform framework to add references to CP2K cite and output these
|
|
|
subroutine, public | reference_manager::cite_reference (key) |
| marks a given reference as cited.
|
|
subroutine, public | reference_manager::collect_citations_from_ranks (para_env) |
| Checks for each reference if any mpi-rank has marked it for citation.
|
|
subroutine, public | reference_manager::add_reference (key, authors, title, source, volume, pages, year, doi) |
| add a reference to the bibliography
|
|
subroutine, public | reference_manager::remove_all_references () |
| deallocate the bibliography
|
|
subroutine, public | reference_manager::print_cited_references (unit) |
| printout of all cited references in the journal format sorted by publication year
|
|
subroutine, public | reference_manager::export_references_as_xml (unit) |
| Exports all references as XML.
|
|
pure character(len=default_string_length) function, public | reference_manager::get_citation_key (key) |
| ...
|
|