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

Cleanup universities data #630

Merged
merged 6 commits into from
Aug 26, 2024
Merged
70 changes: 5 additions & 65 deletions world_universities_and_domains.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -47490,7 +47490,7 @@
"web_pages": [
"https://www.iutripura.edu.in/"
],
"name": "ICFAI University",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the campus state, as added in other campuses, so the name does not conflict with the head campus shown below:

{
      "web_pages": [
          "http://www.icfai.org/"
      ],
      "name": "ICFAI University",
      "alpha_two_code": "IN",
      "state-province": null,
      "domains": [
          "icfai.org"
      ],
      "country": "India"
  },

"name": "ICFAI University, Tripura",
"alpha_two_code": "IN",
"state-province": "Tripura",
"domains": [
Expand Down Expand Up @@ -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"
},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a duplicate record but without the 'state-province' data.

{
"web_pages": [
"http://www.busitema.ac.ug/"
Expand Down Expand Up @@ -99363,18 +99351,6 @@
],
"country": "Ukraine"
},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the old record and added the old domain and website to the new record. The old website is redirecting to the new one.

{
"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/"
Expand Down Expand Up @@ -101201,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/"
Expand Down Expand Up @@ -107854,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"
Expand Down Expand Up @@ -120248,18 +120200,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"
},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a duplicate record.

{
"web_pages": [
"http://www.unimes.fr/"
Expand Down
Loading