Difference between revisions of "AuthorRules:ENIGMA3 Cortical GWAS"
From Enigma-Dev
(Initialized default author generation rules) |
|||
Line 1: | Line 1: | ||
− | + | { | |
− | + | "properties": [ | |
− | + | { | |
− | + | "id": "HasImagingDataCollector (E)", | |
− | + | "name": "Imaging data collector", | |
− | + | "sort": false | |
− | + | }, | |
− | + | { | |
− | + | "id": "HasGeneticDataCollector (E)", | |
− | + | "name": "Genetic Data Collector", | |
− | + | "sort": true | |
− | + | }, | |
− | + | { | |
− | + | "id": "HasGeneticDataAnalyst (E)", | |
− | + | "name": "Genetic Data Analyst", | |
− | + | "sort": true | |
− | + | }, | |
− | + | { | |
− | + | "id": "HasImagingDataAnalyst (E)", | |
− | + | "name": "Imaging Data Analyst", | |
− | + | "sort": true | |
− | + | }, | |
− | + | { | |
− | + | "id": "HasProjectDeveloper (E)", | |
− | + | "name": "Developer", | |
− | + | "sort": true | |
− | + | }, | |
− | + | { | |
− | + | "id": "HasCohort (E).HasInvestigator (E)", | |
+ | "name": "Investigator", | ||
+ | "sort": true | ||
+ | }, | ||
+ | { | ||
+ | "id": "HasCohort (E).HasPI (E)", | ||
+ | "name": "PI", | ||
+ | "sort": true | ||
+ | }, | ||
+ | { | ||
+ | "id": "HasProjectLead (E)", | ||
+ | "name": "Senior Lead", | ||
+ | "sort": false | ||
+ | } | ||
+ | ] | ||
+ | } |
Revision as of 22:48, 5 April 2018
{ "properties": [ { "id": "HasImagingDataCollector (E)", "name": "Imaging data collector", "sort": false }, { "id": "HasGeneticDataCollector (E)", "name": "Genetic Data Collector", "sort": true }, { "id": "HasGeneticDataAnalyst (E)", "name": "Genetic Data Analyst", "sort": true }, { "id": "HasImagingDataAnalyst (E)", "name": "Imaging Data Analyst", "sort": true }, { "id": "HasProjectDeveloper (E)", "name": "Developer", "sort": true }, { "id": "HasCohort (E).HasInvestigator (E)", "name": "Investigator", "sort": true }, { "id": "HasCohort (E).HasPI (E)", "name": "PI", "sort": true }, { "id": "HasProjectLead (E)", "name": "Senior Lead", "sort": false } ] }