Sileneae biodiversity informatics project:
Home | Sileneae classification | X303 | Sileneae BLAST | BOxTax

Specimens of Silene burchellii var. schweinfurthii (Rohrb.) Täckh. & Boulos


Silene burchellii var. schweinfurthii (Rohrb.) Täckh. & Boulos (Schimper 298 LE)


syntype of Silene schweinfurthii Rohrb.

Image URL: link

Collection date:

Collection country:
Collection province:
Collection subprovince:
Collection locality:
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene burchellii var. schweinfurthii (Rohrb.) Täckh. & Boulos (Schimper TUB)


ambtype of Silene schweinfurthii Rohrb.

Image URL: link

Collection date:

Collection country: Ethiopia
Collection province:
Collection subprovince:
Collection locality: In collibus ad saxorum rimas prope Adoam (Debra Eski in Semien)
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene burchellii var. schweinfurthii (Rohrb.) Täckh. & Boulos ( HAL)


syntype of Silene schweinfurthii Rohrb.

Image URL: link

Collection date:

Collection country:
Collection province:
Collection subprovince:
Collection locality:
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene burchellii var. schweinfurthii (Rohrb.) Täckh. & Boulos (Collenette 8088 E)


Image URL: link

Collection date:

Collection country: Saudi Arabia
Collection province:
Collection subprovince:
Collection locality: Raidah Escarpment, 15km NW of Abha Habitat: Steep rocky hillside among junipers from 8500 to 7000ft Description: Narrow leaves, white flowers 9mm wide. Very common
Collection altitude: 1400 feet
Previous determinations:
Notes: NOT BURCHELLII, BUT WAht is it? Looks lika an annual, narrow leaves, see previous specimen
Notes from original label:
Sequences: No Sequences registered

echo '

Collection date: ' . $specimenRecord->getfield('Calcdate') . '

'; echo 'Collection country: ' . $specimenRecord->getfield('Country') . '
'; echo 'Collection province: ' . $specimenRecord->getfield('Province') . '
'; echo 'Collection subprovince: ' . $specimenRecord->getfield('Subprovince') . '
'; echo 'Collection locality: ' . $specimenRecord->getfield('Locality') . '
'; echo 'Collection altitude: ' . $specimenRecord->getfield('Altitude') . ' ' . $specimenRecord->getfield('AltitudeEntity') . '
'; if ($specimenRecord->getfield('GrownInGarden') != NULL) echo 'Grown in garden: ' . $specimenRecord->getfield('GrownInGarden') . '
'; echo 'Previous determinations: ' . $specimenRecord->getfield('OldNames') . '
'; echo 'Notes: ' . $specimenRecord->getfield('Notes') . '
'; echo 'Notes from original label: ' . $specimenRecord->getfield('OriginalLabelNotes') . '
'; // echo ''; //show sequences, from related records in portal $relatedSequences = $specimenRecord->getRelatedSet('Sequences'); if (FileMaker::isError($relatedSequences)) { echo 'Sequences: No Sequences registered'; } else { echo '' . count($relatedSequences) . ' Sequence(s):'; echo ''; } } echo '
';