Index
subsurfaceio.references
Bibliographic catalog used in model References: lists.
Look up a record and format a short citation:
from subsurfaceio.references import reference_registry
citation = reference_registry['terzaghi1943theoretical'].as_citation
Classes:
| Name | Description |
|---|---|
Reference |
Bibliographic record for a published source. |
References |
Catalog of named |
Attributes:
| Name | Type | Description |
|---|---|---|
reference_registry |
References
|
|
reference_registry
module-attribute
Reference
pydantic-model
Bases: BaseModel
Bibliographic record for a published source.
Fields:
-
ID(str | None) -
title(str | None) -
author(str | None) -
year(int | None) -
doi(str | None) -
isbn(str | None) -
url(str | None) -
is_corporate_author(bool) -
author_simplified(str | None)