<?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 rdf:about="http://www.nitrc.org/export/rss_sfnews.php">
  <copyright>Copyright 1999-2000 VA Linux Systems, Inc.</copyright>
  <title>Pipeline system for Octave and Matlab News</title>
  <link>http://www.nitrc.org</link>
  <description>Pipeline system for Octave and Matlab Latest News</description>
 <items>
 <rdf:Seq>
 <rdf:li rdf:resource="http://www.nitrc.org/forum/forum.php?forum_id=5288" />
 <rdf:li rdf:resource="http://www.nitrc.org/forum/forum.php?forum_id=4360" />
 <rdf:li rdf:resource="http://www.nitrc.org/forum/forum.php?forum_id=4165" />
 <rdf:li rdf:resource="http://www.nitrc.org/forum/forum.php?forum_id=3926" />
 <rdf:li rdf:resource="http://www.nitrc.org/forum/forum.php?forum_id=3925" />
 <rdf:li rdf:resource="http://www.nitrc.org/forum/forum.php?forum_id=3871" />
 <rdf:li rdf:resource="http://www.nitrc.org/forum/forum.php?forum_id=3701" />
 <rdf:li rdf:resource="http://www.nitrc.org/forum/forum.php?forum_id=3255" />
 <rdf:li rdf:resource="http://www.nitrc.org/forum/forum.php?forum_id=2889" />
 <rdf:li rdf:resource="http://www.nitrc.org/forum/forum.php?forum_id=2335" />
 </rdf:Seq>
 </items>
 </channel>

 <item rdf:about="http://www.nitrc.org/forum/forum.php?forum_id=5288">
   <title>PSOM release 1.2.0</title>
   <link>http://www.nitrc.org/forum/forum.php?forum_id=5288</link>
   <description>Main new features are:&lt;br /&gt;
 * Improved, more concise verbose. Three levels are now supported for opt.flag_verbose: 0: minimal verbose. 1: default (concise) verbose. 2: extensive verbose, suitable for debugging.&lt;br /&gt;
 * Figures are generated in the background.&lt;br /&gt;
 * Killing the pipeline manager (i.e. deleting PIPE.lock) will now kill all active jobs, regardless of the execution mode.&lt;br /&gt;
 * Jobs that become inactive are automatically detected and counted as failed.&lt;br /&gt;
&lt;br /&gt;
This release should work on Octave and *nix systems, and likely on OSX as well. As not been tested much on matlab, and not at all on windows. But it may work. Feeback welcome.&lt;br /&gt;
</description>
   <dc:subject>Pipeline system for Octave and Matlab</dc:subject>
   <dc:creator>Pierre Bellec</dc:creator>
  <dc:date>Tue, 07 Jul 2015 1:00:01 GMT</dc:date>
  </item>

 <item rdf:about="http://www.nitrc.org/forum/forum.php?forum_id=4360">
   <title>PSOM website</title>
   <link>http://www.nitrc.org/forum/forum.php?forum_id=4360</link>
   <description>The PSOM website has just gone live, featuring a fully revamped documentation.&lt;br /&gt;
&lt;br /&gt;
http://psom.simexp-lab.org/</description>
   <dc:subject>Pipeline system for Octave and Matlab</dc:subject>
   <dc:creator>Pierre Bellec</dc:creator>
  <dc:date>Tue, 30 Sep 2014 2:48:43 GMT</dc:date>
  </item>

 <item rdf:about="http://www.nitrc.org/forum/forum.php?forum_id=4165">
   <title>PSOM now on github</title>
   <link>http://www.nitrc.org/forum/forum.php?forum_id=4165</link>
   <description>The PSOM code repository has moved to https://github.com/SIMEXP/psom&lt;br /&gt;
&lt;br /&gt;
The wiki can now be found at https://github.com/SIMEXP/psom/wiki</description>
   <dc:subject>Pipeline system for Octave and Matlab</dc:subject>
   <dc:creator>Pierre Bellec</dc:creator>
  <dc:date>Thu, 17 Jul 2014 1:34:44 GMT</dc:date>
  </item>

 <item rdf:about="http://www.nitrc.org/forum/forum.php?forum_id=3926">
   <title>PSOM release 1.0.2</title>
   <link>http://www.nitrc.org/forum/forum.php?forum_id=3926</link>
   <description>Bug fix for the 1.0.1, the update feature was broken for jobs with Inf (or -Inf) values in their options.</description>
   <dc:subject>Pipeline system for Octave and Matlab</dc:subject>
   <dc:creator>Pierre Bellec</dc:creator>
  <dc:date>Tue, 27 Aug 2013 3:10:58 GMT</dc:date>
  </item>

 <item rdf:about="http://www.nitrc.org/forum/forum.php?forum_id=3925">
   <title>PSOM release 1.0.1</title>
   <link>http://www.nitrc.org/forum/forum.php?forum_id=3925</link>
   <description>New PSOM release 1.0.1. This release adds a few minor features:&lt;br /&gt;
  * Support of a new field DEP in a job description. This field can be used to explicitly list a list of dependencies (cell of strings with job names). The field DEP is dealt with appropriately by PSOM_MERGE_PIPELINE.&lt;br /&gt;
  * In qsub/msub modes, job names are now truncated to 8 characters before submission to qsub/msub. This was implemented because long job names crash some flavors of qsub/msub.&lt;br /&gt;
  * PSOM_CMP_VAR now work on structures with similar fields names but where the field names have not been built in the same order (i.e. the function is insensitive to the order of field names). This impacts only octave, as in matlab fields are ordered alphabetically, independently of the order of creation.&lt;br /&gt;
  * PSOM_CMP_VAR now has options to control the level of tolerable numerical noise as well as the ability to compare only the fields found in one of the variables (when comparing structures).&lt;br /&gt;
  * In qsub/msub mode, the subprocesses initiated by PSOM to quickly submit jobs are now terminated cleanly (before it left some zombie jobs behind).&lt;br /&gt;
  * Minor bug fixes and doc improvement.</description>
   <dc:subject>Pipeline system for Octave and Matlab</dc:subject>
   <dc:creator>Pierre Bellec</dc:creator>
  <dc:date>Tue, 27 Aug 2013 3:10:47 GMT</dc:date>
  </item>

 <item rdf:about="http://www.nitrc.org/forum/forum.php?forum_id=3871">
   <title>PSOM presentation at HBM 2013</title>
   <link>http://www.nitrc.org/forum/forum.php?forum_id=3871</link>
   <description>There will be presentation on PSOM given tomorrow by Christian Dansereau at the educational course of the Human Brain Mapping conference 2013, entitled &amp;quot;Neuroimaging ‘Big Data’ Challenges and Computational Workflow Solutions&amp;quot; and organized by Ivo Dinov. The pdf of the presentation has been posted on the download section. </description>
   <dc:subject>Pipeline system for Octave and Matlab</dc:subject>
   <dc:creator>Pierre Bellec</dc:creator>
  <dc:date>Sun, 16 Jun 2013 4:33:22 GMT</dc:date>
  </item>

 <item rdf:about="http://www.nitrc.org/forum/forum.php?forum_id=3701">
   <title>PSOM 1.0 released</title>
   <link>http://www.nitrc.org/forum/forum.php?forum_id=3701</link>
   <description>After over a year of test, it is finally time to release PSOM 1.0. This is a stable, production release that includes all of the features planned on the initial roadmap (and a few more).</description>
   <dc:subject>Pipeline system for Octave and Matlab</dc:subject>
   <dc:creator>Pierre Bellec</dc:creator>
  <dc:date>Thu, 13 Dec 2012 3:42:16 GMT</dc:date>
  </item>

 <item rdf:about="http://www.nitrc.org/forum/forum.php?forum_id=3255">
   <title>New logo </title>
   <link>http://www.nitrc.org/forum/forum.php?forum_id=3255</link>
   <description>PSOM has new logo, that was designed to avoid any confusion between PSOM and a popular (although rather old) video game. </description>
   <dc:subject>Pipeline system for Octave and Matlab</dc:subject>
   <dc:creator>Pierre Bellec</dc:creator>
  <dc:date>Mon, 18 Jun 2012 6:46:22 GMT</dc:date>
  </item>

 <item rdf:about="http://www.nitrc.org/forum/forum.php?forum_id=2889">
   <title>PSOM paper published</title>
   <link>http://www.nitrc.org/forum/forum.php?forum_id=2889</link>
   <description>There is now a published paper providing an overview of PSOM features and implementations: &lt;br /&gt;
  Bellec P, Lavoie-Courchesne S, Dickinson P, Lerch JP, Zijdenbos AP and Evans AC (2012) The pipeline system for Octave and Matlab (PSOM): a lightweight scripting framework and execution engine for scientific workflows. Front. Neuroinform. 6:7. doi: 10.3389/fninf.2012.00007&lt;br /&gt;
&lt;br /&gt;
http://www.frontiersin.org/neuroinformatics/10.3389/fninf.2012.00007/abstract</description>
   <dc:subject>Pipeline system for Octave and Matlab</dc:subject>
   <dc:creator>Pierre Bellec</dc:creator>
  <dc:date>Wed, 04 Apr 2012 1:59:17 GMT</dc:date>
  </item>

 <item rdf:about="http://www.nitrc.org/forum/forum.php?forum_id=2335">
   <title>PSOM release 0.9</title>
   <link>http://www.nitrc.org/forum/forum.php?forum_id=2335</link>
   <description>PSOM r0.9 had just been released and can be downloaded from here:&lt;br /&gt;
http://www.nitrc.org/frs/?group_id=316&lt;br /&gt;
&lt;br /&gt;
This is the PSOM candidate release, with all the features planned for PSOM 1.0 available. A paper of PSOM has also been submitted for publication, with a detailed description of the PSOM design and implementation. This will be made avaiable on the PSOM website upon acceptance. If you are using PSOM and find it useful, it is now an excellent time to show your support by filling in an evaluation on the NITRC website:&lt;br /&gt;
http://www.nitrc.org/rating/show_results.php?group_id=316 &lt;br /&gt;
&lt;br /&gt;
The main changes since PSOM 0.8.8 are:&lt;br /&gt;
  * The PSOM has now been tested on a variety of operating systems (Linux, Windows, Mac OSX), with both Matlab and Octave and with different configurations. So far, the only issue that was found was the 'background'/'batch' modes for Octave on Cygwin (Windows).&lt;br /&gt;
  * A new function PSOM_CONFIG. It will test step-by-step that the submission of jobs is successful, and provide context-dependent error messages and suggestions if an issue is detected. This function should help a lot setting up the configuration of PSOM.&lt;br /&gt;
  * A new wiki page providing [http://code.google.com/p/psom/wiki/CodingGuidelines coding guidelines] for PSOM users. &lt;br /&gt;
  * A new execution mode : 'background'. In this mode jobs run in the background, and they will get interrupted if the initial matlab/octave session is interrupted (which is not the case in 'batch' mode). The default mode is now 'session' for the pipeline manager, and 'background' for the jobs.&lt;br /&gt;
  * The [http://code.google.com/p/psom/wiki/ConfigurationPsom PSOM configuration tutorial] has been updated to reflect the changes made in release 0.9. &lt;br /&gt;
  * The [http://code.google.com/p/psom/wiki/HowToUsePsom PSOM tutorial] has been updated to match the reflect made to `psom_demo_pipeline` in release 0.9. &lt;br /&gt;
  * Many minor bug fixes and improvements. &lt;br /&gt;
A more detailed list of changes can be found in the [http://code.google.com/p/psom/wiki/ReleaseNotes release notes].</description>
   <dc:subject>Pipeline system for Octave and Matlab</dc:subject>
   <dc:creator>Pierre Bellec</dc:creator>
  <dc:date>Thu, 01 Dec 2011 3:49:30 GMT</dc:date>
  </item>
</rdf:RDF>