OERSI provides an (optional) field called honorificPrefix, which contains description strings for academic titles.
I implemented a title field within our LifecycleItem which takes this string and saves it to the vCard field TITLE
the honorificPrefix-field is an optional sub-field of OERSI's creator or contributor field
some metadata-providers provide weird/invalid values for this field. Therefore I implemented a basic check for known edge-cases that I have encountered during testing
Since I didn't want to cause side-effects for oeh_spider, this field isn't activated yet in edu_sharing_base.py until I had the chance to test it.
OERSI provides an (optional) field called
honorificPrefix
, which contains description strings for academic titles.title
field within ourLifecycleItem
which takes this string and saves it to the vCard fieldTITLE
honorificPrefix
-field is an optional sub-field of OERSI'screator
orcontributor
fieldSince I didn't want to cause side-effects for
oeh_spider
, this field isn't activated yet inedu_sharing_base.py
until I had the chance to test it.