Changeset 1520 in rotdif
- Timestamp:
- Aug 18, 2018, 4:48:01 PM (2 years ago)
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
directives.json.template
r1479 r1520 2 2 # comments are ok but must start the line in this JSON 3 3 { 4 "title" : "ROTDIF_ tmplate",4 "title" : "ROTDIF_in_tmplate_Yuexi", 5 5 6 6 # the application name should not contain any special characters -
files/welcome_my.html
r1471 r1520 10 10 <span style= 11 11 "font-size:16pt;font-family:'Times New Roman'"> 12 The relaxation toolbox (ROTDIF)has several important capabilities.12 The relaxation toolbox ROTDIF has several important capabilities. 13 13 First, it consists of a new version of the ROTDIF program, which can now simultaneously analyze relaxation data for 14 14 15N and 13C at several fields. The new ROTDIF 3.0 is orders of magnitude faster than the previous version, and is now able 15 to accurately compute a fully anisotropic rotational diffusion tensor from a 250+ bond dataset in under 0.05 s , on a standard16 laptop. ROTDIF is also more robust,based on our simulations, when processing data with large conformational exchange contributions.15 to accurately compute a fully anisotropic rotational diffusion tensor from a 250+ bond dataset in under 0.05 s. ROTDIF is also more robust, 16 based on our simulations, when processing data with large conformational exchange contributions. 17 17 Order parameters can also be rapidly computed. The toolbox also contains ELM3 and ELMDOCK, a program for ab initio prediction of the 18 18 rotational diffusion tensor from molecular structure, and the … … 23 23 <p></p> 24 24 <p> <u>If you use ROTDIF in your work, please cite: </u></p> 25 <p style="color:#ffa500"> XXX et al., <span style=26 "font-style:italic;font-size:14pt;font-family:'Times New Roman'">Journal of XXX</span> XX, 201X, XXX-XXX </p>27 25 <p style="color:#ffa500"> [1] Berlin K et al., Deriving quantitative dynamics information for proteins and RNAs using ROTDIF with a graphical user interface <span style="font-style:italic;font-size:14pt;font-family:'Times New Roman'"> J Biomol NMR </span> 2013 Dec;57(4):333-52 </p> 26 <p style="color:#ffa500"> [2] Walker O et al., Efficient and accurate determination of the overall rotational diffusion tensor of a molecule from 15N relaxation data using computer program ROTDIF <span style= 27 "font-style:italic;font-size:14pt;font-family:'Times New Roman'"> J Magn Reson </span> 2004 Jun;168(2):336-45. </p> 28 28 </div> -
menu.json
r1471 r1520 61 61 62 62 ,{ 63 "id" : "rotdif ",63 "id" : "rotdif_menu", 64 64 "label" : "Run ROTDIF", 65 65 "icon" : "pngs/simulate.png", 66 66 #"help" : "help text", 67 "autorun" : "rotdif_local",67 #"autorun" : "rotdif_all", 68 68 "modules" : [ 69 69 { 70 "id" : "rotdif_local", 71 "label" : "Param_m", 72 "nobutton" : "true" 73 } 70 "id" : "rotdif_all", 71 "label" : "ROTDIF & Dynamics Analysis", 72 "views" : [ "Input", "Output", "Plots", "OpenGL" ] 73 }, 74 { 75 "id" : "elm", 76 "label" : "Diffusion Tensor Prediction", 77 "views" : [ "Input", "Output", "Plots", "OpenGL" ] 78 }, 79 { 80 "id" : "elmdock", 81 "label" : "Diffusion Tensor-Guided Docking", 82 "views" : [ "Input", "Output", "Plots", "OpenGL" ] 83 } 74 84 ] 75 85 } 76 77 78 ,{ 86 ,{ 79 87 "id" : "admin", 80 88 "restricted" : "admin", … … 115 123 ] 116 124 } 117 118 ] 125 ] 119 126 }
Note: See TracChangeset
for help on using the changeset viewer.