Skip to main content

Module model

Module model 

Source
Expand description

Data models for BibTeX entries

Structs§

Entry
A BibTeX entry (article, book, etc.)
Field
A field in a BibTeX entry
PersonName
A structured BibTeX person name.
ValidationError
Represents a validation error for a BibTeX entry

Enums§

EntryType
BibTeX entry type
ValidationLevel
Validation strictness level for BibTeX entries
ValidationSeverity
Severity level for validation errors
Value
A value in a BibTeX field

Functions§

normalize_doi
Normalize a DOI from common raw forms into lowercase 10.x/... form.
parse_names
Parse a BibTeX author or editor field into structured person names.