Skip to content

Commit a5f2624

Browse files
committed
Instructions for adding and editing geothesaurus units
1 parent 2309d65 commit a5f2624

File tree

5 files changed

+86
-0
lines changed

5 files changed

+86
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Geographic Thesaurus"
3+
date: 2024-02-08
4+
lastmod: 2024-02-08
5+
authors: ["Katie Pearson"]
6+
editors: [""]
7+
draft: false
8+
weight: 30
9+
keywords: ["geography","geographic thesaurus","country","continent","state","province","county","municipality"]
10+
---
11+
12+
For instructions on how to add geographic units to the geographic thesaurus, [click here](https://biokic.github.io/symbiota-docs/portal_manager/geothes/add/).
13+
14+
For instructions on how to edit existing geographic units, [click here](https://biokic.github.io/symbiota-docs/portal_manager/geothes/edit/).
15+
16+
The geographic thesaurus is a database structure that allows portal superadministrators to manage geographic units and their relationships (hierarchical and synonymous) in a Symbiota portal. All terms entered in the geographic thesaurus are given a numeric rank that corresponds to the level of the unit (e.g., country = 50) and a **parent unit** (unless the geographic unit is a "root" term). Each unit can have one to many children units and one to many synonyms.
17+
18+
![Diagram of Geographic Thesaurus](/symbiota-docs/images/GeothesaurusModel.jpg)
19+
20+
Managing geographic units in this way enables users to be able to perform more comprehensive searches. For example, rather than having to conduct separate searches for records in "United States" and "USA", the user can search one term, and all the records relating to the synonym term will also be returned.
21+
22+
{{< notice note >}}
23+
Only superadministrators have access to viewing, editing, and adding to the geographic thesaurus.
24+
{{</ notice >}}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: "Adding Geographic Units"
3+
date: 2024-02-08
4+
lastmod: 2024-02-08
5+
authors: ["Katie Pearson"]
6+
editors: [""]
7+
draft: false
8+
weight: 1
9+
keywords: ["geography","geographic thesaurus","country","continent","state","province","county","municipality"]
10+
---
11+
12+
1. Use the Sitemap to navigate to the Geographic Thesaurus under "Administrative Functions (Super Admins only)".
13+
2. Click the plus icon to the right of the Root Terms title.
14+
3. Fill out the Add Geographic Unit box following the guidelines described below. Names in italics are required:
15+
16+
**_GeoUnit Name_**: the name of the geographic unit
17+
18+
**Abbreviation**: abbreviated version of the geographic unit name
19+
20+
**ISO2 Code**: the alpha-2 ISO code as described in the ISO international standard, if applicable
21+
22+
**ISO3 Code**: the alpha-3 ISO code as described in the ISO international standard, if applicable
23+
24+
**Numeric Code**: the three-digit country code defined in ISO 3166-1
25+
26+
**_Geography Rank_**: the type of geographic unit (select from dropdown menu)
27+
28+
**Notes**: any notes relating to the geographic unit
29+
30+
**Parent Term**: the term directly above the new geographic unit in a geographic hierarchy; for example, the parent term of the country "Canada" would be the continent "North America". If a parent term is not specified, the geographic unit will be designated as a root term (i.e., highest term in a hierarchy).
31+
32+
**Preferred Term**: if the term is a synonym of another term, select a geographic unit from this list that is the preferred name for this country, according to the portal. For example, "Deutschland" is a synonym of "Germany", but in a primarily English portal, "Germany" may be the preferred country name.
33+
34+
**Polygon**: a geographic polygon delineating the outline of this geographic unit, in WKT format. This field can be auto-populated using the [Geographic Harvester Tool](https://biokic.github.io/symbiota-docs/portal_manager/geothes/harvester/).
35+
36+
4. Click the Add Unit button.
37+
5. To add children to the geographic unit, click the plus icon at the top of the "children" list and fill out the Add Geographic Unit box as above for that child taxon, selecting the desired parent term from the Parent Term dropdown list.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Editing the Geographic Thesaurus"
3+
date: 2024-02-08
4+
lastmod: 2024-02-08
5+
authors: ["Katie Pearson"]
6+
editors: [""]
7+
draft: false
8+
weight: 5
9+
keywords: ["geography","geographic thesaurus","country","continent","state","province","county","municipality"]
10+
---
11+
12+
1. Use the Sitemap to navigate to the Geographic Thesaurus under "Administrative Functions (Super Admins only)".
13+
2. If the geographic unit you are editing is a root term, select the term from the list on the resulting page. If the geographic unit is not a root term, use the Search Geographic Thesaurus box to search for your term.
14+
15+
{{< notice note >}}
16+
The search box will show a dropdown list of all terms matching your search term, along with the parent unit of your search term. Make sure you select the correct unit+parent unit combo!
17+
{{</ notice >}}
18+
19+
3. To edit the values in the Geographic Unit box, click the pencil icon (highlighted below), make any edits, and click the Save Edits button. This is also where you can change the parent geographic unit for this unit (see Parent term field) and the preferred/accepted term for this unit (see Preferred term field).
20+
21+
![Geographic Unit Editing Form](/symbiota-docs/images/Geothes_edit.PNG)
22+
23+
4. To delete the term, click the Delete Geographic Unit button below the Geographic Unit box.
24+
5. To edit the children terms (i.e., terms beneath this unit in the hierarchy), view the list below the Geographic Unit box. To remove children from this geographic unit, click the name of the child term and edit its Parent term.
25+
6. To add a child term, click the plus icon at the top of the "children" list and follow [the instructions here](https://biokic.github.io/symbiota-docs/portal_manager/geothes/add/).

static/images/Geothes_edit.PNG

29 KB
Loading
292 KB
Loading

0 commit comments

Comments
 (0)