colrev.loader.bibΒΆ

Convenience functions to load bib files

Functions

check_valid_bib

Check if the file is a valid bib file.

extract_content

Extracts the content of a field.

handle_new_entry

Handles a new record entry.

parse_provenance

Parses the provenance field.

process_key_value

Processes a key-value pair inside an entry.

process_lines

Processes each line of the file and constructs records.

run_fix_bib_file

Fix a BibTeX file

run_resolve_crossref

Resolve cross-references between records

store_current_key_value

Stores the processed key-value pair into the current entry.

Classes

BIBLoader

Loads BibTeX files