Skip to content

Commit

Permalink
Minor tweaks to institution names (#50)
Browse files Browse the repository at this point in the history
Minor tweaks to institution names
  • Loading branch information
edwardhorsford authored Aug 17, 2022
1 parent 9ed4450 commit 943a069
Showing 1 changed file with 31 additions and 14 deletions.
45 changes: 31 additions & 14 deletions lib/dfe/reference_data/degrees/institutions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1070,10 +1070,10 @@ module Degrees
dttp_id: 'bbed6e2f-7042-e811-80ff-3863bb3640b8',
ukprn: '10007852' },
'34228041-7042-e811-80ff-3863bb3640b8' =>
{ name: 'University of St Andrews',
{ name: 'University of St. Andrews',
suggestion_synonyms: [],
match_synonyms:
['The University of St Andrews',
['The University of St. Andrews',
'The University of Saint Andrews',
'University of Saint Andrews'],
hesa_itt_code: '173',
Expand Down Expand Up @@ -1932,9 +1932,13 @@ module Degrees
ukprn: '10023434',
'has_never_awarded_degrees' => true },
'003e182c-1425-ec11-b6e6-000d3adf095a' =>
{ name: 'HY Education Limited',
suggestion_synonyms: [],
match_synonyms: ['Apex College London'],
{ name: 'Apex College London',
suggestion_synonyms: [
'HY Education Limited'
],
match_synonyms: [
'Apex College London'
],
hesa_itt_code: '329',
dttp_id: '003e182c-1425-ec11-b6e6-000d3adf095a',
ukprn: '10041898',
Expand Down Expand Up @@ -2104,9 +2108,11 @@ module Degrees
ukprn: '10042500',
'has_never_awarded_degrees' => true },
'0c3e182c-1425-ec11-b6e6-000d3adf095a' =>
{ name: 'British College Of Osteopathic Medicine',
{ name: 'British College of Osteopathic Medicine',
suggestion_synonyms: ['BCNO'],
match_synonyms: [],
match_synonyms: [
'BCNO Limited'
],
hesa_itt_code: '400',
dttp_id: '0c3e182c-1425-ec11-b6e6-000d3adf095a',
ukprn: '10000911',
Expand Down Expand Up @@ -2144,7 +2150,7 @@ module Degrees
'has_never_awarded_degrees' => true },
'5b3e182c-1425-ec11-b6e6-000d3adf095a' =>
{ name: 'Sotheby’s Institute of Art',
suggestion_synonyms: ['Institute Of Art - London'],
suggestion_synonyms: ['Institute of Art - London'],
match_synonyms: [],
hesa_itt_code: '405',
dttp_id: '5b3e182c-1425-ec11-b6e6-000d3adf095a',
Expand Down Expand Up @@ -2256,9 +2262,15 @@ module Degrees
ukprn: '10015688',
'has_never_awarded_degrees' => true },
'343e182c-1425-ec11-b6e6-000d3adf095a' =>
{ name: 'Dartington Hall Trust',
suggestion_synonyms: ['Schumacher College'],
match_synonyms: [],
{ name: 'Dartington Trust',
suggestion_synonyms: [
'Schumacher College',
'Dartington Arts School'
],
match_synonyms: [
'Dartington Hall Trust',
'Dartington Hall Trust (The)'
],
hesa_itt_code: '420',
dttp_id: '343e182c-1425-ec11-b6e6-000d3adf095a',
ukprn: '10026767',
Expand Down Expand Up @@ -2378,15 +2390,20 @@ module Degrees
'203f182c-1425-ec11-b6e6-000d3adf095a' =>
{ name: 'UA92',
suggestion_synonyms: [],
match_synonyms: ['University Academy 92'],
match_synonyms: [
'University Academy 92'
],
hesa_itt_code: '434',
dttp_id: '203f182c-1425-ec11-b6e6-000d3adf095a',
ukprn: '10067648',
'has_never_awarded_degrees' => true },
'e53e182c-1425-ec11-b6e6-000d3adf095a' =>
{ name: 'TEDI-London',
{ name: 'The Engineering and Design Institute London (TEDI-London)',
suggestion_synonyms: [],
match_synonyms: [],
match_synonyms: [
'TEDI-London',
'TEDI'
],
hesa_itt_code: '435',
dttp_id: 'e53e182c-1425-ec11-b6e6-000d3adf095a',
ukprn: '10083403',
Expand Down

0 comments on commit 943a069

Please sign in to comment.