Skip to content

Commit

Permalink
New abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalley committed Nov 12, 2016
1 parent c0b20ec commit c2ca48b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-bumps-chart",
"version": "0.2.2",
"version": "0.2.3",
"description": "Draw bumps charts.",
"keywords": [
"d3",
Expand Down
13 changes: 8 additions & 5 deletions src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const abbrevCamTown = {
'K': 'King\'s',
'L': 'LMBC',
'LC': 'Lucy Cavendish',
'LS': 'Lady Somerset',
'M': 'Magdalene',
'ME': 'Maximum Entropy',
'MM': 'Mott MacDonald',
Expand All @@ -126,16 +127,18 @@ const abbrevCamTown = {
'RR': 'Rob Roy',
'R': 'Robinson',
'Sm': 'Simoco',
'SI': 'St. Ives',
'SN': 'St. Neots',
'SR': 'St. Radegund',
'SI': 'St Ives',
'SN': 'St Neots',
'SR': 'St Radegund',
'S': 'Selwyn',
'SS': 'Sidney Sussex',
'SC': 'St. Catharine\'s',
'SE': 'St. Edmund\'s',
'SC': 'St Catharine\'s',
'SE': 'St Edmund\'s',
'T': '1st & 3rd',
'TC': 'Theological Colleges',
'Te': 'Telephones',
'TH': 'Trinity Hall',
'US': 'Univ Sports',
'VS': 'Vet School',
'W': 'Wolfson',
'X': 'X-Press'
Expand Down

0 comments on commit c2ca48b

Please sign in to comment.