Skip to content

Commit

Permalink
Merge pull request #5 from nawta/develop
Browse files Browse the repository at this point in the history
deleted template posts, added my research project posts
  • Loading branch information
nawta authored Jan 22, 2022
2 parents 7b25616 + a5885ea commit c7f0240
Show file tree
Hide file tree
Showing 29 changed files with 2,140 additions and 80 deletions.
Binary file added content/projects/after-laughter/afterlaughter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions content/projects/after-laughter/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
cover: "./afterlaughter.jpg"
date: "2021-12-07"
title: "After Laughter"
areas:
- Research
---


外国語の学習には音読,
多読,
多聴など,
様々な学習方法があり,
そのための教材としても本,
動画,
音楽など様々な媒体が用いられている.
その中でも,
海外ドラマなどの外国語動画をたくさん視聴する学習法(Extensive Viewing)には,
娯楽性が高く学習者のモチベーションを維持しやすい,
劇中において実践的な言語の言い回しが用いられているなどの様々なメリットがある.
しかし,
多くの外国語学習者は,
母語話者と同じように聴き取りを行えないために,
Extensive Viewingを行う際,
動画の再生速度についていけない場面に多く直面する.
このため,
母語話者向けの動画コンテンツを通常の再生速度のまま教材として扱うことは難しい.
よって,
本研究では動画再生速度の個人最適化システムの開発および有用性の検証を行った.
本研究においては,学習者のシチュエーションコメディ視聴中の笑いどころに
おける表情に基づき再生速度を最適化する.このシステムを用いて学習することにより,
ビデオ教材の難易度を調整することができるため,
Extensive Viewingや多聴学習を行う際に用いることができる学習教材の選択肢が広がる.
Binary file not shown.
Binary file not shown.
11 changes: 0 additions & 11 deletions content/projects/ars-aurea/index.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions content/projects/emilia/index.mdx

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions content/projects/insect-computer-hybrid-speaker/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
cover: "./cicada.jpg"
date: "2021-03-10"
title: "Insect-Computer Hybrid Speaker"
areas:
- Research
---


昆虫を制御する手法の研究,
Userが昆虫を制御するインターフェースの研究,
制御に加え昆虫からUserへのフィードバックを可能にする研究がされてきた.
しかしながら,
昆虫から第三者へのインタラクションとして用いられることはなかった.
この論文では,
Electrical Muscle Stimulation (EMS)によって,
発音筋を制御し,
蝉をスピーカとして使用する手法を提案する.
実際に,
我々はパッヘルベルのカノンをセミに演奏させた([Video](https://www.youtube.com/watch?v=wdhv4QByH6c)).
この技術を用いることにより,
昆虫を媒体とした新しい人間間のインタラクションができる可能性が示された.
Binary file not shown.
7 changes: 0 additions & 7 deletions content/projects/jodie/index.mdx

This file was deleted.

Binary file not shown.
Binary file removed content/projects/minimal-blog/Astronaut.jpg
Binary file not shown.
Binary file removed content/projects/minimal-blog/Reflections.jpg
Binary file not shown.
Binary file removed content/projects/minimal-blog/Space-Tourism.jpg
Binary file not shown.
7 changes: 0 additions & 7 deletions content/projects/minimal-blog/index.mdx

This file was deleted.

8 changes: 8 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,13 @@ module.exports = {
openAnalyzer: false,
},
},
{
resolve: `gatsby-source-filesystem`,
options: {
name: `markdown-pages`,
path: `${__dirname}/src/markdown-pages`,
},
},
`gatsby-transformer-remark`,
].filter(Boolean),
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c7f0240

Please sign in to comment.