Skip to content

Commit

Permalink
two new properties used in Taxon profile
Browse files Browse the repository at this point in the history
  • Loading branch information
albangaignard committed Nov 2, 2023
1 parent 4ab80e4 commit be2bace
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pages/_properties/alternateScientificName.html
Original file line number Diff line number Diff line change
@@ -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 %}
19 changes: 19 additions & 0 deletions pages/_properties/scientificName.html
Original file line number Diff line number Diff line change
@@ -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 %}

0 comments on commit be2bace

Please sign in to comment.