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

Specimens of Silene latifolia Poir.


Silene latifolia Poir. (Balansa LE)


isotype of Melandrium balansae Boiss.

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 latifolia Poir. (Polevova and Stefantchuk 23.03.1994 MW)


Image URL: link

Collection date:

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

Silene latifolia Poir. (Polevova and Stefantchuk 23.03.1994 MW)


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 latifolia Poir. (Polevova and Stefantchuk 23.03.1994 MW)


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 latifolia Poir. (Polevova and Stefantchuk 23.03.1994 MW)


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 latifolia Poir. (Polevova and Stefantchuk 23.03.1994 MW)


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 latifolia Poir. (Polevova and Stefantchuk 23.03.1994 MW)


Image URL: link

Collection date:

Collection country: Turkmenistan
Collection province:
Collection subprovince:
Collection locality: Karakalinskiy rayon. 8 km NNW of Kara-Kala[?], southern slope of mount Isaac
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
11 Sequence(s):

Silene latifolia Poir. (Klein 7048 ter G)


Image URL: link

Collection date:

Collection country: Iran
Collection province:
Collection subprovince:
Collection locality:
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
5 Sequence(s):

Silene latifolia Poir. (Wendelbo and Assadi 29547 GB)

Collection date:

Collection country: Iran
Collection province:
Collection subprovince:
Collection locality: Mazandaran: Ca 88 km NW of Damghan on road to Sari. Meadow in forest. Alt. 1650 m
Collection altitude: 1650
Previous determinations:
Notes:
Notes from original label:
7 Sequence(s):

Silene latifolia Poir. ( G)


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

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