浅谈近红外脑成像英文期刊文章撰写

本文作者是刘宁博士 作者简介:刘宁,塔夫斯大学生物医学工程博士(Tufts University),斯坦福大学脑科学方向科研人员。 Frontiers 杂志客座编辑(Guest Associate Editor for Fronti
Xu Cui
11 sec read

nirs2img, create an image file from NIRS data

Update 2021/2/27: If you find griddata3 not working, try to change griddata3 to griddata. I was asked where to get nirs2img script. Here it is. The download link is at the bottom of this article. nirs2img is to create an image file from the input data. Then theimage file can be viewed by a
Xu Cui
51 sec read

All Articles

Chameleon changes color

Original Video– More videos at TinyPic
Xu Cui
1 sec read

Peaya Paper, Paper and PDF manager

I’m using Peaya Paper to manage my papers: http://www.peaya.com
Xu Cui
5 sec read

How to make your external NTFS hard disk writable…

You can only read, but not write to, your external NTFS hard disk? Here is a solution: 1. Go to http://code.google.com/p/macfuse/ and download/install macfuse 2. Go to http://www.macupdate.com/info.php/id/24481/ntfs-3g and download/install ntfs-3g 3.
Xu Cui
13 sec read

Why choose this book? Chinese version 如何做出選擇?

Read’s book, Why choose this book, was pubilshed in traditional Chinese recently. Here is a link: Simplified Chinese version is hopefully coming.
Xu Cui
4 sec read

Hide icons of free web traffic service

<span style=”display:none”>traffic statistics code</span> You should put this right before </body>
Xu Cui
4 sec read

Two games, iterative thinking

1. The smallest unique number The host asks each of a large number of participants to write down a positive integer. The person whose number is unique and smallest wins. If you were one of the participant, which number do you write? e.g. If the numbe
Xu Cui
26 sec read

Screen capture and video editing

I use the following free programs to capture screen and edit the videos. CamStudio for screen capture. Output is AVI. Current version: 2.5 beta VirtualDub for editing (e.g. trimming unwanted frames). Output is AVI. WinFF for converting AVI to FLV. Al
Xu Cui
10 sec read

Show debug error window of installed AIR application

By default, the debug error window are suppressed for an installed AIR application. Sometimes you may want to enable it (say to gather information from internal test users). Here is how: After installation, create an empty file “debug” in
Xu Cui
13 sec read

Dynamic height of TextArea (Flex and AIR)

Believe it or not, this is actually not trivial. Instead of getting text height from TextArea.textHeight, retrieving from TextArea.textField.textHeight works. Also note validateNow() before TextArea.textField.textHeight. <?xml version="1.0&qu
Xu Cui
7 sec read