This page is about the tags that you can apply to Survey protocols.
You can manage them by logging as admin and go to /admin/structure/taxonomy
You will see this page:
Sites: is the list of nature reserves (or other sites) that survey protocols can be tagged with
Survey types: is general tags for the survey, eg. grid-based, transect
Taxon groups: taxonomic groups eg. birds
Any user can add ones to these lists by adding new values when they create a protocol. But sometimes it useful to manage this list, or add new ones in bulk (eg. setting up the sites for a new NC site).
Let's take a look at sites as an example.
...
Can add new site with the big blue button
Can edit a site name (mandatory) and description (optional) by clicking on Edit
Use the tick boxes to the left of each of the site names to select multiple sites and then click delete to mass delete sites. Mass deletion of taxonomies uses this module: https://www.drupal.org/project/taxonomy_multidelete_terms
Can drag and drop them into a different order (which doesn't make any difference) and can reset to alphabetical.
Bulk upload of terms uses this module: https://www.drupal.org/project/feeds
Existing NC sites will already have the 'feed' set up for uploading sites. If the feed is set up then go to /feed/add/wt_site to upload sites:
Choose the csv file with 1 column.Â
Column heading should be 'Name' (case-sensitive)
Rest of the values of the column should be names of sites. For example:
Click 'save and import' to import the sites.
Go to ../admin/structure/taxonomy/manage/sites/overview to make sure all the sites have imported as expected.
Step already done for NC sites but the process is documented here for information.
First go to /admin/structure/feeds/add to add a new feed
The required settings are indicated to the left
Set up the mappings by going to Mapping:
First set the target as Name (name)
Then select new CSV source as the source
Then click save.