Skip to content

Commit 4a2b6a9

Browse files
committed
docs: update affiliation
1 parent 76db0d4 commit 4a2b6a9

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/components/authors.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
export 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>

template.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
4141
affiliations:
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

4746
meta:
4847
- '* Work done during an internship at OMRON SINIC X Corporation.'

0 commit comments

Comments
 (0)