The Brain At Rest
Visualization of the intrinsic activity of the brain of an individual lying inside the MRI scanner doing nothing (task-free state) as measured by resting state functional magnetic resonance imaging.
Visualization of the intrinsic activity of the brain of an individual lying inside the MRI scanner doing nothing (task-free state) as measured by resting state functional magnetic resonance imaging.
An outline of DTI dataset processing pipeline for TBSS analysis as well as probabilistic tractography using FSL. DTI data processing Data preparation Convert dicom files to nifti Use dcm2nii or dcm2niigui from mricron Rename...
Real-time functional MRI is one of my research interests. So from today, I will start compiling a list of papers related to the topic. I will list the paper here after reading it. This...
Quick VIM commands for common editing tasks Search and replace :s/foo/bar/g – change ‘foo’ to ‘bar’ in the current line :%s/foo/bar/g – change ‘foo’ to ‘bar’ in all lines Cut and paste position cursor...
Wordle is an online app for generating “word clouds”, a kind of visual representation for text data. It gives greater prominence to words (e.g., by using larger font size or different font color) that appear more...
Re-posting this one from my old university website. A brief introduction of my graduate research topic. Studies in nonlinear time series analysis have provided reliable techniques for the evaluation of signals from dynamical systems....
NIfTI-1 is a data format proposed by the NifTI (Neuroimaging Informatics Technology Initiative) DFWG (Data Format Working Group) that can be used for storing neuroimaging datasets (e.g. MRI, functional MRI, etc.). This format is adapted from the...
Re-posting this article on real-time functional MRI I wrote several years ago. The technique known as functional magnetic resonance imaging (fMRI) has been extensively used to elucidate the functions of the human brain. Functional...
Just want to share this YouTube video from MicrosoftResearch. It’s just amazing. The idea is to augment the real environment with a virtual one and interact with it. Using four ceiling-mounted Kinects, the entire...
This is a brief guide on how to setup a backup SVN repository using svnsync. I will assume that subversion is already installed and the master repository is located in the machine called remote.com...
Definition Given two random variables X and Y, Pearson’s correlation coefficient ρ is defined as the ratio between the covariance of the two variables and the product of their standard deviations:
Listed below are definitions of some vector or matrix products. I will be needing these definitions in the succeeding posts. Thanks to Jetpack‘s Latex support, I can now include equations in my post.
There are several ways to do this. One is GUI-based. In Fedora Core, use the Places menu in the top panel. Within this menu item, click the ‘Connect to Server…’ sub-menu. This will popup...
I have been using Matlab for almost all of my computing needs. It is very easy to program especially when dealing with matrices. It has also a rich library of graphical interface. You can...
Been out for a while. My last entry was last Nov 2009! It’s more than a year and a half ago! It’s time for a reboot. There are so many things to learn, so...
Youtube Direct is a new tool from Google/Youtube that makes it easier for media organizations or websites to request users to submit video clips, review submitted clips, and possibly re-broadcast these clips, just like...
The latest version of NinfG (version 5.0) has a lot to offer in terms of allowing client-server connectivity. First, it introduces the invoke server module separating components used to invoke remote applications from the...
In order to change the hostname of your linux machine, you can do the following: 1) Edit file /etc/sysconfig/network using your favourite editor, say using vi. 2) Look for the line with HOSTNAME in...
Especial Characters: [ ^ $ | ? * + . ( ) If you want to use any of the above characters as a literal in a regular expression, you need to escape them...
GDB is the GNU project debugger which can be very helpful when you’re trying to figure out what goes wrong in the application you’re developing. With gdb, you can start a program, specify points...