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

Specimens of Silene idaea Hausskn.


Silene idaea Hausskn. (Anja Rautenberg 77 GB)


Image URL: link

Collection date:

Collection country: Turkey
Collection province: Bursa
Collection subprovince:
Collection locality: Ulu Dag
Collection altitude: 2250 m
Grown in garden: Uppsala University Botanical Garden
Previous determinations:
Notes: Grown from seeds collected by Hagemann & al. Agrees pretty well with S. sipylea, but not with S. idaea! Sequences suggest Sclerocalycinae
Notes from original label:
Sequences: No Sequences registered

Silene idaea Hausskn. (Hartvig et al 23241 Strid)


Image URL: link

Collection date:

Collection country: Turkey
Collection province:
Collection subprovince:
Collection locality: B1 Manisa: Manisa Dagi (Mt Sipylus), summit area, Pinus nigra woodland
Collection altitude: 1450 m.s.m.
Previous determinations:
Notes:
Notes from original label:
6 Sequence(s):

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 '
';