Skip to content

Commit e580d9e

Browse files
authored
Merge branch 'gh-pages' into patch-1
2 parents 2226183 + e902918 commit e580d9e

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

_data/governments.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ Switzerland:
422422
- dsi-vd
423423
- FNSKtZH
424424
- gisktzh
425+
- kanton-bern
425426
- ogdch
426427
- sitn
427428
- swiss-gov
@@ -447,6 +448,7 @@ The Netherlands:
447448
U.K. Central:
448449
- alphagov
449450
- BEACmodel
451+
- britishlibrary
450452
- cabinetoffice
451453
- CJSCommonPlatform
452454
- communitiesuk

_data/research.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ U.S. Research Labs:
3030
- esgf
3131
- exmatex
3232
- flux-framework
33-
- GENIEMC
3433
- globus
3534
- glvis
3635
- HipGISAXS

script/ensure-orgs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ files.each do |file|
4141
data.each do |group, orgs|
4242
not_orgs = Parallel.map(orgs) { |org| org unless org?(org) }.compact
4343
next if not_orgs.empty?
44+
4445
puts "\nIn #{File.basename(file)}, in the #{group} group, the following entries are users, not orgs:\n\n"
4546
puts not_orgs
4647
valid = false

script/fetch-us

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ orgs = orgs['results'].collect { |data| data['account'] }
2727
orgs.each do |org|
2828
next if existing.include?(org.downcase)
2929
next unless org_exists? org
30+
3031
org_file['U.S. Federal'].push(org.downcase)
3132
end
3233

0 commit comments

Comments
 (0)