CDLUC3 / dmsp_aws_prototype

Sceptre CloudFormation templates for DMPHub v2
MIT License
1 stars 0 forks source link

DataCite Harvester is finding and adding the DMP's own DataCite record as a related work #124

Open briri opened 2 months ago

briri commented 2 months ago

Just ran the DataCite harvester and found that it is picking up it's own DataCite record.

We should ignore these for now. Eventually it would be good to query the record directly to see what relatedIdentifiers it has.

Here is an example of one of the matches:


{
 "PK": "DMP#doi.org/10.48321/D1RG78",
 "SK": "HARVESTER_MODS",
 "related_works": {
  "https://doi.org/10.48321/d1rg78": {
   "citation": "Ferreira, Fabio Furlan. 2022. “Síntese e Investigação De Novas Formas Cristalinas De Fármacos Antineoplásicos.” [Article]. DMPHub. <a href=\"https://doi.org/10.48321/d1rg78\" target=\"_blank\">https://doi.org/10.48321/d1rg78</a>.",
   "confidence": "High",
   "descriptor": "references",
   "discovered_at": "2024-04-02T23:15:12Z",
   "identifier": "https://doi.org/10.48321/d1rg78",
   "logic": [
    "contributor names and affiliations matched",
    "titles are similar"
   ],
   "provenance": "Datacite via DMPHub",
   "score": 11,
   "secondary_works": [
    {
     "descriptor": "is_metadata_for",
     "identifier": " https://dmptool.org/api/v2/plans/77524.pdf ",
     "type": "URL"
    }
   ],
   "status": "pending",
   "type": "doi",
   "work_type": "outputmanagementplan"
  }
 },
 "tstamp": "2024-04-02T23:15:10Z"
}