From 491798903c4aed602da6c2a8d56f44e777e67045 Mon Sep 17 00:00:00 2001 From: chreman Date: Wed, 11 Feb 2026 13:16:57 +0100 Subject: [PATCH 01/27] config update --- server/preprocessing/conf/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/preprocessing/conf/config.ini b/server/preprocessing/conf/config.ini index 56de127b3..a4d503026 100644 --- a/server/preprocessing/conf/config.ini +++ b/server/preprocessing/conf/config.ini @@ -32,7 +32,7 @@ storage_path = "/path/to/storage/" snapshot_php = "server/services/snapshot/headstart_snapshot.php" # snapshot_local_protocol fallback for non-server environments snapshot_local_protocol = "http://" -# chrome executable path (optional, only needed if puppeteer cannot find chrome automatically) +# chrome executable path optional, only needed if puppeteer cannot find chrome automatically chrome_executable_path = "/path/to/chrome" From 6869c4dd613ac584d446c0f757acbd0def09043e Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 12 Mar 2026 12:40:33 +0100 Subject: [PATCH 02/27] refactor: remove the fill_dois function --- server/preprocessing/other-scripts/openaire.R | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/server/preprocessing/other-scripts/openaire.R b/server/preprocessing/other-scripts/openaire.R index c8a66d014..b7b3d4706 100644 --- a/server/preprocessing/other-scripts/openaire.R +++ b/server/preprocessing/other-scripts/openaire.R @@ -52,11 +52,6 @@ get_papers <- function(query, params) { funder = funder, format = 'xml') pubs_metadata <- parse_response(response) - # FYI: The deactivation of the fill_dois() function is a hotfix - # to enable creation of OpenAIRE project maps - # TODO: root cause analysis of failure mode - # TODO: refactor/replace/remove the function, decision pending - #pubs_metadata <- fill_dois(pubs_metadata) }, error = function(err){ olog$warn(paste0("vis_id:", .GlobalEnv$VIS_ID, "publications: ", err)) @@ -193,34 +188,6 @@ parse_response <- function(response) { } } -fill_dois <- function(df) { - missing_doi_indices <- which(is.na(df$doi)) - titles <- df[missing_doi_indices,]$title - if (exists("DEBUG") && DEBUG) { - olog$debug(paste("Missing DOIs:", length(titles))) - olog$debug("Time for filling missing DOIs") - olog$debug(system.time(cr_works(query=queries(titles), async=TRUE))) - } - tryCatch({ - if (length(titles) > 1) { - response <- cr_works(query=queries(titles)) - candidates <- lapply(response, get_doi_candidates) - dois <- mapply(check_distance, titles, candidates, USE.NAMES=FALSE) - } else if (length(titles) == 1) { - response <- cr_works(flq=c('query.title'=titles))$data - candidate_response = response[1,] - dois <- check_distance(titles, candidate_response) - } else { - dois <- "" - } - df$doi[c(missing_doi_indices)] <- dois - }, error=function(err){ - olog$error(paste("vis_id:", .GlobalEnv$VIS_ID, "DOI enrichment failed:", paste(err))) - } - ) - return (df) -} - get_doi_candidates <- function(response){ if (nrow(response) >= 1) { candidate = response[1,c('doi', 'title')] From 0a9e32bbfa361c59f94d8e06ab46157b319d8f8f Mon Sep 17 00:00:00 2001 From: andrei Date: Tue, 10 Feb 2026 17:36:35 +0100 Subject: [PATCH 03/27] bugfix: snapshots configuration --- local_dev/config_local_headstart.ini | 2 ++ server/preprocessing/conf/config.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/local_dev/config_local_headstart.ini b/local_dev/config_local_headstart.ini index d1d7c8b11..7c5b58101 100644 --- a/local_dev/config_local_headstart.ini +++ b/local_dev/config_local_headstart.ini @@ -35,6 +35,8 @@ snapshot_php = "headstart/server/services/snapshot/headstart_snapshot.php" snapshot_local_protocol = "http://" # Size of thumbnail width snapshot_width = "1200px" +# chrome executable path optional, only needed if puppeteer cannot find chrome automatically +chrome_executable_path = "/path/to/chrome" [connection] # PostgreSQL database diff --git a/server/preprocessing/conf/config.ini b/server/preprocessing/conf/config.ini index 56de127b3..a4d503026 100644 --- a/server/preprocessing/conf/config.ini +++ b/server/preprocessing/conf/config.ini @@ -32,7 +32,7 @@ storage_path = "/path/to/storage/" snapshot_php = "server/services/snapshot/headstart_snapshot.php" # snapshot_local_protocol fallback for non-server environments snapshot_local_protocol = "http://" -# chrome executable path (optional, only needed if puppeteer cannot find chrome automatically) +# chrome executable path optional, only needed if puppeteer cannot find chrome automatically chrome_executable_path = "/path/to/chrome" From 8703cefa3dba0bb762b46589b18be303d961cfa4 Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 12 Mar 2026 14:03:34 +0100 Subject: [PATCH 04/27] refactor: rename document to resources in Context line --- vis/js/i18n/localization.ts | 26 ++--- .../templates/modals/infomodal/BaseInfo.tsx | 2 +- .../modals/infomodal/OpenAireInfo.tsx | 34 +++---- .../templates/modals/infomodal/OrcidInfo.tsx | 98 ++++++++++--------- .../templates/modals/infomodal/PubMedInfo.tsx | 3 +- .../subcomponents/StandardKMInfo.tsx | 88 ++++++++++------- .../subcomponents/StandardSGInfo.tsx | 26 +++-- 7 files changed, 146 insertions(+), 131 deletions(-) diff --git a/vis/js/i18n/localization.ts b/vis/js/i18n/localization.ts index 7929e1f17..4ca4bf4f5 100644 --- a/vis/js/i18n/localization.ts +++ b/vis/js/i18n/localization.ts @@ -156,7 +156,7 @@ export const localization: { geomap_label: "Geo Map of", custom_title_explanation: "This is a custom title. Please see the info button for more information. Original query:", - articles_label: "documents", + articles_label: "resources", most_recent_label: "most recent", most_relevant_label: "most relevant", most_relevant_tooltip: @@ -168,7 +168,7 @@ export const localization: { documenttypes_label: "Document types", readers_count_label: "readers", documenttypes_tooltip: - "The following document types were taken into consideration in the creation of this visualization (not all of them may appear in the visualization):", + "The following resource types were taken into consideration in the creation of this visualization (not all of them may appear in the visualization):", area: "Area", items: "items", backlink: "← Back to overview", @@ -257,7 +257,7 @@ export const localization: { "Dieser Titel wurde manuell geändert. Die Original-Suche lautet:", most_recent_label: "neueste", most_relevant_label: "relevanteste", - articles_label: "Artikel", + articles_label: "ressourcen", source_label: "Quelle", resulttype_label: "Dokumentart", documenttypes_label: "Publikationsarten", @@ -392,18 +392,18 @@ export const localization: { items: "items", high_metadata_quality: "Data quality", high_metadata_quality_desc_base: - "This visualization only includes documents with an abstract (min. 300 characters). High metadata quality significantly improves the quality of your visualization.", + "This visualization only includes resources with an abstract (min. 300 characters). High metadata quality significantly improves the quality of your visualization.", high_metadata_quality_desc_pubmed: - "This visualization only includes documents with an abstract. High metadata quality significantly improves the quality of your visualization.", + "This visualization only includes resources with an abstract. High metadata quality significantly improves the quality of your visualization.", high_metadata_quality_desc_aquanavi: - "This visualization only includes documents with an abstract (min. 300 characters). High metadata quality significantly improves the quality of your visualization.", + "This visualization only includes resources with an abstract (min. 300 characters). High metadata quality significantly improves the quality of your visualization.", low_metadata_quality: "Data quality", low_metadata_quality_desc_base: - "This visualization includes documents with and without an abstract. Low metadata quality may significantly reduce the quality of your visualization.", + "This visualization includes resources with and without an abstract. Low metadata quality may significantly reduce the quality of your visualization.", low_metadata_quality_desc_pubmed: - "This visualization includes documents with and without an abstract. Low metadata quality may significantly reduce the quality of your visualization.", + "This visualization includes resources with and without an abstract. Low metadata quality may significantly reduce the quality of your visualization.", low_metadata_quality_desc_aquanavi: - "This visualization includes documents with and without an abstract. Low metadata quality may significantly reduce the quality of your visualization.", + "This visualization includes resources with and without an abstract. Low metadata quality may significantly reduce the quality of your visualization.", time_frame_context_sg: "Please note that we remove time intervals with only a few associated papers during the computation of your streamgraph to increase its readability. As a result the time on the x-axis may not align with the time range you selected.", // metrics @@ -453,14 +453,14 @@ export const localization: { items: "items", high_metadata_quality: "Data quality", high_metadata_quality_desc_base: - "This visualization only includes documents with an abstract (min. 300 characters). High metadata quality significantly improves the quality of your visualization.", + "This visualization only includes resources with an abstract (min. 300 characters). High metadata quality significantly improves the quality of your visualization.", high_metadata_quality_desc_pubmed: - "This visualization only includes documents with an abstract. High metadata quality significantly improves the quality of your visualization.", + "This visualization only includes resources with an abstract. High metadata quality significantly improves the quality of your visualization.", low_metadata_quality: "Data quality", low_metadata_quality_desc_base: - "This visualization includes documents with and without an abstract. Low metadata quality may significantly reduce the quality of your visualization. ", + "This visualization includes resources with and without an abstract. Low metadata quality may significantly reduce the quality of your visualization. ", low_metadata_quality_desc_pubmed: - "This visualization includes documents with and without an abstract. Low metadata quality may significantly reduce the quality of your visualization. ", + "This visualization includes resources with and without an abstract. Low metadata quality may significantly reduce the quality of your visualization. ", time_frame_context_sg: "Please note that we remove time intervals with only a few associated papers during the computation of your streamgraph to increase its readability. As a result the time on the x-axis may not align with the time range you selected.", // metrics diff --git a/vis/js/templates/modals/infomodal/BaseInfo.tsx b/vis/js/templates/modals/infomodal/BaseInfo.tsx index 1b580cc8c..d8fb7c09e 100644 --- a/vis/js/templates/modals/infomodal/BaseInfo.tsx +++ b/vis/js/templates/modals/infomodal/BaseInfo.tsx @@ -27,7 +27,7 @@ const BaseInfo = ({ params }) => { serviceName="BASE" serviceDesc={ <> - BASE provides access to over 400 million documents from more than + BASE provides access to over 400 million resources from more than 10,000 content sources in all disciplines. For more information please{" "} visit the BASE website diff --git a/vis/js/templates/modals/infomodal/OpenAireInfo.tsx b/vis/js/templates/modals/infomodal/OpenAireInfo.tsx index ccf45e910..c3e1a77e7 100644 --- a/vis/js/templates/modals/infomodal/OpenAireInfo.tsx +++ b/vis/js/templates/modals/infomodal/OpenAireInfo.tsx @@ -2,9 +2,8 @@ import React, { Fragment } from "react"; import { Modal } from "react-bootstrap"; -import DataSource from "./subcomponents/DataSource"; import AboutSoftware from "./subcomponents/AboutSoftware"; - +import DataSource from "./subcomponents/DataSource"; const OpenAireInfo = ({ params: { @@ -21,7 +20,6 @@ const OpenAireInfo = ({ obj_id, }, }) => { - return ( // html template starts here <> @@ -30,7 +28,8 @@ const OpenAireInfo = ({

- This knowledge map presents you with a topical overview of research conducted in the following project: + This knowledge map presents you with a topical overview of research + conducted in the following project:

Project Details

@@ -97,11 +96,7 @@ const OpenAireInfo = ({ organisations.map((org, i) => ( {i !== 0 ? ", " : ""} - + {org.name} @@ -127,14 +122,16 @@ const OpenAireInfo = ({

- We use text similarity to create a knowledge map. The algorithm groups those documents together that have - many words in common. Area titles are created from subject keywords of documents that have been assigned - to the same area. We select those keywords and phrases that appear frequently in one area, and seldom in - other areas. + We use text similarity to create a knowledge map. The algorithm groups + those resources together that have many words in common. Area titles + are created from subject keywords of resources that have been assigned + to the same area. We select those keywords and phrases that appear + frequently in one area, and seldom in other areas.

- Knowledge maps provide an instant overview of a topic by showing the main areas at a glance, and documents - related to them. This makes it possible to easily identify useful, pertinent information. + Knowledge maps provide an instant overview of a topic by showing the + main areas at a glance, and resources related to them. This makes it + possible to easily identify useful, pertinent information.

Please{" "} @@ -158,15 +155,16 @@ const OpenAireInfo = ({ rel="noreferrer" > OpenAIRE - {" "}is a key infrastructure that enables the European transition to open science. It provides - access to 3 million research projects and more than 70 million research outputs from more than 100,000 + {" "} + is a key infrastructure that enables the European transition to + open science. It provides access to 3 million research projects + and more than 70 million research outputs from more than 100,000 data sources. } /> - // html template ends here ); diff --git a/vis/js/templates/modals/infomodal/OrcidInfo.tsx b/vis/js/templates/modals/infomodal/OrcidInfo.tsx index dcc308c92..129ce2ade 100644 --- a/vis/js/templates/modals/infomodal/OrcidInfo.tsx +++ b/vis/js/templates/modals/infomodal/OrcidInfo.tsx @@ -2,21 +2,29 @@ import React from "react"; import { Modal } from "react-bootstrap"; -import AboutSoftware from "./subcomponents/AboutSoftware"; -import DataSource from "./subcomponents/DataSource"; import { queryConcatenator } from "../../../utils/data"; import { unescapeHTML } from "../../../utils/unescapeHTMLentities"; +import AboutSoftware from "./subcomponents/AboutSoftware"; +import DataSource from "./subcomponents/DataSource"; const OrcidInfo = ({ serviceName, serviceDesc, serviceLogo, - params: { author, query, customTitle, sorting, repo_name, q_advanced, custom_clustering }, + params: { + author, + query, + customTitle, + sorting, + repo_name, + q_advanced, + custom_clustering, + }, }) => { - let queryString = queryConcatenator([query, q_advanced]) + const queryString = queryConcatenator([query, q_advanced]); - customTitle = customTitle && unescapeHTML(customTitle) - custom_clustering = custom_clustering && unescapeHTML(custom_clustering) + customTitle = customTitle && unescapeHTML(customTitle); + custom_clustering = custom_clustering && unescapeHTML(custom_clustering); return ( // html template starts here @@ -26,66 +34,66 @@ const OrcidInfo = ({

- This knowledge map presents you with a topical overview of the most recent works of {author?.author_name || ''} ({queryString}). + This knowledge map presents you with a topical overview of the most + recent works of{" "} + + {author?.author_name || ""} ({queryString}) + + .

- The knowledge map provides an instant overview of a researcher's works showing their - main areas of interest at a glance, and documents related to them. This makes it possible - to easily identify useful, pertinent information. + The knowledge map provides an instant overview of a researcher's works + showing their main areas of interest at a glance, and resources + related to them. This makes it possible to easily identify useful, + pertinent information.

- We use text similarity to create a knowledge map. The algorithm groups those documents - together that have many words in common. Area titles are created from subject keywords - of documents that have been assigned to the same area. We select those keywords and phrases - that appear frequently in one area, and seldom in other areas. + We use text similarity to create a knowledge map. The algorithm groups + those resources together that have many words in common. Area titles + are created from subject keywords of resources that have been assigned + to the same area. We select those keywords and phrases that appear + frequently in one area, and seldom in other areas.

Data source

- We use multiple data sources to generate the content. - For the knowledge map and the researcher details we use + We use multiple data sources to generate the content. For the + knowledge map and the researcher details we use{" "} + ORCID - as our main data source. - To improve knowledge map quality we enrich the metadata of works that have a DOI, e.g. we - add keywords, open access information and abstracts from + {" "} + as our main data source. To improve knowledge map quality we enrich + the metadata of works that have a DOI, e.g. we add keywords, open + access information and abstracts from{" "} + BASE - . + + .

- Metrics are based on data provided by + Metrics are based on data provided by{" "} + Crossref - , + + ,{" "} + Altmetric - , and - the information supplied by the researcher on their ORCID profile. - Results may be impacted by accuracy and completeness of this data. - Please note that the data provided by Altmetric ("social media - mentions" and "references outside of academia") are protected by - copyright and other proprietary rights, as outlined in their + , and the information supplied by the researcher on their ORCID + profile. Results may be impacted by accuracy and completeness of this + data. Please note that the data provided by Altmetric ("social media + mentions" and "references outside of academia") are protected by + copyright and other proprietary rights, as outlined in their{" "} + Terms of Use - . + + .

diff --git a/vis/js/templates/modals/infomodal/PubMedInfo.tsx b/vis/js/templates/modals/infomodal/PubMedInfo.tsx index 57621c03a..f2f558eed 100644 --- a/vis/js/templates/modals/infomodal/PubMedInfo.tsx +++ b/vis/js/templates/modals/infomodal/PubMedInfo.tsx @@ -3,7 +3,6 @@ import React from "react"; //import pubmedLogo from "../../../../images/logos/pubmed_logo.png"; - import StandardKMInfo from "./subcomponents/StandardKMInfo"; import StandardSGInfo from "./subcomponents/StandardSGInfo"; @@ -24,7 +23,7 @@ const PubMedInfo = ({ params, isStreamgraph }) => { .
- Citations are available for documents with a DOI and based on citation + Citations are available for resources with a DOI and based on citation data provided by{" "} Crossref diff --git a/vis/js/templates/modals/infomodal/subcomponents/StandardKMInfo.tsx b/vis/js/templates/modals/infomodal/subcomponents/StandardKMInfo.tsx index caae0fb10..d3a8fecc3 100644 --- a/vis/js/templates/modals/infomodal/subcomponents/StandardKMInfo.tsx +++ b/vis/js/templates/modals/infomodal/subcomponents/StandardKMInfo.tsx @@ -2,11 +2,10 @@ import React from "react"; import { Modal } from "react-bootstrap"; -import AboutSoftware from "./AboutSoftware"; -import DataSource from "./DataSource"; import { queryConcatenator } from "../../../../utils/data"; import { unescapeHTML } from "../../../../utils/unescapeHTMLentities"; - +import AboutSoftware from "./AboutSoftware"; +import DataSource from "./DataSource"; const fieldmapper = { relation: "relation", @@ -21,20 +20,26 @@ const fieldmapper = { resulttype: "type", language: "language", content_provider: "provider", - coverage: "coverage" -} - + coverage: "coverage", +}; const StandardKMInfo = ({ serviceName, serviceDesc, serviceLogo, - params: { query, customTitle, sorting, repo_name, q_advanced, custom_clustering }, + params: { + query, + customTitle, + sorting, + repo_name, + q_advanced, + custom_clustering, + }, }) => { - let queryString = queryConcatenator([query, q_advanced]) + const queryString = queryConcatenator([query, q_advanced]); - customTitle = customTitle && unescapeHTML(customTitle) - custom_clustering = custom_clustering && unescapeHTML(custom_clustering) + customTitle = customTitle && unescapeHTML(customTitle); + custom_clustering = custom_clustering && unescapeHTML(custom_clustering); return ( // html template starts here @@ -45,24 +50,25 @@ const StandardKMInfo = ({ {(!!customTitle || !!query || !!q_advanced) && (

- This knowledge map presents you with {!!custom_clustering ? "an overview" : "a topical overview"} of research - on{" "} + This knowledge map presents you with{" "} + {custom_clustering ? "an overview" : "a topical overview"} of + research on{" "} {customTitle ? customTitle : queryString} {" "} based on the 100{" "} - {(sorting === "most-relevant") ? ( + {sorting === "most-relevant" ? ( most relevant - ) : ( - "most recent") - } - {" "} - documents matching your search query. + + ) : ( + "most recent" + )}{" "} + resources matching your search query. {custom_clustering && ( {" "} @@ -74,7 +80,7 @@ const StandardKMInfo = ({ {!customTitle && !query && (

This knowledge map presents you with a topical overview of research - based on 100 documents. + based on 100 resources.

)} {!!customTitle && ( @@ -85,35 +91,41 @@ const StandardKMInfo = ({ )} {!custom_clustering && (

- We use text similarity to create a knowledge map. The algorithm groups - those documents together that have many words in common. Area titles - are created from subject keywords of documents that have been assigned - to the same area. We select those keywords and phrases that appear - frequently in one area, and seldom in other areas. + We use text similarity to create a knowledge map. The algorithm + groups those resources together that have many words in common. Area + titles are created from subject keywords of resources that have been + assigned to the same area. We select those keywords and phrases that + appear frequently in one area, and seldom in other areas.

)}

Knowledge maps provide an instant overview of a topic by showing the - main areas at a glance, and documents related to them. This makes it + main areas at a glance, and resources related to them. This makes it possible to easily identify useful, pertinent information. {custom_clustering && ( - {" "}Find out more about knowledge maps in our - FAQs - . - + + {" "} + Find out more about knowledge maps in our{" "} + + FAQs + + . + )}

{custom_clustering && (

- Please note: - {" "}For this knowledge map we do not use topical clustering - as described in our FAQs. In this knowledge map we use the keywords - available in the {custom_clustering in fieldmapper ? fieldmapper[custom_clustering] : "subject"} metadata field for the creation of the area titles. - + Please note: For this + knowledge map we do not use topical clustering as described in our + FAQs. In this knowledge map we use the keywords available in the{" "} + {custom_clustering in fieldmapper + ? fieldmapper[custom_clustering] + : "subject"}{" "} + metadata field for the creation of the area titles.

)} {!custom_clustering && ( diff --git a/vis/js/templates/modals/infomodal/subcomponents/StandardSGInfo.tsx b/vis/js/templates/modals/infomodal/subcomponents/StandardSGInfo.tsx index 53ebaff0c..00a55d41c 100644 --- a/vis/js/templates/modals/infomodal/subcomponents/StandardSGInfo.tsx +++ b/vis/js/templates/modals/infomodal/subcomponents/StandardSGInfo.tsx @@ -2,9 +2,9 @@ import React from "react"; import { Modal } from "react-bootstrap"; +import { queryConcatenator } from "../../../../utils/data"; import AboutSoftware from "./AboutSoftware"; import DataSource from "./DataSource"; -import { queryConcatenator } from "../../../../utils/data"; const StandardSGInfo = ({ serviceName, @@ -12,7 +12,7 @@ const StandardSGInfo = ({ serviceLogo, params: { query, customTitle, sorting, repo_name, q_advanced }, }) => { - let queryString = queryConcatenator([query, q_advanced]) + const queryString = queryConcatenator([query, q_advanced]); return ( // html template starts here <> @@ -30,27 +30,25 @@ const StandardSGInfo = ({ )}{" "} - over time. It is based - on the{" "} - {(sorting === "most-relevant") ? ( + over time. It is based on the{" "} + {sorting === "most-relevant" ? ( most relevant - ) : ( - "most recent") - } - {" "} - documents related to the - main keywords. Up to 1000 documents have been taken into consideration - for the computation of the streamgraph. + + ) : ( + "most recent" + )}{" "} + resources related to the main keywords. Up to 1000 resources have been + taken into consideration for the computation of the streamgraph.

- The height of a stream represents the number of documents with this + The height of a stream represents the number of resources with this keyword at a specific time. It is important to note that the number of - documents matches the relative height, not the absolute height of the + resources matches the relative height, not the absolute height of the stream.

{!!customTitle && ( From 2bf71a11b68bb139d5a6ed7cb0bd8710ecaf1766 Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 12 Mar 2026 14:14:18 +0100 Subject: [PATCH 05/27] refactor: rename document to resources in List controls --- vis/js/templates/ListToggle.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vis/js/templates/ListToggle.tsx b/vis/js/templates/ListToggle.tsx index cb628dce2..1e0359576 100644 --- a/vis/js/templates/ListToggle.tsx +++ b/vis/js/templates/ListToggle.tsx @@ -1,11 +1,12 @@ import React, { FC } from "react"; import { connect } from "react-redux"; +import { Dispatch } from "redux"; + import { toggleList } from "../actions"; import { useLocalizationContext } from "../components/LocalizationProvider"; -import useMatomo from "../utils/useMatomo"; import { STREAMGRAPH_MODE } from "../reducers/chartType"; -import { Dispatch } from "redux"; import { FilterValuesType, State } from "../types"; +import useMatomo from "../utils/useMatomo"; interface ListToggleProps { appliedFilter: FilterValuesType; @@ -42,10 +43,10 @@ const ListToggle: FC = ({ mainLabel = isStreamgraph ? loc.area_streamgraph : loc.area; } - let docsLabel = "document"; + let docsLabel = "resource"; switch (appliedFilter) { case "open_access": - docsLabel = "open access document"; + docsLabel = "open access resource"; break; case "dataset": docsLabel = "dataset"; From 2869062d6198fd64e6b753b202d4f3144d72483f Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 12 Mar 2026 14:15:35 +0100 Subject: [PATCH 06/27] refactor: rename document to resources in List entry --- vis/js/i18n/localization.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vis/js/i18n/localization.ts b/vis/js/i18n/localization.ts index 4ca4bf4f5..bef52ee67 100644 --- a/vis/js/i18n/localization.ts +++ b/vis/js/i18n/localization.ts @@ -176,7 +176,7 @@ export const localization: { backlink_list_streamgraph: "Show all documents", backlink_list_streamgraph_stream_selected: "Show all documents in stream", keywords: "Keywords", - doctypes: "Document type(s)", + doctypes: "Resource type(s)", unknown: "Unknown", no_keywords: "not available", notAvailable: "not available", From 98644b213772f3cb044154805e4042a5a8b50b0a Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 12 Mar 2026 14:37:23 +0100 Subject: [PATCH 07/27] refactor: rename document to resources in backlink --- examples/public/main_integration/base_sg.html | 2 +- .../public/main_integration/openaire.html | 2 +- examples/templates/base.html | 2 +- examples/templates/pubmed.html | 2 +- examples/templates/triple.html | 2 +- vis/js/i18n/localization.ts | 22 +++++++++---------- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/public/main_integration/base_sg.html b/examples/public/main_integration/base_sg.html index de49031cf..b99120c23 100644 --- a/examples/public/main_integration/base_sg.html +++ b/examples/public/main_integration/base_sg.html @@ -20,7 +20,7 @@ + content="Get an overview of digital education, find relevant research outputs, and identify important concepts."> diff --git a/examples/public/main_integration/openaire.html b/examples/public/main_integration/openaire.html index 619b7d896..1f2f6f949 100644 --- a/examples/public/main_integration/openaire.html +++ b/examples/public/main_integration/openaire.html @@ -20,7 +20,7 @@ + content="Get an overview of digital education, find relevant research outputs, and identify important concepts."> diff --git a/examples/templates/base.html b/examples/templates/base.html index 4098b967f..adf5d8db0 100644 --- a/examples/templates/base.html +++ b/examples/templates/base.html @@ -22,7 +22,7 @@ + content="Get an overview of digital education, find relevant research outputs, and identify important concepts."> diff --git a/examples/templates/pubmed.html b/examples/templates/pubmed.html index 0e3277b9e..1d4156874 100644 --- a/examples/templates/pubmed.html +++ b/examples/templates/pubmed.html @@ -22,7 +22,7 @@ + content="Get an overview of "climate change", find relevant research outputs, and identify important concepts."> diff --git a/examples/templates/triple.html b/examples/templates/triple.html index a08c08102..676955fda 100644 --- a/examples/templates/triple.html +++ b/examples/templates/triple.html @@ -7,7 +7,7 @@ Overview of research on psychology + content="Get an overview of psychology, find relevant research outputs, and identify important concepts."> diff --git a/vis/js/i18n/localization.ts b/vis/js/i18n/localization.ts index bef52ee67..7fe2c62f1 100644 --- a/vis/js/i18n/localization.ts +++ b/vis/js/i18n/localization.ts @@ -172,9 +172,9 @@ export const localization: { area: "Area", items: "items", backlink: "← Back to overview", - backlink_list: "Show all documents in area", - backlink_list_streamgraph: "Show all documents", - backlink_list_streamgraph_stream_selected: "Show all documents in stream", + backlink_list: "Show all resources in area", + backlink_list_streamgraph: "Show all resources", + backlink_list_streamgraph_stream_selected: "Show all resources in stream", keywords: "Keywords", doctypes: "Resource type(s)", unknown: "Unknown", @@ -360,7 +360,7 @@ export const localization: { title: "title", items: "items", backlink: "← Back to overview", - backlink_list: "Show all documents in area", + backlink_list: "Show all resources in area", unknown: "Unknown", custom_title_explanation: "This is a custom title. Please see the info button for more information. Original query:", @@ -375,9 +375,9 @@ export const localization: { authors: "authors", title: "title", backlink: "← Back to overview", - backlink_list: "← Show all documents", - backlink_list_streamgraph: "← Show all documents", - backlink_list_streamgraph_stream_selected: "← Show all documents in stream", + backlink_list: "← Show all resources", + backlink_list_streamgraph: "← Show all resources", + backlink_list_streamgraph_stream_selected: "← Show all resources in stream", unknown: "Unknown", streamgraph_label: "Streamgraph of", overview_authors_label: "Overview of the works of", @@ -436,9 +436,9 @@ export const localization: { authors: "authors", title: "title", backlink: "← Back to overview", - backlink_list: "Show all documents in area", - backlink_list_streamgraph: "Show all documents", - backlink_list_streamgraph_stream_selected: "Show all documents in stream", + backlink_list: "Show all resources in area", + backlink_list_streamgraph: "Show all resources", + backlink_list_streamgraph_stream_selected: "Show all resources in stream", unknown: "Unknown", streamgraph_label: "Streamgraph of", overview_authors_label: "Knowledge map for the works of", @@ -493,7 +493,7 @@ export const localization: { citations: "citations", title: "title", backlink: "← Back to overview", - backlink_list: "Show all documents in area", + backlink_list: "Show all resources in area", unknown: "Unknown", documenttypes_label: "Article types", dataset_count_label: "datasets", From 44c58860c6d70642327bb83b9060ca867fc7dd66 Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 12 Mar 2026 15:27:21 +0100 Subject: [PATCH 08/27] refactor: update tests after rename document to resource --- vis/test/component/listtoggle.test.jsx | 38 +++++++++---------- .../__snapshots__/list-base.test.jsx.snap | 4 +- .../__snapshots__/listtoggle.test.jsx.snap | 2 +- 3 files changed, 21 insertions(+), 23 deletions(-) diff --git a/vis/test/component/listtoggle.test.jsx b/vis/test/component/listtoggle.test.jsx index ea50c2df3..dd6830118 100644 --- a/vis/test/component/listtoggle.test.jsx +++ b/vis/test/component/listtoggle.test.jsx @@ -1,12 +1,10 @@ -import { expect, describe, it, vitest } from 'vitest'; -import React from "react"; -import { render, fireEvent } from "@testing-library/react"; +import { fireEvent, render } from "@testing-library/react"; import configureStore from "redux-mock-store"; +import { describe, expect, it } from "vitest"; import { toggleList } from "../../js/actions"; - -import ListToggle from "../../js/templates/ListToggle"; import LocalizationProvider from "../../js/components/LocalizationProvider"; +import ListToggle from "../../js/templates/ListToggle"; const mockStore = configureStore([]); const setup = (overrideListObject = {}, overrideStoreObject = {}) => { @@ -27,7 +25,7 @@ const setup = (overrideListObject = {}, overrideStoreObject = {}) => { items: "items", }, }, - overrideStoreObject + overrideStoreObject, ); return storeObject; @@ -43,12 +41,12 @@ describe("List toggle component", () => { const result = render( - + , ); - expect(result.container.querySelector("#show_hide_label").textContent).toContain( - "Overview (42 documents)" - ); + expect( + result.container.querySelector("#show_hide_label").textContent, + ).toContain("Overview (42 resources)"); }); it("renders hidden", () => { @@ -58,27 +56,27 @@ describe("List toggle component", () => { const result = render( - + , ); - expect(result.container.querySelector("#show_hide_label").textContent).toContain( - "Overview (42 documents)" - ); + expect( + result.container.querySelector("#show_hide_label").textContent, + ).toContain("Overview (42 resources)"); }); - it("renders with correct document number", () => { + it("renders with correct resources number", () => { const storeObject = setup(); const store = mockStore(storeObject); const result = render( - + , ); - expect(result.container.querySelector("#list_item_count").textContent).toEqual( - DOCS_NUMBER.toString() - ); + expect( + result.container.querySelector("#list_item_count").textContent, + ).toEqual(DOCS_NUMBER.toString()); }); it("triggers a correct redux action when clicked", () => { @@ -90,7 +88,7 @@ describe("List toggle component", () => { const result = render( - + , ); const toggle = result.container.querySelector("#show_hide_button"); diff --git a/vis/test/snapshot/__snapshots__/list-base.test.jsx.snap b/vis/test/snapshot/__snapshots__/list-base.test.jsx.snap index b89738ab3..bb0af6be1 100644 --- a/vis/test/snapshot/__snapshots__/list-base.test.jsx.snap +++ b/vis/test/snapshot/__snapshots__/list-base.test.jsx.snap @@ -51,7 +51,7 @@ exports[`List entries component snapshot (BASE) > matches a snapshot (zoomed-in, 1 - document + resource ) @@ -616,7 +616,7 @@ exports[`List entries component snapshot (BASE) > matches a snapshot (zoomed-out 20 - documents + resources ) diff --git a/vis/test/snapshot/__snapshots__/listtoggle.test.jsx.snap b/vis/test/snapshot/__snapshots__/listtoggle.test.jsx.snap index 874e1edf3..9f103a753 100644 --- a/vis/test/snapshot/__snapshots__/listtoggle.test.jsx.snap +++ b/vis/test/snapshot/__snapshots__/listtoggle.test.jsx.snap @@ -34,7 +34,7 @@ exports[`List toggle component snapshot > matches a snapshot 1`] = ` 13 - documents + resources ) From 036193f26fe60feaa38fa2e9c22b9849216ce1b2 Mon Sep 17 00:00:00 2001 From: andrei Date: Fri, 13 Mar 2026 09:32:02 +0100 Subject: [PATCH 09/27] refactor: rename document to resource in document types --- vis/js/i18n/localization.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vis/js/i18n/localization.ts b/vis/js/i18n/localization.ts index 7fe2c62f1..da1d88d02 100644 --- a/vis/js/i18n/localization.ts +++ b/vis/js/i18n/localization.ts @@ -165,7 +165,7 @@ export const localization: { "In this streamgraph you find the most relevant documents matching your query related to the top keywords. To determine the most relevant documents, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.", source_label: "Data source", resulttype_label: "Document type", - documenttypes_label: "Document types", + documenttypes_label: "Resource types", readers_count_label: "readers", documenttypes_tooltip: "The following resource types were taken into consideration in the creation of this visualization (not all of them may appear in the visualization):", @@ -386,7 +386,7 @@ export const localization: { "This is a custom title. Please see the info button for more information. Original query:", most_relevant_tooltip: "To determine the most relevant documents, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.", - documenttypes_label: "Document types", + documenttypes_label: "Resource types", all: "any", open_access: "Open Access", items: "items", @@ -447,7 +447,7 @@ export const localization: { "This is a custom title. Please see the info button for more information. Original query:", most_relevant_tooltip: "To determine the most relevant documents, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.", - documenttypes_label: "Document types", + documenttypes_label: "Resource types", all: "any", open_access: "Open Access", items: "items", From 5ddec9a096ee6e518254d3e0b8707835c8daaad5 Mon Sep 17 00:00:00 2001 From: andrei Date: Fri, 13 Mar 2026 09:59:45 +0100 Subject: [PATCH 10/27] refactor: rename document to resource in export and cite modals --- vis/js/i18n/localization.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/vis/js/i18n/localization.ts b/vis/js/i18n/localization.ts index da1d88d02..97b79d66c 100644 --- a/vis/js/i18n/localization.ts +++ b/vis/js/i18n/localization.ts @@ -162,7 +162,7 @@ export const localization: { most_relevant_tooltip: "At the moment, we use the relevance ranking provided by the source API. Both PubMed and BASE mainly use text similarity between your query and the article metadata to determine the relevance. Please consult the FAQ for more information.", most_relevant_tooltip_sg: - "In this streamgraph you find the most relevant documents matching your query related to the top keywords. To determine the most relevant documents, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.", + "In this streamgraph you find the most relevant resources matching your query related to the top keywords. To determine the most relevant resources, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.", source_label: "Data source", resulttype_label: "Document type", documenttypes_label: "Resource types", @@ -211,9 +211,9 @@ export const localization: { "You can use this code to embed the visualization on your own website or in a dashboard.", area_streamgraph: "Stream", stream_year: "Year", - stream_doc_num: "Number of documents", - stream_docs: "Documents", - stream_total: "Total documents in stream", + stream_doc_num: "Number of resources", + stream_docs: "Resources", + stream_total: "Total resources in stream", empty_area_warning: "No matches found. Please reset your filter options above.", lang_all: "All languages", @@ -225,8 +225,8 @@ export const localization: { "Open Knowledge Maps (${year}). ${type} for research on ${query}. Retrieved from ${source} [${date}].", cite_vis_km: "Please cite this knowledge map as follows", cite_vis_sg: "Please cite this streamgraph as follows", - cite_paper: "Cite this document as", - export_paper: "Export this document", + cite_paper: "Cite this resource as", + export_paper: "Export this resource", download: "Download", please_note: "Please note", scale_by_label: "Scale map by: ", @@ -317,8 +317,8 @@ export const localization: { "Open Knowledge Maps (${year}). ${type} for research on ${query}. Retrieved from ${source} [${date}].", cite_vis_km: "Please cite this knowledge map as follows", cite_vis_sg: "Please cite this streamgraph as follows", - cite_paper: "Cite this document as", - export_paper: "Export this document", + cite_paper: "Cite this resource as", + export_paper: "Export this resource", download: "Download", please_note: "Please note", citation_warning: @@ -385,7 +385,7 @@ export const localization: { custom_title_explanation: "This is a custom title. Please see the info button for more information. Original query:", most_relevant_tooltip: - "To determine the most relevant documents, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.", + "To determine the most relevant resources, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.", documenttypes_label: "Resource types", all: "any", open_access: "Open Access", @@ -416,7 +416,7 @@ export const localization: { metrics_label: "Metrics", researcher_details_label: "Researcher details", scale_by_explanation: - "The size of the bubbles is relative to the number of documents related to them.", + "The size of the bubbles is relative to the number of resources related to them.", scale_label: { "content_based": "Documents", "citations": "Citations", @@ -446,7 +446,7 @@ export const localization: { custom_title_explanation: "This is a custom title. Please see the info button for more information. Original query:", most_relevant_tooltip: - "To determine the most relevant documents, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.", + "To determine the most relevant resources, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.", documenttypes_label: "Resource types", all: "any", open_access: "Open Access", @@ -473,7 +473,7 @@ export const localization: { metrics_label: "Metrics", researcher_details_label: "Researcher details", scale_by_explanation: - "The size of the bubbles is relative to the number of documents related to them.", + "The size of the bubbles is relative to the number of resources related to them.", scale_label: { "content_based": "Documents", "citations": "Citations", From 015e19976bf49713ca5694ffcbdd83dd4bfe2fa1 Mon Sep 17 00:00:00 2001 From: andrei Date: Tue, 17 Mar 2026 16:56:25 +0100 Subject: [PATCH 11/27] refactor: rename controlled parameters to grand challenges --- server/workers/common/common/aquanavi/mapping.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/workers/common/common/aquanavi/mapping.py b/server/workers/common/common/aquanavi/mapping.py index e804640b4..909f6c6c6 100644 --- a/server/workers/common/common/aquanavi/mapping.py +++ b/server/workers/common/common/aquanavi/mapping.py @@ -19,7 +19,7 @@ "equipment": "Equipment", "research_topics": "Research Topics", "specialist_areas": "Specialist areas", - "primary_interests": "Primary interests", + "grand_challenges": "Primary interests", "controlled_parameters": "Controlled Parameters", "description": "Description of Facility", "location": "Facility location(s) split", @@ -228,10 +228,10 @@ def get_not_available_message_and_increase_counter(name): else: abstract_parts.append(get_not_available_message_and_increase_counter('Controlled Parameters')) - if (row[COLUMNS['primary_interests']]): - abstract_parts.append(f"Primary interests: {get_and_process_value(row, COLUMNS['primary_interests'], True, JOIN_PARTS_OF_VALUES_WITH)}") + if (row[COLUMNS['grand_challenges']]): + abstract_parts.append(f"Grand challenges: {get_and_process_value(row, COLUMNS['grand_challenges'], True, JOIN_PARTS_OF_VALUES_WITH)}") else: - abstract_parts.append(get_not_available_message_and_increase_counter('Primary interests')) + abstract_parts.append(get_not_available_message_and_increase_counter('Grand challenges')) if (row[COLUMNS['research_topics']]): abstract_parts.append(f"Research topics: {get_and_process_value(row, COLUMNS['research_topics'], True, JOIN_PARTS_OF_VALUES_WITH)}") From b7668faa61c9aaa20076e4dad0b64bedc6f5a798 Mon Sep 17 00:00:00 2001 From: chreman Date: Tue, 17 Mar 2026 17:24:38 +0100 Subject: [PATCH 12/27] mesocosm data update --- .../common/aquanavi/mesocosm_data_cleaned.csv | 2537 ++++++++++------- 1 file changed, 1430 insertions(+), 1107 deletions(-) diff --git a/server/workers/common/common/aquanavi/mesocosm_data_cleaned.csv b/server/workers/common/common/aquanavi/mesocosm_data_cleaned.csv index f360d97de..9a8ba8163 100644 --- a/server/workers/common/common/aquanavi/mesocosm_data_cleaned.csv +++ b/server/workers/common/common/aquanavi/mesocosm_data_cleaned.csv @@ -1,5 +1,7 @@ -url,Name,Legal name of organisation,Country,Continent,Organisation address,Primary contact information (PI),Years of Mesocosm Experiments,Description of Facility,Controlled Parameters,Research Topics,Facility location(s),Primary interests,Specialist areas,Equipment,Lodging,Source of Information,Photos of experiments/installations,Photos of experiments/installations images,Equipment images,Lodging images,Manipulations,Facility location(s) split,location_facilities -https://mesocosm.org/mesocosm/sites-aquanet-skogaryd-research-station/,SITES AquaNet – Skogaryd Research Station,SITES and Göteborg University,Sweden,Europe,"Göteborg University +url,Name,Legal name of organisation,Country,Continent,Organisation address,Primary contact information (PI),Years of Mesocosm Experiments,Description of Facility,Controlled Parameters,Research Topics,Facility location(s),Primary interests,Specialist areas,Equipment,Lodging,Source of Information,Photos of experiments/installations,Photos of experiments/installations images,Equipment images,Lodging images,Manipulations,Facility location(s) split,location_facilities +https://mesocosm.org/mesocosm/sites-aquanet-skogaryd-research-station/,SITES AquaNet – Skogaryd,"Skogaryd Research Station +Universitetsplatsen 1 +Sweden",Sweden,Europe,"Göteborg University (GU) Inst. for Geosciences Guldhedsgatan 5a 40530 Göteborg @@ -7,12 +9,15 @@ Sweden   ","Leif Klemedtsson Please login or request access to view contact information. -",2017," -Open access to national and international researchers. -Outdoor, freshwater, deployed in an adaptable jetfloat, placed in the lake Erssjön within Skogaryd research Catchment. -PE-film enclosures or 20 hardshell PE enclosures (ø = 0.9 m, depth = 1.5 m, volume = 700 l) +",2017 - present,"SITES AquaNet is a modular infrastructure with mesocosm facilities in lakes connected to 5 field stations (Asa, Bolmen, Erken, Skogaryd, Svartberget) that are part of the Swedish Infrastructure for Ecosystem Science (SITES). SITES AquaNet is coordinated by Uppsala University and the associated partners are the Swedish Agricultural University (SLU), Gothenburg University (GU) and Sweden Water Research (SWR). The unique feature of SITES AquaNet is that it is fully standardised across sites and therefore enables modularised experimental manipulations in lakes along a latitudinal gradient in Sweden. SITES AquaNet provides open access to national and international researchers. +SITES AquaNet – Skogaryd has outdoor, freshwater mesocosms deployed in an adaptable jetfloat, placed in Lake Erssjön within the Skogaryd research catchment. Mesocosms can be PE-film enclosures or 20 hardshell PE enclosures (ø = 0.9 m, depth = 1.5 m, volume = 700 l). -",,"Advanced general understanding in ecology by using modularized experiments across SITES-AquaNet stations (Sweden) or potential collaborators (Sweden, Europe and other continents). Topics: biodiversity-functioning-stability relationships, community ecology, ecological stoichiometry, food web interactions, benthic-pelagic dynamics, biochemistry (carbon cycling), cyanobacterial blooms and global change research. Possibility to combine mechanistic experiments with lake monitoring data from Lake Erssjön (e.g., phytoplankton, zooplankton, nutrients and on-site climate data, incl. temperature profile measurements). +","nutrient addition +substance addition +shading +food web manipulation +dispersal +species addition","Advanced general understanding in ecology by using modularized experiments across SITES-AquaNet stations (Sweden) or potential collaborators (Sweden, Europe and other continents). Topics: biodiversity-functioning-stability relationships, community ecology, ecological stoichiometry, food web interactions, benthic-pelagic dynamics, biochemistry (carbon cycling), cyanobacterial blooms and global change research. Possibility to combine mechanistic experiments with lake monitoring data from Lake Erssjön (e.g., phytoplankton, zooplankton, nutrients and on-site climate data, incl. temperature profile measurements). "," @@ -20,7 +25,16 @@ PE-film enclosures or 20 hardshell PE enclosures (ø = 0.9 m, depth = 1.5 m, 58.3712, 12.1613 -",,,"Apogee SQ-500 (PAR), CTG Trilux fluorometer (chlorophyll-a, phycocyanin and turbidity) and Aanderaa 4531 optode (O2 and temperature) sensors fulltime deployed in each enclosure, deployed with a Campbell CR1000 datalogger and an AM16/32B multiplexer (https://www.campbellsci.com). The sensor and logger are connected to Skogaryd fiber-optic network for maintenance and data retrieval. Surveillance camera mounted for remote monitoring of the site. +","Biodiversity loss +Climate change +Pollution/ Nutrient pollution +overabundant species/ harful algal blooms","outdoor +freshwater +pelagic +modular mesocosm infrastructure +run-off variabiliy +salinisation +plankton","Equipment includes a sensor and data logging system to measure in each mesocosm real-time environmental parameters, such as DO, temperature, photosynthetic active radiation, chlorophyll, phycocyanin and turbidity. Apogee SQ-500 (PAR), CTG Trilux fluorometer (chlorophyll-a, phycocyanin and turbidity) and Aanderaa 4531 optode (O2 and temperature) sensors fulltime deployed in each enclosure, deployed with a Campbell CR1000 datalogger and an AM16/32B multiplexer (https://www.campbellsci.com). The sensor and logger are connected to Skogaryd fiber-optic network for maintenance and data retrieval. Surveillance camera mounted for remote monitoring of the site. Hach with DO and pH, an AP-2000 AquaRead Multiprobe (http://www.aquaread.com/portofolio/ap-2000/) equipped with a chlorophyll a sensor, and an Apogee MQ-500 (PAR) sensor with handheld meters. Laboratory container for filtering and extraction of samples, cold storage and freezers are available at the research station. Connection to laboratories for analysis at the Swedish University of Agricultural Sc.; the Geochemical laboratory (http://www.slu.se/en/departments/aquatic-sciences-assessment/laboratories/geochemical-laboratory/), and at the Uppsala University; the Erken Laboratory (http://www.ieg.uu.se/erken-laboratory). ","Lodging capability in two houses for 8 persons with a smaller conference room in the station area (see skogarydwebmap.gu.se). A conference hostel located nearby can take 25 persons @@ -40,20 +54,21 @@ Photo credit: Leif Klemedtsson   -","['http://mesocosm.org/wp-content/uploads/2018/05/Skogaryd_2-1024x683.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/Skogaryd_1-1024x683.jpg']",,,,"['58.3712', ' 12.1613']","{'coordinates': ['58.3712', '12.1613']}" -https://mesocosm.org/mesocosm/university-koblenz-landau/,Landau Stream Mesocosm Facility (LSMF),University Koblenz-Landau,Germany,Europe,"University Koblenz-Landau - Fortstraße 7 - 76829 Landau +","['http://mesocosm.org/wp-content/uploads/2018/05/Skogaryd_2-1024x683.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/Skogaryd_1-1024x683.jpg']",,,,"['58.3712', ' 12.1613']","{'coordinates': ['58.3712', '12.1613']}" +https://mesocosm.org/mesocosm/university-koblenz-landau/,LSMF - Landau Stream Mesocosm Facility,University Koblenz-Landau,Germany,Europe,"University Koblenz-Landau +Fortstraße 7 +76829 Landau ","Ralf Schulz Matthias Wieczorek Please login or request access to view contact information. -",2008 - present,"The stream mesocosm facility at the Landau Campus (SW Germany) consists of 16 independent high-density concrete stream channels (each channel: 45 m length, 0.5 m depth; 0.4 m width). The channels can be run in a flow-through or recirculating mode with discharges up to about 3 L/s representing flow conditions and hydraulic residence times as typically represented by scenarios used e.g. for the regulatory assessment of chemicals in Europe. -","Discharge (L/s) -Flow (flow-through or/and recirculating) -Taxon and coverage of aquatic macrophytes -Sediment composition -Shading -Exposure scenario (peak-, hour- and day-scale) +",2008 - present,"The stream mesocosm facility at the Landau Campus (SW Germany) consists of 16 independent high-density concrete stream channels (each channel: 45 m length, 0.5 m depth; 0.4 m width). The channels can be run in a flow-through or recirculating mode with discharges up to about 3 L/s representing flow conditions and hydraulic residence times as typically represented by exposure scenarios (peak-, hour- and day-scale) used e.g. for the regulatory assessment of chemicals in Europe. +","discharge +flow-through + recirculating +coverage of aquatic macrophytes +sediment composition +shading +exposure scenario ","Environmental fate of pollutants (e.g. sorption transient storage and longitudinal dispersion) Assessment of adverse effects of pollutants on macroinvertebrates following pulse exposures Evaluation and establishment of aquatic-terrestrial model ecosystems to assess aquatic insect emergence-related pollutant transfer or effect translation from aquatic to adjacent terrestrial systems @@ -64,7 +79,10 @@ Evaluation and establishment of aquatic-terrestrial model ecosystems to assess a 49.20269,8.106179999999995 -",,,"Sediment of various compositions +",Pollution,"outdoor +freshwater +stream channels +macrophytes","Sediment of various compositions Aquatic macrophytes (e.g. Elodea nuttallii, E. canadensis, Myriophyllum spicatum) ","Possible upon negotiation ","References: @@ -89,25 +107,26 @@ Stream mesocosm facility at the Landau Campus -","['http://mesocosm.org/wp-content/uploads/2017/05/Stream-Mesocosms-Landau_400px.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Fliessrinnenanlage_400.jpg']",,,,"['49.20269', '8.106179999999995']","{'coordinates': ['49.20269', '8.106179999999995']}" -https://mesocosm.org/mesocosm/sites-aquanet-erken-laboratory/,SITES AquaNet-Erken Laboratory,Uppsala University,Sweden,Europe,"Uppsala University: -P.O. Box 256 -SE-751 05 Uppsala -Sweden -  -Erken Laboratory: +","['http://mesocosm.org/wp-content/uploads/2017/05/Stream-Mesocosms-Landau_400px.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Fliessrinnenanlage_400.jpg']",,,,"['49.20269', '8.106179999999995']","{'coordinates': ['49.20269', '8.106179999999995']}" +https://mesocosm.org/mesocosm/sites-aquanet-erken-laboratory/,SITES AquaNet - Erken ,"Erken Laboratory Norra Malmavägen 761 73 Norrtälje +Sweden",Sweden,Europe,"Uppsala University +P.O. Box 256 +SE-751 05 Uppsala Sweden -","Silke Langenheder: + +","Silke Langenheder Please login or request access to view contact information. -",2017 - present," -Open access to national and international researchers. -Outdoor, freshwater, lake deployed in an adaptable jetfloat. -PE-film enclosures or 20 hard-shell PE enclosures (ø = 0.9m, depth = 1.5m, volume = 700L). -In addition, there is access to another set of 20 hard-shell PE enclosures (ø = 1m, depth = 2 m, volume = 1200L). +",2017 - present,"SITES AquaNet is a modular infrastructure with mesocosm facilities in lakes connected to 5 field stations (Asa, Bolmen, Erken, Skogaryd, Svartberget) that are part of the Swedish Infrastructure for Ecosystem Science (SITES). SITES AquaNet is coordinated by Uppsala University and the associated partners are the Swedish Agricultural University (SLU), Gothenburg University (GU) and Sweden Water Research (SWR). The unique feature of SITES AquaNet is that it is fully standardised across sites and therefore enables modularised experimental manipulations in lakes along a latitudinal gradient in Sweden. +SITES AquaNet - Erken offers open access to national and international researchers. The outdoor, freshwater lake facility is deployed in an adaptable jetfloat and can be equipped with PE-film enclosures or 20 hard-shell PE enclosures (ø = 0.9m, depth = 1.5m, volume = 700L). In addition, there is access to another set of 20 hard-shell PE enclosures (ø = 1m, depth = 2 m, volume = 1200L). -",,"Advance general understanding in ecology by using modularized experiments across SITES-AquaNet stations (Sweden) or potential collaborators (Sweden, Europe and other continents). Topics: biodiversity-functioning-stability relationships, community ecology, ecological stoichiometry, food web interactions, benthic-pelagic dynamics, biochemistry (carbon cycling), cyanobacterial blooms and global change research. Possibility to combine mechanistic experiments with historical (decadal) lake monitoring data from Lake Erken (e.g., phytoplankton, zooplankton, fish, nutrients and high frequency temperature measurements). +","nutrient addition +substance addition +shading +Food web manipulation +dispersal +species addition","Advance general understanding in ecology by using modularized experiments across SITES-AquaNet stations (Sweden) or potential collaborators (Sweden, Europe and other continents). Topics: biodiversity-functioning-stability relationships, community ecology, ecological stoichiometry, food web interactions, benthic-pelagic dynamics, biochemistry (carbon cycling), cyanobacterial blooms and global change research. Possibility to combine mechanistic experiments with historical (decadal) lake monitoring data from Lake Erken (e.g., phytoplankton, zooplankton, fish, nutrients and high frequency temperature measurements). "," @@ -115,7 +134,16 @@ In addition, there is access to another set of 20 hard-shell PE enclosures (ø = 59.8354205, 18.6327766 -",,,"Apogee SQ-500 (PAR), CTG Trilux fluorometer (chlorophyll-a, phycocyanin and turbidity) and Aanderaa 4531 optode (O2 and temperature) sensors fulltime deployed in each enclosure. CR1000 dataloggers and AM16/32B multiplexers. Possibility to develop Internet interface for collected data. One EXO2 Multiprobe (https://www.ysi.com/EXO2) one AP-2000 AquaRead Multiprobe (http://www.aquaread.com/portofolio/ap-2000/) and one Apogee MQ-500 (PAR) with handheld meters. Laboratory analytical services available in site (http://www.ieg.uu.se/erken-laboratory/analytical-services/) or at Uppsala University (http://www.ieg.uu.se/limnology/) +","Biodiversity loss +Climate change +Pollution/ Nutrient pollution +overabundant species/ harful algal blooms","outdoor +freshwater +pelagic +benthic +modular mesocosm infrastructure +run-off variabiliy +salinisation","Equipment includes a sensor and data logging system to measure in each mesocosm real-time environmental parameters, such as DO, temperature, photosynthetic active radiation, chlorophyll, phycocyanin and turbidity. Apogee SQ-500 (PAR), CTG Trilux fluorometer (chlorophyll-a, phycocyanin and turbidity) and Aanderaa 4531 optode (O2 and temperature) sensors fulltime deployed in each enclosure. CR1000 dataloggers and AM16/32B multiplexers. Possibility to develop Internet interface for collected data. One EXO2 Multiprobe (https://www.ysi.com/EXO2) one AP-2000 AquaRead Multiprobe (http://www.aquaread.com/portofolio/ap-2000/) and one Apogee MQ-500 (PAR) with handheld meters. Laboratory analytical services available in site (http://www.ieg.uu.se/erken-laboratory/analytical-services/) or at Uppsala University (http://www.ieg.uu.se/limnology/) ","Capacity in site (Erken Laboratory) up to 60 people with fridges, freezers and cooking facilities (http://www.ieg.uu.se/erken-laboratory/.) ","SITES AquaNet, Water and Spectral: http://www.fieldsites.se NETLAKE: www.netlake.org @@ -134,24 +162,33 @@ Photo credit: Erik Sahlee -","['http://mesocosm.org/wp-content/uploads/2018/05/Erken_2-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/Erken_1-1024x705.jpg']",,,,"['59.8354205', ' 18.6327766']","{'coordinates': ['59.8354205', '18.6327766']}" +","['http://mesocosm.org/wp-content/uploads/2018/05/Erken_2-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/Erken_1-1024x705.jpg']",,,,"['59.8354205', ' 18.6327766']","{'coordinates': ['59.8354205', '18.6327766']}" https://mesocosm.org/mesocosm/resources-garden-of-aquatic-plant/,Resources garden of aquatic plant,"Wuhan Botanical Garden, Chinese Academy of Sciences",China,Asia,"Lumo Road #1, Wuhan, China ","(+86)13297957139 Please login or request access to view contact information. -",2019-2022,"Total area of 450 m2, and with the concrete pools of 1 * 1 m2 and 2 * 2 m2 at 1 m and 1.5 m depths.  Electricity is powered, and two types of water supply (from nearby Donghu Lake or tap water) -","Water depth at the gradient of 25 cm to 150 cm, and the temperature could be also controlled by the heat devices and control panel. -","functional trait; global warming -"," +",2019 - 2022,"open access to national and international researchers. +Outdoor, freshwater, deployed in an adaptable jetfloat, placed in lake Stortjärn, 2,5 km from the research station. +PE-film enclosures or 20 hardshell PE enclosures (ø = 0.9 m, depth = 1.5 m, volume = 700 l) +Manipulation of water depth at the gradient of 25 cm to 150 cm and temperature controlled by heat devices and control panel +","water depth +temperature +","the effects of warming or extreme water level changes on submerged macrophytes +the trade-offs between functional traits of submerged macrophytes +the interaction between submerged macrophytes and phytoplankton, zooplankton and fish"," 30.54694,114.41972 -","1. the effects of warming or extreme water level changes on submerged macrophytes -2. the trade-offs between functional traits of submerged macrophytes -3. the interaction between submerged macrophytes and phytoplankton, zooplankton and fish -","Aquatic plant +","Climate change/ Heat waves +Climate change/ Global warming +Climate change/ Increase in variability of temperatures","outdoor +indoor +freshwater +pelacic +benthic +aquatic plant ","YSI multi-parameter probe, PAM monitor, Li-1400 ","Wuhan ","http://english.wbg.cas.cn/ @@ -174,8 +211,8 @@ Tanks with different macrophytes and water depth -","['http://mesocosm.org/wp-content/uploads/2019/03/The-green-house-and-the-heating-control-system-225x300.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Outdoor-tanks-with-different-size-and-area-300x225.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Tanks-with-different-macrophytes-and-water-depth-300x225.jpeg']",,,,"['30.54694', '114.41972']","{'coordinates': ['30.54694', '114.41972']}" -https://mesocosm.org/mesocosm/large-experimental-array-of-ponds-leap/,Large Experimental Array of Ponds (LEAP),McGill University,Canada,North America,"McGill Department of Biology +","['http://mesocosm.org/wp-content/uploads/2019/03/The-green-house-and-the-heating-control-system-225x300.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Outdoor-tanks-with-different-size-and-area-300x225.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Tanks-with-different-macrophytes-and-water-depth-300x225.jpeg']",,,,"['30.54694', '114.41972']","{'coordinates': ['30.54694', '114.41972']}" +https://mesocosm.org/mesocosm/large-experimental-array-of-ponds-leap/,LEAP - Large Experimental Array of Ponds,McGill University,Canada,North America,"McGill Department of Biology Stewart Biology Bldg 1205 Dr Penfield Ave Montreal, QC H3A 1B1 @@ -183,8 +220,10 @@ Canada ","Professor Andrew Gonzalez Please login or request access to view contact information. ",2016 - present,"LEAP is based at McGill University’s Gault Reserve It is a facility designed for well-replicated experiments addressing the evolution and ecology of aquatic ecosystems exposed to environmental stressors. It is an array of 96 mesocosm tanks, each containing ~1000 liters of water.  Water and organisms (excluding fish) are piped to LEAP directly from a Lake Hertel over a kilometer away. Lake Hertel is a protected lake not exposed to contaminants. The plumbing at LEAP allows for a semi-continuous flow of lake water and organisms into and out of the tanks throughout the season. These communities are natural analogues of the freshwater ponds and lakes so common in Canadian landscapes. The onsite lab allows us to rapidly process samples (see images below). An outflow reservoir can hold the outflow from all mesocosms so that decontamination can be done, if needed. -","Contaminants such as pH and herbicide concentrations. -"," +","contaminants +pH +herbicides +","Experimental research addressing how complex aquatic communities respond to environmental stressors. Freshwater ecology and evolution Limnology Ecosystem processes @@ -196,11 +235,12 @@ Ecosystem processes 45.5368, -73.1578 -","Experimental research addressing how complex aquatic communities respond to environmental stressors.  -"," -Experimental evolution -Ecology -Metagenomics +","  +Pollution","outdoor +freshwater +experimental evolution +ecology +metagenomics  "," Fluoroprobe @@ -232,18 +272,22 @@ Depth and multiparameter probe (YSI) physico-chemical measurements.  Photo cred -","['http://mesocosm.org/wp-content/uploads/2019/04/3-1024x769.png', 'http://mesocosm.org/wp-content/uploads/2019/04/2-1024x368.png', 'http://mesocosm.org/wp-content/uploads/2019/04/1.png']",,,,"['45.5368', ' -73.1578']","{'coordinates': ['45.5368', '-73.1578']}" -https://mesocosm.org/mesocosm/tva%cc%88rminne-mesocosm-facility-tmf/,Tvärminne Mesocosm Facility (TMF),University of Helsinki,Finland,Europe,"University of Helsinki - P.O. Box 3 - 00014 University of Helsinki - Finland -","Director: Marko Reinikainen - Research Coordinator: Joanna Norkko +","['http://mesocosm.org/wp-content/uploads/2019/04/3-1024x769.png', 'http://mesocosm.org/wp-content/uploads/2019/04/2-1024x368.png', 'http://mesocosm.org/wp-content/uploads/2019/04/1.png']",,,,"['45.5368', ' -73.1578']","{'coordinates': ['45.5368', '-73.1578']}" +https://mesocosm.org/mesocosm/tva%cc%88rminne-mesocosm-facility-tmf/,TMF - Tvärminne Mesocosm Facility,University of Helsinki,Finland,Europe,"University of Helsinki +P.O. Box 3 +00014 University of Helsinki +Finland +","Joanna Norkko Please login or request access to view contact information.,Please login or request access to view contact information. -",Established 1902; Large field mesocosms run periodically since 1988,"pelagic – marine – outdoor - A large nature reserve surrounding TZS is dedicated to research, providing access to a pristine environment for field mesocosms. Research vessels and technical services support sampling and maintenance; a hovercraft allows winter-studies. Aquarium facilities with natural or artificial light are available for flow-through experiments at up to 100 000 m3 daily water capacity. A marine laboratory provides analytical services. -","Temperature, light, pH, pCO2, nutrient levels, community composition, turbidity -","Biodiversity, stoichiometry, benthic ecology, plankton ecology, seagrass ecology, ice studies, reproductive evolution in fishes +",1988 - present,"The Tvärminne Mesocosm Facility (TMF) is the largest marine mesocosm facility in Finland located at Tvärminne Zoological Station (TZS). Located in a 600-ha nature reserve at the entrance to the Gulf of Finland in the northern Baltic Sea, the facility benefits from access to a large area of coastal brackish water characterised by low levels of pollution and physical disturbance. TMF has the facilities to set up 12 flexible mesocosms of up to 3 m3 volume in the field, using a mobile platform. In addition, 12 indoor 600-litre mesocosms are available. There are excellent background data to support mesocosm experiments addressing impacts on long-term environmental change. Cold winters make the site an excellent place for studies on the importance of sea ice. Well-equipped laboratories, several research vessels, sampling equipment, diving facilities, experimental aquarium facilities and long-term databases are also available on site. A large nature reserve surrounding TZS is dedicated to research, providing access to a pristine environment for field mesocosms. Research vessels and technical services support sampling and maintenance; a hovercraft allows winter-studies. Aquarium facilities with natural or artificial light are available for flow-through experiments at up to 100 000 m3 daily water capacity. A marine laboratory provides analytical services. +","temperature +light +pH +pCO2 +nutrients +community composition +turbidity +","Research topics have ranged from relationships of biodiversity and ecosystem functioning to links between eutrophication and algal-bloom dynamics, effects of climate change and other human-induced environmental changes on marine species, and the importance of sea ice in coastal marine environments. Biodiversity, stoichiometry, benthic ecology, plankton ecology, seagrass ecology, ice studies, reproductive evolution in fishes "," @@ -251,7 +295,11 @@ Please login or request access to view contact information.,Please login or requ 59.8431619,23.2440297 -",,,"Wet labs, outdoor aquarium facility, climatic chambers, bio-optical instrumentation (spectrophotometry, spectrofluorometry), masspectrometry, carbon analyzers, microscopes with digital imaging, isotope lab, chemistry lab, CTD, meters for light, turbidity and oxygen, field sampling equipment, research vessels, hovercraft +","Biodiversity loss/ +Overabundant species/ Harmful algal blooms +Pollution/ Nutrient pollution","outdoor +marine +pelagic","TMF offers access to mesocosms, lab space and vessels for deploying and sampling mesocosms (including an 18 m catamaran), sampling equipment, and SCUBA diving facilities.. Wet labs, outdoor aquarium facility, climatic chambers, bio-optical instrumentation (spectrophotometry, spectrofluorometry), masspectrometry, carbon analyzers, microscopes with digital imaging, isotope lab, chemistry lab, CTD, meters for light, turbidity and oxygen, field sampling equipment, research vessels, hovercraft. n addition, there are aquaria and other indoor facilities for sample incubation under controlled temperature and light regimes. Running sea water is supplied at rates of up to 100 000 m3 daily. Weather data can be obtained from a weather station on site. a range of laboratories for chemical and biological analyses and microscopy are available. Laboratory analyses for standard physico-chemical analyses can be provided and various analytical instruments, including a mass spectrometer, are available for additional analyses. Training in the use of equipment and techniques is provided upon request. ","Dormitories with ca 100 beds, full board, self-service kitchens, sea-side sauna ","http://www.finmari-infrastructure.fi/field-stations/tvarminne-uhel/ "," @@ -268,18 +316,18 @@ SYKE-MRC field mesocosm work at Tvärminne -","['http://mesocosm.org/wp-content/uploads/2017/03/Pristine-nature-reserve-for-experimental-set-ups-300x194.jpg', 'http://mesocosm.org/wp-content/uploads/2017/03/SYKE-MRC-field-mesocosm-work-300x282.jpg']",,,,"['59.8431619', '23.2440297']","{'coordinates': ['59.8431619', '23.2440297']}" +","['http://mesocosm.org/wp-content/uploads/2017/03/Pristine-nature-reserve-for-experimental-set-ups-300x194.jpg', 'http://mesocosm.org/wp-content/uploads/2017/03/SYKE-MRC-field-mesocosm-work-300x282.jpg']",,,,"['59.8431619', '23.2440297']","{'coordinates': ['59.8431619', '23.2440297']}" https://mesocosm.org/mesocosm/cretacosmos/,CRETACOSMOS,Hellenic Centre for Marine Research (HCMR),Greece,Europe,"Institute of Oceanography - Ex American Base Gournes - 71003 Heraklion, Crete - Greece -","Dr. Paraskevi Pitta +Ex American Base Gournes +71003 Heraklion, Crete +Greece +","Paraskevi Pitta Please login or request access to view contact information. -",2009 to present,"outdoor – pelagic/benthic – marin - 12 polyethylene mesocosm-bags up to 5 m3 (1.32 m diameter) incubated in two large volume concrete tanks (one with volume 150 m³ and 3 m depth and a second one with volume 350 m³ and 5 m depth) - 9 benthocosms combining water column (1.5 m3, 4 m deep, 0.64 m diameter) and sediment (85 L) in the same polyethylene mesocosm-bag - The smaller (150 m³) tank is equipped by a sophisticated, fully-automated heating/cooling water system with electric valves, resistances and temperature sensors that allow water heating/cooling and temperature control at ±0.5 ºC of targeted temperature -","Temperature, light, nutrients +",2009 - present,"CretaCosmos facility is part of the Hellenic Centre for Marine Research (HCMR) in Crete. It is the only place in Europe where truly oligotrophic marine conditions can be studied in a well-controlled mesocosm facility. The CretaCosmos facility includes 12 pelagic mesocosms (3 m3) and 9 benthocosms, which are incubated in two large temperature-controlled concrete tanks (150 m3 volume – 3 m depth, and 350 m3 volume – 5 m depth). The pelagic mesocosms are low-density polyethylene bags of 1.32 m diameter, enclosing 3 m3 of water. The benthocosms are low-density polyethylene bags 0.64 m in diameter and 4.5 m high. They hold 1.5 m3 of water and a container with 85 L of sediment at the bottom. The smaller (150 m3) tank is equipped with a fully automated heating/ cooling system that allows temperature manipulation and control within ±0.5 oC of target temperature. +Environmental variables (temperature, light, etc.) are monitored via in situ sensors. To fill the mesocosms, Eastern Mediterranean water is collected aboard the R/V Philia. The possibility to control and manipulate water temperature allows running climate- change experiments. The benthocosms, containing a relatively large sediment volume as well as a water column of 4 m height, open the possibility to run experiments on benthic-pelagic coupling under conditions close to the real coastal environment. In addition, the two large-volume concrete tanks can be used to test large instruments, sensors and more. +","temperature +light +nutrients ","Response of the ultra-oligotrophic food web of the Eastern Mediterranean to perturbations, climate change scenarios (simultaneous effect of warming & acidification), impact of aerosol input, effect of silver nanoparticles, benthic-pelagic coupling at benthocosms, hypoxia "," @@ -288,8 +336,16 @@ Please login or request access to view contact information. 35.3387352,25.14421260 -",,,"chemical lab, radio-isotope lab (14C, 33P, 3H), flow cytometry lab, microscopy lab (inverted and epifluorescence microscopes, image analysis system), culture/live laboratory, constant temperature room and several general use labs, 26m long research vessel PHILIA, zodiac -","no dormitories, accomodation in hotels +","Climate change/ +Climate change/ Global warming +Pollution/ +Pollution/ Acidification +Pollution/ Deoxygenation +Pollution/ Nutrient pollution","outdoor +marine +pelagic +benthic +ultraoligotrophic","The mesocosm facility is complemented by modern laboratories: chemical lab to analyse nutrients; radio-isotope lab (14C,3H,33P) to measure primary and bacterial production and phosphorus uptake; culture lab equipped with an autoclave, laminar-flow cabinet, incubator, etc.; several general-purpose labs and a constant-temperature room. Plankton and microbial analysis equipment includes two flow cytometers, inverted and epifluorescence microscopes with an automated image analysis system and stereoscopes. Several laboratory equipment (centrifuges, analytical balances, baths, fridge and freezers (-80°C), several liquid N2 dewars, etc) is also available. The facility is also supported by an automotive lab, an inflatable zodiac, and the R/V Philia. An auditorium and several seminar and meeting rooms are available to host regular meetings of the scientists throughout the experiments.","no dormitories, accomodation in hotels ","www.cretacosmos.eu "," @@ -311,18 +367,19 @@ Cretacosmos mesocosm facility (Photo: Vivi Pitta)   -","['http://mesocosm.org/wp-content/uploads/2017/02/Cretacosmos-facility-during-the-LightDynaMix-project-Photo-Stella-A-Berger-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Two-basins-of-the-Cretacosmos-mesocosm-facility-300x188.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Cretacosmos-mesocosm-facility-Photo-Vivi-Pitta-300x113.jpg']",,,,"['35.3387352', '25.14421260']","{'coordinates': ['35.3387352', '25.14421260']}" +","['http://mesocosm.org/wp-content/uploads/2017/02/Cretacosmos-facility-during-the-LightDynaMix-project-Photo-Stella-A-Berger-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Two-basins-of-the-Cretacosmos-mesocosm-facility-300x188.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Cretacosmos-mesocosm-facility-Photo-Vivi-Pitta-300x113.jpg']",,,,"['35.3387352', '25.14421260']","{'coordinates': ['35.3387352', '25.14421260']}" https://mesocosm.org/mesocosm/eawag-experimental-ponds-facility/,Eawag Experimental Ponds Facility,"Eawag, Swiss Federal Institute of Aquatic Science and Technology",Switzerland,Europe,"Eawag, Überlandstrasse 133, 8600 Dübendorf, Switzerland ","Christoph Vorburger Head of Experimental Ponds Committee Please login or request access to view contact information. ",2016 – present,"The Experimental Ponds Facility at Eawag in Dübendorf consists of 36 independent ponds made of glass fiber reinforced plastic. The ponds are 1.5 m deep with a shallow end to one side (0.5 m), and they hold up to 15 m3 of fresh water. The ponds can be drained and reset completely between experiments. -","Depending on ongoing experiments: -1. Nutrient loading (phosphorus) -2. Presence/absence of macrophytes -3. Presence/absence of filter feeders (mussels) -4. Ecotypes of added fish -","Ecosystem resilience +","nutrient loading +phosphorus +macrophytes +filter feeders +mussels +ecotypes of added fish +fish","Ecosystem resilience Eco-evolutionary dynamics Ecosystem effects of environmental stressors Ecoosystem effects of evaporation control @@ -333,7 +390,13 @@ Ecoosystem effects of evaporation control 47.40515,8.60855 -",,,"Indoor laboratories for sample processing +",Pollution/ Nutrient pollution,"outdoor +freshwater +pelagic +benthic +ponds +macrophytes +filter feeders","Indoor laboratories for sample processing Sampling bridges for easy access to water column Sampling equipment for phyto- and zooplankton Exo2 Multiparameter Sonds for automated measurement of water quality parameters @@ -358,17 +421,18 @@ Image 3: Scientists taking samples at Eawag’s Experimental Pond Facility in D -","['http://mesocosm.org/wp-content/uploads/2019/03/Eawag-Experimental-Ponds-Facility-1-300x186.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Eawag-Experimental-Ponds-Facility-2-300x156.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Eawag-Experimental-Ponds-Facility-3-300x174.jpg']",,,,"['47.40515', '8.60855']","{'coordinates': ['47.40515', '8.60855']}" +","['http://mesocosm.org/wp-content/uploads/2019/03/Eawag-Experimental-Ponds-Facility-1-300x186.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Eawag-Experimental-Ponds-Facility-2-300x156.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Eawag-Experimental-Ponds-Facility-3-300x174.jpg']",,,,"['47.40515', '8.60855']","{'coordinates': ['47.40515', '8.60855']}" https://mesocosm.org/mesocosm/lippenbroek-experimental-wetland/,Lippenbroek Experimental Wetland,University of Antwerp,Belgium,Europe,"University of Antwerp Dep. Biology Universiteitsplein 1 2610 Wilrijk ","Patrick Meire Please login or request access to view contact information. -",2007 - present,"outdoor – freshwater – benthic/pelagic - Lippenbroek Experimental Wetland is a freshwater CRT (controlled reduced tide) in natura tidal facility, surface 8 ha, formerly used as cropland. Vegetation has been progressively replaced by flood-tolerant species (e.g. Lythrum salicaria, Lycopus europaeus, Salix sp., Typha angustifolia and Phragmites australis). Reconstruction of spring-neap tide flooding variation required the construction of separate inlet and outlet culvert. - Lippenbroek Experimental Wetland is currently well equipped to study water and sediment balances. ADCP discharge sensors and automated sampling equipment at in- and outlet culverts allows for the detailed measurement of in- and outgoing water fluxes and quantification of the water and sediment balance. Ten sampling sites are installed with sediment elevation tables and piezometers. The flexible dimensions of the culverts allow the manipulation of the volume of incoming and outgoing tidal waters and hence manipulate tidal height, inundation frequency and inundation duration. -","Inundation frequency, vegetation, soil nutrients +",2007 - present,"Lippenbroek Experimental Wetland is a freshwater CRT (controlled reduced tide) in natura tidal facility, surface 8 ha, formerly used as cropland. Vegetation has been progressively replaced by flood-tolerant species (e.g. Lythrum salicaria, Lycopus europaeus, Salix sp., Typha angustifolia and Phragmites australis). Reconstruction of spring-neap tide flooding variation required the construction of separate inlet and outlet culvert. +Lippenbroek Experimental Wetland is currently well equipped to study water and sediment balances. ADCP discharge sensors and automated sampling equipment at in- and outlet culverts allows for the detailed measurement of in- and outgoing water fluxes and quantification of the water and sediment balance. Ten sampling sites are installed with sediment elevation tables and piezometers. The flexible dimensions of the culverts allow the manipulation of the volume of incoming and outgoing tidal waters and hence manipulate tidal height, inundation frequency and inundation duration. +","inundation frequency +vegetation +soil nutrients ","Lippenbroek Experimental Wetland is currently the only facility that allows in situ manipulation of various tidal characteristics in such detail and large scale. Multiple sampling sites across the area have been identified, with different elevations, allowing to assess at the sampling spot scale (12 m2) the effect of different flooding frequencies and duration, due to the differences in elevation. "," @@ -377,7 +441,11 @@ Please login or request access to view contact information. 51.09284,4.157230 -",,,"Only one general tidal regime can be installed for the whole area, although a good definition of sampling spots within Lippenbroek (based on the digital elevation map) allows for assessing effects of specific flooding regimes locally in more detail. +",Climate change/ Flooding events,"outdoor +freshwater +benthic +pelagic +wetland","Only one general tidal regime can be installed for the whole area, although a good definition of sampling spots within Lippenbroek (based on the digital elevation map) allows for assessing effects of specific flooding regimes locally in more detail. The future upgrades include 16 flexible gas exchange measurement setups (CO2, N2O, CH4) fluxes, allowing, a whole ecosystem tower for eddy covariance fluxes of CO2, H2O and CH4, permanent water quaity setups for all major nutrients that can be flexibly deployed, and upgrade of the facilities for flow measurement. ","Lodging possible at University of Antwerp (25 km) or near facility in private accommodation ","www.lippenbroek.be @@ -416,25 +484,22 @@ Lippenbroek Experimental Wetland -","['http://mesocosm.org/wp-content/uploads/2017/05/Lippenbroek_5.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Lippenbroek_1_314px.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Lippenbroek_3_400px.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Lippenbroek_2_400px.jpg']",,,,"['51.09284', '4.157230']","{'coordinates': ['51.09284', '4.157230']}" -https://mesocosm.org/mesocosm/cmu-biological-station-mesocosm-facility/,CMU Biological Station mesocosm facility,"CMU Biological Station, Central Michigan University",USA,North America,"P.O. Box 206, +","['http://mesocosm.org/wp-content/uploads/2017/05/Lippenbroek_5.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Lippenbroek_1_314px.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Lippenbroek_3_400px.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Lippenbroek_2_400px.jpg']",,,,"['51.09284', '4.157230']","{'coordinates': ['51.09284', '4.157230']}" +https://mesocosm.org/mesocosm/cmu-biological-station-mesocosm-facility/,CMU Biological Station Mesocosm Facility,"CMU Biological Station, Central Michigan University",United States of America,North America,"P.O. Box 206, Beaver Island, MI 49782 USA ","Don Uzarski Please login or request access to view contact information. -",2012 - present," -12 fibreglass tanks each 250 gallons +",2012 - present,"12 fibreglass tanks each 250 gallons including metal halide timer-controlled lights housed on Lake Michigan with access to epilimnetic and metalimnetic water -"," -Light -Temperature +","light +temperature -"," -Predator-prey interactions +","predator-prey interactions microplastic impacts sediment contaminants macrophyte-phytoplankton interactions @@ -448,38 +513,41 @@ nutrient impacts 45.7422222,-85.50944444444444 -"," -Invasive species -eutrophication -climate change - -","Laurentian Great Lakes +","Climate change/ Global warming +Pollution/ Nutrient pollution +Pollution/ Plastic pollution +Pollution/ Release of toxic chemicals +Novel organisms/ Invasive alien species","indoor +freshwater +pelagic +Laurentian Great Lakes ","YSI multiprobes ","on site ","https://www2.cmich.edu/colleges/se/cmubs/MesocosmFacility/Pages/default.aspx ","photo credits: CMU Communications -",['http://mesocosm.org/wp-content/uploads/2022/11/beaver-island-mesocosms-1024x770.jpg'],,,,"['45.7422222', '-85.50944444444444']","{'coordinates': ['45.7422222', '-85.50944444444444']}" -https://mesocosm.org/mesocosm/ims-metu-mesocosm-system/,IMS-METU Mesocosm System,"Middle East Technical University (METU), Institute of Marine Sciences (IMS)",Turkey,Europe,"Middle East Technical University, Institute of Marine Sciences, +",['http://mesocosm.org/wp-content/uploads/2022/11/beaver-island-mesocosms-1024x770.jpg'],,,,"['45.7422222', '-85.50944444444444']","{'coordinates': ['45.7422222', '-85.50944444444444']}" +https://mesocosm.org/mesocosm/ims-metu-mesocosm-system/,IMS-METU Mesocosm System,"Middle East Technical University (METU), Institute of Marine Sciences (IMS), 33731, Erdemli, +Mersin, +Turkey",Turkey,"Europe +Asia","Middle East Technical University, Institute of Marine Sciences, 33731, Erdemli, Mersin, Turkey -","Dr. Korhan Özkan +","Korhan Özkan Please login or request access to view contact information. ",2021 - present,"IMS-METU mesocosm facility consists of 24 outdoor mesocosms and for stocking tanks mimicking shallow lake or coastal ecosystems. The system allows 3×2 factorial design experiments Each tank is made of polyethylene with a diameter of 2 m and depth of 1.8 m and insulated. Tanks are equipped with dynamic heating systems that can simulate climate change scenarios. Each tank is equipped with real-time sensors for temperature, oxygen, methane, carbon dioxide monitoring. The water column can be mixed with wave makers. Currently each tank has 0.3 m natural lake sediment and 1.2 m of water column and inoculated with natural communities (plankton to fish) from Anatolian coastal and inland Lakes. The facility involves a nearby field laboratory and storage facilities hosting all sampling equipment and basic analysis capacity. Detailed information is available at the publication: Özkan, K., Korkmaz, M., Amorim, C. A., Yılmaz, G., Koru, M., Can, Y., … & Jeppesen, E. (2023). Mesocosm Design and Implementation of Two Synchronized Case Study Experiments to Determine the Impacts of Salinization and Climate Change on the Structure and Functioning of Shallow Lakes. Water, 15(14), 2611. -"," -Temperature +","temperature mixing nutrient levels salinity -species composition if required. +species composition + +","Climate change effects and xtreme events on aquatic ecosystems +Freshwater salinisation +Ecology of inland and coastal lakes as well as coastal seas -"," -Climate change effects on ecosystems -extreme events -salinisation -ecosystem ecology "," @@ -488,22 +556,21 @@ ecosystem ecology 36.564427, 34.254018 -"," -Ecology of inland and coastal lakes as well as coastal seas - -"," -Aquatic ecology -Ecosystem ecology -Community ecology -Climate change -Plankton - -"," -All tanks were equipped with temperature, oxygen, methane and CO2 sensors. -There is a nearby field lab for basic wet-lab requirements such as filtration, alkalinity, Chl-a measurements. -The site includes storage facility for all sampling and maintenance gears. -The institute laboratories are 200 m away and hosting a large analyses capacity (nutrient auto-analyzers, HPLC, ICP-MS, Ion Chromatography, CHN analyzer, TOC-TN analyzer, microscope labs) +","Climate change +Climate change/ Global warming +Pollution/ Nutrient pollution +Pollution/ Salinity change + +","outdoor +pelagic +benthic +freshwater +aquatic ecology +ecosystem ecology +community ecology +plankton +","All tanks are equipped with temperature, oxygen, methane and CO2 sensors. There is a nearby field lab for basic wet-lab requirements such as filtration, alkalinity, Chl-a measurements. The site includes storage facility for all sampling and maintenance gears. The institute laboratories are 200 m away and hosting a large analyses capacity with following equipments: Inductively Coupled Plasma Mass Spectrometer (ICP-MS) , Ion Chromatography (ICS-5000 (DIONEX) and 9000 D (URG)), Autoanalyzer (Bran+Luebbe Model), Spectrophotometers (Varian-Cary 100 UV-VIS Spectrophotometer, Gas Chromatography (Agilent Technologies 6890N, Network GC system), lemental Analyzer (Vario El Cube Elementar Model), High Performance Liquid Chromatography (Agilent Technologies 1100 Series), Carbon/Total Nitrogen analyzer (Teledyne Tekmar Model TOC Torch Model) , Spectrofluorometer (HITACHI Model F-2500 Fluorescence Spectrophotometer), Automatic Winkler Titration System (Metrohm 785 DMP Titrino Model), pH meters, Freeze dry system (Labconco), Microwave digestion system, Atmospheric Tower, Real Time Thermal Cycler (PCR machine) Roche 480 and BIORAD, Compact Thermal Cycler (to make running PCR) (T100-BIORAD), Gel Imaging System(Quantum ST4 VILBER LOURMAT), Isotop (C14 and H3) Measuring system, Flowcytometer, Microscopes (Olympus Stereo SX16 with photographic tube, Olympus SZX2, Olympus SZ61, Olympus 1X71(inverted phase contrast), Nikon Optiphot2 EFD-3(epifluorescence phase contrast) ","Lodging may be provided on campus for visiting students and researchers. ","https://ae-ims.metu.edu.tr/ ","The facility includes 24 experimental mesocosm tanks, photo credits: Korhan Özkan @@ -513,19 +580,19 @@ Mesocosm tanks are equipped with sensors including GHG measurements, photo credi Dedicated field laboratory and facilities, photo credits: Korhan Özkan     -","['http://mesocosm.org/wp-content/uploads/2023/12/G0018552_1.9MB-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2023/12/WhatsApp-Image-2022-07-27-at-10.33.44-AM-1-1024x576.jpeg', 'http://mesocosm.org/wp-content/uploads/2023/12/G0011377_1.8MB-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2023/12/IMG_9936_1.9MB-768x1024.jpg', 'http://mesocosm.org/wp-content/uploads/2023/12/G0066411_1.9MB-1024x768.jpg']",,,,"['36.564427', ' 34.254018']","{'coordinates': ['36.564427', '34.254018']}" -https://mesocosm.org/mesocosm/bermuda-marine-mesocosm-facility-bmmf/,Bermuda Marine Mesocosm Facility (BMMF),ASU Bermuda Institute of Ocean Sciences (ASU BIOS),Bermuda,North America,"17 Biological Station, St. George’s GE01, Bermuda +","['http://mesocosm.org/wp-content/uploads/2023/12/G0018552_1.9MB-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2023/12/WhatsApp-Image-2022-07-27-at-10.33.44-AM-1-1024x576.jpeg', 'http://mesocosm.org/wp-content/uploads/2023/12/G0011377_1.8MB-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2023/12/IMG_9936_1.9MB-768x1024.jpg', 'http://mesocosm.org/wp-content/uploads/2023/12/G0066411_1.9MB-1024x768.jpg']",,,,"['36.564427', ' 34.254018']","{'coordinates': ['36.564427', '34.254018']}" +https://mesocosm.org/mesocosm/bermuda-marine-mesocosm-facility-bmmf/,BMMF - Bermuda Marine Mesocosm Facility,ASU Bermuda Institute of Ocean Sciences (ASU BIOS),Bermuda,North America,"17 Biological Station, St. George’s GE01, Bermuda ","Dr. Yvonne Sawall Please login or request access to view contact information. -",since 2019,"The Bermuda Marine Mesocosm Facility (BMMF) is a robust and versatile state-of-the-art outdoor facility for experimental work and organism culturing. +",2019 - present,"The Bermuda Marine Mesocosm Facility (BMMF) is a robust and versatile state-of-the-art outdoor facility for experimental work and organism culturing. The BMMF provides scientists with an opportunity to conduct research in controlled marine environments under near-natural conditions, meaning natural sun light and seawater that is pumped from the close-by Reach. It has twelve 500-L and four 1500-L experimental basins that can be run simultaneously and are designed with the potential to manipulate a range of environmental factors, such as temperature, light, CO2 concentrations, flow rate, and nutrients. The BMMF provides for a replicated and robust experimental design that is ideal for research on a variety of topics, including, for example, organism eco-physiology and reproduction, biological recovery and ecosystem resilience. -"," -Temperature, light +","temperature +light CO2 seawater flow-through filtered/unfiltered seawater -"," +","Manipulation experiments under near-natural conditions Effects of ocean warming (marine heat waves) on organisms and communities Effect of ocean acidification on organisms and communities Effect of nutrient enrichment on organisms and communities @@ -540,57 +607,40 @@ Efficacy and effects of marine Carbon Dioxide Removal (mCDR) technologies 32.370636,-64.697763 -"," -Manipulation experiments under near-natural conditions - -",,"Basins: - +","Climate change/ Global warming +Pollution/ Acidification +Pollution/ Nutrient pollution","outdoor +marine","Basins: 12 x 500-L basins 4 x 1500-L basins – elongated, can be converted into flumes -   Light intensity control: - Roof: Scaffolding holding a waterproof & light permeable (~75%) greenhouse foil Lids for each basin with exchangeable shading material (e.g., mosquito netting) for further light reduction -  Temperature control - 12 x AquaLogic DSHP-9 Heat Pumps, one for each 500-L basin 4 x AquaLogic HS-2 Heat Pumps, one for each 1500-L basin -   CO2 supply and pH monitoring - CO2 supply regulated by mass-flow controllers and directly bubbled into 3 x 200-L flow-through header tanks; flow to individual basins is adjustable Automated pH measurements in all basins via a centralized pH sensor (DURAFET III, Honeywell Process solution) and remote-controlled pumps. -  Water supply and flow - Total capacity of seawater supply from Reach: 9,000 L/h 2 x 5,500-L header tanks for seawater storage Sediment filter -   Aquarium setup - 30 x 60-L aquaria to be placed inside basins -   Electricity - 2 – 4 power outlets (110V) above each basin -   Laboratory container - 20-foot shipping container converted into an air-conditioned lab space with cabinets, bench space, various power outlets (110V) and a freshwater sink -   -Utility golf cart For quick and easy transport of life organisms from the boat to the BMMF and for transport of equipment. -","Various visitor accommodations are available on campus: https://bios.asu.edu/visiting-bios +Utility golf cart For quick and easy transport of life organisms from the boat to the BMMF and for transport of equipment.","Various visitor accommodations are available on campus: https://bios.asu.edu/visiting-bios ","https://bios.asu.edu/research/facilities/mesocosm-facility   @@ -598,19 +648,20 @@ Utility golf cart For quick and easy transport of life organisms from the boat t Mesocosm overview showing ~3/4 of the facility; photo credits: Yvonne Sawall One of the four 1500-L basins hosting coral fragments.; photo credits: Yvonne Sawall Three 40-L aquaria inside a 500-L basin, each hosting coral fragments. ; photo credits: Chloe Carbonne -","['http://mesocosm.org/wp-content/uploads/2024/11/B31560D9-B8BA-4EA4-9665-B13B46E9372A-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2024/11/2009F839-BFBF-4D3A-885D-30A359409B74-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2024/11/6DC60F28-580A-4046-91C5-4C57088CE81F-768x1024.jpg', 'http://mesocosm.org/wp-content/uploads/2024/11/2CCD8F84-538A-40A1-9507-74E4794C3B3A-1024x768.jpg']",,,,"['32.370636', '-64.697763']","{'coordinates': ['32.370636', '-64.697763']}" -https://mesocosm.org/mesocosm/limnotrons/,Limnotron,Netherlands Institute for Ecology (NIOO-KNAW),The Netherlands,Europe,"Netherlands Institute for Ecology (NIOO) +","['http://mesocosm.org/wp-content/uploads/2024/11/B31560D9-B8BA-4EA4-9665-B13B46E9372A-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2024/11/2009F839-BFBF-4D3A-885D-30A359409B74-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2024/11/6DC60F28-580A-4046-91C5-4C57088CE81F-768x1024.jpg', 'http://mesocosm.org/wp-content/uploads/2024/11/2CCD8F84-538A-40A1-9507-74E4794C3B3A-1024x768.jpg']",,,,"['32.370636', '-64.697763']","{'coordinates': ['32.370636', '-64.697763']}" +https://mesocosm.org/mesocosm/limnotrons/,Limnotrons,Netherlands Institute for Ecology (NIOO-KNAW),The Netherlands,Europe,"Netherlands Institute for Ecology (NIOO) Droevendaalsesteeg 10 6708 PB Wageningen ","L.N. de Senerpont Domis Please login or request access to view contact information. -",2001 - present,"indoor/outdoor – pelagic – freshwater - Limnotrons, outdoor enclosure facility, 36 experimental ponds -  +",2001 - present,"Limnotrons, outdoor enclosure facility, 36 experimental ponds The limnotrons are 9 stainless steel indoor mesocosms with a high level of control. The dimensions of these vessels are: 0.97 m in diameter, a depth between 1.32 m (side) and 1.37 m (centre), and a volume of 922 L. The vessels can be closed with a removable PMMA flange lid. In addition to the possibility to sample vertically with specifically designed integrated water samples, sampling can also be done by using the sampling ports positioned on three depths. If needed, mixing of the water column can take place by an impeller made of PMMA, with a stainless steel axis, and a silicon rubber strip between the outside and the Limnotron wall to prevent wall growth. To create a different type of mixing more tailored to growth of cyanobacterial scums, oscillating grids have been designed. Originally designed to study pelagic communities, the Limnotrons have been adapted to allow for a benthic community as well. At present, each Limnotron can have a sediment layer of 10-15 cm, and with the recently purchased high intensity lights, a macrophyte community can be established in these mesocosms. A unique feature of the limnotrons is the temperature regulation with separate upper and lower temperature blocks to allow for thermal stratification. A thermostatically regulated microprocessor-controlled cooling and heating installation controls the temperature of each of the vessels individually at 0.1 oC SE. The temperature program allows for running complicated temperature scenarios, including episodic events. Temperature is logged every minute.  Because of possible volume differences due to temperature settings, evaporation losses and sampling, a (refillable) expansion vessel was developed, which maintains a constant water volume in the experimental vessel. In addition, CO2 levels can be manipulated as well, by providing different CO2 /air mixtures with a WITT KM60-2ME gas mixer. -","Temperature, Light, Mixing regime, CO2 +","temperature +light +mixing regime +CO2 ","The Limnotrons can be used to test the effect of warming, eutrophication and CO2 elevation on carbon cycling, stoichiometry of different trophic groups, nutrient balances, metabolism, adaptation and microevolution and community structure of phytoplankton, zooplankton, macrofauna, periphyton and macrophytes. "," @@ -619,22 +670,23 @@ A unique feature of the limnotrons is the temperature regulation with separate u 51.9876442,5.6706486 -",,,"Advanced analytical equipment, including a number of flow cytometers (e.g. flowcytometry, Cytobuoy, FlowCam, IRMS, molecular lab), which use laser technology to identify, count, and sort algae, bacteria, and protozoa at high speed. - -• Fluorescence microscopy -• Autoananalyzer for dissolved nutrients -• Multichannel probes for simultaneous measurements of oxygen, light, pH, conductivity and temperature -• Phytopam fluorometer -• Coulter particle counter -• Flowcytometer for analysis of phyto- and bacterioplankton (<90 micron) -• FLOWcam for automated analysis of larger celled phyto- and zooplankton -• Elemental analyser to measure particulate C and N -• IRMS to to measure the relative abundance of isotopes -• ICP-MS for detecting trace elements -• LC-MS/MS for detecting e.g. cyanotoxins -• GC-MS/MS for detecting volatiles - -•          State-of the art molecular lab +",,"indoor +outdoor +pelagic +freshwater","Advanced analytical equipment, including a number of flow cytometers (e.g. flowcytometry, Cytobuoy, FlowCam, IRMS, molecular lab), which use laser technology to identify, count, and sort algae, bacteria, and protozoa at high speed. +Fluorescence microscopy +Autoananalyzer for dissolved nutrients +Multichannel probes for simultaneous measurements of oxygen, light, pH, conductivity and temperature +Phytopam fluorometer +Coulter particle counter +Flowcytometer for analysis of phyto- and bacterioplankton (<90 micron) +FLOWcam for automated analysis of larger celled phyto- and zooplankton +Elemental analyser to measure particulate C and N +IRMS to to measure the relative abundance of isotopes +ICP-MS for detecting trace elements +LC-MS/MS for detecting e.g. cyanotoxins +GC-MS/MS for detecting volatiles +State-of the art molecular lab ","No inhouse lodging available ","http://www.nioo.knaw.nl/en/node/280 "," @@ -647,25 +699,43 @@ Limnotron – a highly controlled experimental unit -","['http://mesocosm.org/wp-content/uploads/2017/02/Limnotron_400px2-300x214.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Limnotrons_400px1-268x300.jpg', 'http://mesocosm.org/wp-content/uploads/2017/03/Limnotron-a-highly-controlled-experimental-unit-300x225.jpg']",,,,"['51.9876442', '5.6706486']","{'coordinates': ['51.9876442', '5.6706486']}" +","['http://mesocosm.org/wp-content/uploads/2017/02/Limnotron_400px2-300x214.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Limnotrons_400px1-268x300.jpg', 'http://mesocosm.org/wp-content/uploads/2017/03/Limnotron-a-highly-controlled-experimental-unit-300x225.jpg']",,,,"['51.9876442', '5.6706486']","{'coordinates': ['51.9876442', '5.6706486']}" https://mesocosm.org/mesocosm/aqua-stress/,Aqua-stress,University of Canberra,Australia,Australia,"Institute for Applied Ecology, Faculty of Science and Technology University of Canberra, Bruce, ACT, 2617, Australia ","Jon Bray Please login or request access to view contact information. Ben Kefford Please login or request access to view contact information. -",2016 to present,"The system consists of 32 independent circular freshwater mesocosms each of 1000 L capacity. They can be used either with flowing water i.e. a stream mesocosm (using a pump in each mesocosm to create the flow) or as a pond mesocosm (without the pump). The mesocosms are re-circulating (i.e. non-flow through). A float value ensures that any water lost through evaporation is replaced. -","Controlled parameters are experiment dependent. Experiments to date have manipulated: salinity, the proportions of major ions (i.e. the ions that make up salinity), nutrients (N and P), sedimentation, pesticide concentration and sources of biota. -",," +",2016 - present,"The system consists of 32 independent circular freshwater mesocosms each of 1000 L capacity. They can be used either with flowing water i.e. a stream mesocosm (using a pump in each mesocosm to create the flow) or as a pond mesocosm (without the pump). The mesocosms are re-circulating (i.e. non-flow through). A float value ensures that any water lost through evaporation is replaced. Controlled parameters are experiment dependent. Experiments to date have manipulated: salinity, the proportions of major ions (i.e. the ions that make up salinity), nutrients (N and P), sedimentation, pesticide concentration and sources of biota. +","salinity +nutrients (N and P) +sedimentation +pesticide concentration +sources of biota +","Examination of multiple stressors in freshwaters. +Effects of multiple physico-chemical stressors such as: salinity (major ions), pesticides nutrients and sediment. +Role of biotic interactions in altering effects of chemicals."," -35.23511, 149.086653 -","Examination of multiple stressors in freshwaters. -","Effects of multiple physico-chemical stressors such as: salinity (major ions), pesticides nutrients and sediment -Role of biotic interactions in altering effects of chemicals +"," +Pollution/ Nutrient pollution +Pollution/ Release of toxic chemicals +Pollution/ Salinity change +Pollution/ Sedimentation","outdoor +ponds +flow-through system +freshwater +pelagic +benthic +multiple stressors +salinity (major ions) +pesticides +nutrients and sediment +biotic interactions ","Consists of 32 fully independent mesocosms each of 1000 L capacity with mains electricity supply for an electric submersible pump (1400 L/hr). Each mesocosm is plumbed into dechlorinated Canberra tap water. ","Commercially available nearby. ","https://www.canberra.edu.au/research/institutes/iae @@ -689,14 +759,13 @@ Credit: Alica Tschierschke -","['http://mesocosm.org/wp-content/uploads/2019/03/Aqua-stress-1-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Aqua-stress-2-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Aqua-stress-3-300x200.jpg']",,,,"['-35.23511', ' 149.086653']","{'coordinates': ['-35.23511', '149.086653']}" +","['http://mesocosm.org/wp-content/uploads/2019/03/Aqua-stress-1-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Aqua-stress-2-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Aqua-stress-3-300x200.jpg']",,,,"['-35.23511', ' 149.086653']","{'coordinates': ['-35.23511', '149.086653']}" https://mesocosm.org/mesocosm/mesocosm-gmbh/,MESOCOSM GmbH,Institut für Gewaesserschutz,Germany,Europe,"Institut für Gewaesserschutz Neu-Ulrichstein 5 D-35315 Homberg (Ohm) ","Prof. Dr. Klaus Peter Ebke Please login or request access to view contact information. -",,"outdoor – pelagic/benthic – freshwater -18 to 25 land-based microcosms/mesocosms +",,"18 to 25 land-based microcosms/mesocosms ","toxins ","ecotoxicilogy, phytoplankton, macrozoobenthos, emerging insects, plankton, macrophytes, periphyton "," @@ -706,7 +775,10 @@ Please login or request access to view contact information. 50.7527558,9.0331164 -",,,"Analysis of physical-chemical parameters e.g. temperature, pH, conductivity, dissolved oxygen, water hardness, ammonium, nitrate and phosphate +",Pollution/ Release of toxic chemicals,"outdoor +pelagic +benthic +freshwater","Analysis of physical-chemical parameters e.g. temperature, pH, conductivity, dissolved oxygen, water hardness, ammonium, nitrate and phosphate Especially designed traps and equipment is used to monitor biological parameters like macrozoobenthos, emerging insects, plankton, macrophytes and periphyton by a well trained team to ensure consistent and appropriate sampling processes. At MESOCOSM GmbH we can identify and count phytoplankton and periphyton via microscope, but also by using delayed fluorescence technique. This allows a close observation of the development of the algae community. ",,"http://www.mesocosm.de/Test-facility.74.0.html @@ -726,16 +798,18 @@ Mesocosm test basins -","['http://mesocosm.org/wp-content/uploads/2017/05/test-facility-mesocosmGmbH.de_.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/mesocosmGmbH.de_.jpg']",,,,"['50.7527558', '9.0331164']","{'coordinates': ['50.7527558', '9.0331164']}" +","['http://mesocosm.org/wp-content/uploads/2017/05/test-facility-mesocosmGmbH.de_.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/mesocosmGmbH.de_.jpg']",,,,"['50.7527558', '9.0331164']","{'coordinates': ['50.7527558', '9.0331164']}" https://mesocosm.org/mesocosm/pohang-mesocosm-system/,Pohang Mesocosm System,Pohang University of Science and Technology,South Korea,Asia,"Pohang University of Science and Technology 77 CHEONGAM-RO.NAM-GU. POHANG.GYUNGBUK. KOREA ","Prof. Kitack Lee Please login or request access to view contact information. -",,"outdoor – pelagic – marine - The facility consists of a floating raft, nine impermeable enclosures with transparent caps, nine pCO2 regulation units, and nine bubble-mediated seawater mixers -","CO2, pH, nutrients +",," +The facility consists of a floating raft, nine impermeable enclosures with transparent caps, nine pCO2 regulation units, and nine bubble-mediated seawater mixers +","CO2 +pH +nutrients ","Ocean acidification "," @@ -744,20 +818,27 @@ Please login or request access to view contact information. 34.886946,128.623892 -",,,,,"http://climate.postech.ac.kr/board/view.do?iboardgroupseq=4&iboardmanagerseq=12 -",,,,,,"['34.886946', '128.623892']","{'coordinates': ['34.886946', '128.623892']}" -https://mesocosm.org/mesocosm/national-experimental-platform-in-aquatic-ecology-planaqua/,National Experimental Platform in Aquatic Ecology (PLANAQUA),,France,Europe,"Ecole Normale Supérieure (ENS) +",Pollution/ Acidification,"outdoor +pelagic +marine",,,"http://climate.postech.ac.kr/board/view.do?iboardgroupseq=4&iboardmanagerseq=12 +",,,,,,"['34.886946', '128.623892']","{'coordinates': ['34.886946', '128.623892']}" +https://mesocosm.org/mesocosm/national-experimental-platform-in-aquatic-ecology-planaqua/,PLANAQUA - National Experimental Platform in Aquatic Ecology,,France,Europe,"Ecole Normale Supérieure (ENS) National Centre of Scientific Research (CNRS) Université Pierre et Marie Curie (UPMC) Université Paris Sud (UPS) ","Gerard Lacroix Please login or request access to view contact information. -",2012 - present,"outdoor/indoor- pelagic /littoral – freshwater/marin - 1) The Experimental Lake Platform consists of 16 artificial lakes (30 m x 15 m x 3 m deep, 800 m3each) conceived for incorporating the natural complexity of the environment and the spatially heterogeneous nature of ecological processes in natural ecosystems. These large experimental systems are spatially structured, with shallow littoral areas, a central pelagic zone and a central benthic area, and may be interconnected by groups of 4 lakes through 10 m long dispersal channels. The artificial lakes will be equipped in Autumn 2014 with automated sensors and data loggers. +",2012 - present,"1) The Experimental Lake Platform consists of 16 artificial lakes (30 m x 15 m x 3 m deep, 800 m3each) conceived for incorporating the natural complexity of the environment and the spatially heterogeneous nature of ecological processes in natural ecosystems. These large experimental systems are spatially structured, with shallow littoral areas, a central pelagic zone and a central benthic area, and may be interconnected by groups of 4 lakes through 10 m long dispersal channels. The artificial lakes will be equipped in Autumn 2014 with automated sensors and data loggers. The two other artificial reservoirs (126 m x 15 m x 3 m deep, 4000 m3) are a stocking lake (south) used to homogenize water before distribution to experimental lakes or mesocosms and a drainage lake (north) that can collect and purify used water at the end of experiments. 2) A large number of mesocosms, from a few hundreds of liters to a few tens of m3, high degree of replication; Floating mesocosms installed on the stocking lake; more than 60 tanks installed outdoors and equipped with devices for the experimental control of thermal gradients and water mixing;  beaters that generate waves, control of the physical structure of the water column. 3) Microcosms from one to several litres of volume for continuous cultures experiments; climatic chambers of the Ecotron IleDeFrance (precise conditioning of the environment and the detailed monitoring of states and activities of organisms and ecosystems) to study marine or freshwater ecosystems (plankton, benthos, macrophytes) under highly controlled environmental conditions.  A series of dedicated sensors enables monitoring of gas exchange (O2 and CO2) between the air and the water in the experimental system. -","temperature, mixing, fish, nutrients, waves, irradiance, gas concentrations +","temperature +mixing +fish +nutrients +waves +irradiance +gas concentrations ","Effects of human disturbances on aquatic biodiversity, community structure and ecosystem functioning. Long-term study of the bottom-up and top-down control of the functioning of complex communities with heterogeneous spatial distributions, consequences of anthropogenic pressures on biodiversity, up to the species at the top of the food web. Studies of the link between physical constraints and the functioning of aquatic systems. "," @@ -766,7 +847,12 @@ Please login or request access to view contact information. 48.287979,2.6759703 -",,,"Instruments and equipment available in the labs include flowcytometer, spectrophotometer, growth cabinets, laminar flow hood, fume hood, -20°C and -80°C freezers, autoclave, oven, liquid nitrogen, distilled and ultrapure water, microscopes, centrifuge, precision balances, algae culture facilities, FlowCAM, etc. Field equipment includes samplers, fixed sensors, multi-parameters probes, BBE fluorimetric probes, BBE benthotorch, small boats, etc. Some experiments with fish may also be conducted in a fish house. +",Biodiversity loss/ ,"outdoor +indoor +pelagic +littoral +freshwater +marin","Instruments and equipment available in the labs include flowcytometer, spectrophotometer, growth cabinets, laminar flow hood, fume hood, -20°C and -80°C freezers, autoclave, oven, liquid nitrogen, distilled and ultrapure water, microscopes, centrifuge, precision balances, algae culture facilities, FlowCAM, etc. Field equipment includes samplers, fixed sensors, multi-parameters probes, BBE fluorimetric probes, BBE benthotorch, small boats, etc. Some experiments with fish may also be conducted in a fish house. ","CEREEP – Ecotron Ile de France is able to host up to 30 sleeping guests (12 double rooms and a dormitory for students). In addition, through cooperation with the laboratories associated in the PLANAQUA project, the CEREEP – Ecotron Ile de France may favour collaboration with other laboratories in Ile-de-France and access to other facilities. ","http://www.foljuif.ens.fr "," @@ -780,7 +866,7 @@ Graphic of the PLANAQUA facility -","['http://mesocosm.org/wp-content/uploads/2017/02/Saint-Pierre_PLANAQUA-300x206.png', 'http://mesocosm.org/wp-content/uploads/2017/02/Plamaqua_Mesocosms_8.14-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Bild1-225x300.jpg']",,,,"['48.287979', '2.6759703']","{'coordinates': ['48.287979', '2.6759703']}" +","['http://mesocosm.org/wp-content/uploads/2017/02/Saint-Pierre_PLANAQUA-300x206.png', 'http://mesocosm.org/wp-content/uploads/2017/02/Plamaqua_Mesocosms_8.14-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Bild1-225x300.jpg']",,,,"['48.287979', '2.6759703']","{'coordinates': ['48.287979', '2.6759703']}" https://mesocosm.org/mesocosm/cer-mesocosms/,CER Mesocosms,Centre for Ecological Research,Hungary,Europe,"Centre for Ecological Research H-1113 Budapest, Karolina út 29. Hungary @@ -792,8 +878,7 @@ Please login or request access to view contact information. ",2019 - present,"Mobile outdoor facility, with 40 (300-litre each) + 96 mesocosms (220-litre each). Heating is available on-site. Possibility to carry out in situ experiments (within natural ponds or lakes). -"," -Temperature +","temperature nutrient level species composition connectivity @@ -812,7 +897,13 @@ Role of stressors: climate change, invasive species, habitat fragmentation 47.705993,19.229583 -",,," +","Biodiversity loss/ +Climate change/ +Land, freshwater and sea use change/ Habitat fragmentation +Novel organisms/ Invasive alien species","outdoor +freshwater +ponds +mobile"," Temperature loggers and control airlift access to analytical and molecular labs @@ -840,26 +931,25 @@ CER mesocosms: in situ experiment (photo credit: Zsófia Horváth) -","['http://mesocosm.org/wp-content/uploads/2023/07/DJI_0203-fotor-20230722131035-1024x637.jpg', 'http://mesocosm.org/wp-content/uploads/2021/05/3.m-1024x576.jpg', 'http://mesocosm.org/wp-content/uploads/2021/05/4.m-1024x682.jpg']",,,,"['47.705993', '19.229583']","{'coordinates': ['47.705993', '19.229583']}" -https://mesocosm.org/mesocosm/consortium-gwrc-mesocosm-facility/,Great Waters Research Consortium (GWRC) mesocosm facility,"Natural Resources Research Great Waters Research Institute (NRRI), University of Minnesota Duluth; Lake Superior Research Institute (LSRI), University of Wisconsin Superior (joint project)",USA,North America,"Montreal Pier Rd, +","['http://mesocosm.org/wp-content/uploads/2023/07/DJI_0203-fotor-20230722131035-1024x637.jpg', 'http://mesocosm.org/wp-content/uploads/2021/05/3.m-1024x576.jpg', 'http://mesocosm.org/wp-content/uploads/2021/05/4.m-1024x682.jpg']",,,,"['47.705993', '19.229583']","{'coordinates': ['47.705993', '19.229583']}" +https://mesocosm.org/mesocosm/consortium-gwrc-mesocosm-facility/,GWRC - Great Waters Research Consortium Mesocosm Facility,"Natural Resources Research Great Waters Research Institute (NRRI), University of Minnesota Duluth; Lake Superior Research Institute (LSRI), University of Wisconsin Superior (joint project)",United States of America,North America,"Montreal Pier Rd, Superior, WI 54880 USA ","Euan Reavie (NRRI) Please login or request access to view contact information. -",2016 - present," -22 x 1m3, 40 x 20L +",2016 - present,"22 x 1m3, 40 x 20L Closed system, recirculating Indoor Fluorescent lighting, timed Duluth-Superior Harbor water source, filled simultaneously Permitted for invasives -"," -Temperature +","temperature light species added ","Invasion dynamics +Invasive species "," @@ -867,8 +957,9 @@ species added 46.7109,-92.0484 -","Invasive species -",,,"not on site +"," +Novel organisms/ Invasive alien species","indoor +recirculation system",,"not on site ","https://www.uwsuper.edu/lsri/gwrc/index.cfm "," @@ -889,18 +980,27 @@ Figure credits: Euan D. Reavie -","['http://mesocosm.org/wp-content/uploads/2022/09/pic1.2-1024x576.jpg', 'http://mesocosm.org/wp-content/uploads/2022/09/pic2.2-1024x576.jpg', 'http://mesocosm.org/wp-content/uploads/2022/09/pic3-1-1024x625.jpg']",,,,"['46.7109', '-92.0484']","{'coordinates': ['46.7109', '-92.0484']}" -https://mesocosm.org/mesocosm/bolmen-forskningsstation/,Bolmen Forskningsstation,Sweden Water Research AB,Sweden,Europe,"Sweden Water Research AB +","['http://mesocosm.org/wp-content/uploads/2022/09/pic1.2-1024x576.jpg', 'http://mesocosm.org/wp-content/uploads/2022/09/pic2.2-1024x576.jpg', 'http://mesocosm.org/wp-content/uploads/2022/09/pic3-1-1024x625.jpg']",,,,"['46.7109', '-92.0484']","{'coordinates': ['46.7109', '-92.0484']}" +https://mesocosm.org/mesocosm/bolmen-forskningsstation/,SITES AquaNet - Bolmen,"Bolmen Research Station (SWR) +Tiraholm +Unnaryd +314 52 +Sweden",Sweden,Europe,"Sweden Water Research AB Ideon Science Park Scheelevägen 15 SE-223 70 Lund ","Linda Parkefelt Please login or request access to view contact information. -",2017 - present," -Open access to national and international researchers. +",2017 - present,"SITES AquaNet is a modular infrastructure with mesocosm facilities in lakes connected to 5 field stations (Asa, Bolmen, Erken, Skogaryd, Svartberget) that are part of the Swedish Infrastructure for Ecosystem Science (SITES). SITES AquaNet is coordinated by Uppsala University and the associated partners are the Swedish Agricultural University (SLU), Gothenburg University (GU) and Sweden Water Research (SWR). The unique feature of SITES AquaNet is that it is fully standardised across sites and therefore enables modularised experimental manipulations in lakes along a latitudinal gradient in Sweden. The lakes in each respective station (Stortjärn, Erken, Erssjön, Feresjön and Bolmen) vary in local environmental conditions: https://www.fieldsites.se/en-GB/sites-thematic-programs/lakes-in-sites-44856978. This allows to achieve general conclusions on ecological phenomena; particularly how local differences between important variables across sites (e.g., temperature, elevation, nutrients and water colour) mediate the outcomes of experimental manipulations of explanatory predictors for the phenomena. +SITES AquaNet has established protocols to standardise both field and laboratory work. Each station is equipped with field equipment for collection of samples and there is access to cold storage, freezing rooms and laboratory facilities for filtering and extraction of samples for a wide range of analyses.Open access to national and international researchers. Outdoor, freshwater, lake deployed in an adaptable jetfloat. -PE-film enclosures or 20 hardshell PE enclosures (ø = 0.9m, depth = 1.5m, volume = 700L). +PE-film enclosures or 20 hardshell PE enclosures (ø = 0.9m, depth = 1.5m, volume = 700 L). -",,"Advance general understanding in ecology. Topics: biodiversity-functioning-stability relationships, community ecology, food web interactions and benthic-pelagic dynamics. Possibility to combine experimental research with historical lake monitoring data from Lake Bolmen (e.g., phytoplankton, zooplankton, fish, temperature measurements and others). +","nutrient addition +substance addition +shading +food web manipulation +dispersal +species additions","Advance general understanding in ecology. Topics: biodiversity-functioning-stability relationships, community ecology, food web interactions and benthic-pelagic dynamics. Possibility to combine experimental research with historical lake monitoring data from Lake Bolmen (e.g., phytoplankton, zooplankton, fish, temperature measurements and others). "," @@ -908,7 +1008,15 @@ PE-film enclosures or 20 hardshell PE enclosures (ø = 0.9m, depth = 1.5m, volu 56.943190, 13.645610 -",,,"Apogee SQ-500 (PAR), CTG Trilux fluorometer (chlorophyll-a, phycocyanin and turbidity) and Aanderaa 4531 optode (O2 and temperature) sensors fulltime deployed in each enclosure. CR1000 dataloggers and AM16/32B multiplexers. Possibility to develop Internet interface for collected data. One AP-2000 AquaRead Multiprobe (http://www.aquaread.com/portofolio/ap-2000/) and one Apogee MQ-500 (PAR) with handheld meters. +","Biodiversity loss +Climate change +Pollution/ Nutrient pollution","outdoor +freshwater +pelagic +benthic +modular mesocosm infrastructure +run-off variabiliy +salinisation","Equipment includes a sensor and data logging system to measure in each mesocosm real-time environmental parameters, such as DO, temperature, photosynthetic active radiation, chlorophyll, phycocyanin and turbidity. Apogee SQ-500 (PAR), CTG Trilux fluorometer (chlorophyll-a, phycocyanin and turbidity) and Aanderaa 4531 optode (O2 and temperature) sensors fulltime deployed in each enclosure. CR1000 dataloggers and AM16/32B multiplexers. Possibility to develop Internet interface for collected data. One AP-2000 AquaRead Multiprobe (http://www.aquaread.com/portofolio/ap-2000/) and one Apogee MQ-500 (PAR) with handheld meters. ","Capacity in site (Bolmen Forskningsstation) up to 5-6 people with general facilities needed for accommodation. "," Tänk H2O: http://sydvatten.se/stipendiet-tank-h20/ @@ -928,18 +1036,17 @@ Photo credit: Juha Rankinen -","['http://mesocosm.org/wp-content/uploads/2018/05/Bolmen_2-1024x577.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/Bolmen_3-1024x577.jpg']",,,,"['56.943190', ' 13.645610']","{'coordinates': ['56.943190', '13.645610']}" +","['http://mesocosm.org/wp-content/uploads/2018/05/Bolmen_2-1024x577.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/Bolmen_3-1024x577.jpg']",,,,"['56.943190', ' 13.645610']","{'coordinates': ['56.943190', '13.645610']}" https://mesocosm.org/mesocosm/sinderhoeve/,Sinderhoeve,Wageningen Environmental Research,The Netherlands,Europe,"Telefoonweg 77 6871NJ Renkum The Netherlands ","Dr ir Ivo Roessink ivo.roessink@wur.nl   -",1990 - present,"outdoor – pelagic/benthic – freshwater -A variety of land-based systems ranging from 40 m long 55 m3 experimental ditches, four types of ponds of different sizes to 100 L microcosms. All is situated on a 11 ha fenced off test site and there are always possibilities to construct new systems if required by the research question. -"," -Toxins & chemicals -Invasive aquatic species +",1990 - present,"A variety of land-based systems ranging from 40 m long 55 m3 experimental ditches, four types of ponds of different sizes to 100 L microcosms. All is situated on a 11 ha fenced off test site and there are always possibilities to construct new systems if required by the research question. +","toxins +chemicals +invasive aquatic species "," ecotoxicology @@ -954,25 +1061,23 @@ remediation research 51.998681, 5.752708 -"," +","Novel organisms/ Invasive alien species +Pollution/ Release of toxic chemicals","outdoor +pelagic +benthic +freshwater ecotoxicology aquatic ecology -invasive aquatic species -remediation research - -"," -Ecotoxicology -Aquatic ecology -Aquatic invasive species -Turtles -Freshwater crayfish -Phytoplankton -Zooplankton -Microbial community -Macrozoobenthos -Emerging insects -Macrophytes -Periphyton +aquatic invasive species +turtles +freshwater crayfish +phytoplankton +zooplankton +microbial community +macrozoobenthos +emerging insects +macrophytes +periphyton ","Several aquatic test systems of different volume are available on site including all materials to sample plankton, macrobenthos and emerging insects. pH, DO, T and EC meters plus alkalinity measurements can be performed on site. In addition, a small lab facility is present where several small lab equipment such as ovens, fume hood and microscopes are available. ","Not available on site. A variety of housing possibilities is available on the campus of Wageningen University and the town of Wageningen or its surroundings. @@ -1004,15 +1109,21 @@ SInderhoeve areal; Figure cerdit: Wageningen Environmental Research   -","['http://mesocosm.org/wp-content/uploads/2018/11/Foto-sloten-sinderhoeve-1024x697.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/DSC02496-768x1024.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/IMG_2919-1024x683.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/Perspectief-Sinderhoeve-kl-1024x679.jpg']",,,,"['51.998681', ' 5.752708']","{'coordinates': ['51.998681', '5.752708']}" -https://mesocosm.org/mesocosm/iberian-pond-network-ipn/,Iberian Pond Network (IPN),"InBio/CIBIO, University of Évora","Portugal, Spain",Europe,"InBio/CIBIO, University of Évora, Largo dos +","['http://mesocosm.org/wp-content/uploads/2018/11/Foto-sloten-sinderhoeve-1024x697.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/DSC02496-768x1024.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/IMG_2919-1024x683.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/Perspectief-Sinderhoeve-kl-1024x679.jpg']",,,,"['51.998681', ' 5.752708']","{'coordinates': ['51.998681', '5.752708']}" +https://mesocosm.org/mesocosm/iberian-pond-network-ipn/,Iberian Pond Network (IPN),"InBio/CIBIO, University of Évora",Portugal,Europe,"InBio/CIBIO, University of Évora, Largo dos Colegiais, 7000 Évora, Portugal ","Prof. Miguel B. Araújo Dr. Miguel Matias Please login or request access to view contact information. -",2014 to present,"outdoor – pelagic/benthic – freshwater +",2014 - present,"The Iberian Pond Network (IPN) was established in 2014 to investigate ecological responses to climate change across bioclimatic regions. This innovative infrastructure includes a range of environments from semi-arid conditions to mountaintops. A total of 192 mesocosms, each 0.70 m deep and 1.85 m in diameter, are deployed across 6 regions on the Iberian Peninsula. Locations include semi-arid, Mediterranean, temperate and alpine environments. This distribution of sites along a climatic gradient over a large area is expected to provide insights into effects of climate change, biogeography, biotic interactions, biodiversity and ecosystem processes in pond food webs. At each location, 32 mesocosms with a volume of 1000 l each are located at ca. 3-5 m distance from one another. The mesocosms are equipped with an automated system controlling temperature and water level, thus enabling simulations of future climatic conditions. The mesocosms were set-up and initiated by adding 100 kg of locally collected topsoil, then filled with local water. All mesocosms have been left untouched until 2019 to allow establishment of aquatic food webs, but can from now on be used for a variety of climate change manipulations, which can take the form of warming experiments, space-for-time substitutions across the network, or a combination of both. In addition, the IPN can be used for studies addressing fundamental questions relating to spatial patterns of community composition and function at biogeographical scales. 192 mesocosms deployed across six regions. The mesocosms consist of 1000-L tanks that mimic small ponds. In each location, there are 32 mesocosms installed ca. 3-5 meters apart. -","Water volume, temperature, chlorophyll, turbidity, pH, oxygen, methane. +","water volume +temperature +chlorophyll +turbidity +pH +oxygen +methane ","Climate change, biogeography, biotic interactions, ecosystem functioning "," @@ -1025,7 +1136,10 @@ Please login or request access to view contact information. 41.1465479,-8.6156998;38.5685819,-7.9107097 -",,,"Temperature loggers +",Climate change/ ,"outdoor +pelagic +benthic +freshwater","Temperature loggers ",,"http://www.maraujolab.com/iberianponds/ "," @@ -1046,15 +1160,19 @@ Toledo – La Higueruela Experimental Farm (Spain) -","['http://mesocosm.org/wp-content/uploads/2017/02/IberanPondProject_400x1-300x253.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/charcas_evora_3_295.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/charcas_higueruela_3_295.jpg']",,,,"['41.1465479', '-8.6156998']","{'coordinates': ['41.1465479', '-8.6156998']}" -https://mesocosm.org/mesocosm/iberian-pond-network-ipn/,Iberian Pond Network (IPN),"InBio/CIBIO, University of Évora","Portugal, Spain",Europe,"InBio/CIBIO, University of Évora, Largo dos +","['http://mesocosm.org/wp-content/uploads/2017/02/IberanPondProject_400x1-300x253.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/charcas_evora_3_295.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/charcas_higueruela_3_295.jpg']",,,,"['41.1465479', '-8.6156998']","{'coordinates': ['41.1465479', '-8.6156998']}" +https://mesocosm.org/mesocosm/iberian-pond-network-ipn/,Iberian Pond Network (IPN),"InBio/CIBIO, University of Évora",Portugal,Europe,"InBio/CIBIO, University of Évora, Largo dos Colegiais, 7000 Évora, Portugal ","Prof. Miguel B. Araújo Dr. Miguel Matias Please login or request access to view contact information. -",2014 to present,"outdoor – pelagic/benthic – freshwater -192 mesocosms deployed across six regions. The mesocosms consist of 1000-L tanks that mimic small ponds. In each location, there are 32 mesocosms installed ca. 3-5 meters apart. -","Water volume, temperature, chlorophyll, turbidity, pH, oxygen, methane. +",2014 - present,"The Iberian Pond Network (IPN) was established in 2014 to investigate ecological responses to climate change across bioclimatic regions. This innovative infrastructure includes a range of environments from semi-arid conditions to mountaintops. A total of 192 mesocosms, each 0.70 m deep and 1.85 m in diameter, are deployed across 6 regions on the Iberian Peninsula. Locations include semi-arid, Mediterranean, temperate and alpine environments. This distribution of sites along a climatic gradient over a large area is expected to provide insights into effects of climate change, biogeography, biotic interactions, biodiversity and ecosystem processes in pond food webs. At each location, 32 mesocosms with a volume of 1000 l each are located at ca. 3-5 m distance from one another. The mesocosms are equipped with an automated system controlling temperature and water level, thus enabling simulations of future climatic conditions. The mesocosms were set-up and initiated by adding 100 kg of locally collected topsoil, then filled with local water. All mesocosms have been left untouched until 2019 to allow establishment of aquatic food webs, but can from now on be used for a variety of climate change manipulations, which can take the form of warming experiments, space-for-time substitutions across the network, or a combination of both. In addition, the IPN can be used for studies addressing fundamental questions relating to spatial patterns of community composition and function at biogeographical scales. 192 mesocosms deployed across six regions. The mesocosms consist of 1000-L tanks that mimic small ponds. In each location, there are 32 mesocosms installed ca. 3-5 meters apart.","water volume +temperature +chlorophyll +turbidity +pH +oxygen +methane ","Climate change, biogeography, biotic interactions, ecosystem functioning "," @@ -1067,7 +1185,10 @@ Please login or request access to view contact information. 41.1465479,-8.6156998;38.5685819,-7.9107097 -",,,"Temperature loggers +",Climate change/ ,"outdoor +pelagic +benthic +freshwater","Temperature loggers ",,"http://www.maraujolab.com/iberianponds/ "," @@ -1088,21 +1209,24 @@ Toledo – La Higueruela Experimental Farm (Spain) -","['http://mesocosm.org/wp-content/uploads/2017/02/IberanPondProject_400x1-300x253.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/charcas_evora_3_295.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/charcas_higueruela_3_295.jpg']",,,,"['38.5685819', '-7.9107097']","{'coordinates': ['38.5685819', '-7.9107097']}" -https://mesocosm.org/mesocosm/aquatic-research-facility-at-the-university-of-kansas-field-station/,Aquatic Research Facility at the University of Kansas Field Station,University of Kansas Field Station,USA,North America,"350 Wild Horse Road, Lawrence, KS 66044, USA +","['http://mesocosm.org/wp-content/uploads/2017/02/IberanPondProject_400x1-300x253.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/charcas_evora_3_295.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/charcas_higueruela_3_295.jpg']",,,,"['38.5685819', '-7.9107097']","{'coordinates': ['38.5685819', '-7.9107097']}" +https://mesocosm.org/mesocosm/aquatic-research-facility-at-the-university-of-kansas-field-station/,Aquatic Research Facility at the University of Kansas Field Station,University of Kansas Field Station,United States of America,North America,"350 Wild Horse Road, Lawrence, KS 66044, USA ","Ted Harris Please login or request access to view contact information. -",40,"The Aquatic Research Facility at the KU Field Station provides a physical platform for a broad range of field‐based research. Experimental ponds and tanks (mesocosms) function as surrogates of the natural environment and permit replication of treatments and controls. They allow rigorous tests of ecological relationships, which otherwise can be difficult to identify in natural settings. +",,"The Aquatic Research Facility at the KU Field Station provides a physical platform for a broad range of field‐based research. Experimental ponds and tanks (mesocosms) function as surrogates of the natural environment and permit replication of treatments and controls. They allow rigorous tests of ecological relationships, which otherwise can be difficult to identify in natural settings. Outdoor facilities: The Aquatic Research Facility was developed in stages over a 40-year period.  It now is one of the largest aquatic research facilities in the U.S. and is used to address both basic and applied research questions. Major components of the Aquatic Research Facility infrastructure include 100 experimental ponds ranging in size from 0.01 to 0.8 hectares; 77 ponds are 0.045 hectares, and 10 are 0.01 hectares. These ponds are filled/drained from the bottom, which allows ponds to function as experimental wetlands or lentic systems. In addition, the facility has 80 large, 11‐cubic‐meter fiberglass tanks and a variety of enclosures that can be used for in situ experiments in any of the ponds. Experimental short flow through streams can also be constructed and used on site. On a larger scale, Cross Reservoir (Surface area 3 hectares, 12 meters deep, 50-hectare watershed) serves as a model of small Midwestern reservoirs. Details on the biotic and abiotic conditions in Cross can be found in deNoyelles et al. 2016. Experimental aquatic systems such as these effectively simulate lakes and reservoirs in central North America. Small ponds are a critical link between aquatic and terrestrial habitats because they often are the first type of aquatic habitat to receive nonpoint source pollutants. Indoor facilities: A 325-square-meter greenhouse/mesocosm building, constructed in 2013, provides modern climate‐ controlled space that facilitates year‐round aquatic studies. A freestanding 110-square-meter aquatic research laboratory provides a space for sample preparation and analyses and is equipped with a flow-through water supply from the pond infrastructure. In addition, the Armitage Education Center has adjacent wet and dry laboratory facilities, a full kitchen, showers, laundry, classroom, and meeting space to accommodate up to 55 people. Two sleeping cabins are available to researchers for longer overnight stays. -","Our outdoor and indoor facilities allow a multitude of parameters to be manipulated or controlled at varying scales. Water used in experiments is discarded to a series of catchment reservoirs on-site. Catchment reservoirs have long residence times, which allows for degradation of herbicides/pesticides/pharmaceuticals with relatively short half-lives. -Additionally, power is available at many of the ponds, allowing researchers to run large equipment within ponds/tanks for long time scales if needed. +Our outdoor and indoor facilities allow a multitude of parameters to be manipulated or controlled at varying scales. Water used in experiments is discarded to a series of catchment reservoirs on-site. Catchment reservoirs have long residence times, which allows for degradation of herbicides/pesticides/pharmaceuticals with relatively short half-lives. +Additionally, power is available at many of the ponds, allowing researchers to run large equipment within ponds/tanks for long time scales if needed.","degradation of herbicides +degradation of pesticides +degradation of pharmaceuticals +long time scales ","Research topics have included: - +Effects of pollutants – nutrients, herbicides, pesticides, pharmaceuticals, and personal care products – on aquatic ecosystems and their complex interactions.  Cyanobacteria blooms and associated cyanotoxins Effects of herbicides, pesticides, and pharmaceutical products on algal, zooplankton, and fish communites Algal biofuels @@ -1122,257 +1246,116 @@ Trophic cascades/complex interactions 39.048918,-95.191171 -","Effects of pollutants – nutrients, herbicides, pesticides, pharmaceuticals, and personal care products – on aquatic ecosystems and their complex interactions.  -",,"Equipment housed at the field station—tractors, mowers, loaders, water haulers, off-road vehicles, fire rigs (in case researchers wish to examine the response of aquatic systems to specific terrestrial/watershed fire regimes)—is used to implement and maintain research projects. +","Biodiversity loss/ +Novel organisms/ Range-expanding species +Overabundant species/ Harmful algal blooms +Pollution/ Nutrient pollution +Pollution/ Release of toxic chemicals","outdoor +indoor +freshwater +ponds +long-term","Equipment housed at the field station—tractors, mowers, loaders, water haulers, off-road vehicles, fire rigs (in case researchers wish to examine the response of aquatic systems to specific terrestrial/watershed fire regimes)—is used to implement and maintain research projects. ","The Armitage Education Center at the KU Field Station has adjacent wet and dry laboratory facilities, a full kitchen, showers, laundry, and classroom and meeting space to accommodate up to 55 people. Two sleeping cabins are available to researchers for longer overnight stays. ","https://biosurvey.ku.edu/field-station/brochures Publications: - - - Whittemore, D., and W.D. Kettle. 2016. Symposium overview: Ecology and climate change research at Kansas natural areas and field stations. Transactions of the Kansas Academy of Science 119:1-4. - - - deNoyelles, F., Smith, V.H., Kastens, J.H., Bennett, L., Lomas, J., Knapp, C., Bergin, S., Dewey, S., Chapin, B., Graham, D. 2016. A 21-year record of vertically migrating subepilimnetic populations of Cryptomonas spp. Inland Waters 6: 173-184. - - - Kettle, W.D. 2016. The University of Kansas Field Station: A platform for studying ecological and hydrological aspects of climate change. Transactions of the Kansas Academy of Science 119:12-20. - - - Turner, C.R., K.L. Uy, and R.C. Everhart. 2014. Fish environmental DNA is more concentrated in aquatic sediments than surface water. Biological Conservation. 2014. http://dx.doi.org/10.1016/j.biocon.2014.11.017 - - - Turner, C.R., D.J. Miller, K.J. Coyne, and J. Corush. 2014. Improved methods for capture, extraction, and quantitative assay of environmental DNA from Asian Bigheaded Carp (Hypophthalmichthys spp.) PLoS ONE 9(12): e114329. doi: 0.1371/journal.pone.0114329 - - - Fortier, M-O.P., G.W. Roberts, S.M. Stagg-Williams, and B.S.M. Sturm. 2014. Life cycle assessment of bio-jet fuel from hydrothermal liquefaction of microalgae. Applied Energy 122:73–82. - - - Bode, C., M. Criss, A. Ising, S. McCue, S. Ralph, S. Sharp, V. Smith, and B. Sturm. 2014. Pond power: How to use algae to energize inquiry and interdisciplinary connections. The Science Teacher 81(2). - - - Smith, V.H. 2014. Progress in algae as a feedstock for bioproducts. Industrial Biotechnology 10(3):159-161. - - - Cochran, F. V. and N. A. Brunsell. 2012. Temporal scales of tropospheric CO2, precipitation, and ecosystem responses in the central Great Plains. Remote Sensing of Environment 127: 316-328. - - - Petrie, M. D. and N. A. Brunsell. 2012. The role of precipitation variability on the ecohydrology of grasslands. Ecohydrology doi:10.1002/eco.224, 5, 337-345. - - - Knapp, C. W., W. Zhang, B. S. M. Sturm, D. W. Graham. Differential fate of erythromycin and beta-lactam resistance genes from swine lagoon waste under different aquatic conditions. Environmental Pollution. Volume 158, Issue 5, May 2010, 1506–1512. DOI: 10.1016/j.envpol.2009.12.020 - - - Hanson, M.L., C.W. Knapp, and D.W. Graham. 2006. Field assessment of oxytetracycline exposure to the freshwater macrophytes Elodea dense (Pianch.) and Ceratophyllum demersum L. Environmental Pollution 141:434-442. - - - Knapp, C.W., L.A. Cardoza, J. Hawes, E.M.H. Wellington, C.K. Larive, and D.W. Graham. 2005. Fate and effects of Enrofloxacin in aquatic systems under different light conditions. Environmental Science and Technology 39:9140-9146. - - - Knapp, C.W., L. Lagadic, T. Caquet, M.L. Hanson, and D.W. Graham. 2005. Response of water column microbial communities to sudden exposure to Deltamethrin in aquatic mesocosms. FEMS Microbiological Ecology 54:157-165. - - - Knapp, C.W. and D.W. Graham. 2004. Development of alternate ssu-rRNA probing strategies for characterizing aquatic microbial communities. Journal of Microbial Methods 56:323-330. - - - Lennon, J.T., V. Smith, A. Dzialowski. 2003. Invasibility of plankton food webs along a trophic state gradient. Oikos 102:191-203. - - - Ferrington, L.C., Jr. 2003. Studying intermittent streams. Ch. 4, pp. 46-64 in “Functions of Intermittent Streams: A Guidance Document for the Technical Information Workshop.” Proceedings, North American Benthological Society, Athens, GA, May 2003. - - - Ensz, A.P., C.W. Knapp, and D.W. Graham. 2003. Influence of autochthonous dissolved organic carbon and nutrient limitation on alachlor biotransformation in aerobic aquatic systems. Environmental Science and Technology 37:4157-4162. - - - Kettle, W., R. Hagen, J. deNoyelles, E. A. Martinko. 2001. The University of Kansas Field Station and Ecological Reserves: A Half Century of Research and Education. Kansas Biological Survey, Lawrence, KS Miscellaneous Publication Number 9:68 pp. —  - - - Graham, W.D., J. deNoyelles. 1995. The role of methanotrophic bacteria in aquatic bioremediation in a Kansas reservoir. Department of the Interior No. 3187:50 pp. - - - Goldhammer,D.S., C.A. Wright, M.A. Blackwood, and L.C. Ferrington Jr. 1992. Composition and phenology of Chironomidae from the Nelson Environmental Study Area, University of Kansas. Netherlands Journal of Aquatic Ecology 26(2-4):281-291. - - - Liechti, P., D. Huggins. 1991. Selected aquatic insects of the Kansas Ecological Reserves. Kansas Academy of Science Multidisciplinary Guidebook 4. Lawrence, KS:Kansas Geological Survey. —  - - - Kettle, W., D.O. Whittemore. 1991. Ecology and Hydrology of the Kansas Ecological Reserves and Baker Wetlands. Ecology and Hydrology of the Kansas Ecological Reserves and Baker Wetlands. Lawrence, KS:Kansas Geological Survey. 1-125. - - - Kettle, W. 1991. Kansas Ecological Reserves–An overview. Ecology and Hydrology of the Kansas Ecological Reserves and Baker Wetlands. Lawrence, KS:Kansas Geological Survey. 20-22. —  - - - Wright, C.A., D.S. Goldhammer, M.A. Blackwood, and L.C. Ferrington Jr. 1991. Chironimids of the Nelson Environmental Study Area. In Ecology and Hydrology of the Kansas Ecological Reserves and the Baker University Wetlands, W.D. Kettle and D.O. Whittemore (eds.), KGS Open-File Report 91-35, pp. 98-102. - - - Huggins, D.G. and M.L. Johnson. 1991. Ecological consequences of the control and elimination of macrophytes in small ponds by atrazine and grass carp. Proceedings from the Regional Lake Management Conference, Des Moines, IA, June 1991 pp. 124-148. - - - Kettle, W.D. and D.O. Whittemore. 1991. Ecology and Hydrogeology of the Kansas Ecological Reserves and the Baker University Wetlands. Kansas Geological Survey Open-File Report 91-35. - - - Whittemore, D.O. 1991. Hydrogeology of the natural areas. In Ecology and Hydrology of the Kansas Ecological Reserves and the Baker University Wetlands, W.D. Kettle and D.O. Whittemore (eds.), KGS Open-File Report 91-35, pp. 10-19. - - - Kettle, W., J. deNoyelles. 1990. Determination of herbicide-induced alterations of aquatic habitats in Kansas. Department of the Interior No. 272:53 pp. - - - Randtke, S.J., F. deNoyelles Jr., J.E. Denne, L.R. Hathaway, R.E. Miller, A.S. Melia, and C.E. Burkhead. 1988. Source control of THM precursors. In Proceedings of the Annual Conference of the American Water Works Association. 14-18 June 1988. Kansas City, MO, pp. 1545-1575. - - - Randtke, S.J., F. deNoyelles Jr., C.E. Burkhead, R.E. Miller, J.E. Denne, L.R. Hathaway, and A.S. Melia. 1988. Trihalomethane precursors in Kansas water supplies: occurrence, source control measures, and impacts on drinking water treatment. In Proceedings of the Thirty-Eighth Annual Environmental Engineering Conference. 3 February 1988. University of Kansas, Lawrence, KS, pp. 47-89. - - - Randtke, S.J., F. deNoyelles Jr., and C.E. Burkhead. 1987. Trihalomethane precursors in Kansas lakes: sources and control. Phase II. Contribution Number 266. Kansas Water Resources Research Institute, University of Kansas, Lawrence, KS, pp. 1-188. - - - Hambright, K.D., R.J. Trebatoski, R.W. Drenner, W. Kettle. 1986. Experimental study of the impacts of bluegill (Lepomis macrochirus) and largemouth bass (Micropterus salmoides) on pond community structure. Canadian Journal of Fisheries and Aquatic Sciences 43(6):1171-1176. - - - Dewey, S.L. 1986. Effects of the herbicide atrazine on aquatic insect community structure and emergence. Ecology 67(1):148-162. - - - Randtke, S.J., F. deNoyelles Jr. and C.E. Burkhead. 1986. Trihalomethane precursors in Kansas lakes: sources and control (Report of year one results). Contribution Number 255. Kansas Water Resources Research Institute, University of Kansas, Lawrence, KS, pp. 1-114. - - - Stay, F.S., D.P. Larsen, A. Katko, and C.M. Rohm. 1985. Effects of atrazine on community level responses in Taub microcosms. In T.P. Boyle, (ed.), Validation and Predictability of Laboratory Methods for Assessing the Fate and Effects of Contaminants in Aquatic Ecosystems. American Society for Testing and Materials, Philadelphia, PA, Special Technical Publication. - - - Drenner, R.W., S.B. Taylor, X. Lazzaro, W. Kettle. 1984. Particle-grazing and plankton community impact of an omnivorous cichlid. Transactions of the American Fisheries Society 113:397-402. - - - Riessen, H.P., W.J. O’Brien, and B. Loveless. 1984. An analysis of the components of Chaoborus predation on zooplankton and the calculation of relative prey vulnerabilities. Ecology 65(2):514-522. - - - Wright, D.I. and W.J. O’Brien. 1984. The development and field test of a tactical model of the planktivorous feeding of white crappie (Pomoxis annularis). Ecological Monographs 54(1):65-98. - - - Reinke, D.C. 1983. Algae collected by Rufus H. Thompson, II: Parallela novae-zelandiae, first report from North America. Technical Publications of the State Biological Survey of Kansas, University of Kansas 13:22-23. - - - deNoyelles, J., W. Kettle. 1983. Site studies to determine the extent and potential impact of herbicide contamination in Kansas waters. Kansas Water Resources Research Institute Contribution No. 239:1-37. - - - deNoyelles, J., W. Kettle, A.M. Kadoum. 1982. Plankton responses in experimental ponds to atrazine, the most heavily used pesticide in the United States. Environmental Protection Agency 14 pp. - - - deNoyelles, J., W. Kettle. 1980. Experimental pond studies demonstrating the development of responses to a herbicide (atrazine) resulting from altered interactions among plankton species. Environmental Protection Agency 50 pp. - - - Lei, C.H. and K.B. Armitage. 1980. Ecological energetics of a Daphnia ambigua population. Hydrobiologia 70:133-143. - - - Lei, C.H. and K.B. Armitage. 1980. Energy budget of Daphnia ambigua Scourfield. Journal of Plankton Research 2(4):261-281. - - - Lei, C.H. and K.B. Armitage. 1980. Growth, development and body size of field and laboratory populations of Daphnia ambigua. Oikos 35(1):31-48. - - - deNoyelles, F. Jr. and W.D. Kettle. 1980. Herbicides in Kansas waters–evaluations of the effects of agricultural runoff and aquatic weed control on aquatic food chains. Contribution Number 219. Kansas Water Resources Research Institute, University of Kansas, Lawrence, KS, pp. 1-40. - - - Lei, C.H. and K.B. Armitage. 1980. Population dynamics and production of Daphnia ambigua in a fish pond, Kansas. University of Kansas Science Bulletin 51(25):687-715. - - - - "," @@ -1407,7 +1390,7 @@ Sampling large mesocosm tanks – Photo Credit Kirsten Bosnak -","['http://mesocosm.org/wp-content/uploads/2019/04/View-of-tanks-replicated-ponds-and-catchment-ponds-–-Photo-Credit-Scott-Campbell-300x199.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/04/View-of-Cross-Reservoir-–-Photo-Credit-Kirsten-Bosnak-300x199.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/04/View-core-field-station-facilities-–-Photo-Credit-Google-Earth-300x200.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/04/View-of-inoculated-mesocosms-in-the-3-season-greenhouse-4-season-greenhouse-also-exists-–-Photo-Credit-Ted-Harris-225x300.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/04/One-set-of-the-replicated-ponds–-Photo-Credit-Scott-Campbell-300x199.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/04/Sampling-large-mesocosm-tanks-–-Photo-Credit-Kirsten-Bosnak-300x199.jpeg']",['http://mesocosm.org/wp-content/uploads/2019/04/equipment-300x199.jpeg'],['http://mesocosm.org/wp-content/uploads/2019/04/lodging-300x199.jpeg'],,"['39.048918', '-95.191171']","{'coordinates': ['39.048918', '-95.191171']}" +","['http://mesocosm.org/wp-content/uploads/2019/04/View-of-tanks-replicated-ponds-and-catchment-ponds-–-Photo-Credit-Scott-Campbell-300x199.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/04/View-of-Cross-Reservoir-–-Photo-Credit-Kirsten-Bosnak-300x199.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/04/View-core-field-station-facilities-–-Photo-Credit-Google-Earth-300x200.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/04/View-of-inoculated-mesocosms-in-the-3-season-greenhouse-4-season-greenhouse-also-exists-–-Photo-Credit-Ted-Harris-225x300.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/04/One-set-of-the-replicated-ponds–-Photo-Credit-Scott-Campbell-300x199.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/04/Sampling-large-mesocosm-tanks-–-Photo-Credit-Kirsten-Bosnak-300x199.jpeg']",['http://mesocosm.org/wp-content/uploads/2019/04/equipment-300x199.jpeg'],['http://mesocosm.org/wp-content/uploads/2019/04/lodging-300x199.jpeg'],,"['39.048918', '-95.191171']","{'coordinates': ['39.048918', '-95.191171']}" https://mesocosm.org/mesocosm/life-infrastructure-ecp-facility-behavioural-ecology-of-fish-st-pee-lapitxuri/,"LIFE Infrastructure - ECP Facility (Behavioural Ecology of Fish, St Pée/Lapitxuri)",Infrastructure multi-site: RI LIFE,France,Europe,"RI LIFE INRA-AQUAPOLE Agnes Bardonnet 64310 St-Pée-sur-Nivelle @@ -1425,23 +1408,26 @@ Ing. Jean-Christophe Aymes   agnes.bardonnet@inra.fr jean-christophe.aymes@inra.fr -","1982 - present (large flume, semi-natural stream); 2009 - present (tidal aquaria,, outdoor large basin)","St Pée facilities offer the opportunity to work with various sizes of artificial flowing-water mesocosms. +",1982 - present ,"St Pée facilities offer the opportunity to work with various sizes of artificial flowing-water mesocosms. The Lapitxuri semi-natural stream (15 km from the INRA St Pée Institute) is fed by a diversion of a natural headwater stream. It is separated into 13 consecutive reaches (10m x 2.8m) allowing it to work with pseudo-replicates (each reach can be closed by downstream traps). T). Direct underwater observations can be performed on two reaches from an underground room. More classical mesocosms are available: 16 swedish tanks (2.5 m3), 8 circular tanks (0.1 m3), 6 indoor flumes (4.5 m long), 8 outdoor flumes (11m x 0.5m). At the INRA St Pée Institute, a large 25 m3 circular flume (fluvarium) consists in 2 longitudinal sections (10 m x 1 m) separated by upstream and downstream traps. Water velocity (controlled by a propeller), light (twilight period possible), temperature (air+water), substratum and depth can be controlled. Two smaller circular devices (tidal aquaria) consist of a 400 L aquarium where flow direction changes alternatively. They are located in two similar rooms, where air and water temperature, as well as light are controlled. It is used to investigate swimming behavior in tidal zone under different conditions or as replicates. An outdoor large basin (756 m²) can be used under lentic (maximum depth: 4 m) or lotic (maximum depth: 80 cm) experimental situations. More classical mesocosms are available: 4 swedish tanks (2.5 m3), 2 series of 8 circular tanks (0. 16 or 0.5 m3), 1 series of 16 tanks (0.1 m3), 6 indoor flumes (1.50 m long). -"," -Discharge +","discharge water velocity temperature light photoperiod -physical habitat and stream morphology -species compsition and individual characteristics +physical habitat +stream morphology +species compsition +individual characteristics -","Evolution in Biodiversity under global change +","The LIFE Infrastructure is dedicated to the study of changes in freshwater ecosystems biodiversity with a primary interest in fish evolution and population dynamics. In this context, we also manipulate invertebrates, plants, mollusc, phyto and zooplankton. Major strengths of LIFE are its numerous facilities, the high expertise of its technical staff, and the possibility to perform experiments across a wide range of spatial and temporal scales. The main objective of  RI LIFE is to decipher the effects of multiple environmental forcings on individuals, populations or communities in order to inform management decisions for fish populations. +Evolution in Biodiversity under global change Fish behavioral and physiological response to anthropogenic pressure (in particular for flow in context of climate change) -"," +Behavioral and evolutionary ecology of fish +In addition, the direct connection of PEARL and ECP, with ESE (https://www6.rennes.inra.fr/ese/) and ECOBIOP (https://ecobiop.com/) research teams ensures access to additional analytical platforms (environmental and analytical chemistry, trophic and molecular biology), as well as expertise of a broad scientific community."," @@ -1450,9 +1436,14 @@ Fish behavioral and physiological response to anthropogenic pressure (in particu 43.3561111, -1.5616666666666668; 43.2833333, -1.4822222222222223 -","The LIFE Infrastructure is dedicated to the study of changes in freshwater ecosystems biodiversity with a primary interest in fish evolution and population dynamics. In this context, we also manipulate invertebrates, plants, mollusc, phyto and zooplankton. Major strengths of LIFE are its numerous facilities, the high expertise of its technical staff, and the possibility to perform experiments across a wide range of spatial and temporal scales. The main objective of  RI LIFE is to decipher the effects of multiple environmental forcings on individuals, populations or communities in order to inform management decisions for fish populations. -","Behavioral and evolutionary ecology of fish -In addition, the direct connection of PEARL and ECP, with ESE (https://www6.rennes.inra.fr/ese/) and ECOBIOP (https://ecobiop.com/) research teams ensures access to additional analytical platforms (environmental and analytical chemistry, trophic and molecular biology), as well as expertise of a broad scientific community. +","Biodiversity loss/ +Climate change/","outdoor +indoor +flow-through systems +behavioral ecology of fish +evolutionary ecology of fish +environmental and analytical chemistry +trophic and molecular biology "," Variety of sampling tools for invertebrates and fish (emergence traps, nets, invertebrate or fish traps…) electric fishing @@ -1502,8 +1493,8 @@ Lapitxuri semi-natural stream, Foto credit: Glise/INRA   -","['http://mesocosm.org/wp-content/uploads/2018/11/ECP_Aerial-view_St-Pée-1024x741.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/ECP_Flume-1024x684.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/ECP_Aerial-view_Lapitxuri.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/ECP_Lapitxuri-semi-natural-stream.jpg']",,,,"['43.3561111', ' -1.5616666666666668']","{'coordinates': ['43.3561111', '-1.5616666666666668']}" -https://mesocosm.org/mesocosm/life-infrastructure-ecp-facility-behavioural-ecology-of-fish-st-pee-lapitxuri/,"LIFE Infrastructure - ECP Facility (Behavioural Ecology of Fish, St Pée/Lapitxuri)",Infrastructure multi-site: RI LIFE,France,Europe,"RI LIFE INRA-AQUAPOLE +","['http://mesocosm.org/wp-content/uploads/2018/11/ECP_Aerial-view_St-Pée-1024x741.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/ECP_Flume-1024x684.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/ECP_Aerial-view_Lapitxuri.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/ECP_Lapitxuri-semi-natural-stream.jpg']",,,,"['43.3561111', ' -1.5616666666666668']","{'coordinates': ['43.3561111', '-1.5616666666666668']}" +https://mesocosm.org/mesocosm/life-infrastructure-ecp-facility-behavioural-ecology-of-fish-st-pee-lapitxuri/,LIFE Infrastructure - ECP Facility ,"Infrastructure multi-site: RI LIFE, (Behavioural Ecology of Fish, St Pée/Lapitxuri)",France,Europe,"RI LIFE INRA-AQUAPOLE Agnes Bardonnet 64310 St-Pée-sur-Nivelle France @@ -1515,8 +1506,7 @@ INRA – Aquapôle, Ibarron France     -","Dr Agnès Bardonnet -Ing. Jean-Christophe Aymes +","Jean-Christophe Aymes   agnes.bardonnet@inra.fr jean-christophe.aymes@inra.fr @@ -1525,18 +1515,21 @@ The Lapitxuri semi-natural stream (15 km from the INRA St Pée Institute) is fed At the INRA St Pée Institute, a large 25 m3 circular flume (fluvarium) consists in 2 longitudinal sections (10 m x 1 m) separated by upstream and downstream traps. Water velocity (controlled by a propeller), light (twilight period possible), temperature (air+water), substratum and depth can be controlled. Two smaller circular devices (tidal aquaria) consist of a 400 L aquarium where flow direction changes alternatively. They are located in two similar rooms, where air and water temperature, as well as light are controlled. It is used to investigate swimming behavior in tidal zone under different conditions or as replicates. An outdoor large basin (756 m²) can be used under lentic (maximum depth: 4 m) or lotic (maximum depth: 80 cm) experimental situations. More classical mesocosms are available: 4 swedish tanks (2.5 m3), 2 series of 8 circular tanks (0. 16 or 0.5 m3), 1 series of 16 tanks (0.1 m3), 6 indoor flumes (1.50 m long). -"," -Discharge +","discharge water velocity temperature light photoperiod -physical habitat and stream morphology -species compsition and individual characteristics +physical habitat +stream morphology +species compsition +individual characteristics -","Evolution in Biodiversity under global change +","The LIFE Infrastructure is dedicated to the study of changes in freshwater ecosystems biodiversity with a primary interest in fish evolution and population dynamics. In this context, we also manipulate invertebrates, plants, mollusc, phyto and zooplankton. Major strengths of LIFE are its numerous facilities, the high expertise of its technical staff, and the possibility to perform experiments across a wide range of spatial and temporal scales. The main objective of  RI LIFE is to decipher the effects of multiple environmental forcings on individuals, populations or communities in order to inform management decisions for fish populations. +Evolution in Biodiversity under global change Fish behavioral and physiological response to anthropogenic pressure (in particular for flow in context of climate change) -"," +Behavioral and evolutionary ecology of fish +In addition, the direct connection of PEARL and ECP, with ESE (https://www6.rennes.inra.fr/ese/) and ECOBIOP (https://ecobiop.com/) research teams ensures access to additional analytical platforms (environmental and analytical chemistry, trophic and molecular biology), as well as expertise of a broad scientific community."," @@ -1545,9 +1538,14 @@ Fish behavioral and physiological response to anthropogenic pressure (in particu 43.3561111, -1.5616666666666668; 43.2833333, -1.4822222222222223 -","The LIFE Infrastructure is dedicated to the study of changes in freshwater ecosystems biodiversity with a primary interest in fish evolution and population dynamics. In this context, we also manipulate invertebrates, plants, mollusc, phyto and zooplankton. Major strengths of LIFE are its numerous facilities, the high expertise of its technical staff, and the possibility to perform experiments across a wide range of spatial and temporal scales. The main objective of  RI LIFE is to decipher the effects of multiple environmental forcings on individuals, populations or communities in order to inform management decisions for fish populations. -","Behavioral and evolutionary ecology of fish -In addition, the direct connection of PEARL and ECP, with ESE (https://www6.rennes.inra.fr/ese/) and ECOBIOP (https://ecobiop.com/) research teams ensures access to additional analytical platforms (environmental and analytical chemistry, trophic and molecular biology), as well as expertise of a broad scientific community. +","Biodiversity loss/ +Climate change/","outdoor +indoor +flow-through systems +behavioral ecology of fish +evolutionary ecology of fish +environmental and analytical chemistry +trophic and molecular biology "," Variety of sampling tools for invertebrates and fish (emergence traps, nets, invertebrate or fish traps…) electric fishing @@ -1597,26 +1595,26 @@ Lapitxuri semi-natural stream, Foto credit: Glise/INRA   -","['http://mesocosm.org/wp-content/uploads/2018/11/ECP_Aerial-view_St-Pée-1024x741.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/ECP_Flume-1024x684.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/ECP_Aerial-view_Lapitxuri.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/ECP_Lapitxuri-semi-natural-stream.jpg']",,,,"[' 43.2833333', ' -1.4822222222222223']","{'coordinates': ['43.2833333', '-1.4822222222222223']}" +","['http://mesocosm.org/wp-content/uploads/2018/11/ECP_Aerial-view_St-Pée-1024x741.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/ECP_Flume-1024x684.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/ECP_Aerial-view_Lapitxuri.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/ECP_Lapitxuri-semi-natural-stream.jpg']",,,,"[' 43.2833333', ' -1.4822222222222223']","{'coordinates': ['43.2833333', '-1.4822222222222223']}" https://mesocosm.org/mesocosm/heated-aquatic-mesocosms-for-climate-warming-experiment/,Heated Aquatic Mesocosms for Climate Warming Experiment,"Nanjing Institute of Geography and Limnology, Chinese Academy of Sciences",China,Asia,"73 East Beijing Road, Nanjing, China -","Dr. Hu He +","Hu He Please login or request access to view contact information. -",Year 2016; conducted from 7 March to 3 July,"Mesocosms were operated at a subtropical temperature setting to compare the responses of zooplankton, phytoplankton and nutrients to warming in fish-present and fish-absent scenarios -"," -Temperature (ambient/+3°C) -Fish density (Without/with fish) +",2016 - present,"Mesocosms were operated at a subtropical temperature setting to compare the responses of zooplankton, phytoplankton and nutrients to warming (+3°C) in fish-present and fish-absent scenarios +","temperature +fish density ","Fish-mediated plankton responses to increased temperature in subtropical aquatic mesocosm ecosystems -"," +Foodweb structure; zooplankton-phytoplankton interactions"," 31.418517,120.218446 -","Foodweb structure; zooplankton-phytoplankton interactions -","Restoration of subtropical and tropical shallow lakes -","400 L fiberglass-reinforced plastic tanks (90-cm high; 80- cm inside diameter at the top; 70-cm inside diameter at the base) +","Biodiversity loss/ +Climate change/ Global warming","lake restoration +tropical shallow lakes +subtropical shallow lakes","400 L fiberglass-reinforced plastic tanks (90-cm high; 80- cm inside diameter at the top; 70-cm inside diameter at the base) ",,"https://doi.org/10.1016/j.watres.2018.07.055 "," @@ -1647,14 +1645,17 @@ Water temperature trends -","['https://www.aquacosm.eu/wp-content/uploads/2019/03/location-300x170.png', 'https://www.aquacosm.eu/wp-content/uploads/2019/03/Experiment-setting-300x225.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Unheated-mesocosms-225x300.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Heated-mesocosms-225x300.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Water-temperature-trends-300x209.png']",,,,"['31.418517', '120.218446']","{'coordinates': ['31.418517', '120.218446']}" +","['https://www.aquacosm.eu/wp-content/uploads/2019/03/location-300x170.png', 'https://www.aquacosm.eu/wp-content/uploads/2019/03/Experiment-setting-300x225.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Unheated-mesocosms-225x300.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Heated-mesocosms-225x300.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Water-temperature-trends-300x209.png']",,,,"['31.418517', '120.218446']","{'coordinates': ['31.418517', '120.218446']}" https://mesocosm.org/mesocosm/tropical-aquatic-ecology-mesocosm/,Tropical Aquatic Ecology Mesocosm,State University of Goiás,Brazil,South America,"BR153, Nº3105, Anápolis, Goiás, Brazil. -","Dr. João Carlos Nabout +","João Carlos Nabout Please login or request access to view contact information. -",2019 to present,"The mesocosm of Tropical Aquatic Ecology consist of 80 independents tanks (500L each) mimicking small shallow lake, and able to control of water volume, individual filling and drainage. The mesocosm are situated near a shallow oligotrophic reservoir (the water can be used in mesocosm). +",2019 - present,"The mesocosm of Tropical Aquatic Ecology consist of 80 independents tanks (500L each) mimicking small shallow lake, and able to control of water volume, individual filling and drainage. The mesocosm are situated near a shallow oligotrophic reservoir (the water can be used in mesocosm). The mesocosm of Tropical Aquatic Ecology at State University of Goiás was constructed with financial support of National Institutes of Science and Technology (INCT) in Ecology, Evolution and Biodiversity Conservation (EECBIO), Brazilian National Council for Scientific and Technological Development (CNPq), Goiás State’s of Research Foundation (FAPEG), and scholarship from INCT EECBio, CNPq, CAPES and Brazilian Network on Global Climate Change Research (Rede CLIMA). -","Water volume, nutrients (TP and TN) -","Biomonitoring of algae bloom using taxonomic functional and molecular data; Metacommunity; Impact of global climate change (extreme events) on micobiote +","water volume +nutrients (TP and TN) +","Microbiote (phytoplankton, zooplankton, 16S rRNA and 18S rRNA) +Biomonitoring of algae bloom using taxonomic functional and molecular data; Metacommunity; +Impact of global climate change (extreme events) on micobiote "," @@ -1662,8 +1663,8 @@ The mesocosm of Tropical Aquatic Ecology at State University of Goiás was const -16.37930,-48.94672 -","Microbiote (phytoplankton, zooplankton, 16S rRNA and 18S rRNA) -","Ecology of tropical shallow lakes and limnology +","Climate change/ +Overabundant species/ Harmful algal blooms","tropical shallow lake ecology ","Microscopes, water sensors (e.g. pH, temperature, oxygen, turbidity, chlorophyll-a), nutrients analysis (partner laboratories). ",,," @@ -1695,8 +1696,8 @@ Figure 4 Mesocosm of Tropical Aquatic Ecology – Finalized (Photo credit: João -","['http://mesocosm.org/wp-content/uploads/2019/03/Figure-1-Mesocosm-of-Tropical-Aquatic-Ecology-–-Phase-of-construction-300x225.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Figure-2-Mesocosm-of-Tropical-Aquatic-Ecology-–-Phase-of-construction-300x128.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Figure-3-Mesocosm-of-Tropical-Aquatic-Ecology-–-Pilot-of-first-studies-300x224.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Figure-4-Mesocosm-of-Tropical-Aquatic-Ecology-Finalized-300x127.jpeg']",,,,"['-16.37930', '-48.94672']","{'coordinates': ['-16.37930', '-48.94672']}" -https://mesocosm.org/mesocosm/life-infrastructure-pearl-facility-experimental-aquatic-platform-rennes-le-rheu/,"LIFE Infrastructure - PEARL facility (Experimental Aquatic Platform, Rennes/Le Rheu)",Infrastructure multi-site: RI LIFE,France,Europe,"RI LIFE INRA-AQUAPOLE +","['http://mesocosm.org/wp-content/uploads/2019/03/Figure-1-Mesocosm-of-Tropical-Aquatic-Ecology-–-Phase-of-construction-300x225.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Figure-2-Mesocosm-of-Tropical-Aquatic-Ecology-–-Phase-of-construction-300x128.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Figure-3-Mesocosm-of-Tropical-Aquatic-Ecology-–-Pilot-of-first-studies-300x224.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Figure-4-Mesocosm-of-Tropical-Aquatic-Ecology-Finalized-300x127.jpeg']",,,,"['-16.37930', '-48.94672']","{'coordinates': ['-16.37930', '-48.94672']}" +https://mesocosm.org/mesocosm/life-infrastructure-pearl-facility-experimental-aquatic-platform-rennes-le-rheu/,"LIFE Infrastructure - PEARL facility (Experimental Aquatic Platform, Rennes/Le Rheu)","Infrastructure multi-site: RI LIFE, Experimental Aquatic Platform, Rennes/Le Rheu)",France,Europe,"RI LIFE INRA-AQUAPOLE Agnes Bardonnet 64310 St-Pée-sur-Nivelle France @@ -1710,22 +1711,25 @@ Ing. Didier Azam   eric.edeline@inra.fr didier.azam@inra.fr -",1987 - prensent (large earth ponds); 1997 - present (mesocosms platform and indoor microcosms),"Our platforms are engineered for versatility and adaptation to a large range of experimental designs. +",1987 - present,"Our platforms are engineered for versatility and adaptation to a large range of experimental designs. The Rennes platform includes about 200 mesocosms (0.4 to 30 m3) and allows for a high replication of experimental treatments. We can reconstruct pond communities from invertebrates to fish to study their response to external forcing (natural or anthropogenic). Our mesocosms are also equipped for ecotoxicology experiments and manipulation of invasive species (we are accredited and master confinement and treatment procedures). Additionally, a series of outdoor tanks are equipped for thermal experiments (up to 4°C above ambient temperature). The mesocosm platform is complemented with an 800 m2 indoor microcosm (10-to-400 L) facility in which we can accurately manipulate environmental factors, and where we routinely culture a variety of organisms (algae, plants, plankton, invertebrates, amphibians, fish…).   Finally, at Le Rheu (5 km from Rennes) we further propose a series of large earth ponds of 100, 350, 500 or 1000 m3, which all may be  subdivided or installed with cages. -"," -Temperature (including via thermistors) +In addition, the direct connection of PEARL and ECP, with ESE (https://www6.rennes.inra.fr/ese/) and ECOBIOP (https://ecobiop.com/) research teams ensures access to additional analytical platforms (environmental and analytical chemistry, trophic and molecular biology), as well as expertise of a broad scientific community.","temperature rain light photoperiod nutrients -community structure (species and trophic composition) +community structure +species composition +trophic composition gas (CO2, O2) ","Population dynamics and community change in response to environment (in particular for contaminants in the context of global change) +The LIFE Infrastructure is dedicated to the study of changes in freshwater ecosystems biodiversity with a primary interest in fish evolution and population dynamics. In this context, we also manipulate invertebrates, plants, mollusc, phyto and zooplankton. Major strengths of LIFE are its numerous facilities, the high expertise of its technical staff, and the possibility to perform experiments across a wide range of spatial and temporal scales. The main objective of  RI LIFE is to decipher the effects of multiple environmental forcings on individuals, populations or communities in order to inform management decisions for fish populations. In addition, the direct connection of PEARL and ECP, with ESE (https://www6.rennes.inra.fr/ese/) and ECOBIOP (https://ecobiop.com/) research teams ensures access to additional analytical platforms (environmental and analytical chemistry, trophic and molecular biology), as well as expertise of a broad scientific community. + "," @@ -1735,12 +1739,16 @@ gas (CO2, O2) 48.1130833, -1.4822222222222223; 48.1202778, -1.7919444444444443 -","The LIFE Infrastructure is dedicated to the study of changes in freshwater ecosystems biodiversity with a primary interest in fish evolution and population dynamics. In this context, we also manipulate invertebrates, plants, mollusc, phyto and zooplankton. Major strengths of LIFE are its numerous facilities, the high expertise of its technical staff, and the possibility to perform experiments across a wide range of spatial and temporal scales. The main objective of  RI LIFE is to decipher the effects of multiple environmental forcings on individuals, populations or communities in order to inform management decisions for fish populations. -","Population and community dynamics -Environment -Ecotoxicology +","Biodiversity loss/ +Climate change/","behavioral ecology of fish +evolutionary ecology of fish +environmental and analytical chemistry +trophic and molecular biology +population and community dynamics +environment +ecotoxicology +  -In addition, the direct connection of PEARL and ECP, with ESE (https://www6.rennes.inra.fr/ese/) and ECOBIOP (https://ecobiop.com/) research teams ensures access to additional analytical platforms (environmental and analytical chemistry, trophic and molecular biology), as well as expertise of a broad scientific community. "," Variety of sampling tools for invertebrates and fish (emergence traps, nets, invertebrate or fish traps…) electric fishing @@ -1796,8 +1804,8 @@ Series of mesocosms 30 m3 and 9 m3, Foto credit: Beaumont/INRA   -","['http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Aerial_view_Rennes_experimental_complex.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Serie_of_30_mesocoms_3-m3-1024x678.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Aerial_view-Ponds-Station_PF-Etangs-1024x594.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Mesocosms_Series_30m3_and_9-m3-1024x678.jpg']",,,,"['48.1130833', ' -1.4822222222222223']","{'coordinates': ['48.1130833', '-1.4822222222222223']}" -https://mesocosm.org/mesocosm/life-infrastructure-pearl-facility-experimental-aquatic-platform-rennes-le-rheu/,"LIFE Infrastructure - PEARL facility (Experimental Aquatic Platform, Rennes/Le Rheu)",Infrastructure multi-site: RI LIFE,France,Europe,"RI LIFE INRA-AQUAPOLE +","['http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Aerial_view_Rennes_experimental_complex.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Serie_of_30_mesocoms_3-m3-1024x678.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Aerial_view-Ponds-Station_PF-Etangs-1024x594.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Mesocosms_Series_30m3_and_9-m3-1024x678.jpg']",,,,"['48.1130833', ' -1.4822222222222223']","{'coordinates': ['48.1130833', '-1.4822222222222223']}" +https://mesocosm.org/mesocosm/life-infrastructure-pearl-facility-experimental-aquatic-platform-rennes-le-rheu/,"LIFE Infrastructure - PEARL facility (Experimental Aquatic Platform, Rennes/Le Rheu)","Infrastructure multi-site: RI LIFE, Experimental Aquatic Platform, Rennes/Le Rheu)",France,Europe,"RI LIFE INRA-AQUAPOLE Agnes Bardonnet 64310 St-Pée-sur-Nivelle France @@ -1811,22 +1819,25 @@ Ing. Didier Azam   eric.edeline@inra.fr didier.azam@inra.fr -",1987 - prensent (large earth ponds); 1997 - present (mesocosms platform and indoor microcosms),"Our platforms are engineered for versatility and adaptation to a large range of experimental designs. +",1987 - present,"Our platforms are engineered for versatility and adaptation to a large range of experimental designs. The Rennes platform includes about 200 mesocosms (0.4 to 30 m3) and allows for a high replication of experimental treatments. We can reconstruct pond communities from invertebrates to fish to study their response to external forcing (natural or anthropogenic). Our mesocosms are also equipped for ecotoxicology experiments and manipulation of invasive species (we are accredited and master confinement and treatment procedures). Additionally, a series of outdoor tanks are equipped for thermal experiments (up to 4°C above ambient temperature). The mesocosm platform is complemented with an 800 m2 indoor microcosm (10-to-400 L) facility in which we can accurately manipulate environmental factors, and where we routinely culture a variety of organisms (algae, plants, plankton, invertebrates, amphibians, fish…).   Finally, at Le Rheu (5 km from Rennes) we further propose a series of large earth ponds of 100, 350, 500 or 1000 m3, which all may be  subdivided or installed with cages. -"," -Temperature (including via thermistors) +In addition, the direct connection of PEARL and ECP, with ESE (https://www6.rennes.inra.fr/ese/) and ECOBIOP (https://ecobiop.com/) research teams ensures access to additional analytical platforms (environmental and analytical chemistry, trophic and molecular biology), as well as expertise of a broad scientific community.","temperature rain light photoperiod nutrients -community structure (species and trophic composition) +community structure +species composition +trophic composition gas (CO2, O2) ","Population dynamics and community change in response to environment (in particular for contaminants in the context of global change) +The LIFE Infrastructure is dedicated to the study of changes in freshwater ecosystems biodiversity with a primary interest in fish evolution and population dynamics. In this context, we also manipulate invertebrates, plants, mollusc, phyto and zooplankton. Major strengths of LIFE are its numerous facilities, the high expertise of its technical staff, and the possibility to perform experiments across a wide range of spatial and temporal scales. The main objective of  RI LIFE is to decipher the effects of multiple environmental forcings on individuals, populations or communities in order to inform management decisions for fish populations. In addition, the direct connection of PEARL and ECP, with ESE (https://www6.rennes.inra.fr/ese/) and ECOBIOP (https://ecobiop.com/) research teams ensures access to additional analytical platforms (environmental and analytical chemistry, trophic and molecular biology), as well as expertise of a broad scientific community. + "," @@ -1836,14 +1847,17 @@ gas (CO2, O2) 48.1130833, -1.4822222222222223; 48.1202778, -1.7919444444444443 -","The LIFE Infrastructure is dedicated to the study of changes in freshwater ecosystems biodiversity with a primary interest in fish evolution and population dynamics. In this context, we also manipulate invertebrates, plants, mollusc, phyto and zooplankton. Major strengths of LIFE are its numerous facilities, the high expertise of its technical staff, and the possibility to perform experiments across a wide range of spatial and temporal scales. The main objective of  RI LIFE is to decipher the effects of multiple environmental forcings on individuals, populations or communities in order to inform management decisions for fish populations. -","Population and community dynamics -Environment -Ecotoxicology +","Biodiversity loss/ +Climate change/","behavioral ecology of fish +evolutionary ecology of fish +environmental and analytical chemistry +trophic and molecular biology +population and community dynamics +environment +ecotoxicology +  -In addition, the direct connection of PEARL and ECP, with ESE (https://www6.rennes.inra.fr/ese/) and ECOBIOP (https://ecobiop.com/) research teams ensures access to additional analytical platforms (environmental and analytical chemistry, trophic and molecular biology), as well as expertise of a broad scientific community. -"," -Variety of sampling tools for invertebrates and fish (emergence traps, nets, invertebrate or fish traps…) +","Variety of sampling tools for invertebrates and fish (emergence traps, nets, invertebrate or fish traps…) electric fishing PIT Tagging mobile and fix antennas @@ -1897,8 +1911,8 @@ Series of mesocosms 30 m3 and 9 m3, Foto credit: Beaumont/INRA   -","['http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Aerial_view_Rennes_experimental_complex.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Serie_of_30_mesocoms_3-m3-1024x678.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Aerial_view-Ponds-Station_PF-Etangs-1024x594.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Mesocosms_Series_30m3_and_9-m3-1024x678.jpg']",,,,"[' 48.1202778', ' -1.7919444444444443']","{'coordinates': ['48.1202778', '-1.7919444444444443']}" -https://mesocosm.org/mesocosm/kosmos-kiel-off-shore-mesocosms-for-ocean-simulations/,KOSMOS (Kiel Off-Shore Mesocosms for Ocean Simulations),GEOMAR-Helmholtz Center for Ocean Research Kiel,Germany,Europe,"GEOMAR-Helmholtz Center for Ocean Research +","['http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Aerial_view_Rennes_experimental_complex.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Serie_of_30_mesocoms_3-m3-1024x678.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Aerial_view-Ponds-Station_PF-Etangs-1024x594.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/PEARL_Mesocosms_Series_30m3_and_9-m3-1024x678.jpg']",,,,"[' 48.1202778', ' -1.7919444444444443']","{'coordinates': ['48.1202778', '-1.7919444444444443']}" +https://mesocosm.org/mesocosm/kosmos-kiel-off-shore-mesocosms-for-ocean-simulations/,KOSMOS - Kiel Off-Shore Mesocosms for Ocean Simulations,GEOMAR-Helmholtz Center for Ocean Research Kiel,Germany,Europe,"GEOMAR-Helmholtz Center for Ocean Research West shore campus Düsternbrooker Weg 20 D-24105 Kiel @@ -1907,12 +1921,13 @@ https://mesocosm.org/mesocosm/kosmos-kiel-off-shore-mesocosms-for-ocean-simulati D-24148 Kiel ","Professor Ulf Riebesell (KOSMOS) Please login or request access to view contact information. -",,"off-shore/outdoor/indoor – pelagic/benthic – marine/brackish - Kiel-KOSMOS - outdoor mobile – pelagic – marine/brackish - 9 floatting structures of 50 m3 (emerging part : 2.5 m high, 2.8 m Ø. submerged part : 17 m high, 2 m Ø) -","KOSMOS: CO2, nutrients -","KOSMOS: phytoplankton, zooplankton, chemistry, biogeochemistry, ecology +",,"The Kiel Off-Shore Mesocosms for Ocean Simulations (KOSMOS) are a seagoing mobile platform for mesocosm experiments. They can be deployed from any mid-sized research vessel. KOSMOS comprises 9 free-floating units, each consisting of a floatation frame and a flexible bag 2 m in diameter. After deployment in the sea, the bag unfolds by weights pulling down its lower end to 20 m depth, thereby enclosing an undisturbed water column of 55 m3. The bag is then closed at the bottom by a full-diameter sediment trap. Regular cleaning of the mesocosm walls prevents wall growth and thus enables long-term experiments that capture plankton seasonal succession. The enclosed water encompasses the entire plankton community from bacteria and viruses up to the level of fish larvae and small pelagic fish. Sampling of sedimented matter in combination with measurements of dissolved and suspended matter and air-sea gas exchange can be used for budget calculations of major elements (C, N, P, Si). Potential experimental perturbations include the addition of inorganic nutrients or organic compounds, carbonate chemistry manipulation (i.e. simulating ocean acidification or alkalisation), manipulation of mixed-layer depth, simulation of deep-water upwelling, species exclusion and addition of invasive species. The KOSMOS facility was successfully employed in long-term experiments in different climate zones, ranging from the high Arctic, temperate waters in the Baltic and North Sea, upwelling ecosystems off Peru, to oligotrophic waters off Gran Canaria and Hawai’i. +","CO2 +nutrients +light +upwelling +acidification +alkalinisation","These studies, which focussed on the effects of ocean acidification, deoxygenation and simulated upwelling on plankton dynamics and biogeochemical cycling, involved researchers from a wide range of scientific fields, including marine and atmospheric chemistry, molecular and evolutionary biology, marine ecology and biological oceanography, aquaculture, fish biology, and biogeochemistry. Results of the KOSMOS experiments have been used in various ecosystem and biogeochemical modelling activities. "," @@ -1920,7 +1935,15 @@ Please login or request access to view contact information. 54.330034,10.1482026 -",,,"KOSMOS: mobile meoscosm structure can be installed on any study site, transportation with RVs and/or in standard 20 and 40-foot containers. +","Pollution/ Acidification +Pollution/ Deoxygenation +Pollution/ Thermal pollution","off-shore +outdoor +indoor +pelagic +benthic +marine +brackish","Sampling devices include depth-integrated and discrete water samplers, nets, gas tight samplers, and sediment samplers. Various sensors continuously record physical and chemical characteristics of the enclosed water along depth profiles. Underwater optical instruments allow for non-invasive in situ quantification of plankton community composition. KOSMOS: mobile meoscosm structure can be installed on any study site, transportation with RVs and/or in standard 20 and 40-foot containers. The KOSMOS facility was successfully employed in long-term experiments in different climate zones, ranging from the high Arctic, temperate waters in the Baltic and North Sea, upwelling ecosystems off Peru, to oligotrophic waters off Gran Canaria and Hawai’i. ",,"http://www.geomar.de/en/ Media report: Window on future ocean "," @@ -1943,7 +1966,7 @@ Sampling of the KOSMOS mesocosms during an experiment on the effects of ocean ac -","['http://mesocosm.org/wp-content/uploads/2017/02/KOSMOS-Raunefjord_2011-300x142.jpg', 'http://mesocosm.org/wp-content/uploads/2017/03/KOSMOS-deployment-with-the-Spanish-research-vessel-„Hesprides“-off-Gran-Canaria-in-2014-300x225.png', 'http://mesocosm.org/wp-content/uploads/2017/03/Sampling-of-the-KOSMOS-mesocosms-during-an-experiment-on-the-effects-of-ocean-acidification-off-Gran-Canaria-in-2014-300x225.png']",,,,"['54.330034', '10.1482026']","{'coordinates': ['54.330034', '10.1482026']}" +","['http://mesocosm.org/wp-content/uploads/2017/02/KOSMOS-Raunefjord_2011-300x142.jpg', 'http://mesocosm.org/wp-content/uploads/2017/03/KOSMOS-deployment-with-the-Spanish-research-vessel-„Hesprides“-off-Gran-Canaria-in-2014-300x225.png', 'http://mesocosm.org/wp-content/uploads/2017/03/Sampling-of-the-KOSMOS-mesocosms-during-an-experiment-on-the-effects-of-ocean-acidification-off-Gran-Canaria-in-2014-300x225.png']",,,,"['54.330034', '10.1482026']","{'coordinates': ['54.330034', '10.1482026']}" https://mesocosm.org/mesocosm/maximus/,MAXIMUS,Roskilde University,Denmark,Europe,"Roskilde University Universitetsvej 1 P.O. Box 260 @@ -1952,7 +1975,10 @@ https://mesocosm.org/mesocosm/maximus/,MAXIMUS,Roskilde University,Denmark,Europ Please login or request access to view contact information. ",,"outdoor – pelagic – marine land based tanks -",,"fish fry production, turbot larve, ecosystem studies +","light +temperature + +","fish fry production, turbot larve, ecosystem studies "," @@ -1962,8 +1988,8 @@ Please login or request access to view contact information. ",,,,,"http://rucforsk.ruc.dk/site/person/bhansen Impaq project: Turbot tracked in a tanknutrients, -",,,,,,"['55.6519602', '12.137471']","{'coordinates': ['55.6519602', '12.137471']}" -https://mesocosm.org/mesocosm/innotech-alberta-aquatic-mesocosm-facility/,InnoTech Alberta Aquatic Mesocosm Facility,InnoTech Alberta,Canada,North America,"PO Bag 4000 +",,,,,,"['55.6519602', '12.137471']","{'coordinates': ['55.6519602', '12.137471']}" +https://mesocosm.org/mesocosm/innotech-alberta-aquatic-mesocosm-facility/,InnoTech - Alberta Aquatic Mesocosm Facility,InnoTech Alberta,Canada,North America,"PO Bag 4000 Hwy 16A & 75 Street Vegreville, Alberta, Canada, T9C 1T4 ","Brian Eaton, Manager, Environmental Impacts @@ -1990,22 +2016,23 @@ The facility is accessible to large vehicles including trucks and heavy equipmen   Support services.  Scientific and logistical support services (e.g., analytical chemistry, molecular biology, plant sciences, heavy equipment, and fabrication services) are available within 200 m of the facility.   -"," -Source water or soil -Water level -Soil profile -Sediment -Installed macrophyte community -Uniform environmental conditions - -"," -Ecological effects of impacted materials, +","source water or soil +water level +soil profile +sediment +macrophyte community +uniform environmental conditions + +","Ecological effects of impacted materials, aquatic plant biology, seasonal effects, environmental genomics - -  - +Mitigation of industrial impacts +Ecotoxicology +Invasive species control +De-risking technologies +Validation of control methods +Biocide testing Environmental genomics, microbial degradation of impacted materials herbicide degradation/remediation @@ -2019,19 +2046,12 @@ modelling impacts of climate change on soil communities and/or vegetation 53.506641,-112.093612 -"," -Mitigation of industrial impacts -Ecotoxicology -Invasive species control -De-risking technologies -Validation of control methods -Biocide testing - -"," -Aquatic ecology -Environmental genomics -Ecotoxicology -Industrial impact studies +","Climate change +Novel organisms/ Invasive alien species +Pollution/ Release of toxic chemicals","aquatic ecology +environmental genomics +ecotoxicology +industrial impact studies "," 30x nested mesocosms, each ~ 14 m3 @@ -2065,27 +2085,35 @@ A water layer is maintained at the bottom of the mesocosms during winter, photo InnoTech Alberta Aquatic Mesocosm Facility, photo credit: InnoTech Alberta Elevated view of mesocosm facility with 2 smaller tanks nested within each of the main mesocosm tanks on the bermed containment pad. Photo Credit: InnoTech Alberta Mescocosms being used for an aquatic experiment. Note the floating automated CO2 flux chambers in the tanks in the foreground. Photo Credit: InnoTech Alberta -","['http://mesocosm.org/wp-content/uploads/2023/08/sunset-innotech-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2023/08/sinter-innotech.jpg', 'http://mesocosm.org/wp-content/uploads/2023/08/birdview-InnoTech-1024x469.jpg', 'http://mesocosm.org/wp-content/uploads/2023/08/birdeye.jpg', 'http://mesocosm.org/wp-content/uploads/2023/08/ter2.jpg']",,,,"['53.506641', '-112.093612']","{'coordinates': ['53.506641', '-112.093612']}" -https://mesocosm.org/mesocosm/lmu-mesocosms/,LMU Mesocosms,Ludwig-Maximilians-Universität,Germany,Europe,"Ludwig-Maximilians-Universität München +","['http://mesocosm.org/wp-content/uploads/2023/08/sunset-innotech-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2023/08/sinter-innotech.jpg', 'http://mesocosm.org/wp-content/uploads/2023/08/birdview-InnoTech-1024x469.jpg', 'http://mesocosm.org/wp-content/uploads/2023/08/birdeye.jpg', 'http://mesocosm.org/wp-content/uploads/2023/08/ter2.jpg']",,,,"['53.506641', '-112.093612']","{'coordinates': ['53.506641', '-112.093612']}" +https://mesocosm.org/mesocosm/lmu-mesocosms/,LMU Mesocosms,"Limnologische Feldstation, Schulstr. , Seeon",Germany,Europe,"Ludwig-Maximilians-Universität München Department Biologie II Aquatic Ecology Großhaderner Str. 2 82152 Planegg-Martinsried -","Prof. Herwig Stibor - Dr. Maria Stockenreiter +","Herwig Stibor +Maria Stockenreiter Please login or request access to view contact information.,Please login or request access to view contact information. -",2005 - present,"outdoor – pelagic/benthic – freshwater - 8 concrete tanks, 3 temperature controlled basins, 10 smaller concrete tanks -","temperature, light, nutrients, species composition +",2005 - present,"The LMU Mesocosms operated by the Aquatic Ecology group at the University of Munich (LMU) are situated at the Seeon Limnological Station 80 km southeast of Munich. The infrastructure consists up to 80 highly mobile mesocosms that are moored or free-floating. They vary in diameter from 0.9 to 2m, reach depths of up to 20 m, and can be filled in situ with lake water by submerging and then lifting floating rings, or by means of powerful pumps (10 m3/h). The high mobility of these mesocosms provides unique opportunities to deploy replicate experimental units simultaneously in several lakes. Approximately 60 lakes within short distance to the Seeon Limnological Station are available for experiments, which differ in size, depth and trophic status. For most of the lakes long term monitoring data (> 30 years) of basic physical, chemical and biological variables are available. Additionally, LMU provides a land based mesocosm infrastructure including 3 basins of up to 900L with a temperature controlled heating device. +Additionally, LMU provides a land based mesocosm infrastructure including 3 basins of up to 900L with a temperature controlled heating device.","temperature +light +nutrients +species composition ","plankton ecology, climate change scenarios, nutrients, stoichiomenty, biodiversity and community assembly -"," +Potential experimental manipulations include, but are not limited to, light intensity and spectral composition, nutrient supply, temperature regimes and food-web structure and composition."," 48.109151,11.45844 -",,,"Casy Counter, Fluorometer, nutrient analyses, scopes, several labs for small scale experiments, multispectral PAM, 8-LED-based Algal Lab Analyzer, spectroradiometer, climate chamber. +","Biodiversity loss/ +Climate change/ Aridification +Climate change/ Global warming +Pollution/ Nutrient pollution","outdoor +pelagic +benthic +freshwater","Available facilities and equipment include walk-in environmental chamber, large plankton growth chamber, 300-L indoor plankton cultivation facility, four-wheel pick-up truck, boat trailer and 6 boats. Probes for measuring standard physicochemical variables and chlorophyll enable fast in-situ characterisation of water quality. The following and instruments equipment are available for chemical, biochemical and biological analyses in the lab, the latter focussing on phyto- and zooplankton communities: multispectral PAM-system, fluoroprobe, FlowCAM, CHN elemental analyser, 2 spectrophotometers, 2 spectrofluorometers, spectroradiometer, ion chromatograph, Multi Color PAM, and high-quality microscopes. Casy Counter, Fluorometer, nutrient analyses, scopes, several labs for small scale experiments, multispectral PAM, 8-LED-based Algal Lab Analyzer, spectroradiometer, climate chamber. ",,"http://www.aquatic-ecology.bio.lmu.de/contact/index.html "," @@ -2101,7 +2129,7 @@ Munich Mesocosm facility on Campus, Photo: Dr. Stella Berger -","['http://mesocosm.org/wp-content/uploads/2017/02/Munih_mesocosms2-300x188.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Munich_mesocosms1-300x225.jpg']",,,,"['48.109151', '11.45844']","{'coordinates': ['48.109151', '11.45844']}" +","['http://mesocosm.org/wp-content/uploads/2017/02/Munih_mesocosms2-300x188.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Munich_mesocosms1-300x225.jpg']",,,,"['48.109151', '11.45844']","{'coordinates': ['48.109151', '11.45844']}" https://mesocosm.org/mesocosm/crimac-calabria-marine-centre/,Crimac – Calabria Marine Centre,Stazione Zoologica Anton Dohrn,Italy,Europe,"Contrada Torre Spaccata, Località Torre Spaccata, 87071 Amendolara (CS), @@ -2110,26 +2138,24 @@ Italy Please login or request access to view contact information.,   ",2024 - present,"The mesocosms are located within a thermostatic laboratory and consist of 20 aquariums, each with a capacity of approximately 40 litres (30x47x28 cm), featuring transparent methacrylate fronts. These aquariums are organised into two “twin” systems, with each system comprising 10 tanks arranged in two rows (5 tanks per row). Additionally, there are two independent systems dedicated to the maintenance of marine organisms, used for both acclimatisation and quarantine purposes. -"," -Temperature +","temperature pH -Salinity -Lights intensity +salinity +light -"," -Marine Biology +","Marine Biology Ecology Biotechnology - -"," +Anthropogenic impacts on marine ecosystems"," - 39.9588889;16.62666666666667 + 39.9588889,16.62666666666667 -","Anthropogenic impacts on marine ecosystems -","Climate change and microplastic contamination +"," +","climate change +microplastic contamination "," 20 Temperature controllers 20 pH controllers @@ -2151,7 +2177,7 @@ https://www.szn.it/index.php/it/chi-siamo/le-nostre-sedi/sedi-territoriali-di-ti ","Amendolara Seat – outdoor facility, photo credits: Detail of Rack, photo credits: Filtration System, photo credit: -","['http://mesocosm.org/wp-content/uploads/2025/06/Photo-1.2-Amendolara-seat-outdoor-facility-Kopie-1024x714.jpg', 'http://mesocosm.org/wp-content/uploads/2025/06/Photo-3-Detail-of-Rack-2-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2025/06/Photo-2.2-Filtration-System-Kopie-1024x768.jpg']",,,,"['39.9588889', '16.62666666666667']",{'coordinates': nan} +","['http://mesocosm.org/wp-content/uploads/2025/06/Photo-1.2-Amendolara-seat-outdoor-facility-Kopie-1024x714.jpg', 'http://mesocosm.org/wp-content/uploads/2025/06/Photo-3-Detail-of-Rack-2-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2025/06/Photo-2.2-Filtration-System-Kopie-1024x768.jpg']",,,,"['39.9588889','16.62666666666667']","{'coordinates': ['39.9588889', '16.62666666666667']}" https://mesocosm.org/mesocosm/ceh-aquatic-mesocosm-facility-camf/,CEH Aquatic Mesocosm Facility (CAMF),Centre for Ecology & Hydrology (CEH),United Kingdom,Europe,"Centre for Ecology & Hydrology (CEH) Lancaster University Library Avenue @@ -2160,13 +2186,12 @@ LA1 4AP UK ","Dr Heidrun Feuchtmayr Please login or request access to view contact information. -",2011 - present,"Outdoor – pelagic/benthic – freshwater +",2011 - present,"The CEH Aquatic Mesocosm Facility (CAMF) comprises 32 cylindrical insulated fibreglass outdoor mesocosms, each 1.0m deep and 2.0m in diameter (3000 l and 3 large fibreglass tanks 1.0m deep and 4.0m in diameter (12000 l) The latter are mainly used as storage reservoir for water and various freshwater species. The site was built in 2011 and is located 2 miles from the UKCEH office. Electric heating elements are placed in each mesocosm to allow for climate warming experiments. Temperature in warmed mesocosms can be increased by up to 5 °C above the ambient water temperatures, controlled by a custom computer program. To prevent thermal stratification, purpose-built mixers suspended in the middle of the mesocosm, can be moved slowly up and down through the water column and can be operated on different mixing regimes. All mesocosms are equipped with automatic sensors measuring temperature, dissolved oxygen and photosynthetically active radiation (PAR) every 5 minutes. A weather station within the mesocosm compound measures wind speed and direction, precipitation, air temperature, barometric pressure and relative humidity. All data is logged at five-minute intervals and directly transferred to a server. The site has been used for various climate change experiments, focussing on multiple stressors, such as brownification, warming, eutrophication and extreme rainfall events on freshwater communities. 32 cylindrical insulated fibreglass outdoor mesocosms, each 1.0 m deep and 2.0 m in diameter (3000 L) arranged in four rows with eight mesocosms in each and 3 fibreglass tanks 1.0 m deep and 4.0 m in diameter (12000 L). The site was built in 2011 and is located around 2 miles from the CEH office. -","Depending on each individual experiment. So far: - -temperature +","temperature nutrients -precipitation (flushing) +precipitation +flushing organic carbon ","The site has been used for various climate change experiments so far, focussing on the effect of @@ -2187,8 +2212,14 @@ extreme rainfall events. 54.014373, -2.777004 -",,,"Electric heating elements are placed in each mesocosm to allow for climate warming experiments. Water temperature in warmed mesocosms can be increased by up to 5 degrees C above the ambient water temperatures, controlled by a custom computer program. To prevent thermal stratification, purpose-built mixers suspended in the middle of the mesocosm, can be moved slowly up and down through the water column. The mixers are controlled by data loggers and can be operated on different mixing regimes. All mesocosms are equipped with automatic sensors measuring temperature, dissolved oxygen and photosynthetically active radiation (PAR) every 5 minutes. A weather station within the mesocosm compound measures wind speed, wind direction, precipitation, air temperature, barometric pressure and relative humidity, logged at five minute intervals. All data is logged by a data logger and directly transferred to a server. -","Lancaster University B&B +","Climate change/ +Climate change/ Global warming +Pollution/ Brownification +Pollution/ Nutrient pollution","outdoor +pelagic +benthic +freshwater","Electric heating elements are placed in each mesocosm to allow for climate warming experiments. Water temperature in warmed mesocosms can be increased by up to 5 degrees C above the ambient water temperatures, controlled by a custom computer program. To prevent thermal stratification, purpose-built mixers suspended in the middle of the mesocosm, can be moved slowly up and down through the water column. The mixers are controlled by data loggers and can be operated on different mixing regimes. All mesocosms are equipped with automatic sensors measuring temperature, dissolved oxygen and photosynthetically active radiation (PAR) every 5 minutes. A weather station within the mesocosm compound measures wind speed, wind direction, precipitation, air temperature, barometric pressure and relative humidity, logged at five minute intervals. All data is logged by a data logger and directly transferred to a server. +Equipment is housed in a laboratory on site available for storage, working space and sample preparation. There is tap water access as well as raw water supply from a nearby reservoir. Fully equipped laboratories (including a FlowCam and microscopes with image analysis systems) are available at UKCEH Lancaster, housing the UKCEH Centralised Analytical Chemistry Group, maintaining high standards of quality control and UKAS-accredited to ISO17025. Various multiprobes are available for fieldwork: DS5X, EXO2, AlgaeTorch.","Lancaster University B&B ","https://www.ceh.ac.uk/our-science/research-facility/aquatic-mesocosm-facility "," @@ -2209,20 +2240,22 @@ Figure credits: Heidrun Feuchtmayr -","['http://mesocosm.org/wp-content/uploads/2019/07/IMG_5163-1024x683.jpg', 'http://mesocosm.org/wp-content/uploads/2019/07/IMG_5156-1024x683.jpg', 'http://mesocosm.org/wp-content/uploads/2019/07/CAMF-schematic.jpg']",,,,"['54.014373', ' -2.777004']","{'coordinates': ['54.014373', '-2.777004']}" -https://mesocosm.org/mesocosm/experimental-mesocosm-facility-at-friday-harbor-labs-fhl/,Experimental Mesocosm Facility at Friday Harbor Labs (FHL),University of Washington,USA,North-America,"University of Washington +","['http://mesocosm.org/wp-content/uploads/2019/07/IMG_5163-1024x683.jpg', 'http://mesocosm.org/wp-content/uploads/2019/07/IMG_5156-1024x683.jpg', 'http://mesocosm.org/wp-content/uploads/2019/07/CAMF-schematic.jpg']",,,,"['54.014373', ' -2.777004']","{'coordinates': ['54.014373', '-2.777004']}" +https://mesocosm.org/mesocosm/experimental-mesocosm-facility-at-friday-harbor-labs-fhl/,FHL - Experimental Mesocosm Facility at Friday Harbor Labs,University of Washington,United States of America,North-America,"University of Washington School of Oceanography 1503 NE Boat Street Seattle, WA  98105 USA ","Prof. James Murray Please login or request access to view contact information. -",2011-present,"outdoor/indoor – pelagic – marine - Outdoor in-water Mesocosms – FHL Dock: +",2011 - present,"Outdoor in-water Mesocosms – FHL Dock: This facility includes a floating dock with attachments for nine 2000 L plastic bags (~1 m diameter, 3 m depth). Within these bags, chemistry can be manipulated with the addition of CO2-saturated water as well as nutrients, etc. Indoor Mesocosms-Lab 12: The lab is supplied with conditioned water from a custom filtration and CO2 stripping system supplied by the FHL seawater source. Manipulative experiments are conducted in custom designed mixing reservoirs (white Igloo coolers). Each mixing reservoir has a recirculating pump and venturi injector which constantly aerates the water with CO2-free air. The water is circulated through a chilling loop as well. Water chemistry is monitored by a Honeywell Durafet pH electrode in each reservoir connected to Honeywell UDA2182 process controller. This controller adds CO2 to the stream of CO2-free air to achieve the desired pH setpoint (range from ~8.2 to below 7.0) and a separate temperature controller activates a submersed heater to achieve the desired temperatures (range from ~8°C to 25°C) -","independently controlled pH, CO2, temperature conditions, and nutrients +","pH +CO2 +temperature +nutrients ","CO2 increase, ocean acidification, global warming, eutrophication "," @@ -2231,7 +2264,12 @@ https://mesocosm.org/mesocosm/experimental-mesocosm-facility-at-friday-harbor-la 48.5466503,-123.0127619 -",,," +","Climate change/ Global warming +Pollution/ Acidification +Pollution/ Nutrient pollution","outdoor +indoor +pelagic +marine"," The teaching and research laboratories consist of eight one-story buildings of about 1,500 square feet each and three larger two-story research buildings. Running sea water, free from metallic contamination, is delivered to plexiglass aquaria and water tables through polyethylene or PVC pipes and fittings. Walk-in cold rooms, a microtechnique room, and a shop are available. Analytical equipment for general use includes centrifuges, computers, scintillation counter, particle counter, a high performance liquid chromatograph, nucleotide sequencer, PCR thermocyclers and other equipment for molecular biology, spectrophotometers, culture chambers, fluorescence microscope, video equipment, scanning laser confocal microscope, and electrophysiological equipment. A scanning electron microscope and transmission electron microscope may be used by investigators who have or can obtain appropriate training. @@ -2272,7 +2310,7 @@ The lab is supplied with conditioned water from a custom filtration and CO2 stri -","['http://mesocosm.org/wp-content/uploads/2017/05/outdoor-oalab4-300x129.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/indoor-oalab3.jpg']",,,,"['48.5466503', '-123.0127619']","{'coordinates': ['48.5466503', '-123.0127619']}" +","['http://mesocosm.org/wp-content/uploads/2017/05/outdoor-oalab4-300x129.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/indoor-oalab3.jpg']",,,,"['48.5466503', '-123.0127619']","{'coordinates': ['48.5466503', '-123.0127619']}" https://mesocosm.org/mesocosm/mekjarvik-research-station/,Mekjarvik Research Station,International Research Institute of Stavanger (IRIS),Norway,Europe,"IRIS P. O. Box 8046, 4068 Stavanger, (mailing address) Prof. Olav Hanssensvei 15, 4021 Stavanger (visiting address) @@ -2281,24 +2319,23 @@ Fax: (+47) 51 87 52 00 E-mail: firmapost@iris.no ","Dr. Thorleifur Agustsson: Please login or request access to view contact information.Thorleifur.Agustsson@iris.noPlease login or request access to view contact information. -",1995-present,"Pelagic/Benthic and Marine/Freshwater -  -Facilities have been tailored for conducting studies targeting a range of marine conditions from temperate to Arctic and surface waters to deep sea. The centre includes 620 m2 of laboratories, all with access to a continuous supply of filtered seawater pumped from 80 m depth from the fjord adjacent to the laboratory. Recently fitted sophisticated heat exchange systems supply multiple seawater temperatures to support several independent experiments simultaneously or for use within single experiments facilitating multi-stressor studies. -  +",1995 - present,"Facilities have been tailored for conducting studies targeting a range of marine conditions from temperate to Arctic and surface waters to deep sea. The centre includes 620 m2 of laboratories, all with access to a continuous supply of filtered seawater pumped from 80 m depth from the fjord adjacent to the laboratory. Recently fitted sophisticated heat exchange systems supply multiple seawater temperatures to support several independent experiments simultaneously or for use within single experiments facilitating multi-stressor studies. Experimental facility divided into 2 parts (see pictures): - Pilot hall for large scale experiments that include pelagic enclosures of different sizes to conduct exposure studies with organisms varying from zooplankton larvae to adult fish. Additionally, benthic chambers of different sizes, each equipped with lids holding a stirrer, optodes, special injector and sampling ports are available for use in either the pilot hall or climate rooms. -6 climate rooms are available for more specific incubations requiring strict regulation of both air and water temperature. Climate rooms all with control of light and temperature (-1 to +40 °C). - -  -","Continuous supply of fresh seawater taken from the adjacent fjord below the thermocline (80 m water depth) passing through double sand filters The parameters that can be controlled (single or multiple) include: - +6 climate rooms are available for more specific incubations requiring strict regulation of both air and water temperature. Climate rooms all with control of light and temperature (-1 to +40 °C). Continuous supply of fresh seawater taken from the adjacent fjord below the thermocline (80 m water depth) passing through double sand filters The parameters that can be controlled (single or multiple) include: Finer filtering of incoming water (filters of different size). Multiple water temperature within a single experiment Multiple monitored range in water oxygenation within a single experiment. Multiple monitored range in water pH within a single experiment. - Multiple monitored concentration of crude oil additions (dissolved or oil droplets) in water within a single experiment. + + +  +","filtering of incoming water +temperature +oxygenation +pH +crude oil addit ","At IRIS Mekjarvik Research Station, there is a strong focus on high quality laboratory exposure/manipulation experiments (pelagic and benthic mesocosm setups) aimed at understanding the impact of predicted climate change and anthropogenic activity on key pelagic and benthic players and processes in the marine and freshwater ecosystem. Research funding from the Industry, Research council of Norway and the EU.  Recently addressed research topics include: – Impact of crude oil on Cod and Salmon (Research council of Norway with National & International partners) – On the sensitivity of Krill to oil exposure (Research council of Norway with National & International partners) @@ -2314,7 +2351,11 @@ Multiple monitored concentration of crude oil additions (dissolved or oil drople 59.0206314, 5.6159267000000455 -",,,"The laboratory facilities of IRIS Mekjarvik Research Station provide a modern infrastructure for biological testing and analyses. Our laboratory facilities include: +","Climate change/ +Pollution/ Acidification","pelagic +benthic +marine +freshwater","The laboratory facilities of IRIS Mekjarvik Research Station provide a modern infrastructure for biological testing and analyses. Our laboratory facilities include: Ecotoxicology, Histology, Chemistry, Proteomics, Microbiology, Molecular Biology and Microscopy/Image Analysis. Collection of pelagic or benthic components: rental of boat with high quality sampling devices.  ","No in-house lodging. Hotel rooms and rental of houses or apartments are available in the vicinity. @@ -2339,13 +2380,16 @@ Photo: Leon Moodley   -","['http://mesocosm.org/wp-content/uploads/2018/04/Stavanger-1-300x279.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/Stavanger-2-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/Stavanger-3-300x200.jpg']",,,,"['59.0206314', ' 5.6159267000000455']","{'coordinates': ['59.0206314', '5.6159267000000455']}" -https://mesocosm.org/mesocosm/mesocosms-at-the-upper-parana-river-nupelia-field-station/,Mesocosms at the Upper Paraná River (Nupélia Field Station),Universidade Estadual de Maringá – UEM,Brazil,South America,"Av. Colombo 5790, Maringá, PR, Brazil, 87020-900 +","['http://mesocosm.org/wp-content/uploads/2018/04/Stavanger-1-300x279.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/Stavanger-2-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/Stavanger-3-300x200.jpg']",,,,"['59.0206314', ' 5.6159267000000455']","{'coordinates': ['59.0206314', '5.6159267000000455']}" +https://mesocosm.org/mesocosm/mesocosms-at-the-upper-parana-river-nupelia-field-station/,Mesocosms at the Upper Paraná River ,"Universidade Estadual de Maringá – UEM, (Nupélia Field Station)",Brazil,South America,"Av. Colombo 5790, Maringá, PR, Brazil, 87020-900 ","Roger Paulo Mormul Please login or request access to view contact information. -",Predicted to be ready in 2020,"The mesocosms are located in the shore of the Upper River Paraná in Brazil. They are installed in a field station with boats, lodges for ca. 20 persons, kitchen all other facilities (e.g., aquaria, laboratories to work the samples etc.). -","Previous experiments using these facilities have controlled the presence of invasive species, habitat complexity, water chemistry and water level among others, but it is not possible to control temperature in the mesocosms. -","Effects of invasive species on native communities, mechanisms that make ecosystems to resist to invasions, top-down and bottom up mechanisms in freshwater food webs, among others. +",2020 - present,"The mesocosms are located in the shore of the Upper River Paraná in Brazil. They are installed in a field station with boats, lodges for ca. 20 persons, kitchen all other facilities (e.g., aquaria, laboratories to work the samples etc.). Previous experiments using these facilities have controlled the presence of invasive species, habitat complexity, water chemistry and water level among others, but it is not possible to control temperature in the mesocosms. +","invasive species +habitat complexity +water chemistry +water level +","Ecology of invasive species, food webs.: Effects of invasive species on native communities, mechanisms that make ecosystems to resist to invasions, top-down and bottom up mechanisms in freshwater food webs, among others. "," @@ -2353,11 +2397,12 @@ Please login or request access to view contact information. -22.765525,-53.2572166 -","Ecology of invasive species, food webs. -","Ecology and systematic of phytoplankton -Zooplankton -Macrophytes -Invertebrates and fish +",Novel organisms/ Invasive alien species,"ecology and systematics +phytoplankton +zooplankton +macrophytes, +invertebrates +fish ","Equipment to measure basic water parameters (pH, turbidity, oxygen and temperature). Possibility to measure water nutrients. ","Lodge for 20 persons + four individual chalet enough for two persons each. ","www.nupelia.uem.br @@ -2371,20 +2416,24 @@ Invertebrates and fish -","['http://mesocosm.org/wp-content/uploads/2019/03/Mesocosmos-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Fieldstation-300x224.png']",,,,"['-22.765525', '-53.2572166']","{'coordinates': ['-22.765525', '-53.2572166']}" -https://mesocosm.org/mesocosm/sites-aquanet-asa-research-station/,SITES AquaNet – Asa Research Station,SITES and Swedish University of Agricultural Sciences,Sweden,Europe,"Sveriges lantbruksuniversitet (SLU) +","['http://mesocosm.org/wp-content/uploads/2019/03/Mesocosmos-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Fieldstation-300x224.png']",,,,"['-22.765525', '-53.2572166']","{'coordinates': ['-22.765525', '-53.2572166']}" +https://mesocosm.org/mesocosm/sites-aquanet-asa-research-station/,SITES AquaNet – Asa,"Asa Research Station +Lammhult +363 94 +",Sweden,Europe,"Sveriges lantbruksuniversitet (SLU) Unit for Field-based Forest Research -Asa Research Station -SE-363 94 Lammhult -Sweden + ","Martin Ahlström Please login or request access to view contact information. -",2017 - present," -Outdoor, freshwater, deployed in an adaptable jetfloat, placed in the lake Feresjön, 2,5 km from the research station. -PE-film enclosures or 20 hardshell PE enclosures (ø = 0.9 m, depth = 1.5 m, volume = 700 l). -Open access to national and international researchers. +",2017 - present,"SITES AquaNet is a modular infrastructure with mesocosm facilities in lakes connected to 5 field stations (Asa, Bolmen, Erken, Skogaryd, Svartberget) that are part of the Swedish Infrastructure for Ecosystem Science (SITES). SITES AquaNet is coordinated by Uppsala University and the associated partners are the Swedish Agricultural University (SLU), Gothenburg University (GU) and Sweden Water Research (SWR). The unique feature of SITES AquaNet is that it is fully standardised across sites and therefore enables modularised experimental manipulations in lakes along a latitudinal gradient in Sweden. +SITES AquaNet – Asa provides open access to national and international researchers. The outdoor, freshwater mesocosms are deployed in an adaptable jetfloat, placed in Lake Feresjön, 2,5 km from the research station and equipped with PE-film enclosures or 20 hardshell PE enclosures (ø = 0.9 m, depth = 1.5 m, volume = 700 l). -",,"Advanced general understanding in ecology by using modularized experiments across SITES-AquaNet stations (Sweden) or potential collaborators (Sweden, Europe and other continents). Topics: biodiversity-functioning-stability relationships, community ecology, ecological stoichiometry, food web interactions, benthic-pelagic dynamics, biochemistry (carbon cycling), cyanobacterial blooms and global change research. Possibility to combine mechanistic experiments with lake monitoring data from Feresjön (e.g., phytoplankton, zooplankton, nutrients and on-site climate data, incl. temperature profile measurements). +","nutrient addition +substance addition +shading +food web manipulation +dispersal +species addition","Advanced general understanding in ecology by using modularized experiments across SITES-AquaNet stations (Sweden) or potential collaborators (Sweden, Europe and other continents). Topics: biodiversity-functioning-stability relationships, community ecology, ecological stoichiometry, food web interactions, benthic-pelagic dynamics, biochemistry (carbon cycling), cyanobacterial blooms and global change research. Possibility to combine mechanistic experiments with lake monitoring data from Feresjön (e.g., phytoplankton, zooplankton, nutrients and on-site climate data, incl. temperature profile measurements). "," @@ -2392,7 +2441,11 @@ Open access to national and international researchers. 57.164325, 14.782712 -",,,"Apogee SQ-500 (PAR), CTG Trilux fluorometer (chlorophyll-a, phycocyanin and turbidity) and Aanderaa 4531 optode (O2 and temperature) sensors fulltime deployed in each enclosure, deployed with a Campbell CR1000 datalogger and an AM16/32B multiplexer (https://www.campbellsci.com). The datalogger has an ethernet interface for remote access through a mobile broadband router, for maintenance and data retrieval. Surveillance camera mounted for remote monitoring of the site. +","Biodiversity loss/ +Climate change/ +Climate change/ Global warming +Overabundant species/ Harmful algal blooms +Pollution/ Nutrient pollution",,"Apogee SQ-500 (PAR), CTG Trilux fluorometer (chlorophyll-a, phycocyanin and turbidity) and Aanderaa 4531 optode (O2 and temperature) sensors fulltime deployed in each enclosure, deployed with a Campbell CR1000 datalogger and an AM16/32B multiplexer (https://www.campbellsci.com). The datalogger has an ethernet interface for remote access through a mobile broadband router, for maintenance and data retrieval. Surveillance camera mounted for remote monitoring of the site. An YSI ProODO instrument (DO) (https://www.ysi.com/proodo), an AP-2000 AquaRead Multiprobe (http://www.aquaread.com/portofolio/ap-2000/) equipped with a chlorophyll a sensor, and an Apogee MQ-500 (PAR) sensor with handheld meters. Laboratory for filtering and extraction of samples for a wide range of analyses, cold storage and freezing rooms are available at the research station. Connection to laboratories for analysis at the Swedish University of Agricultural Sc.; the Geochemical laboratory (https://www.slu.se/en/departments/aquatic-sciences-assessment/laboratories/vattenlabb2/), and at the Uppsala University; the Erken Laboratory (http://www.ieg.uu.se/erken-laboratory). ","Capacity at the Asa Herrgård hotel and conference facility, neighbouring the research station; ca 60 persons (https://www.asaherrgard.se), and at the Asa Hostel, 1 km from the station: ca 60 persons, with cooking facilities (http://www.friheten.nu/en/) @@ -2413,16 +2466,18 @@ Photo credit: Ola Langvall   -","['http://mesocosm.org/wp-content/uploads/2018/05/Asa_1-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/Asa_3-1024x574.jpg']",,,,"['57.164325', ' 14.782712']","{'coordinates': ['57.164325', '14.782712']}" -https://mesocosm.org/mesocosm/solbergstrand-experimental-facility-sef/,Solbergstrand Experimental Facility (SEF),Norwegian Institute for Water Research,Norway,Europe,"Norwegian Institute for Water Research +","['http://mesocosm.org/wp-content/uploads/2018/05/Asa_1-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/Asa_3-1024x574.jpg']",,,,"['57.164325', ' 14.782712']","{'coordinates': ['57.164325', '14.782712']}" +https://mesocosm.org/mesocosm/solbergstrand-experimental-facility-sef/,SEF - Solbergstrand Experimental Facility,Norwegian Institute for Water Research,Norway,Europe,"Norwegian Institute for Water Research NIVA Oslo Gaustadalléen 21 NO-0349 Oslo -","1. Hartvig Christie -2. Nikolai Friberg -1. Please login or request access to view contact information., 2. Please login or request access to view contact information. -","1. 1996 - present, 2. 2015 - present","outdoor – pelagic/benthic – marine/freshwater - 1. Solbergstrand Mesocosms: Outdoor, 12 hard bottom mesocosms, 13 m3 ambient 1 m depth sea water flow through, benthic communities from 0-1.5 m depth, ca 40 species of benthic algae, up to 90 species of macrofauna. +","Hartvig Christie +Nikolai Friberg +Please login or request access to view contact information., 2. Please login or request access to view contact information. +","1. 1996 - present +2. 2015 - present","The Solbergstrand Experimental Facility (SEF) of the Norwegian Institute for Water Research (NIVA) in Oslo comprises two complementary mesocosm facilities, a recently upgraded hard-bottom marine mesocosm system and a freshwater flume system: +1. Solbergstrand Mesocosms: The coastal hard-bottom mesocoms are 12 concrete basins of 13 m3 receiving permanent seawater supply from the Oslofjord. The facility offers unique opportunities to assess community and ecosystem responses to various stressors on European intertidal and shallow subtidal rocky shores. Numerous experiments have been completed over the past 20 years, involving macroalgal and macrofaunal species established in the mesocosms. In addition to manipulating plant and animal diversity of shallow rocky marine habitats, environmental factors such as wave energy, tidal regime, water turbulence, nutrient supply, and acidification by CO2 can be experimentally controlled and altered. Simulation of natural environmental conditions such as current wave action, water quality, water flow, tidal range, temperature, salinity, pH, nutrients, flora, fauna +Outdoor, 12 hard bottom mesocosms, 13 m3 ambient 1 m depth sea water flow through, benthic communities from 0-1.5 m depth, ca 40 species of benthic algae, up to 90 species of macrofauna. 23 fibreglass and concrete seawater pools with volumes ranging from 26 to 550 m3,  a number of smaller testing facilities on land, and the seabed outside the station to manipulate and control marine ecosystems. Facilities at Solbergstrand cover: – hard-bottom seashores @@ -2432,9 +2487,23 @@ https://mesocosm.org/mesocosm/solbergstrand-experimental-facility-sef/,Solbergst – pelagic communities from the upper water depths – a larger system to simulate mixing zones in rivers – testing of water treatment systems - 2. Solbergstand Flumes: Outdoor, 16 stainless steel flumes: 10 m long, 0.5 m wide and with a maximum depth of 0.5 m (depth can be increased by Plexiglas panels). Discharge can be up to 3 L/s per flume with the current set-up so the facility mimics headwater streams. Flumes are seeded with both substrate and biota prior to experimentation depending on research question. However, longer experiments (months to years), and with natural colonization from a stream that runs next to them, is possible. Each flume can be individually re-circulated or have flow through of stream water. Water sources comprise both of ground water (limited amounts and not enough for continuous flow through) and stream water that are distributed to the flumes through header tanks. -","1. Simulation of natural environmental conditions such as current wave action, water quality, water flow, tidal range, temperature, salinity, pH, nutrients, flora, fauna - 2. Master variables: Discharge, water velocity, temperature. Substrate, water chemistry and biological components can be controlled + +2. Solbergstand Flumes: Outdoor, 16 stainless steel flumes: 10 m long, 0.5 m wide and with a maximum depth of 0.5 m (depth can be increased by Plexiglas panels). Discharge can be up to 3 L/s per flume with the current set-up so the facility mimics headwater streams. Flumes are seeded with both substrate and biota prior to experimentation depending on research question. However, longer experiments (months to years), and with natural colonization from a stream that runs next to them, is possible. Each flume can be individually re-circulated or have flow through of stream water. Water sources comprise both of ground water (limited amounts and not enough for continuous flow through) and stream water that are distributed to the flumes through header tanks. The freshwater facility consists of 16 outdoor stainless steel flumes (10m long, 0.5m wide, up to 0.5m deep). Discharge can be increased to up to 3 l/s per flume to mimic headwater streams. Flumes are typically filled with natural substratum, stocked with biota before starting experiments, and can be run in circulation or flow-through mode. Long-term experiments lasting months or years with natural colonisation from a stream next to the facility are also possible. Stream water distributed to the flumes through header tanks, ground water or both can be used as water sources. Controlled parameters include discharge, flow velocity and temperature. A unique feature in running water experimental set-ups at the scale of the flumes is individual heating and cooling of the water in each flume. Substratum composition, water chemistry and biological components can be controlled to elucidate responses of stream communities and ecosystem processes to climate change and other environmental stressors. The facility includes pumps, thermostats and a groundwater dwelling in addition to temperature loggers, light meters, velocity meters, etc. Master variables: Discharge, water velocity, temperature. Substrate, water chemistry and biological components can be controlled + + +","wave action +water quality +water flow +tidal range +temperature +salinity +pH +nutrients +discharge +water velocity +substrate +water chemistry +biological components ","1. Effects of environmental conditions/stressors on flora, fauna diversity and community function and ecological community structure 2. Reponses of stream biotic communities and ecosystem functioning to climate change and other environmental stressors "," @@ -2444,7 +2513,12 @@ https://mesocosm.org/mesocosm/solbergstrand-experimental-facility-sef/,Solbergst 59.6157541,10.6528178 -",,,"1. 10 laboratories for experimentation and analysis activities, among them an authorised infection lab for fish and a special lab for working with radioactive trace elements, two well-equipped workshops. Water flow regulation, wave generator, tidal regulation, temperature, salinity, pH, nutrient dosing. +",Climate change/,"outdoor +pelagic +benthic +marine +freshwater","Laboratories associated with the facilities on site are equipped for water-chemical, microscopic and other routine analyses. Additional chemical analyses and other measurements can be made at the main NIVA lab in Oslo 60 km north of the SEF. +1. 10 laboratories for experimentation and analysis activities, among them an authorised infection lab for fish and a special lab for working with radioactive trace elements, two well-equipped workshops. Water flow regulation, wave generator, tidal regulation, temperature, salinity, pH, nutrient dosing. 2. Pumps, thermostats, groundwater dwelling. In addition temperature loggers, light meters, velocity meters etc. ","Cottage rental, lab and facilities, kitchen and meeting room for 24 persons are also available at the station ","http://www.niva.no/en/sok?sortBy=ByRelevancy&query=Solbergstrand @@ -2473,16 +2547,16 @@ oddbjoern.pettersen@niva.no -","['http://mesocosm.org/wp-content/uploads/2017/02/Drøbak_mesocosms-construction_400px-300x176.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Solbergstrand_Mesocosms_400x1-300x221.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Solbergstrand_Flumes_400px2-300x136.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Solberstrand_Flumes_400px1-300x213.jpg']",,,,"['59.6157541', '10.6528178']","{'coordinates': ['59.6157541', '10.6528178']}" +","['http://mesocosm.org/wp-content/uploads/2017/02/Drøbak_mesocosms-construction_400px-300x176.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Solbergstrand_Mesocosms_400x1-300x221.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Solbergstrand_Flumes_400px2-300x136.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Solberstrand_Flumes_400px1-300x213.jpg']",,,,"['59.6157541', '10.6528178']","{'coordinates': ['59.6157541', '10.6528178']}" https://mesocosm.org/mesocosm/sletvik-field-station/,Sletvik Field Station,Norwegian University of Science and Technology,Norway,Europe,"Norwegian University of Science and Technology Department of Biology Trondhjem Biological Station N-7491 Trondheim ","Anita Kaltenborn Please login or request access to view contact information. -",,"outdoor – pelagic – marine -sea based mesocosms -","nutrients, … +",,"sea based mesocosms +","nutrients +browning ","plankton dynamics "," @@ -2491,27 +2565,29 @@ sea based mesocosms 63.5929285,9.5457926 -",,,"Two large lecturing and three smaller laboratories, one of which has access to salt water, and a meeting room. +","Pollution/ Brownification +Pollution/ Nutrient pollution","outdoor +pelagic +marine +in-situ","Two large lecturing and three smaller laboratories, one of which has access to salt water, and a meeting room. ","Accommodation for 50 people, kitchen and dining room, lounge, bedrooms, showers, washing rooms and a sauna. All meals are served at the station and normally consist of a self-service breakfast, lunch packet and dinner. The kitchen can be used in the evening by appointment with the station’s attendant chef. ","http://www.ntnu.edu/biology/sletvik-field-station -",,,,,,"['63.5929285', '9.5457926']","{'coordinates': ['63.5929285', '9.5457926']}" -https://mesocosm.org/mesocosm/wuhan-warming-mesocosm-facility-wwmf/,Wuhan Warming Mesocosm Facility (WWMF),"1. Institute of Hydrobiology, Chinese Academy of Sciences (IHB-CAS); 2. College of Fischeries, Huazhong Agricultural University",China,Asia," +",,,,,,"['63.5929285', '9.5457926']","{'coordinates': ['63.5929285', '9.5457926']}" +https://mesocosm.org/mesocosm/wuhan-warming-mesocosm-facility-wwmf/,WWMF - Wuhan Warming Mesocosm Facility,"1. Institute of Hydrobiology, Chinese Academy of Sciences (IHB-CAS); 2. College of Fischeries, Huazhong Agricultural University",China,Asia," Institute of Hydrobiology, Chinese Academy of Sciences; Address: No. 7 Donghu South Road, Wuchang District, Wuhan, Hubei Province, China Huazhong Agricultural University; Address: No. 1, Shizishan Street, Hongshan District, Wuhan, Hubei Province, China ","Prof. Dr. Jun Xu (group leader)   Email: xujun@ihb.ac.cn Associate Prof. Dr. Min Zhang    Email: zhm7875@mail.hzau.edu.cn Dr. Peiyu Zhang (Scientific Coordinator)  Email: zhangpeiyu@ihb.ac.cn -",2013 - present,"There are 48 mesocosms, each with 1.45 m in height, 1.5 m in diameter and 2560 L in volume. The facility is located at an experimental base in Huazhong Agriculture University in Wuhan, a subtropical area at the middle reach of Yangtze River. Temperature can be regulated automatically by computer systems in all the mesocosms. -"," -Temperature (warming, an elevation of 4.0 °C above the ambient temperature; heatwave, a treatment with a pre-programmed fluctuating temperature ranging from 0 °C to 8 °C above ambient) +",2013 - present,"There are 48 mesocosms, each with 1.45 m in height, 1.5 m in diameter and 2560 L in volume. The facility is located at an experimental base in Huazhong Agriculture University in Wuhan, a subtropical area at the middle reach of Yangtze River. Temperature can be regulated automatically by computer systems in all the mesocosms. Temperature (warming, an elevation of 4.0 °C above the ambient temperature; heatwave, a treatment with a pre-programmed fluctuating temperature ranging from 0 °C to 8 °C above ambient) Nutrients (nitrogen and phosphorus adding) +","temperature +heatwave +fluctuating temperature +nutrient addition -"," -Climate change -eutrophication -food webs -macrophytes +","We are a group of young scientists, led by Prof. dr. Jun Xu. We all have international education background (studied in The Netherlands, Sweden, Finland and US). We have been working on climate change effects on shallow freshwater ecosystems, focusing on trophic interactions, food webs, stoichiometry, eutrophication, macrophytes, stable isotope ecology in aquatic ecosystems. Along the Yangtze River, hundreds of shallow lakes are over-exploited by human beings, resulting in the deterioration of the functions and services performed by these lake ecosystems. Furthermore, these shallow lakes are suffering from global climate change, under continuous warming over the last few decades and an unpredicted pattern of extreme climate events. We are interested in how climate change will affect these shallow lakes in the future, and what we can do to mitigate these effects. "," @@ -2520,9 +2596,13 @@ macrophytes 30.4670833, 114.35961111111111 -","Along the Yangtze River, hundreds of shallow lakes are over-exploited by human beings, resulting in the deterioration of the functions and services performed by these lake ecosystems. Furthermore, these shallow lakes are suffering from global climate change, under continuous warming over the last few decades and an unpredicted pattern of extreme climate events. We are interested in how climate change will affect these shallow lakes in the future, and what we can do to mitigate these effects. -"," -climate change effects on shallow freshwater ecosystems, focusing on trophic interactions, food webs, stoichiometry, stable isotope ecology in aquatic ecosystems +","Climate change/ +Climate change/ Global warming","climate change effects on shallow freshwater ecosystems +trophic interactions +food webs +stoichiometry +stable isotope ecology +aquatic ecosystems "," basic warming simulation mesocosms @@ -2544,21 +2624,24 @@ Photo credit: Chao Li -","['http://mesocosm.org/wp-content/uploads/2019/01/WWMF2.jpg', 'http://mesocosm.org/wp-content/uploads/2019/01/WWMF1-1024x767.jpg']",,,,"['30.4670833', ' 114.35961111111111']","{'coordinates': ['30.4670833', '114.35961111111111']}" -https://mesocosm.org/mesocosm/kob-kiel-outdoor-benthocosms/,KOB (Kiel-Outdoor-Benthocosms),GEOMAR-Helmholtz Center for Ocean Research,Germany,Europe,"GEOMAR-Helmholtz Center for Ocean Research +","['http://mesocosm.org/wp-content/uploads/2019/01/WWMF2.jpg', 'http://mesocosm.org/wp-content/uploads/2019/01/WWMF1-1024x767.jpg']",,,,"['30.4670833', ' 114.35961111111111']","{'coordinates': ['30.4670833', '114.35961111111111']}" +https://mesocosm.org/mesocosm/kob-kiel-outdoor-benthocosms/,KOB - Kiel-Outdoor-Benthocosms,GEOMAR-Helmholtz Center for Ocean Research,Germany,Europe,"GEOMAR-Helmholtz Center for Ocean Research West shore campus Düsternbrooker Weg 20 D-24105 Kiel East shore campus Wischhofstr. 1-3 D-24148 Kiel -","Professor Martin Wahl (KOB) +","Martin Wahl (KOB) Please login or request access to view contact information. -",,"off-shore/outdoor/indoor – pelagic/benthic – marine/brackish - Kiel Outdoor Benthocosms – KOB - outdoor – benthic – marine/brackish - Floating infrastructure consisting of sub-dividable 3500 liter tanks, optionally covered by a fully translucent hood. When the system works in a flow-through mode all in situ fluctuations are admitted to the tanks and experimental treatments represent controlled deviations (delta-treatments) from this naturally fluctuating baseline -","KOB: CO2, temperature, irradiation, nutrients, oxygen, salinity +",,"Kiel Outdoor Benthocosms – KOB +Floating infrastructure consisting of sub-dividable 3500 liter tanks, optionally covered by a fully translucent hood. When the system works in a flow-through mode all in situ fluctuations are admitted to the tanks and experimental treatments represent controlled deviations (delta-treatments) from this naturally fluctuating baseline +","CO2 +temperature +irradiation +nutrients +oxygen +salinity ","KOB: responses of benthic communities to environmental shifts/fluctuations in temperature, pH, pCO2, oxygen, nutrients, salinity "," @@ -2567,7 +2650,13 @@ Please login or request access to view contact information. 54.330034,10.1482026 -",,,"KOB: insulated tanks with 12 experimental units, heaters, coolers, automated, gas mixing unit, wave generators, internal circulation system, flow through system, surface and deep water supply, programmable climate simulation +","Climate change/ Global warming +Pollution/ Deoxygenation +Pollution/ Nutrient pollution +Pollution/ Salinity change","outdoor +benthic +marine +brackish","KOB: insulated tanks with 12 experimental units, heaters, coolers, automated, gas mixing unit, wave generators, internal circulation system, flow through system, surface and deep water supply, programmable climate simulation ",,"http://www.geomar.de/en/ Media report: Window on future ocean "," @@ -2584,15 +2673,19 @@ KOB – Kiel Outdoor Benthocosms (Photo: Mark Lenz) -","['http://mesocosm.org/wp-content/uploads/2017/02/KOB_2_400_Wahl_1-282x300.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/KOB_3_400_Lenz-300x201.jpg']",,,,"['54.330034', '10.1482026']","{'coordinates': ['54.330034', '10.1482026']}" +","['http://mesocosm.org/wp-content/uploads/2017/02/KOB_2_400_Wahl_1-282x300.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/KOB_3_400_Lenz-300x201.jpg']",,,,"['54.330034', '10.1482026']","{'coordinates': ['54.330034', '10.1482026']}" https://mesocosm.org/mesocosm/the-sven-loven-centre-for-marine-sciences/,The Sven Lovén Centre for Marine Sciences,University of Gothenburg,Sweden,Europe,"University of Gothenburg PO Box 100, SE-405 30 Gothenburg, SWEDEN Visiting address: Vasaparken ","Michael Klages Please login or request access to view contact information. -",,"outdoor pelagic marine/brackish - “ecotrons” : 12 tanks (5.7 x 1.2 m) with adjustable depths + 1 channel of 7m and 1 to 1.5 m of water with recirculation -","control turbulence, temperature, salinity, sedimentation, nutritional conditions, light +",,"“ecotrons” : 12 tanks (5.7 x 1.2 m) with adjustable depths + 1 channel of 7m and 1 to 1.5 m of water with recirculation +","turbulence +temperature +salinity +sedimentation +nutrients +light ","study of gene function, ecotoxicology, development, physiology, virology etc. "," @@ -2601,7 +2694,10 @@ Please login or request access to view contact information. 58.2498484,11.4449296 -",,,"Laboratory of Marine Chemistry, molecular biology, genetics, living producing algae +",Pollution/ Release of toxic chemicals,"outdoor +pelagic +marine +brackish","Laboratory of Marine Chemistry, molecular biology, genetics, living producing algae ",,"www.loven.gu.se   @@ -2615,8 +2711,8 @@ ecotrons -",['http://mesocosm.org/wp-content/uploads/2017/05/marine-ecotron.jpg'],,,,"['58.2498484', '11.4449296']","{'coordinates': ['58.2498484', '11.4449296']}" -https://mesocosm.org/mesocosm/medimeer-mediterranean-platform-for-marine-ecosystem-experimental-research/,MEDIMEER (MEDIterranean platform for Marine Ecosystem Experimental Research),CNRS,France,Europe,"MEDIMEER +",['http://mesocosm.org/wp-content/uploads/2017/05/marine-ecotron.jpg'],,,,"['58.2498484', '11.4449296']","{'coordinates': ['58.2498484', '11.4449296']}" +https://mesocosm.org/mesocosm/medimeer-mediterranean-platform-for-marine-ecosystem-experimental-research/,MEDIMEER - MEDIterranean platform for Marine Ecosystem Experimental Research,CNRS,France,Europe,"MEDIMEER 2 Rue des Chantiers 34200, Sète France @@ -2624,12 +2720,19 @@ France http://www.medimeer.univ-montp2.fr/ ","Dr. Behzad Mostajir Please login or request access to view contact information. -",Since 2003,"Pelagic, marine, outdoor, in-situ - 1. Permanent floating structure: up to 12 pelagic mesocosms (1.2 m diameter, 2 m depth, ~2 m3 volume each). Fig. 1 & 2 +",2003 - present,"MEDIMEER is a unique platform on the French Mediterranean coast designed to run in-situ mesocosm experiments in coastal waters (Fig.9.14). The facility, with up to 12 pelagic mesocosms (1.2 m diameter, 2 m depth, ~2 m3 volume each), is moored in the Lagoon of Thau, 20 km southwest of Montpellier, hosted by the Marine Station of Sète, which belongs to the University of Montpellier (Dep.1). The mesocosms are attached to pontoons, maintained by a floating structure made of stainless steel and moored in the lagoon to provide natural water- temperature and light conditions. Six mesocosms can be fitted with a sensor array, enabling the acquisition of high- frequency data during experiments. Moreover, instruments for continuous measurements of air temperature and solar irradiance are installed on the same pontoon. Some of The data are stored and transmit in real time + 1. Permanent floating structure: up to 12 pelagic mesocosms (1.2 m diameter, 2 m depth, ~2 m3 volume each). 2. Permanent floating structure: 3. Indoor structure: - 3. Mobile: LAMP is composed of 9 individual structures that can be deployed individually or bonded according to experimental design. Fig. 3 -","CO2, pH, nutrients, plankton composition, temperature, light, salinity, turbulence, conductivity, chlorophyll a fluorescence and dissolved oxygen concentration. Some of The data are stored and transmit in real time -","Plankton food web structure and functioning and their responses to global and local stressors. + 3. Mobile: LAMP is composed of 9 individual structures that can be deployed individually or bonded according to experimental design. +","CO2 +pH +nutrients +plankton composition +temperature +light +salinity +turbulence +","Interactions between planktonic organisms and changes in structure and function of planktonic food web. Plankton food web structure and functioning and their responses to global and local stressors. Effects of warming, increase of ultraviolet-B radiation and pH on planktonic food web. "," @@ -2637,12 +2740,13 @@ Please login or request access to view contact information. 43.4118721,3.6907914 -","Interactions between planktonic organisms and changes in structure and function of planktonic food web. -","Effects of warming -Increase of ultraviolet-B radiation -pH on planktonic food web -","Available equipment and instruments include a spectrofluorimeter, a spectrophotometer with an integrating sphere, an oxygen titrator, an autoanalser for dissolved nutrients, a flow cytometer (FacsCalibur), an epifluorescence microscope, dissecting microsopes, and various benchtop instruments (peristaltic pumps, vacuum pumps, filtration sets, liquid nitrogen container, balances, incubators, drying ovens, cooled centrifuges, hoods, etc.) -Analytical platform, isotope laboratory, cold rooms, physical instrumentation (Conductivity, Temp, O2, pH), optical (fluorescence), biological (phytoplankton measures), biophysics (fluorimeter, spectrophotometer) +"," +Climate change/ Global warming","pelagic +marine +outdoor +in-situ + +","Several laboratories immediately adjacent to the mesocosm infrastructure are dedicated to participating in MEDIMEER experiments. They provide access to 2 wet laboratories (total area of 35 m2), 2 microbiological laboratories (total area of 40 m2), chemical laboratory (15 m2), microscopy laboratory (20 m2), 4 multitask laboratories (total of 65 m2 for sample processing), workshop (50 m2) and office space (60 m2) in the nearby buildings of the Marine Station of Sète. Available equipment and instruments include spectrofluorometer, spectrophotometer with an integrating sphere, oxygen titrator, nutrient autoanalyser, flow cytometer (FacsCalibur, Becton Dickinson), PAM fluorometer (Aquapen, PSI), epifluorescence microscope, dissecting microscopes, and various benchtop instruments (pumps, liquid nitrogen container, balances, incubators, ovens, cooled centrifuges, hoods, and more). Available equipment and instruments include a spectrofluorimeter, a spectrophotometer with an integrating sphere, an oxygen titrator, an autoanalser for dissolved nutrients, a flow cytometer (FacsCalibur), an epifluorescence microscope, dissecting microsopes, and various benchtop instruments (peristaltic pumps, vacuum pumps, filtration sets, liquid nitrogen container, balances, incubators, drying ovens, cooled centrifuges, hoods, etc.). Analytical platform, isotope laboratory, cold rooms, physical instrumentation (Conductivity, Temp, O2, pH), optical (fluorescence), biological (phytoplankton measures), biophysics (fluorimeter, spectrophotometer) ","Dormitories at the Marine Station of Sète   or possibility to rent the hotel rooms or a villa. ","http://www.medimeer.univ-montp2.fr/ "," @@ -2664,23 +2768,23 @@ Fig.3 LAMP in Dia Island, Crete (Photo: Dr. Behzad Mostajir) -","['http://mesocosm.org/wp-content/uploads/2017/03/Fig.1-Permanent-floating-structure-Photo-Dr.-Behzad-Mostajir.png', 'http://mesocosm.org/wp-content/uploads/2017/03/Fig.2-Pelagic-mesocosms-Photo-Dr.-Behzad-Mostajir.png', 'http://mesocosm.org/wp-content/uploads/2017/02/LAMP-300x129.png']",,,,"['43.4118721', '3.6907914']","{'coordinates': ['43.4118721', '3.6907914']}" +","['http://mesocosm.org/wp-content/uploads/2017/03/Fig.1-Permanent-floating-structure-Photo-Dr.-Behzad-Mostajir.png', 'http://mesocosm.org/wp-content/uploads/2017/03/Fig.2-Pelagic-mesocosms-Photo-Dr.-Behzad-Mostajir.png', 'http://mesocosm.org/wp-content/uploads/2017/02/LAMP-300x129.png']",,,,"['43.4118721', '3.6907914']","{'coordinates': ['43.4118721', '3.6907914']}" https://mesocosm.org/mesocosm/rsd-facility/,RSD Facility,Faculty of Food Sciences and Fisheries,Poland,Europe,"Kazimierza Królewicza 4, 71550 Szczecin, Poland ","Remigiusz Panicz Please login or request access to view contact information. -",More than 30 years (since 1985)," -120 cages (volume 3 cubic meters) submerged in a channel receiving post-cooling water from the Dolna Odra power plant (north-western Poland) +",1985 - present,"120 cages (volume 3 cubic meters) submerged in a channel receiving post-cooling water from the Dolna Odra power plant (north-western Poland) Double tent with 5 independent RAS or flow-through systems Experimental aquaponics system Hatchery (artificial breading, hatching and raring of through the early life stages) Species: common carp, African catfish, goldfish, tench, sturgeons, other Cyprinids incl. ornamental varieties -"," -Temperature, DO, pH (RAS) +","Temperature +DO +pH (RAS) Fish density Flow rate -"," +","Aquaculture in RAS and cages Feed design and fish trials Fish disease detection (molecular methods, histology) Marker assisted selection  @@ -2696,8 +2800,10 @@ Marker assisted selection  53.209861,14.463944;53.44505,14.562861 -","Aquaculture in RAS and cages -","Fish nutrition +"," +","Freshwater +Flow-through +Fish nutrition Feed design Epidemiology Genetics @@ -2736,27 +2842,26 @@ Kempter J., Kiełpiński M., Panicz R., Sadowski J., Mysłowski B., Bergmann S. -","['http://mesocosm.org/wp-content/uploads/2019/03/RSD-Facility-300x177.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-69-of-76-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-22-of-35-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-20-of-35-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-19-of-35-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/PART_1548849527972-225x300.jpeg']",,,,"['53.209861', '14.463944']","{'coordinates': ['53.209861', '14.463944']}" +","['http://mesocosm.org/wp-content/uploads/2019/03/RSD-Facility-300x177.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-69-of-76-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-22-of-35-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-20-of-35-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-19-of-35-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/PART_1548849527972-225x300.jpeg']",,,,"['53.209861', '14.463944']","{'coordinates': ['53.209861', '14.463944']}" https://mesocosm.org/mesocosm/rsd-facility/,RSD Facility,Faculty of Food Sciences and Fisheries,Poland,Europe,"Kazimierza Królewicza 4, 71550 Szczecin, Poland ","Remigiusz Panicz Please login or request access to view contact information. -",More than 30 years (since 1985)," -120 cages (volume 3 cubic meters) submerged in a channel receiving post-cooling water from the Dolna Odra power plant (north-western Poland) +",1985 - present,"120 cages (volume 3 cubic meters) submerged in a channel receiving post-cooling water from the Dolna Odra power plant (north-western Poland) Double tent with 5 independent RAS or flow-through systems Experimental aquaponics system Hatchery (artificial breading, hatching and raring of through the early life stages) Species: common carp, African catfish, goldfish, tench, sturgeons, other Cyprinids incl. ornamental varieties -"," -Temperature, DO, pH (RAS) +","Temperature +DO +pH (RAS) Fish density Flow rate -"," +","Aquaculture in RAS and cages Feed design and fish trials Fish disease detection (molecular methods, histology) Marker assisted selection  - "," @@ -2768,8 +2873,10 @@ Marker assisted selection  53.209861,14.463944;53.44505,14.562861 -","Aquaculture in RAS and cages -","Fish nutrition +"," +","Freshwater +Flow-through +Fish nutrition Feed design Epidemiology Genetics @@ -2808,8 +2915,8 @@ Kempter J., Kiełpiński M., Panicz R., Sadowski J., Mysłowski B., Bergmann S. -","['http://mesocosm.org/wp-content/uploads/2019/03/RSD-Facility-300x177.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-69-of-76-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-22-of-35-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-20-of-35-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-19-of-35-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/PART_1548849527972-225x300.jpeg']",,,,"['53.44505', '14.562861']","{'coordinates': ['53.44505', '14.562861']}" -https://mesocosm.org/mesocosm/gault-nature-reserve-mesocosm-platform/,Gault Nature Reserve Mesocosm Platform,McGill University,Canada,North America,"845 Sherbrooke St W +","['http://mesocosm.org/wp-content/uploads/2019/03/RSD-Facility-300x177.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-69-of-76-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-22-of-35-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-20-of-35-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Dolna-krew-jesiotry-2014-19-of-35-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/PART_1548849527972-225x300.jpeg']",,,,"['53.44505', '14.562861']","{'coordinates': ['53.44505', '14.562861']}" +https://mesocosm.org/mesocosm/gault-nature-reserve-mesocosm-platform/,Gault Nature Reserve Mesocosm Platform,McGill University,Canada,North America,"McGill University 845 Sherbrooke St W Montreal QC H3A 0G4 Canada @@ -2819,17 +2926,15 @@ David Maneli (Associate Director of Gault Nature Reserve) Please login or reques The lake mesocosm platform is located in Lac Hertel at the Gault Nature Reserve. The watershed is fully forested and the surrounding park is owned by the University. However, the mesocosm platform is located within a part of the park that is off-limits to visitors. The access to the platform itself is protected via a fence, and there is a security camera. A car or truck can reach 100 m away from the mesocosm platform. However, a golf cart, wagon or canoe can be borrowed to bring equipment to the platform. The platform is not wheelchair accessible due to the presence of three steps. -"," -pH +","pH DOC -Temperature +temperature CO­2 -Nitrate -Phosphate -Zooplankton +nitrate +phosphate +zooplankton -"," -Seasonal limnology +","Seasonal limnology rapid evolution plankton resource limitation and responses to environmental change winter limnology @@ -2842,7 +2947,9 @@ food web dynamics and processes 45.543060, -73.150762 -",,," +",Climate change,"freshwater +outdoor +"," A permanent, long-term monitoring buoy is being installed in the lake about 100m from the mesocosm site, and data will be available via the Gault Nature Reserve. Tubing for CO2 bubbling and mixing Ice auger @@ -2879,13 +2986,14 @@ Photo credit: Egor Katkov -","['http://mesocosm.org/wp-content/uploads/2019/08/Gault-Mesocosms-4-credit-Gregor-Fussmann-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2019/08/Gault-Mesocosms-2-credit-Egor-Katkov-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2019/08/Gault-Mesocosms-5-credit-Gregor-Fussmann-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2019/08/Gault-Mesocosms-3-credit-Egor-Katkov-1024x576.jpg']",,,,"['45.543060', ' -73.150762']","{'coordinates': ['45.543060', '-73.150762']}" -https://mesocosm.org/mesocosm/silwood-mesocosm-facility-smf/,Silwood Mesocosm Facility (SMF),Imperial College London,United Kingdom,Europe,"Silwood Park Campus, Imperial College London, Ascot, UK +","['http://mesocosm.org/wp-content/uploads/2019/08/Gault-Mesocosms-4-credit-Gregor-Fussmann-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2019/08/Gault-Mesocosms-2-credit-Egor-Katkov-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2019/08/Gault-Mesocosms-5-credit-Gregor-Fussmann-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2019/08/Gault-Mesocosms-3-credit-Egor-Katkov-1024x576.jpg']",,,,"['45.543060', ' -73.150762']","{'coordinates': ['45.543060', '-73.150762']}" +https://mesocosm.org/mesocosm/silwood-mesocosm-facility-smf/,SMF - Silwood Mesocosm Facility,Imperial College London,United Kingdom,Europe,"Silwood Park Campus, Imperial College London, Ascot, UK ","Prof. Guy Woodward, Please login or request access to view contact information.;  Dr. Michelle Jackson,Please login or request access to view contact information.m.jackson@imperial.ac.ukPlease login or request access to view contact information.; Dr. Emma Ransome,Please login or request access to view contact information.e.ransome@imperial.ac.ukPlease login or request access to view contact information. -",Started 2016,"96 freshwater mesocosms, 32 more coming in 2017 -","Temperature, drought +",2016 - present,"96 freshwater mesocosms, 32 more coming in 2017 +","temperature +drought ","Climate change, Food webs, Biochemistry, Microbial Ecology "," @@ -2894,7 +3002,10 @@ Dr. Emma Ransome,Please login or request access to view contact information.e.ra 51.51772460,-0.17322940 -",,,,"Accommodation is on site in private rooms with shared kitchen facilities. Silwood Park is close to Sunningdale which has shops and rail station with direct links to central London. +","Climate change/ Drought +Climate change/ Global warming","outdoor +freshwater +ponds",,"Accommodation is on site in private rooms with shared kitchen facilities. Silwood Park is close to Sunningdale which has shops and rail station with direct links to central London. ",," @@ -2905,8 +3016,8 @@ Dr. Emma Ransome,Please login or request access to view contact information.e.ra -","['http://mesocosm.org/wp-content/uploads/2017/03/SMF-1.png', 'http://mesocosm.org/wp-content/uploads/2017/03/SMF-2.jpg']",,,,"['51.51772460', '-0.17322940']","{'coordinates': ['51.51772460', '-0.17322940']}" -https://mesocosm.org/mesocosm/exstream-system-china/,ExStream System China,Xi'an Jiaotong-Liverpool University,China,Asia,"Xi’an Jiaotong-Liverpool University 111 Ren’ai Road, +","['http://mesocosm.org/wp-content/uploads/2017/03/SMF-1.png', 'http://mesocosm.org/wp-content/uploads/2017/03/SMF-2.jpg']",,,,"['51.51772460', '-0.17322940']","{'coordinates': ['51.51772460', '-0.17322940']}" +https://mesocosm.org/mesocosm/exstream-system-china/,ExStream System - China,Xi'an Jiaotong-Liverpool University,China,Asia,"Xi’an Jiaotong-Liverpool University 111 Ren’ai Road, Suzhou Dushu Lake Science and Education Innovation District Suzhou Industrial Park Suzhou, Jiangsu Province, China 215123 @@ -2915,16 +3026,15 @@ ExStream network coordinator Asst. Prof. Jeremy J. Piggott   Yixin.Zhang@xjtlu.edu.cn jeremy.piggott@tcd.ie -",operational since 2018,"The ExStream System comprises 128 circular stream mesocosms offering strict control of experimental variables, excellent statistical power and a high degree of realism, such as permitting natural immigration and emigration of stream organisms (invertebrates, algae and microbes) and achieving the same ambient temperature, light conditions and water chemistry as the adjoining river/stream. The mesocosms are arranged in eight blocks of 16 units each, and each of these blocks is continuously supplied by stream water gravity-fed from one of eight header tanks via 16 individual supply pipes. +",2018 - present,"The ExStream System comprises 128 circular stream mesocosms offering strict control of experimental variables, excellent statistical power and a high degree of realism, such as permitting natural immigration and emigration of stream organisms (invertebrates, algae and microbes) and achieving the same ambient temperature, light conditions and water chemistry as the adjoining river/stream. The mesocosms are arranged in eight blocks of 16 units each, and each of these blocks is continuously supplied by stream water gravity-fed from one of eight header tanks via 16 individual supply pipes.   The Experimental Stream mesocosm network (ExStream) comprises replicate installations in New Zealand, China, Japan, Germany and Ireland and is coordinated by Asst. Prof. Jeremy J. Piggott at Trinity College Dublin (jeremy.piggott@tcd.ie).   -"," -Nutrients -Sediments -Flow velocity -Temperature +","nutrients +sediments +flow velocity +temperature -","The effects of multiple stressors on benthic macroinvertebrate communities and ecosystem functioning in streams +","Benthic macroinvertebrate communities and ecosystem functioning in streams: Responses to multiple stressors’ impact. The effects of multiple stressors on benthic macroinvertebrate communities and ecosystem functioning in streams "," @@ -2932,9 +3042,9 @@ Temperature 31.276111, 120.7325; 30.118056, 118.023889 -","Benthic macroinvertebrate communities and ecosystem functioning in streams: Responses to multiple stressors’ impact. -","Stream Ecology -Community ecology +"," +","stream ecology +community ecology ","At the location of Xi’an Jiaotong-Liverpool University, there are a complete set of lab facilities ","present for both locations ","Assoc. Prof. Yixin Zhang (http://www.xjtlu.edu.cn/en/departments/academic-departments/environmental-science/staff/yixin-zhang) @@ -2962,8 +3072,8 @@ Figure credit: Jeremy (Jay) Piggott -","['http://mesocosm.org/wp-content/uploads/2018/10/34498B12-BD94-4312-8FFD-C92FA6BA75D4@tcd.ie_-e1540461299359-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/10/54889AEB-229B-40CC-8773-52FAD7DE72D2@tcd.ie_-e1540461322675-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/10/F8410BFC-4161-4E95-9D6E-A1CBDECD2109@tcd.ie_-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/ExStream-network-collaborators-1024x546.jpeg']",,,,"['31.276111', ' 120.7325']","{'coordinates': ['31.276111', '120.7325']}" -https://mesocosm.org/mesocosm/exstream-system-china/,ExStream System China,Xi'an Jiaotong-Liverpool University,China,Asia,"Xi’an Jiaotong-Liverpool University 111 Ren’ai Road, +","['http://mesocosm.org/wp-content/uploads/2018/10/34498B12-BD94-4312-8FFD-C92FA6BA75D4@tcd.ie_-e1540461299359-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/10/54889AEB-229B-40CC-8773-52FAD7DE72D2@tcd.ie_-e1540461322675-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/10/F8410BFC-4161-4E95-9D6E-A1CBDECD2109@tcd.ie_-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/ExStream-network-collaborators-1024x546.jpeg']",,,,"['31.276111', ' 120.7325']","{'coordinates': ['31.276111', '120.7325']}" +https://mesocosm.org/mesocosm/exstream-system-china/,ExStream System - China,Xi'an Jiaotong-Liverpool University,China,Asia,"Xi’an Jiaotong-Liverpool University 111 Ren’ai Road, Suzhou Dushu Lake Science and Education Innovation District Suzhou Industrial Park Suzhou, Jiangsu Province, China 215123 @@ -2972,16 +3082,15 @@ ExStream network coordinator Asst. Prof. Jeremy J. Piggott   Yixin.Zhang@xjtlu.edu.cn jeremy.piggott@tcd.ie -",operational since 2018,"The ExStream System comprises 128 circular stream mesocosms offering strict control of experimental variables, excellent statistical power and a high degree of realism, such as permitting natural immigration and emigration of stream organisms (invertebrates, algae and microbes) and achieving the same ambient temperature, light conditions and water chemistry as the adjoining river/stream. The mesocosms are arranged in eight blocks of 16 units each, and each of these blocks is continuously supplied by stream water gravity-fed from one of eight header tanks via 16 individual supply pipes. +",2018 - present,"The ExStream System comprises 128 circular stream mesocosms offering strict control of experimental variables, excellent statistical power and a high degree of realism, such as permitting natural immigration and emigration of stream organisms (invertebrates, algae and microbes) and achieving the same ambient temperature, light conditions and water chemistry as the adjoining river/stream. The mesocosms are arranged in eight blocks of 16 units each, and each of these blocks is continuously supplied by stream water gravity-fed from one of eight header tanks via 16 individual supply pipes.   The Experimental Stream mesocosm network (ExStream) comprises replicate installations in New Zealand, China, Japan, Germany and Ireland and is coordinated by Asst. Prof. Jeremy J. Piggott at Trinity College Dublin (jeremy.piggott@tcd.ie).   -"," -Nutrients -Sediments -Flow velocity -Temperature +","nutrients +sediments +flow velocity +temperature -","The effects of multiple stressors on benthic macroinvertebrate communities and ecosystem functioning in streams +","Benthic macroinvertebrate communities and ecosystem functioning in streams: Responses to multiple stressors’ impact. The effects of multiple stressors on benthic macroinvertebrate communities and ecosystem functioning in streams "," @@ -2989,9 +3098,9 @@ Temperature 31.276111, 120.7325; 30.118056, 118.023889 -","Benthic macroinvertebrate communities and ecosystem functioning in streams: Responses to multiple stressors’ impact. -","Stream Ecology -Community ecology +"," +","stream ecology +community ecology ","At the location of Xi’an Jiaotong-Liverpool University, there are a complete set of lab facilities ","present for both locations ","Assoc. Prof. Yixin Zhang (http://www.xjtlu.edu.cn/en/departments/academic-departments/environmental-science/staff/yixin-zhang) @@ -3019,18 +3128,20 @@ Figure credit: Jeremy (Jay) Piggott -","['http://mesocosm.org/wp-content/uploads/2018/10/34498B12-BD94-4312-8FFD-C92FA6BA75D4@tcd.ie_-e1540461299359-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/10/54889AEB-229B-40CC-8773-52FAD7DE72D2@tcd.ie_-e1540461322675-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/10/F8410BFC-4161-4E95-9D6E-A1CBDECD2109@tcd.ie_-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/ExStream-network-collaborators-1024x546.jpeg']",,,,"[' 30.118056', ' 118.023889']","{'coordinates': ['30.118056', '118.023889']}" -https://mesocosm.org/mesocosm/exstream-system-ireland/,ExStream System Ireland,University College Dublin in collaboration with Trinity College Dublin,Ireland,Europe,"Belfield, Dublin 4 -","Assoc. Prof. Mary Kelly-Quinn +","['http://mesocosm.org/wp-content/uploads/2018/10/34498B12-BD94-4312-8FFD-C92FA6BA75D4@tcd.ie_-e1540461299359-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/10/54889AEB-229B-40CC-8773-52FAD7DE72D2@tcd.ie_-e1540461322675-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/10/F8410BFC-4161-4E95-9D6E-A1CBDECD2109@tcd.ie_-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/ExStream-network-collaborators-1024x546.jpeg']",,,,"[' 30.118056', ' 118.023889']","{'coordinates': ['30.118056', '118.023889']}" +https://mesocosm.org/mesocosm/exstream-system-ireland/,ExStream System - Ireland,University College Dublin in collaboration with Trinity College Dublin,Ireland,Europe,"Belfield, Dublin 4 +","Mary Kelly-Quinn ExStream network coordinator Asst. Prof. Jeremy J. Piggott   mary.kelly-quinn@ucd.ie jeremy.piggott@tcd.ie -","2016 present, A number of UCD/TCD projects will use the facility over the next three years (-2020).","The ExStream System comprises 128 circular stream mesocosms offering strict control of experimental variables, excellent statistical power and a high degree of realism, such as permitting natural immigration and emigration of stream organisms (invertebrates, algae and microbes) and achieving the same ambient temperature, light conditions and water chemistry as the adjoining river/stream. The mesocosms are arranged in eight blocks of 16 units each, and each of these blocks is continuously supplied by stream water gravity-fed from one of eight header tanks via 16 individual supply pipes. +",2016 - present,"The ExStream System comprises 128 circular stream mesocosms offering strict control of experimental variables, excellent statistical power and a high degree of realism, such as permitting natural immigration and emigration of stream organisms (invertebrates, algae and microbes) and achieving the same ambient temperature, light conditions and water chemistry as the adjoining river/stream. The mesocosms are arranged in eight blocks of 16 units each, and each of these blocks is continuously supplied by stream water gravity-fed from one of eight header tanks via 16 individual supply pipes. The facility is mobile, currently housed in University College Dublin. The Experimental Stream mesocosm network (ExStream) comprises replicate installations in New Zealand, China, Japan, Germany and Ireland and is coordinated by Asst. Prof. Jeremy J. Piggott at Trinity College Dublin (jeremy.piggott@tcd.ie).   -","Flow, can manipulate nutrient, sediment and other stressors -","Impact of multiple stressors & climate change on aquatic communities and ecosystem processes +","flow velocity +nutrient +sediment +","Impact of multiple stressors & climate change on aquatic communities and ecosystem processes. Stream biodiversity and ecosystem function. "," @@ -3038,9 +3149,11 @@ The Experimental Stream mesocosm network (ExStream) comprises replicate installa 53.307444, -6.227611 -","Stream biodiversity and ecosystem function -","Multiple stressors -Climate change +",Climate change,"outdoor +freshwater +river flume +multiple stressors +climate change ","Basic equipement. For detailed information please, mesage facility contacts. ","None ","Assoc. Prof. Mary Kelly-Quinn (http://www.ucd.ie/research/people/biologyenvscience/drmarykelly-quinn/) @@ -3066,7 +3179,7 @@ Figure credit: Jeremy (Jay) Piggott   -","['http://mesocosm.org/wp-content/uploads/2018/05/IMG_1176-683x1024.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/DJI_0011-1024x575.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/ExStream-network-collaborators-1024x546.jpeg']",,,,"['53.307444', ' -6.227611']","{'coordinates': ['53.307444', '-6.227611']}" +","['http://mesocosm.org/wp-content/uploads/2018/05/IMG_1176-683x1024.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/DJI_0011-1024x575.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/ExStream-network-collaborators-1024x546.jpeg']",,,,"['53.307444', ' -6.227611']","{'coordinates': ['53.307444', '-6.227611']}" https://mesocosm.org/mesocosm/lunz-mesocosm-infrastructure-lmi/,Lunz Mesocosm Infrastructure (LMI),WCL - WasserCluster Lunz,Austria,Europe,"1) WCL – WasserCluster Lunz Dr. Carl Kupelwieser Promenade 5 A-3293 Lunz am See @@ -3079,19 +3192,22 @@ https://mesocosm.org/mesocosm/lunz-mesocosm-infrastructure-lmi/,Lunz Mesocosm In 2) Ao.Univ.Prof. Dipl.-Ing. Dr. Stefan Schmutz, Dipl.-Ing. Stefan Auer 1)Please login or request access to view contact information.2)Please login or request access to view contact information., Please login or request access to view contact information. -",1) 2012 - present 2) 2011 - present,"1A) WCL-Mesocosms-Ptacnik +","1) 2012 - present +2) 2011 - present","1A) WCL-Mesocosms-Ptacnik 40 land-based mesososms (320 L each); water pipes for aeration and mixing; exchangeable inner walls; app. 500 m from lake; local tab water suitable for experiments (not chlorinated) 1B) WCL-Mesocosms-Kainz 24 land-based mesososms (400 L each), temperatured controlled, aerated, temperature sensors, remote controlled 2) HyTEC consists of two large channels (40 m length, 6 m width) fed with nutrient-poor lake water taken at different depths to vary water temperature. Peak flows of up to 600 l/s are produced to mimic hydropeaking, thermopeaking or extreme floods. Channel size and morphology (slopes, structures substratum, etc.) is alterable, flow can be controlled, various experiments with different biological elements (fish, benthic invertebrates, algae, etc.) can be conducted in parallel (smaller sub-flumes within each large one) short-time and long-time experiments can be done simultaneously -","1A) WCL-Mesocosms-Ptacnik - Air flow; possibly shading; nutrient levels - 1B) WCL-Mesocosms-Kainz - Temperature, air flow - 2) HyTEC - Discharge, ramping rates of discharge, water temperature, substrate, channel morphology +","air flow +shading +nutrients +temperature +discharge +ramping rates of discharge +substrate +channel morphology ","1A) WCL-Mesocosms-Ptacnik Role of dispersal for maintenance of diversity; diversity-functioning research in plankton communities 1B) WCL-Mesocosms-Kainz @@ -3107,7 +3223,17 @@ https://mesocosm.org/mesocosm/lunz-mesocosm-infrastructure-lmi/,Lunz Mesocosm In 47.8598408,15.030520 -",,,"1A) WCL-Mesocosms-Ptacnik +","Biodiversity loss/ +Climate change/ Heat waves +Climate change/ Global warming +Land, freshwater and sea use change/ Habitat fragmentation +Overexploitation/ Overfishing +Pollution/ Brownification +Pollution/ Nutrient pollution","outdoor +indoor +freshwater +tanks +flumes","1A) WCL-Mesocosms-Ptacnik Sampling gear; standard water chemistry; meshes for size fractionation; water pre-filtration for filling mesocosms 1B) WCL-Mesocosms-Kainz Sampling gear, incl. plankton nets, water collection tubes, temperature gauges, heaters, aerators, computer controlled temperature systems, wooden cabin next to mesocosms Access to analyses (with costs) @@ -3147,7 +3273,7 @@ https://mesocosm.org/mesocosm/lunz-mesocosm-infrastructure-lmi/,Lunz Mesocosm In -","['http://mesocosm.org/wp-content/uploads/2017/02/Ptacnik-Lunz_400-300x226.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Kainz_mesocosms_400-300x224.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/HyTEC_1_400px-300x300.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/HyTEC_2_400px-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/HyTEC_3_400px-296x300.jpg']",,,,"['47.8598408', '15.030520']","{'coordinates': ['47.8598408', '15.030520']}" +","['http://mesocosm.org/wp-content/uploads/2017/02/Ptacnik-Lunz_400-300x226.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Kainz_mesocosms_400-300x224.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/HyTEC_1_400px-300x300.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/HyTEC_2_400px-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/HyTEC_3_400px-296x300.jpg']",,,,"['47.8598408', '15.030520']","{'coordinates': ['47.8598408', '15.030520']}" https://mesocosm.org/mesocosm/shear-turbulence-resuspension-mesocosm-sturm-facility/,Shear TUrbulence Resuspension Mesocosm (STURM) facility,The University of Baltimore (UBalt),United States of America,North America,"UBalt STURM facility located at: Patuxent Environmental and Aquatic Research Laboratory (PEARL), Morgan State University, @@ -3156,16 +3282,14 @@ Saint Leonard, MD 20685 USA ","Dr. Elka T. Porter, Please login or request access to view contact information. -",2003 - present," -Six 1000L tanks (2 x 3 reps) with a 1m2 sediment surface area. +",2003 - present,"Six 1000L tanks (2 x 3 reps) with a 1m2 sediment surface area. Can be set up as resuspension (R) tanks or as non resuspension (NR) tanks. -"," -Bottom shear stress +","bottom shear stress Energy dissipation rate RMS turbulent velocity -"," +","Effect of resuspension on ecosystem processes and the nitrogen cycle Benthic-pelagic coupling tidal and episodic resuspension @@ -3176,15 +3300,15 @@ tidal and episodic resuspension 38.39364902663247,-76.50512446172259 -","Effect of resuspension on ecosystem processes and the nitrogen cycle -","Benthic-pelagic coupling +"," +","Benthic-pelagic coupling. "," Mixing system turbidity monitoring temperature monitoring ","No lodging -",,,,,,,"['38.39364902663247', '-76.50512446172259']","{'coordinates': ['38.39364902663247', '-76.50512446172259']}" +",,,,,,,"['38.39364902663247', '-76.50512446172259']","{'coordinates': ['38.39364902663247', '-76.50512446172259']}" https://mesocosm.org/mesocosm/the-river-laboratory-heated-pond-mesocosms/,The River Laboratory heated pond mesocosms,Queen Mary University of London,United Kingdom,Europe,"QMUL Mile End Road London E1 4NS @@ -3192,12 +3316,10 @@ United Kingdom ","Prof Mark Trimmer   m.trimmer@qmul.ac.uk -",2006 - present," -20 pond mesocosms 2m diameter, arranged in pairs with one in each pair heated by 4°C relative to the other. +",2006 - present,"20 pond mesocosms 2m diameter, arranged in pairs with one in each pair heated by 4°C relative to the other. 36 unheated pond mesocosms also available at the site. -"," -temperature +","temperature "," Climate change, Ecosystem metabolism, NEP, ER (e.g. Yvon-Durocher et al. 2010. Proc R Soc B, 365: 2117-2126: Yvon-Durocher et al. 2017. Nature Climate Change 7: 209-213) @@ -3211,12 +3333,11 @@ Gas exchange, Methanogenesis (e.g. Yvon-Durocher et al.2011  Global Change Biol 50.6666667, -2.1666666666666665 -"," -Climate change -Ecosystem metabolism +","Climate change -"," -Metabolic theory + +","ecosystem metabolism +metabolic theory C and N dynamics "," @@ -3239,8 +3360,8 @@ Foto credit: Yizhu Zhu -","['http://mesocosm.org/wp-content/uploads/2018/11/Ponds-1-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/Ponds-2-e1542903074614-768x1024.jpg']",,,,"['50.6666667', ' -2.1666666666666665']","{'coordinates': ['50.6666667', '-2.1666666666666665']}" -https://mesocosm.org/mesocosm/exstream-system-germany/,ExStream System Germany,"University of Duisburg-Essen, Aquatic Ecosystem Research",Germany,Europe,"University of Duisburg-Essen, Aquatic Ecosystem Research +","['http://mesocosm.org/wp-content/uploads/2018/11/Ponds-1-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/Ponds-2-e1542903074614-768x1024.jpg']",,,,"['50.6666667', ' -2.1666666666666665']","{'coordinates': ['50.6666667', '-2.1666666666666665']}" +https://mesocosm.org/mesocosm/exstream-system-germany/,ExStream System - Germany,"University of Duisburg-Essen, Aquatic Ecosystem Research",Germany,Europe,"University of Duisburg-Essen, Aquatic Ecosystem Research Universitaetsstrasse 5 D-45141 Essen Germany @@ -3249,16 +3370,16 @@ ExStream network coordinator Asst. Prof. Jeremy J. Piggott   florian.leese@uni-due.de jeremy.piggott@tcd.ie -",2013 - present,"The ExStream System comprises 128 circular stream mesocosms offering strict control of experimental variables, excellent statistical power and a high degree of realism, such as permitting natural immigration and emigration of stream organisms (invertebrates, algae and microbes) and achieving the same ambient temperature, light conditions and water chemistry as the adjoining river/stream. The mesocosms are arranged in eight blocks of 16 units each, and each of these blocks is continuously supplied by stream water gravity-fed from one of eight header tanks via 16 individual supply pipes. +",2013 - present,"The ExStream System comprises 128 circular stream mesocosms offering strict control of experimental variables, excellent statistical power and a high degree of realism, such as permitting natural immigration and emigration of stream organisms (invertebrates, algae and microbes) and achieving the same ambient temperature, light conditions and water chemistry as the adjoining river/stream. The mesocosms are arranged in eight blocks of 16 units each, and each of these blocks is continuously supplied by stream water gravity-fed from one of eight header tanks via 16 individual supply pipes. Nutrient concentration (DIN; nitrate-N and ammonium-N combined + dissolved reactive phosphorus (DRP) [Breitenbach Experiment] +Salinity (manipulation of sodium chloride) [Felderbach Experiment]   The Experimental Stream mesocosm network (ExStream) comprises replicate installations in New Zealand, China, Japan, Germany and Ireland and is coordinated by Asst. Prof. Jeremy J. Piggott at Trinity College Dublin (jeremy.piggott@tcd.ie).   -"," -Fine sediment load -Flow velocity -Nutrient concentration (DIN; nitrate-N and ammonium-N combined + dissolved reactive phosphorus (DRP) [Breitenbach Experiment] -Salinity (manipulation of sodium chloride) [Felderbach Experiment] +","fine sediment load +flow velocity +nutrients +salinity -","Multiple-stressor effects on stream communities +","Multiple stressor effecs on stream biodivrsity, Multiple-stressor effects on stream communities "," @@ -3266,10 +3387,9 @@ Salinity (manipulation of sodium chloride) [Felderbach Experiment] 51.349722, 7.170583 -","Multiple stressor effecs on stream biodivrsity -","Invertebrates -Microorganisms -Fungi +",Biodiversity loss/ ,"invertebrates +microorganisms +fungi ","Basic equipment. For more details, message facility contact. ","At Felderback, private lodging. ","Project website: http://genestream.de @@ -3299,7 +3419,7 @@ Figure credti: Jeremy (Jay) Piggott   -","['http://mesocosm.org/wp-content/uploads/2018/05/Beerman-et-al-2017-SOTEN-1024x892.png', 'http://mesocosm.org/wp-content/uploads/2018/05/Breitenbach1.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/Felderbach2-452x1024.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/ExStream-network-collaborators-1024x546.jpeg']",,,,"['51.349722', ' 7.170583']","{'coordinates': ['51.349722', '7.170583']}" +","['http://mesocosm.org/wp-content/uploads/2018/05/Beerman-et-al-2017-SOTEN-1024x892.png', 'http://mesocosm.org/wp-content/uploads/2018/05/Breitenbach1.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/Felderbach2-452x1024.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/ExStream-network-collaborators-1024x546.jpeg']",,,,"['51.349722', ' 7.170583']","{'coordinates': ['51.349722', '7.170583']}" https://mesocosm.org/mesocosm/albufera-biological-station/,Albufera Biological Station,University of Valencia,Spain,Europe,"Catedrático José Beltrán 2, 46980 Paterna (Spain) @@ -3307,20 +3427,15 @@ https://mesocosm.org/mesocosm/albufera-biological-station/,Albufera Biological S Please login or request access to view contact information.   ",2021 - present,"The aquatic mesocosm facility of the Albufera Biological Station is made up of 30 mesocosms of >1 m3, stocked with aquatic plants, plankton, and macroinvertebrate species characteristic of Mediterranean coastal wetlands. -"," -Nutrient concentrations -Salinity -Presence/absence of macrophytes -Invasive Species -Contaminant concentrations +","nutrient concentrations +salinity +macrophytes +invasive Species +contaminants -"," -Response of aquatic ecosystems to multiple stressors related to global change, including +","Assessment of the structural and functional response of Mediterranean aquatic ecosystems to multiple stressors +Response of aquatic ecosystems to multiple stressors related to global change, including chemical pollution, salinization,, and eutrophication. -chemical pollution, -salinization, -eutrophication, -etc. @@ -3331,11 +3446,13 @@ etc. 39.315582, -0.318789 -","Assessment of the structural and functional response of Mediterranean aquatic ecosystems to multiple stressors "," -Aquatic ecology -Ecotoxicology -Functional microbiology +Novel organisms/ Invasive alien species +Pollution/ Nutrient pollution +Pollution/ Release of toxic chemicals +Pollution/ Salinity change","aquatic ecology +ecotoxicology +functional microbiology ","30 mesocosms and all equipments needed for sampling and water quality assessments ","Yes (nearby in El Palmar) @@ -3347,16 +3464,17 @@ photo credits: Pablo Amador   photo credits: Pablo Amador   -","['http://mesocosm.org/wp-content/uploads/2023/12/Andreu-Rico-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2023/12/Andreu-Rico-768x1024.jpeg', 'http://mesocosm.org/wp-content/uploads/2023/12/Pablo-Amador-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2023/12/Pablo-Amador-2-768x1024.jpg']",,,,"['39.315582', ' -0.318789']","{'coordinates': ['39.315582', '-0.318789']}" +","['http://mesocosm.org/wp-content/uploads/2023/12/Andreu-Rico-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2023/12/Andreu-Rico-768x1024.jpeg', 'http://mesocosm.org/wp-content/uploads/2023/12/Pablo-Amador-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2023/12/Pablo-Amador-2-768x1024.jpg']",,,,"['39.315582', ' -0.318789']","{'coordinates': ['39.315582', '-0.318789']}" https://mesocosm.org/mesocosm/mobicos-mobile-aquatic-mesocosm/,MOBICOS - Mobile Aquatic Mesocosm,Helmholtz Zentrum für Umweltforschung-UFZ,Germany,Europe,"Helmholtz Zentrum für Umweltforschung-UFZ Brückstr. 3a 39114 Magdeburg ","Dr. Patrick Fink Prof. Dr. Markus Weitere Please login or request access to view contact information. -",,"outdoor/mobile – pelagic/benthic – freshwater -mobile containers to be deployed in or at rivers, reservoirs and lakes;  include  different basins to experimentally explore the response of natural systems to environmental factors such as nutrients, humic substances, temperature, etc. -","temperature, nutrients, humic substances +",,"mobile containers to be deployed in or at rivers, reservoirs and lakes;  include  different basins to experimentally explore the response of natural systems to environmental factors such as nutrients, humic substances, temperature, etc. +","temperature +nutrients +humic substances ","ecological processes of pelagic/benthic organisms "," @@ -3365,7 +3483,11 @@ mobile containers to be deployed in or at rivers, reservoirs and lakes;  includ 52.1205333,11.627623699999958 -",,,,,"http://www.ufz.de/index.php?de=22241 +",,"outdoor +mobile +pelagic +benthic +freshwater",,,"http://www.ufz.de/index.php?de=22241 https://www.ufz.de/index.php?en=39611 "," @@ -3384,44 +3506,63 @@ In the MOBICOS-container scientists can experimentally comparare the growth of m -","['http://mesocosm.org/wp-content/uploads/2017/05/Mobicos_container500px.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Muschelaquarien_200px.jpg']",,,,"['52.1205333', '11.627623699999958']","{'coordinates': ['52.1205333', '11.627623699999958']}" -https://mesocosm.org/mesocosm/igb-lakelab/,IGB LakeLab,Leibniz-Institute for Freshwater Ecology and Inland Fisheries (IGB),Germany,Europe,"Leibniz-Institute for Freshwater Ecology and Inland Fisheries (IGB) - Müggelseedamm 310 - 12587 Berlin -","Prof. Mark O Gessner (Head of Department) -Dr. Jens C Nejstgaard (Scientific Coordinator) -Dr. Stella A Berger (Scientific Site Coordinator) +","['http://mesocosm.org/wp-content/uploads/2017/05/Mobicos_container500px.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Muschelaquarien_200px.jpg']",,,,"['52.1205333', '11.627623699999958']","{'coordinates': ['52.1205333', '11.627623699999958']}" +https://mesocosm.org/mesocosm/igb-lakelab/,IGB LakeLab,"Leibniz Institute of Freshwater Ecology and Inland Fisheries (IGB), Department of Plankton and Microbial Ecology, Zur alten Fischerhütte 2, 16775 Stechlin",Germany,Europe,"Leibniz Institute of Freshwater Ecology and Inland Fisheries (IGB) +Müggelseedamm 310 +12587 Berlin +","Stella A Berger (Scientific Coordinator) +Jens C Nejstgaard (Scientific Coordinator) Please login or request access to view contact information. -",2011 - present,"Outdoor – pelagic/benthic – freshwater +",2011 - present,"The LakeLab in the deep clear-water Lake Stechlin, NE Germany, consists of 24 cylindrical enclosures encompassing large water volumes of 1270 m3 (9m diameter, 20m depth) each. All 24 units of the LakeLab are equipped with automated sensors mounted on vertical profilers recording water-quality parameters at high-resolution: PAR, pressure, temperature, pH, conductivity, O2 and chlorophyll. Four identical profilers are deployed in the lake at the LakeLab. All profilers are controlled by industrial computers collecting and transmitting data in real-time to a central data base server. The special features of the LakeLab are the unique combination of large size and number of mesocosms enable multi- factorial designs and new research perspectives, including testing of large instruments and calibration opportunities (e.g. remote sensing) not possible in most mesocoms. Further, flexible curtains attached to aluminium floats extending into the sediment enable experiments on benthic-pelagic coupling also during winter, including manipulation of ice and snow coverage. Water renewal by special high-throughput impeller pumps (100 m3/h) minimise disturbance of plankton and provide excellent tools to manipulate mixing regimes and stratification patterns. Gases (N2, CO2, CH4) and solutes can be injected in air-lift systems, whereas application of xenobiotics or introduction of foreign species is precluded. 24 large lake mesocosms, each 9 m diameter, 20 m depth, reaching into the sediment, water volume 1,270 m3 per mesocosm, one additional central unit 30 m diameter, volume 14,000 m3 -","e.g. thermocline depth, stratification, extreme wheather events, browning, nutrients -","Responses of the planktonic food web, biodiversity patterns, and biogeochemical processes and fluxes under climate change scenarios -"," +","thermocline deepening +stratification +browning +nutrient loading (N, P) +ALAN (atrificial light at night) +connectivity +retention time +food web manipulation +fish density +ice","Responses of the planktonic food web, biodiversity patterns, biogeochemical processes, and fluxes under climate change scenarios, effects of extreme weather events on aquatic ecosystems, ALAN and diel vertical migration of zooplankton, connectivity of aquatic ecosystems, remote sensing ground-truthing, metabolism, GHGs."," 53.1520282,13.0233035 -",,,"Each of the 24 mesocosms is equipped with: - -an automatic profiler recordimg PAR, temperature, pH, oxygen, redox potential, conductivity, turbidity, and pigments to distinguish four major algal groups -an industrial computer recording and transmitting the collected data to servers at IGB -sediment traps -a height-adjustable water recirculation system with a perforated ring, rising conduit and pump +","Biodiversity loss/ +Climate change/ +Pollution/ Artificial light at night +Pollution/ Brownification +Pollution/ Nutrient pollution","outdoor +pelagic +benthic +freshwater +deep lake system +all season +ice cover +in situ +plankton +macrophytes +DVM +","The LakeLab is in close proximity to well-equipped laboratories of IGB’s Department of Plankton and Microbial Ecology, located directly on the lakeshore. Quick boat access (<5 min) to the laboratories facilitates prompt analyses of delicate live samples. Laboratories include radioisotope lab (14C,3H,33P,35S), molecular S1 labs, walk-in climate rooms, and standard labs. Analytical instruments include autoanalysers for nutrients, ion chromatograph, UV-Vis spectrophotometers, fluorospectrophotometer, fluorimeter, TOC/TON analyser, CNHS analyser, CaCO3 analyser, GCs, HPLCs, ultracentrifuge, flow cytometers, FlowCAMs, picture based flow cytometer, zooplankton scanner, software for picture recognition and machine learning approaches, scanning electron microscopes, bright-field, epifluorescence and inverted microscopes, image analysis systems, other standard laboratory equipment and field gear (multiprobes, plankton nets, sedimentation traps, sediment corers, layer sampler, underwater video system, IFCB). The long-term monitoring programme on Lake Stechlin provides background data on water chemistry, phyto- and zooplankton, fish, primary and bacterial secondary production. Meteorological data are recorded by the German Environment Agency on site. ","IGB guesthouse, 20 beds, kitchen; local B&B ","http://www.lake-lab.de http://www.seelabor.de/ ","Schematic diagram of the LakeLab in Lake Stechlin, northeastern Germany Aerial photograph of the LakeLab in Lake Stechlin Photo credit: HTW Dresden-Oczipka Photo credit: P. Casper, IGB -","['http://mesocosm.org/wp-content/uploads/2017/02/Stechlin_DE_graphics_400px-300x272.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Areal_photo_©HTWDresden-Oczipka_400px-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/lakelab_map-300x111.jpg']",,,,"['53.1520282', '13.0233035']","{'coordinates': ['53.1520282', '13.0233035']}" -https://mesocosm.org/mesocosm/center-for-coastal-environmental-health-and-biomolecular-research-ccehbr/,Center for Coastal Environmental Health and Biomolecular Research-CCEHBR,National Oceanic and Atmospheric Administration Center - NOAA,USA,North-America,"National Oceanic and Atmospheric Administration Center – NOAA + +https://www.aquacosm.eu/mesocosms/igb-lakelab +","['http://mesocosm.org/wp-content/uploads/2017/02/Stechlin_DE_graphics_400px-300x272.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Areal_photo_©HTWDresden-Oczipka_400px-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/lakelab_map-300x111.jpg']",,,,"['53.1520282', '13.0233035']","{'coordinates': ['53.1520282', '13.0233035']}" +https://mesocosm.org/mesocosm/center-for-coastal-environmental-health-and-biomolecular-research-ccehbr/,CCEHBR - Center for Coastal Environmental Health and Biomolecular Research,National Oceanic and Atmospheric Administration Center - NOAA,United States of America,North America,"National Oceanic and Atmospheric Administration Center – NOAA ","Dr. Mike Fulton Please login or request access to view contact information. -",,"Indoor – benthic – marine - 12 replicate mesocosms with sediments (116 cm length × 49 cm width × 20 cm deep) -","tide simulations (estuary simulation) - insecticide, heavy metal, pharmaceutical or other material being tested. +",,"12 replicate mesocosms with sediments (116 cm length × 49 cm width × 20 cm deep) +","tide simulation +insecticides +heavy metals +pharmaceuticals ","Simulation a specific estuarine system, determine the stability of their simulation, and evaluate effects of various chemical contaminants on the ecology of each system, eco-toxicological work on small tidal creeks "," @@ -3430,7 +3571,9 @@ Please login or request access to view contact information. 32.7524467,-79.8986098 -",,,,,"http://coastalscience.noaa.gov/news/coastal-pollution/mesocosms-cutting-edge-in-research/ +",Pollution/ Release of toxic chemicals,"Indoor +benthic +marine",,,"http://coastalscience.noaa.gov/news/coastal-pollution/mesocosms-cutting-edge-in-research/ Effects of chemically spiked sediments on estuarine benthic communities: a controlled mesocosm study, W. L. Balthis · J. L. Hyland · M. H. Fulton ·, P. L. Pennington · C. Cooksey · P. B. Key ·, M. E. DeLorenzo · E. F. Wirth, Environ Monit Assess (2010) 161:191–203 "," @@ -3448,23 +3591,23 @@ Mesocosm installation -","['http://mesocosm.org/wp-content/uploads/2017/05/Cherleston_meso3.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Charleston-mesocosms.jpg']",,,,"['32.7524467', '-79.8986098']","{'coordinates': ['32.7524467', '-79.8986098']}" +","['http://mesocosm.org/wp-content/uploads/2017/05/Cherleston_meso3.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Charleston-mesocosms.jpg']",,,,"['32.7524467', '-79.8986098']","{'coordinates': ['32.7524467', '-79.8986098']}" https://mesocosm.org/mesocosm/archipelago-benthic-mesocosm-network/,Archipelago Benthic Mesocosm Network,Åbo Akademi University,Finland,Europe,"Henrikinkatu 2, 20500 Åbo/Turku, Finland ","Christian Pansch-Hattich (Dr., Prof. in Marine Ecology) Please login or request access to view contact information., Please login or request access to view contact information. -",2021 - ongoing,"Outdoor – Pelagic/Benthic – Marine/Brackish -Outdoor infrastructure consisting of 40 independent 600-liter tanks distributed across two marine field stations in the Archipelago Sea (Skärgårdscentrum Korpoström, 20 tanks) and the Åland Islands (Husö Biological Station, 20 tanks), Finland. The systems receive (filtered or unfiltered) through-flowing seawater (brackish conditions, salinities 5–6) from the nearby straights/bays, are computer-controlled for temperature manipulation, and are built flexibly for the manipulation of multiple parameters. -"," -Temperature +",2021 - present,"Outdoor infrastructure consisting of 40 independent 600-liter tanks distributed across two marine field stations in the Archipelago Sea (Skärgårdscentrum Korpoström, 20 tanks) and the Åland Islands (Husö Biological Station, 20 tanks), Finland. The systems receive (filtered or unfiltered) through-flowing seawater (brackish conditions, salinities 5–6) from the nearby straights/bays, are computer-controlled for temperature manipulation, and are built flexibly for the manipulation of multiple parameters. The systems can be used in connection to existing wave tanks for the manipulation of waves and water velocity, and/or highly replicated aquarium systems +the system is built flexibly encompassing 2×20 600L tanks or the work in experimental sub-units allowing smaller but up to 140 experimental units (20 L).","temperature irradiation nutrients artificial light at night (ALAN) -(salinity, pH in progress) +salinity +pH -"," +","Manipulation of community composition for testing facilitation effects of ecosystem engineer species in climate change (warming, thermal variability, and marine heatwaves) settings. +food web approaches. Climate change (temperature variability and marine heatwave) impacts on single species benthic communities @@ -3478,18 +3621,19 @@ benthic communities 60.1102778,21.598055555555554;60.2794444,19.83138888888889 -"," -Manipulation of community composition for testing facilitation effects of ecosystem engineer species in climate change (warming, thermal variability, and marine heatwaves) settings. -food web approaches - -"," +","Climate change/ Heat waves +Climate change/ Global warming +Pollution/ Artificial light at night +Pollution/ Salinity change","outdoor +pelagic +benthic +marine +brackish ALAN (artificial light at night) multiple stressors (local, regional, global) -the systems can be used in connection to existing wave tanks for the manipulation of waves and water velocity, and/or highly replicated aquarium systems -the system is built flexibly encompassing 2×20 600L tanks or the work in experimental sub-units allowing smaller but up to 140 experimental units (20 L) -"," -40 independent experimental units (140 to infinite subunits in these tanks) + +","40 independent experimental units (140 to infinite subunits in these tanks) heaters (Schego), coolers (Aqua Medic) internal circulation (EHEIM) flow-through system @@ -3499,23 +3643,23 @@ programmable climate simulation (GHL) ","https://www.abo.fi/en/emb-research-infrastructure/mesocosms/ https://pansch-research.com/?page_id=1592 ","Korpoström mesocosm tanks are equipped with constant flow and circulation of seawater from the adjacent bay. Electrical cabinets currently provide the possibility for monitoring and manipulation of seawater temperature. Seagrass shoots (upper left panel) are planted into separate sediment trays, photo credits: Christian Pansch Hattich Korpoström mesocosm system located at the Skärgårdscentrum Korpoström, Finland. 20 600L tanks receive seawater from the adjacent bay, photo credits: Christian Pansch-Hattich Husö mesocosm system located at Husö Biological Station, Åland, Finland. Seawater temperature monitoring and manipulation is achieved through Aqua Medic and GHL controlling units, as well as Aqua Medic cooling and Schego heading devices. photo credits: Christian Pansch-Hattich Husö mesocosm system located at Husö Biological Station, Åland, Finland. 20 600L tanks receive a flow-through of seawater from the adjacent bay. Christian Pansch-Hattich -","['http://mesocosm.org/wp-content/uploads/2024/07/3_small-1024x530.jpg', 'http://mesocosm.org/wp-content/uploads/2024/07/2_small-1024x567.jpg', 'http://mesocosm.org/wp-content/uploads/2024/07/5_small-1024x565.jpg', 'http://mesocosm.org/wp-content/uploads/2024/07/4_small-1024x560.jpg']",,,,"['60.1102778', '21.598055555555554']","{'coordinates': ['60.1102778', '21.598055555555554']}" +","['http://mesocosm.org/wp-content/uploads/2024/07/3_small-1024x530.jpg', 'http://mesocosm.org/wp-content/uploads/2024/07/2_small-1024x567.jpg', 'http://mesocosm.org/wp-content/uploads/2024/07/5_small-1024x565.jpg', 'http://mesocosm.org/wp-content/uploads/2024/07/4_small-1024x560.jpg']",,,,"['60.1102778', '21.598055555555554']","{'coordinates': ['60.1102778', '21.598055555555554']}" https://mesocosm.org/mesocosm/archipelago-benthic-mesocosm-network/,Archipelago Benthic Mesocosm Network,Åbo Akademi University,Finland,Europe,"Henrikinkatu 2, 20500 Åbo/Turku, Finland ","Christian Pansch-Hattich (Dr., Prof. in Marine Ecology) Please login or request access to view contact information., Please login or request access to view contact information. -",2021 - ongoing,"Outdoor – Pelagic/Benthic – Marine/Brackish -Outdoor infrastructure consisting of 40 independent 600-liter tanks distributed across two marine field stations in the Archipelago Sea (Skärgårdscentrum Korpoström, 20 tanks) and the Åland Islands (Husö Biological Station, 20 tanks), Finland. The systems receive (filtered or unfiltered) through-flowing seawater (brackish conditions, salinities 5–6) from the nearby straights/bays, are computer-controlled for temperature manipulation, and are built flexibly for the manipulation of multiple parameters. -"," -Temperature +",2021 - present,"Outdoor infrastructure consisting of 40 independent 600-liter tanks distributed across two marine field stations in the Archipelago Sea (Skärgårdscentrum Korpoström, 20 tanks) and the Åland Islands (Husö Biological Station, 20 tanks), Finland. The systems receive (filtered or unfiltered) through-flowing seawater (brackish conditions, salinities 5–6) from the nearby straights/bays, are computer-controlled for temperature manipulation, and are built flexibly for the manipulation of multiple parameters. The systems can be used in connection to existing wave tanks for the manipulation of waves and water velocity, and/or highly replicated aquarium systems +the system is built flexibly encompassing 2×20 600L tanks or the work in experimental sub-units allowing smaller but up to 140 experimental units (20 L).","temperature irradiation nutrients artificial light at night (ALAN) -(salinity, pH in progress) +salinity +pH -"," +","Manipulation of community composition for testing facilitation effects of ecosystem engineer species in climate change (warming, thermal variability, and marine heatwaves) settings. +food web approaches. Climate change (temperature variability and marine heatwave) impacts on single species benthic communities @@ -3529,15 +3673,17 @@ benthic communities 60.1102778,21.598055555555554;60.2794444,19.83138888888889 -"," -Manipulation of community composition for testing facilitation effects of ecosystem engineer species in climate change (warming, thermal variability, and marine heatwaves) settings. -food web approaches - -"," +","Climate change/ Heat waves +Climate change/ Global warming +Pollution/ Artificial light at night +Pollution/ Salinity change","outdoor +pelagic +benthic +marine +brackish ALAN (artificial light at night) multiple stressors (local, regional, global) -the systems can be used in connection to existing wave tanks for the manipulation of waves and water velocity, and/or highly replicated aquarium systems -the system is built flexibly encompassing 2×20 600L tanks or the work in experimental sub-units allowing smaller but up to 140 experimental units (20 L) + "," 40 independent experimental units (140 to infinite subunits in these tanks) @@ -3550,7 +3696,7 @@ programmable climate simulation (GHL) ","https://www.abo.fi/en/emb-research-infrastructure/mesocosms/ https://pansch-research.com/?page_id=1592 ","Korpoström mesocosm tanks are equipped with constant flow and circulation of seawater from the adjacent bay. Electrical cabinets currently provide the possibility for monitoring and manipulation of seawater temperature. Seagrass shoots (upper left panel) are planted into separate sediment trays, photo credits: Christian Pansch Hattich Korpoström mesocosm system located at the Skärgårdscentrum Korpoström, Finland. 20 600L tanks receive seawater from the adjacent bay, photo credits: Christian Pansch-Hattich Husö mesocosm system located at Husö Biological Station, Åland, Finland. Seawater temperature monitoring and manipulation is achieved through Aqua Medic and GHL controlling units, as well as Aqua Medic cooling and Schego heading devices. photo credits: Christian Pansch-Hattich Husö mesocosm system located at Husö Biological Station, Åland, Finland. 20 600L tanks receive a flow-through of seawater from the adjacent bay. Christian Pansch-Hattich -","['http://mesocosm.org/wp-content/uploads/2024/07/3_small-1024x530.jpg', 'http://mesocosm.org/wp-content/uploads/2024/07/2_small-1024x567.jpg', 'http://mesocosm.org/wp-content/uploads/2024/07/5_small-1024x565.jpg', 'http://mesocosm.org/wp-content/uploads/2024/07/4_small-1024x560.jpg']",,,,"['60.2794444', '19.83138888888889']","{'coordinates': ['60.2794444', '19.83138888888889']}" +","['http://mesocosm.org/wp-content/uploads/2024/07/3_small-1024x530.jpg', 'http://mesocosm.org/wp-content/uploads/2024/07/2_small-1024x567.jpg', 'http://mesocosm.org/wp-content/uploads/2024/07/5_small-1024x565.jpg', 'http://mesocosm.org/wp-content/uploads/2024/07/4_small-1024x560.jpg']",,,,"['60.2794444', '19.83138888888889']","{'coordinates': ['60.2794444', '19.83138888888889']}" https://mesocosm.org/mesocosm/syke-mrc-marine-research-centre-mesocosm-facility/,SYKE-MRC (Marine Research Centre) Mesocosm Facility,Marine Research Centre,Finland,Europe,"Marine Research Centre (MRC) Finnish Environment Institute SYKE P.O.Box 140 @@ -3559,10 +3705,16 @@ https://mesocosm.org/mesocosm/syke-mrc-marine-research-centre-mesocosm-facility/ ","Res. Prof. Timo Tamminen Head of Laboratory Jukka Seppälä Please login or request access to view contact information.,Please login or request access to view contact information. -",periodically since 1988,"pelagic – marine – indoor +",1988 - present,"pelagic – marine – indoor +The SYKE-MRC Indoor Mesocosm Facility is part of the Marine Ecology Laboratory at the Finnish Environment Institute. It hosts indoor experimental systems in a range of volumes up to 300 L. Temperature and light conditions are well controlled. The facility has several walk-in climate chambers and modern laboratories equipped with a wide range of instruments, including advanced bio-optical methods, such as flow cytometer, CytoSense, imaging FlowCam, Imaging flow Cytobot and LISST-Holo 2, Zooscan, high- quality microscopes, spectrophotometer with integrating sphere, spectrofluorometers, FRR fluorometers, plate readers, controllable LED panels, nutrient analysers, isotope laboratory, microplastics laboratory and a laboratory for molecular biology. Furthermore, SYKE-MRC Indoor Mesocosm is associated with a phytoplankton culture collection including hundreds of strains that can be used in experimental studies. Indoor experimental systems in a range of volumes, with integrated incubation condition control, data retrieval, and their on-line presentation. Also ice tanks available for ice ecology research   -","Temperature, light, pH, pCO2, nutrient levels, community composition +","temperature +light +pH +pCO2 +nutrient levels +community composition ","Planktonic food web, phytoplankton ecology, stoichiometry, biodiversity, ice ecology "," @@ -3571,7 +3723,11 @@ Please login or request access to view contact information.,Please login or requ 60.203843,24.9617237 -",,,"Wet labs, climatic chambers, advanced bio-optical instrumentation (spectrophotometry, spectrofluorometry, FRRF), microscope imaging instrumentation, flow cytometry, isotope lab, chemistry lab +",Climate change,"indoor +pelagic +brackish +tanks +auqa-box","The mesocosm facility has a unique instrument - AquaBox -for automated sampling and measurement of several parameters, e.g., T°C, O2, in vivo fluorescence, FRRF, PAM, CDOM, pCO2, pH, inorganic N and P. Instruments for flow cytometry, image analysis of individual cells of phytoplankton and microzooplankton species (FlowCAM, CytoSense, FlowCytobot) can be hooked to the system, as well as automated water sample retrieval for additional analyses. All functions are computer-controlled, including automatic data transfer and storage. Wet labs, climatic chambers, advanced bio-optical instrumentation (spectrophotometry, spectrofluorometry, FRRF), microscope imaging instrumentation, flow cytometry, isotope lab, chemistry lab ","City location – commercial lodging ","http://www.finmari-infrastructure.fi/laboratories/syke-mrc-marine-ecology-laborato/ "," @@ -3589,7 +3745,7 @@ SYKE-MRC field mesocosm work at Tvärminne -","['http://mesocosm.org/wp-content/uploads/2017/02/plankton-tower-153x300.jpg', 'http://mesocosm.org/wp-content/uploads/2017/03/SYKE-MRC-field-mesocosm-work-300x282.jpg']",,,,"['60.203843', '24.9617237']","{'coordinates': ['60.203843', '24.9617237']}" +","['http://mesocosm.org/wp-content/uploads/2017/02/plankton-tower-153x300.jpg', 'http://mesocosm.org/wp-content/uploads/2017/03/SYKE-MRC-field-mesocosm-work-300x282.jpg']",Please see also the gear gallery: https://www.finmari-infrastructure.fi/gear-gallery/finnish-environment-institute-syke/,,,"['60.203843', '24.9617237']","{'coordinates': ['60.203843', '24.9617237']}" https://mesocosm.org/mesocosm/uib-mesocosm-centre-university-of-bergen-mesocosm-centre/,UiB Mesocosm Centre (University of Bergen Mesocosm Centre),University of Bergen (UiB),Norway,Europe,"University of Bergen (UiB) Department of Biology PO-Box 7803 @@ -3598,12 +3754,18 @@ https://mesocosm.org/mesocosm/uib-mesocosm-centre-university-of-bergen-mesocosm- NORWAY ","Prof. Jorun Egge Please login or request access to view contact information. -",1978-present,"outdoor – pelagic – marine +",1978 - present,"outdoor – pelagic – marine +The UIB-MC at Espegrend is part of the Department of Biological Sciences (BIO). It offers a wide range of opportunities for marine mesocosm experiments. The facility includes a floating platform with 12 enclosures in the Raunefjord (10-30 m3 each) plus 18 land-based outdoor mesocosms (2.5 m3), both located at UIB’s Marine Biological Station. A unique feature of the enclosures in the fjord is a floating raft that provides high-quality wet-lab space and electricity for immediate sample processing and lab-based measurements of samples. Small boats facilitate easy access from land to the platform. The mesocosms can also be set-up for temperature (land tanks only) and CO2 treatments by users. Infrastructure on land includes multiple laboratories (chemistry lab, isotope minilab for 14C and 3H, live lab, formalin lab, 3 walk-in cold rooms with running sea-water and light control, general lab equipment such as freezers and ovens, Milli-Q water, a cooled centrifuge, microscopes, etc). 1. Floating platform including up to 12 floating rings with mesocosm bags ranging from 10 to 30 m3,  diameter  2 m; length 5-10 m, see Fig.1 2. Land-based system with up to 18 tanks of 2.5 m3 , diameter 1.5 m; height 1.5 m, deployed within 3 tanks of 30 m3 , diameter 5 m; height 1.5 m, see Fig.2 -",,"Studies of the whole microbial community from viruses to mesozooplankton, grazing studies, initiate and follow specific phytoplankton blooms (e.g. diatoms, Emiliania huxleyi) acidification experiments, testing outcome/results of simulation models +","nutrient composition +mesozooplankton +CO2 +pH +browning +iron","Studies of the whole microbial community from viruses to mesozooplankton, grazing studies, initiate and follow specific phytoplankton blooms (e.g. diatoms, Emiliania huxleyi) acidification experiments, testing outcome/results of simulation models "," @@ -3611,7 +3773,9 @@ Please login or request access to view contact information. 60.2695262,5.2234965 -",,,"Small boats (with outboard motor), CTD w/fluorescence sensor, plankton nets and water samplers. Pumps and airlift systems for mesocosms. General lab equipment such as freezers, ovens and washing machines for lab equipment, Milli-Q water (small volumes only), distilled water, a cooled centrifuge, basic microscopes etc +","Climate change/ +Pollution/ Acidification +Pollution/ Brownification",,"Small boats (with outboard motor), CTD w/fluorescence sensor, plankton nets and water samplers. Pumps and airlift systems for mesocosms. General lab equipment such as freezers, ovens and washing machines for lab equipment, Milli-Q water (small volumes only), distilled water, a cooled centrifuge, basic microscopes etc In collaboration with UiB scientists: state-of the-art microscopy imaging, fluorometer, genomics, proteomics, X-ray fluorescence, Flow cytometry, FlowCam, and more ","Dormitory with single and double rooms  sleeping up to 30 guests, a few steps away from the laboratory building, modern large scale kitchen facilities where guests can provide their meals and a combined dining and living room. Laundry facility is available on site. ","http://www.uib.no/node/56734 @@ -3635,13 +3799,18 @@ Fig.2 Land-based mesocosms (Photo: Stella A Berger) Nutrient composition, add/remove mesozooplankton, CO2/pH Land based tanks Nutrient composition, add/remove mesozooplankton CO2/pH, salinity, adjust light and temperature -","['60.2695262', '5.2234965']","{'coordinates': ['60.2695262', '5.2234965']}" -https://mesocosm.org/mesocosm/marine-ecosystems-research-laboratory-merl/,Marine Ecosystems Research Laboratory - MERL,University of Rhode Island,USA,North-America,"University of Rhode Island +","['60.2695262', '5.2234965']","{'coordinates': ['60.2695262', '5.2234965']}" +https://mesocosm.org/mesocosm/marine-ecosystems-research-laboratory-merl/,MERL - Marine Ecosystems Research Laboratory,University of Rhode Island,United States of America,North-America,"University of Rhode Island ","Prof. Candace Oviatt Please login or request access to view contact information. -",1976-,"outdoor – pelagic – marine -Fourteen cylindrical enclosures, 1.8 m in diameter and 5.5 m in depth, arranged along an access deck outside and adjacent to the building -","Aquatic ecosystem studies includig nutrients, trace metals, other contaminants, salinity, hydrocarbons, larval fish, and animal species. +",1976 - ?,"Fourteen cylindrical enclosures, 1.8 m in diameter and 5.5 m in depth, arranged along an access deck outside and adjacent to the building +Aquatic ecosystem studies includig nutrients, trace metals, other contaminants, salinity, hydrocarbons, larval fish, and animal species.","nutrients +trace metals +contaminants +salinity +hydrocarbons +larval fish +animal species ","Long-term experiments, often of a duration greater than one year, have been conducted to observe ecosystems under the influence of hydrocarbon, enhanced nutrients, different nutrient ratios, sewage sludge and effluent, polluted sediments, salinity gradients and stratification. Many short-term experiments have been conducted to observe the behavior of several individual hydrocarbons, trace metals and animal species, such as larval fish. "," @@ -3651,7 +3820,11 @@ Fourteen cylindrical enclosures, 1.8 m in diameter and 5.5 m in depth, arranged 41.49175,-71.4207629 -",,,"The facility has laboratories for biology, radio-tracer studies, and nutrient chemistry: +","Pollution/ Nutrient pollution +Pollution/ Release of toxic chemicals +Pollution/ Salinity change","outdoor +pelagic +marine","The facility has laboratories for biology, radio-tracer studies, and nutrient chemistry: – Analysis of dissolved and particulate nutrients with an Automated Analyzer. Phosphate, nitrate, nitrite, ammonia, and silicate analyses are available – Chlorophyll extraction and analysis with a Turner Fluorometer – Productivity measurements using a carbon-14 tracer @@ -3681,15 +3854,20 @@ Schema of the MERL construction -","['http://mesocosm.org/wp-content/uploads/2017/05/merl_300.gif', 'http://mesocosm.org/wp-content/uploads/2017/05/Narragansett-US-RIMERL-deck_400.gif', 'http://mesocosm.org/wp-content/uploads/2017/05/Narragansett-US-RImerltankpic5_400.jpg']",,,,"['41.49175', '-71.4207629']","{'coordinates': ['41.49175', '-71.4207629']}" -https://mesocosm.org/mesocosm/artificial-stream-and-pond-system-fsa/,Artificial Stream and Pond System (FSA),German Environment Agency,Germany,Europe,"German Environment Agency +","['http://mesocosm.org/wp-content/uploads/2017/05/merl_300.gif', 'http://mesocosm.org/wp-content/uploads/2017/05/Narragansett-US-RIMERL-deck_400.gif', 'http://mesocosm.org/wp-content/uploads/2017/05/Narragansett-US-RImerltankpic5_400.jpg']",,,,"['41.49175', '-71.4207629']","{'coordinates': ['41.49175', '-71.4207629']}" +https://mesocosm.org/mesocosm/artificial-stream-and-pond-system-fsa/,FSA - Artificial Stream and Pond System,German Environment Agency,Germany,Europe,"German Environment Agency ","Ralf Schmidt Please login or request access to view contact information.     -",Since 2001,"Outdoor and indoor pond and stream system. The facility comprises 8 indoor and 8 outdoor ponds and streams, the latter of 1.6 km total length (indoor + outdoor). Water bodies are large enough to carry all trophic levels including fish -","Control of light, temperature, flow velocity, wind, colonization of insects etc., +",2001 - present,"Outdoor and indoor pond and stream system. +The Artificial Stream and Pond System (FSA) of the German Environment Agency (UBA) is a large and technically sophisticated experimental facility in Berlin. It comprises 8 outdoor and 8 indoor streams (100 m length, water volume of 40 m3 each), 8 outdoor and 8 indoor ponds (water volume of 60 m3 each) and associated equipment. In addition the facility comprises 18 small indoor ponds (water volume of 1 m3 each) and 8 small indoor stream channels (water volume of 2 m3 each). Special features that make the facility unique in Europe are it’s modular design (variable stream length, possibility to connect ponds and streams), an outdoor and indoor system and the ability to simulate flowing and stagnant waters. Further, the large size enables tests on all trophic levels including fish. The site offers water qualities from ground to waste water, and adjustment of variable flow velocities (0.02-0.5m/s). Additionally, there are options between riffle and pool sections in stream mesocosms, between terrestrial and littoral zone in pond mesocosms and the inclusion of pore-water sampling devices in ponds. The facility comprises 8 indoor and 8 outdoor ponds and streams, the latter of 1.6 km total length (indoor + outdoor). Water bodies are large enough to carry all trophic levels including fish. Control of light, temperature, flow velocity, wind, colonization of insects etc., Simulation of groundwater flow in semi-natural conditions (influent/effluent flow regime, remobilization of substances) +","light +temperature +flow velocity +wind +colonization of insects ","Ecotoxicological, ecological, and hydrological studies (fate and effects of pesticides, biocides, pharmaceuticals, or industrial chemicals in ponds or streams; fate of viruses in bathing waters; model verifications; vertical mass transport water/sediment; light pollution) "," @@ -3699,8 +3877,15 @@ Simulation of groundwater flow in semi-natural conditions (influent/effluent flo 52.4107352,13.3756523 -","Ecotoxicological studies -","Upcoming years: mixture toxicity of chemicals, degradation of plastics, passive sampling (chemicals) +"," +Pollution/ Release of toxic chemicals","freshwater +ponds +river flumes +indoor +outdoor +mixture toxicity of chemicals +degradation of plastics +passive sampling ","Each stream and pond is equipped with online instruments to continuously measure conductivity, O2, pH, water level, temperature, turbidity and, in streams, flow velocity. Chemical variables such as contaminants in water, sediment and biota can be measured in the laboratory according to demands. FSA is well equipped with gas chromatographs-mass spectrometers (GC-MS), high-performance liquid chromatograph (HPLC), an inorganic carbon (IC) analyser, a TOC analyser, automated titration units, an ion chromatograph, a continuous flow analyser for nutrient analyses (N, P), etc. In addition, light conditions in and above the water of streams and ponds, chlorophyll a and phaeopigments, and many other biological variables are routinely analysed. All experimental data are fed into a central data base for quality checks and analysis. The input of data entry, in particular physico-chemical data, from defined analysis protocols is automated. The database user programme is independent of the system software and is available on the internet. ",,"https://www.umweltbundesamt.de/en/topics/chemicals/chemical-research-at-uba/artificial-stream-pond-system Mohr et al. 2005 ESPR – Environ Sci & Pollut Res 12 (1) @@ -3723,7 +3908,7 @@ Outdoor streams © Umweltbundesamt -","['http://mesocosm.org/wp-content/uploads/2017/02/Berlin_Marienfelde_aussen.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Berlin-Marienfelde_aussenan-300x185.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Berlin_Marienfelde_rinne_aus.jpg']",,,,"['52.4107352', '13.3756523']","{'coordinates': ['52.4107352', '13.3756523']}" +","['http://mesocosm.org/wp-content/uploads/2017/02/Berlin_Marienfelde_aussen.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Berlin-Marienfelde_aussenan-300x185.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/Berlin_Marienfelde_rinne_aus.jpg']",,,,"['52.4107352', '13.3756523']","{'coordinates': ['52.4107352', '13.3756523']}" https://mesocosm.org/mesocosm/the-river-laboratory-experimental-stream-channel-mesocosms/,The River Laboratory experimental stream channel mesocosms,Queen Mary University of London,United Kingdom,Europe,"QMUL Mile End Road London E1 4NS @@ -3732,14 +3917,12 @@ United Kingdom   j.i.jones@qmul.ac.uk ",1998 - present,"12 flow-through gravel bed stream channels, each 12m long arranged in 4 blocks. Draws water from a chalk stream site of special scientific interest, colonized by natural communities.   -"," -Flow -Suspended sediment -Bed composition -Pesticides -[Dependent on experimental objectives, e.g. flow and colmation] +","flow +suspended sediment +bed composition +pesticides -"," +","Impacts on invertebrate and algal and plant communities Drought (e.g. Ledger et al. 2013 Nature Climate Change 3: 223-227: Lu et al. 2016. Nature Climate Change 6: 875) Low flows (e.g. Jones et al. 2015. Freshw. Biol. 60: 813-826) Fine sediment (e.g. Growns et al. 2017. Marine and Freshwater Research 68: 496-505) @@ -3752,15 +3935,13 @@ Pesticides 50.6666667, -2.1833330555555555 -"," -Impacts on invertebrate -algal and plant communities - -"," -Food web structure -Hyporheic invertebrates -Hyporheic chemistry -Traits +","Climate change/ Drought +Pollution/ Release of toxic chemicals","freshwater +river flume +food web structure +hyporheic invertebrates +hyporheic chemistry +traits ","All sampling and set up equipment available ","available on site @@ -3788,7 +3969,7 @@ Foto credit: Iwan Jones   -","['http://mesocosm.org/wp-content/uploads/2018/11/Streams-3-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/Streams-4-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/Streams-1-1024x768.jpg']",,,,"['50.6666667', ' -2.1833330555555555']","{'coordinates': ['50.6666667', '-2.1833330555555555']}" +","['http://mesocosm.org/wp-content/uploads/2018/11/Streams-3-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/Streams-4-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/Streams-1-1024x768.jpg']",,,,"['50.6666667', ' -2.1833330555555555']","{'coordinates': ['50.6666667', '-2.1833330555555555']}" https://mesocosm.org/mesocosm/au-lake-mesocosm-warming-experiment-lmwe/,AU Lake Mesocosm Warming Experiment (LMWE),Aarhus University (AU),Denmark,Europe,"Aarhus University (AU) Nordre Ringgade 1 8000 Aarhus C @@ -3796,9 +3977,10 @@ https://mesocosm.org/mesocosm/au-lake-mesocosm-warming-experiment-lmwe/,AU Lake ","Prof. Erik Jeppesen Please login or request access to view contact information.   -",2003-present,"outdoor – pelagic/benthic – freshwater +",2003 - present,"The Lake Mesocosm Warming Experiment (LMWE) is a unique long-term (with 16 years so far the world’s longest running) flow-through mesocosm experiment addressing climate-change effects on lakes under contrasting nutrient levels and water clarity. Twenty-four cylindrical outdoor mesocosms are used, each with a capacity of 2.8 m3. The mesocosms receive groundwater 6 times per day, resulting in a theoretical water retention time of 2.5 months. Water in the mesocosms is continuously mixed by paddles and heated by electrical elements. Three temperature regimes are run: ambient temperature and two elevated temperatures according to IPPC climate scenarios A2 and A2 + 50%, down-scaled to local 25 25 km grid cells. The modelled temperature difference for the A2 scenario is generally higher in August to January (max. 4.4 °C in September) than during the rest of the year (min. 2.5 °C in June). Individual mesocosms of each temperature regime are run at either low or high nutrient concentrations (4 replicates per treatment). The latter are obtained by weekly dosing of N and P. 24 cylindrical outdoor mesocosms, each 2.8 m3 in volume -","Nutrients, temperature +","nutrients +temperature ","A unique long-term flow-through mesocosm facility with 11 years so far the world’s longest running mesocosm experiment addressing climate-change effects on lakes under contrasting nutrient levels and water clarity, population- and seasonal dynamics of underwater plants, plankton, production, respiration, stable isotopes, bacteria, fluxes of nutrients "," @@ -3807,7 +3989,12 @@ Please login or request access to view contact information. 56.244846,9.529916 -",,,"Permanently installed probes in all mesocosms for oxygen and pH measurements, AU freshwater lab in Silkeborg (15 km) +","Climate change/ Global warming +Pollution/ Nutrient pollution","outdoor +pelagic +benthic +freshwater +long-term exper","Located 15 km from AU Silkeborg, the facility is equipped with a small lab building to facilitate accessory small-scale studies and analyses. A fully equipped lab is available at the AU freshwater central lab in Silkeborg. Permanently installed probes in all mesocosms for oxygen and pH measurements, AU freshwater lab in Silkeborg (15 km) ",,," @@ -3822,22 +4009,19 @@ Mesocosm tanks in Silkeborg, DK -","['http://mesocosm.org/wp-content/uploads/2017/02/silkeborg_mesocosm_schema-300x210.png', 'http://mesocosm.org/wp-content/uploads/2017/02/silkeborg_mesocosm-300x223.png']",,,,"['56.244846', '9.529916']","{'coordinates': ['56.244846', '9.529916']}" -https://mesocosm.org/mesocosm/awri-mesocosm-facility/,AWRI mesocosm facility,"Annis Water Resources Institute, Grand Valley State University",USA,North America,"740 West Shoreline Drive +","['http://mesocosm.org/wp-content/uploads/2017/02/silkeborg_mesocosm_schema-300x210.png', 'http://mesocosm.org/wp-content/uploads/2017/02/silkeborg_mesocosm-300x223.png']",,,,"['56.244846', '9.529916']","{'coordinates': ['56.244846', '9.529916']}" +https://mesocosm.org/mesocosm/awri-mesocosm-facility/,AWRI mesocosm facility,"Annis Water Resources Institute, Grand Valley State University",United States of America,North America,"740 West Shoreline Drive Muskegon, Michigan 49441 USA ","Alan Steinman Please login or request access to view contact information. -",2004 - present," -12 fiberglass tanks at 1325 liters, including metal halide, +",2004 - present,"12 fiberglass tanks at 1325 liters, including metal halide, timer-controlled lights, housed in a climate controlled room and connected to Muskegon Lake filtered water. -"," -light +","light -"," -predator-prey interaction +","predator-prey interaction microplastic impact sediment contaminant macrophyte-phytoplankton interaction @@ -3851,12 +4035,11 @@ nutrient impacts 43.224194,-86.235809 -"," -Invasive species -eutrophication -climate change - -",,,"not on site +","Climate change/ +Novel organisms/ Invasive alien species +Pollution/ Nutrient pollution +","indoor +freshwater",,"not on site ","https://www.gvsu.edu/wri/facility-103.htm "," @@ -3877,7 +4060,7 @@ Photo credits: AWRI GVSU -","['http://mesocosm.org/wp-content/uploads/2022/09/Full_field-station_2.1-683x1024.jpg', 'http://mesocosm.org/wp-content/uploads/2022/09/mesocosm.1-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2022/09/P3080003.jpg']",,,,"['43.224194', '-86.235809']","{'coordinates': ['43.224194', '-86.235809']}" +","['http://mesocosm.org/wp-content/uploads/2022/09/Full_field-station_2.1-683x1024.jpg', 'http://mesocosm.org/wp-content/uploads/2022/09/mesocosm.1-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2022/09/P3080003.jpg']",,,,"['43.224194', '-86.235809']","{'coordinates': ['43.224194', '-86.235809']}" https://mesocosm.org/mesocosm/gropello-21026-gaviratevarese/,"Gropello, 21026 Gavirate/Varese",Institut Dr. Nowak (a),Italy,Europe,"Institut Dr. Nowak (a) Abteilung Limnologie Mayenbrook 1 @@ -3890,11 +4073,13 @@ https://mesocosm.org/mesocosm/gropello-21026-gaviratevarese/,"Gropello, 21026 Ga ","a) Dr. Said Yasseri b) Prof. Dr. Giuseppe Crosa Please login or request access to view contact information. -",02/2009 - 07/2009 and 11/2009 - 10/2010,"Outdoor, pelagic/benthic, freshwater - floating platform including 3 floating PE-rings with mesocosms reaching into the sediment, 47 m³ per mesocosm, each 2 m diameter and 15 m depth (see Fig. 1) -","1)   Water: e.g. nutrients, species composition (algae & zooplankton), carbon, metals, ecotoxicology -2) Sediment: e.g. nutrients, metals, ecotoxicology -","Nutrients, quantification of sediment P-release, +",2009 - 2010,"floating platform including 3 floating PE-rings with mesocosms reaching into the sediment, 47 m³ per mesocosm, each 2 m diameter and 15 m depth (see Fig. 1) +","nutrients +species composition +carbon +metals +ecotoxicology +sediment","Nutrients, quantification of sediment P-release, effects of lanthanum modified clay on the P-release "," @@ -3903,7 +4088,10 @@ https://mesocosm.org/mesocosm/gropello-21026-gaviratevarese/,"Gropello, 21026 Ga 45.799026,8.7300945 -",,,"Mobile mesocosm structure, can be installed on other study sites +",Pollution/ Nutrient pollution,"outdoor +pelagic +benthic +freshwater","Mobile mesocosm structure, can be installed on other study sites ",,"Crosa G, Yasseri S, Novak K-E, Caziani A, Roella V, Zaccara S. 2013. Recovery of Lake Varese: reducing trophic status through internal P load capping, Fundamental and Applied Lmnology, Vol. 183/1, 49-61. "," @@ -3934,8 +4122,8 @@ Location of Lago di Varese: Latitude 45.818369; Longitude 8.738972 -","['http://mesocosm.org/wp-content/uploads/2017/05/Lago_di_Varese_1_400.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Lago_di_Varese_2_400.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Lago_di_Varese_construction_300.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/LagodiVarese_300.png']",,,,"['45.799026', '8.7300945']","{'coordinates': ['45.799026', '8.7300945']}" -https://mesocosm.org/mesocosm/exstream-system-new-zealand/,ExStream System New Zealand,"University of Otago, Department of Zoology",New Zealand,Australasia,"340 Great King St +","['http://mesocosm.org/wp-content/uploads/2017/05/Lago_di_Varese_1_400.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Lago_di_Varese_2_400.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Lago_di_Varese_construction_300.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/LagodiVarese_300.png']",,,,"['45.799026', '8.7300945']","{'coordinates': ['45.799026', '8.7300945']}" +https://mesocosm.org/mesocosm/exstream-system-new-zealand/,ExStream System - New Zealand,"University of Otago, Department of Zoology",New Zealand,Australasia,"340 Great King St Dunedin 9054 New Zealand ","Assoc. Prof. Christoph D. Matthaei @@ -3946,8 +4134,7 @@ jeremy.piggott@tcd.ie ",2007 - present,"The ExStream System comprises 128 circular stream mesocosms offering strict control of experimental variables, excellent statistical power and a high degree of realism, such as permitting natural immigration and emigration of stream organisms (invertebrates, algae and microbes) and achieving the same ambient temperature, light conditions and water chemistry as the adjoining river/stream. The mesocosms are arranged in eight blocks of 16 units each, and each of these blocks is continuously supplied by stream water gravity-fed from one of eight header tanks via 16 individual supply pipes.   The Experimental Stream mesocosm network (ExStream) comprises replicate installations in New Zealand, China, Japan, Germany and Ireland and is coordinated by Asst. Prof. Jeremy J. Piggott at Trinity College Dublin (jeremy.piggott@tcd.ie).   -"," -Current velocity +","current velocity flow nutrients fine sediment @@ -3966,8 +4153,10 @@ grazing pressure -45.06337, 170.44303 -","Multiple-stressor effects on stream ecosystems; also natural drivers shaping stream communities -","Multiple-stressor effects on stream ecosystems +","Climate change/ +Climate change/ Global warming +Pollution/ Nutrient pollution +Pollution/ Release of toxic chemicals","Multiple-stressor effects on stream ecosystems ","Everything needed to run the experiments ","Caravan camping is facilitated through the facility. ","Blog post: https://jappliedecologyblog.wordpress.com/2015/07/03/exstream-study-assesses-stream-ecosystem-functioning-the-effects-of-climate-warming-multiple-agricultural-stressors/ @@ -3998,14 +4187,17 @@ Figure credit: Jeremy (Jay) Piggott ​   -","['http://mesocosm.org/wp-content/uploads/2018/10/Piggott-et-al.-2015-Global-Change-Biology-21-206-222.-959x1024.png', 'http://mesocosm.org/wp-content/uploads/2018/10/Kauru-ExStream-Under-the-Rainbow-1024x589.jpg', 'http://mesocosm.org/wp-content/uploads/2018/10/ExStream-mesocosms-960x1024.png', 'http://mesocosm.org/wp-content/uploads/2018/05/ExStream-network-collaborators-1024x546.jpeg']",,,,"['-45.06337', ' 170.44303']","{'coordinates': ['-45.06337', '170.44303']}" +","['http://mesocosm.org/wp-content/uploads/2018/10/Piggott-et-al.-2015-Global-Change-Biology-21-206-222.-959x1024.png', 'http://mesocosm.org/wp-content/uploads/2018/10/Kauru-ExStream-Under-the-Rainbow-1024x589.jpg', 'http://mesocosm.org/wp-content/uploads/2018/10/ExStream-mesocosms-960x1024.png', 'http://mesocosm.org/wp-content/uploads/2018/05/ExStream-network-collaborators-1024x546.jpeg']",,,,"['-45.06337', ' 170.44303']","{'coordinates': ['-45.06337', '170.44303']}" https://mesocosm.org/mesocosm/mesocosms-experimental-garden-radboud-university/,Mesocosms – experimental garden Radboud University,Radboud University,Netherlands,Europe,"Comeniuslaan 4, 6525 HP Nijmegen -"," Sarian Kosten +","Sarian Kosten Please login or request access to view contact information. ",>10 (the current mesocosms are 2 years old),"16 (appr. 800L) outdoor mesocosms 115 × 75 [diameter × depth in cm]; roughly 1 m²) placed into the ground to buffer temperature fluctuations. Electricity and potable and groundwater taps nearby. The 2-year old mesocosms have been used to study the effect of fish on sediment-water nutrient fluxes and greenhouse gas emissions. Earlier mescosms work (in the previous set of mesocosms) focused on the impact of eutrophication on different plant species. -","None (exposed to ambient light, temperature fluctuations dampened because the mesocosms are dug into the ground. -","Greenhouse gases, biogeochemistry (emphasis on eukaryotes (fish & plants) on GHG emission, conservation (e.g. effect of prevention of bioturbation on submerged macrophytes) +","fish +nutrients +","The carbon balance of inland waters +Effects of climate change on aquatic ecology and water quality +Competition between different groups of primary producers (submerged and floating macrophytes, algae and cyanobacteria).Eutrophication, primary producers, fish, biogeochemistry, greenhouse gases. Greenhouse gases, biogeochemistry (emphasis on eukaryotes (fish & plants) on GHG emission, conservation (e.g. effect of prevention of bioturbation on submerged macrophytes) "," @@ -4013,10 +4205,7 @@ The 2-year old mesocosms have been used to study the effect of fish on sediment- 51.822777,5.8733333 -","Eutrophication, primary producers, fish, biogeochemistry, greenhouse gases -","The carbon balance of inland waters -Effects of climate change on aquatic ecology and water quality -Competition between different groups of primary producers (submerged and floating macrophytes, algae and cyanobacteria). +",Pollution/ Nutrient pollution," ","The Institute for Water and Wetland Research of the Radboud University and the Department of Aquatic Ecology and Environmental Biology maintain a state-of-the-art biogeochemistry lab with expert technicians and analytical equipment for, among others, next-generation (NIRS-CRD) gas analyzers (Picarro G2508 & Los Gatos Ultraportable GGA), an IRGA for dissolved CO2 and CH4 measurements, instruments for the chemical analysis of water and sediment (ICP-OES, ICP-MS, spectrophotometric analyzers, microwave destruction units, DOC/DON analyzers, C-N analyzers, HPLC, HPLC-amino acid analyzer, IRMS, Phytopam). In addition, we have microscale dissolved oxygen micro-optodes and micromanipulator as well as O2 spots for non-invasive measurements in bottles and cores (all Presens), freeze-dryers and analytical balances including a sedimentation balance. Our field instrumentation includes HOBO light and temperature loggers, Hach multimeters for conductivity, temperature, pressure, and optical probes for dissolved oxygen. Furthermore, the department is well equipped with experimental facilities with, besides our mesocosms, greenhouse facilities, aquaria and pumping systems, water-baths, climate rooms. A GC-MS for CH4 stable isotope analysis is available at the Microbiology Department. ","Guest house at a distance of <500m. https://www.ru.nl/english/about-us/services-facilities/guesthouse/ @@ -4038,16 +4227,15 @@ Photo credit: Sarian Kosten -","['http://mesocosm.org/wp-content/uploads/2019/03/Radboud_mesocosm1-300x169.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Radboud_mesocosm2-300x169.jpg']",,,,"['51.822777', '5.8733333']","{'coordinates': ['51.822777', '5.8733333']}" +","['http://mesocosm.org/wp-content/uploads/2019/03/Radboud_mesocosm1-300x169.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Radboud_mesocosm2-300x169.jpg']",,,,"['51.822777', '5.8733333']","{'coordinates': ['51.822777', '5.8733333']}" https://mesocosm.org/mesocosm/hungarian-pond-network/,Hungarian Pond Network,Centre for Ecological Research,Hungary,Europe,"Centre for Ecological Research H-1113 Budapest, Karolina út 29. Hungary -","Dr. Csaba Vad +","Csaba Vad Please login or request access to view contact information.   ",2023 - present,"A standardized outdoor mesocosm infrastructure spread across Hungary. Each of the four systems consist of 24 1000-L tanks mimicking small ponds. They are installed 1.5 m apart from each other, all of them are equipped with a temperature logger, half of them with a heating device. -"," -Temperature +","temperature "," Pond ecology @@ -4064,7 +4252,7 @@ Climate change 47.705277833333334,19.228137999999998;46.870555555555555,19.422222222222224;46.88,17.66861111111111;47.603611111111114,21.3575; -",,,"Temperature control, incl. heaters and loggers +",Climate change,,"Temperature control, incl. heaters and loggers ",,"https://ecolres.hu/en/home/ https://ecolres.hu/en/kutatocsoportok/plankton-ecology-research-group/ ","The locations of the four HPN four mesocosm facilities across Hungary. (Photo credits: Centre for Ecological Research) @@ -4072,7 +4260,7 @@ A mesocosm at the Fülöpháza HPN facility. (Photo credit: Csaba Vad) The Vácrátót HPN mesocosm facility during winter. (Photo credit: Csilla Laskai) A mesocosm at the Zánka facility. (Phto credit: Csilla Laskai)   -","['http://mesocosm.org/wp-content/uploads/2024/01/Photo-1.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-2-1024x461.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/photo-3-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-4-1024x768.jpg']",,,,"['47.705277833333334', '19.228137999999998']","{'coordinates': ['47.705277833333334', '19.228137999999998']}" +","['http://mesocosm.org/wp-content/uploads/2024/01/Photo-1.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-2-1024x461.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/photo-3-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-4-1024x768.jpg']",,,,"['47.705277833333334', '19.228137999999998']","{'coordinates': ['47.705277833333334', '19.228137999999998']}" https://mesocosm.org/mesocosm/hungarian-pond-network/,Hungarian Pond Network,Centre for Ecological Research,Hungary,Europe,"Centre for Ecological Research H-1113 Budapest, Karolina út 29. Hungary @@ -4080,8 +4268,7 @@ Hungary Please login or request access to view contact information.   ",2023 - present,"A standardized outdoor mesocosm infrastructure spread across Hungary. Each of the four systems consist of 24 1000-L tanks mimicking small ponds. They are installed 1.5 m apart from each other, all of them are equipped with a temperature logger, half of them with a heating device. -"," -Temperature +","temperature "," Pond ecology @@ -4098,7 +4285,7 @@ Climate change 47.705277833333334,19.228137999999998;46.870555555555555,19.422222222222224;46.88,17.66861111111111;47.603611111111114,21.3575; -",,,"Temperature control, incl. heaters and loggers +",Climate change,,"Temperature control, incl. heaters and loggers ",,"https://ecolres.hu/en/home/ https://ecolres.hu/en/kutatocsoportok/plankton-ecology-research-group/ ","The locations of the four HPN four mesocosm facilities across Hungary. (Photo credits: Centre for Ecological Research) @@ -4106,7 +4293,7 @@ A mesocosm at the Fülöpháza HPN facility. (Photo credit: Csaba Vad) The Vácrátót HPN mesocosm facility during winter. (Photo credit: Csilla Laskai) A mesocosm at the Zánka facility. (Phto credit: Csilla Laskai)   -","['http://mesocosm.org/wp-content/uploads/2024/01/Photo-1.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-2-1024x461.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/photo-3-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-4-1024x768.jpg']",,,,"['46.870555555555555', '19.422222222222224']","{'coordinates': ['46.870555555555555', '19.422222222222224']}" +","['http://mesocosm.org/wp-content/uploads/2024/01/Photo-1.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-2-1024x461.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/photo-3-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-4-1024x768.jpg']",,,,"['46.870555555555555', '19.422222222222224']","{'coordinates': ['46.870555555555555', '19.422222222222224']}" https://mesocosm.org/mesocosm/hungarian-pond-network/,Hungarian Pond Network,Centre for Ecological Research,Hungary,Europe,"Centre for Ecological Research H-1113 Budapest, Karolina út 29. Hungary @@ -4114,8 +4301,7 @@ Hungary Please login or request access to view contact information.   ",2023 - present,"A standardized outdoor mesocosm infrastructure spread across Hungary. Each of the four systems consist of 24 1000-L tanks mimicking small ponds. They are installed 1.5 m apart from each other, all of them are equipped with a temperature logger, half of them with a heating device. -"," -Temperature +","temperature "," Pond ecology @@ -4132,7 +4318,7 @@ Climate change 47.705277833333334,19.228137999999998;46.870555555555555,19.422222222222224;46.88,17.66861111111111;47.603611111111114,21.3575; -",,,"Temperature control, incl. heaters and loggers +",Climate change,,"Temperature control, incl. heaters and loggers ",,"https://ecolres.hu/en/home/ https://ecolres.hu/en/kutatocsoportok/plankton-ecology-research-group/ ","The locations of the four HPN four mesocosm facilities across Hungary. (Photo credits: Centre for Ecological Research) @@ -4140,16 +4326,15 @@ A mesocosm at the Fülöpháza HPN facility. (Photo credit: Csaba Vad) The Vácrátót HPN mesocosm facility during winter. (Photo credit: Csilla Laskai) A mesocosm at the Zánka facility. (Phto credit: Csilla Laskai)   -","['http://mesocosm.org/wp-content/uploads/2024/01/Photo-1.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-2-1024x461.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/photo-3-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-4-1024x768.jpg']",,,,"['46.88', '17.66861111111111']","{'coordinates': ['46.88', '17.66861111111111']}" +","['http://mesocosm.org/wp-content/uploads/2024/01/Photo-1.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-2-1024x461.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/photo-3-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-4-1024x768.jpg']",,,,"['46.88', '17.66861111111111']","{'coordinates': ['46.88', '17.66861111111111']}" https://mesocosm.org/mesocosm/hungarian-pond-network/,Hungarian Pond Network,Centre for Ecological Research,Hungary,Europe,"Centre for Ecological Research H-1113 Budapest, Karolina út 29. Hungary -","Dr. Csaba Vad +","Csaba Vad Please login or request access to view contact information.   ",2023 - present,"A standardized outdoor mesocosm infrastructure spread across Hungary. Each of the four systems consist of 24 1000-L tanks mimicking small ponds. They are installed 1.5 m apart from each other, all of them are equipped with a temperature logger, half of them with a heating device. -"," -Temperature +","temperature "," Pond ecology @@ -4166,7 +4351,7 @@ Climate change 47.705277833333334,19.228137999999998;46.870555555555555,19.422222222222224;46.88,17.66861111111111;47.603611111111114,21.3575; -",,,"Temperature control, incl. heaters and loggers +",Climate change,,"Temperature control, incl. heaters and loggers ",,"https://ecolres.hu/en/home/ https://ecolres.hu/en/kutatocsoportok/plankton-ecology-research-group/ ","The locations of the four HPN four mesocosm facilities across Hungary. (Photo credits: Centre for Ecological Research) @@ -4174,13 +4359,13 @@ A mesocosm at the Fülöpháza HPN facility. (Photo credit: Csaba Vad) The Vácrátót HPN mesocosm facility during winter. (Photo credit: Csilla Laskai) A mesocosm at the Zánka facility. (Phto credit: Csilla Laskai)   -","['http://mesocosm.org/wp-content/uploads/2024/01/Photo-1.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-2-1024x461.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/photo-3-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-4-1024x768.jpg']",,,,"['47.603611111111114', '21.3575']","{'coordinates': ['47.603611111111114', '21.3575']}" +","['http://mesocosm.org/wp-content/uploads/2024/01/Photo-1.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-2-1024x461.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/photo-3-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2024/01/Photo-4-1024x768.jpg']",,,,"['47.603611111111114', '21.3575']","{'coordinates': ['47.603611111111114', '21.3575']}" https://mesocosm.org/mesocosm/marine-plant-mesocosm-system/,Marine Plant Mesocosm System,CCMAR – Centre of Marine Sciences,Portugal,Europe,"Universidade do Algarve Campus de Gambelas, Ed.7 8005-139 Faro Portugal -","Prof. Adelino Canário -Dr. João Silva +","Adelino Canário +João Silva   acanario@ualg.pt jmsilva@ualg.pt @@ -4190,7 +4375,11 @@ Outdoor system, modular, with up to 40 independent flow-through 100 L tanks. Eac Indoor system, with similar design and operating principle, fitted with 30 L aquaria and artificial light. Outdoor system, 200 L flow-through experimental tanks. Water is supplied from a single head-tank, where pH is used to regulate CO2 injection. -","pCO2, pH, water-flow, nutrient concentrations, light levels +","pCO2 +pH +water-flow +nutrients +light ",," @@ -4222,13 +4411,22 @@ Photo credit: João Silva -","['http://mesocosm.org/wp-content/uploads/2018/05/CCMAR_mesocosm_2-1024x576.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/CCMAR_mesocosm_1-1024x576.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/CCMAR_mesocosm_3.jpg']",,,,"['37.006', ' -7.966']","{'coordinates': ['37.006', '-7.966']}" -https://mesocosm.org/mesocosm/exstream-brazil/,ExStream Brazil,Universidade Federal do ABC (Federal University of ABC),Brazil,South America,"Av. dos Estados, 5001, B. Santa Terezinha, Santo André, SP, Brazil. CEP 09210-580 -","Adjunct Professor Ricardo Hideo Taniwaki +","['http://mesocosm.org/wp-content/uploads/2018/05/CCMAR_mesocosm_2-1024x576.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/CCMAR_mesocosm_1-1024x576.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/CCMAR_mesocosm_3.jpg']",,,,"['37.006', ' -7.966']","{'coordinates': ['37.006', '-7.966']}" +https://mesocosm.org/mesocosm/exstream-brazil/,ExStream System - Brazil,Universidade Federal do ABC (Federal University of ABC),Brazil,South America,"Av. dos Estados, 5001, B. Santa Terezinha, Santo André, SP, Brazil. CEP 09210-580 +","Ricardo Hideo Taniwaki Please login or request access to view contact information. -",0,"The ExStream System comprises 128 circular stream mesocosms offering strict control of experimental variables, excellent statistical power and a high degree of realism, such as permitting natural immigration and emigration of stream organisms (invertebrates, algae and microbes) and achieving the same ambient temperature, light conditions and water chemistry as the adjoining river/stream. The mesocosms are arranged in eight blocks of 16 units each, and each of these blocks is continuously supplied by stream water gravity-fed from one of eight header tanks via 16 individual supply pipes. +",,"The ExStream System comprises 128 circular stream mesocosms offering strict control of experimental variables, excellent statistical power and a high degree of realism, such as permitting natural immigration and emigration of stream organisms (invertebrates, algae and microbes) and achieving the same ambient temperature, light conditions and water chemistry as the adjoining river/stream. The mesocosms are arranged in eight blocks of 16 units each, and each of these blocks is continuously supplied by stream water gravity-fed from one of eight header tanks via 16 individual supply pipes. The Experimental Stream mesocosm network (ExStream) comprises replicate installations in New Zealand, China, Japan, Germany and Ireland and is coordinated by Asst. Prof. Jeremy J. Piggott at Trinity College Dublin (jeremy.piggott@tcd.ie).    -","Current velocity, flow, nutrients, fine sediment, pesticides, antibiotics, nitrification inhibitors, light levels, water temperature, grazing pressure +","current velocity +flow +nutrients +fine sediment +pesticides +antibiotics +nitrification inhibitors +ight levels +water temperature +grazing pressure ","Multiple-stressor effects on stream ecosystems; also, natural drivers shaping stream communities "," @@ -4237,31 +4435,43 @@ The Experimental Stream mesocosm network (ExStream) comprises replicate installa -23.060634, -48.630102 -","Multiple-stressor effects on stream ecosystems; also natural drivers shaping stream communities -","Multiple-stressor effects on stream ecosystems +"," +","freshwater +outdoor +benthic +flume +multiple stressors +stream ecosystems ","Everything needed to run the experiments ","Dorms for researchers and students (http://www.esalq.usp.br/svee/Itatinga/Itatinga_Planta.pdf) ","Piggott, J.J., Salis, R.K., Lear, G., Townsend, C.R. & Matthaei, C.D. (2015) Climate warming and agricultural stressors interact to determine stream periphyton community composition. Global Change Biology, 21, 206-222. >15 publications in scientific journals by C.D. Matthaei, J. J Piggott and coauthors (https://www.otago.ac.nz/zoology/staff/matthaei.html) Blog post: https://jappliedecologyblog.wordpress.com/2015/07/03/exstream-study-assesses-stream-ecosystem-functioning-the-effects-of-climate-warming-multiple-agricultural-stressors/ Short video about ExStream System research: https://vimeo.com/243219546 -",,,,,,"['-23.060634', ' -48.630102']","{'coordinates': ['-23.060634', '-48.630102']}" -https://mesocosm.org/mesocosm/mesocosm-facility-at-umea-marine-sciences-center-mf-umsc/,Mesocosm Facility at Umeå Marine Sciences Center (MF-UMSC),Umeå Universitet (UmU),Sweden,Europe,"Umeå University (UmU)SE-90187 Umeå +",,,,,,"['-23.060634', ' -48.630102']","{'coordinates': ['-23.060634', '-48.630102']}" +https://mesocosm.org/mesocosm/mesocosm-facility-at-umea-marine-sciences-center-mf-umsc/,MF-UMSC - Mesocosm Facility at Umeå Marine Sciences Center,Umeå Universitet (UmU),Sweden,Europe,"Umeå University (UmU)SE-90187 Umeå SWEDEN http://www.umf.umu.se/english/?languageId=1 ","Henrik Larsson Please login or request access to view contact information. -",2007 to present,"Indoor – pelagic – marine, brackish, (freshwater), 12 tanks of 5 m depth, 2 m3 volume. +",2007 - present,"Indoor – pelagic – marine, brackish, (freshwater), 12 tanks of 5 m depth, 2 m3 volume. Outdoor- pelagic – marine, brackish, (freshwater), 24 tanks of 1 m3. Sediment may be added. The facility is located close to the seashore in the northern part of the Baltic Sea. The water outside of the field station is ice covered for 3-5 months a year, and brackish with a salinity around 3 PSU. The water intake to the indoor mesocosms is situated 800 m off-shore at 2 and 8 meter depths. The mesocosms can also be filled with sea, lake or river water transported from elsewhere. Filling can be done through filters of selectable mesh sizes, down to 1 μm, an semi-automatic water renewal system with controllable turnover rate are also available. The indoor facility consists of 12 cylindrical mesocosms with water columns 4.86 m high and 0.73 m in diameter (volume ca. 2 m3). Temperature can be controlled and manipulated in 3 different sections of each mesocosm. This enables for projects that require stratification, controlled convective stirring or both. The light sources are Valoya R-258 (Light DNA), especially produced with the aim to closely mimic the spectra of the sun. These lamps are handled by time-programs that controls spectra and intensity according to lattitude and time of day.   Four freezers are installed on top of every three mesocosms, this enables control of the air temperature above the water columns down to -20o C. Projects that require ice can thus be carried out, and parameters such as freezing or thawing rate can be adjusted. This latter option allows for systematic seeding experiments. The ventilation of the mesocosm hall is controlled by the CO2 content in the room, allowing for natural controls in experiments where the CO2 content in the water is altered. -The outdoor facility is available during summer. It consists of 4 large pools, each carrying 6 cubic mesocosms of 1 m3. The temperature is kept the same as in the water intake by using high rates of water flow through in the pools. Experimental designs can be supported by long-term ecological research time series of variables stored in an easily accessible database on the internet. About 70 international researchers have used the mesocosm facility during numerous experiments conducted over the past 10 years. Outcomes include two publications in top-ranked scientific journals regarding methylmercury levels in coastal environments. -","Indoor: Temperature (-1o up to 30oC), stratification depth and strength, convective stirring in different levels, size fractionation of organisms in intake water (300 – 1 µm), light intensity and regime, adjustable water exchange, chemical parameters. +The outdoor facility is available during summer. It consists of 4 large pools, each carrying 6 cubic mesocosms of 1 m3. The temperature is kept the same as in the water intake by using high rates of water flow through in the pools. Experimental designs can be supported by long-term ecological research time series of variables stored in an easily accessible database on the internet. About 70 international researchers have used the mesocosm facility during numerous experiments conducted over the past 10 years. Outcomes include two publications in top-ranked scientific journals regarding methylmercury levels in coastal environments. Indoor: Temperature (-1o up to 30oC), stratification depth and strength, convective stirring in different levels, size fractionation of organisms in intake water (300 – 1 µm), light intensity and regime, adjustable water exchange, chemical parameters. Outdoor: size fractionation of organisms in intake water (300 – 1 µm), chemical parameters. -","Land-sea interactions, climate change, and impact of environmental pollution on organism stoichiometry and health, taxonomic composition, predator-prey interactions, food web processes and efficiency. +","temperature +stratification depth +stratification strength +convective stirring +size fractionation of organisms +light intensity and regime +water exchange +chemical parameters +","Land-sea interactions, climate change, and impact of environmental pollution on organism stoichiometry and health, taxonomic composition, predator-prey interactions, food web processes and efficiency. Mercury biogeochemistry, Impact of dissolved organic carbon on plankton respiration, growth and food web function, Fish population models and migratory behaviour. "," @@ -4269,8 +4479,14 @@ Outdoor: size fractionation of organisms in intake water (300 – 1 µm), chemic 63.5678349,19.8206221 -",,"Mercury biogeochemistry, Impact of dissolved organic carbon on plankton respiration, growth and food web function, Fish population models and migratory behaviour. -","Two Seaguard CTD equipped with PAR, conductivity, temperature, turbidity, Chlorophyll, Oxygen, CDOM and pressure sensors. Spectrophotometer, spectrofluorometer, scintillation counter, and basic laboratory equipment including salinity and pH meters. +","Climate change/ +Pollution/","outdoor +indoor +pelagic +marine +brackish +freshwater +ice","Two Seaguard CTD equipped with PAR, conductivity, temperature, turbidity, Chlorophyll, Oxygen, CDOM and pressure sensors. Spectrophotometer, spectrofluorometer, scintillation counter, and basic laboratory equipment including salinity and pH meters. http://www.umf.umu.se/english/field-station/chemical-analyses/ ","Our hostel is situated a few hundred meters from the field station. Ten rooms with two beds each are available as well as a large kitchen with fridges, freezer and cooking facilities. Additional accommodation and restaurants are also available in nearby Hörnefors. http://www.umf.umu.se/english/field-station/accommodation/ @@ -4326,7 +4542,7 @@ MF-UMSC outdoor; Photo: K. Viklund   -","['http://mesocosm.org/wp-content/uploads/2017/03/Indoor-polyethylen-mesocosms.jpg', 'http://mesocosm.org/wp-content/uploads/2017/03/Tanks-with-light-and-temperature-control.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/ice-tanks_1-300x199.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/DSC_1798-300x199.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/DSC_1801-300x199.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/INDOOR-300x199.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/OUTDOOR-300x199.jpg']",,,,"['63.5678349', '19.8206221']","{'coordinates': ['63.5678349', '19.8206221']}" +","['http://mesocosm.org/wp-content/uploads/2017/03/Indoor-polyethylen-mesocosms.jpg', 'http://mesocosm.org/wp-content/uploads/2017/03/Tanks-with-light-and-temperature-control.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/ice-tanks_1-300x199.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/DSC_1798-300x199.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/DSC_1801-300x199.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/INDOOR-300x199.jpg', 'http://mesocosm.org/wp-content/uploads/2017/02/OUTDOOR-300x199.jpg']",,,,"['63.5678349', '19.8206221']","{'coordinates': ['63.5678349', '19.8206221']}" https://mesocosm.org/mesocosm/alpstream-eco-hydraulic-flumes/,ALPSTREAM ECO-HYDRAULIC FLUMES,ALPSTREAM – Alpine Stream Research Center/MONVISO PARK,Italy,Europe,"Frazione S. Antonio 17, I-12030 Sant’Antonio Ostana (CN)   @@ -4343,12 +4559,19 @@ Francesca Bona Please login or request access to view contact information.francesca.bona@unito.itPlease login or request access to view contact information. ",2023 - present,"The flumes system is fed with water coming directly from the Po river. By exploiting a natural pool and using a small barrier to regulate the water stage, water is made to flow into a pipeline connected to the flumes. The pipeline intake (diameter is 0.80 m) is placed close to the pool bottom; a metallic net protects the intake from coarse debris load, preventing the occlusion of the pipeline. Moreover, the rate of incoming water from the river can be regulated thanks to the presence of a sluice gate in front of the intake. A 155 m long pipeline conveys flow from the intake to a loading tank, that acts as a dissipation reservoir and slows down the incoming flow. This main tank is connected to other three loading sub-tanks by means of three sluice gates, that can be completely opened (during the experiments), closed (for maintenance and cleaning) or partially closed (to regulate the flume flows). Each sub-tank feeds two channels, for a total of six flumes. Each flume is 25m long, 0.30m wide, 0.30m high and rectilinear. Each channel is made of a series of sub-channel units, connected together by screws. Some of these units have a widening (0.90m width) in the longitudinal direction which can be put in communication (by two sluice gates) with the main channel 0.3 m wide. In this way, these units can be used to simulate a pool habitat. Each flume bed is filled with natural substrate (i.e. boulders, cobbles and gravel) in a proportion which simulates the natural conditions characterizing the Po river in this stretch. Each couple of channels drain into a terminal tank. In total, three terminal tanks are connected together and convey water into a unique concrete shaft, connected to a pipeline that returns water to the river. If necessary, in two flumes  water can re-circulate by means of a pump which returns water into the upstream  sub-tank. Thus, these two channels can act as a closed-system.  -"," -Flow velocity -water levels and amount can be regulated just acting directly on the facility structure. -Other environmental or chemical parameters can be changed depending on the experiment (temperature, suspended solid sediment amount, light, nutrients or pollutants) +Flow velocity and water levels and amount can be regulated just acting directly on the facility structure. +Other environmental or chemical parameters can be changed depending on the experiment (temperature, suspended solid sediment amount, light, nutrients or pollutants)","flow velocity +water level +temperature +suspended solid sediment +light +nutrients +pollutants -"," +","Manipulative experiments will be carried out in order to analyze changes in benthic communities (i.e. diatoms and macroinvertebrate), induced by environmental and/or chemical impacts. Concerning primary producers, we are interested in analyzing possible changes in benthic chlorophyll a of the main autotrophic organisms colonizing periphyton (namely diatoms, cyanobacteria and green algae) and their proportions. Diatoms will also be analyzed at community level, focusing on both taxonomic and functional composition. +Macroinvertebrates will be analyzed at community level, focusing on taxonomic and functional composition. Main interests are related to eco-hydraulic impacts on benthic communities, especially in the frame of the current climatic scenario. We are also planning to perform life-cycle studies focused on selected aquatic insect taxa. +The flumes can be also utilized to perform ecological, behavioral and life-cycle studies concerning selected rheophilous and orophilous fish (such as Bullheads, Minnows et al.) +Flumes will be used to study the role of fluid dynamical characteristics of streams on benthic communities. From the basic features (e.g., water stage and bulk velocity) to more refined ones, like flow field and detachment zones close to sediments surface or the presence of bedforms (dunes, antidunes, ripples) and single obstacles. Moreover, the hydrodynamic impact of (totally or partially submerged) vegetation can be studied, as well as the influence of unsteady flows and surface waves. Stream ecology primary instream production allochthonous input degradation @@ -4371,15 +4594,14 @@ stream-hyporheic zone interactions 44.6931944, 7.176777777777778 -","Manipulative experiments will be carried out in order to analyze changes in benthic communities (i.e. diatoms and macroinvertebrate), induced by environmental and/or chemical impacts. Concerning primary producers, we are interested in analyzing possible changes in benthic chlorophyll a of the main autotrophic organisms colonizing periphyton (namely diatoms, cyanobacteria and green algae) and their proportions. Diatoms will also be analyzed at community level, focusing on both taxonomic and functional composition. -Macroinvertebrates will be analyzed at community level, focusing on taxonomic and functional composition. Main interests are related to eco-hydraulic impacts on benthic communities, especially in the frame of the current climatic scenario. We are also planning to perform life-cycle studies focused on selected aquatic insect taxa. -The flumes can be also utilized to perform ecological, behavioral and life-cycle studies concerning selected rheophilous and orophilous fish (such as Bullheads, Minnows et al.) -Flumes will be used to study the role of fluid dynamical characteristics of streams on benthic communities. From the basic features (e.g., water stage and bulk velocity) to more refined ones, like flow field and detachment zones close to sediments surface or the presence of bedforms (dunes, antidunes, ripples) and single obstacles. Moreover, the hydrodynamic impact of (totally or partially submerged) vegetation can be studied, as well as the influence of unsteady flows and surface waves. -"," -Ecology -Zoology -Phycology -Eco-hydraulics +","Climate change/ +Pollution/ Release of toxic chemicals","freshwater +outdoor +flume +ecology +zoology +phycology +eco-hydraulics "," Temperature dataloggers (water temperature registration) @@ -4397,14 +4619,17 @@ from window of the ALPSTREAM lab, photo credits: Elisa Falasco Guesthouse, photo credits: VisoaViso cooperative Indoor space of the ALPSTREAM lab, photo credit: Stefano Fenoglio Ostana landscape, photo credits: Stefano Fenoglio -","['http://mesocosm.org/wp-content/uploads/2023/03/Flumes-1024x413.jpg', 'http://mesocosm.org/wp-content/uploads/2023/03/aerial-view-flumes-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2023/03/from-the-window-of-the-ALPSTREAM-lab.jpg', 'http://mesocosm.org/wp-content/uploads/2023/03/guesthouse.jpg', 'http://mesocosm.org/wp-content/uploads/2023/03/indoor-space-of-the-ALPSTREAM-lab.jpg', 'http://mesocosm.org/wp-content/uploads/2023/03/Ostana-landscape.1.9MB-1024x768.jpg']",,,,"['44.6931944', ' 7.176777777777778']","{'coordinates': ['44.6931944', '7.176777777777778']}" +","['http://mesocosm.org/wp-content/uploads/2023/03/Flumes-1024x413.jpg', 'http://mesocosm.org/wp-content/uploads/2023/03/aerial-view-flumes-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2023/03/from-the-window-of-the-ALPSTREAM-lab.jpg', 'http://mesocosm.org/wp-content/uploads/2023/03/guesthouse.jpg', 'http://mesocosm.org/wp-content/uploads/2023/03/indoor-space-of-the-ALPSTREAM-lab.jpg', 'http://mesocosm.org/wp-content/uploads/2023/03/Ostana-landscape.1.9MB-1024x768.jpg']",,,,"['44.6931944', ' 7.176777777777778']","{'coordinates': ['44.6931944', '7.176777777777778']}" https://mesocosm.org/mesocosm/yeosu-mesocosm-system/,Yeosu Mesocosm System,"Fisheries Science Institute, Chonnam National University",Republic of Korea,Asia,"50 Daehak-ro, Yeosu, Jeonnam 59626, Republic of Korea -","Prof. Ihn-Sil Kwak / Dr. Hyunbin Jo +","Ihn-Sil Kwak Hyunbin Jo Please login or request access to view contact information. -",,"in and outdoor – marine and fresh -The facility consists of a floating raft, nine impermeable enclosures with transparent caps (2,015 m^2) -","temperature, pH, nutrients, light levels -","Global warming, functional trait +",,"The facility consists of a floating raft, nine impermeable enclosures with transparent caps (2,015 m^2) +","temperature +pH +nutrients +light levels +","the effects of warming on fish health and growth +the interaction between phytoplankton and fish. Global warming, functional trait "," @@ -4412,11 +4637,11 @@ The facility consists of a floating raft, nine impermeable enclosures with trans 34.627472,127.72033 -"," -the effects of warming on fish health and growth -the interaction between phytoplankton and fish - -","Fisheries +",Climate change/ Global warming,"indoor +outdoor +marine +freshwater +fisheries ","YSI multi-parameter probe ",,"http://jnufsi.jnu.ac.kr/user/indexMain.action?handle=1&siteId=jnufsi "," @@ -4434,7 +4659,7 @@ Reconstruction plan -","['http://mesocosm.org/wp-content/uploads/2019/03/Yeosu-Mesocosm-System-1-300x226.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Yeosu-Mesocosm-System-2-300x227.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Yeosu-Mesocosm-System-3-255x300.jpeg']",,,,"['34.627472', '127.72033']","{'coordinates': ['34.627472', '127.72033']}" +","['http://mesocosm.org/wp-content/uploads/2019/03/Yeosu-Mesocosm-System-1-300x226.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Yeosu-Mesocosm-System-2-300x227.jpeg', 'http://mesocosm.org/wp-content/uploads/2019/03/Yeosu-Mesocosm-System-3-255x300.jpeg']",,,,"['34.627472', '127.72033']","{'coordinates': ['34.627472', '127.72033']}" https://mesocosm.org/mesocosm/levend-lab/,Levend Lab,Leiden University,Netherlands,Europe,"Leiden University Institute of Environmental Sciences PO Box 9518 @@ -4447,13 +4672,13 @@ Peter van Bodegom Vijver@cml.leidenuniv.nl m.j.j.schrama@cml.leidenuniv.nl p.m.van.bodegom@cml.leidenuniv.nl -",2016 - present," -48 x mesocosms 65 L, +",2016 - present,"48 x mesocosms 65 L, 38 x experimental ditches of 10 meter lenght, 30 cm depth and 60 cm width with grassland bufferzones around the ditches. The ditches are connected to open water but can also be closed. 36 x terrestrial mesocosms, surrounding with plants for terrestrial testing, 2 lab units -",,"Ecological and ecotoxicological research +","chemistry +contaminants","Impact of chemicals on community level impacts. Ecological and ecotoxicological research "," @@ -4461,10 +4686,10 @@ p.m.van.bodegom@cml.leidenuniv.nl 52.170726, 4.451855 -","Impact of chemicals on community level impacts -"," -Aquatic and terrestrial communities -Cross-ecosystems +",Pollution/ Release of toxic chemicals,"freshwater +aquatic communities +terrestrial communities +cross-ecosystems "," Basic lab equipment is available @@ -4492,13 +4717,15 @@ Photo credit: -","['http://mesocosm.org/wp-content/uploads/2018/10/1-1024x576.jpg', 'http://mesocosm.org/wp-content/uploads/2018/10/2-1024x768.jpg']",,,,"['52.170726', ' 4.451855']","{'coordinates': ['52.170726', '4.451855']}" +","['http://mesocosm.org/wp-content/uploads/2018/10/1-1024x576.jpg', 'http://mesocosm.org/wp-content/uploads/2018/10/2-1024x768.jpg']",,,,"['52.170726', ' 4.451855']","{'coordinates': ['52.170726', '4.451855']}" https://mesocosm.org/mesocosm/lake-baoan-field-station-of-experimental-limnological-research/,Lake Bao’an Field Station of Experimental Limnological Research,"State Key Laboratory of Freshwater Ecology and Biotechnology, Institute of Hydrobiology, Chinese Academy of Sciences",China,Asia,"No. 7 South Donghu Road,  Wuchang District, Wuhan 430072, Hubei Province, China ","Hai-Jun Wang Please login or request access to view contact information. -",10 years,"33 experimental ponds (40,000 m2), 30 cement aquarium (1 m×1 m ×1 m each),a laboratory building with 6 labs (660 m2), a meteorological station, etc. -","Total nitrogen (TN), total phosphorus (TP), and underwater light condition -","The effects of high nitrogen on aquatic organisms and sediment phosphorus release; the effects of light condition on development of submersed macrophytes; Effect of nutrient loading on water quality and phytoplankton; factors affecting greenhouse gas emissions in fish ponds +",,"33 experimental ponds (40,000 m2), 30 cement aquarium (1 m×1 m ×1 m each),a laboratory building with 6 labs (660 m2), a meteorological station, etc. +","total nitrogen (TN) +total phosphorus (TP) +light condition +","The effects of high nitrogen on aquatic organisms and sediment phosphorus release; the growing condition for submersed macrophytes etc.the effects of light condition on development of submersed macrophytes; Effect of nutrient loading on water quality and phytoplankton; factors affecting greenhouse gas emissions in fish ponds. Effect of nutrient loading, factors influencing submersed macrophytes, ecological restoration, eutrophication mitigation,  greenhouse gas  emission, internal phosphorus release, ecotoxicology and risk assessments, nitrogen pollution "," @@ -4506,10 +4733,8 @@ Please login or request access to view contact information. 30.28805,114.72916 -","Effect of nutrient loading, factors influencing submersed macrophytes, ecological restoration, eutrophication mitigation,  greenhouse gas  emission, internal phosphorus release, ecotoxicology and risk assessments, nitrogen pollution -","The effects of high nitrogen on aquatic organisms and sediment phosphorus release -The growing condition for submersed macrophytes etc. -","YSI ProPlus (Yellow Spring Inc., USA), spectrophotometer, illuminance meter (KONICA MINOLTA, T-10, China), unmanned aerial vehicle (DJI, Phantom 3, China), Daphnia Toximeter (bbe moldaenke cn, Germany), sampling equipment of water, pore water, sediment, macrophytes, zoobenthos, plankton, etc. +","Pollution/ Nutrient pollution +Pollution/ Release of toxic chemicals",freshwater,"YSI ProPlus (Yellow Spring Inc., USA), spectrophotometer, illuminance meter (KONICA MINOLTA, T-10, China), unmanned aerial vehicle (DJI, Phantom 3, China), Daphnia Toximeter (bbe moldaenke cn, Germany), sampling equipment of water, pore water, sediment, macrophytes, zoobenthos, plankton, etc. ","An apartment with 8 rooms and 1 yard (800 m2) ","Peer-reviewed publication in recent 5 years @@ -4546,22 +4771,25 @@ Ponds for nitrogen pollution experiments -","['http://mesocosm.org/wp-content/uploads/2019/03/The-aerial-view-of-the-experimental-station-300x169.png', 'http://mesocosm.org/wp-content/uploads/2019/03/cement-aquarium-experimental-system-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Ponds-for-eutrophication-experiments-300x177.png', 'http://mesocosm.org/wp-content/uploads/2019/03/Ponds-for-nitrogen-pollution-experiments-300x189.png']",,,,"['30.28805', '114.72916']","{'coordinates': ['30.28805', '114.72916']}" +","['http://mesocosm.org/wp-content/uploads/2019/03/The-aerial-view-of-the-experimental-station-300x169.png', 'http://mesocosm.org/wp-content/uploads/2019/03/cement-aquarium-experimental-system-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Ponds-for-eutrophication-experiments-300x177.png', 'http://mesocosm.org/wp-content/uploads/2019/03/Ponds-for-nitrogen-pollution-experiments-300x189.png']",,,,"['30.28805', '114.72916']","{'coordinates': ['30.28805', '114.72916']}" https://mesocosm.org/mesocosm/tihany-outdoor-mesocosm-hungary/,Tihany Outdoor Mesocosm (Hungary),"Balaton Limnological Research Institute, Eötvös Loránd Research Network",Hungary,Europe,"Klebelsberg Kuno 3, 8237-Tihany, Hungary ","Gergely Boros   Please login or request access to view contact information. -",starting in 2019,"The outdoor mesocosm facility consists of 12 outdoor cylindrical plastic tanks; each has a volume of 5 cubic meters and water depth of about 1.5 m. The sensors deployed in the mesocosms gauge the following parameters: dissolved oxygen, oxygen saturation, water temperature, pH, redox potential, conductivity, TDS, light irradiation. The tanks can be filled either with tap water, or with water from Lake Balaton filtered in three phases (gravel, – sand, – and UV filters). -"," +",2019 - present,"The outdoor mesocosm facility consists of 12 outdoor cylindrical plastic tanks; each has a volume of 5 cubic meters and water depth of about 1.5 m. The sensors deployed in the mesocosms gauge the following parameters: dissolved oxygen, oxygen saturation, water temperature, pH, redox potential, conductivity, TDS, light irradiation. The tanks can be filled either with tap water, or with water from Lake Balaton filtered in three phases (gravel, – sand, – and UV filters). +Manipulations can be: water temperature (electric heating cables are planted in each mesocosms) light irradiation (at the top of each mesocosms there is has a LED lamp emitting a light spectrum similar to sunlight) speed of water circulation (an airlift mixing system circulates the water in the mesocosms with adjustable carrying capacity) nutrients in the water column -heating and additional light irradiation are controlled by a programmable logic controller (PLC) system +heating and additional light irradiation are controlled by a programmable logic controller (PLC) system","temperature +light +speed of water circulation +nutrients -"," +","community ecology ecological stoichiometry; effects of temperature (climate change) and nutrient load (eutrophication) @@ -4572,12 +4800,10 @@ effects of temperature (climate change) and nutrient load (eutrophication) 46.9125, 17.893333333333334 -"," -community ecology - -"," -Freshwater ecology -Environmental sciences +","Climate change/ Global warming +Pollution/ Release of toxic chemicals","outdoor +freshwater +ponds "," The mesocosm facility with its 12 tanks and the linked infrastructure; @@ -4607,20 +4833,24 @@ Foto credit: Ferenc Jordan ​   -","['http://mesocosm.org/wp-content/uploads/2018/11/Tihany-5-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/IMG_20181024_094852-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/IMG_20181024_104918-1024x768.jpg']",,,,"['46.9125', ' 17.893333333333334']","{'coordinates': ['46.9125', '17.893333333333334']}" -https://mesocosm.org/mesocosm/sites-aquanet-svartberget-research-station/,SITES AquaNet – Svartberget Research Station,SITES and Swedish University of Agricultural Sciences,Sweden,Europe,"Sveriges lantbruksuniversitet (SLU) -Unit for Field-based Forest Research -Svartberget Research Station -SE-922 91 Vindeln -Sweden. -","Tomas Lundmark +","['http://mesocosm.org/wp-content/uploads/2018/11/Tihany-5-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/IMG_20181024_094852-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/11/IMG_20181024_104918-1024x768.jpg']",,,,"['46.9125', ' 17.893333333333334']","{'coordinates': ['46.9125', '17.893333333333334']}" +https://mesocosm.org/mesocosm/sites-aquanet-svartberget-research-station/,SITES AquaNet – Svartberget ,"Svartberget Research Station (SLU) +Vindeln +922 91",Sweden,Europe,"Swedish Agricultural University (SLU Umeå) +Umeå +90183 +Sweden","Tomas Lundmark Please login or request access to view contact information. -",2017 - present," -Open access to national and international researchers. +",2017 - present,"SITES AquaNet is a modular infrastructure with mesocosm facilities in lakes connected to 5 field stations (Asa, Bolmen, Erken, Skogaryd, Svartberget) that are part of the Swedish Infrastructure for Ecosystem Science (SITES). SITES AquaNet is coordinated by Uppsala University and the associated partners are the Swedish Agricultural University (SLU), Gothenburg University (GU) and Sweden Water Research (SWR). The unique feature of SITES AquaNet is that it is fully standardised across sites and therefore enables modularised experimental manipulations in lakes along a latitudinal gradient in Sweden. SITES AquaNet provides open access to national and international researchers. Open access to national and international researchers. Outdoor, freshwater, deployed in an adaptable jetfloat, placed in lake Stortjärn, 2,5 km from the research station. PE-film enclosures or 20 hardshell PE enclosures (ø = 0.9 m, depth = 1.5 m, volume = 700 l) -",,"Advanced general understanding in ecology by using modularized experiments across SITES-AquaNet stations (Sweden) or potential collaborators (Sweden, Europe and other continents). Topics: Forest stand development, plant physiology, systemic water transport, forest management strategies, nutrient limitation, biodiversity-functioning-stability relationships, community ecology, biogeochemistry, atmospheric flux, global change research. On-site climate data, incl. temperature profile measurements. +","nutrient addition +substance addition +shading +food web manipulations +dispersal +species addition","Advanced general understanding in ecology by using modularized experiments across SITES-AquaNet stations (Sweden) or potential collaborators (Sweden, Europe and other continents). Topics: Forest stand development, plant physiology, systemic water transport, forest management strategies, nutrient limitation, biodiversity-functioning-stability relationships, community ecology, biogeochemistry, atmospheric flux, global change research. On-site climate data, incl. temperature profile measurements. "," @@ -4628,7 +4858,14 @@ PE-film enclosures or 20 hardshell PE enclosures (ø = 0.9 m, depth = 1.5 m, 64.143965, 19.455836 -",,,"Apogee SQ-500 (PAR), CTG Trilux fluorometer (chlorophyll-a, phycocyanin and turbidity) and Aanderaa 4531 optode (O2 and temperature) sensors fulltime deployed in each enclosure, deployed with a Campbell CR1000 datalogger and an AM16/32B multiplexer (https://www.campbellsci.com). The datalogger has an ethernet interface for remote access through a mobile broadband router, for maintenance and data retrieval. Surveillance camera mounted for remote monitoring of the site. +","Biodiversity loss/ +Climate change/ Global warming +Pollution/ Nutrient pollution","outdoor +freshwater +pelagic +benthic +multi site +","Apogee SQ-500 (PAR), CTG Trilux fluorometer (chlorophyll-a, phycocyanin and turbidity) and Aanderaa 4531 optode (O2 and temperature) sensors fulltime deployed in each enclosure, deployed with a Campbell CR1000 datalogger and an AM16/32B multiplexer (https://www.campbellsci.com). The datalogger has an ethernet interface for remote access through a mobile broadband router, for maintenance and data retrieval. Surveillance camera mounted for remote monitoring of the site. An AP-2000 AquaRead Multiprobe (http://www.aquaread.com/portofolio/ap-2000/) equipped with a chlorophyll sensor, and an Apogee MQ-500 (PAR) sensor with handheld meters. Laboratory for filtering and extraction of samples for a wide range of analyses, cold storage and freezing rooms are available at the research station. Connection to laboratories for analysis at the SLU Stable Isotope Laboratory (http://www.slu.se/ssil/), the Erken Laboratory (http://www.ieg.uu.se/erken-laboratory) and Umeå University. ","Accommodations at the field station itself are currently under construction. Rooms for rent at Hotel Forsen (6.3 kilometers from the station) and Hotel Vindelngallergian (7.6 kilometers from the station). @@ -4649,34 +4886,41 @@ Photo credti: Peder Blomkvist   -","['http://mesocosm.org/wp-content/uploads/2018/05/Svartberget_2-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/Svartberget_3-768x1024.jpg']",,,,"['64.143965', ' 19.455836']","{'coordinates': ['64.143965', '19.455836']}" +","['http://mesocosm.org/wp-content/uploads/2018/05/Svartberget_2-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/Svartberget_3-768x1024.jpg']",,,,"['64.143965', ' 19.455836']","{'coordinates': ['64.143965', '19.455836']}" https://mesocosm.org/mesocosm/cambridge-environmental-assessments-cea/,Cambridge Environmental Assessments (CEA),RSK ADAS Ltd,United Kingdom,Europe,"Cambridge Environmental Assessments, ADAS Boxworth, Cambridgeshire, CB23 4NN -","Dr Nadine Taylor +","Nadine Taylor Please login or request access to view contact information. -",2009 to present.,"Outdoor freshwater static mesocosm systems. +",2009 - present,"Outdoor freshwater static mesocosm systems. We have 99 flat bottomed and 100 unique sloped mesocosms which are designed to simulate edge of field environments. Our sloped mesocosms were installed in 2013, are 2.6 m long, 1 m wide and 0.7 m deep and are used for herbicide studies. The sloped mesocosms are designed to enable the incorporation of a wide variety of plant species, providing a habitat which mimics the plant community found in edge of field environments. Our flat bottomed mesocosms were installed in 2009, are 1.8 m long, 0.9 m wide and 0.8 m deep and are predominantly used in pesticide studies. Indoor laboratories. We have a GLP laboratory facility in which we can carry out higher tier chronic testing on multiple and single species under controlled conditions. -"," -Outdoor mesocosms: Plant community, water depth, test item present, initial organism establishment -Indoor laboratories: Environmental parameters (including temperature, pH,  oxygen and light/dark cycles), species present, sediment/substrates, feeding regimes +","plant community +water depth +test item present +initial organism establishment +temperature +pH +oxygen +light/dark cycles +species present +sediment/substrates +feeding regimes ","At CEA we produce robust population and community endpoints (ETO RAC and ERO RAC) that meet the requirements of the EFSA (2013) aquatic guidance. We conduct mesocosm studies on both herbicide and pesticide products and can carry out the application of our test item in several ways (e.g. mix-in, spray-over) and perform single or multiple applications as required. -"," +Chemical risk assessment, primarily determining regulatory endpoints for various agrochemicals. Higher tier freshwater aquatic testing to Good Laboratory Practice (GLP) standards. +Bespoke experimental design +Identification of freshwater phytoplankton, periphyton, macrophytes, zooplankton, macroinvertebrates and emergent insects +Statistical analysis of data generated to current guideline requirements"," 52.252916,-0.031916 -","Chemical risk assessment, primarily determining regulatory endpoints for various agrochemicals -"," -Higher tier freshwater aquatic testing to Good Laboratory Practice (GLP) standards. -Bespoke experimental design -Identification of freshwater phytoplankton, periphyton, macrophytes, zooplankton, macroinvertebrates and emergent insects -Statistical analysis of data generated to current guideline requirements - -"," +",Pollution/ Release of toxic chemicals,"outdoor +indoor +freshwater +plants"," Indoor laboratories for acute and chronic higher tier testing Probes for monitoring temperature, pH, conductivity, dissolved oxygen and turbidity Sampling equipment to collect zooplankton and phytoplankton @@ -4714,24 +4958,26 @@ Set-up of sloped mesocosms prior to a study (Credit: Cambridge Environmental Ass -","['http://mesocosm.org/wp-content/uploads/2019/03/Established-flat-bottomed-mesocosms-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Established-sloped-mesocosms-300x169.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Established-sloped-mesocosms-2-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Set-up-of-sloped-mesocosms-prior-to-a-study-300x225.jpg']",,,,"['52.252916', '-0.031916']","{'coordinates': ['52.252916', '-0.031916']}" -https://mesocosm.org/mesocosm/carl-von-ossietzky-university-oldenburg/,Planktotrons - Indoor Mesocosm Facility,Carl-von-Ossietzky University Oldenburg,Germany,Europe,"Carl-von-Ossietzky University Oldenburg +","['http://mesocosm.org/wp-content/uploads/2019/03/Established-flat-bottomed-mesocosms-300x225.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Established-sloped-mesocosms-300x169.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Established-sloped-mesocosms-2-300x200.jpg', 'http://mesocosm.org/wp-content/uploads/2019/03/Set-up-of-sloped-mesocosms-prior-to-a-study-300x225.jpg']",,,,"['52.252916', '-0.031916']","{'coordinates': ['52.252916', '-0.031916']}" +https://mesocosm.org/mesocosm/carl-von-ossietzky-university-oldenburg/,Planktotrons,Carl-von-Ossietzky University Oldenburg,Germany,Europe,"Carl-von-Ossietzky University Oldenburg Institute for Chemistry and Biology of the Marine Environment (ICBM) Schleusenstr. 1 26382 Wilhelmshaven Germany -","Prof. Dr. Helmut Hillebrand -Dr. Maren Striebel +","Helmut Hillebrand +Maren Striebel Please login or request access to view contact information. -",started in 2014,"indoor (outdoor) – freshwater/marin – pelagic/benthic +",2014 - present,"The experimental facility consists of 12 indoor mesocosms, so-called Planktotrons. The Planktotrons are custom-tailored units built of austenitic stainless steel, developed and established at the University of Oldenburg, Institute for Chemistry and Biology of the Marine Environment (ICBM) in Wilhelmshaven. Each tank has a fillable height of 1.2 m and an inner diameter of 0.8 m, resulting in a volume of 600 L. The 2-walled tanks with pillow-plate technology allow temperature control independently in three vertical strata by circulating heating or cooling medium between the two walls. Temperature is measured using PT100 sensors mounted on the rotating paddle at three different depths. Each temperature zone can be adjusted between 5 and 35 °C. +During the experiments, rotating paddles with regulated speed can be used to avoid wall growth and for mixing the water in the Planktotrons in regular intervals with defined speed. The paddle itself can easily be disconnected and modified or shortened for other experimental setups. Sampling can be conducted from the top or at six different depths by connecting a sampling lance to one of the sampling ports. Additional ports allow connecting Planktotrons among each other, which enables meta-community approaches or the usage of automated water-pumping on-line sensor instrumentation. Two fully controllable LED lighting units assure light conditions with a near-natural light spectrum. 12 indoor mesocosms with 600 l volume (height 120 cm, diameter 80 cm) for marine or freshwater experiments and natural or artificial communities 3 temperature zones: upper half, lower half, and bottom Build-in rotor prevents wall growth Six ports at different levels of the water column for direct sampling Planktotrons can be connected for metacommunity approaches Sediment inclusion possible -","Temperature: from 5-25°C for constant temperature (higher for heat wave simulations) -Light: LED-lights simulate daylight with different intensities +temperature: from 5-25°C for constant temperature (higher for heat wave simulations) +light: LED-lights simulate daylight with different intensities","temperature +light intensities ","Phytoplankton, ciliates, zooplankton, food web, biodiversity, metacommunities "," @@ -4740,7 +4986,12 @@ Light: LED-lights simulate daylight with different intensities 53.5151,8.146219999999971 -",,,"Temperature monitoring system, wet labs, climate chambers, chemical and biological analysis +",Biodiversity loss/,"indoor +outdoor +freshwater +marin +pelagic +benthic","Temperature monitoring system, wet labs, climate chambers, chemical and biological analysis ","Dormitory with different rooms for up to 30 sleeping guests, kitchen facilities, auditorium that holds up to ca. 50 persons ","www.planktotrons.de @@ -4758,15 +5009,18 @@ Plankrtotrons in Wilhelmshaven -","['http://mesocosm.org/wp-content/uploads/2017/05/planktotrons_1_400.png', 'http://mesocosm.org/wp-content/uploads/2017/05/Planktotrons_2_400.png']",,,,"['53.5151', '8.146219999999971']","{'coordinates': ['53.5151', '8.146219999999971']}" -https://mesocosm.org/mesocosm/kiel-indoor-benthokosmen-zur-simulation-von-umweltfluktuationen/,Kiel-Indoor-Benthocosms (KIBs),GEOMAR-Helmholtz Center for Ocean Research Kiel,Germany,Europe,"GEOMAR-Helmholtz Center for Ocean Research Kiel +","['http://mesocosm.org/wp-content/uploads/2017/05/planktotrons_1_400.png', 'http://mesocosm.org/wp-content/uploads/2017/05/Planktotrons_2_400.png']",,,,"['53.5151', '8.146219999999971']","{'coordinates': ['53.5151', '8.146219999999971']}" +https://mesocosm.org/mesocosm/kiel-indoor-benthokosmen-zur-simulation-von-umweltfluktuationen/,KIB - Kiel Indoor-Benthocosms,GEOMAR-Helmholtz Center for Ocean Research Kiel,Germany,Europe,"GEOMAR-Helmholtz Center for Ocean Research Kiel West shore campusDüsternbrooker Weg 20D-24105 Kiel East shore campusWischhofstr. 1-3D-24148 Kiel -","Dr. Christian Pansch +","Christian Pansch cpansch(at)geomar.de -",,"Indoor – Pelagic/Benthic – Marine/Brackish -Indoor (air-conditioned rooms) infrastructure consisting of 12 independent 600 liter tanks. Based on a computer controlled system, artificial fluctuations of diverse parameters can be simulated in through-flowing seawater -","temperature, salinity, pH and irradiation (oxygen in progress) +",,"Indoor (air-conditioned rooms) infrastructure consisting of 12 independent 600 liter tanks. Based on a computer controlled system, artificial fluctuations of diverse parameters can be simulated in through-flowing seawater +","temperature +salinity +pH +irradiation +oxygen ","Variability impacts from: temperature, salinity, pH and irradiation (oxygen in progress) – from single species to communities "," @@ -4775,7 +5029,13 @@ Indoor (air-conditioned rooms) infrastructure consisting of 12 independent 600 l 54.330034, 10.148140 -",,"Fluctuation scearios in flow through systems +","Climate change/ Global warming +Pollution/ Salinity change","indoor +pelagic +benthic +marine +brackish +flow through systems ","12 independent experimental units (infinite subunits in these tanks), heaters, coolers, automated, heat exchangers, internal circulation, flow through system, programmable climate simulation ",,"http://www.geomar.de/en/ Media report: Window on future ocean @@ -4810,32 +5070,56 @@ Graphic: Christian Pansch   -","['http://mesocosm.org/wp-content/uploads/2018/04/IMG_6896-e1523449384719-200x300.jpeg', 'http://mesocosm.org/wp-content/uploads/2018/04/IMG_6905-e1523449507437-200x300.jpeg', 'http://mesocosm.org/wp-content/uploads/2018/04/A-264x300.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/B-300x181.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/C-300x222.jpg']",,,,"['54.330034', ' 10.148140']","{'coordinates': ['54.330034', '10.148140']}" -https://mesocosm.org/mesocosm/metu-mesocosm-system/,METU Mesocosm System,Middle East Technical University (METU),Turkey,Europe,"Orta Doğu Teknik Üniversitesi (ODTÜ), Middle East Technical University (METU), Üniversiteler Mahallesi, Dumlupınar Bulvarı No:1 06800 Çankaya Ankara/TURKEY, 06800 -","Prof.Dr. Meryem Beklioğlu -","2011, 2012",,"water depth and nutrients (both TP and TN) -","Role of water level on ecosystem processes (e.g. C and  N) as well as impact of food additives (TiO2) on food web structure and ecosystem processes -"," +","['http://mesocosm.org/wp-content/uploads/2018/04/IMG_6896-e1523449384719-200x300.jpeg', 'http://mesocosm.org/wp-content/uploads/2018/04/IMG_6905-e1523449507437-200x300.jpeg', 'http://mesocosm.org/wp-content/uploads/2018/04/A-264x300.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/B-300x181.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/C-300x222.jpg']",,,,"['54.330034', ' 10.148140']","{'coordinates': ['54.330034', '10.148140']}" +https://mesocosm.org/mesocosm/metu-mesocosm-system/,METU Mesocosm System I,"Middle East Technical University (METU), Üniversiteler Mahallesi, Dumlupınar Bulvarı No:1 06800 Çankaya Ankara/TURKEY",Turkey,"Europe +Asia","Orta Doğu Teknik Üniversitesi (ODTÜ), Middle East Technical University (METU), Üniversiteler Mahallesi, Dumlupınar Bulvarı No:1 06800 Çankaya Ankara/TURKEY +","Meryem Beklioğlu +",2011 - present,"The system is an in-lake mesocosm facility deployed in the experimental lake on the METU campus, located within close proximity (<1 km) of the Limnology Laboratory. It is a semi-mobile system that can be dismantled and transferred to other locations. The facility consists of 16 cylindrical, robust fiberglass tanks (1.2 m diameter) with two height options (1.2 m and 2.2 m). + +When deployed in the lake, the upper edges of all mesocosms are secured to pontoon bridges positioned 20 cm above the water surface to prevent water intrusion during windy conditions. The mesocosms are arranged in two rows of eight tanks to facilitate access. The pontoon bridges are constructed of wood, and buoyancy is provided by 32 plastic barrels (120 L each). The system is free-floating and anchored only at the platform end, which functions as both a wave breaker and a boat landing point, regardless of wind direction. + +The METU Mesocosm System I allows for experimental set-ups with low and high water levels (1.2 and 2.2 m) and includes a 10 cm sediment layer composed of 90% (by volume) washed sand (grain size <1 mm) and 10% natural lake sediment. To simulate shallow, fully mixed lake conditions, water within the mesocosms is continuously circulated during experiments using electrically powered pumps.","water depth +nutrients (TP, TN) +warming +light +microplastic +temperature +species composition +fish +greenhouse gas +browning, +water quality +pollution concentration +","Determining the effects of pulsed DOC and warming on the microbial and planktonic food web structure and efficiency; Impacts of microplastics in shallow freshwater lakes (sediment and water); The effects of multiple stressors on surface waters and groundwaters, their biota, and the services they provide to humans, to understand how ecological status and ecosystem services; + +Global warming and climate change +Anthropogenuc pollution"," 39.8897009,32.7520139 -","Role of hydrological alteration on ecosystem structure and function of shallow lakes -",,,,"http://limnology.bio.metu.edu.tr +","Climate change/ Global warming +Pollution/ Plastic pollution +Pollution/ Salinity change","freshwater +outdoor +pelagic","Analytic Balance (Sartorius P2245 & Precisa, Autoanalyzer (Seal AA500), Autoclave (Automatic steam sterilizer, ALP Model CL-32L), Biological Safety Cabinet (Nuaire), Centrifuge (Eppendorf 5810 R), Conductometer (Orion model 115), Deep Freezers (-20), Filtration Device (Millipore), FlowCam (8000), Freeze Dryer, Furnace (Nuve FN500), High-Performance Liquid Chromatography (Waters), Hot Plate (TOPO HP330), Incubator (Nuve OT 012), Inverted microscope (LEICA DMI 4000B), Inverted microscope (OLYMPUS CKX41), Multi-prob Oxygenmeter (YSI and AquaTroll), pH meter (Orion 410A+), Pipetting Controller (Genex Alpha SO-1200 M1), Shaker (Yellowline RS/OS 10), Spectrophotometer (Perkin Elmer Lambda35), Stainless steel vacuum machine (Sartorius), Stereo microscope (Ivymen), +Stereo Microscope (LEICA MZ 16) + Digital camera, Stereo Microscope (LEICA MZ 6000) + Digital camera, Tubular counting chambers(KC- Denmark), Vortex (Heidolph), Water Bath (Memmert), Lightmeter, Depth meter (Speedtech), Grab sampler (Ekman), Tube samplers, Rake, lankton nets (10, 25, 55, 80, 140 and 500 µm), Secchi disc +",,"http://limnology.bio.metu.edu.tr "," Photo: METU-Limnology Labratory -",['http://mesocosm.org/wp-content/uploads/2017/02/METU-300x204.jpg'],,,,"['39.8897009', '32.7520139']","{'coordinates': ['39.8897009', '32.7520139']}" -https://mesocosm.org/mesocosm/ceint-center-for-the-environmental-implications-of-nanotechnology/,CEINT-Center for the Environmental Implications of Nanotechnology,Duke University,USA,North-America,"Duke University +",['http://mesocosm.org/wp-content/uploads/2017/02/METU-300x204.jpg'],,,,"['39.8897009', '32.7520139']","{'coordinates': ['39.8897009', '32.7520139']}" +https://mesocosm.org/mesocosm/ceint-center-for-the-environmental-implications-of-nanotechnology/,CEINT - Center for the Environmental Implications of Nanotechnology,Duke University,United States of America,North-America,"Duke University 134 Chapel Drive Durham NC 27708 USA -","Dr. Mark Wiesner +","Mark Wiesner Please login or request access to view contact information. -",2009-present,"outdoor/indoor – pelagic/benthic – freshwater - The CEINT Mesocosm Facility is home to 30 complex simulated wetland ecosystems, mesocosm dimensions are 1 x 4 m with 1 compartment floor and 1 compartment water -","temperature, light, nutrients +",2009 - present,"The CEINT Mesocosm Facility is home to 30 complex simulated wetland ecosystems, mesocosm dimensions are 1 x 4 m with 1 compartment floor and 1 compartment water +","temperature +light +nutrients ","nanomaterial transport, transformation, ecological interactions, biouptake and biological interactions "," @@ -4844,7 +5128,11 @@ Please login or request access to view contact information. 36.0241591,-78.911455 -",,,,,"http://www.ceint.duke.edu/facilities +",,"outdoor +indoor +pelagic +benthic +freshwater",,,"http://www.ceint.duke.edu/facilities "," @@ -4861,18 +5149,22 @@ CEINT Mesocosm Facility   -","['http://mesocosm.org/wp-content/uploads/2017/05/Duke_mesocosms.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Duke_mesocosmsBPE.jpg']",,,,"['36.0241591', '-78.911455']","{'coordinates': ['36.0241591', '-78.911455']}" -https://mesocosm.org/mesocosm/lake-mesocosms/,Lake Mesocosms,Ludwig-Maximilians-University (LMU) Munich,Germany,Europe,"Ludwig-Maximilians-University (LMU) Munich +","['http://mesocosm.org/wp-content/uploads/2017/05/Duke_mesocosms.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Duke_mesocosmsBPE.jpg']",,,,"['36.0241591', '-78.911455']","{'coordinates': ['36.0241591', '-78.911455']}" +https://mesocosm.org/mesocosm/lake-mesocosms/,LMU Lake Mesocosms,Ludwig-Maximilians-University (LMU) Munich,Germany,Europe,"Ludwig-Maximilians-University (LMU) Munich Department Biology II Aquatic Ecology Grosshaderner Str.2 Germany -","Prof. Herwig Stibor - Dr. Maria Stockenreiter +","Herwig Stibor +Maria Stockenreiter Please login or request access to view contact information. -",1997 - present,"outdoor in lake – pelagic – freshwater - Up to 60 mesocosms (1 m diameter 0.5-15 m long) attached to raft or floating ring in the lake -","Temperature, light, nutrients, species composition, mixing, stratification depth +",1997 - present,"Up to 60 mesocosms (1 m diameter 0.5-15 m long) attached to raft or floating ring in the lake +","temperature +light +nutrients +species composition, +mixing +stratification depth ","Plankton ecology, climate change scenarios, stoichiometry, predator-prey systems, resource competition, biodiversity und community assembly "," @@ -4881,7 +5173,12 @@ Please login or request access to view contact information. 47.9745129,12.46009749999996 -",,,"Field station with C-mat,  CN analyser, Dionex, wet lab, microscopes, nutrient analyses, Multispectral PAM, 8-LED-based Algal Lab Analyzer, Spectroradiometer, climate chamber +","Biodiversity loss/ +Climate change/","outdoor +in-situ +pelagic +freshwater +lake","Field station with C-mat,  CN analyser, Dionex, wet lab, microscopes, nutrient analyses, Multispectral PAM, 8-LED-based Algal Lab Analyzer, Spectroradiometer, climate chamber access to lake in protected area ","small kitchen, seminar room ","http://www.aquatic-ecology.bio.lmu.de/fieldstation/index.html @@ -4901,17 +5198,20 @@ Mesocosm installation – view of the bags under water (Photo: Stibor) -","['http://mesocosm.org/wp-content/uploads/2017/05/Seeon_1_400px.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Seeon_2_400px.jpg']",,,,"['47.9745129', '12.46009749999996']","{'coordinates': ['47.9745129', '12.46009749999996']}" -https://mesocosm.org/mesocosm/mesodrome/,University of Antwerp MESODROME,University of Antwerp,Belgium,Europe,"University of Antwerp, Dep. Biology +","['http://mesocosm.org/wp-content/uploads/2017/05/Seeon_1_400px.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Seeon_2_400px.jpg']",,,,"['47.9745129', '12.46009749999996']","{'coordinates': ['47.9745129', '12.46009749999996']}" +https://mesocosm.org/mesocosm/mesodrome/,MESODROME - University of Antwerp,University of Antwerp,Belgium,Europe,"University of Antwerp, Dep. Biology Universiteitsplein 1 2610 Wilrijk Belgium ","Ronny Blust Ronny.blust@uantwerpen.be -","Module I fully functional, Module II (Drie Eiken Flume) epected in 2019","The mesocosm facility at Drie Eiken (figure 1) consists of two modules. Module I holds 16 cylindrical ponds 2 m wide on 1.2 m deep (water depth), module II is equipped with 4 oblong raceways, each 2 x 5 m long (the water circulates around a mid-section) and 80 cm deep (water depth). The raceways are temperature controlled and allow accurate flow control. They are equipped with windows for easy monitoring of organismal behavior and/or plant stature. Module II also houses the larger flume facility (black box in figure 2, see also § 3.2 Flume facility Drie Eiken). Additionally module II holds aquaculture infrastructure for fish stocking. Both modules are integrated in a 1000 m² greenhouse. In module I the roof can be completely opened as to expose the ponds to the elements, whenever necessary in the experimental setup, module II has a classical greenhouse setup. The latter module also integrates a small wet lab facility for basic lab work, e.g. dissections, determinations, microscopy, weighing, etc. -","Water quality & depth -Pollution concentration (water & sediment) -Flow and temperature in river systems +",2019 - present,"The mesocosm facility at Drie Eiken (figure 1) consists of two modules. Module I holds 16 cylindrical ponds 2 m wide on 1.2 m deep (water depth), module II is equipped with 4 oblong raceways, each 2 x 5 m long (the water circulates around a mid-section) and 80 cm deep (water depth). The raceways are temperature controlled and allow accurate flow control. They are equipped with windows for easy monitoring of organismal behavior and/or plant stature. Module II also houses the larger flume facility (black box in figure 2, see also § 3.2 Flume facility Drie Eiken). Additionally module II holds aquaculture infrastructure for fish stocking. Both modules are integrated in a 1000 m² greenhouse. In module I the roof can be completely opened as to expose the ponds to the elements, whenever necessary in the experimental setup, module II has a classical greenhouse setup. The latter module also integrates a small wet lab facility for basic lab work, e.g. dissections, determinations, microscopy, weighing, etc. +","water quality +water depth +water pollution +sediment pollution +flow +temperature "," Stress related changes in ecosystems at multiple levels of biological organization. Bioavailability and effects of sediment-bound pollutants @@ -4929,7 +5229,9 @@ Biological-geomorphological interactions in tidal wetlands 51.155424, 4.409210 -",,,"All facilities are equipped with all necessary (remote) sensors and loggers, e.g. flux meters, dissolved oxygen, temperature, turbidity, pH, conductivity, … The greenhouse itself has full climate monitoring and (limited) temperature control during winter time. The dimensions and structure of the greenhouse allow for future extension of the aquatic infrastructure including compartmentalization of the housing for full climate control (including atmosphere). The complete system is supported by a water treatment facility to allow environmental friendly effluent control and disposal. +",Pollution/ Release of toxic chemicals,"freshwater +indoor +ponds","All facilities are equipped with all necessary (remote) sensors and loggers, e.g. flux meters, dissolved oxygen, temperature, turbidity, pH, conductivity, … The greenhouse itself has full climate monitoring and (limited) temperature control during winter time. The dimensions and structure of the greenhouse allow for future extension of the aquatic infrastructure including compartmentalization of the housing for full climate control (including atmosphere). The complete system is supported by a water treatment facility to allow environmental friendly effluent control and disposal. ","Nearby in private accommodation ","www.uantwerpen.be/sphere.be www.uantwerpen.be/ecobe @@ -4942,8 +5244,8 @@ Credit: Eric Struyf -",['http://mesocosm.org/wp-content/uploads/2018/05/Mesodrome_tech-drawing-300x115.jpg'],,,,"['51.155424', ' 4.409210']","{'coordinates': ['51.155424', '4.409210']}" -https://mesocosm.org/mesocosm/estacion-de-ciencias-marinas-de-toralla-ecimat/,Estación de Ciencias Mariñas de Toralla (ECIMAT),University of Vigo,Spain,Europe,"Illa de Toralla +",['http://mesocosm.org/wp-content/uploads/2018/05/Mesodrome_tech-drawing-300x115.jpg'],,,,"['51.155424', ' 4.409210']","{'coordinates': ['51.155424', '4.409210']}" +https://mesocosm.org/mesocosm/estacion-de-ciencias-marinas-de-toralla-ecimat/,ECIMAT - Estación de Ciencias Mariñas de Toralla,University of Vigo,Spain,Europe,"Illa de Toralla E-36331 Coruxo Vigo Galicia (Spain) @@ -4952,12 +5254,16 @@ Jose González   antonio.villanueva@ecimat.org josegonzalez@uvigo.es -","discontinuous experimentation in mesocosms for more than 10 years, although facilities were totally renovated in 2015"," -Floating platform with 6 floating rings for bags with 1.2 m diameter. +",2015 - present,"ECIMAT-Mesocosms are located at Toralla island Marine Research Station (CIM-University of Vigo), in the Ría de Vigo (NW Spain). This area of the Atlantic coast is characterized by an upwelling-downwelling regime, in which upwelling events are more frequent from March to September. ECIMAT-M consist of land-based facilities, renovated in 2021, that include real-time monitored benthic and pelagic mesocosms. Twelve 0.7 m3 soft-bottom benthic mesocosms are available, with a tide simulation system and temperature and salinity control throughout the tidal cycle. For pelagic mesocosms, this facility includes a 70 m3 concrete tank, with natural seawater circulation, to allocate up to 9 mesocosms (1m in diameter, 2m depth). Temperature, salinity, dissolved oxygen and pH are measured with a 10-minutes frequency in each experimental tank. + +Floating platforms for in-situ pelagic mesocosms (1m diameter, 1-2m depth) are also available, to allocate up to 6 mesocosms bags, as well as microcosms and incubation tanks. Floating platform with 6 floating rings for bags with 1.2 m diameter. Land-based system with pelagic/benthic experimentation tanks. -","Temperature, light, nutrients, species composition -","Marine Ecology and Ecotoxicology, Aquaculture, Physical Oceanography and Marine Geology +","temperature +light +nutrients +species composition +salinity","Marine Ecology and Ecotoxicology, Aquaculture, Physical Oceanography and Marine Geology "," @@ -4965,8 +5271,10 @@ Land-based system with pelagic/benthic experimentation tanks. 42.201979, -8.798505 -",,,"Toralla Marine Science Station provides the following support services to marine researchers: - +",Pollution/ Release of toxic chemicals,"marine +outdoor +pelagic","This mesocosms facility is complemented by the services and working spaces of ECIMAT marine station, that include multiple laboratories (from microscopy lab to cultures lab). Isothermal chambers are available for experimentation as well as different options for samples preservation, from fridges or freezers (-20ºC and -80ºC) to liquid nitrogen cryopreservation. Several boats are also available at the marine station, as well as diving service for samples collection at the sea. +Toralla Marine Science Station provides the following support services to marine researchers: Supply of Marine Organisms, Water and Culture media Use of Laboratories, Scientific Equipment and other Infrastructures Sample Processing and Analysis @@ -4995,24 +5303,27 @@ Photo credits: Jose Gonzalez Fernandez   -","['http://mesocosm.org/wp-content/uploads/2018/04/5B25D5A7-B59A-480E-93EF-F72F6D49B420-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/FCDD4CA6-6509-4CFE-BE24-51C6D14BCC65-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/897C6409-336F-4357-9831-3D0F71827349-1024x768.jpg']",,,,"['42.201979', ' -8.798505']","{'coordinates': ['42.201979', '-8.798505']}" +","['http://mesocosm.org/wp-content/uploads/2018/04/5B25D5A7-B59A-480E-93EF-F72F6D49B420-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/FCDD4CA6-6509-4CFE-BE24-51C6D14BCC65-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/897C6409-336F-4357-9831-3D0F71827349-1024x768.jpg']",,,,"['42.201979', ' -8.798505']","{'coordinates': ['42.201979', '-8.798505']}" https://mesocosm.org/mesocosm/smart-ecolake/,Smart Ecolake,"Nanjing Institute of Geography and Limnology, Chinese Academy of Sciences (NIGLAS)",China,Asia,"73 East Beijing Road, Nanjing 210008, P.R.China ","Dr. Jianming Deng Please login or request access to view contact information. -",2023 - present," -72 tank totally, (potentially to be extended in the future) with 2.3 meters diameter +",2023 - present,"72 tank totally, (potentially to be extended in the future) with 2.3 meters diameter Sediment 40cm, depth of water 1.3 meters, while the tanks are 1.8 meters deep. (volume of ca. 5.4 m3) Smart Ecolake located in Suzhou, Jiangsu China, just near Lake Taihu, 1.4meters located underground) The facility is permanently staffed with four scientists and two technicians. Additionally ca. 10 students are working there. - -"," Temperature Disturbance (caused by wind) Nutrient levels (both, TN and TP) +","temperature +disturbance +Nutrients (TN and TP) ","The processes and mechanisms of shallow lakes responding to global changes and the feedbacks +Circulation and fate of biogenic elements in lakes among different habitats under global change (Physical Limnology) +Paths and mechanisms of the impact of global change on the structure, process and function of lake ecosystems (Biology) +Spatio-temporal differences and driving factors of greenhouse gas emission fluxes in lakes with different habitats (Geochemnistry) "," @@ -5021,9 +5332,7 @@ Nutrient levels (both, TN and TP) 31.03,120.42 "," -Circulation and fate of biogenic elements in lakes among different habitats under global change (Physical Limnology) -Paths and mechanisms of the impact of global change on the structure, process and function of lake ecosystems (Biology) -Spatio-temporal differences and driving factors of greenhouse gas emission fluxes in lakes with different habitats (Geochemnistry) + ","Global change limnology "," @@ -5036,23 +5345,24 @@ automation for e.g. nutrient and water supplementation ",,"www.ecolake.net ","EcoSmart mesocosm facility  whole view, photo credits: Jianming Deng Mesocosm close up, photo credit: Jianming Deng -","['http://mesocosm.org/wp-content/uploads/2023/12/Whole-View_1.9MB-1024x683.jpg', 'http://mesocosm.org/wp-content/uploads/2023/12/single-tank-1024x683.jpg']",,,,"['31.03', '120.42']","{'coordinates': ['31.03', '120.42']}" +","['http://mesocosm.org/wp-content/uploads/2023/12/Whole-View_1.9MB-1024x683.jpg', 'http://mesocosm.org/wp-content/uploads/2023/12/single-tank-1024x683.jpg']",,,,"['31.03', '120.42']","{'coordinates': ['31.03', '120.42']}" https://mesocosm.org/mesocosm/imdea-water-institute/,IMDEA Water Institute,IMDEA Water Foundation,Spain,Europe,"IMDEA Water Institute Avenida Punto Com 2 PO Box 28805, Alcala de Henares Madrid (Spain) ","Andreu Rico:  andreu.rico@imdea.org Marco Vighi:  marco.vighi@imdea.org -",2016-present,"The mesocosm facility at the IMDEA Water Institute (Central Spain) consists of 9 independent stream channels (9 m length, 0.3 m depth; 0.3 m width), 24 lotic systems containing about 1 m3 of water and sediment, and a biodiversity lagoon of about 30 m3 equipped with a green filter. The mesocosm facility allows the design of experiments with several controls and treatments with replication and is perfectly suited to represent scenarios such as those used for the regulatory risk assessment of chemicals in Europe. -"," -Water physico-chemical parameters (DO, T, pH, EC, Alkalinity, etc.) -Nutrient concentrations +",2016 - present,"The mesocosm facility at the IMDEA Water Institute (Central Spain) consists of 9 independent stream channels (9 m length, 0.3 m depth; 0.3 m width), 24 lotic systems containing about 1 m3 of water and sediment, and a biodiversity lagoon of about 30 m3 equipped with a green filter. The mesocosm facility allows the design of experiments with several controls and treatments with replication and is perfectly suited to represent scenarios such as those used for the regulatory risk assessment of chemicals in Europe. Water physico-chemical parameters (DO, T, pH, EC, Alkalinity, etc.), Nutrient concentrations, Chemical exposure concentrations in water and sediment, Biological responses at the population and community level: phytoplankton, macrophytes, zooplankton and macroinvertebrates +","Water physico-chemical parameters +Nutrients Chemical exposure concentrations in water and sediment -Biological responses at the population and community level: phytoplankton, macrophytes, zooplankton and macroinvertebrates ","Environmental fate of chemicals and calculation of degradation rates Assessment of the adverse effects of chemicals on several biological endpoints and derivation of safe environmental concentrations Evaluation of the interaction between multiple stressors (chemical and non-chemical) on aquatic ecosystems +Circulation and fate of biogenic elements in lakes among different habitats under global change (Physical Limnology) +Paths and mechanisms of the impact of global change on the structure, process and function of lake ecosystems (Biology) +Spatio-temporal differences and driving factors of greenhouse gas emission fluxes in lakes with different habitats (Geochemnistry) "," @@ -5060,8 +5370,8 @@ Evaluation of the interaction between multiple stressors (chemical and non-chemi 40.5133474, -3.3386556000000382 -","We are mainly engaged on academic research projects but also open for collaboration with the regulatory and industry sectors. Please do not hesitate to contact us. -",,"A wide range of measuring and sampling devices are available for the evaluation of chemical and biological endpoints. Our mesocosm facility is located few meters away to our analytical chemistry lab, which is specialized on the analysis of pesticides and pharmaceuticals in environmental matrices +",Pollution/ Release of toxic chemicals,"freshwater +stream channels","A wide range of measuring and sampling devices are available for the evaluation of chemical and biological endpoints. Our mesocosm facility is located few meters away to our analytical chemistry lab, which is specialized on the analysis of pesticides and pharmaceuticals in environmental matrices ","Can be arranged upon request ","http://water.imdea.org/ ","  @@ -5088,15 +5398,15 @@ Photo: Andreu Rico   -","['http://mesocosm.org/wp-content/uploads/2018/04/IMG_2170-300x181.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/20160519_121359-300x169.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/20170512_154035_resized-300x169.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/IMG-20170512-WA0010-300x169.jpg']",,,,"['40.5133474', ' -3.3386556000000382']","{'coordinates': ['40.5133474', '-3.3386556000000382']}" -https://mesocosm.org/mesocosm/experimental-streams-facility-esf/,Experimental Streams Facility (ESF),ICRA (Catalan Institute for Water Research),Spain,Europe,"ICRA Catalan Institute for Water Research +","['http://mesocosm.org/wp-content/uploads/2018/04/IMG_2170-300x181.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/20160519_121359-300x169.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/20170512_154035_resized-300x169.jpg', 'http://mesocosm.org/wp-content/uploads/2018/04/IMG-20170512-WA0010-300x169.jpg']",,,,"['40.5133474', ' -3.3386556000000382']","{'coordinates': ['40.5133474', '-3.3386556000000382']}" +https://mesocosm.org/mesocosm/experimental-streams-facility-esf/,ESF - Experimental Streams Facility,ICRA (Catalan Institute for Water Research),Spain,Europe,"ICRA Catalan Institute for Water Research Carrer Emili Grahit 101 17003 Girona Spain ","Vicenç Acuña Please login or request access to view contact information. ",2012 - present,"The facility has 24 artificial streams, divided into 4 experimental blocks. The dimensions of each stream are 2 m long, 10 cm wide, rectangular section 50 cm2 -"," +Controlled or manipulated parameters can include: Hydraulics (0,01 to 0,1 L/s allowing 2-50 min travel time) Hydraulics circulation type: recirculating or flow-through Light cycles and light intensity @@ -5104,31 +5414,39 @@ Water temperaure values and cycles Air temperature (from 4-40ºC) Air humidity Chlorine concentration -Dissolved oxygen +Dissolved oxygen","hydraulics +recirculating +flow-through +light cycles +light intensity +water temperaure +air temperature +air humidity +chlorine concentration +dissolved oxygen ","Broadly speaking, research at the ESF deals with ecology or eco-toxicology. In regards to ecology, we are mainly interested in the effects of flow intermittency and temperature, whereas the main ecotoxicological topics are multi-stressor effects. In this direction, we often work with emerging contaminants effects, bioaccumulation, biodegradation, and biomagnification. -"," - - - - - 41.967303, 2.840650 - -","Ecological research: - +Ecological research: What’s the relationship between intermittency temporal extent on stream ecosystem processes? Will warmer nights cause a shift towards heterotrophy? How relevant are heatwaves in shaping stream communities? Does intermittency influence the length of trophic invertebrate chains? Ecotoxicological research: - What’s the interaction between physical stressors such as water stress during droughts and chemical stress by pharmaceuticals? Does biodegradation of pharmaceuticals depend on temperature? -Is bioaccumulation of pharmaceuticals in biofilms and inverts depend solely on exposure? +Is bioaccumulation of pharmaceuticals in biofilms and inverts depend solely on exposure?"," + + + -","Stream ecology -Freshwater ecotoxicology + 41.967303, 2.840650 + +","Pollution/ Release of toxic chemicals +Climate change/ Heat waves +Climate change/ Global warming","stream ecology +freshwater +ecotoxicology "," Climate chamber with temperature and humidity control Rainwater harvesting, storage and conditioning for experiments @@ -5156,7 +5474,7 @@ Photo credit: Vicenç Acuña   -","['http://mesocosm.org/wp-content/uploads/2018/05/image003.jpg@01D3EBA2.451771B0.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/image002.jpg@01D3EBA2.451771B0.jpg']",,,,"['41.967303', ' 2.840650']","{'coordinates': ['41.967303', '2.840650']}" +","['http://mesocosm.org/wp-content/uploads/2018/05/image003.jpg@01D3EBA2.451771B0.jpg', 'http://mesocosm.org/wp-content/uploads/2018/05/image002.jpg@01D3EBA2.451771B0.jpg']",,,,"['41.967303', ' 2.840650']","{'coordinates': ['41.967303', '2.840650']}" https://mesocosm.org/mesocosm/aquatron-laboratory/,Aquatron Laboratory,Dalhousie University Life Sciences Centre,Canada,North-America,"Dalhousie University Life Sciences Centre 1355 Oxford Street PO BOX 15000 @@ -5164,8 +5482,7 @@ https://mesocosm.org/mesocosm/aquatron-laboratory/,Aquatron Laboratory,Dalhousie Canada, B3H 4R2 ","John Batt Please login or request access to view contact information. -",,"indoor – pelagic – marine/freshwater - The Aquatron is well suited to accommodate almost any lab-based aquatic experiment. It boasts six large tanks holding a combined volume of over 2,000 m3, as well as a wide variety of smaller tanks, research spaces and equipment. +",,"The Aquatron is well suited to accommodate almost any lab-based aquatic experiment. It boasts six large tanks holding a combined volume of over 2,000 m3, as well as a wide variety of smaller tanks, research spaces and equipment. Pool Tank: Diameter: 15.24 m Depth: 3.54 m perimeter to 3.91 m center (11’7½” to 12’10”) @@ -5182,7 +5499,9 @@ Please login or request access to view contact information. The tank can be divided into three layers of water with each layer having different physical parameters. Water sampling can be performed through the sampling ports arranged throughout the wall of the tank. The tank is also equipped with a series of viewing ports (25 of which are suitable for human observation or for use with video equipment). The tank is completely insulated with insulated window port covers to minimize sweating and condensation. Without the insulation, water would rain down into the building basement causing flooding. The Tower Tank spans four floors in the Oceanography Tower of the Life Sciences Building. The top of the tank rises just above the fourth floor with the bottom ending just about even with the first floor. The Tower Tank has three associated lab platforms that function primarily as locations for data collection equipment. These lab platforms are located on the first, third and fourth floor levels. Access to the tank can be through each of the lab platforms. Access to the main drain on the bottom of the tank is through the basement, below the first floor. -","temperature, stratification, light, etc. +","temperature +stratification +light ","Animal behaviour, ballast water, flood containment, invasive species "," @@ -5191,7 +5510,11 @@ Please login or request access to view contact information. 44.6356125,-63.5944334 -",,,"These world-class facilities are backed by our mechanical system, which can provide high quality, temperature controlled seawater and freshwater year round, as well as a professional team of both biologists and mechanical operators who are available to run the systems and help researchers. 16 wet labs. +","Climate change/ Flooding events +Novel organisms/ Invasive alien species","indoor +pelagic +marine +freshwater","These world-class facilities are backed by our mechanical system, which can provide high quality, temperature controlled seawater and freshwater year round, as well as a professional team of both biologists and mechanical operators who are available to run the systems and help researchers. 16 wet labs. ",,"http://www.dal.ca/dept/aquatron.html http://www.dal.ca/dept/aquatron/facilities/tower_tank.html http://www.dal.ca/dept/aquatron/facilities/pool_tank.html From 230226acb1e6ca55b7ffa684d57cfde92899ec35 Mon Sep 17 00:00:00 2001 From: chreman Date: Tue, 17 Mar 2026 17:44:36 +0100 Subject: [PATCH 13/27] gitignore update --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 87d9aa519..7b116d59f 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ local_dev/paper_preview # php files /server/classes/headstart/vendor /server/classes/headstart/var/* +**.phpunit.cache # R files server/preprocessing/other-scripts/.Rhistory @@ -46,6 +47,9 @@ server/preprocessing/other-scripts/renv .Rprofile .Rproj* /*.Rproj +*/**/*.Rproj +*/**/*.RData +server/workers/*/renv .Rproj.user # python files @@ -66,6 +70,9 @@ server/preprocessing/other-scripts/renv # temporal local_dev/config_local_headstart.ini local_dev/config_local_searchflow.ini +local_dev/tools/**/*.csv +local_dev/tools/**/*.json +local_dev/tools/**/*.log # mac os .DS_Store From f58536f8b2325326de75b880badb5c54d11ef57c Mon Sep 17 00:00:00 2001 From: chreman Date: Tue, 17 Mar 2026 17:47:06 +0100 Subject: [PATCH 14/27] basic duplicates removal --- server/workers/common/common/aquanavi/mapping.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/workers/common/common/aquanavi/mapping.py b/server/workers/common/common/aquanavi/mapping.py index 909f6c6c6..7557ed664 100644 --- a/server/workers/common/common/aquanavi/mapping.py +++ b/server/workers/common/common/aquanavi/mapping.py @@ -326,6 +326,9 @@ def load_and_prepare_dataframe(): df = pd.concat([df_real], ignore_index=True) check_that_required_columns_exists(df, CSV_PATH_WITH_REAL_DATA) + # remove duplicates based on all columns + df = df.drop_duplicates() + return df def map_sample_data(): From d67e5a2cfd4d81bc3ad10a06296096c3a6c073e1 Mon Sep 17 00:00:00 2001 From: andrei Date: Wed, 18 Mar 2026 11:18:47 +0100 Subject: [PATCH 15/27] refactor: rename paper to resource in sg context line --- vis/js/i18n/localization.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vis/js/i18n/localization.ts b/vis/js/i18n/localization.ts index 97b79d66c..60c88d37a 100644 --- a/vis/js/i18n/localization.ts +++ b/vis/js/i18n/localization.ts @@ -405,7 +405,7 @@ export const localization: { low_metadata_quality_desc_aquanavi: "This visualization includes resources with and without an abstract. Low metadata quality may significantly reduce the quality of your visualization.", time_frame_context_sg: - "Please note that we remove time intervals with only a few associated papers during the computation of your streamgraph to increase its readability. As a result the time on the x-axis may not align with the time range you selected.", + "Please note that we remove time intervals with only a few associated resources during the computation of your streamgraph to increase its readability. As a result the time on the x-axis may not align with the time range you selected.", // metrics citations_count_label: "citations", social_media_count_label: "social media mentions", @@ -462,7 +462,7 @@ export const localization: { low_metadata_quality_desc_pubmed: "This visualization includes resources with and without an abstract. Low metadata quality may significantly reduce the quality of your visualization. ", time_frame_context_sg: - "Please note that we remove time intervals with only a few associated papers during the computation of your streamgraph to increase its readability. As a result the time on the x-axis may not align with the time range you selected.", + "Please note that we remove time intervals with only a few associated resources during the computation of your streamgraph to increase its readability. As a result the time on the x-axis may not align with the time range you selected.", // metrics citations_count_label: "citations", social_media_count_label: "social media mentions", From 40dcef3a7c1f27e1dcdf344c0d4a738a76a2b303 Mon Sep 17 00:00:00 2001 From: chreman Date: Wed, 18 Mar 2026 13:17:49 +0100 Subject: [PATCH 16/27] added crimac duplicate to mesocosm sample data --- .../common/aquanavi/mesocosm_data_cleaned.csv | 50 ++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/server/workers/common/common/aquanavi/mesocosm_data_cleaned.csv b/server/workers/common/common/aquanavi/mesocosm_data_cleaned.csv index 9a8ba8163..4ee7d1cf8 100644 --- a/server/workers/common/common/aquanavi/mesocosm_data_cleaned.csv +++ b/server/workers/common/common/aquanavi/mesocosm_data_cleaned.csv @@ -2151,6 +2151,54 @@ Anthropogenic impacts on marine ecosystems"," + 39.9588889,16.62666666666667 + +"," +","climate change +microplastic contamination +"," +20 Temperature controllers +20 pH controllers +20 Heater (100 W) +20 Cooler (200 W) +1 Cooler (1000 W) +Multiparameter probe (temperature, redox, pH, conductivity, dissolved oxygen) +Led lamps +Osmoregulation System +Data loggers (temp, light, pH, conductivity, dissolved oxygen) +Ph-meter +Spectrophotometer +Spectrofluorimeter +Marine Salinity Tester + +","There is no accommodation available on-site at the headquarters, but there are options for staying in nearby guest houses, hotels, and B&Bs. +","https://crimacszn.com/ +https://www.szn.it/index.php/it/chi-siamo/le-nostre-sedi/sedi-territoriali-di-tipo-a/calabria-marine-centre-crimac +","Amendolara Seat – outdoor facility, photo credits: +Detail of Rack, photo credits: +Filtration System, photo credit: +","['http://mesocosm.org/wp-content/uploads/2025/06/Photo-1.2-Amendolara-seat-outdoor-facility-Kopie-1024x714.jpg', 'http://mesocosm.org/wp-content/uploads/2025/06/Photo-3-Detail-of-Rack-2-1024x768.jpg', 'http://mesocosm.org/wp-content/uploads/2025/06/Photo-2.2-Filtration-System-Kopie-1024x768.jpg']",,,,"['39.9588889','16.62666666666667']","{'coordinates': ['39.9588889', '16.62666666666667']}" +https://mesocosm.org/mesocosm/crimac-calabria-marine-centre/,Crimac – Calabria Marine Centre,Stazione Zoologica Anton Dohrn,Italy,Europe,"Contrada Torre Spaccata, +Località Torre Spaccata, +87071 Amendolara (CS), +Italy +","Teresa Romeo +Please login or request access to view contact information., +  +",2024 - present,"The mesocosms are located within a thermostatic laboratory and consist of 20 aquariums, each with a capacity of approximately 40 litres (30x47x28 cm), featuring transparent methacrylate fronts. These aquariums are organised into two “twin” systems, with each system comprising 10 tanks arranged in two rows (5 tanks per row). Additionally, there are two independent systems dedicated to the maintenance of marine organisms, used for both acclimatisation and quarantine purposes. +","temperature +pH +salinity +light + +","Marine Biology +Ecology +Biotechnology +Anthropogenic impacts on marine ecosystems"," + + + + 39.9588889,16.62666666666667 "," @@ -5552,4 +5600,4 @@ Aquatron Laboratory: Phytoplankton cultivation -","['http://mesocosm.org/wp-content/uploads/2017/05/aquatronS.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Aquatron-empty_400.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/halifax_pool_calltoaction.image_.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/aquatron_400.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/featureslide.image_400.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/aquatron1_400.jpg']",,,,"['44.6356125', '-63.5944334']","{'coordinates': ['44.6356125', '-63.5944334']}" \ No newline at end of file +","['http://mesocosm.org/wp-content/uploads/2017/05/aquatronS.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/Aquatron-empty_400.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/halifax_pool_calltoaction.image_.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/aquatron_400.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/featureslide.image_400.jpg', 'http://mesocosm.org/wp-content/uploads/2017/05/aquatron1_400.jpg']",,,,"['44.6356125', '-63.5944334']","{'coordinates': ['44.6356125', '-63.5944334']}" From 29a27081d53ba66f5341a7d0d73c5ba84ac098e4 Mon Sep 17 00:00:00 2001 From: andrei Date: Wed, 18 Mar 2026 17:42:42 +0100 Subject: [PATCH 17/27] feat: separators for controlled parameters and grand chalenges --- .../workers/common/common/aquanavi/mapping.py | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/server/workers/common/common/aquanavi/mapping.py b/server/workers/common/common/aquanavi/mapping.py index 7557ed664..f5ce0b021 100644 --- a/server/workers/common/common/aquanavi/mapping.py +++ b/server/workers/common/common/aquanavi/mapping.py @@ -204,7 +204,14 @@ def get_abstract(row): str: String in the abstract field format. """ AMOUNT_OF_ALL_POSSIBLE_ENTRIES = 5 - JOIN_PARTS_OF_VALUES_WITH = " " + JOIN_PARTS_WITH = { + "description": " ", + "equipment": " ", + "controlled_parameters": "; ", + "grand_challenges": "; ", + "research_topics": " ", + } + count_of_not_available_parts = 0 abstract_parts = [] @@ -214,27 +221,27 @@ def get_not_available_message_and_increase_counter(name): return f"{name}: description not available" if (row[COLUMNS['description']]): - abstract_parts.append(f"Facility description: {get_and_process_value(row, COLUMNS['description'], True, JOIN_PARTS_OF_VALUES_WITH)}") + abstract_parts.append(f"Facility description: {get_and_process_value(row, COLUMNS['description'], True, JOIN_PARTS_WITH['description'])}") else: abstract_parts.append(get_not_available_message_and_increase_counter("Facility description")) if (row[COLUMNS['equipment']]): - abstract_parts.append(f"Equipment: {get_and_process_value(row, COLUMNS['equipment'], True, JOIN_PARTS_OF_VALUES_WITH)}") + abstract_parts.append(f"Equipment: {get_and_process_value(row, COLUMNS['equipment'], True, JOIN_PARTS_WITH['equipment'])}") else: abstract_parts.append(get_not_available_message_and_increase_counter('Equipment')) if (row[COLUMNS['controlled_parameters']]): - abstract_parts.append(f"Controlled parameters: {get_and_process_value(row, COLUMNS['controlled_parameters'], True, JOIN_PARTS_OF_VALUES_WITH)}") + abstract_parts.append(f"Controlled parameters: {get_and_process_value(row, COLUMNS['controlled_parameters'], True, JOIN_PARTS_WITH['controlled_parameters'])}") else: abstract_parts.append(get_not_available_message_and_increase_counter('Controlled Parameters')) if (row[COLUMNS['grand_challenges']]): - abstract_parts.append(f"Grand challenges: {get_and_process_value(row, COLUMNS['grand_challenges'], True, JOIN_PARTS_OF_VALUES_WITH)}") + abstract_parts.append(f"Grand challenges: {get_and_process_value(row, COLUMNS['grand_challenges'], True, JOIN_PARTS_WITH['grand_challenges'])}") else: abstract_parts.append(get_not_available_message_and_increase_counter('Grand challenges')) if (row[COLUMNS['research_topics']]): - abstract_parts.append(f"Research topics: {get_and_process_value(row, COLUMNS['research_topics'], True, JOIN_PARTS_OF_VALUES_WITH)}") + abstract_parts.append(f"Research topics: {get_and_process_value(row, COLUMNS['research_topics'], True, JOIN_PARTS_WITH['research_topics'])}") else: abstract_parts.append(get_not_available_message_and_increase_counter('Research topics')) From 4f8134a329da35080668999e250aecf60d0296bb Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 19 Mar 2026 12:38:56 +0100 Subject: [PATCH 18/27] feat: offset for duplicate coordinates --- .../common/aquanavi/constants/constants.py | 15 +++ .../common/aquanavi/helpers/__init__.py | 0 .../common/aquanavi/helpers/coordinates.py | 95 +++++++++++++++++++ .../workers/common/common/aquanavi/mapping.py | 52 ++-------- vis/js/templates/Geomap/Pins/index.tsx | 2 +- 5 files changed, 119 insertions(+), 45 deletions(-) create mode 100644 server/workers/common/common/aquanavi/constants/constants.py create mode 100644 server/workers/common/common/aquanavi/helpers/__init__.py create mode 100644 server/workers/common/common/aquanavi/helpers/coordinates.py diff --git a/server/workers/common/common/aquanavi/constants/constants.py b/server/workers/common/common/aquanavi/constants/constants.py new file mode 100644 index 000000000..9f834488e --- /dev/null +++ b/server/workers/common/common/aquanavi/constants/constants.py @@ -0,0 +1,15 @@ +COLUMNS = { + "url": "url", + "name": "Name", + "country": "Country", + "continent": "Continent", + "equipment": "Equipment", + "research_topics": "Research Topics", + "specialist_areas": "Specialist areas", + "grand_challenges": "Primary interests", + "controlled_parameters": "Controlled Parameters", + "description": "Description of Facility", + "location": "Facility location(s) split", + "years_of_experiments": "Years of Mesocosm Experiments", + "photos_of_experiments": "Photos of experiments/installations images", +} \ No newline at end of file diff --git a/server/workers/common/common/aquanavi/helpers/__init__.py b/server/workers/common/common/aquanavi/helpers/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/server/workers/common/common/aquanavi/helpers/coordinates.py b/server/workers/common/common/aquanavi/helpers/coordinates.py new file mode 100644 index 000000000..210e6c66b --- /dev/null +++ b/server/workers/common/common/aquanavi/helpers/coordinates.py @@ -0,0 +1,95 @@ +import ast +import math + +from ..constants.constants import COLUMNS + +# Cap jitter so markers stay near the original location. +MAX_OFFSET_METERS = 30.0 +# Controls how quickly the offset grows for the 2nd, 3rd, ... duplicates. +GROWTH_FACTOR = 6.0 +# Golden angle for an even spiral distribution. +GOLDEN_ANGLE_DEGREES = 137.50776405003785 +# Approx conversion: meters per 1 degree of latitude. +METERS_PER_DEGREE_LAT = 111_111.0 +# Avoid division by ~0 for longitude conversion near the poles. +COS_EPSILON = 1e-6 + +def get_row_coordinates_with_collision_offset(row, seen_coordinates): + """ + Returns row coordinates with a small deterministic offset applied for duplicates. + + Args: + row (pandas.Series): DataFrame row. + seen_coordinates (dict[tuple[float, float], int]): Occurrence counter by exact (lat, lon). + + Returns: + tuple[float|None, float|None]: (latitude, longitude), possibly offset for duplicates. + """ + latitude, longitude = get_latitude_longitude(row) + + duplicate_index = 0 + if latitude is not None and longitude is not None: + key = (latitude, longitude) + duplicate_index = seen_coordinates.get(key, 0) + seen_coordinates[key] = duplicate_index + 1 + + return offset_duplicate_coordinates(latitude, longitude, duplicate_index) + +def get_latitude_longitude(row): + """ + The function returns a list with latitude and longitude. + + Args: + row (str): String DataFrame. + + Returns: + list: A list with latitude and longitude (or None). + """ + coordinates_string = str(row[COLUMNS['location']]).strip() + + latitude, longitude = None, None + + if "," in coordinates_string: + try: + coords = ast.literal_eval(coordinates_string) + if isinstance(coords, (list, tuple)) and len(coords) == 2: + latitude = float(str(coords[0]).strip()) + longitude = float(str(coords[1]).strip()) + except Exception: + latitude, longitude = None, None + + return [latitude, longitude] + +def offset_duplicate_coordinates(latitude, longitude, duplicate_index): + """ + Applies a tiny deterministic offset (meters) to avoid marker collision for identical coordinates. + + The offset is intentionally limited to keep the point nearby while making collisions visible. + + Args: + latitude (float|None): Latitude. + longitude (float|None): Longitude. + duplicate_index (int): 0 for the first occurrence (no offset), 1..N for duplicates. + + Returns: + tuple[float|None, float|None]: (latitude, longitude) with offset applied. + """ + if latitude is None or longitude is None: + return latitude, longitude + if duplicate_index <= 0: + return latitude, longitude + + golden_angle_rad = math.radians(GOLDEN_ANGLE_DEGREES) + angle = duplicate_index * golden_angle_rad + + radius_m = min(GROWTH_FACTOR * math.sqrt(duplicate_index), MAX_OFFSET_METERS) + east_m = radius_m * math.cos(angle) + north_m = radius_m * math.sin(angle) + + lat_rad = math.radians(latitude) + meters_per_degree_lon = METERS_PER_DEGREE_LAT * max(math.cos(lat_rad), COS_EPSILON) + + dlat = north_m / METERS_PER_DEGREE_LAT + dlon = east_m / meters_per_degree_lon + + return latitude + dlat, longitude + dlon diff --git a/server/workers/common/common/aquanavi/mapping.py b/server/workers/common/common/aquanavi/mapping.py index f5ce0b021..56d32aeab 100644 --- a/server/workers/common/common/aquanavi/mapping.py +++ b/server/workers/common/common/aquanavi/mapping.py @@ -1,31 +1,17 @@ import re -import ast import sys import hashlib import pandas as pd from pathlib import Path +from .helpers.coordinates import get_row_coordinates_with_collision_offset +from .constants.constants import COLUMNS PATH_TO_FOLDER_IN_CONTAINER = "common/common/aquanavi/" CSV_PATH_WITH_REAL_DATA = f"{PATH_TO_FOLDER_IN_CONTAINER}mesocosm_data_cleaned.csv" CSV_PATH_WITH_TEST_DATA = f"{PATH_TO_FOLDER_IN_CONTAINER}mesocosm_test_data.csv" DEFAULT_DOCUMENT_TYPE = "physical object" DEFAULT_RESULT_TYPE = ['Other/Unknown material'] -COLUMNS = { - "url": "url", - "name": "Name", - "country": "Country", - "continent": "Continent", - "equipment": "Equipment", - "research_topics": "Research Topics", - "specialist_areas": "Specialist areas", - "grand_challenges": "Primary interests", - "controlled_parameters": "Controlled Parameters", - "description": "Description of Facility", - "location": "Facility location(s) split", - "years_of_experiments": "Years of Mesocosm Experiments", - "photos_of_experiments": "Photos of experiments/installations images", -} def process_column(row, column_name, join_value_parts_with): """ @@ -86,31 +72,6 @@ def get_and_process_value(row, column_name, is_remove_trailing_dot, join_value_p return value -def get_latitude_longitude(row): - """ - The function returns a list with latitude and longitude. - - Args: - row (str): String DataFrame. - - Returns: - list: A list with latitude and longitude (or None). - """ - coordinates_string = str(row[COLUMNS['location']]).strip() - - latitude, longitude = None, None - - if "," in coordinates_string: - try: - coords = ast.literal_eval(coordinates_string) - if isinstance(coords, (list, tuple)) and len(coords) == 2: - latitude = float(str(coords[0]).strip()) - longitude = float(str(coords[1]).strip()) - except Exception: - latitude, longitude = None, None - - return [latitude, longitude] - def get_years_of_experiments(row): """ The function returns a time range in the list format. @@ -163,7 +124,7 @@ def get_years_of_experiments(row): return None, None -def get_coverage(row): +def get_coverage_with_coordinates(row, latitude, longitude): """ Creates a coverage field information for each data entry. The coverage field contains string value in format as presented in the line below: @@ -171,11 +132,12 @@ def get_coverage(row): Args: row (pandas.Series): String DataFrame. + latitude (float|None): Latitude. + longitude (float|None): Longitude. Returns: str: String in the coverage field format. """ - latitude, longitude = get_latitude_longitude(row) start, end = get_years_of_experiments(row) coverage_parts = [] @@ -342,11 +304,13 @@ def map_sample_data(): df = load_and_prepare_dataframe() result = [] + seen_coordinates = {} for _, row in df.iterrows(): id = get_id(row) title = str(row[COLUMNS['name']]).strip() if row[COLUMNS['name']] else "" url = str(row[COLUMNS['url']]).strip() if row[COLUMNS['url']] else "" image = row[COLUMNS['photos_of_experiments']] if row[COLUMNS['photos_of_experiments']] else "" + latitude, longitude = get_row_coordinates_with_collision_offset(row, seen_coordinates) result.append({ "id": id, @@ -363,7 +327,7 @@ def map_sample_data(): "relation": image, "paper_abstract": get_abstract(row), "subject_orig": get_keywords(row), - "coverage": get_coverage(row) + "coverage": get_coverage_with_coordinates(row, latitude=latitude, longitude=longitude) }) return { "documents": result } \ No newline at end of file diff --git a/vis/js/templates/Geomap/Pins/index.tsx b/vis/js/templates/Geomap/Pins/index.tsx index 5a0099caa..81ec988a3 100644 --- a/vis/js/templates/Geomap/Pins/index.tsx +++ b/vis/js/templates/Geomap/Pins/index.tsx @@ -4,7 +4,7 @@ import { useDispatch } from "react-redux"; import { useActiveDataItem } from "@/hooks/useActiveDataItem"; import { useData } from "@/hooks/useData"; import { selectPaper } from "@/js/actions"; -import { AllPossiblePapersType } from "@/js/types"; +import { AllPossiblePapersType, AquanaviPaper } from "@/js/types"; import { Pin } from "./Pin"; From 27fbe854d6928e900dcb19747c5a61a5203bd87e Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 19 Mar 2026 12:39:54 +0100 Subject: [PATCH 19/27] refactor: remove not used type --- vis/js/templates/Geomap/Pins/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vis/js/templates/Geomap/Pins/index.tsx b/vis/js/templates/Geomap/Pins/index.tsx index 81ec988a3..5a0099caa 100644 --- a/vis/js/templates/Geomap/Pins/index.tsx +++ b/vis/js/templates/Geomap/Pins/index.tsx @@ -4,7 +4,7 @@ import { useDispatch } from "react-redux"; import { useActiveDataItem } from "@/hooks/useActiveDataItem"; import { useData } from "@/hooks/useData"; import { selectPaper } from "@/js/actions"; -import { AllPossiblePapersType, AquanaviPaper } from "@/js/types"; +import { AllPossiblePapersType } from "@/js/types"; import { Pin } from "./Pin"; From a6f01de878f26966dd8c8fb23d15fbdeb6fd3ffb Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 19 Mar 2026 16:10:08 +0100 Subject: [PATCH 20/27] bugfix: cells with the new line character treated as empty --- .../helpers/text_content_validation.py | 12 +++++++++++ .../workers/common/common/aquanavi/mapping.py | 20 +++++++++++-------- 2 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 server/workers/common/common/aquanavi/helpers/text_content_validation.py diff --git a/server/workers/common/common/aquanavi/helpers/text_content_validation.py b/server/workers/common/common/aquanavi/helpers/text_content_validation.py new file mode 100644 index 000000000..51440e863 --- /dev/null +++ b/server/workers/common/common/aquanavi/helpers/text_content_validation.py @@ -0,0 +1,12 @@ +import pandas as pd # type: ignore[reportMissingImports] + +def has_meaningful_value(row, column_name: str) -> bool: + """ + Treat pandas NaN / None / '' / whitespace-only (e.g. '\\n\\n') as empty. + """ + value = row[column_name] + + if pd.isna(value): + return False + + return str(value).strip() != "" \ No newline at end of file diff --git a/server/workers/common/common/aquanavi/mapping.py b/server/workers/common/common/aquanavi/mapping.py index 56d32aeab..7f5505379 100644 --- a/server/workers/common/common/aquanavi/mapping.py +++ b/server/workers/common/common/aquanavi/mapping.py @@ -1,12 +1,16 @@ import re import sys import hashlib -import pandas as pd +import logging +import pandas as pd # type: ignore[reportMissingImports] from pathlib import Path from .helpers.coordinates import get_row_coordinates_with_collision_offset +from .helpers.text_content_validation import has_meaningful_value from .constants.constants import COLUMNS +logger = logging.getLogger(__name__) + PATH_TO_FOLDER_IN_CONTAINER = "common/common/aquanavi/" CSV_PATH_WITH_REAL_DATA = f"{PATH_TO_FOLDER_IN_CONTAINER}mesocosm_data_cleaned.csv" CSV_PATH_WITH_TEST_DATA = f"{PATH_TO_FOLDER_IN_CONTAINER}mesocosm_test_data.csv" @@ -182,28 +186,28 @@ def get_not_available_message_and_increase_counter(name): count_of_not_available_parts += 1 return f"{name}: description not available" - if (row[COLUMNS['description']]): + if has_meaningful_value(row, COLUMNS['description']): abstract_parts.append(f"Facility description: {get_and_process_value(row, COLUMNS['description'], True, JOIN_PARTS_WITH['description'])}") else: abstract_parts.append(get_not_available_message_and_increase_counter("Facility description")) - if (row[COLUMNS['equipment']]): + if has_meaningful_value(row, COLUMNS['equipment']): abstract_parts.append(f"Equipment: {get_and_process_value(row, COLUMNS['equipment'], True, JOIN_PARTS_WITH['equipment'])}") else: abstract_parts.append(get_not_available_message_and_increase_counter('Equipment')) - if (row[COLUMNS['controlled_parameters']]): + if has_meaningful_value(row, COLUMNS['controlled_parameters']): abstract_parts.append(f"Controlled parameters: {get_and_process_value(row, COLUMNS['controlled_parameters'], True, JOIN_PARTS_WITH['controlled_parameters'])}") else: abstract_parts.append(get_not_available_message_and_increase_counter('Controlled Parameters')) - if (row[COLUMNS['grand_challenges']]): - abstract_parts.append(f"Grand challenges: {get_and_process_value(row, COLUMNS['grand_challenges'], True, JOIN_PARTS_WITH['grand_challenges'])}") + if has_meaningful_value(row, COLUMNS['grand_challenges']): + abstract_parts.append(f"Grand challenges: {get_and_process_value(row, COLUMNS['grand_challenges'], True, JOIN_PARTS_WITH['grand_challenges'])}") else: abstract_parts.append(get_not_available_message_and_increase_counter('Grand challenges')) - if (row[COLUMNS['research_topics']]): - abstract_parts.append(f"Research topics: {get_and_process_value(row, COLUMNS['research_topics'], True, JOIN_PARTS_WITH['research_topics'])}") + if has_meaningful_value(row, COLUMNS['research_topics']): + abstract_parts.append(f"Research topics: {get_and_process_value(row, COLUMNS['research_topics'], True, JOIN_PARTS_WITH['research_topics'])}") else: abstract_parts.append(get_not_available_message_and_increase_counter('Research topics')) From bf991a484406ea4f093fcb8fe2905c673f371255 Mon Sep 17 00:00:00 2001 From: andrei Date: Tue, 10 Feb 2026 17:36:35 +0100 Subject: [PATCH 21/27] bugfix: snapshots configuration --- local_dev/config_local_headstart.ini | 2 ++ server/preprocessing/conf/config.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/local_dev/config_local_headstart.ini b/local_dev/config_local_headstart.ini index d1d7c8b11..7c5b58101 100644 --- a/local_dev/config_local_headstart.ini +++ b/local_dev/config_local_headstart.ini @@ -35,6 +35,8 @@ snapshot_php = "headstart/server/services/snapshot/headstart_snapshot.php" snapshot_local_protocol = "http://" # Size of thumbnail width snapshot_width = "1200px" +# chrome executable path optional, only needed if puppeteer cannot find chrome automatically +chrome_executable_path = "/path/to/chrome" [connection] # PostgreSQL database diff --git a/server/preprocessing/conf/config.ini b/server/preprocessing/conf/config.ini index 56de127b3..a4d503026 100644 --- a/server/preprocessing/conf/config.ini +++ b/server/preprocessing/conf/config.ini @@ -32,7 +32,7 @@ storage_path = "/path/to/storage/" snapshot_php = "server/services/snapshot/headstart_snapshot.php" # snapshot_local_protocol fallback for non-server environments snapshot_local_protocol = "http://" -# chrome executable path (optional, only needed if puppeteer cannot find chrome automatically) +# chrome executable path optional, only needed if puppeteer cannot find chrome automatically chrome_executable_path = "/path/to/chrome" From 4e959f1b2b7e18023e1b2b3569eef2a73b535c53 Mon Sep 17 00:00:00 2001 From: andrei Date: Tue, 24 Mar 2026 11:52:07 +0100 Subject: [PATCH 22/27] refactor: rename document to resource in List entry buttons --- vis/js/templates/listentry/PaperButtons.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/vis/js/templates/listentry/PaperButtons.tsx b/vis/js/templates/listentry/PaperButtons.tsx index a3831987c..0d827650d 100644 --- a/vis/js/templates/listentry/PaperButtons.tsx +++ b/vis/js/templates/listentry/PaperButtons.tsx @@ -1,11 +1,12 @@ import React, { FC } from "react"; import { connect } from "react-redux"; -import useMatomo from "../../utils/useMatomo"; + +import Highlight from "../../components/Highlight"; +import { AllPossiblePapersType, State } from "../../types"; import { getPaperPDFClickHandler } from "../../utils/data"; import { mapDispatchToListEntriesProps } from "../../utils/eventhandlers"; -import Highlight from "../../components/Highlight"; +import useMatomo from "../../utils/useMatomo"; import { isNonTextDocument } from "../Paper"; -import { AllPossiblePapersType, State } from "../../types"; interface PaperButtonsProps { paper: AllPossiblePapersType; @@ -89,7 +90,7 @@ const PaperButtons: FC = ({ {hasCiteButton && (