Difference between revisions of "AuthorRules:SZPositiveSymptoms"

From Enigma-Dev
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
         "properties": [
 
         "properties": [
 
             {
 
             {
               "id": "HasPJuniorLead (E)",
+
               "id": "HasProjectLead (E)",
               "name": "Junior Lead",
+
               "name": "Project Lead",
 
               "sort": false
 
               "sort": false
 
             },
 
             },
 
             {
 
             {
               "id": "HasPSpecialContributor (E)",
+
               "id": "Dcterms:Contributor (E)",
              "name": "Special Contributor",
+
               "name": "Contributor",
              "sort": true
 
            },
 
            {
 
              "id": "HasCohort (E).HasInvestigator (E)",
 
               "name": "Investigator",
 
 
               "sort": true
 
               "sort": true
 
             },
 
             },
Line 23: Line 18:
 
             },
 
             },
 
             {
 
             {
               "id": ["HasPSeniorLead (E)", "HasConsortium"],
+
               "id": "HasConsortium",
               "name": "Senior Lead",
+
               "name": "Consortium",
 
               "sort": false
 
               "sort": false
 
             }
 
             }
 
         ]
 
         ]
 
       }
 
       }

Latest revision as of 21:42, 22 March 2018

     {
        "properties": [
           {
             "id": "HasProjectLead (E)",
             "name": "Project Lead",
             "sort": false
           },
           {
             "id": "Dcterms:Contributor (E)",
             "name": "Contributor",
             "sort": true
           },
           {
             "id": "HasCohort (E).HasPI (E)",
             "name": "PI",
             "sort": true
           },
           {
             "id": "HasConsortium",
             "name": "Consortium",
             "sort": false
           }
        ]
     }