Skip to content

Commit

Permalink
update organizations.json
Browse files Browse the repository at this point in the history
  • Loading branch information
verwoerd committed Oct 31, 2024
1 parent f450017 commit 14f8a5d
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions universities/organizations.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,17 @@
},
{
"id": "1917",
"icpc_id": "1917",
"name": "TUM",
"formal_name": "Technische Universität München",
"country": "DEU"
"country": "DEU",
"url": "http://www.tum.de",
"twitter_hashtag": "#TUM",
"twitter_account": "TU_Muenchen",
"location": {
"longitude": 11.5656715,
"latitude": 48.1496636
}
},
{
"id": "2061",
Expand Down Expand Up @@ -619,9 +627,15 @@
},
{
"id": "6940",
"icpc_id": "6940",
"name": "Glasgow",
"formal_name": "University of Glasgow",
"country": "GBR"
"country": "GBR",
"url": "http://www.gla.ac.uk/",
"location": {
"longitude": -4.289058,
"latitude": 55.873543
}
},
{
"id": "7006",
Expand All @@ -631,7 +645,7 @@
"country": "GBR",
"url": "http://ucl.ac.uk",
"location": {
"longitude":-0.133583,
"longitude": -0.133583,
"latitude": 51.524776
}
},
Expand Down Expand Up @@ -849,9 +863,15 @@
},
{
"id": "13859",
"icpc_id": "13859",
"name": "Uni Lu",
"formal_name": "University of Luxembourg",
"country": "LUX"
"country": "LUX",
"url": "https://wwwen.uni.lu",
"location": {
"longitude": 6.1340,
"latitude": 49.6603
}
},
{
"id": "14148",
Expand Down

0 comments on commit 14f8a5d

Please sign in to comment.