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

Specimens of Silene cryptoneura Stapf


Silene cryptoneura Stapf (Deniz 1573 GB)

isotype of

Collection date:

Collection country: Turkey
Collection province:
Collection subprovince:
Collection locality: Turkey. C2/3 Antalya: Elmali, Çamkuyu, the top of Avlankuzu mountain, 1850–1880 m, clearings in Cedrus libani forest and on calcareous slopes.
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
9 Sequence(s):

Silene cryptoneura Stapf (İ.G. Deniz 1573 AKDU)

holotype of Silene sumbuliana Deniz & O.D.Düșen

Collection date:

Collection country:
Collection province:
Collection subprovince:
Collection locality: Turkey. C2/3 Antalya: Elmali, Çamkuyu, the top of Avlankuzu mountain, 1850–1880 m, clearings in Cedrus libani forest and on calcareous slopes.
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene cryptoneura Stapf (İ.G. Deniz 1573 ANK)

isotype of Silene sumbuliana Deniz & O.D.Düșen

Collection date:

Collection country:
Collection province:
Collection subprovince:
Collection locality: Turkey. C2/3 Antalya: Elmali, Çamkuyu, the top of Avlankuzu mountain, 1850–1880 m, clearings in Cedrus libani forest and on calcareous slopes.
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene cryptoneura Stapf (İ.G. Deniz 1573 HUB)

isotype of Silene sumbuliana Deniz & O.D.Düșen

Collection date:

Collection country:
Collection province:
Collection subprovince:
Collection locality: Turkey. C2/3 Antalya: Elmali, Çamkuyu, the top of Avlankuzu mountain, 1850–1880 m, clearings in Cedrus libani forest and on calcareous slopes.
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene cryptoneura Stapf (İ.G. Deniz 1573 GAZI)

isotype of Silene sumbuliana Deniz & O.D.Düșen

Collection date:

Collection country:
Collection province:
Collection subprovince:
Collection locality: Turkey. C2/3 Antalya: Elmali, Çamkuyu, the top of Avlankuzu mountain, 1850–1880 m, clearings in Cedrus libani forest and on calcareous slopes.
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 '
';