Skip to content

ROR re-curation #17

@bryanmgee

Description

@bryanmgee

A non-ROR-matched entry will look like this:

"authorAffiliation": {
          "typeName": "authorAffiliation",
          "multiple": false,
          "typeClass": "primitive",
          "value": "University of Texas at Austin"
                                    }

A ROR-matched entry will look like this:


"authorAffiliation": {
        "typeName": "authorAffiliation",
        "multiple": false,
        "typeClass": "primitive",
        "value": "https://ror.org/00hj54h04",
        "expandedvalue": {
            "scheme": "http://www.grid.ac/ontology/",
            "termName": "The University of Texas at Austin",
            "@type": "https://schema.org/Organization"
                }

*Note: due to the temporary disabling of the ROR external vocab plug-in, previously ROR-matched entries now list the ROR URL in the 'value' field and do not have an 'expandedvalue.' So until that is fixed, the solution needs to be a simple 1-to-1 replacement of the original 'value' field with the ROR URL, and presumably that will automatically re-expand out when the tool is reactivated.

"authorAffiliation": {
        "typeName": "authorAffiliation",
        "multiple": false,
        "typeClass": "primitive",
        "value": ["https://ror.org/00hj54h04"](https://ror.org/00hj54h04)
                  }

Metadata

Metadata

Assignees

Labels

authorsrelated to author re-curationenhancementNew feature or requestrorrelated to ROR re-curation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions