Skip to content

Commit 80fb056

Browse files
authored
Merge branch 'gh-pages' into add-transport-canada
2 parents 4911bed + a44d421 commit 80fb056

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

_data/governments.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ Switzerland:
423423
- dsi-vd
424424
- FNSKtZH
425425
- gisktzh
426+
- kanton-bern
426427
- ogdch
427428
- sitn
428429
- swiss-gov
@@ -448,6 +449,7 @@ The Netherlands:
448449
U.K. Central:
449450
- alphagov
450451
- BEACmodel
452+
- britishlibrary
451453
- cabinetoffice
452454
- CJSCommonPlatform
453455
- communitiesuk
@@ -462,6 +464,7 @@ U.K. Central:
462464
- dstl
463465
- dvla
464466
- dvsa
467+
- dwp
465468
- GCHQ
466469
- gds-dead
467470
- gds-operations
@@ -499,6 +502,7 @@ U.K. Central:
499502
- UKHomeOffice
500503
- UKLocation
501504
- ukncsc
505+
- ukwa
502506

503507
U.K. Councils:
504508
- BarnsleyCouncil

_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)