A-IOntologyarticle
extends: source
properties:
  - key: author
    type: "string"
    description: "author name(s)"
  - key: authors
    type: "string[]"
    description: "author names in publication order"
  - key: site
    type: "string"
    required: true
    description: "publication or site name"
  - key: publication
    type: "string"
    description: "journal, proceedings, or publisher name"
  - key: published
    type: "date"
    description: "publish date as YYYY-MM-DD"
  - key: doi
    type: "string"
    description: "digital object identifier, when present"
  - key: arxiv_id
    type: "string"
    description: "arXiv identifier, when present"
  - key: zotero_key
    type: "string"
    description: "Zotero item key, when present"
  - key: asset
    type: "string"
    description: "captured local asset path"
  - key: reading_time
    type: "string"
    description: "approx reading time, e.g. '8 min'"
  - key: topics
    type: "string[]"
    description: "3-6 short topic tags"
  - key: key_claims
    type: "string[]"
    description: "up to 3 key claims, one short sentence each"

Edit the yaml block above to change the article schema. Prose here is documentation — the plugin ignores it.

Built with LogoFlowershow