jaxrts.models.SLFCInterpGregori2007.cite_keys
- SLFCInterpGregori2007.cite_keys: list[str] | list[tuple[str, str]] | list[tuple[list[str], str]] = [('Gregori.2007', 'Interpolation.'), (['UtsumiIchimaru.1982', 'Geldart.1966'], 'Limits.')]
A list of bibtex keys. Can be in the format
[key1, key2], for general keys,[(key1, comment1), (key2, comment2)], if comments are desired, of[([key1, key2], comment1), (key3, comment2)]if the comment should apply to multiple keys.