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

Specimens of Silene lagrangei (Coss.) Greuter & Burdet


Silene lagrangei (Coss.) Greuter & Burdet (Huber-Morath 3408 LD)

Collection date:

Collection country: Morocco
Collection province:
Collection subprovince:
Collection locality: Tetouan-Tanger, Chaemerops-macchie, 33 km nach Tetouan
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
1 Sequence(s):

Silene lagrangei (Coss.) Greuter & Burdet (Wall LD)

Collection date:

Collection country: Morocco
Collection province:
Collection subprovince:
Collection locality: Chaemerops-äng 30 km från Tetouan
Collection altitude:
Previous determinations:
Notes: Blr vita
Notes from original label:
Sequences: No Sequences registered

Silene lagrangei (Coss.) Greuter & Burdet (Birgit Frosch FB)


Image URL: link

Collection date:

Collection country: Morocco
Collection province:
Collection subprovince:
Collection locality: Friedhof in Oulad-el-Arbi, südlich Asilah, auf Küstenland.
Collection altitude:
Previous determinations:
Notes: sown 09-03-16
Notes from original label:
Sequences: No Sequences registered

Silene lagrangei (Coss.) Greuter & Burdet (Birgit Frosch LP-2 FB)

Collection date:

Collection country: Morocco
Collection province:
Collection subprovince:
Collection locality: Friedhof in Oulad-el-Arbi, südlich Asilah, auf Küstenland. LP-2
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene lagrangei (Coss.) Greuter & Burdet (Birgit Frosch LP-1 FB)

Collection date:

Collection country: Morocco
Collection province:
Collection subprovince:
Collection locality: Jbel Habib, near the road from Arba-Ayacha (Soko Arbaa) to Dar Chaoui. LP-1
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene lagrangei (Coss.) Greuter & Burdet (Font Quer 202 S)


Image URL: link

Collection date:

Collection country: Morocco
Collection province:
Collection subprovince:
Collection locality: Hab. in quercetis suberis montis Dj. Zem-Zem, inter Ceuta et Tetuan. 250 m 35.748034, -5.375511
Collection altitude: 250 m.s.m.
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene lagrangei (Coss.) Greuter & Burdet (Huber-Morath 3408 S)


Image URL: link

Collection date:

Collection country: Morocco
Collection province:
Collection subprovince:
Collection locality: Tetouan-Tanger, Chaemerops-macchie, 33 km nach Tetouan
Collection altitude:
Previous determinations:
Notes:
Notes from original label:
Sequences: No Sequences registered

Silene lagrangei (Coss.) Greuter & Burdet (Font Quer 201 S)


Image URL: link

Collection date:

Collection country: Morocco
Collection province:
Collection subprovince:
Collection locality: Hab. in quercetis suberis montis Dj. Zinat (Uad Ras) 250 m
Collection altitude: 250 m.s.m.
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 '
';