[Dart-dev] [4988] DART/trunk/DART_LAB/DART_LAB.html: A validator tool complains about lists inside paragraphs, so move the tags
nancy at ucar.edu
nancy at ucar.edu
Mon Jun 13 16:20:52 MDT 2011
Revision: 4988
Author: nancy
Date: 2011-06-13 16:20:52 -0600 (Mon, 13 Jun 2011)
Log Message:
-----------
A validator tool complains about lists inside paragraphs, so move the tags
around to close the paragraph before starting the list.
Modified Paths:
--------------
DART/trunk/DART_LAB/DART_LAB.html
-------------- next part --------------
Modified: DART/trunk/DART_LAB/DART_LAB.html
===================================================================
--- DART/trunk/DART_LAB/DART_LAB.html 2011-06-13 22:19:13 UTC (rev 4987)
+++ DART/trunk/DART_LAB/DART_LAB.html 2011-06-13 22:20:52 UTC (rev 4988)
@@ -51,13 +51,13 @@
<P>
Here are the PDF files for the presentation part of the tutorial:
+</P>
<UL>
<LI><A HREF="presentation/DART_section1.pdf">Section 1</A></LI>
<LI><A HREF="presentation/DART_section2.pdf">Section 2</A></LI>
<LI><A HREF="presentation/DART_section3.pdf">Section 3</A></LI>
<LI><A HREF="presentation/DART_section4.pdf">Section 4</A></LI>
</UL>
-</P>
<!--==================================================================-->
@@ -76,6 +76,7 @@
</P>
<P>
The exercises include the following:
+</P>
<UL>
<LI>gaussian_product</LI>
<LI>oned_model</LI>
@@ -84,7 +85,6 @@
<LI>run_lorenz_96</LI>
<LI>twod_ensemble</LI>
</UL>
-</P>
<P>
To run these, cd into the matlab directory, start matlab,
and type the names at the prompt. Matlab must be started
More information about the Dart-dev
mailing list