ES-DOC / esdoc-cim-v2-schema

Canonical CIM schema v2 definition
2 stars 5 forks source link

Should "mips" be "projects" in attributes of numerical experiment? #38

Open bnlawrence opened 5 years ago

bnlawrence commented 5 years ago

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."),
davidhassell commented 5 years ago

All sounds reasonable to me.