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

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

Sensitivity, specificity, ROC, AUC …

You can’t believe how much jargon there is in binary classification. Just remember the following diagram (from wiki). accuracy = ( TP + TN ) / (P+N), i.e. correctly classified divided by the total false discovery rate (FDR) = TP / (TP+FP), i.e.
Xu Cui
1 min read

Unable to build a valid certificate chain for the…

How to get a cert in the first place: http://www.adobe.com/devnet/air/articles/signing_air_applications_print.html If you encounter this error when signing your AIR application, do the following: Download the Thawte Code Signing CA from www.thawte.co
Xu Cui
39 sec read

Terrific AIR applications

You can get all applications from Adobe Marketplace Beautiful Design Employee Directory Elegant design. This application drives me to learn AIR. Adobe Media Player Elegant design Time 100 Desktop Nice design. Rotating globe, rotating pictures in 3D T
Xu Cui
25 sec read

Balloon model of hemodynamics

Picture: The vascular bed is treated as an expandable venous compartment (a balloon). If there is a burst of flow, the volume will increase and then return to baseline. That’s where ‘balloon’ comes from. During steady state (i.e. wi
Xu Cui
1 min read

Use htaccess to protect your web folder

Use htpasswd to create password file, or add password htpasswd -c .htpasswd fred htpasswd .htpasswd linda Then create a .htaccess file with the following text (not the path to the password file has to be full path) AuthUserFile /full/path/to/.htpassw
Xu Cui
18 sec read

文良安: 心灵的高度

心灵的高度是心灵达到一种超脱世俗,不为世俗所牵制的高超的思想境界。自来到西藏后,我逐渐对心灵的高度有了最新的感悟:心灵是一个人的根,人们的观念在心灵深处徘徊而升华;心灵是一个人的灵魂,人们的举动因为心
Xu Cui
0 sec read

“a file found in the source-path must have the…

When you use mxmlc to compile files, you might encounter this error. You need to add source-path option: mxmlc -source-path C:/p/y/src/ -file-specs MyClass.as -debug=true
Xu Cui
6 sec read

Weekly cycle of alivelearn.net traffic

Number of people visiting this blog fluctuates periodically with period 1 week. Basically on weekends few people visit.
Xu Cui
5 sec read