-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add combined networks to biobanks (#4512)
* Fix CSV formatting * Add combined_network attribute * Typos * Clarify description * Add combined_network to demo data
- Loading branch information
Showing
2 changed files
with
12 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
id,pid,name,acronym,description,url,location,country,latitude,longitude,head,contact,juridical_person,network,also_known,services,collaboration_commercial,collaboration_non_for_profit,national_node,withdrawn | ||
bbmri-eric:ID:DE_biobank1,pid_biobank1,Biobank1,bb1,The description of biobank1,,Berlin,DE,,,bbmri-eric:contactID:DE_head_bb1,bbmri-eric:contactID:contact_bb1,A university,bbmri-eric:networkID:DE_network1,bbmri-eric:akiID:DE_00001,"bbmri-eric:serviceID:DE_1234",true,false,DE,false | ||
bbmri-eric:ID:NL_biobank2,pid_biobank2,Biobank2,bb2,The description of biobank2,,Amsterdam,NL,,,bbmri-eric:contactID:NL_person1,bbmri-eric:contactID:NL_person1,An institute,bbmri-eric:networkID:EU_network,bbmri-eric:akiID:NL_00001,"bbmri-eric:serviceID:NL_541",false,true,NL,false | ||
id,pid,name,acronym,description,url,location,country,latitude,longitude,head,contact,juridical_person,network,combined_network,also_known,services,collaboration_commercial,collaboration_non_for_profit,national_node,withdrawn | ||
bbmri-eric:ID:DE_biobank1,pid_biobank1,Biobank1,bb1,The description of biobank1,,Berlin,DE,,,bbmri-eric:contactID:DE_head_bb1,bbmri-eric:contactID:contact_bb1,A university,bbmri-eric:networkID:DE_network1,bbmri-eric:networkID:DE_network1,bbmri-eric:akiID:DE_00001,"bbmri-eric:serviceID:DE_1234",true,false,DE,false | ||
bbmri-eric:ID:NL_biobank2,pid_biobank2,Biobank2,bb2,The description of biobank2,,Amsterdam,NL,,,bbmri-eric:contactID:NL_person1,bbmri-eric:contactID:NL_person1,An institute,bbmri-eric:networkID:EU_network,bbmri-eric:networkID:EU_network,bbmri-eric:akiID:NL_00001,"bbmri-eric:serviceID:NL_541",false,true,NL,false |
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