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

Specimens of Silene songarica (Fisch., C.A.Mey. & Avé-Lall.) Bocquet


Silene songarica (Fisch., C.A.Mey. & Avé-Lall.) Bocquet (Potanin 1886.IX.19 LE)


ambtype of Lychnis mongolica Maxim.

Image URL: link

Collection date:

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

Silene songarica (Fisch., C.A.Mey. & Avé-Lall.) Bocquet (A. E. Kozhevnikov VLA)


Image URL: link

Collection date:

Collection country: Russia
Collection province: Amurskaya oblast
Collection subprovince: Skavarodniskij rayon
Collection locality:
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene songarica (Fisch., C.A.Mey. & Avé-Lall.) Bocquet (A. E. Kozhevnikov VLA)


Image URL: link

Collection date:

Collection country: Russia
Collection province: Amurskaya oblast
Collection subprovince: Skavarodniskij rayon
Collection locality:
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene songarica (Fisch., C.A.Mey. & Avé-Lall.) Bocquet (A. E. Kozhevnikov VLA)


Image URL: link

Collection date:

Collection country: Russia
Collection province: Amurskaya oblast
Collection subprovince: Skavarodniskij rayon
Collection locality:
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene songarica (Fisch., C.A.Mey. & Avé-Lall.) Bocquet (A. E. Kozhevnikov VLA)


Image URL: link

Collection date:

Collection country: Russia
Collection province: Amurskaya oblast
Collection subprovince: Skavarodniskij rayon
Collection locality:
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene songarica (Fisch., C.A.Mey. & Avé-Lall.) Bocquet (V. V. Yakubov VLA)


Image URL: link

Collection date:

Collection country: Russia
Collection province: Amur
Collection subprovince: Eurenskaya autonom. obl.
Collection locality:
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene songarica (Fisch., C.A.Mey. & Avé-Lall.) Bocquet (V. V. Yakubov VLA)


Image URL: link

Collection date:

Collection country: Russia
Collection province: Kamchatka
Collection subprovince:
Collection locality:
Collection altitude:
Previous determinations:
Notes: Lite frön till trädgården, hoppas på odlat ex.
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 '
';