diff --git a/src/components/specifiers/Specifier.vue b/src/components/specifiers/Specifier.vue index dc39e01b..fedd6b9b 100644 --- a/src/components/specifiers/Specifier.vue +++ b/src/components/specifiers/Specifier.vue @@ -1,7 +1,18 @@ + + + - Taxon Specimen External reference - Apomorphy + {{ nomenCode.label }} + + - {{ (expand) ? 'Collapse' : 'Expand' }} + {{ (expand) ? 'Collapse' : 'Edit' }} + + + + - + - + - Verbatim specifier + Specifier label @@ -163,16 +176,13 @@ External reference - - Apomorphy - @@ -186,7 +196,7 @@ @@ -226,7 +237,7 @@ @@ -242,14 +253,13 @@ @@ -276,13 +286,19 @@ > Occurrence ID - - + + + + + As + per Darwin Core, we recommend + a persistent, globally unique identifier such as a Darwin Core Triple, a URI/IRI or a UUID. + @@ -298,7 +314,7 @@ id="collection-code" readonly class="form-control" - :value="specimenWrapped.institutionCode" + :value="wrappedSpecimen.institutionCode" > @@ -315,7 +331,7 @@ id="collection-code" readonly class="form-control" - :value="specimenWrapped.collectionCode" + :value="wrappedSpecimen.collectionCode" > @@ -332,7 +348,7 @@ id="catalog-number" readonly class="form-control" - :value="specimenWrapped.catalogNumber" + :value="wrappedSpecimen.catalogNumber" > @@ -364,13 +380,6 @@ - - - - Apomorphy-based specifiers are not currently supported. Please enter - them into the verbatim label field for now. - - @@ -378,15 +387,13 @@
- Apomorphy-based specifiers are not currently supported. Please enter - them into the verbatim label field for now. -