facile_rs.run_bibtex_pipeline

Compile and copy the content of bibtex files to a Grav CMS repository.

Description

This script compiles and copies the content of bibtex files in a similar way as run_markdown_pipeline. A CSL can be provided. Please refer to https://git.opencarp.org/openCARP/publications for an example setup.

Usage

usage: run_bibtex_pipeline.py [-h] --grav-path GRAV_PATH --pipeline PIPELINE
                              --pipeline-source PIPELINE_SOURCE
                              [--pipeline-csl PIPELINE_CSL]
                              [--log-level LOG_LEVEL] [--log-file LOG_FILE]

Named Arguments

--grav-path

Path to the grav repository directory.

--pipeline

Name of the pipeline as specified in the GRAV metadata.

--pipeline-source

Path to the source directory for the pipeline.

--pipeline-csl

Path to the source directory for the pipeline.

--log-level

Log level (ERROR, WARN, INFO, or DEBUG)

Default: 'WARN'

--log-file

Path to the log file

Module Contents

Functions

create_parser

main

main_deprecated

Data

logger

TEMPLATE

API

logger = 'getLogger(...)'
TEMPLATE = <Multiline-String>
create_parser(add_help=True)
main(args)
main_deprecated()