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

Specimens of Silene violascens (Tolm.) Petrovsky & Elven


Silene violascens (Tolm.) Petrovsky & Elven ( LE)


ambtype of Gastrolychnis violascens Tolm.

Image URL: link

Collection date:

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

Silene violascens (Tolm.) Petrovsky & Elven (H. Solstad and R. Elven 04/1498 O)


Image URL: link

Collection date:

Collection country: Russia
Collection province: Sakha Republic (Yakutia)
Collection subprovince:
Collection locality: Lena R. estuary, E side: Kharaulakh Mts, northernmost ridges
Collection altitude:
Previous determinations:
Notes: SUP-04-4070 No specimen found. In O? /Bengt O 2023-03-02
Notes from original label:
Sequences: No Sequences registered

Silene violascens (Tolm.) Petrovsky & Elven (H. Solstad and R. Elven 04/1353 O)

Collection date:

Collection country: Russia
Collection province: Sakha Republic (Yakutia)
Collection subprovince:
Collection locality: Lena R. east bank: Verkhoyansk Mts, mountains 3-4 km NE of Chekurovka village.
Collection altitude:
Previous determinations:
Notes: SUP-04-3926 No specimen found. In O? /Bengt O 2023-03-02, Not in their database.
Notes from original label:
2 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 '
';