diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-14 15:22:41 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-14 15:22:41 -0800 |
commit | 3e1b727307ab9bbd13fe8d27d3714ae6e145e4ae (patch) | |
tree | e06c3fd0090f665a1d2909c8397caefbd198f53d | |
parent | 76ac2a96a6bd3910f8f4af18f79b539b1d29edf9 (diff) | |
download | fatcat-3e1b727307ab9bbd13fe8d27d3714ae6e145e4ae.tar.gz fatcat-3e1b727307ab9bbd13fe8d27d3714ae6e145e4ae.zip |
remove stub guide pages
-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 |