Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bnlawrence opened this issue Jul 31, 2019 · 1 comment
Open
Assignees
Labels
cimv3 For consideration in a major release

Comments

@bnlawrence
Copy link
Member

bnlawrence commented Jul 31, 2019

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."),
@bnlawrence bnlawrence added cimv3 For consideration in a major release for paper Need to be addressed before core paper publication labels Jul 31, 2019
@bnlawrence bnlawrence self-assigned this Jul 31, 2019
@davidhassell
Copy link
Contributor

All sounds reasonable to me.

@bnlawrence bnlawrence removed the for paper Need to be addressed before core paper publication label Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cimv3 For consideration in a major release
Projects
None yet
Development

No branches or pull requests

2 participants