diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/.zenodo.json b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/.zenodo.json new file mode 100644 index 00000000..57b37fea --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/.zenodo.json @@ -0,0 +1,52 @@ +{ + "description": "", + "title": "Veldstaalnameprotocol quickscan knijtenlarven.", + "upload_type": "publication", + "access_right": "open", + "license": "CC-BY 4.0", + "language": "nld", + "keywords": [ + "knijten; Culicoides; veldstaalname; labo; estuaria; slikken" + ], + "publisher": "Instituut voor Natuur- en Bosonderzoek (INBO)", + "contributors": [ + { + "name": "Organe, Anouk", + "affiliation": "Research Institute for Nature and Forest (INBO)", + "orcid": "0009-0006-1202-1863", + "type": "contactperson" + }, + { + "name": "Van Hecke, Florian", + "affiliation": "Research Institute for Nature and Forest (INBO)", + "orcid": "0009-0004-3499-2279", + "type": "other" + }, + { + "name": "Research Institute for Nature and Forest (INBO)", + "type": "rightsholder" + } + ], + "creators": [ + { + "name": "Organe, Anouk", + "affiliation": "Research Institute for Nature and Forest (INBO)", + "orcid": "0009-0006-1202-1863" + }, + { + "name": "Van De Meutter, Frank", + "affiliation": "Research Institute for Nature and Forest (INBO)", + "orcid": "0000-0002-9850-1860" + }, + { + "name": "Jocqué, Merlijn", + "affiliation": "Research Institute for Nature and Forest (INBO)", + "orcid": "0000-0002-7196-7476" + } + ], + "communities": [ + { + "identifier": "inbo" + } + ] +} diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/01_afhankelijkheden.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/01_afhankelijkheden.Rmd new file mode 100644 index 00000000..424b1bd4 --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/01_afhankelijkheden.Rmd @@ -0,0 +1,49 @@ +# Afhankelijkheden + +```{=html} + +``` +```{r dependencies} +empty_table <- tibble( + protocol_code = character(), + version_number = character(), + params = character(), + appendix = logical() +) %>% + add_row() %>% + rename( + `Protocolcode` = protocol_code, + `Versienummer` = version_number, + `Opgenomen als subprotocol` = appendix + ) %>% + pander(split.tables = Inf) + +if (exists("params")) { + if (!is.null(params$dependencies)) { + transpose(params$dependencies) %>% + as_tibble() %>% + mutate(protocol_code = as.character(protocol_code), + version_number = as.character(version_number), + params = as.character(params), + version_number = ifelse(params == "NA", + paste0("[", version_number, "](../", + version_number, "/", "index.html)"), + version_number), + appendix = as.logical(appendix)) %>% + rename( + `Protocolcode` = protocol_code, + `Versienummer` = version_number, + `Opgenomen als subprotocol` = appendix + ) %>% + pander(split.tables = Inf) + } else { + empty_table + } +} else { + empty_table +} +rm(empty_table) +``` diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/02_onderwerp.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/02_onderwerp.Rmd new file mode 100644 index 00000000..62a5783e --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/02_onderwerp.Rmd @@ -0,0 +1,45 @@ +# Onderwerp + +## Definities en afkortingen + +```{=html} + +``` + +- **Chlo** = Chlorofyl-a + +- **mTAW** = meter Tweede Algemene Waterpassing + +## Doelstelling en toepassingsgebied + + + + + +### Kadering + +Sinds de waterkwaliteit van de Zeeschelde na 2008 is verbeterd, worden op steeds meer plaatsen langs de Zeeschelde overlast door knijten (*Culicoides*, Ceratopogonidae) gemeld. +Vermoedelijk gaat het in de meeste gevallen om *Culicoides riethi* Kieffer, 1914. +De larven van deze soort komen voornamelijk voor in de hogere delen van intertidale zoetwaterslikken. +De knijten komen soms in grote aantallen voor en kunnen heel wat hinder veroorzaken. +Het toenemende aantal adviesvragen omtrent knijten, hun habitat, ecologie en bestrijding leidde tot een sterke toename van staalnames, waardoor de nood ontstond voor een gestandaardiseerde snelle en betrouwbare methode om de aanwezigheid van knijtenlarven vast te stellen. + +### Doelstelling + +Dit document beschrijft het INBO “QuickScan” protocol voor het bepalen van de densiteiten aan knijtenlarven (*Culidoides riethi*) in slikgebieden langs de Zeeschelde. +Het protocol omvat de staalname in het veld en de procedure voor verwerking in het labo van biota. + +De QuickScan omvat enkel de bemonstering van biota in het veld en de snelle verwerking van de niet gepreserveerde stalen in het labo. +Afhankelijk van de vraagstelling wordt dit best gecombineerd met sediment bemonsteringen die kijken naar granulometrie, gehalte organisch materiaal, watergehalte, bodemdichtheid, en concentratie chlorofyl-a. + +```{=html} + +``` + diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/03_beperkingen.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/03_beperkingen.Rmd new file mode 100644 index 00000000..4d1be2ff --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/03_beperkingen.Rmd @@ -0,0 +1,12 @@ +# Beperkingen van het protocol + +Nvt + +```{=html} + +``` + diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/04_principe.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/04_principe.Rmd new file mode 100644 index 00000000..263948a2 --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/04_principe.Rmd @@ -0,0 +1,12 @@ +# Principe + +```{=html} + +``` + +Dit protocol beschrijft de procedure voor het bepalen van de densiteiten aan knijtenlarven (*Culidoides riethi*) in slikgebieden langs de Zeeschelde. +De voorgeschreven methode moet garanderen dat het geanalyseerde staal representatief is voor de actuele situatie op moment van de staalname in de slikken. +Via dit veldprotocol zou elke medewerker in staat moeten zijn om de veldstaalname en laboverwerking van slibstalen voor knijtenonderzoek uit te voeren. diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/05_competenties.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/05_competenties.Rmd new file mode 100644 index 00000000..fabbe090 --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/05_competenties.Rmd @@ -0,0 +1,10 @@ +# Vereiste competenties + +```{=html} + +``` + +Voldoende kennis van benthos om onderscheid te kunnen maken tussen knijtenlarven en andere organismen in de slibstalen tijdens het trieren in het labo. diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/06_benodigdheden.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/06_benodigdheden.Rmd new file mode 100644 index 00000000..0f1a9f7a --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/06_benodigdheden.Rmd @@ -0,0 +1,71 @@ +# Benodigdheden + +## Apparatuur + +- **Trimble gps** (eventueel punten vooraf inladen) + +```{=html} + +``` + +## Materiaal + +### Veldstaalname + +- **Benthossteekbuis** van minimum 15 cm lang met een diameter van 4,5 cm + bijkomende stamper om het staal uit te duwen + +- Gelabelde **potten** (0,5 L) of **zakjes**. + De labels worden bij voorkeur vooraf aangebracht met een watervaste stift. + Controleer steeds dat de stift water- en wrijfvast is. + +### **Optioneel bij het bemonsteren van sediment:** + +- kleine **steekbuis** van minimum 20 cm lang met een diameter van 2 cm + +- kleine **potjes** voor sediment en chlorofyl-a-stalen + +- **Kopecky-ring** + +- **zakjes** of **potjes** voor Bulk density stalen + +### Verwerking labo + +- **Zeef** met maaswijdte **125 µm** + +- **Zeef** met maaswijdte **212 µm** + +- **Trieerbak** + +- **Sterke lamp** (met flexibele arm) + +- **Binoculaire microscoop** + +- **Pincet** + +- **Notitieboekje** en **potlood**/**pen** + +```{=html} + +``` + +## Reagentia en oplossingen (indien van toepassing) + +```{=html} + +``` + +Nvt diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/07_werkwijze.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/07_werkwijze.Rmd new file mode 100644 index 00000000..4e2116a9 --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/07_werkwijze.Rmd @@ -0,0 +1,116 @@ +# Werkwijze + +## Voorbereidingen + +Inspelend op een gedefinieerde onderzoeksvraag wordt een relevant staalname design bepaald met de juiste replicatie en genoeg bemonsteringen om de vraagstelling statistisch te analyseren.\ + +Zodra het ontwerp en het aantal staalnamepunten vastligt, wordt nagegaan waar deze punten in het veld geplaatst kunnen worden. +Hiervoor wordt vooraf meestal een recente luchtfoto geraadpleegd waarop het slikoppervlak van het studiegebied duidelijk zichtbaar is. +Op basis van de luchtfoto’s worden punten of zones geselecteerd die potentieel hebben om geschikt habitat te zijn voor knijten. +Eerder onderzoek (Van Ryckegem et al., 2021) toont dat vooral hooggelegen, slappe en laagdynamische slikken hoge densiteiten aan knijtenlarven bevatten. +Er wordt voorlopig aangenomen dat Culicoides riethi als filtervoedende larve vooral te vinden is in laagdynamische stukken op het slik, stukken die vaak gekenmerkt worden door slikdelen met duidelijk groene algenbedekking. +Geselecteerde punten worden ingeladen in de Trimble-GPS. +Controleer het getij met het getijdenboekje of via waterinfo. + +## Uitvoering + +```{=html} + +``` + +### In het veld + +#### Locatiebepaling + +Bij vooraf geselecteerde en ingegeven punten worden deze gezocht aan de hand van de Trimble-GPS. +Omdat situaties in het veld kunnen verschillen van de geambieerde condities op basis van luchtfoto's, kunnen bij evaluatie in het veld vooraf geselecteerd punten licht verschoven worden zodat effectief geschikte condities voor de oorspronkelijke vraagstelling (bvb TAW binnen bepaalde range) bemonsterd wordt. + +Bij het nemen van bijkomende punten wordt elk punt ingemeten met Trimble-GPS (xyz) en bewaard onder de vooraf gedefinieerde staalnaamcode. + +#### Staalname biota + +Per staalnamepunt worden twee stalen genomen, op maximum 15 cm van het punt ingemeten met de Trimble-GPS. +De replica’s worden ongeveer 15 cm van elkaar genomen. +De benthossteekbuis wordt minstens 7 cm diep verticaal in het slik geduwd. +Verwijder de buis uit het slik en duw 7 cm uit (met de stamper) in het daarvoor bestemde potje/zakje. +De twee replica’s worden in afzonderlijke potten/zakjes bewaard. +Elke knijtenstaal heeft als label de naam van het staalnamepunt gevolgd door “\_a” of” “\_b” (toewijzing mag random). +Zo is duidelijk dat de stalen bij elkaar horen. +Er wordt geen bewaarmiddel toegevoegd. +Tijdens transport worden de stalen bewaard in een koelbox (4-10° C) en nadien bewaard in een koelkast (4°C) tot verwerking. +Dit moet gebeuren met de levende knijtenlarven omdat deze het gemakkelijkst te vinden en herkennen zijn op basis van hun karakteristieke beweging. + +#### Optioneel: staalname sediment + +- Granulometrie en Bulk density + + - Het sedimentstaal wordt met een kleine steekbuis (diameter 1 cm) 10 cmdiep genomen tussen de 2 replica’s van een staalnamepunt. + Dit is een standaard sediment staal cf. + MONEOS protocol (Van Ryckegem et al., 2025). + Dit sedimentstaal wordt in een potje bewaard en krijgt het label van het staalnamepunt. + Het staal wordt ingevroren bewaard (-20°C) tot analyse. + + - Het bulk density staal wordt genomen met een Kopecky ring (diameter = 5 cm, diepte = 5 cm). + Het staal wordt in een zakje/potje overgebracht met het label van het staalnamepunt. + Het staal wordt ingevroren bewaard (-20°C) tot analyse. + +- Chlorofyl-a + + - Met een kleine steekbuis (diameter 1 cm) wordt tussen de 2 replica’s van een staalnamepunt tot 4 cm diep gestoken. Dit chlorofyl-a staal wordt in een potje bewaard en krijgt het label van het staalnamepunt. Het staal wordt ingevroren bewaard (-20°C) tot analyse. + +| Doel | Aantal | Diameter steekbuis | Diepte | Bewaring | Verwerking | +|---------------|--------|--------------------|--------|----------|------------------| +| Knijten | 2 | 4,5 cm | 7 cm | 4 °C | zo snel mogelijk | +| **Optioneel** | | | | | | +| Granulometrie | 1 | 2 cm | 10 cm | -20 °C | later | +| Chlorofyl-a | 1 | 2 cm | 4 cm | -20 °C | later | +| Bulk density | 1 | Kopecky | 4 cm | -20 °C | later | + +: Tabel 1: Overzicht karakteristieken bemonstering voor verschillende doelvariabelen + +### Verwerking in het labo + +#### Voorbereiding + +Knijtenstalen worden zo snel mogelijk na staalname verwerkt, bij voorkeur binnen de 3 werkdagen, zodat de knijtenlarven nog leven. +De stalen worden gezeefd in twee fases over zeven met maaswijdtes van respectievelijk 212 µm en 125 µm. + +Het sediment weerhouden in de zeeffractie van 212 µm wordt overgebracht in een witte trieërbak met water. +Het sediment weerhouden op de zeeffractie van 125 µm wordt overgebracht in een pot met een kleine hoeveelheid water om het sediment vochtig te houden. + +#### Verwerking stalen + +De zeeffractie van 212 µm wordt eerst bekeken in een grote witte trieerbak onder een sterk licht. +Hierna wordt de zeeffractie van 125 µm bekeken in detail onder de binoculaire microscoop. +Alle knijtenlarven en -poppen worden handmatig uitgetrieërd en geteld. +Larven worden in instar klassen opgedeeld (Zie studie INBO, ongepubliceerd), geteld en uitgesorteerd. +Knijtenlarven worden onderscheiden van ander benthos op basis van hun kenmerkende zwembeweging. +Indien morfometrische metingen van de larven gepland zijn, worden de larven per staal in epjes met ethanol verzameld. + +Voor de bepaling van de benthosbiomassa worden de monsters eerst in kroesjes geplaatst en gedurende één nacht gedroogd bij 105 °C in een droogstoof. +De droogstoof wordt bij het opzetten gecontroleerd via de knop set temperature om na te gaan of de temperatuur correct op 105 °C staat. +Na het drogen worden de kroesjes warm gewogen op een analytische balans tot op een duizendste van een gram; dit gewicht wordt genoteerd als het drooggewicht. +Vervolgens worden de kroesjes gedurende twee uur verast in een moffeloven bij 550 °C. +Hierbij wordt rekening gehouden met een aanlooptijd van ongeveer twee uur om de oven op 550 °C te brengen, waarna de monsters nog twee uur op deze temperatuur blijven. +Na het verassen worden de kroesjes opnieuw warm gewogen tot op een duizendste van een gram; dit wordt genoteerd als het asgewicht. +Het verschil tussen het drooggewicht en het asgewicht geeft het asvrije drooggewicht (AFDW = drooggewicht - asgewicht), wat in deze procedure overeenkomt met de biomassa van het benthos. + +Andere benthos organismen (e.g. Oligochaeta) worden in de Quick scan methode standaard niet mee bekeken om snel en efficiënt een groot aantal stalen te kunnen verwerken. + +## Registratie en bewaring van resultaten + +```{=html} + +``` + +Sla de resultaten op in de relevant digitale spreadsheet. diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/08_kwaliteitszorg.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/08_kwaliteitszorg.Rmd new file mode 100644 index 00000000..d6d7017c --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/08_kwaliteitszorg.Rmd @@ -0,0 +1,24 @@ +# Kwaliteitszorg + +- Zorg bij de veldstaalname dat de staalnamelocatie effectief slik is. + Door het dynamische karakter van estuariene natuur kan dit in praktijk niet overeenkomen met vooraf bepaalde sliklocaties. + In het veld kan daarom de exacte locatie nog licht verschoven worden (naar effectieve slikoppervlakken). + De aangepaste locatie wordt ingemeten met de trimble-gps. + +- Volg nauwgezet de gedocumenteerde staalnamemethodiek om reproduceerdbaare resultaten te bekomen. + +- Check vooraf of alle staalnamepotjes/zakjes correct gelabeld zijn. + +- Check of alle gps-coördinaten correct ingemeten zijn. + +- Zorg dat de monsters goed gekoeld blijven tijdens transport. + +```{=html} + +``` + diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/09_veiligheid.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/09_veiligheid.Rmd new file mode 100644 index 00000000..dba35407 --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/09_veiligheid.Rmd @@ -0,0 +1,9 @@ +# Veiligheid + +```{=html} + +``` + +De staalname in intertidaal gebied gebeurt steeds met minstens twee personen. Draag gepaste kleding om in een intergetijdengebied te werken. Controleer vooraf de getijden en kies bij voorkeur een afgaand getij om voldoende tijd en veiligheid te garanderen. Let extra op in nieuw ontwikkelende gebieden, en consulteer mensen die het gebied kennen. diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/10_samenvatting.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/10_samenvatting.Rmd new file mode 100644 index 00000000..4e929509 --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/10_samenvatting.Rmd @@ -0,0 +1,71 @@ +# Samenvatting + +```{=html} + +``` + +Een samenvatting van de te volgen stappen: + +**Voorbereiding** + +1. Een relevant staalname design wordt bepaald (replicaten, aantal bemonsteringen). + +2. De puntlocaties in het veld worden bepaald op basis van luchtfoto's van het slikoppervlak binnen het studiegebied. + +3. Label de potjes/zakjes voor de veldstaalname met de code van het staalnamepunt, gevolgd door \_a en \_b voor de 2 replicaten per staalnamepunt. + De toewijzing mag random gebeuren. + +**Veldstaalname** + +1. Via de trimble-gps worden puntlocaties gezocht (deze kunnen licht verschoven worden obv de actuele situatie in het veld). + Bijkomende punten worden ingemeten met de trimble-gps. + +2. Per staalnamepunt worden 2 replicaten genomen (op max 15 cm van het vastgelegde punt). + Replicaten worden op ± 15 cm van elkaar genomen. + +3. De benthossteekbuis minimum 7 cm diep verticaal in het slik gestoken. + Verwijder de buis uit het slik en duw de inhoud via de stamper in het daarvoor voorziene potje/zakje. + De 2 replicaten worden in aparte potjes/zakjes bewaard. + +4. Bewaar de stalen tijdens transport in een koelbox (4-10 °C). + +5. Bewaar de stalen in het labo in een koelkast (4 °C) tot het moment van verwerking. + +**Verwerking in het labo** (idealiter binnen 3 dagen na staalname) + +1. Zeef het staal boven een spoelbak met de zeef met maaswijdte 212 µm. + +2. Breng het sediment weerhouden door de zeef (212 µm) over in een witte trieerbak met water. + +3. Zeef het staal boven een spoelbek met de zeef met maaswijdte 125 µm. + +4. Breng het sediment weerhouden door de zeef (125 µm) over in een pot met een kleine hoeveelheid water om het sediment vochtig te houden. + +5. Bekijk de inhoud van de witte trieerbak (212 µm zeef) onder een sterk licht. + +6. Bekijk de inhoud van de 125 µm-zeef onder een binoculaire microscoop. + +7. De knijtenlarven worden handmatig uitgetrieerd en geteld volgens instar-klassen. + +Bepaling benthosbiomassa + +1. De monsters worden in kroesjes geplaatst. + +2. Controleer bij het opzetten van de droogstof of de temperatuur op 105 °C staat. + +3. De kroesjes worden warm gewogen op een analytische balans. + +4. Noteer het drooggewicht. + +5. Plaats de kroesjes in een moffeloven gedurende 2 uur op 550 °C. + De oven heeft een aanlooptijd van 2 uur om op temperatuur te komen. + +6. De kroesjes worden warm gewogen op een analytische balans. + +7. Noteer het asgewicht. + +8. Noteer het asvrije drooggewicht (=drooggewicht - asgewicht). + Dit is de biomassa van het benthos. diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/11_referenties.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/11_referenties.Rmd new file mode 100644 index 00000000..904a1723 --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/11_referenties.Rmd @@ -0,0 +1,9 @@ +# Referenties {.unnumbered} + +::: {#refs} +\item +::: + +Van Ryckegem, G., Van de Meutter, F., Vandevoorde, B., Vanoverbeke, J., Jocque, M., Mertens, W., & Van den Bergh, E. (2021). Knijtenoverlast in Gentbrugge: ecologische kennisopbouw en doeltreffendheid van maatregelen. (Rapporten van het Instituut voor Natuur- en Bosonderzoek; Nr. 25). Instituut voor Natuur- en Bosonderzoek. + +Van Ryckegem, G., Vanoverbeke, J., Van de Meutter, F., Vandevoorde, B., Mertens, A., Mertens, W., Van Braeckel, A., Van Thuyne, G., Maesele, R., Smeekens, V., Thibau, K., Bezdenjesnji, O., Buerms, D., Coudenys, A., De Regge, N., Hessel, K., Lefranc, C., Soors, J., & Van Lierop, F. (2025). MONEOS ‐ geïntegreerd datarapport INBO: toestand Zeeschelde 2024: Monitoringsoverzicht en 1ste lijnsrapportage Geomorfologie, diversiteit Habitats en diversiteit Soorten. (Rapporten van het Instituut voor Natuur- en Bosonderzoek; Nr. 73). Instituut voor Natuur- en Bosonderzoek. diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/12_appendices.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/12_appendices.Rmd new file mode 100644 index 00000000..6e318a12 --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/12_appendices.Rmd @@ -0,0 +1,73 @@ +# (APPENDIX) Bijlagen {.unnumbered} + +## **Overzicht van staalnames met QuickScan methode** {.unnumbered} + +De voornaamste gebieden die door het INBO bemonsterd werden met de quick scan methodiek zijn Groot Schoor Hamme, Wijmeers, en Klein Broek. +Zowel de ligging van de staalnamepunten als het aantal punten zijn doorheen de jaren aangepast naargelang de evolutie van de gebieden en nieuwe onderzoeksvragen. + +### Klein Broek (staalname 2025) {.unnumbered} + +De selectie van de vaste staalnamepunten gebeurde op basis van drie criteria: + +1. zones die na realisatie van de ontpoldering als hoog slik of potentieel pionierschor gekarakteriseerd zijn, + +2. zones waar meer dan 5 cm sedimentatie is opgetreden tussen oktober 2023 en januari 2024, en + +3. locaties waar op dronebeelden een microfytobenthosfilm zichtbaar was. + +Binnen deze potentiële zones werden tien staalnamepunten geselecteerd, en tien bijkomende punten buiten deze zones, maar in delen die wel voldeden aan de criteria hoog slik en sedimentatie (Figuur \@ref(fig:Figuur1)). +Deze staalnamepunten werden aangevuld met een hoogteraai (6 punten op een hoogtegradiënt variërend van 6.00 tot 4.00 mTAW). + +Sinds 2025 richt de monitoring in Klein Broek zich op de effecten van mitigatiemaatregelen. +Specifiek worden de effecten van droogzetting/ inundatie /alle toekomstige geplande veranderingen op de populatie knijten gevolgd. + +```{r Figuur1, fig.cap="Staalnamepunten in Klein Broek (rood). De hoogteraai is aangeduid met een rode streep. Locaties van peilbuizen zijn in het groen aangeduid."} +include_graphics("./media/Klein_Broek.png") +``` + +### Groot Schoor Hamme (2022-2025) {.unnumbered} + +INBO monitorde in 2022 de knijtenlarven op de uitgelegde hoogteraaien ‘c’ en ‘e’, en in 2023 ook op een extra tussenliggende raai ‘d’. +Bijkomend werden er 8 extra punten geselecteerd vanaf 2024, waarbij telkens een punt aan de schorrand en één in het schor is gelegd (Figuur \@ref(fig:Figuur2)). +Het huidige aantal staalnamepunten ligt hierbij op 24. + +```{r Figuur2, fig.cap="Staalnamepunten in Groot Schoor Hamme."} +include_graphics("./media/Groot_Schoor.png") +``` + +### Wijmeers (2023-2024) {.unnumbered} + +De vaste staalnamepunten in Wijmeers werden initieel geselecteerd op basis van luchtfoto’s en nadien bijgesteld tijdens een terreinbezoek in 2023. +Tijdens dit terreinbezoek werd voornamelijk in het westelijke deel van het gebied geschikt habitat voor knijten vastgesteld. +Vanaf 2024 werden bijkomende punten toegevoegd naar aanleiding van meldingen van knijten in de omgeving, ondanks de afwezigheid van larven in de oorspronkelijke stalen. +In totaal zijn er twintig staalnamepunten, waarvan er tien in de westelijke zone liggen en tien verspreid over andere zones met potentieel geschikt habitat (Figuur \@ref(fig:Figuur3)). + +```{r Figuur3, fig.cap="Staalnamepunten in Wijmeers."} +include_graphics("./media/Wijmeers.png") +``` + +### Slikgebieden Zeeschelde {.unnumbered} + +In de slikgebieden van de Zeeschelde heeft de QuickScan als doel het aantonen dat ook in de Zeeschelde grote bronpopulaties van knijten kunnen voorkomen. + +Binnen elk ‘hotspot’ gebied worden drie geschikte locaties geselecteerd, gebaseerd op luchtfoto’s en kenmerken zoals hoog, laagdynamische slik met een korte overstromingsduur en een zichtbare laag groenalgen. +Staalnames gebeuren verder volgens de QuickScan methode hierboven uitgelegd. + +Op basis van deze criteria werden 14 potentiële hotspots geselecteerd langs de Schelde (stroomopwaarts van Antwerpen) en de Durmemonding: Rupelmondse Kreek, Notelaer 1 - 2, kijkverdriet, temsebrug, Weert, Branst, Haven Moerzeke (Vlassenbroek), Dendermonde, Zele, Appels, en Durme 1-2. +Door tijdslimieten zijn 10 van de 13 locaties effectief bemonsterd (Figuur \@ref(fig:Figuur4)). +Rupelmondse Kreek, Moerzeke, en Branst zijn niet genomen. + +```{r Figuur4, fig.cap="Geselecteerde ‘hotspot’ locaties langs de Zeeschelde."} +include_graphics("./media/Zeeschelde.png") +``` + +### Burchtse Weel {.unnumbered} + +Deze staalnamecampagne had als doel te evalueren of knijtenlarven aanwezig zijn in de slikken binnen de recent herstelde slik- en schorhabitats langs de Schelde, gelegen vóór de Burchtse Weel. + +Er werden 4 staalnamepunten bemonsterd in de slikken aan de Scheldekant. +Daarnaast werden tien staalnamepunten in de Burchtse Weel zelf bemonsterd, waarbij telkens één punt op de schorrand en één punt in het aangrenzende open slik werd genomen (Figuur \@ref(fig:Figuur5)). + +```{r Figuur5, fig.cap="Staalnamepunten in Burchtse Weel."} +include_graphics("./media/Burchtse_Weel.png") +``` diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/13_subprotocols.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/13_subprotocols.Rmd new file mode 100644 index 00000000..82f367e3 --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/13_subprotocols.Rmd @@ -0,0 +1,21 @@ +```{r, results="asis"} +if (exists("params")) { + if (!is.null(params$dependencies)) { + mdfiles <- paste0(map_chr(params$dependencies, "protocol_code"), + "-", + map_chr(params$dependencies, "version_number"), + ".md") + child_docs <- file.path(map_chr(params$dependencies, "version_number"), + mdfiles) + + child_docs <- child_docs[map_lgl(params$dependencies, "appendix")] + + if (length(child_docs) > 0) { + res <- map(child_docs, knit_child, quiet = TRUE) + cat( + c("# (PART) Subprotocols {.unnumbered}", "", unlist(res)), sep = "\n" + ) + } + } +} +``` diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/LICENSE.md b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/LICENSE.md new file mode 100644 index 00000000..bed44e07 --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/LICENSE.md @@ -0,0 +1,159 @@ +# Creative Commons Attribution 4.0 International + +Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. + +### Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. + +* __Considerations for licensors:__ Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. [More considerations for licensors](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensors). + +* __Considerations for the public:__ By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. [More considerations for the public](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensees). + +## Creative Commons Attribution 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. + +### Section 1 – Definitions. + +a. __Adapted Material__ means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + +b. __Adapter's License__ means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + +c. __Copyright and Similar Rights__ means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + +d. __Effective Technological Measures__ means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + +e. __Exceptions and Limitations__ means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + +f. __Licensed Material__ means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + +g. __Licensed Rights__ means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + +h. __Licensor__ means the individual(s) or entity(ies) granting rights under this Public License. + +i. __Share__ means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + +j. __Sui Generis Database Rights__ means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + +k. __You__ means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. + +### Section 2 – Scope. + +a. ___License grant.___ + + 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + + A. reproduce and Share the Licensed Material, in whole or in part; and + + B. produce, reproduce, and Share Adapted Material. + + 2. __Exceptions and Limitations.__ For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + + 3. __Term.__ The term of this Public License is specified in Section 6(a). + + 4. __Media and formats; technical modifications allowed.__ The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + + 5. __Downstream recipients.__ + + A. __Offer from the Licensor – Licensed Material.__ Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + + B. __No downstream restrictions.__ You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + + 6. __No endorsement.__ Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + +b. ___Other rights.___ + + 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this Public License. + + 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. + +### Section 3 – License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + +a. ___Attribution.___ + + 1. If You Share the Licensed Material (including in modified form), You must: + + A. retain the following if it is supplied by the Licensor with the Licensed Material: + + i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of warranties; + + v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + + B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + + C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + + 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License. + +### Section 4 – Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + +a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; + +b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and + +c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. + +### Section 5 – Disclaimer of Warranties and Limitation of Liability. + +a. __Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.__ + +b. __To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.__ + +c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. + +### Section 6 – Term and Termination. + +a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + +b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + +c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + +d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +### Section 7 – Other Terms and Conditions. + +a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + +b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. + +### Section 8 – Interpretation. + +a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + +b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + +c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + +d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. + +``` +Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at [creativecommons.org/policies](http://creativecommons.org/policies), Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. + +Creative Commons may be contacted at [creativecommons.org](http://creativecommons.org/). +``` diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/NEWS.md b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/NEWS.md new file mode 100644 index 00000000..300f932c --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/NEWS.md @@ -0,0 +1,22 @@ +# Wijzigingen t.o.v. vorige versies + +## [2026.02](../2026.02/index.html) + +- Eerste versie van het protocol + +```{=html} + +``` diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/_bookdown.yml b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/_bookdown.yml new file mode 100644 index 00000000..0987b662 --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/_bookdown.yml @@ -0,0 +1,33 @@ +book_filename: sfp_101_nl_quickscan_knijten_v.Rmd +delete_merged_file: true +rmd_files: +- index.Rmd +- NEWS.md +- 01_afhankelijkheden.Rmd +- 02_onderwerp.Rmd +- 03_beperkingen.Rmd +- 04_principe.Rmd +- 05_competenties.Rmd +- 06_benodigdheden.Rmd +- 07_werkwijze.Rmd +- 08_kwaliteitszorg.Rmd +- 09_veiligheid.Rmd +- 10_samenvatting.Rmd +- 11_referenties.Rmd +- 12_appendices.Rmd +- 13_subprotocols.Rmd +output_dir: ../../../../docs/sfp/1_water/sfp_101_nl_quickscan_knijten_v +language: + label: + fig: 'Figuur ' + tab: 'Tabel ' + eq: 'Vergelijking ' + thm: 'Theorema ' + lem: 'Lemma ' + def: 'Definitie ' + cor: 'Bijgevolg ' + prp: 'Propositie ' + ex: 'Voorbeeld ' + proof: 'Bewijs. ' + remark: 'Opmerking. ' + diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/_output.yml b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/_output.yml new file mode 100644 index 00000000..932a39a3 --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/_output.yml @@ -0,0 +1,17 @@ + +bookdown::gitbook: + split_by: none + split_bib: no + template: !expr protocolhelper:::protocol_css() + css: css/inbo_rapport.css + config: + toc: + before: + - + - + after: + -
  • +bookdown::pdf_book: + keep_tex: no + pandoc_args: --top-level-division=chapter + template: !expr protocolhelper:::protocol_tex() diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/index.Rmd b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/index.Rmd new file mode 100644 index 00000000..ca7fa2aa --- /dev/null +++ b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/index.Rmd @@ -0,0 +1,124 @@ +--- +title: Veldstaalnameprotocol quickscan knijtenlarven +author: +- name: + given: Anouk + family: Organe + email: anouk.organe@inbo.be + orcid: 0009-0006-1202-1863 + affiliation: Instituut voor Natuur- en Bosonderzoek (INBO) + corresponding: true +- name: + given: Frank + family: Van De Meutter + email: frank.vandemeutter@inbo.be + orcid: 0000-0002-9850-1860 + affiliation: Instituut voor Natuur- en Bosonderzoek (INBO) +- name: + given: Merlijn + family: Jocqué + email: merlijn.jocque@inbo.be + orcid: 0000-0002-7196-7476 + affiliation: Instituut voor Natuur- en Bosonderzoek (INBO) +reviewer: +- name: + given: Florian + family: Van Hecke + email: florian.vanhecke@inbo.be + orcid: 0009-0004-3499-2279 + affiliation: Instituut voor Natuur- en Bosonderzoek (INBO) +file_manager: +- name: + given: Toon + family: Westra + email: toon.westra@inbo.be + orcid: 0000-0003-2478-9459 + affiliation: Instituut voor Natuur- en Bosonderzoek (INBO) +keywords: knijten; Culicoides; veldstaalname; labo; estuaria; slikken +language: nl +lang: nl-BE +date: '`r Sys.Date()`' +protocol_code: sfp-101-nl +version_number: '2026.02' +template_name: sfp +theme: water +community: inbo +publisher: Instituut voor Natuur- en Bosonderzoek (INBO) +rightsholder: + - name: + given: Instituut voor Natuur- en Bosonderzoek (INBO) + email: info@inbo.be + ror: 00j54wy13 +funder: + - name: + given: Instituut voor Natuur- en Bosonderzoek (INBO) + email: info@inbo.be + ror: 00j54wy13 +site: bookdown::bookdown_site +bibliography: referenties.yaml +link-citations: true +license: CC-BY 4.0 +csl: https://raw.githubusercontent.com/citation-style-language/styles/master/research-institute-for-nature-and-forest.csl +--- + +```{=html} + +``` + +```{r setup, include=FALSE} +library(knitr) +opts_chunk$set( + echo = FALSE, + eval = TRUE, + dpi = 300, + fig.width = 150 / 25.4, + fig.height = 100 / 25.4, + out.width = "100%", + warning = FALSE, + error = TRUE, + message = FALSE +) +library(dplyr) +library(purrr) +library(protocolhelper) +library(pander) +panderOptions("table.alignment.default", "left") +metadata <- rmarkdown::metadata +path_to_protocol <- get_path_to_protocol(metadata$protocol_code) +type <- get_protocol_type(metadata$protocol_code, auto_identifier = TRUE) +``` + +# Metadata {.unnumbered} + +```{r metadata-table} +revs <- map_chr( + metadata[["reviewer"]], + \(x) x$name |> paste(collapse = " ") +) +fms <- map_chr( + metadata[["file_manager"]], + \(x) x$name |> paste(collapse = " ") +) +tibble( + reviewers = paste(revs, collapse = ", "), + documentbeheerder = fms, + protocolcode = metadata[["protocol_code"]], + versienummer = metadata[["version_number"]], + taal = metadata[["language"]], + thema = metadata[["theme"]] +) %>% + pander::pander(split.tables = Inf) +rm(revs, fms) +``` + +```{r results="asis"} +sprintf("Controleer [deze tabel](../%s.html){target=\"_blank\"} om te zien of een meer recente versie beschikbaar is.", type) |> cat() # nolint +``` diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Burchtse_Weel.png b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Burchtse_Weel.png new file mode 100644 index 00000000..3a9c04c4 Binary files /dev/null and b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Burchtse_Weel.png differ diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Groot_Schoor.png b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Groot_Schoor.png new file mode 100644 index 00000000..b98534c0 Binary files /dev/null and b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Groot_Schoor.png differ diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Klein_Broek.png b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Klein_Broek.png new file mode 100644 index 00000000..5ad56cf3 Binary files /dev/null and b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Klein_Broek.png differ diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Wijmeers.png b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Wijmeers.png new file mode 100644 index 00000000..1f99ec4e Binary files /dev/null and b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Wijmeers.png differ diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Zeeschelde.png b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Zeeschelde.png new file mode 100644 index 00000000..2771e90c Binary files /dev/null and b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/media/Zeeschelde.png differ diff --git a/source/sfp/1_water/sfp_101_nl_quickscan_knijten/referenties.yaml b/source/sfp/1_water/sfp_101_nl_quickscan_knijten/referenties.yaml new file mode 100644 index 00000000..e69de29b