Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #8

Merged
merged 6 commits into from
Jan 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import React from 'react';
import { css } from 'emotion';
import { getUsbVersion } from './shared/funcs';

const Head = () => (
<head>
<meta charSet='utf-8' />
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
<title>USB00.00</title>
<title>{getUsbVersion()}</title>
<link
rel='stylesheet'
href='https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css'
Expand Down
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions shared/funcs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import moment from 'moment';

export const getUsbVersion = () => {
const current = new Date();
const currentYear = current.getFullYear();
const currentBirthday = moment(`${currentYear}0206`);
const a = currentYear - 1995;
const b = currentBirthday.diff(current, 'seconds');
const c = currentBirthday.diff(`${currentYear - 1}0206`, 'seconds');
const d = (a - b / c).toFixed(2);

return `USB${d}`;
};
24 changes: 3 additions & 21 deletions src/Nav.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React, { Component } from 'react';
import { css } from 'emotion';
import { pinkColor } from './style';
import moment from 'moment';
import autobind from 'autobind-decorator';
import { getUsbVersion } from '../shared/funcs';

const linkBaseStyke = css({
color: 'inherit',
Expand All @@ -16,33 +16,15 @@ const linkBaseStyke = css({
});

class Nav extends Component {
static getUsbVersion() {
const current = new Date();
const currentYear = current.getFullYear();
const currentBirthday = moment(`${currentYear}0206`);
const a = currentYear - 1995;
const b = currentBirthday.diff(current, 'seconds');
const c = currentBirthday.diff(`${currentYear - 1}0206`, 'seconds');
const d = (a - b / c).toFixed(2);

return `USB${d}`;
}

constructor() {
super();

const usbVersion = Nav.getUsbVersion();

if (typeof document !== 'undefined') {
document.title = usbVersion;
}

this.state = { usbVersion };
this.state = { usbVersion: getUsbVersion() };
}

@autobind
loop() {
const usbVersion = Nav.getUsbVersion();
const usbVersion = getUsbVersion();

document.title = usbVersion;
this.setState({ usbVersion }, () => requestAnimationFrame(this.loop));
Expand Down
18 changes: 9 additions & 9 deletions src/bibs/domestic-journal-w-review.bib
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@article{Usuba2019b,
author = "薄羽,大樹 and 山中,祥太 and 宮下,芳明",
title = "Motor WidthとVisual Widthが異なる状況下でのポインティング性能",
journal = "情報処理学会論文誌",
year = "2019",
volume = "60",
number = "4",
pages = "1184--1199",
month = "apr",
_miyashitacomurl_ = "https://research.miyashita.com/papers/J30"
author = "薄羽,大樹 and 山中,祥太 and 宮下,芳明",
title = "Motor WidthとVisual Widthが異なる状況下でのポインティング性能",
journal = "情報処理学会論文誌",
year = "2019",
volume = "60",
number = "4",
pages = "1184--1199",
month = "apr",
_miyashitacomurl_ = "https://research.miyashita.com/papers/J30"
}
4 changes: 2 additions & 2 deletions src/bibs/oral-domestic-conf.bib
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ @article{Yamada2019a
@article{Kizaki2019a,
title={Valve Icon: オーバーシュート後に生成される壁を用いたポインティング高速化手法の提案},
author={木崎駿也 and 薄羽大樹 and 山田開斗 and 宮下芳明},
journal={研究報告ユビキタスコンピューティングシステム(UBI)},
volume={2019-UBI-64},
journal={研究報告ヒューマンコンピュータインタラクション (HCI)},
volume={2019-HCI-185},
number={23},
pages={1--8},
year={2019},
Expand Down
32 changes: 20 additions & 12 deletions src/bibs/paper-domestic-conf-w-review.bib
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
@article{Usuba2015,
author = "薄羽,大樹 and 宮下,芳明",
title = "コメントイン:コメントを先に書くことによる新形態のAPIリファレンス",
journal = "第23回インタラクティブシステムとソフトウェアに関するワークショップ論文集(WISS2015)",
year = "2015",
_miyashitacomurl_ = "https://research.miyashita.com/papers/D153/paper.pdf",
_videourl_ = "https://www.youtube.com/watch?v=wnXBYoBeNv4"
author = "薄羽,大樹 and 宮下,芳明",
title = "コメントイン:コメントを先に書くことによる新形態のAPIリファレンス",
journal = "第23回インタラクティブシステムとソフトウェアに関するワークショップ論文集(WISS2015)",
year = "2015",
_miyashitacomurl_ = "https://research.miyashita.com/papers/D153/paper.pdf",
_videourl_ = "https://www.youtube.com/watch?v=wnXBYoBeNv4"
}

@article{Usuba2019a,
author = "薄羽,大樹 and 山中,祥太 and 宮下芳明",
title = "Motor WidthとVisual Widthの差を考慮したポインティングのモデル化",
journal = "インタラクション2019論文集",
pages = "122-130",
year = "2019",
_miyashitacomurl_ = "https://research.miyashita.com/papers/D214"
author = "薄羽,大樹 and 山中,祥太 and 宮下芳明",
title = "Motor WidthとVisual Widthの差を考慮したポインティングのモデル化",
journal = "インタラクション2019論文集",
pages = "122-130",
year = "2019",
_miyashitacomurl_ = "https://research.miyashita.com/papers/D214"
}

@article{Usuba2019d,
author = "薄羽,大樹 and 山中,祥太 and 宮下芳明",
title = "幅の異なる経路が連結されたコーナリングタスクのモデル化",
journal = "インタラクション2020論文集",
year = "2020",
_others_ = "To appear",
}
41 changes: 30 additions & 11 deletions src/bibs/paper-international-conf-w-review.bib
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ @inproceedings{Usuba2018a
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Fitts' law, difference in motor and visual widths, human performance, small target pointing},
_others_ = {Full paper; Acceptance rate 24.5%},
_others_ = {Full paper; acceptance rate 24.5%},
_miyashitacomurl_ = {https://research.miyashita.com/papers/I33/paper.pdf}
}

Expand All @@ -34,7 +34,7 @@ @inproceedings{Usuba2018b
publisher = {ACM},
address = {New York, NY, USA},
keywords = {different motor and visual target widths, graphical user interfaces, human performance, target acquisition},
_others_ = {Long paper; Acceptance rate 40%},
_others_ = {Long paper; acceptance rate 40%},
_miyashitacomurl_ = {https://research.miyashita.com/papers/I34/paper.pdf}
}

Expand All @@ -52,7 +52,7 @@ @inproceedings{Yamada2019c
_miyashitacomurl_= {https://research.miyashita.com/papers/I38/paper.pdf}
}

@inproceedings{Usuba2019a,
@inproceedings{Usuba2019b,
author = {Usuba, Hiroki and Yamanaka, Shota and Miyashita, Homei},
title = {Touch Pointing Performance for Uncertain Touchable Sizes of 1D Targets},
booktitle = {Proceedings of the 21st International Conference on Human-Computer Interaction with Mobile Devices and Services},
Expand All @@ -73,21 +73,40 @@ @inproceedings{Usuba2019a
_miyashitacomurl_ = {https://research.miyashita.com/papers/I39/paper.pdf}
}

@inproceedings{Usuba2019b,
@inproceedings{Usuba2019c,
author = {Usuba, Hiroki and Yamanaka, Shota and Miyashita, Homei},
title = {Comparing Lassoing Criteria and Modeling Straight-line and One-loop Lassoing Motions Considering Criteria},
booktitle = {Proceedings of the 2019 ACM International Conference on Interactive Surfaces and Spaces},
series = {ISS '19},
title = {Comparing Lassoing Criteria and Modeling Straight-Line and One-Loop Lassoing Motions Considering Criteria},
year = {2019},
_others_ = {Academic Paper; To appear; Acceptance rate 30.6%},
isbn = {9781450368919},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3343055.3359707},
doi = {10.1145/3343055.3359707},
booktitle = {Proceedings of the 2019 ACM International Conference on Interactive Surfaces and Spaces},
pages = {181–191},
numpages = {11},
keywords = {multiple selection, steering law, graphical user interfaces, lasso criteria},
location = {Daejeon, Republic of Korea},
series = {ISS ’19},
_others_ = {Academic Paper; acceptance rate 30.6%},
_miyashitacomurl_ = {https://research.miyashita.com/papers/I40/paper.pdf}
}

@inproceedings{Nakanishi2019,
author = {Nakanishi, Mayumi and Usuba, Hiroki and Miyashita, Homei},
title = {Effects of Delboeuf Illusion on Pointing Performance},
booktitle = {Proceedings of the 31th Australian Conference on Computer-Human Interaction},
series = {OzCHI '19},
year = {2019},
_others_ = {Short paper; To appear; Acceptance rate 48.2%},
isbn = {9781450376969},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3369457.3369520},
doi = {10.1145/3369457.3369520},
booktitle = {Proceedings of the 31st Australian Conference on Human-Computer-Interaction},
pages = {476–479},
numpages = {4},
keywords = {Fitts’ law, pointing movements, Delboeuf illusion, visual illusion},
location = {Fremantle, WA, Australia},
series = {OZCHI’19},
_others_ = {Short paper; acceptance rate 48.2%},
_miyashitacomurl_ = {https://research.miyashita.com/papers/I41/paper.pdf}
}
14 changes: 7 additions & 7 deletions src/bibs/poster-and-demo-domestic-conf.bib
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ @inproceedings{Shimada2018
}

@article{Ikeda2019,
author = "池田沙厘奈 and 薄羽大樹 and 宮下芳明",
title = "視線追跡HMDと眉間を用いた「目掴み」の評価",
journal = "インタラクション2019論文集",
pages = "193--198",
year = "2019",
_miyashitacomurl_ = "https://research.miyashita.com/papers/D215",
_videourl_= "https://www.youtube.com/watch?v=_QZGLHWzPXE"
author = "池田沙厘奈 and 薄羽大樹 and 宮下芳明",
title = "視線追跡HMDと眉間を用いた「目掴み」の評価",
journal = "インタラクション2019論文集",
pages = "193--198",
year = "2019",
_miyashitacomurl_ = "https://research.miyashita.com/papers/D215",
_videourl_ = "https://www.youtube.com/watch?v=_QZGLHWzPXE"
}