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: event metadata #13

Closed tmorrell closed 1 year ago

tmorrell commented 1 year ago

Map:

event_title to custom_fields.meeting:meeting.title event_place to custom_fields.meeting:meeting.place event_dates to custom_fields.meeting:meeting.dates

rsdoiel commented 1 year ago

I think I have this working, will be in release v0.0.17. Example JSON fragment for event is

   "custom_fields": {
      "caltech:place_of_publication": "Piscataway, NJ",
      "meeting:meeting": {
         "dates": "18-21 September 2011",
         "place": "Beijing, China",
         "title": "2011 International Conference on Document Analysis and Recognition",
         "type": "conference"
      }
   },