social.octosphere.publication

lexicon.store View official

Documentation

Scientific publication record bridged from Octopus.ac via Octosphere. Represents a single version of an Octopus publication.

main record

Scientific publication record bridged from Octopus.ac via Octosphere. Represents a single version of an Octopus publication.

Record Key tid Timestamp-based ID

Properties

canonicalUrl string uri Optional

Public Octopus URL for the publication version.

citations array of string Required

List of citation strings extracted from references.

contentHtml string Required

Raw HTML content body.

contentText string Required

Plain text content for compact consumption.

createdAt string datetime Required

ISO timestamp of when the publication was created in Octopus.

doi string uri Optional

Publication version DOI URL, if present.

linkedFrom array of string Required

Publication ids that link to this record.

linkedTo array of string Required

Publication ids this record links to.

octopusId string Required

Octopus publication id (UUID).

ownerOrcid string Optional

ORCID of the publication owner (if available).

peerReviewOf string Optional

Publication id this peer review references, if applicable.

publicationType string Required

Octopus publication type.

Known values: RESEARCH_PROBLEM, HYPOTHESIS, PROTOCOL, ANALYSIS, INTERPRETATION, REAL_WORLD_APPLICATION, DATA, PEER_REVIEW
status string Required

Octopus publication status (expected LIVE).

Known values: LIVE, DRAFT, ARCHIVED
title string Required

Publication title.

maxLength: 1000 bytes
updatedAt string datetime Required

ISO timestamp of when the publication was last updated in Octopus.

versionId string Required

Octopus publication version id (UUID).

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "octopusId",
      "versionId",
      "publicationType",
      "title",
      "status",
      "contentHtml",
      "contentText",
      "citations",
      "linkedTo",
      "linkedFrom",
      "createdAt",
      "updatedAt"
    ],
    "properties": {
      "doi": {
        "type": "string",
        "format": "uri",
        "description": "Publication version DOI URL, if present."
      },
      "title": {
        "type": "string",
        "maxLength": 1000,
        "description": "Publication title."
      },
      "status": {
        "type": "string",
        "description": "Octopus publication status (expected LIVE).",
        "knownValues": [
          "LIVE",
          "DRAFT",
          "ARCHIVED"
        ]
      },
      "linkedTo": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "Publication ids this record links to."
      },
      "citations": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "List of citation strings extracted from references."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "ISO timestamp of when the publication was created in Octopus."
      },
      "octopusId": {
        "type": "string",
        "description": "Octopus publication id (UUID)."
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime",
        "description": "ISO timestamp of when the publication was last updated in Octopus."
      },
      "versionId": {
        "type": "string",
        "description": "Octopus publication version id (UUID)."
      },
      "linkedFrom": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "Publication ids that link to this record."
      },
      "ownerOrcid": {
        "type": "string",
        "description": "ORCID of the publication owner (if available)."
      },
      "contentHtml": {
        "type": "string",
        "description": "Raw HTML content body."
      },
      "contentText": {
        "type": "string",
        "description": "Plain text content for compact consumption."
      },
      "canonicalUrl": {
        "type": "string",
        "format": "uri",
        "description": "Public Octopus URL for the publication version."
      },
      "peerReviewOf": {
        "type": "string",
        "description": "Publication id this peer review references, if applicable."
      },
      "publicationType": {
        "type": "string",
        "description": "Octopus publication type.",
        "knownValues": [
          "RESEARCH_PROBLEM",
          "HYPOTHESIS",
          "PROTOCOL",
          "ANALYSIS",
          "INTERPRETATION",
          "REAL_WORLD_APPLICATION",
          "DATA",
          "PEER_REVIEW"
        ]
      }
    }
  },
  "description": "Scientific publication record bridged from Octopus.ac via Octosphere. Represents a single version of an Octopus publication."
}

Lexicon Garden

@