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

Specimens of Silene coniflora Nees ex Otth


Silene coniflora Nees ex Otth (Bunge G-BOIS)


Image URL: link

Collection date:

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

Silene coniflora Nees ex Otth ( G-BOIS)


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 coniflora Nees ex Otth (F. Jafari TUH)


Image URL: link

Collection date:

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

Silene coniflora Nees ex Otth (F. Jafari 47136 GB)


Image URL: link

Collection date:

Collection country: Iran
Collection province: Markazi
Collection subprovince:
Collection locality: Prov. Markazi: Zarandieh, between Zavieh and Mamonieh, 65km to Saveh
Collection altitude: 1186
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene coniflora Nees ex Otth (F. Jafari TUH)


Image URL: link

Collection date:

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

Silene coniflora Nees ex Otth (F. Jafari GB)

Collection date:

Collection country: Iran
Collection province:
Collection subprovince:
Collection locality: Cultivated 2018 in the Botanical Garden of Gothenburg from seeds collected in Markazi
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene coniflora Nees ex Otth (Bengt Oxelman 2745 GB)

Collection date:

Collection country: Iran
Collection province:
Collection subprovince:
Collection locality: Cult. from F, Jafari 2016-05-27
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene coniflora Nees ex Otth (F. Jafari 47136 TUH)

Collection date:

Collection country: Iran
Collection province: Markazi
Collection subprovince:
Collection locality: 1186 m
Collection altitude:
Previous determinations:
Notes:
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 '
';