-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathupdatenames.json
91 lines (70 loc) · 1.89 KB
/
updatenames.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"updates" : [
{"correct": "Arthur, James D.", "tofix": [
{"name": "Arthur, James A."},
{"name": "Arthur, James D"}
]},
{"correct": "Bowman, Douglas A.", "tofix": [
{"name": "Bowman, Douglas Andrew"}
]},
{"correct": "Butt, Ali R. A.", "tofix": [
{"name": "Butt, Ali Raza Ashraf"}
]},
{"correct": "Cameron, Kirk W.", "tofix": [
{"name": "Cameron, Kirk W"}
]},
{"correct": "Chen, Ing-Ray", "tofix": [
{"name": "Chen, Ing Ray"}
]},
{"correct": "Frakes, William B.", "tofix": [
{"name": "Frakes, William B"}
]},
{"correct": "Edwards, Stephen H.", "tofix": [
{"name": "Edwards, Stephen H"}
]},
{"correct": "Egyhazy, Csaba J.", "tofix": [
{"name": "Egyhazy, Csaba J"}
]},
{"correct": "Ryder, Barbara G.", "tofix": [
{"name": "Ryder, Barbara Gershon"}
]},
{"correct": "Fox, Edward Alan", "tofix": [
{"name": "Fox, Edward A"}
]},
{"correct": "North, Christopher L.", "tofix": [
{"name": "North, Christopher L"}
]},
{"correct": "Shaffer, Clifford A.", "tofix": [
{"name": "Shaffer, Clifford A"}
]},
{"correct": "Fan, Weiguo", "tofix": [
{"name": "Fan, Weiguo Patrick"}
]},
{"correct": "Marathe, Madhav V.", "tofix": [
{"name": "Marathe, Madhav Vishnu"}
]},
{"correct": "Murali, T. M.", "tofix": [
{"name": "Murali, T M"}
]},
{"correct": "Perez-Quinones, Manuel A.", "tofix": [
{"name": "Perez-Quinonez, Manuel A."},
{"name": "Perez-Quinonez, Manuel A"}
]},
{"correct": "Quek, Francis", "tofix": [
{"name": "Quek, Francis K. H."}
]},
{"correct": "Ramakrishnan, Naren", "tofix": [
{"name": "Ramakrishnan, Narendran"}
]},
{"correct": "Rosson, Mary Beth", "tofix": [
{"name": "Rosson, Mary-Beth"}
]},
{"correct": "Feng, Wu-Chun", "tofix": [
{"name": "Wu-chun Feng"}
]},
{"correct": "Lu, Chang-Tien", "tofix": [
{"name": "Lu, CHang-Tien"},
{"name": "Lu, Chang Tien"}
]}
]
}