File/structure/templates.php

Description

Program's (small) HTML templates

Imortant note: all files of the program use utf8 encoding. To prevend therefore damage you should use an unicode compatible editor like notepad++ or the crimsoneditor both also with syntax highlighting. The default Notepad Editor in Windows is only a crutch (File ends has to be UNIX). Wordpad instead is capable to read utf8 files and the file ends correct. In contrast to Linux Windows unfortunately doesn't bother about using unicode at all by default in general. Because their interest is only in their own products which are desingned not to cooporate with humanity without the idea of profit.

Variables
array $templates (line 34)

Templates

Collects all templates with accesible with

  1. Template:ArrayKey
replaced with the value in the corresponding array:
  1. $templates['ArrayKey''replaced HTML or text';
Use only latin characters, numbers and ':'. There are also internal/hidden templates such as:
  1. $templates['internal:...''..';
They are not available by the user in file popup.php

string $templates['explained:LOI'] (line 138)

Explained variable LOI: Loss On Ignition

string $templates['explained:N2:HillsDiversity'] (line 153)

Explained variable N2: Hill´s (1973) diversity measure

string $templates['explained:N2:transferModels'] (line 146)

Explained variable N2: effective number of occurrence

Is often used by transfer models but is NOT simply Hill´s (1973) N2 for Hill number 2!!!

string $templates['HOF:noDistribution'] (line 47)

Statistical HOF model curve (model 1: no specific distribution)

Huisman-Olff-Fresco---HOF---models is taxon's distribution type whether its response is skewed (type V), unimodal (IV), sigmoidal (III, II) or has no specific distribution (I). See Huisman, J. and Olff, H. and Fresco, L. F. M., "A hierarchical set of models for species response analysis", Journal Of Vegetation Science, vol. 4, no. 1, pp. 37-46, 1993.

string $templates['HOF:sigmoidalNotUpperLeft'] (line 59)

Statistical HOF model curve (model 3: left sigmoidal, reaching NOT the upper bound)

Huisman-Olff-Fresco---HOF---models is taxon's distribution type whether its response is skewed (type V), unimodal (IV), sigmoidal (III, II) or has no specific distribution (I). See Huisman, J. and Olff, H. and Fresco, L. F. M., "A hierarchical set of models for species response analysis", Journal Of Vegetation Science, vol. 4, no. 1, pp. 37-46, 1993.

string $templates['HOF:sigmoidalNotUpperRight'] (line 83)

Statistical HOF model curve (model 3: right sigmoidal, reaching NOT the upper bound)

Huisman-Olff-Fresco---HOF---models is taxon's distribution type whether its response is skewed (type V), unimodal (IV), sigmoidal (III, II) or has no specific distribution (I). See Huisman, J. and Olff, H. and Fresco, L. F. M., "A hierarchical set of models for species response analysis", Journal Of Vegetation Science, vol. 4, no. 1, pp. 37-46, 1993.

string $templates['HOF:sigmoidalUpperLeft'] (line 71)

Statistical HOF model curve (model 2: left sigmoidal, reaching upper bound)

Huisman-Olff-Fresco---HOF---models is taxon's distribution type whether its response is skewed (type V), unimodal (IV), sigmoidal (III, II) or has no specific distribution (I). See Huisman, J. and Olff, H. and Fresco, L. F. M., "A hierarchical set of models for species response analysis", Journal Of Vegetation Science, vol. 4, no. 1, pp. 37-46, 1993.

string $templates['HOF:sigmoidalUpperRight'] (line 95)

Statistical HOF model curve (model 2: right sigmoidal, reaching upper bound)

Huisman-Olff-Fresco---HOF---models is taxon's distribution type whether its response is skewed (type V), unimodal (IV), sigmoidal (III, II) or has no specific distribution (I). See Huisman, J. and Olff, H. and Fresco, L. F. M., "A hierarchical set of models for species response analysis", Journal Of Vegetation Science, vol. 4, no. 1, pp. 37-46, 1993.

string $templates['HOF:skewedLeft'] (line 131)

Statistical HOF model curve (model 5: left skewed)

Huisman-Olff-Fresco---HOF---models is taxon's distribution type whether its response is skewed (type V), unimodal (IV), sigmoidal (III, II) or has no specific distribution (I). See Huisman, J. and Olff, H. and Fresco, L. F. M., "A hierarchical set of models for species response analysis", Journal Of Vegetation Science, vol. 4, no. 1, pp. 37-46, 1993.

string $templates['HOF:skewedRight'] (line 119)

Statistical HOF model curve (model 5: right skewed)

Huisman-Olff-Fresco---HOF---models is taxon's distribution type whether its response is skewed (type V), unimodal (IV), sigmoidal (III, II) or has no specific distribution (I). See Huisman, J. and Olff, H. and Fresco, L. F. M., "A hierarchical set of models for species response analysis", Journal Of Vegetation Science, vol. 4, no. 1, pp. 37-46, 1993.

string $templates['HOF:unimodal'] (line 107)

Statistical HOF model curve (model 4: unimodal)

Huisman-Olff-Fresco---HOF---models is taxon's distribution type whether its response is skewed (type V), unimodal (IV), sigmoidal (III, II) or has no specific distribution (I). See Huisman, J. and Olff, H. and Fresco, L. F. M., "A hierarchical set of models for species response analysis", Journal Of Vegetation Science, vol. 4, no. 1, pp. 37-46, 1993.

string $templates['internal:hiddenMap'] (line 185)

Internal template: hidden map

Not accesible by the user in popup.php

string $templates['questions:open'] (line 177)

Open questions...

For instance when a reference has to be checked later...

string $templates['Reference:Error'] (line 169)

Error for reference

For instance when a reference is missing

Documentation generated on Sun, 19 Jul 2009 14:48:44 +0800 by phpDocumentor 1.4.2