File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React from 'react';
33export default class Authors extends React . Component {
44 render ( ) {
55 const authorClass = 'uk-width-1-1 uk-width-1-2@s uk-width-1-3@m' ;
6- const affiliationClass = ' uk-width-1-1 uk-width-1-2@s' ;
6+ const affiliationClass = ` uk-width-1-${ this . props . affiliations . length } uk-margin-small-top` ;
77
88 return (
99 < div >
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ authors:
3131 position : Principal Investigator
3232 url : https://atsushihashimoto.github.io/cv/
3333 - name : Koichiro Yoshino
34- affiliation : [4, 3, 2]
35- position : Associate Professor
34+ affiliation : [3, 2]
35+ position : Professor
3636 url : https://pomdp.net/
3737 - name : Yoshitaka Ushiku
3838 affiliation : [1]
@@ -41,8 +41,7 @@ authors:
4141affiliations :
4242 - OMRON SINIC X Corporation
4343 - NARA Institute of Science and Technology
44- - Guardian Robot Project, RIKEN
45- - Institute of Science Tokyo
44+ - The University of Osaka
4645
4746meta :
4847 - ' * Work done during an internship at OMRON SINIC X Corporation.'
You can’t perform that action at this time.
0 commit comments