Skip to content

Commit d8715e3

Browse files
authored
Merge pull request #207 from nukazuka/main
RIKEN APR author list for JFY2025 was updated.
2 parents f6bb9d6 + 9865a5c commit d8715e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RIKEN_APR/author_list_generator_JFY2025.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def __init__( self ) :
7373
self.persons_.append( Person( first="Y.", family="Ishigaki", affiliations=["NWU", "RIKEN" ] ) )
7474
self.persons_.append( Person( first="T.", family="Kikuchi", affiliations=["Rikkyo", "RIKEN" ] ) )
7575
self.persons_.append( Person( first="R.", family="Koike", affiliations=["Kyoto", "RIKEN" ] ) )
76-
self.persons_.append( Person( first="T.", family="Kondo", affiliations=["TIRI" ] ) )
7776
self.persons_.append( Person( first="C.~M.", family="Kuo", affiliations=["NCU" ] ) )
7877
self.persons_.append( Person( first="R.~S.", family="Lu", affiliations=["NTU" ] ) )
7978
self.persons_.append( Person( first="N.", family="Morimoto", affiliations=["NWU", "RIKEN" ] ) )
@@ -103,7 +102,6 @@ def __init__( self ) :
103102
"BNL": "Physics Department, Brookhaven National Laboratory",
104103
"RIKEN": "RIKEN Nishina Center",
105104
"Kyoto": "Department of Physics, Kyoto University",
106-
"TIRI": "Information Systems Technology Division, Tokyo Metropolitan Industrial Technology Research Institute"
107105
}
108106
self.sorted_affiliations_ = []
109107

0 commit comments

Comments
 (0)