Currently the attributes include:
('governing_mips', 'linked_to(designing.project)', '0.N',
"MIP(s) overseeing experimental design protocol."),
('related_mips', 'linked_to(designing.project)', '0.N',
"MIP's that require this experiment."),
whereas they should probably be
('governing_projects', 'linked_to(designing.project)', '0.N',
"Projects overseeing experimental design protocol."),
('related_projects', 'linked_to(designing.project)', '0.N',
"Projects that require this experiment."),