diff --git a/src/components/CurationList.vue b/src/components/CurationList.vue index 6ec082a..d4e3734 100644 --- a/src/components/CurationList.vue +++ b/src/components/CurationList.vue @@ -57,6 +57,14 @@
  • Material citation
  • +
    + + +
    Report an error on the content
    @@ -349,6 +357,19 @@ export default { get_mc() { return this.get_occurrence.references+this.get_occurrence.identifier.replace(".mc.", "#") }, + get_plazi_treatment_id() { + const refid = this.get_occurrence.references.split("/"); + return refid[refid.length - 1]; + }, + get_sibils() { + return "https://sibils.text-analytics.ch/search/collections/plazi/" + this.get_plazi_treatment_id; + }, + get_biotxplorer() { + return "https://denver.text-analytics.ch/BiotXplorer/collections/plazi/" + this.get_plazi_treatment_id; + }, + get_gbif_dataset() { + return "https://www.gbif.org/dataset/" + this.get_occurrence.datasetKey; + }, to_process_curation() { return this.filterListToDo(this.relations, "PNDG") },