Skip to content

Commit

Permalink
Update DOI author translations table.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Jul 14, 2014
1 parent 7b10047 commit b3c0cca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Code/Tools/DOI/authors.py
Expand Up @@ -24,6 +24,7 @@
'Keith Brown' : 'Brown, Keith',
'Alex Buts' : 'Buts, Alex',
'Stuart Campbell' : 'Campbell, Stuart',
'Stuart I. Campbell' : 'Campbell, Stuart',
'Dickon Champion' : 'Champion, Dickon',
'Laurent Chapon' : 'Chapon, Laurent',
'Matt Clarke' : 'Clarke, Matt',
Expand All @@ -33,12 +34,14 @@
'Mathieu Doucet' : 'Doucet, Mathieu',
'Doucet, Mathieu' : 'Doucet, Mathieu',
'Nick Draper' : 'Draper, Nick',
'NickDraper' : 'Draper, Nick',
'Ronald Fowler' : 'Fowler, Ronald',
'Martyn Gigg' : 'Gigg, Martyn A.',
'Samuel Jackson' : 'Jackson, Samuel',
'Dereck Kachere' : 'Kachere, Dereck',
'Mark Koennecke' : 'Koennecke, Mark',
'Ricardo Leal' : 'Leal, Ricardo',
'Ricardo Ferraz Leal' : 'Leal, Ricardo',
'Christophe Le Bourlot' : 'Le Bourlot, Christophe',
'VickieLynch' : 'Lynch, Vickie',
'Vickie Lynch' : 'Lynch, Vickie',
Expand All @@ -57,6 +60,7 @@
'Pete Peterson' : 'Peterson, Peter F.',
'Peter Peterson' : 'Peterson, Peter F.',
'Jay Rainey' : 'Rainey, Jay',
'Yannick Raoul' : 'Raoul, Yannick',
'Shelly Ren' : 'Ren, Shelly',
'Michael Reuter' : 'Reuter, Michael',
'Lakshmi Sastry' : 'Sastry, Lakshmi',
Expand All @@ -65,6 +69,9 @@
'Russell Taylor' : 'Taylor, Russell J.',
'Mike Thomas' : 'Thomas, Mike',
'Roman Tolchenov' : 'Tolchenov, Roman',
'MichaelWedel' : 'Wedel, Michael',
'Michael Wedel' : 'Wedel, Michael',
'Ross Whitfield' : 'Whitfield, Robert',
'Robert Whitley' : 'Whitley, Robert',
'Michael Whitty' : 'Whitty, Michael',
'Steve Williams' : 'Williams, Steve',
Expand Down Expand Up @@ -234,5 +241,5 @@ def authors_under_git_tag(tag):
all_tags = _get_all_git_tags()

previous_tag = all_tags[all_tags.index(tag) - 1]

return _authors_from_tag_info(previous_tag + '..' + tag)

0 comments on commit b3c0cca

Please sign in to comment.