mailr21036 - in /website/analyses: ./ relaxation_dispersion.html


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 10, 2013 - 09:53:
Author: bugman
Date: Thu Oct 10 09:53:04 2013
New Revision: 21036

URL: http://svn.gna.org/viewcvs/relax?rev=21036&view=rev
Log:
Created a basic initial webpage for 
http://www.nmr-relax.com/analyses/relaxation_dispersion.html.


Added:
    website/analyses/
    website/analyses/relaxation_dispersion.html
      - copied, changed from r21035, website/faq.html

Copied: website/analyses/relaxation_dispersion.html (from r21035, 
website/faq.html)
URL: 
http://svn.gna.org/viewcvs/relax/website/analyses/relaxation_dispersion.html?p2=website/analyses/relaxation_dispersion.html&p1=website/faq.html&r1=21035&r2=21036&rev=21036&view=diff
==============================================================================
--- website/faq.html (original)
+++ website/analyses/relaxation_dispersion.html Thu Oct 10 09:53:04 2013
@@ -13,8 +13,9 @@
 -->
 
 <head>
-  <title>relax frequently asked questions (FAQ)</title>
+  <title>relax - software for the analysis of NMR relaxation dispersion 
data</title>
   <!--#include virtual="head.html" -->
+  <meta name="keywords" content="Software, NMR, relaxation data, relaxation 
dispersion." />
 </head>
 
 <body>
@@ -24,48 +25,9 @@
 
 <div class="main">
   <div class="main_box">
-    <h1>Frequently Asked Questions (FAQ)</h1>
-
-    <ul>
-    <li><a href="faq.html#source_code">How do I obtain the newest relax 
source code?</a></li>
-    <li><a href="faq.html#source_code_branch">How do I check out a relax 
source code branch?</a></li>
-    <li><a href="faq.html#radian_units">The equations (or units) used by 
relax are incorrect!</a></li>
-    <li><a href="faq.html#missing_icons">The menu icons are missing in 
Linux.</a></li>
-    </ul>
-  </div>
-
-  <div class="main_box">
-     <h3 id="source_code">How do I obtain the newest relax source code?</h3>
-
-      <p>To obtain the most up to date copy of the relax source code without 
waiting for a new release, the new code can be checked out from the 
repository by typing:</p>
-      <p><em>$ svn co svn://svn.gna.org/svn/relax/trunk relax-trunk</em></p>
-      <p>or if this doesn't work:</p>
-      <p><em>$ svn co http://svn.gna.org/svn/relax/trunk relax-trunk</em></p>
-      <p>If you already have a checked out copy, try typing:</p>
-      <p><em>$ svn up</em></p>
-      <p>This requires installation of the <a 
href="http://subversion.tigris.org/";>subversion program</a>.  If the fitting 
of the R<sub>1</sub> and R<sub>2</sub> NMR relaxation rates is required, the 
relaxation curve-fitting C modules will need to be compiled using <a 
href="http://www.scons.org/";>SCons</a>.  For more information, see the 
compilation subsection of the <a 
href="http://www.nmr-relax.com/download.html#Source_code_repository";>relax 
downloads</a> page.</p>
-
-     <h3 id="source_code_branch">How do I check out a relax source code 
branch?</h3>
-
-      <p>Sometimes code for a new analysis type or a new feature is 
developed within a dedicated branch within the <a 
href="http://svn.gna.org/viewcvs/relax/";>relax repository</a>.  To obtain for 
example the incomplete relaxation dispersion relax branch, type:</p>
-      <p><em>$ svn co 
svn://svn.gna.org/svn/relax/branches/relax_disp</em></p>
-      <p>or:</p>
-      <p><em>$ svn co 
http://svn.gna.org/svn/relax/branches/relax_disp</em></p>
-      <p>This will create the directory <em>relax_disp</em> containing the 
source code of the branch.</p>
-
-     <h3 id="radian_units">The equations (or units) used by relax are 
incorrect!</h3>
-
-      <p>This is more a commonly stated point rather than a question.  But 
if you believe that NMR relaxation data should be measured in Hertz, that the 
molecular correlation times or internal correlation times do not contain 
radian units, that the units for spherical harmonics is not radians, or that 
the rotation power spectral density functions do not contain radian units, 
the following links are for you.</p>
-      <p>Radians are a dimensionless and hidden unit ubiquitous to NMR.  A 
<a 
href="http://permalink.gmane.org/gmane.science.nmr.relax.user/723";>detailed 
description of this hidden radian unit as used in NMR</a> has been written as 
reference for understanding the unit in the context of the SI system.  Copies 
of this description can also be found <a 
href="http://marc.info/?l=relax-users&amp;m=135070801026465&amp;w=2";>here</a>,
 <a 
href="https://mail.gna.org/public/relax-users/2009-01/msg00000.html";>here</a> 
or <a 
href="http://www.mail-archive.com/relax-users@xxxxxxx/msg00582.html";>here</a>.</p>
-      <p>A <a 
href="http://permalink.gmane.org/gmane.science.nmr.relax.devel/1034";>detailed 
derivation in the context of Abragam's relaxation equations</a> may also 
help.  Copies of this derivation can be found <a 
href="https://mail.gna.org/public/relax-devel/2007-06/msg00012.html";>here</a> 
or <a 
href="http://www.mail-archive.com/relax-devel@xxxxxxx/msg00975.html";>here</a> 
as well.</p>
-
-     <h3 id="missing_icons">The menu icons are missing in Linux.</h3>
-
-      <p>On some Linux systems, the icons for the menu items are not shown.  
This was a decision taken by the Gnome developers at some point to keep the 
GUI minimal, though in recent versions this behaviour has been reverted.  If 
you suffer from this problem, to reactive the icons simply type in the 
shell:</p>
-      <p><em>$ gconftool-2 --type boolean --set 
/desktop/gnome/interface/menus_have_icons true</em></p>
+    <h1>Relaxation dispersion analysis.</h1>
 
   </div>
-
 </div>
 
 <!--#include virtual="footer.html" -->




Related Messages


Powered by MHonArc, Updated Thu Oct 10 10:00:02 2013