-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(catalogue): add UMCG template loader (#4466)
- Loading branch information
1 parent
0847fc9
commit 7e49563
Showing
4 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
data/_demodata/applications/datacatalogue_cohortstaging/Contacts.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resource,role,first name,last name,prefix,initials,title,organisation,email,orcid,homepage,photo,photo_filename,expertise | ||
testCohort,"Principal Investigator,Primary contact",Morris,Swertz,,,,UMCG,m.a.swertz@rug.nl,0000-0002-0979-3401,https://www.rug.nl/staff/m.a.swertz/,,,edit | ||
resource,role,first name,last name,prefix,initials,title,organisation,email,orcid,homepage,photo,photo_filename,expertise,statement of consent personal data,statement of consent email | ||
testCohort,"Principal Investigator,Primary contact",Morris,Swertz,,,,UMCG,m.a.swertz@rug.nl,0000-0002-0979-3401,https://www.rug.nl/staff/m.a.swertz/,,,edit,TRUE,TRUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
--- | ||
name: Staging area for filling out UMCG cohort metadata | ||
name: UMCGCohortsStaging | ||
description: "Staging area for filling out UMCG cohort metadata" | ||
|
||
profileTags: UMCGCohortsStaging | ||
|
||
# demoData: _demodata/applications/datacatalogue | ||
demoData: _demodata/applications/datacatalogue_cohortstaging | ||
|
||
#settings: _settings/datacatalogue | ||
|
||
# special options | ||
# setViewPermission: anonymous | ||
ontologiesToFixedSchema: CatalogueOntologies | ||
setFixedSchemaViewPermission: anonymous | ||
firstCreateSchemasIfMissing: | ||
- name: UMCG | ||
profile: _profiles/DataCatalogue.yaml | ||
importDemoData: false |