encoda icon indicating copy to clipboard operation
encoda copied to clipboard

JATS: Encoding of Organization fails

Open beneboy opened this issue 5 years ago • 0 comments

{
  "type": "Organization",
  "address": "362 Leith Street, Dunedin 9054, New Zealand",
  "brands": [
    {
      "type": "Brand",
      "logo": "http://www.otago.ac.nz/logo"
    }
  ],
  "contactPoints": [
    {
      "availableLanguages": ["English", "Māori"],
      "emails": ["[email protected]"],
      "telephone": "00641234567"
    }
  ],
  "departments": [
    { "type": "Organization", "legalName": "Commerce" },
    { "type": "Organization", "legalName": "Health_Sciences" },
    { "type": "Organization", "legalName": "Humanities" }
  ],
  "funders": [
    { "type": "Organization", "legalName": "MBIE" },
    { "type": "Organization", "legalName": "CancerSociety" }
  ],
  "legalName": "The University of Otago"
}

Result:

(nothing)

beneboy avatar Jul 25 '19 23:07 beneboy