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: thesis mapping #44

Closed tmorrell closed 1 year ago

tmorrell commented 1 year ago

Map:

<institution>Columbia University</institution>
<department>Chemistry</department>
<thesis_type>phd</thesis_type>

To:

custom_fields: {
thesis:thesis: {
type: "PhD",
university: "Columbia University",
department: "Chemistry"
}
}

Thesis types in Eprints will need to have the first letter capitalized, or first and third in the case of PhD

rsdoiel commented 1 year ago

Fixed in upcoming release v0.0.37.