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

Specimens of Silene jenisseensis Willd.


Silene jenisseensis Willd. (Turczaninov LE)

lectotype of Silene ambigua Turcz.

Collection date:

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

Silene jenisseensis Willd. (Turczaninov LE)


syntype of Silene ambigua Turcz.

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 jenisseensis Willd. ( LE)


ambtype of Silene dasyphylla Turcz.

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 jenisseensis Willd. (H. Solstad and R. Elven 04/1573 UPS)


Image URL: link

Collection date:

Collection country: Russia
Collection province: Sakha Republic (Yakutia)
Collection subprovince:
Collection locality: Yakutsk, central parts of own (Prospekt Lenina). Town ruderal sites
Collection altitude:
Previous determinations: Silene jeniseensis Willd. ssp. popovii Zuev (Solstad & Elven 2004)
Notes: SUP04-4145. Leaves among specimens
Notes from original label:
5 Sequence(s):

Silene jenisseensis Willd. (Jäschke, Heinrich August Z)


Image URL: link

Collection date:

Collection country: India
Collection province:
Collection subprovince:
Collection locality: Punjab (Little Tibet), Kyelang, Lahoul, Bhaga(tfule?).
Collection altitude:
Previous determinations:
Notes: Near S. gallica L., wahrscheinlich neue. Auf dem felzen dicht am Weg, glauf (the rest is unreadable from the photo). (The date of collecting the plant is unclear; Jäschke died 1883.)
Notes from original label:
Sequences: No Sequences registered

Silene jenisseensis Willd. (S.G. Kazanovsky IRK)

Collection date:

Collection country: Russia
Collection province:
Collection subprovince:
Collection locality: Buryatiya
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 '
';