caltechlibrary / irdmtools

A Go and Python package for working with InvenioRDM repositories.
https://caltechlibrary.github.io/irdmtools
Other
1 stars 1 forks source link

eprints2rdm: group mapping #17

Closed tmorrell closed 1 year ago

tmorrell commented 1 year ago

map the eprints groups field to ids according to the feeds group.csv file and place in rdm in the structure

custom_fields: {
caltech:groups: [
{
id: "Astronomy-Department"
rsdoiel commented 1 year ago

This is fixed in upcoming v0.0.17 release. From custom_fields.

{
  "caltech:groups": [
    {
      "id": "Kavli Nanoscience Institute"
    }
  ],
  "journal:journal": {
    "issue": "7943",
    "pages": "268-273",
    "title": "Nature",
    "volume": "613"
  }
}