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

Specimens of Silene indica Roxb. ex Otth


Silene indica Roxb. ex Otth (Dungboo 1106 K)


ambtype of Hedona ischnopetala F.N.Williams

Image URL: link

Collection date:

Collection country: China
Collection province:
Collection subprovince:
Collection locality: S Tibet, Chumbi, Gum-bo-teen, 2000 ft [600 m] 18 July 1878.
Collection altitude: 600 m.s.m.
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene indica Roxb. ex Otth (Duthie 13177 WU)


Image URL: link

Collection date:

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

Silene indica Roxb. ex Otth (no collector details)


ambtype of Silene indica Roxb.

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 indica Roxb. ex Otth (Jäschke, Heinrich August Z)


Image URL: link

Collection date:

Collection country: India
Collection province:
Collection subprovince:
Collection locality: Punjab, Kyelang. Lahoul.
Collection altitude:
Previous determinations:
Notes: Lychnis indica Benth Silene indica (var) nutans (plus some unreadable text) ? (a) L. nutans Benth ?? (b) L. cancellata Jacquem / L. pilosa Edgew. (The date of collecting the plant is unclear; Jäschke died 1883)
Notes from original label:
Sequences: No Sequences registered

Silene indica Roxb. ex Otth (Wallich 624D )


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