Changes between Version 23 and Version 24 of GettingStarted


Ignore:
Timestamp:
May 17, 2012 6:42:10 PM (12 years ago)
Author:
mmc
Comment:

updated for bootcamp 2012

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted

    v23 v24  
    2727[[BR]]
    2828'''3.''' Look at other examples available in the nanoHUB development area:
    29  * [http://developer.nanohub.org/projects/app-molctoy MolCToy] - Toy model for molecular conduction
    30  * [http://developer.nanohub.org/projects/app-pntoy PNtoy] - PN junction lab
    31  * [http://developer.nanohub.org/projects/app-cntbands CNTbands] - carbon nanotube band structure
     29 * [http://nanohub.org/tools/molctoy/wiki MolCToy] - Toy model for molecular conduction
     30 * [http://nanohub.org/tools/pntoy/wiki PNtoy] - PN junction lab
     31 * [http://nanohub.org/tools/cntbands-ext/wiki CNTbands] - carbon nanotube band structure
    3232
    33 In particular, look at the {{{tool.xml}}} file in the source code for each of these examples (i.e., [https://developer.nanohub.org/projects/app-molctoy/file/trunk/tool.xml molctoy tool.xml],
    34 [https://developer.nanohub.org/projects/app-pntoy/file/trunk/tool.xml pntoy tool.xml],
    35 [https://developer.nanohub.org/projects/app-cntbands/file/trunk/rappture/tool.xml cntbands tool.xml]).
    36 See how the various inputs and outputs are described for that tool.  Then, look at the ''wrapper script'' for each tool
    37 ([https://developer.nanohub.org/projects/app-molctoy/file/trunk/molcwr molcwr],
    38 [https://developer.nanohub.org/projects/app-pntoy/file/trunk/rappture/padrewr padrewr],
    39 [https://developer.nanohub.org/projects/app-cntbands/file/trunk/rappture/cntbandswr cntbandswr])
    40 and see how each wrapper used the Rappture library to access inputs, run the tool, and store outputs.
     33In particular, look at the example
     34[https://nanohub.org/tools/cntbands-ext/browser/trunk/rappture/tool.xml cntbands tool.xml].
     35See how the various inputs and outputs are described for that tool.  Then, look at the ''wrapper script''
     36[https://nanohub.org/tools/cntbands-ext/browser/trunk/rappture/cntbandswr cntbandswr])
     37and see how it used the Rappture library to access inputs, run the tool, and store outputs.
    4138
    4239''NOTE:''