Open wjdp opened 8 years ago
does this require someone to go through the person files and strip the BA, MA etc from courses?
@BenWoodford76 For courses no, we'd just auto strip out BA, MA, MSc etc. What we should do though is standardise the format we have (i.e. BA English
and English BA
shouldn't both exist).
@wjdp When I Get bored I’ll go through and do this
People's courses tend to be quite specific:
Careers also may have discrepancies between similar fields. It would be nice to group these similar fields and courses together for the people index.
We could implement a
sort_career
attribute to specify a less specific sorting parameter: Mechnical Engineering, MEng Mechanical Engineering, Mechanical Engineering MSc would all become 'Mechanical Engineering'. Or perhaps even just 'Engineering'. But this would be more work than the alternative:Dynamically set a generic course by stripping the MScs, BAs &c, then matching what's left with a lookup table.
I don't have enough data to do careers yet, we shall investigate them when more bios come in.