You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CURRENT
{
"web_pages": ["http://www.unimi.it/"],
"name": "University of Milan",
"alpha_two_code": "IT",
"state-province": null,
"domains": ["unimi.it"],
"country": "Italy"
}
IMPROVED
{
"web_pages": ["https://www.unimi.it/en", "https://www.unimi.it/it"], // added two new links
"name": "University of Milan",
"alpha_two_code": "IT",
"state-province": "Lombardia", // added state (region) code, otherwise "MI" for the province code
"domains": ["unimi.it"],
"country": "Italy"
}
Thanks in advance!
The text was updated successfully, but these errors were encountered:
In the current "web pages" field for the University of Milan the data is 'http://www.unimi.it/'.
Please update the entry using 'https://www.unimi.it/en' (english version), and/or 'https://www.unimi.it/it' (italian version).
That is:
CURRENT
{
"web_pages": ["http://www.unimi.it/"],
"name": "University of Milan",
"alpha_two_code": "IT",
"state-province": null,
"domains": ["unimi.it"],
"country": "Italy"
}
IMPROVED
{
"web_pages": ["https://www.unimi.it/en", "https://www.unimi.it/it"], // added two new links
"name": "University of Milan",
"alpha_two_code": "IT",
"state-province": "Lombardia", // added state (region) code, otherwise "MI" for the province code
"domains": ["unimi.it"],
"country": "Italy"
}
Thanks in advance!
The text was updated successfully, but these errors were encountered: