@@ -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