diff --git a/README.md b/README.md index f8b74dc9..7d59c05f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -[![web application](https://github.com/NINAnor/ecRxiv/blob/main/docs/_ecrxiv_logo_hovedlogo_tekst_under.png?raw=true)](https://view.nina.no/ecRxiv/) +[![web application](https://github.com/NINAnor/ecRxiv/blob/main/docs/_ecrxiv_logo_hovedlogo_tekst_under.png?raw=true)](https://ecRxiv.com) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](docs/code_of_conduct.md) +# To browse ecosystem condition indicators, please visit the [ecRxiv web app](https://ecRxiv.com). + ## NEWS -The [ecRxiv web app](https://view.nina.no/ecRxiv/) is now available. +- ecRxiv was used to document ecosystem condition indicators for the Norwegian pilot condition account. The report can be found [here](https://www.miljodirektoratet.no/publikasjoner/2025/desember-2025/nasjonal-pilot-for-okologisk-tilstandsregnskap/) ## Rationale diff --git a/app/app.R b/app/app.R index d4f612d5..6c35b8e0 100644 --- a/app/app.R +++ b/app/app.R @@ -9,13 +9,15 @@ link_gh <- tags$a( target = "_blank" ) + data <- App_data #tags$head(tags$link(rel="shortcut icon", href="www/favicon.png")), ui <- navbarPage( + id = "nav", windowTitle = "ecRxiv", - + bg = "#FDE6D2", # --- Logo + title --- title = div( tags$img( @@ -24,12 +26,12 @@ ui <- navbarPage( height = 60 ) ), - + # --- Theme (Bootstrap 5 Minty) --- theme = bs_theme( version = 5, bootswatch = "minty" - ) |> + ) |> bs_add_rules( rules = " .navbar { @@ -37,34 +39,34 @@ ui <- navbarPage( } " ), - + # --- Background colour for the whole navbar --- inverse = TRUE, # keeps text light on dark bg collapsible = TRUE, - + # ====================== # NAV PANELS # ====================== - + tabPanel( "Start page", uiOutput("startpage") ), - + tabPanel( "Find indicator", DTOutput("indicatorTable") ), - + tabPanel( "Documentation", htmlOutput("documentation") ), - + # ====================== # RIGHT-SIDE MENU # ====================== - + nav_spacer(), navbarMenu( "Links", bslib::nav_item(link_gh) @@ -77,40 +79,40 @@ server <- function(input, output, session) { output$indicatorTable <- DT::renderDT( data |> dplyr::select(!c(html_file_rel, url,html_file_abs, file)) , - + selection = "single", filter = "top" ) - + # Automatically switch to documentation tab when a row is selected observeEvent(input$indicatorTable_rows_selected, { if (length(input$indicatorTable_rows_selected) > 0) { updateNavbarPage(session, inputId = "nav", selected = "Documentation") } }) - + output$documentation <- renderUI({ selected_row <- input$indicatorTable_rows_selected - + if (length(selected_row) == 0) return(NULL) - + selected_ID <- data$indicator_id[selected_row] html_rel <- data$html_file_rel[data$indicator_id == selected_ID] - + html_full <- normalizePath(file.path(app_dir, html_rel), mustWork = FALSE) - + if (!file.exists(html_full)) { return(tags$p("No documentation available for the selected indicator.")) } - + tags$iframe( src = html_rel, style = "width:100%; height:90vh; border:none;" ) }) - - - + + + output$startpage <- renderUI({ layout_columns( col_widths = c(6, 6, 6, 6), diff --git a/indicators/NO_AATS_001/README.md b/indicators/NO_AATS_001/README.md index 00631576..5a70e5dd 100644 --- a/indicators/NO_AATS_001/README.md +++ b/indicators/NO_AATS_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecological condition indicator **NO_AATS_001** (Absence of alien coniferous tree species - Fravær av fremmede bartreslag). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_AATS_001/R/NO_AATS_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_AATS_001/R/NO_AATS_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_ALIE_001/README.md b/indicators/NO_ALIE_001/README.md index 8cebf7c5..2d04d848 100644 --- a/indicators/NO_ALIE_001/README.md +++ b/indicators/NO_ALIE_001/README.md @@ -1,2 +1,2 @@ This folder contains the documentation for the ecological condition indicator **NO_ALIE_001**. -For a readable description of the indicator, [see here](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_ALIE_001/R/NO_ALIE_001.html) or look it up in the [ecRxiv web app](https://view.nina.no/ecRxiv/). +For a readable description of the indicator, [see here](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_ALIE_001/R/NO_ALIE_001.html) or look it up in the [ecRxiv web app](https://ecRxiv.com). diff --git a/indicators/NO_ALIE_002-005/README.md b/indicators/NO_ALIE_002-005/README.md index f78799e2..1a5a2e5f 100644 --- a/indicators/NO_ALIE_002-005/README.md +++ b/indicators/NO_ALIE_002-005/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the four ecological condition indicators **NO_ALIE_002** to **005**. -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_ALIE_002-005/R/NO_ALIE_002-005.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_ALIE_002-005/R/NO_ALIE_002-005.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_BFLY_001_002/README.md b/indicators/NO_BFLY_001_002/README.md index 11d9898f..7a66b191 100644 --- a/indicators/NO_BFLY_001_002/README.md +++ b/indicators/NO_BFLY_001_002/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecological condition indicators **NO_BFLY_001** and **NO_BFLY_002**. -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_BFLY_001_002/R/NO_BFLY_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_BFLY_001_002/R/NO_BFLY_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_BIRD_001-004/README.md b/indicators/NO_BIRD_001-004/README.md index 9f773bcc..3a6ebdab 100644 --- a/indicators/NO_BIRD_001-004/README.md +++ b/indicators/NO_BIRD_001-004/README.md @@ -1,4 +1,4 @@ This folder contains the documentation for the ecological condition indicator **NO_BIRD_001-004**. -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_BIRD_001-004/R/NO_BIRD_001-004.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_BIRD_001-004/R/NO_BIRD_001-004.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_BUMB_001_002/README.md b/indicators/NO_BUMB_001_002/README.md index fee7aca6..11577c24 100644 --- a/indicators/NO_BUMB_001_002/README.md +++ b/indicators/NO_BUMB_001_002/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecological condition indicator **NO_BUMB_001** and **NO_BUMB_002**. -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_BUMB_001_002/R/NO_BUMB_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_BUMB_001_002/R/NO_BUMB_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_CONN_001/README.md b/indicators/NO_CONN_001/README.md index a6b23748..ba1b177a 100644 --- a/indicators/NO_CONN_001/README.md +++ b/indicators/NO_CONN_001/README.md @@ -1,2 +1,2 @@ This folder contains the documentation for the ecological condition indicator **NO_CONN_001**. -For a readable description of the indicator, [see here](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_CONN_001/R/NO_CONN_001.html) or look it up in the [ecRxiv web app](https://view.nina.no/ecRxiv/). +For a readable description of the indicator, [see here](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_CONN_001/R/NO_CONN_001.html) or look it up in the [ecRxiv web app](https://ecRxiv.com). diff --git a/indicators/NO_DTVS_001/README.md b/indicators/NO_DTVS_001/README.md index f539437b..d8a3365a 100644 --- a/indicators/NO_DTVS_001/README.md +++ b/indicators/NO_DTVS_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecological condition indicator **NO_DTVS_001**. -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_DTVS_001/R/NO_DTVS_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_DTVS_001/R/NO_DTVS_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_FUNC_001-004/README.md b/indicators/NO_FUNC_001-004/README.md index 7c14e9e7..f14f1c35 100644 --- a/indicators/NO_FUNC_001-004/README.md +++ b/indicators/NO_FUNC_001-004/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the four ecological condition indicators **NO_FUNC_001** up to **NO_FUNC_004**. -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_FUNC_001-004/R/NO_FUNC_001-004.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_FUNC_001-004/R/NO_FUNC_001-004.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_GJEN_001/README.md b/indicators/NO_GJEN_001/README.md index ea340ff4..16d602e1 100644 --- a/indicators/NO_GJEN_001/README.md +++ b/indicators/NO_GJEN_001/README.md @@ -1,2 +1,2 @@ This folder contains the documentation for the ecological condition indicator **NO_GJEN_001**. -For a readable description of the indicator, [see here](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_GJEN_001/R/NO_GJEN_001.html) or look it up in the [ecRxiv web app](https://view.nina.no/ecRxiv/). +For a readable description of the indicator, [see here](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_GJEN_001/R/NO_GJEN_001.html) or look it up in the [ecRxiv web app](https://ecRxiv.com). diff --git a/indicators/NO_GJEN_002/README.md b/indicators/NO_GJEN_002/README.md index b50d6b2a..2c0dcd2d 100644 --- a/indicators/NO_GJEN_002/README.md +++ b/indicators/NO_GJEN_002/README.md @@ -1,2 +1,4 @@ This folder contains the documentation for the ecological condition indicator **NO_GJEN_002**. -For a readable description of the indicator, [see here](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_GJEN_002/R/NO_GJEN_002.html) or look it up in the [ecRxiv web app](https://view.nina.no/ecRxiv/). + + +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_GJEN_002/R/NO_GJEN_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. \ No newline at end of file diff --git a/indicators/NO_GLAC_001/README.md b/indicators/NO_GLAC_001/README.md index 54a7354b..c22c65e6 100644 --- a/indicators/NO_GLAC_001/README.md +++ b/indicators/NO_GLAC_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecological condition indicator **NO_GLAC_001**. -se this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_GLAC_001/R/NO_GLAC_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +se this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_GLAC_001/R/NO_GLAC_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_LTFA_001/README.md b/indicators/NO_LTFA_001/README.md index ab4ef393..8ba51b53 100644 --- a/indicators/NO_LTFA_001/README.md +++ b/indicators/NO_LTFA_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecological condition indicator **NO_LTFA_001**. -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_LTFA_001/R/NO_LTFA_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_LTFA_001/R/NO_LTFA_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_MLFA_001/README.md b/indicators/NO_MLFA_001/README.md index f889a2e6..801dd5e9 100644 --- a/indicators/NO_MLFA_001/README.md +++ b/indicators/NO_MLFA_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecological condition indicator **NO_MLFA_001**. -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_MLFA_001/R/NO_MLFA_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_MLFA_001/R/NO_MLFA_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_NIPR_001_002/README.md b/indicators/NO_NIPR_001_002/README.md index 88f47441..636bc95b 100644 --- a/indicators/NO_NIPR_001_002/README.md +++ b/indicators/NO_NIPR_001_002/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicator **NO_NIPR_001** (*waterbirds*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_NIPR_001/R/NO_NIPR_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. \ No newline at end of file +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_NIPR_001/R/NO_NIPR_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. \ No newline at end of file diff --git a/indicators/NO_POPO_001/README.md b/indicators/NO_POPO_001/README.md index 06ae4ee0..386877ed 100644 --- a/indicators/NO_POPO_001/README.md +++ b/indicators/NO_POPO_001/README.md @@ -1,2 +1,2 @@ This folder contains the documentation for the ecological condition indicator **NO_POPO_001**. -For a readable description of the indicator, [see here](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_POPO_001/R/NO_POPO_001.html) or look it up in the [ecRxiv web app](https://view.nina.no/ecRxiv/). +For a readable description of the indicator, [see here](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_POPO_001/R/NO_POPO_001.html) or look it up in the [ecRxiv web app](https://ecRxiv.com). diff --git a/indicators/NO_SALM_001/README.md b/indicators/NO_SALM_001/README.md index 94962a6e..7ab27dd5 100644 --- a/indicators/NO_SALM_001/README.md +++ b/indicators/NO_SALM_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicator **NO_SALM_001** (*Salmo salar*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_SALM_001/R/NO_SALM_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. \ No newline at end of file +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_SALM_001/R/NO_SALM_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. \ No newline at end of file diff --git a/indicators/NO_SLIT_001-004/README.md b/indicators/NO_SLIT_001-004/README.md index 14a8689c..aa5a8d66 100644 --- a/indicators/NO_SLIT_001-004/README.md +++ b/indicators/NO_SLIT_001-004/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the four ecological condition indicators **NO_SLIT_001** up to **NO_SLIT_004**. -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_SLIT_001-004/R/NO_SLIT_001-004.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_SLIT_001-004/R/NO_SLIT_001-004.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_TCCD_001_104/README.md b/indicators/NO_TCCD_001_104/README.md index 0696ddc9..10615510 100644 --- a/indicators/NO_TCCD_001_104/README.md +++ b/indicators/NO_TCCD_001_104/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the four ecological condition indicators **NO_TCCD_001** up to **NO_TCCD_004**. -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_TCCD_001_104/R/NO_TCCD_001_104.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_TCCD_001_104/R/NO_TCCD_001_104.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_TDTA_001/README.md b/indicators/NO_TDTA_001/README.md index 848af75a..0e8144da 100644 --- a/indicators/NO_TDTA_001/README.md +++ b/indicators/NO_TDTA_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecological condition indicator **NO_TDTA_001**. -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_TDTA_001/R/NO_TDTA_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_TDTA_001/R/NO_TDTA_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_URAQ_001-005/README.md b/indicators/NO_URAQ_001-005/README.md index a8ec628b..95f444e2 100644 --- a/indicators/NO_URAQ_001-005/README.md +++ b/indicators/NO_URAQ_001-005/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the four ecological condition indicators **NO_URAQ_001** up to **NO_URAQ_005**. -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_URAQ_001-005/R/NO_URAQ_001-005.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_URAQ_001-005/R/NO_URAQ_001-005.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_URGR_001-005/README.md b/indicators/NO_URGR_001-005/README.md index bfb7233d..39edd508 100644 --- a/indicators/NO_URGR_001-005/README.md +++ b/indicators/NO_URGR_001-005/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the four related ecological condition indicators **NO_URGR_001** to **NO_URGR_005**. -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_URGR_001-005/R/NO_URGR_001-005.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_URGR_001-005/R/NO_URGR_001-005.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_WAIP_001/README.md b/indicators/NO_WAIP_001/README.md index 66514b1c..d19d9f87 100644 --- a/indicators/NO_WAIP_001/README.md +++ b/indicators/NO_WAIP_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicator **NO_WAIP_001** (*Acidification Index Periphyton*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WAIP_001/R/NO_WAIP_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WAIP_001/R/NO_WAIP_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_WAMI_001/README.md b/indicators/NO_WAMI_001/README.md index 6662b3ae..367c7504 100644 --- a/indicators/NO_WAMI_001/README.md +++ b/indicators/NO_WAMI_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicator **NO_WAMI_001** (*River Acidification Macroinvertebrate Index*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WAMI_001/R/NO_WAMI_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WAMI_001/R/NO_WAMI_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_WANC_001_002/README.md b/indicators/NO_WANC_001_002/README.md index 73e64fa1..fb1b196a 100644 --- a/indicators/NO_WANC_001_002/README.md +++ b/indicators/NO_WANC_001_002/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicators **NO_WANC_001** and **NO_WANC_002** (*acid-neutralising capacity*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WANC_001_002/R/NO_WANC_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WANC_001_002/R/NO_WANC_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_WCHL_001/README.md b/indicators/NO_WCHL_001/README.md index 744c6d59..51bd52e6 100644 --- a/indicators/NO_WCHL_001/README.md +++ b/indicators/NO_WCHL_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicator **NO_WCHL_001** (*chlorophyll a*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WCHL_001/R/NO_WCHL_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WCHL_001/R/NO_WCHL_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_WECO_001-012/README.md b/indicators/NO_WECO_001-012/README.md index 28d72a12..f806cb1f 100644 --- a/indicators/NO_WECO_001-012/README.md +++ b/indicators/NO_WECO_001-012/README.md @@ -1,2 +1,2 @@ This folder contains the documentation for the [ecosystem condition](https://github.com/NINAnor/ecRxiv) indicators **NO_WECO_001--012** (*ecological status of surface water*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WECO_001-012/R/NO_WECO_001-012.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WECO_001-012/R/NO_WECO_001-012.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_WLAL_001_002/README.md b/indicators/NO_WLAL_001_002/README.md index 21c9c8aa..eed232d8 100644 --- a/indicators/NO_WLAL_001_002/README.md +++ b/indicators/NO_WLAL_001_002/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicators **NO_WLAL_001** and **NO_WLAL_002** (*labile aluminium*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WLAL_001_002/R/NO_WLAL_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WLAL_001_002/R/NO_WLAL_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_WLEV_001/README.md b/indicators/NO_WLEV_001/README.md index 3aa0c829..b59be3a8 100644 --- a/indicators/NO_WLEV_001/README.md +++ b/indicators/NO_WLEV_001/README.md @@ -1,2 +1,2 @@ This folder contains the documentation for the ecosystem condition indicator **NO_WLEV_001** (*water level regulation*). -For a readable description of the indicator, [see here](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WLEV_001/R/NO_WLEV_001.html) or look it up in the [ecRxiv web app](https://view.nina.no/ecRxiv/). +For a readable description of the indicator, [see here](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WLEV_001/R/NO_WLEV_001.html) or look it up in the [ecRxiv web app](https://ecRxiv.com). diff --git a/indicators/NO_WPHX_001_002/README.md b/indicators/NO_WPHX_001_002/README.md index 7fe7ca7b..4e1c69da 100644 --- a/indicators/NO_WPHX_001_002/README.md +++ b/indicators/NO_WPHX_001_002/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicators **NO_WPHX_001** and **NO_WPHX_002** (*water pH*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WPHX_001_002/R/NO_WPHX_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WPHX_001_002/R/NO_WPHX_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_WPIT_001/README.md b/indicators/NO_WPIT_001/README.md index 891f8d69..98e8303a 100644 --- a/indicators/NO_WPIT_001/README.md +++ b/indicators/NO_WPIT_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicator **NO_WPIT_001** (*Periphyton Index of Trophic status*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WPIT_001/R/NO_WPIT_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WPIT_001/R/NO_WPIT_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_WPPB_001/README.md b/indicators/NO_WPPB_001/README.md index 41af951d..87353a66 100644 --- a/indicators/NO_WPPB_001/README.md +++ b/indicators/NO_WPPB_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicator **NO_WPPB_001** (*phytoplankton biomass*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WPPB_001/R/NO_WPPB_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WPPB_001/R/NO_WPPB_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_WPTI_001/README.md b/indicators/NO_WPTI_001/README.md index 0cda0bab..4bec75b5 100644 --- a/indicators/NO_WPTI_001/README.md +++ b/indicators/NO_WPTI_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicator **NO_WPTI_001** (*Phytoplankton Trophic Index*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WPTI_001/R/NO_WPTI_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WPTI_001/R/NO_WPTI_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_WSPT_001/README.md b/indicators/NO_WSPT_001/README.md index bd3a307a..8195a396 100644 --- a/indicators/NO_WSPT_001/README.md +++ b/indicators/NO_WSPT_001/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicator **NO_WSPT_001** (*ASPT*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WSPT_001/R/NO_WSPT_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WSPT_001/R/NO_WSPT_001.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_WTNX_001_002/README.md b/indicators/NO_WTNX_001_002/README.md index db8bd36b..5f9dd328 100644 --- a/indicators/NO_WTNX_001_002/README.md +++ b/indicators/NO_WTNX_001_002/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicators **NO_WTNX_001** and **NO_WTNX_002** (*total nitrogen*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WTNX_001_002/R/NO_WTNX_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WTNX_001_002/R/NO_WTNX_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app. diff --git a/indicators/NO_WTPX_001_002/README.md b/indicators/NO_WTPX_001_002/README.md index 69d844fd..57526d7b 100644 --- a/indicators/NO_WTPX_001_002/README.md +++ b/indicators/NO_WTPX_001_002/README.md @@ -1,3 +1,3 @@ This folder contains the documentation for the ecosystem condition indicators **NO_WTPX_001** and **NO_WTPX_002** (*total phosphorus*). -Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WTPX_001_002/R/NO_WTPX_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://view.nina.no/ecRxiv/) web app. +Use this [![link](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/directLink2.svg)](https://raw.githack.com/NINAnor/ecRxiv/main/indicators/NO_WTPX_001_002/R/NO_WTPX_001_002.html) for a readable description of the indicator, or look it up in the [![ecRxiv web app](https://raw.githubusercontent.com/NINAnor/ecRxiv/main/docs/_ecrxiv_logo_mono_svart_small.svg)](https://ecRxiv.com) web app.