{{ define "home" }} {{ if .Verified }}

Results

{{ range .Verified }}

{{ .Name }}

Matched in {{ .DataSourcesNum }} data-sources
{{ $best := .BestResult }} {{ if $best }} {{ template "results" $best}} {{ end }} {{ $res := .Results }} {{ if $res }}
From selected Data Sources:
{{ end }} {{ range $res }} {{ template "results" . }} {{ end }}
{{ end }} {{ else }}

Verify a list of scientific names against biodiversity data-sources. This service parses incoming names, executes exact or fuzzy matching as required, and returns the best-scored result. Optionally, it can also return matches from data-sources selected by a user.

Paste Scientific Names, one per line (up to 5,000 names)

   
Preferred Data Sources

{{ end }} {{ end }}