AtlasOfLivingAustralia / ala-bie-hub

BIE (Biodiversity Information Explorer) hub - merge of old ala-bie and bie-plugin
Mozilla Public License 2.0
1 stars 6 forks source link

ala-bie-hub

Build Status

This is the BIE (Biodiversity Information Explorer) front end - merge of old ala-bie and bie-plugin.

THE BIE handles general search duties and serves taxon/species pages. For more details on the architecture see BIE index

Languages

The bie-plugin uses ISO-639 language codes, particularly ISO-639-3, drawn from http://www.sil.org/iso639-3/ and the AIATSIS codes, drawn from https://aiatsis.gov.au/

Blacklisted External Information

It is possible to blacklist sources of external information that is either incorrect or not relevant. Blacklisting is performed by pattern matching and can be configured by URLs that give a specific blacklist. Blacklists are configured as a map of possible blacklists against the information in a document. For example:

external:
  blacklist: file:///data/ala-bie/config/blacklist.json

An example blacklist file can be found here. It contains metadata descibing the intent of the blacklist and a list of entries that will cause the blacklist to trigger.

Each blacklist entry can trigger on some combination of:

Currently, the blacklist is only used with the Encyclopedia of Life external source.

Common Names Pull

It is possible to "pull" common names with special status into their own section and have them displayed in a special way. To do this, use the following configuration settings:

Change log

See the releases page for this repository.