Skip to content

Commit

Permalink
fix duplicate in organizations.json
Browse files Browse the repository at this point in the history
  • Loading branch information
verwoerd committed Oct 30, 2024
1 parent 49049f8 commit c965372
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions universities/organizations.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,7 @@
"latitude": 51.9897656
}
},
{
"id": "573",
"icpc_id": "573",
"name": "FAU",
"formal_name": "Friedrich-Alexander-University Erlangen-Nuremberg",
"country": "DEU",
"url": "http://www.cs.fau.de/",
"twitter_hashtag": "#FAU",
"twitter_account": "@UniFAU",
"location": {
"longitude": 11.005243,
"latitude": 49.597863
}
},
{
{
"id": "452",
"icpc_id": "452",
"name": "TU/e",
Expand All @@ -94,9 +80,17 @@
},
{
"id": "573",
"icpc_id": "573",
"name": "FAU",
"formal_name": "Friedrich-Alexander-University Erlangen-Nuremberg",
"country": "DEU"
"country": "DEU",
"url": "http://www.cs.fau.de/",
"twitter_hashtag": "#FAU",
"twitter_account": "@UniFAU",
"location": {
"longitude": 11.005243,
"latitude": 49.597863
}
},
{
"id": "980",
Expand Down

0 comments on commit c965372

Please sign in to comment.