VIVO-621
This commit is contained in:
parent
ec5940c0cc
commit
d1b24fc965
1 changed files with 53 additions and 51 deletions
|
@ -26,7 +26,9 @@ public class AddResearcherRoleToPersonGenerator extends AddRoleToPersonTwoStageG
|
||||||
return new ConstantFieldOptions(
|
return new ConstantFieldOptions(
|
||||||
"", "Select one",
|
"", "Select one",
|
||||||
"http://vivoweb.org/ontology/core#Grant", "Grant",
|
"http://vivoweb.org/ontology/core#Grant", "Grant",
|
||||||
"http://vivoweb.org/ontology/core#Project", "Project");
|
"http://purl.obolibrary.org/obo/ERO_0000015", "Human Study",
|
||||||
|
"http://vivoweb.org/ontology/core#Project", "Project",
|
||||||
|
"http://purl.obolibrary.org/obo/ERO_0000014", "Research Project");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue