Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor tweaks to institution names #50

Merged
merged 3 commits into from
Aug 17, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 30 additions & 15 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',
edwardhorsford marked this conversation as resolved.
Show resolved Hide resolved
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 @@ -2376,17 +2388,20 @@ module Degrees
ukprn: '10020381',
'has_never_awarded_degrees' => true },
'203f182c-1425-ec11-b6e6-000d3adf095a' =>
{ name: 'UA92',
{ name: 'University Academy 92',
edwardhorsford marked this conversation as resolved.
Show resolved Hide resolved
suggestion_synonyms: [],
match_synonyms: ['University Academy 92'],
match_synonyms: ['UA92'],
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)',
edwardhorsford marked this conversation as resolved.
Show resolved Hide resolved
suggestion_synonyms: [],
match_synonyms: [],
match_synonyms: [
'TEDI-London',
'TEDI'
],
hesa_itt_code: '435',
dttp_id: 'e53e182c-1425-ec11-b6e6-000d3adf095a',
ukprn: '10083403',
Expand Down