diff options
-rw-r--r-- | guide/src/SUMMARY.md | 2 | ||||
-rw-r--r-- | guide/src/alignments.md | 16 | ||||
-rw-r--r-- | guide/src/entity_types.md | 7 |
3 files changed, 0 insertions, 25 deletions
diff --git a/guide/src/SUMMARY.md b/guide/src/SUMMARY.md index 9c7587a5..b6525a57 100644 --- a/guide/src/SUMMARY.md +++ b/guide/src/SUMMARY.md @@ -10,8 +10,6 @@ - [Implementation and Infrastructure](./implementation.md) - [Roadmap](./roadmap.md) - [Cataloging Style Guide](./style_guide.md) - - [Entity Types](./entity_types.md) - - [Schema "Alignments"](./alignments.md) - [Entity Field Reference](./entity_fields.md) - [Public API](./http_api.md) - [Bulk Exports](./bulk_exports.md) diff --git a/guide/src/alignments.md b/guide/src/alignments.md deleted file mode 100644 index 783122ea..00000000 --- a/guide/src/alignments.md +++ /dev/null @@ -1,16 +0,0 @@ -# Schema "Alignments" - -A table (CSV) of "alignments" between fatcat entity types and fields with other -file formats and standards is available under the `./notes/` directory of the -source git repository.. - -TODO: in particular, highlight alignments with: - -- citation style language (CSL) -- bibtex -- crossref API schema -- dublin core (schema.org, OAI-PMH) -- BIBFRAME -- resourceSync -- google scholar -- pubmed/medline diff --git a/guide/src/entity_types.md b/guide/src/entity_types.md deleted file mode 100644 index 489a62e8..00000000 --- a/guide/src/entity_types.md +++ /dev/null @@ -1,7 +0,0 @@ -# Entity Types - -TODO: entity-type-specific scope and quality guidance - -## Work/Release/File Distinctions - -TODO: clarify distinctions and relationship between these three entity types |