merging in latest changes from trunk
[taxeditor.git] / eu.etaxonomy.taxeditor.help / html / nameparser / name_part.html
1 <h3>Name Part</h3>
2
3 <p>The name part recognizes uninomials, binomials and trinomials. The first epithet must start
4 with a capital letter; all other words (except for infrageneric epitheta) can only contain
5 lower-case letters. Only latin letters are allowed in names (except for <strong>ï</strong>).
6 The name part parser differentiates 6 different syntaxes.</p>
7
8 <h4>Uninomials</h4>
9 <p>One word starting with a capital letter. As the rank is usually ambiguous for uninomials,
10 the rank represents the parser's best guess and a warning is returned to check the rank.</p>
11 <pre>Example: Cichorieae</pre>
12
13
14 <h4>Infrageneric Names</h4>
15 <p>Capital word followed by the infrageneric marker followed by the infrageneric epitheton.
16 Valid markers are:
17 <ul>
18 <li><code>subgen.</code></li>
19 <li><code>subg.</code></li>
20 <li><code>sect.</code></li>
21 <li><code>subsect.</code></li>
22 <li><code>ser.</code></li>
23 <li><code>subser.</code></li>
24 <li><code>t.infgen.</code></li>
25 </ul>
26 </p>
27 <pre>Example: Desmometopa subg. LitoXXX</pre>
28
29
30 <h4>Species Aggregates</h4>
31 <p>Species aggregates are recognized similarly to species except they are followed by a group
32 marker. Valid markers are:
33 <ul>
34 <li><code>aggr.</code></li>
35 <li><code>agg.</code></li>
36 <li><code>group</code></li>
37 </ul>
38 </p>
39 <pre>Example: XXX</pre>
40
41
42 <h4>Species</h4>
43 <p>Species names have a genus part (capital letter) and a species part (lower case letter).</p>
44 <pre>Examples are: Abies alba</pre>
45
46 <h4>Infraspecific names</h4>
47 <p>Infraspecific names have four parts: the genus part, the species part, the infraspecific
48 marker and the infraspecific part. All but the first may not start with a capital letter.
49 Recognized markers are:
50 <ul>
51 <li><code>subsp.</code></li>
52 <li><code>convar.</code></li>
53 <li><code>var.</code></li>
54 <li><code>subvar.</code></li>
55 <li><code>f.</code></li>
56 <li><code>subf.</code></li>
57 <li><code>f.spec.</code></li>
58 <li><code>tax.infrasp.</code></li>
59 <li><code>tax. infrasp.</code></li>
60 </ul>
61
62 </p>
63 <pre>Example:</pre>
64
65 <h4>Infraspecific names (old markers)</h4>
66 <p>Some older names (not valid according to the nomenclatural code) use other infraspecific
67 markers. The recognition of these older names is not yet implemented.</p>
68
69