{
  "@context" : "https://bibsysdev.github.io/src/person-context.json",
  "id" : "https://api.nva.unit.no/cristin/person/1877133",
  "type" : "Person",
  "identifiers" : [ {
    "type" : "CristinIdentifier",
    "value" : "1877133"
  }, {
    "type" : "ORCID",
    "value" : "0000-0002-3601-1161"
  } ],
  "names" : [ {
    "type" : "FirstName",
    "value" : "Anton"
  }, {
    "type" : "LastName",
    "value" : "Korosov"
  } ],
  "contactDetails" : {
    "telephone" : "41334568",
    "email" : "anton.korosov@nersc.no",
    "webPage" : "https://nersc.no/ansatt/anton-korosov/"
  },
  "affiliations" : [ {
    "type" : "Affiliation",
    "organization" : "https://api.nva.unit.no/cristin/organization/7444.0.0.0",
    "active" : false,
    "role" : {
      "type" : "Role",
      "labels" : {
        "en" : "Researcher",
        "nb" : "Forsker"
      }
    }
  }, {
    "type" : "Affiliation",
    "organization" : "https://api.nva.unit.no/cristin/organization/7444.0.0.0",
    "active" : true,
    "role" : {
      "type" : "Role",
      "labels" : {
        "en" : "Senior Researcher",
        "nb" : "Seniorforsker"
      }
    }
  } ],
  "verified" : true,
  "keywords" : [ ],
  "background" : { },
  "place" : { },
  "collaboration" : { },
  "countries" : [ ],
  "awards" : [ ]
}