PubInfo

Publication information

ResearchAcademicBibliometricsCitationsScienceScholarly

Properties

Name Type Description
pubtype string Publication type
pubyear string Year of publication
sortdate string Sort date
issue string Issue number
vol string Volume number
View JSON Schema on GitHub

JSON Schema

web-of-science-pub-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/web-of-science-apis/json-schema/web-of-science-pub-info-schema.json",
  "title": "PubInfo",
  "description": "Publication information",
  "type": "object",
  "properties": {
    "pubtype": {
      "type": "string",
      "description": "Publication type"
    },
    "pubyear": {
      "type": "string",
      "description": "Year of publication"
    },
    "sortdate": {
      "type": "string",
      "description": "Sort date"
    },
    "issue": {
      "type": "string",
      "description": "Issue number"
    },
    "vol": {
      "type": "string",
      "description": "Volume number"
    }
  }
}