<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.nitrc.org/themes/nitrc3.0/css/rss.xsl.php?feed=https://www.nitrc.org/export/rss20_newreleases.php?group_id=377" ?>
<?xml-stylesheet type="text/css" href="https://www.nitrc.org/themes/nitrc3.0/css/rss.css" ?>
<rss version="2.0"> <channel>
  <title>CANDI Neuroimaging Access Point Releases</title>
  <link>http://www.nitrc.org/project/showfiles.php?group_id=377</link>
  <description>CANDI Neuroimaging Access Point Latest Releases</description>
  <language>en-us</language>
  <copyright>Copyright 2000-2026 NITRC OSI</copyright>
  <webMaster>dnkennedy@www.nitrc.org (David Kennedy)</webMaster>
  <lastBuildDate>Mon, 20 Apr 2026 22:00:40 GMT</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <image>
    <url>http://www.nitrc.org/images/bflogo-88.png</url>
    <title>NITRC Developer</title>
    <link>http://www.nitrc.org/</link>
    <width>124</width>
    <heigth>32</heigth>
  </image>
  <item>
   <title>BabyBrain AwakeCoilTest</title>
   <link>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=8037</link>
   <description></description>
   <author>dnkennedy@www.nitrc.org (David Kennedy)</author>
   <comment>http://www.nitrc.org/project/shownotes.php?group_id=377&amp;release_id=8037</comment>
   <pubDate>Tue, 12 Aug 2025 12:00:00 GMT</pubDate>
   <guid>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=8037</guid>
  </item>
  <item>
   <title>SchizBull_2008 Test Data</title>
   <link>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=6345</link>
   <description></description>
   <author>dnkennedy@www.nitrc.org (David Kennedy)</author>
   <comment>http://www.nitrc.org/project/shownotes.php?group_id=377&amp;release_id=6345</comment>
   <pubDate>Thu, 27 Jun 2024 5:58:00 GMT</pubDate>
   <guid>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=6345</guid>
  </item>
  <item>
   <title>BabyBrain SampleData</title>
   <link>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=4851</link>
   <description>&amp;lt;p&amp;gt;Sample Data (Input and reference Output) for initial BabyBrain Processing.&amp;lt;/p&amp;gt;</description>
   <author>dnkennedy@www.nitrc.org (David Kennedy)</author>
   <comment>http://www.nitrc.org/project/shownotes.php?group_id=377&amp;release_id=4851</comment>
   <pubDate>Wed, 21 Jun 2023 12:44:00 GMT</pubDate>
   <guid>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=4851</guid>
  </item>
  <item>
   <title>Hierarchical EEG Coherence Analysis Version 1.0</title>
   <link>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=4414</link>
   <description>Matlab files that accompany &amp;quot;Biomarkers Based on Comprehensive Hierarchical EEG Coherence Analysis: Example Application to Social Competence in Autism (Preliminary Results)&amp;quot; by Mo Modarres, David Cochran, David N. Kennedy, Richard Schmidt, Paula Fitzpatrick, and Jean A. Frazier.&lt;br /&gt;
&lt;br /&gt;
[b]Usage Notes: BCMs.m[/b]&lt;br /&gt;
% BCMs.m is a Matlab Script that computes a General Brain Coherence Marker&lt;br /&gt;
% (BCM). BCM is based on EEG magnitude squared coherence estimate, computed&lt;br /&gt;
% over user specified:&lt;br /&gt;
% (1) Brain Regions&lt;br /&gt;
% (2) Time Periods&lt;br /&gt;
% (3) Frequency Bands&lt;br /&gt;
%&lt;br /&gt;
% by Mo H Modarres, PhD&lt;br /&gt;
%    Eunice Kennedy Shriver Center&lt;br /&gt;
%    University of Massachusetts Medical School&lt;br /&gt;
%    02/02/2021&lt;br /&gt;
%&lt;br /&gt;
% Usage:&lt;br /&gt;
% Step 1: Place EEG time series in a matrix X, where each column of X&lt;br /&gt;
%         correspond to EEG data from a single EEG channel&lt;br /&gt;
%&lt;br /&gt;
% Step 2: Select the time period of analysis ;&lt;br /&gt;
%&lt;br /&gt;
% Step 3: Compute a matrix of coherence functions between all desired EEG&lt;br /&gt;
%        pairs, using function BCMpairs.m. This step will produece&lt;br /&gt;
%        a matrix of coherence functions with L columns,&lt;br /&gt;
%        where L=Factorial[(No. of Columns of X) -1]&lt;br /&gt;
%&lt;br /&gt;
%   Example if X consists of 4 EEG channels (4 columns of&lt;br /&gt;
%        data), then a coherence matrix  with Factorial(4-1)=3+2+1=6&lt;br /&gt;
%        columns is produced, where each column corresponds to a coherence&lt;br /&gt;
%        function beween unqiue pairs of EEG channels .&lt;br /&gt;
%&lt;br /&gt;
% Step 4: Perform Averaging of coherences of Step 3 over a specified&lt;br /&gt;
%         frequency band:&lt;br /&gt;
%&lt;br /&gt;
% Step 5: Compute the averaged coherences of Step 4 over a specified brain&lt;br /&gt;
%         region&lt;br /&gt;
%&lt;br /&gt;
% Define the following variables&lt;br /&gt;
%&lt;br /&gt;
%  Tp = [k1 k2];where k1 and k2 correspond to the start and the end of&lt;br /&gt;
%            analysis segment in Seconds&lt;br /&gt;
TP=[ ]&lt;br /&gt;
%&lt;br /&gt;
%  Fs =        Sampling frequency specified in Hertz.&lt;br /&gt;
Fs=&lt;br /&gt;
&lt;br /&gt;
%  Frq_Res=    Frequency Resolution in Hertz.&lt;br /&gt;
Frq_Res=&lt;br /&gt;
%  Overlap=    a Value that selects the amount of overlap between two&lt;br /&gt;
%              consecutive segments of analysis, in fraction of Fs, values&lt;br /&gt;
%              0.1 to 1.0;    Default overlap=1;&lt;br /&gt;
Overlap=&lt;br /&gt;
%  Frq_band=[f1,f2 ] where f1 and f2 correspond to the start and end of&lt;br /&gt;
%              frequency band (in Hertz) over which the coherences will be&lt;br /&gt;
%              averaged&lt;br /&gt;
Frq_band=[   ]&lt;br /&gt;
% ROI: Brain Region of Interest; ROI is a vector of numerical values that correpond&lt;br /&gt;
% to the column number of allcoh, which is a matrix of all coherence functions&lt;br /&gt;
% Each column is the coherence function from a single EEG pair&lt;br /&gt;
ROI=[]&lt;br /&gt;
% Output:  Coh_F_Region_Average, a coherence value averaged over ROI and&lt;br /&gt;
% Frequency band of Interest&lt;br /&gt;
&lt;br /&gt;
[b]Usage Notes: BCMpairs.m[/b]&lt;br /&gt;
% Computes COherence functions between any two EEG channels. Utlizes&lt;br /&gt;
% Matlab's MSCOHERE function, which calculates Magnitude Squared&lt;br /&gt;
% Coherence estimates using Welch's averaged, modified periodogram method,&lt;br /&gt;
% with values between 0 and 1 indicating the level of synchrocity between&lt;br /&gt;
% two EEG waveforms.&lt;br /&gt;
%&lt;br /&gt;
% Input Variables:&lt;br /&gt;
%  X, Y:       EEG channel data,&lt;br /&gt;
%  Fs =        Sampling frequency specified in hertz.&lt;br /&gt;
%  Frq_Res=    Frequency Resolution in hertz.&lt;br /&gt;
%  Overlap=    a Value that selects the amount of overlap between two consecutive&lt;br /&gt;
%              segments of analysis, in fraction of Fs, values 0.1 to 1.0;&lt;br /&gt;
%              Default overlap=1;</description>
   <author>dnkennedy@www.nitrc.org (David Kennedy)</author>
   <comment>http://www.nitrc.org/project/shownotes.php?group_id=377&amp;release_id=4414</comment>
   <pubDate>Wed, 03 Feb 2021 12:40:00 GMT</pubDate>
   <guid>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=4414</guid>
  </item>
  <item>
   <title>ReexecutabilitySurvey UnderlyingData</title>
   <link>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=4329</link>
   <description>-	S2_Raw_pubmed_Query_result.csv (complete PubMed query result from 1/23/2019)&lt;br /&gt;
-	S3_CompleteSurveyData.xlsx (complete survey results)&lt;br /&gt;
&lt;br /&gt;
Accompanies manuscript &amp;quot;An assessment of the autism neuroimaging literature for the prospects of re-executability&amp;quot; by Steven M. Hodge, Christian Haselgrove, Leah Honor, David N. Kennedy, Jean A. Frazier.</description>
   <author>dnkennedy@www.nitrc.org (David Kennedy)</author>
   <comment>http://www.nitrc.org/project/shownotes.php?group_id=377&amp;release_id=4329</comment>
   <pubDate>Thu, 30 Jul 2020 23:02:00 GMT</pubDate>
   <guid>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=4329</guid>
  </item>
  <item>
   <title>ReexecutabilitySurvey ExendedData</title>
   <link>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=4328</link>
   <description>The complete (serialized) text of the CANDIShare re-executability survey. Accompanies manuscript &amp;quot;An assessment of the autism neuroimaging literature for the prospects of re-executability&amp;quot; by Steven M. Hodge, Christian Haselgrove, Leah Honor, David N. Kennedy, Jean A. Frazier.</description>
   <author>dnkennedy@www.nitrc.org (David Kennedy)</author>
   <comment>http://www.nitrc.org/project/shownotes.php?group_id=377&amp;release_id=4328</comment>
   <pubDate>Thu, 30 Jul 2020 15:11:00 GMT</pubDate>
   <guid>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=4328</guid>
  </item>
  <item>
   <title>Individual_Subjects_Test Subject_1</title>
   <link>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=4015</link>
   <description></description>
   <author>dnkennedy@www.nitrc.org (David Kennedy)</author>
   <comment>http://www.nitrc.org/project/shownotes.php?group_id=377&amp;release_id=4015</comment>
   <pubDate>Mon, 18 Feb 2019 14:48:00 GMT</pubDate>
   <guid>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=4015</guid>
  </item>
  <item>
   <title>Individual_Subjects_Test ABCDish</title>
   <link>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=3726</link>
   <description></description>
   <author>dnkennedy@www.nitrc.org (David Kennedy)</author>
   <comment>http://www.nitrc.org/project/shownotes.php?group_id=377&amp;release_id=3726</comment>
   <pubDate>Wed, 17 Jan 2018 22:48:00 GMT</pubDate>
   <guid>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=3726</guid>
  </item>
  <item>
   <title>Individual_Subjects_Test Elgan3_Phantom_UMass</title>
   <link>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=3719</link>
   <description></description>
   <author>dnkennedy@www.nitrc.org (David Kennedy)</author>
   <comment>http://www.nitrc.org/project/shownotes.php?group_id=377&amp;release_id=3719</comment>
   <pubDate>Thu, 11 Jan 2018 18:16:00 GMT</pubDate>
   <guid>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=3719</guid>
  </item>
  <item>
   <title>Individual_Subjects_Test HC_001_V0.5</title>
   <link>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=2689</link>
   <description></description>
   <author>dnkennedy@www.nitrc.org (David Kennedy)</author>
   <comment>http://www.nitrc.org/project/shownotes.php?group_id=377&amp;release_id=2689</comment>
   <pubDate>Thu, 26 Jun 2014 13:44:00 GMT</pubDate>
   <guid>http://www.nitrc.org/project/showfiles.php?group_id=377&amp;release_id=2689</guid>
  </item>
 </channel>
</rss>
