From 241fd0544331be680ea9fc80f2950e5a5890bd7d Mon Sep 17 00:00:00 2001 From: MdTehseenKhan Date: Thu, 22 Aug 2024 23:23:05 +0500 Subject: [PATCH 1/6] =?UTF-8?q?remove=20duplicate=20university=20'Universi?= =?UTF-8?q?t=C3=A9=20Paris=20est=20Cr=C3=A9teil=20Val=20de=20Marne=20Paris?= =?UTF-8?q?=20XII'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- world_universities_and_domains.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/world_universities_and_domains.json b/world_universities_and_domains.json index a0311fbd..5845cace 100644 --- a/world_universities_and_domains.json +++ b/world_universities_and_domains.json @@ -120248,18 +120248,6 @@ ], "country": "France" }, - { - "web_pages": [ - "http://www.u-pec.fr/" - ], - "name": "Université Paris est Créteil Val de Marne Paris XII", - "alpha_two_code": "FR", - "state-province": null, - "domains": [ - "u-pec.fr" - ], - "country": "France" - }, { "web_pages": [ "http://www.unimes.fr/" From cf83853505f35e2e3c0ee99dd54eaa79bb660c52 Mon Sep 17 00:00:00 2001 From: MdTehseenKhan Date: Thu, 22 Aug 2024 23:40:57 +0500 Subject: [PATCH 2/6] add state to ICFAI University to prevent name duplicacy --- world_universities_and_domains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world_universities_and_domains.json b/world_universities_and_domains.json index 5845cace..7889e006 100644 --- a/world_universities_and_domains.json +++ b/world_universities_and_domains.json @@ -47490,7 +47490,7 @@ "web_pages": [ "https://www.iutripura.edu.in/" ], - "name": "ICFAI University", + "name": "ICFAI University, Tripura", "alpha_two_code": "IN", "state-province": "Tripura", "domains": [ From b0ff51a7963337e49d18fe832e1eb6bc5f8583cf Mon Sep 17 00:00:00 2001 From: MdTehseenKhan Date: Thu, 22 Aug 2024 23:50:02 +0500 Subject: [PATCH 3/6] remove duplicate record of 'Bugema University' --- world_universities_and_domains.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/world_universities_and_domains.json b/world_universities_and_domains.json index 7889e006..e6edd39e 100644 --- a/world_universities_and_domains.json +++ b/world_universities_and_domains.json @@ -98403,18 +98403,6 @@ ], "country": "Turks and Caicos Islands" }, - { - "web_pages": [ - "http://www.bugemauniv.ac.ug/" - ], - "name": "Bugema University", - "alpha_two_code": "UG", - "state-province": null, - "domains": [ - "bugemauniv.ac.ug" - ], - "country": "Uganda" - }, { "web_pages": [ "http://www.busitema.ac.ug/" From 4eb995a77b938d1b67a02c16503583e1c5a9ac73 Mon Sep 17 00:00:00 2001 From: MdTehseenKhan Date: Thu, 22 Aug 2024 23:55:59 +0500 Subject: [PATCH 4/6] remove old record of 'Kharkiv National University' --- world_universities_and_domains.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/world_universities_and_domains.json b/world_universities_and_domains.json index e6edd39e..b9aeaa72 100644 --- a/world_universities_and_domains.json +++ b/world_universities_and_domains.json @@ -57,8 +57,8 @@ }, { "name": "Kharkiv National University", - "domains": ["student.karazin.ua", "karazin.ua"], - "web_pages": ["https://karazin.ua"], + "domains": ["student.karazin.ua", "karazin.ua", "univer.kharkov.ua"], + "web_pages": ["https://karazin.ua", "http://www.univer.kharkov.ua/"], "country": "Ukraine", "alpha_two_code": "UA", "state-province": null @@ -99351,18 +99351,6 @@ ], "country": "Ukraine" }, - { - "web_pages": [ - "http://www.univer.kharkov.ua/" - ], - "name": "Kharkiv National University", - "alpha_two_code": "UA", - "state-province": null, - "domains": [ - "univer.kharkov.ua" - ], - "country": "Ukraine" - }, { "web_pages": [ "http://www.university.kherson.ua/" From a532ac16dd7fd998150ec6c72fed409dc8dbc807 Mon Sep 17 00:00:00 2001 From: MdTehseenKhan Date: Fri, 23 Aug 2024 00:25:48 +0500 Subject: [PATCH 5/6] remove duplicate record of 'University of Portsmouth' --- world_universities_and_domains.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/world_universities_and_domains.json b/world_universities_and_domains.json index b9aeaa72..a3c7b5b7 100644 --- a/world_universities_and_domains.json +++ b/world_universities_and_domains.json @@ -105,8 +105,8 @@ }, { "name": "University of Portsmouth", - "domains": ["myport.ac.uk", "myport.port.ac.uk"], - "web_pages": ["https://myport.port.ac.uk"], + "domains": ["port.ac.uk", "myport.ac.uk", "myport.port.ac.uk"], + "web_pages": ["http://www.port.ac.uk/", "https://myport.port.ac.uk"], "country": "United Kingdom", "alpha_two_code": "GB", "state-province": null @@ -101177,18 +101177,6 @@ ], "country": "United Kingdom" }, - { - "web_pages": [ - "http://www.port.ac.uk/" - ], - "name": "University of Portsmouth", - "alpha_two_code": "GB", - "state-province": null, - "domains": [ - "port.ac.uk" - ], - "country": "United Kingdom" - }, { "web_pages": [ "http://www.qmul.ac.uk/" From 6190352b248b0e5a047701cf78deee83754f1c58 Mon Sep 17 00:00:00 2001 From: MdTehseenKhan Date: Fri, 23 Aug 2024 00:46:19 +0500 Subject: [PATCH 6/6] remove duplicate with non-working website of 'University of DuPage' --- world_universities_and_domains.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/world_universities_and_domains.json b/world_universities_and_domains.json index a3c7b5b7..4b72d746 100644 --- a/world_universities_and_domains.json +++ b/world_universities_and_domains.json @@ -107818,18 +107818,6 @@ ], "country": "United States" }, - { - "web_pages": [ - "http://www.dupage.edu" - ], - "name": "College of DuPage", - "alpha_two_code": "US", - "state-province": null, - "domains": [ - "dupage.edu" - ], - "country": "United States" - }, { "web_pages": [ "http://www.cod.edu"