Skip to content

Commit

Permalink
Merge pull request #2832 from Tahi-project/tasks/APERTA-8945-add-gate…
Browse files Browse the repository at this point in the history
…s-foundation

Tasks/aperta 8945 add gates foundation
  • Loading branch information
JackLaBarba authored Jan 19, 2017
2 parents 7248939 + 20a7111 commit 2a7c44c
Show file tree
Hide file tree
Showing 3 changed files with 2,613 additions and 2,609 deletions.
9 changes: 5 additions & 4 deletions app/services/institutional_accounts_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ class InstitutionalAccountsManager
ITEMS =
[
{ id: 'Bielefeld University', text: 'Bielefeld University', nav_customer_number: 'C01013' },
{ id: 'Bill & Melinda Gates Foundation', text: 'Bill & Melinda Gates Foundation', nav_customer_number: 'C01888' },
{ id: 'Brunel University', text: 'Brunel University', nav_customer_number: 'C01035' },
{ id: 'CINVESTAV Unidad Irapuato', text: 'CINVESTAV Unidad Irapuato', nav_customer_number: 'C01212' },
{ id: 'Delft University of Technology', text: 'Delft University of Technology', nav_customer_number: 'C01240' },
{ id: 'Dulbecco Telethon Institute (DTI)', text: 'Dulbecco Telethon Institute (DTI)', nav_customer_number: 'C00509' },
{ id: 'École Polytechnique Fédérale de Lausanne', text: 'École Polytechnique Fédérale de Lausanne', nav_customer_number: 'C01564' },
{ id: 'ETH Zurich', text: 'ETH Zurich', nav_customer_number: 'C00643' },
{ id: 'Faculty of Humanities and Social Sciences Libraries - University of Zagreb', text: 'Faculty of Humanities and Social Sciences Libraries - University of Zagreb', nav_customer_number: 'C01284' },
{ id: 'Francis Crick Institute', text: 'Francis Crick Institute', nav_customer_number: 'C01725' },
{ id: 'Fondazione Telethon Italy', text: 'Fondazione Telethon Italy', nav_customer_number: 'C00509' },
{ id: 'Forschungszentrum Jülich', text: 'Forschungszentrum Jülich', nav_customer_number: 'C01089' },
{ id: 'Francis Crick Institute', text: 'Francis Crick Institute', nav_customer_number: 'C01725' },
{ id: 'Georg-August-Universitaet Goettingen', text: 'Georg-August-Universitaet Goettingen', nav_customer_number: 'C00812' },
{ id: 'George Mason University', text: 'George Mason University', nav_customer_number: 'C01050' },
{ id: 'Helmholtz Centre for Environmental Research – UFZ', text: 'Helmholtz Centre for Environmental Research – UFZ', nav_customer_number: 'C01086' },
Expand All @@ -36,8 +36,8 @@ class InstitutionalAccountsManager
{ id: 'Queen Mary University of London', text: 'Queen Mary University of London', nav_customer_number: 'C01123' },
{ id: 'Queen\'s University Belfast', text: 'Queen\'s University Belfast', nav_customer_number: 'C01128' },
{ id: 'Rollins College', text: 'Rollins College', nav_customer_number: 'C01563' },
{ id: 'Ryerson University', text: 'Ryerson University', nav_customer_number: 'C01199' },
{ id: 'Ruhr University Bochum', text: 'Ruhr University Bochum', nav_customer_number: 'C01309' },
{ id: 'Ryerson University', text: 'Ryerson University', nav_customer_number: 'C01199' },
{ id: 'San Raffaele- Telethon Institute of Gene Therapy (HSR- TIGET)', text: 'San Raffaele- Telethon Institute of Gene Therapy (HSR- TIGET)', nav_customer_number: 'C00509' },
{ id: 'Simon Fraser University', text: 'Simon Fraser University', nav_customer_number: 'C00046' },
{ id: 'Technische Universitaet Muenchen', text: 'Technische Universitaet Muenchen', nav_customer_number: 'C01173' },
Expand All @@ -62,7 +62,8 @@ class InstitutionalAccountsManager
{ id: 'University of Warwick', text: 'University of Warwick', nav_customer_number: 'C01397' },
{ id: 'University of Western Sydney', text: 'University of Western Sydney', nav_customer_number: 'C01598' },
{ id: 'University of York', text: 'University of York', nav_customer_number: 'C01575' },
{ id: 'Victoria University', text: 'Victoria University', nav_customer_number: 'C01702' }
{ id: 'Victoria University', text: 'Victoria University', nav_customer_number: 'C01702' },
{ id: 'École Polytechnique Fédérale de Lausanne', text: 'École Polytechnique Fédérale de Lausanne', nav_customer_number: 'C01564' }
]
# rubocop:enable Metrics/LineLength

Expand Down
1 change: 1 addition & 0 deletions bin/update_data
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ bundle exec rake db:migrate
bundle exec rake nested-questions:seed
bundle exec rake roles-and-permissions:seed
bundle exec rake data:update_journal_task_types
bundle exec rake institutional_accounts:add_seed_accounts
bundle exec rake db:data:dump

Loading

0 comments on commit 2a7c44c

Please sign in to comment.