<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar">
    <title>gmane.comp.graphics.spm.marsbar</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/791"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/790"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/789"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/788"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/787"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/786"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/785"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/784"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/783"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/782"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/781"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/780"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/779"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/778"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/777"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/776"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/775"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/774"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/773"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/772"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/791">
    <title>Marsbar doesn't recognize analyze images (spm5)</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/791</link>
    <description>
Dear Matthew, dear users,

i have a basic question on using Marsbar under spm5.
First, I couldn’t run Marsbar at all, then I downloaded spm5 files from
https://svn.sourceforge.net/svnroot/marsbar/trunk/marsbar/spm5/

Afterwards, I could run Marsbar, but I can not download binary images (in
analyze format) for creation of a VOI (option "import"). Specifically,
Marsbar seems to not recognize analyze images at all. Do I need to download
any other additional matlab files to resolve this problem? Sorry for such a
simple (stupid?) question – I, as a simple physician, have unfortunately no
idea from programming or matlab..
Thanks in advance.
Igor
</description>
    <dc:creator>Igor_</dc:creator>
    <dc:date>2008-12-03T15:20:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/790">
    <title>Re: Base space for ROI &amp; Coordinate in millimeters</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/790</link>
    <description>Hello,
I do not see a particular reason to save milimeters or image space 
coordinate. The important feature is to save
the volume dimention an orientation which were used to define the roi.
In this way you can get the roi in any other space. (and you can also 
the milimeter position)

roi_o = maroi('roiname.mat')
V = spm_vol('path_to_the_volume_you_want_to_put_the_roi_in')
sp = mars_space(V);
Pos = voxpts(roi_o,sp);

Pos will contain the coordinate in pixel space of the new image.

I hope this help

Jaime Shinsuke Ide a écrit :


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>romain valabregue</dc:creator>
    <dc:date>2008-12-03T09:48:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/789">
    <title>Re: roi values</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/789</link>
    <description>hello

you can get the milimetric value of the roi point. If your roi has been 
defined in a volume which is in
the MNI space then you'll get the coordinates in MNI space ...

roi_o = maroi('roiname.mat')
sp = native_space(roi_o);  %gives you the space of the image where the 
roi was define
Pos = voxpts(roi_o,sp);

Pos will contain the coordinate in pixel space.
to converte it in milimeter :

Posmm = sp.mat(1:3,1:3)*Pos + repmat(sp.mat(1:3,4),1,size(Pos,2));

I hope this help

Romain


Jac501 a écrit :


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>romain valabregue</dc:creator>
    <dc:date>2008-12-03T10:09:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/788">
    <title>roi values</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/788</link>
    <description>
Dear users,

Sorry, I've serched the forum and can't find an obvious answer to this. 


How do I extract roi x y z coordinates in MNI, or even better Tal space? I'm
not interested in any stats, just cordinates for binary roi's to use with
another program. At the moment I can on get centre of gravity from the .mat
file. 

Thank you in advance.

JB


</description>
    <dc:creator>Jac501</dc:creator>
    <dc:date>2008-11-30T18:49:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/787">
    <title>Re: marsbar installationHi,</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/787</link>
    <description>Hi,


This is not a path problem, but it means for some reason that your ROI
is empty (trying to combine ROIs, etc).  What is the ROI that you are
defining that is empty?

Best,

Matthew

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Matthew Brett</dc:creator>
    <dc:date>2008-11-28T04:18:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/786">
    <title>Re: marsbar installationHi,</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/786</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
Marsbar-users mailing list
Marsbar-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/marsbar-users
</description>
    <dc:creator>Danielle van Westen</dc:creator>
    <dc:date>2008-11-27T20:57:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/785">
    <title>Re: Base space for ROI &amp; Coordinate in millimeters</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/785</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
Marsbar-users mailing list
Marsbar-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/marsbar-users
</description>
    <dc:creator>Jaime Shinsuke Ide</dc:creator>
    <dc:date>2008-11-27T17:33:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/784">
    <title>Re: marsbar installationHi,</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/784</link>
    <description>Hi,

On Wed, Nov 26, 2008 at 12:41 PM, Danielle van Westen
&lt;Danielle.van_Westen&lt; at &gt;med.lu.se&gt; wrote:

You just need to:

add the marsbar root folder (the folder containing marsbar.m) to the
matlab path (and _not_ the subfolders).

run


at the matlab prompt.

This will set the paths correctly for you, and all functions should
work after that...

Best,

Matthew

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Matthew Brett</dc:creator>
    <dc:date>2008-11-27T16:17:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/783">
    <title>marsbar installationHi,</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/783</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
Marsbar-users mailing list
Marsbar-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/marsbar-users
</description>
    <dc:creator>Danielle van Westen</dc:creator>
    <dc:date>2008-11-26T20:41:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/782">
    <title>Base space for ROI &amp; Coordinate in millimeters</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/782</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
Marsbar-users mailing list
Marsbar-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/marsbar-users
</description>
    <dc:creator>Jaime Shinsuke Ide</dc:creator>
    <dc:date>2008-11-26T18:31:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/781">
    <title>ROI creation</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/781</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
Marsbar-users mailing list
Marsbar-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/marsbar-users
</description>
    <dc:creator>Danielle van Westen</dc:creator>
    <dc:date>2008-11-25T07:06:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/780">
    <title>Re: MarsBar batch to get residuals</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/780</link>
    <description>
I think the next is more likely to be correct:

D = mardo(spm_get); % specify SPM.mat
mY = get_marsy(R, D, 'mean');
E = estimate(D, mY)
residuals = residuals(E);


the timecourses ectracted using this script look very similar to the ones I
get using SPMd but not the same (e.g. correlation coefficient is around
0.95-0.97).
I don't understand what bit I'm missing as both toolboxes seem to be using
SPM mashinery to calculate the residuals ...
would be realy great to learn (even suggestions would be great)

Thanks,

Roman





RRoman wrote:

</description>
    <dc:creator>RRoman</dc:creator>
    <dc:date>2008-11-17T13:00:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/779">
    <title>MarsBar batch to get residuals</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/779</link>
    <description>
Hi Matthew,

I've seen the script you wrote in response to a question from Michiru.
Tried to adopt for what I need (extraction of residuals from an ROI). The
result is different from what I get using MarsBar GUI. Could you please
advise what is wrong here.

D = mardo('SPM.mat');
mY = get_marsy(R, D, 'mean');
E = estimate(D, mY)

Y = summary_data(mY);

SPM = des_struct(E);
ifX = SPM.xX.pKX;

B = betas(E);

fitted = ifX * B;
resid = Y - fitted;



Thanks in advance,

Roman
</description>
    <dc:creator>RRoman</dc:creator>
    <dc:date>2008-11-15T17:49:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/778">
    <title>re siduals using MarsBar and SPMd</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/778</link>
    <description>
Hi Matthew,

I extracted residuals from ROIs using Marsbar and SPMd to see the
difference. They are different. 
I wander if I'm doing anything wrong in Marsbar?

1. design matrix contains confounds to be removed and an empty regressor
2. in Marsbar:
  extract mean timcourses for ROIs ("Extract ROI data");
  estimate results ("Estimate Results");
  obtaining timecourse for the residuals: "MarsBar SPM Graph"; any contrast
for empty regressor; "adjusted"; looking at variable y in the workspace

Obtaining residuals in SPMd is pretty straigtforward: "Scan Details" in
SPMd; extracting mean timecourses for the ROIs using "Extract ROI data" in
MarsBar.

Could you please help?

Thanks,
Roman
</description>
    <dc:creator>RRoman</dc:creator>
    <dc:date>2008-11-15T17:12:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/777">
    <title>Re: residual time series after FIR model fitting</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/777</link>
    <description>Hi,


As for SPM, this is not straightforward.  The data and the design are
filtered before estimation, so you will have to replicate this, to get
the filtered residuals (these are the residuals from the model SPM and
marsbar uses).   This involves

Run the estimation with FIR modeling of the events

D = mardo('SPM.mat');
mY = get_marsy(R, D, 'mean');
E = estimate(D, mY)

Filter the time course with the design filter -&gt; fY

Y = summary_data(mY);
fY = apply_filter(E, Y);

Get the inverted filtered design matrix (ifX = pinv(fX), where fX is
the filtered design matrix) from the SPM structure:

SPM = des_struct(E);
ifX = SPM.xX.pKX;

Get the betas from the original estimation:

B = betas(E);

Get the filtered residuals -&gt; fR:

fitted = ifX * B;
fR = fY - fitted;

I think that should work.

Best,

Matthew

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK </description>
    <dc:creator>Matthew Brett</dc:creator>
    <dc:date>2008-11-08T21:15:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/776">
    <title>residual time series after FIR model fitting</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/776</link>
    <description>Hi,


I like to obtain residual time series after FIR model fitting
to calculate functional connectivity.
Could you tell me how I can do this by batch? 

Thank you in advance!

Michiru

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Michiru Makuuchi</dc:creator>
    <dc:date>2008-11-08T20:50:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/775">
    <title>Re: a problem with 'get_marsy'</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/775</link>
    <description>Hi,


That's very strange.  get_marsy is a method of the 'maroi' class, so
it should be called as a result of the 'R' object in your script.
What type of thing (&gt;&gt; whos) is 'R' in your script, after you've run
it?

Best,

Matthew

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Matthew Brett</dc:creator>
    <dc:date>2008-11-08T20:04:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/774">
    <title>Re: time-course / % change</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/774</link>
    <description>Hi,


First - I am sure you found this, but there's an item in the FAQ
explaining how the % signal change is calculated.  After that, you
will need the code itself, which is in

http://marsbar.sourceforge.net/doc-devel/latest/marsbar/&lt; at &gt;mardo/event_signal.html


No, the fitted events use the usual SPM scaling units.  They will be a
bit similar to % signal change, but not the same.


No, I don't think so.  The model of the time course should be the same
for the two calculations - in fact the % signal change uses the fitted
event calculation.


Right...


The easiest way is use marsbar to calculate the % signal change, as it
used the fitted time course.  If you want to see how it's done, read
the FAQ entry, and compare it to the code in the routine above, you'll
see that we use the event_fitted time course to calculate the % signal
change, but they are not the same.

In essence it's (lines 51 - 60 of event_signal)

Get the fitted time course.

Get something like the abs(max) of the fitted time course- see
http:/</description>
    <dc:creator>Matthew Brett</dc:creator>
    <dc:date>2008-11-08T20:01:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/773">
    <title>a problem with 'get_marsy'</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/773</link>
    <description>Hi,

I got an error message as follows when I tryed to extract
time course.

??? Undefined function or method 'get_marsy' for input arguments
of type 'mardo_5'.


The following is the script.

D  = mardo(spm_name);
R  = maroi(roi_file);
Y  = get_marsy(R, D, 'mean');

How can I solve this problem?
I am using matlab 7.6.0.

Thank you in advance!


Best regards,

Michiru

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Michiru Makuuchi</dc:creator>
    <dc:date>2008-11-08T19:38:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/772">
    <title>time-course / % change</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/772</link>
    <description>Hello All,

I've run into something I can't seem to figure out, even with the FAQ 
and the mailing list.  Perhaps I missed something.  In any case, I hope 
these are simple enough questions to be answered easily.

- We used MarsBaR to extract % signal change and time courses (fitted 
event) from several ROIs within out data.  When we look at the % change 
numbers and the time course numbers, they don't match up.

- Shouldn't the peak (abs max) time course be our peak % change too?

- In an e-mail reply on the mailing list, it was suggested that perhaps 
the time course is calculated with one HRF and sometimes the percent 
change is calculated with another (e.g. from the SPM estimate).  Could 
this be the reason why our % change and time course peaks aren't the same?

- Or, are the differences in these numbers due to the 'SPM units'?  Is 
it that one of these measures (time course or % change) is in 'SPM 
units' and the other is not?  If so, how can we convert one into the other?

- We also have been trying t</description>
    <dc:creator>Vaughn R. Steele</dc:creator>
    <dc:date>2008-11-08T19:37:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/771">
    <title>FIR values</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.spm.marsbar/771</link>
    <description>Hi all,

Does anyone know what the matlab prompt is to get the actual FIR value
of an individual subject's hrf at each time-point?  I am able to plot
out the FIR graph but not get the actual values to export to a
spreadsheet.

Thanks!

Karuna



Karuna Subra
Postdoctoral Fellow
Vinogradov Lab
UCSF

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Karuna Subra</dc:creator>
    <dc:date>2008-10-29T02:41:35</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.graphics.spm.marsbar">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.graphics.spm.marsbar</link>
  </textinput>
</rdf:RDF>
