From be2bace523d76989265f0ea0f61e1b49377b8126 Mon Sep 17 00:00:00 2001 From: Alban Gaignard Date: Thu, 2 Nov 2023 12:21:45 +0100 Subject: [PATCH] two new properties used in Taxon profile --- .../_properties/alternateScientificName.html | 19 +++++++++++++++++++ pages/_properties/scientificName.html | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 pages/_properties/alternateScientificName.html create mode 100644 pages/_properties/scientificName.html diff --git a/pages/_properties/alternateScientificName.html b/pages/_properties/alternateScientificName.html new file mode 100644 index 00000000..924fb289 --- /dev/null +++ b/pages/_properties/alternateScientificName.html @@ -0,0 +1,19 @@ +--- +dateModified: 2023-11-02 +prop_name: alternateScientificName +description: A TaxonName representing a scientific name, with authorship and date information if known, of a synonym of the currently valid (zoological) or accepted (botanical) name. + +expected_values_as_type : +- TaxonName + +# expected_values_as_data : +# - text + +# used_in_types: +# - + +used_in_profiles: +- Taxon +--- + +{% include properties.html %} \ No newline at end of file diff --git a/pages/_properties/scientificName.html b/pages/_properties/scientificName.html new file mode 100644 index 00000000..8ff0b78b --- /dev/null +++ b/pages/_properties/scientificName.html @@ -0,0 +1,19 @@ +--- +dateModified: 2023-11-02 +prop_name: scientificName +description: A TaxonName representing the currently valid (zoological) or accepted (botanical) name for that taxon. + +expected_values_as_type : +- TaxonName + +# expected_values_as_data : +# - text + +# used_in_types: +# - + +used_in_profiles: +- Taxon +--- + +{% include properties.html %} \ No newline at end of file