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

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

Learning PaperBox in 2 minutes

PaperBox is a cloud reference manager ideal for labs and teams to collaborate. Get it here: http://www.peaya.com/paperbox Learning PaperBox in 2 minutes from Xu Cui
Xu Cui
6 sec read

Secrete usage of xjview: Creating a mask based on…

Many users have created masks from a T-test image; xjView also allows you to create a mask based anatomy. Say, if you want to create a mask of Amygdala, how to do that? (You need to use xjview 8.10. 1 min video demo at http://youtu.be/31q_6jumhhM) 1.
Xu Cui
22 sec read

An fMRI ROI analysis program (beta)

Previously I said I was developing a ROI analysis program (https://www.alivelearn.net/?p=1421). Here it is: Download main program (beta version) at https://www.alivelearn.net/xjview/xjviewpro/xjviewpro.p Download sample input excel file: https://www.
Xu Cui
21 sec read

Convert coordinates in MNI space to matrix space

Quite often you need to convert the coordinates of some voxels in MNI space to regular matrix coordinates. Below is a script to do so: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% mni2cor %%%%%%%%%%%%%%%
Xu Cui
43 sec read

I am developing a fMRI ROI analysis program

Check out the program: https://www.alivelearn.net/?p=1439 This program has a very simple graphic interface – only 2 buttons. The ‘load data’ button will ask you to load an excel file where you specify the path of images and event ti
Xu Cui
21 sec read

于洋/王晓理 2012 奥运会消极比赛录像

2012年伦敦奥运会,在7月31日晚的比赛中,为了避开提前与本方队友在淘汰赛中相遇,女双A组的于洋/王晓理与郑景银/金荷娜,以及女双C组的河贞恩/金窼贞与波莉/乔哈里,都选择了消极对待比赛。这四对组合
Xu Cui
2 sec read

Number in Neuroscience

This is some numbers I collected long time ago. What How Much Where Constants and Equations (a list) go to Brain Facts (a list) go to Metabolic Energy (a list) go to Number of neurons and synapses neurons 1011 synapses 1014 pyramidal neurons >80%
Xu Cui
1 min read

Hyperscanning with Near Infrared Spectroscopy

This is a manuscript Chao and myself prepared for a “commentary”. We think NIRS based hyperscanning has a great potential on the shift from one-person neuroscience to 2-people neuroscience. —- Toward an Ecologically Valid Second-per
Xu Cui
4 min read

The most helpful codes (2 lines) in SPM

While discussing data analysis with a coworker today, I Jokingly said my experience on brain imaging can be condensed into two lines of code: V = spm_vol('filename.img'); % note: spm_vol can also take nii files as input M = spm_read_vols(V); % M is a
Xu Cui
17 sec read