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

Specimens of Silene setisperma Majumdar


Silene setisperma Majumdar (Polunin, Sykes and Williams 5373 K)

isotype of Silene davidlongii Rajbh. & Mits.Suzuki

Collection date:

Collection country: Nepal
Collection province:
Collection subprovince:
Collection locality: Kafttang, Mugu Khola
Collection altitude: 15000 ft
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene setisperma Majumdar (Polunin, Sykes and Williams 5373 K)

isotype of Silene davidlongii Rajbh. & Mits.Suzuki

Collection date:

Collection country: Nepal
Collection province:
Collection subprovince:
Collection locality: Kheftang, Mugu Khola
Collection altitude: 15000 ft
Previous determinations:
Notes: S. brigittae
Notes from original label:
Sequences: No Sequences registered

Silene setisperma Majumdar (Polunin, Sykes and Williams 5373 TI)

holotype of Silene davidlongii Rajbh. & Mits.Suzuki

Collection date:

Collection country: Nepal
Collection province:
Collection subprovince:
Collection locality: Khaptang, Mugu Khola, 15000 ft, open stony slopes. Sepals with lines of hairs on the veins, petals vary from white to brown
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene setisperma Majumdar ( 5373 E)

isotype of Silene davidlongii Rajbh. & Mits.Suzuki

Collection date:

Collection country: Nepal
Collection province:
Collection subprovince:
Collection locality: Khaptang, Mugu Khola, 15000 ft, open stony slopes. Sepals with lines of hairs on the veins, petals vary from white to brown
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene setisperma Majumdar ( 5373 US)

isotype of Silene davidlongii Rajbh. & Mits.Suzuki

Collection date:

Collection country: Nepal
Collection province:
Collection subprovince:
Collection locality: Khaptang, Mugu Khola, 15000 ft, open stony slopes. Sepals with lines of hairs on the veins, petals vary from white to brown
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 '
';