Skip to content

Commit 1770783

Browse files
committed
Update for move to ARC and CS
1 parent 363108a commit 1770783

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

_config.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
contact: http://www.ucl.ac.uk/research-it-services/partner-with-us
1+
contact: arc-teaching@ucl.ac.uk
22

3-
title: "MPHY0021: Research Software Engineering With Python"
3+
title: "COMP0023: Research Software Engineering With Python"
44
includeleftnav: True
5-
short: MPHY0021
5+
short: COMP0023
66

77
defaults:
88
- scope: {path: ""}
@@ -13,13 +13,9 @@ baseurl: /rsd-engineeringcourse
1313
remote_theme: dpshelio/indigo-jekyll
1414

1515
crumbs:
16-
- link: http://www.ucl.ac.uk/ISD
17-
text: ISD
18-
- link: http://www.ucl.ac.uk/isd/services
19-
text: Our services
20-
- link: http://www.ucl.ac.uk/isd/services/research-it
21-
text: Research IT
22-
- link: http://www.ucl.ac.uk/isd/services/research-it/training
16+
- link: https://www.ucl.ac.uk/arc
17+
text: Advanced Research Computing
18+
- link: https://www.ucl.ac.uk/advanced-research-computing/about-our-training
2319
text: Training
2420

2521
kramdown:

ch00python/010exemplar.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
],
109109
"source": [
110110
"# Select geocoding service provided by OpenStreetMap's Nominatim - https://wiki.openstreetmap.org/wiki/Nominatim\n",
111-
"geocoder = geopy.geocoders.Nominatim(user_agent=\"mphy0021\") \n",
111+
"geocoder = geopy.geocoders.Nominatim(user_agent=\"comp0023\") \n",
112112
"geocoder.geocode('Cambridge', exactly_one=False)"
113113
]
114114
},

0 commit comments

Comments
 (0)