Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 9b6f875

Browse files
author
Néstor Diaz
authored
Use new org control in bia rembi template (#622)
1 parent a2755be commit 9b6f875

1 file changed

Lines changed: 2 additions & 78 deletions

File tree

src/app/submission/submission-shared/model/templates/bia-rembi/bia-rembi.template.v1.ts

Lines changed: 2 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -103,84 +103,8 @@ export const biaRembiTemplateV1 = {
103103
{
104104
name: 'Organisation',
105105
valueType: {
106-
name: 'select',
107-
multiple: true,
108-
values: [
109-
'Australia Bioinformatics Resource (EMBL-ABR)',
110-
'Beijing Genomics Institute (BGI)',
111-
'Biomedicine Institute of Valencia (IBV)',
112-
'Broad Institute',
113-
'Center for Computational Biology and Bioinformatics of Korea (CCBB)',
114-
'Centre for Biological Research (CIB)',
115-
'Centre for Molecular Biology Severo Ochoa (CBMSO)',
116-
'Chinese National Human Genome Center (CHGC)',
117-
'Cold Spring Harbor Laboratory (CSHL)',
118-
'Dana-Farber Cancer Institute',
119-
'ETH Zürich',
120-
'European Bioinformatics Institute (EMBL-EBI)',
121-
'European Molecular Biology Laboratory (EMBL)',
122-
'F. Hoffmann-La Roche Ltd',
123-
'Francis Crick Institute',
124-
'Garvan Institute of Medical Research',
125-
'Genedata AG',
126-
'Genetic Information Research Institute (GIRI)',
127-
'Genome Institute of Singapore (GIS)',
128-
'Georgetown University Medical Center',
129-
'German Institute of Medical Documentation and Information',
130-
'Howard Hughes Medical Institute (HHMI)',
131-
'Icahn Institute for Genomics and Multiscale Biology',
132-
'Imperial College London',
133-
'InSphero AG',
134-
'Institute of Biotechnology and Pharmaceutical Research of Taiwan (IBPR)',
135-
'Institute of Molecular and Cell Biology of Singapore (IMCB)',
136-
'Institute of Molecular and Genomic Medicine of Taiwan',
137-
'Instituto de Investigación Sanitaria La Fe (IIS La Fe)',
138-
'International Plant Genetic Resources Institute (IPGRI)',
139-
'Johns Hopkins University',
140-
'Joint Genome Institute (JGI)',
141-
"King's College London",
142-
'Kyoto University Bioinformatics Center',
143-
'Luxcel Biosciences',
144-
'MRC Biostatistics Unit (BSU)',
145-
'MRC Cancer Unit',
146-
'MRC Centre for Drug Safety Science (CDSS)',
147-
'MRC Human Genetics Unit',
148-
'MRC Institute of Genetics and Molecular Medicine (IGMM)',
149-
'MRC Laboratory for Molecular Cell Biology (LMCB)',
150-
'MRC Laboratory of Molecular Biology (LMB)',
151-
'MRC Mammalian Genetics Unit (MGU)',
152-
'MRC Toxicology Unit',
153-
'MRC Weatherall Institute of Molecular Medicine (WIMM)',
154-
'Maastricht University',
155-
'Mary Lyon Centre (MLC)',
156-
'Max Planck Institute for Molecular Cell Biology and Genetics',
157-
'Microdiscovery GMBH',
158-
'National Center for Biotechnology Information (NCBI)',
159-
'National Human Genome Research Institute (NHGRI)',
160-
'National Institute of Cancer Research of Taiwan',
161-
'National Institute of Genetics of Japan (NIG)',
162-
'National Institutes of Health (NIH)',
163-
'Netherlands Bioinformatics Centre (NBIC)',
164-
'New York Genome Center (NYGC)',
165-
'New York University School of Medicine',
166-
'Okinawa Institute of Science and Technology (OIST)',
167-
'Ontario Institute for Cancer Research (OICR)',
168-
'Optibrium Ltd',
169-
'RWTH Aachen University',
170-
'Royan Institute',
171-
'Salk Institute for Biological Studies',
172-
'Science for Life Laboratory (SciLifeLab)',
173-
'Swiss Institute of Bioinformatics (SIB)',
174-
'The Centre for Applied Genomics of Toronto (TCAG)',
175-
'The Institute of Biomedical Research of Barcelona (IIBB)',
176-
'The Jackson Laboratory Cancer Center (JAXCC)',
177-
'The Scripps Research Institute (TSRI)',
178-
'Translational Genomics Research Institute (TGen)',
179-
'Wellcome Sanger Institute',
180-
'Wellcome Trust Centre for Human Genetics',
181-
'Wellcome Trust Sanger Institute',
182-
'Whitehead Institute for Biomedical Research'
183-
]
106+
name: 'org',
107+
multiple: true
184108
},
185109
display: 'required',
186110
required: true

0 commit comments

Comments
 (0)