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

本文作者是刘宁博士 作者简介:刘宁,塔夫斯大学生物医学工程博士(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

Interview Liz Walter and Signe Bray

Liz and Signe each published a review paper recently. They share their tips and experience … Signe Bray Frontiers in human neuroscience Elizabeth Walter Neuroscience
Xu Cui
5 sec read

Increasing number of coauthors in PubMed

According statistics published in PubMed, the average number of coauthors per paper was 1.56 in 1950, meaning at least half of papers were single authored at that time. This number now reaches to 4.77 in 2008. The age of publishing a paper alone is g
Xu Cui
36 sec read

xjView Tutorial Videos

FDR function, English version FDR function, Chinese version 普通话 Mandarin FDR function, Chinese versi
Xu Cui
2 sec read

use asdoc to generate documents

First, your asdoc.exe should be in your system path Open command window, cd to your project folder. In this folder, you should find src folder Run command asdoc -source-path .\src -doc-sources . Then a folder called “asdoc-output” will be
Xu Cui
8 sec read

Tower of sqrt(2)

What is the limit of this infinite exponential? Solution 1: $$x=\sqrt{2}^x$$ This leads to x=2 or 4 Solution 2: $$x=^x$$ This leads to x not equal to 2 or 4 Solution 3: MatLab simulation of series $$\sqrt{2}, \sqrt{2}^\sqrt{2}, [\s
Xu Cui
14 sec read

saveppt2, save MatLab figures to PowerPoint

I find saveppt2 is very useful in data exploration. I often have to view a lot of plots/figures for individual subjects during quality checking or data exploration. It would be ideal to have a script to automatically save the plots into PowerPoint an
Xu Cui
17 sec read

Adobe AIR 2 beta is out

Adobe AIR 2 beta is out last night (Nov 16, 2009). It includes a number of highly expected features including launching native applications. It also improves CPU/memory usages. Some sample applications include: http://labs.adobe.com/technologies/air2
Xu Cui
20 sec read

How to create TIFF files

When you submit a manuscript, many journals ask you to send your figures in TIFF format with some requirements such as 300dpi, flattened, LZW compressed, etc. How to do that? My figures are usually finalized in MS PowerPoint. I don’t use PowerP
Xu Cui
24 sec read

Winner take all in SVM?

updated: 2010/01/05, add plot of original data Assume our data contains two features and they are highly correlated (say, r>0.9). The 1st feature does slightly better than the 2nd one in classifying the data. The question is, is the weight of the
Xu Cui
1 min read