view m-toolbox/html_help/help/demos/demos.xml @ 12:86aabb42dd84
database-connection-manager
Use utils.repository utilities
author
Daniele Nicolodi <nicolodi@science.unitn.it>
date
Mon, 05 Dec 2011 16:20:06 +0100 (2011-12-05)
parents
f0afece42f48
children
line source
+ − <?xml version="1.0" encoding="utf-8"?>
+ − <!-- $Revision: 1.2 $ $Date: 2011/04/05 12:41:10 $ -->
+ − <demos>
+ − <name>LTPDA</name>
+ − <type>toolbox</type>
+ − <icon>$toolbox/matlab/icons/matlabicon.gif</icon>
+ − <description>
+ − <p>The LTPDA Toolbox is a MATLAB® Toolbox designed for the analysis
+ − of data from the LISA Technology Package (part of the LISA Pathfinder
+ − Mission). However, the toolbox can be used for any general purpose signal
+ − processing, and is particularly useful for analysis of typical lab-based
+ − experiments.</p>
+ − </description>
+ − <website>
+ − <a href="http://www.mathworks.com">LTPDA web side</a>
+ − </website>
+ −
+ − <demosection>
+ − <label>LTPDA Toolbox Demos</label>
+ − <!--
+ − <demoitem>
+ − <label>My nice demo script</label>
+ − <type>M-file</type>
+ − - If you want a different thumbnail in the general demo page than add a .png file with the same name as the .html file -
+ − - HERE: ./html/demo.png -
+ − <file>./html/demo.html</file>
+ − </demoitem>
+ − <demoitem>
+ − <label>Computational Demos</label>
+ − - Do not add a <type> element if executable_demo is executable -
+ − - File to execute for "Run this demo" -
+ − <callback>executable_demo</callback>
+ − - File to display in the Viewing pane -
+ − <file>./html/executable_demo2.html</file>
+ − </demoitem>
+ − <demoitem>
+ − <type>video</type>
+ − - This is an actual MATLAB Flash video demo -
+ − - If Flash is installed, it runs in your system bowser -
+ − <label>Video Demo (4 min, 7 sec)</label>
+ − - Command or file to execute for "Run this demo" -
+ − <callback>
+ − playbackdemo('demoName', 'relativePath');
+ − </callback>
+ − </demoitem>
+ − -->
+ − </demosection>
+ −
+ − <demosection>
+ − <label>LTPDA Workbench Demos</label>
+ − </demosection>
+ −
+ − <demosection>
+ − <label>Other Demos</label>
+ − </demosection>
+ −
+ − </demos>