CNC 2023: Urwaltreliktkäfer

Veröffentlichungsdatum

2024-04-01T00:02:16+00:00

Liste der Coleoptera Reliktarten beobachtet während dem CNC 2023 für alle Regionen. Artenliste anhand von Eckelt u. a. ().

Code
if(!is.null(obsResults)){
  obsResults |> 
    filter((taxonRank == 'species' | taxonRank == 'subspecies')) |>
    left_join(relictSpecies, by = c('scientificName' = 'Species')) |>
    filter(!is.na(Category)) |>
    select(
        "Link" = uri_html,
        "Spezies" = scientificName, 
        "Familie" = Family, 
        "Kategorie" = Category, 
        "Region" = project.name, 
        'Umgangspr. Name' = vernacularName
        ) |>
    datatable(
      rownames = FALSE, 
      escape = FALSE,
      filter = list(
        position = 'bottom',
        clear = FALSE,
        plain = TRUE
     ),
      options = list(
        columnDefs = list(list(type = 'html', targets = c(1)))
      )
    )
} else {
  print('Noch keine Beobachtungen')
}
LinkSpeziesFamilieKategorieRegionUmgangspr. Name
157457837Platylomalus complanatusHisteridae2Graz
157827618Dicerca berolinensisBuprestidae2GrazBerliner Prachtkäfer
158526242Prostomis mandibularisProstomidae2GrazSchaufelkäfer, Schaufelplattkäfe...
158634838Abemus chloropterusStaphylinidae2Graz
159523874Cardiophorus gramineusElateridae2GrazHerzschild-Schnellkäfer
159960079Abemus chloropterusStaphylinidae2Graz
160314300Teredus cylindricusBothrideridae2Graz
160948986Cerambyx cerdoCerambycidae2GrazGroßer Eichenbock, Heldbock
158400986Ischnodes sanguinicollisElateridae2Industrieviertel
158700570Peltis grossaTrogositidae1GesäuseGroßer Randkäfer
1 2
Showing 1 to 10 of 20 entries

References

Eckelt, Andreas, Jörg Müller, Ulrich Bense, Hervé Brustel, Heinz Bußler, Yannick Chittaro, Lukas Cizek, u. a. 2018. Primeval Forest Relict Beetles‘ of Central Europe: A Set of 168 Umbrella Species for the Protection of Primeval Forest Remnants“. Journal of Insect Conservation 22 (1): 15–28. https://doi.org/10.1007/s10841-017-0028-6.