From 87def48b80cc39731bf7aee7a3f7613c50b3debd Mon Sep 17 00:00:00 2001 From: Joel Wright Date: Mon, 18 Sep 2023 13:17:07 +0100 Subject: [PATCH] Remove use of old Law/Policy labels in search (#165) --- app/api/api_v1/routers/search.py | 16 - poetry.lock | 591 +++++++++--------- tests/data/navigator_test_core.json | 28 +- tests/data/navigator_test_core.mapping.json | 110 +++- tests/data/navigator_test_core.settings.json | 2 +- .../navigator_test_htmls_non_translated.json | 40 +- ...tor_test_htmls_non_translated.mapping.json | 110 +++- ...vigator_test_htmls_translated.mapping.json | 110 +++- ...ator_test_pdfs_non_translated.mapping.json | 110 +++- ...avigator_test_pdfs_translated.mapping.json | 110 +++- tests/routes/test_search.py | 16 +- 11 files changed, 889 insertions(+), 354 deletions(-) diff --git a/app/api/api_v1/routers/search.py b/app/api/api_v1/routers/search.py index 471aab95..d0a43334 100644 --- a/app/api/api_v1/routers/search.py +++ b/app/api/api_v1/routers/search.py @@ -42,16 +42,6 @@ search_router = APIRouter() -def _map_new_category_to_old(supplied_category: str) -> str: - """Temporarily translate new category strings into old values when searching""" - # TODO: remove after opensearch data & frontend upgrades - if supplied_category.lower() == "legislative": - return "Law" - if supplied_category.lower() == "executive": - return "Policy" - return supplied_category - - def _search_request(db: Session, search_body: SearchRequestBody) -> SearchResponse: if search_body.keyword_filters is not None: search_body.keyword_filters = process_search_keyword_filters( @@ -66,12 +56,6 @@ def _search_request(db: Session, search_body: SearchRequestBody) -> SearchRespon req=_get_browse_args_from_search_request_body(search_body), ) else: - if search_body.keyword_filters is not None: - if categories := search_body.keyword_filters.get(FilterField.CATEGORY): - fixed_categories = [_map_new_category_to_old(c) for c in categories] - keyword_filters = dict(search_body.keyword_filters) - keyword_filters[FilterField.CATEGORY] = fixed_categories - search_body.keyword_filters = keyword_filters return _OPENSEARCH_CONNECTION.query_families( search_request_body=search_body, opensearch_internal_config=_OPENSEARCH_INDEX_CONFIG, diff --git a/poetry.lock b/poetry.lock index c645263b..42784bc9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,14 +1,14 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "alembic" -version = "1.11.2" +version = "1.12.0" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.7" files = [ - {file = "alembic-1.11.2-py3-none-any.whl", hash = "sha256:7981ab0c4fad4fe1be0cf183aae17689fe394ff874fd2464adb774396faf0796"}, - {file = "alembic-1.11.2.tar.gz", hash = "sha256:678f662130dc540dac12de0ea73de9f89caea9dbea138f60ef6263149bf84657"}, + {file = "alembic-1.12.0-py3-none-any.whl", hash = "sha256:03226222f1cf943deee6c85d9464261a6c710cd19b4fe867a3ad1f25afda610f"}, + {file = "alembic-1.12.0.tar.gz", hash = "sha256:8e7645c32e4f200675e69f0745415335eb59a3663f5feb487abfa0b30c45888b"}, ] [package.dependencies] @@ -86,33 +86,33 @@ typecheck = ["mypy"] [[package]] name = "black" -version = "23.7.0" +version = "23.9.1" description = "The uncompromising code formatter." optional = false python-versions = ">=3.8" files = [ - {file = "black-23.7.0-cp310-cp310-macosx_10_16_arm64.whl", hash = "sha256:5c4bc552ab52f6c1c506ccae05681fab58c3f72d59ae6e6639e8885e94fe2587"}, - {file = "black-23.7.0-cp310-cp310-macosx_10_16_universal2.whl", hash = "sha256:552513d5cd5694590d7ef6f46e1767a4df9af168d449ff767b13b084c020e63f"}, - {file = "black-23.7.0-cp310-cp310-macosx_10_16_x86_64.whl", hash = "sha256:86cee259349b4448adb4ef9b204bb4467aae74a386bce85d56ba4f5dc0da27be"}, - {file = "black-23.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:501387a9edcb75d7ae8a4412bb8749900386eaef258f1aefab18adddea1936bc"}, - {file = "black-23.7.0-cp310-cp310-win_amd64.whl", hash = "sha256:fb074d8b213749fa1d077d630db0d5f8cc3b2ae63587ad4116e8a436e9bbe995"}, - {file = "black-23.7.0-cp311-cp311-macosx_10_16_arm64.whl", hash = "sha256:b5b0ee6d96b345a8b420100b7d71ebfdd19fab5e8301aff48ec270042cd40ac2"}, - {file = "black-23.7.0-cp311-cp311-macosx_10_16_universal2.whl", hash = "sha256:893695a76b140881531062d48476ebe4a48f5d1e9388177e175d76234ca247cd"}, - {file = "black-23.7.0-cp311-cp311-macosx_10_16_x86_64.whl", hash = "sha256:c333286dc3ddca6fdff74670b911cccedacb4ef0a60b34e491b8a67c833b343a"}, - {file = "black-23.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:831d8f54c3a8c8cf55f64d0422ee875eecac26f5f649fb6c1df65316b67c8926"}, - {file = "black-23.7.0-cp311-cp311-win_amd64.whl", hash = "sha256:7f3bf2dec7d541b4619b8ce526bda74a6b0bffc480a163fed32eb8b3c9aed8ad"}, - {file = "black-23.7.0-cp38-cp38-macosx_10_16_arm64.whl", hash = "sha256:f9062af71c59c004cd519e2fb8f5d25d39e46d3af011b41ab43b9c74e27e236f"}, - {file = "black-23.7.0-cp38-cp38-macosx_10_16_universal2.whl", hash = "sha256:01ede61aac8c154b55f35301fac3e730baf0c9cf8120f65a9cd61a81cfb4a0c3"}, - {file = "black-23.7.0-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:327a8c2550ddc573b51e2c352adb88143464bb9d92c10416feb86b0f5aee5ff6"}, - {file = "black-23.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6d1c6022b86f83b632d06f2b02774134def5d4d4f1dac8bef16d90cda18ba28a"}, - {file = "black-23.7.0-cp38-cp38-win_amd64.whl", hash = "sha256:27eb7a0c71604d5de083757fbdb245b1a4fae60e9596514c6ec497eb63f95320"}, - {file = "black-23.7.0-cp39-cp39-macosx_10_16_arm64.whl", hash = "sha256:8417dbd2f57b5701492cd46edcecc4f9208dc75529bcf76c514864e48da867d9"}, - {file = "black-23.7.0-cp39-cp39-macosx_10_16_universal2.whl", hash = "sha256:47e56d83aad53ca140da0af87678fb38e44fd6bc0af71eebab2d1f59b1acf1d3"}, - {file = "black-23.7.0-cp39-cp39-macosx_10_16_x86_64.whl", hash = "sha256:25cc308838fe71f7065df53aedd20327969d05671bac95b38fdf37ebe70ac087"}, - {file = "black-23.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:642496b675095d423f9b8448243336f8ec71c9d4d57ec17bf795b67f08132a91"}, - {file = "black-23.7.0-cp39-cp39-win_amd64.whl", hash = "sha256:ad0014efc7acf0bd745792bd0d8857413652979200ab924fbf239062adc12491"}, - {file = "black-23.7.0-py3-none-any.whl", hash = "sha256:9fd59d418c60c0348505f2ddf9609c1e1de8e7493eab96198fc89d9f865e7a96"}, - {file = "black-23.7.0.tar.gz", hash = "sha256:022a582720b0d9480ed82576c920a8c1dde97cc38ff11d8d8859b3bd6ca9eedb"}, + {file = "black-23.9.1-cp310-cp310-macosx_10_16_arm64.whl", hash = "sha256:d6bc09188020c9ac2555a498949401ab35bb6bf76d4e0f8ee251694664df6301"}, + {file = "black-23.9.1-cp310-cp310-macosx_10_16_universal2.whl", hash = "sha256:13ef033794029b85dfea8032c9d3b92b42b526f1ff4bf13b2182ce4e917f5100"}, + {file = "black-23.9.1-cp310-cp310-macosx_10_16_x86_64.whl", hash = "sha256:75a2dc41b183d4872d3a500d2b9c9016e67ed95738a3624f4751a0cb4818fe71"}, + {file = "black-23.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:13a2e4a93bb8ca74a749b6974925c27219bb3df4d42fc45e948a5d9feb5122b7"}, + {file = "black-23.9.1-cp310-cp310-win_amd64.whl", hash = "sha256:adc3e4442eef57f99b5590b245a328aad19c99552e0bdc7f0b04db6656debd80"}, + {file = "black-23.9.1-cp311-cp311-macosx_10_16_arm64.whl", hash = "sha256:8431445bf62d2a914b541da7ab3e2b4f3bc052d2ccbf157ebad18ea126efb91f"}, + {file = "black-23.9.1-cp311-cp311-macosx_10_16_universal2.whl", hash = "sha256:8fc1ddcf83f996247505db6b715294eba56ea9372e107fd54963c7553f2b6dfe"}, + {file = "black-23.9.1-cp311-cp311-macosx_10_16_x86_64.whl", hash = "sha256:7d30ec46de88091e4316b17ae58bbbfc12b2de05e069030f6b747dfc649ad186"}, + {file = "black-23.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:031e8c69f3d3b09e1aa471a926a1eeb0b9071f80b17689a655f7885ac9325a6f"}, + {file = "black-23.9.1-cp311-cp311-win_amd64.whl", hash = "sha256:538efb451cd50f43aba394e9ec7ad55a37598faae3348d723b59ea8e91616300"}, + {file = "black-23.9.1-cp38-cp38-macosx_10_16_arm64.whl", hash = "sha256:638619a559280de0c2aa4d76f504891c9860bb8fa214267358f0a20f27c12948"}, + {file = "black-23.9.1-cp38-cp38-macosx_10_16_universal2.whl", hash = "sha256:a732b82747235e0542c03bf352c126052c0fbc458d8a239a94701175b17d4855"}, + {file = "black-23.9.1-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:cf3a4d00e4cdb6734b64bf23cd4341421e8953615cba6b3670453737a72ec204"}, + {file = "black-23.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cf99f3de8b3273a8317681d8194ea222f10e0133a24a7548c73ce44ea1679377"}, + {file = "black-23.9.1-cp38-cp38-win_amd64.whl", hash = "sha256:14f04c990259576acd093871e7e9b14918eb28f1866f91968ff5524293f9c573"}, + {file = "black-23.9.1-cp39-cp39-macosx_10_16_arm64.whl", hash = "sha256:c619f063c2d68f19b2d7270f4cf3192cb81c9ec5bc5ba02df91471d0b88c4c5c"}, + {file = "black-23.9.1-cp39-cp39-macosx_10_16_universal2.whl", hash = "sha256:6a3b50e4b93f43b34a9d3ef00d9b6728b4a722c997c99ab09102fd5efdb88325"}, + {file = "black-23.9.1-cp39-cp39-macosx_10_16_x86_64.whl", hash = "sha256:c46767e8df1b7beefb0899c4a95fb43058fa8500b6db144f4ff3ca38eb2f6393"}, + {file = "black-23.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:50254ebfa56aa46a9fdd5d651f9637485068a1adf42270148cd101cdf56e0ad9"}, + {file = "black-23.9.1-cp39-cp39-win_amd64.whl", hash = "sha256:403397c033adbc45c2bd41747da1f7fc7eaa44efbee256b53842470d4ac5a70f"}, + {file = "black-23.9.1-py3-none-any.whl", hash = "sha256:6ccd59584cc834b6d127628713e4b6b968e5f79572da66284532525a042549f9"}, + {file = "black-23.9.1.tar.gz", hash = "sha256:24b6b3ff5c6d9ea08a8888f6977eae858e1f340d7260cf56d70a49823236b62d"}, ] [package.dependencies] @@ -122,7 +122,7 @@ packaging = ">=22.0" pathspec = ">=0.9.0" platformdirs = ">=2" tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} -typing-extensions = {version = ">=3.10.0.0", markers = "python_version < \"3.10\""} +typing-extensions = {version = ">=4.0.1", markers = "python_version < \"3.11\""} [package.extras] colorama = ["colorama (>=0.4.3)"] @@ -132,17 +132,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.28.20" +version = "1.28.45" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.28.20-py3-none-any.whl", hash = "sha256:a654d57e3882e7fd2c1260d604a44364a2fed00da4f52faf37e5901e71145df1"}, - {file = "boto3-1.28.20.tar.gz", hash = "sha256:e3c2e8e55c17af6671a5332d6ab4635ad9793c80d0ac6d78af7b30a994d0681b"}, + {file = "boto3-1.28.45-py3-none-any.whl", hash = "sha256:682abbd304e93e726163d7de7448c1bf88108c72cf6a23dceb6bba86fdc86dff"}, + {file = "boto3-1.28.45.tar.gz", hash = "sha256:4ee914266c9bed16978677a367fd05053d8dcaddcbe998c9df30787ab73f87aa"}, ] [package.dependencies] -botocore = ">=1.31.20,<1.32.0" +botocore = ">=1.31.45,<1.32.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -151,13 +151,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.31.20" +version = "1.31.45" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.31.20-py3-none-any.whl", hash = "sha256:be51c5352162700e7beb0aa27af394adbbf86f8e7a2ca0c437d448d0a7b2bdfb"}, - {file = "botocore-1.31.20.tar.gz", hash = "sha256:485ef175cd011ebc965f4577d8cc02a226c46bd608dd2bb75ce6938328cff0fd"}, + {file = "botocore-1.31.45-py3-none-any.whl", hash = "sha256:cceb150cff1d7f7a6faf655510a8384eb4505a33b430495fe1744d03a70dc66a"}, + {file = "botocore-1.31.45.tar.gz", hash = "sha256:85ff64a0ac2705c4ba36268c3b2dbc1184062e9cf729a89dd66c2f54f730fc79"}, ] [package.dependencies] @@ -257,13 +257,13 @@ pycparser = "*" [[package]] name = "cfgv" -version = "3.3.1" +version = "3.4.0" description = "Validate configuration and produce human readable error messages." optional = false -python-versions = ">=3.6.1" +python-versions = ">=3.8" files = [ - {file = "cfgv-3.3.1-py2.py3-none-any.whl", hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426"}, - {file = "cfgv-3.3.1.tar.gz", hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736"}, + {file = "cfgv-3.4.0-py2.py3-none-any.whl", hash = "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9"}, + {file = "cfgv-3.4.0.tar.gz", hash = "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560"}, ] [[package]] @@ -352,13 +352,13 @@ files = [ [[package]] name = "click" -version = "8.1.6" +version = "8.1.7" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.7" files = [ - {file = "click-8.1.6-py3-none-any.whl", hash = "sha256:fa244bb30b3b5ee2cae3da8f55c9e5e0c0e86093306301fb418eb9dc40fbded5"}, - {file = "click-8.1.6.tar.gz", hash = "sha256:48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd"}, + {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, + {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, ] [package.dependencies] @@ -433,13 +433,13 @@ files = [ [[package]] name = "exceptiongroup" -version = "1.1.2" +version = "1.1.3" description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" files = [ - {file = "exceptiongroup-1.1.2-py3-none-any.whl", hash = "sha256:e346e69d186172ca7cf029c8c1d16235aa0e04035e5750b4b95039e65204328f"}, - {file = "exceptiongroup-1.1.2.tar.gz", hash = "sha256:12c3e887d6485d16943a309616de20ae5582633e0a2eda17f4e10fd61c1e8af5"}, + {file = "exceptiongroup-1.1.3-py3-none-any.whl", hash = "sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3"}, + {file = "exceptiongroup-1.1.3.tar.gz", hash = "sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9"}, ] [package.extras] @@ -512,28 +512,31 @@ tortoise = ["tortoise-orm[aiomysql,aiosqlite,asyncpg] (>=0.16.18,<0.20.0)"] [[package]] name = "filelock" -version = "3.12.2" +version = "3.12.3" description = "A platform independent file lock." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "filelock-3.12.2-py3-none-any.whl", hash = "sha256:cbb791cdea2a72f23da6ac5b5269ab0a0d161e9ef0100e653b69049a7706d1ec"}, - {file = "filelock-3.12.2.tar.gz", hash = "sha256:002740518d8aa59a26b0c76e10fb8c6e15eae825d34b6fdf670333fd7b938d81"}, + {file = "filelock-3.12.3-py3-none-any.whl", hash = "sha256:f067e40ccc40f2b48395a80fcbd4728262fab54e232e090a4063ab804179efeb"}, + {file = "filelock-3.12.3.tar.gz", hash = "sha256:0ecc1dd2ec4672a10c8550a8182f1bd0c0a5088470ecd5a125e45f49472fac3d"}, ] +[package.dependencies] +typing-extensions = {version = ">=4.7.1", markers = "python_version < \"3.11\""} + [package.extras] -docs = ["furo (>=2023.5.20)", "sphinx (>=7.0.1)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"] -testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "pytest (>=7.3.1)", "pytest-cov (>=4.1)", "pytest-mock (>=3.10)", "pytest-timeout (>=2.1)"] +docs = ["furo (>=2023.7.26)", "sphinx (>=7.1.2)", "sphinx-autodoc-typehints (>=1.24)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.3)", "diff-cover (>=7.7)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "pytest-mock (>=3.11.1)", "pytest-timeout (>=2.1)"] [[package]] name = "fsspec" -version = "2023.6.0" +version = "2023.9.0" description = "File-system specification" optional = false python-versions = ">=3.8" files = [ - {file = "fsspec-2023.6.0-py3-none-any.whl", hash = "sha256:1cbad1faef3e391fba6dc005ae9b5bdcbf43005c9167ce78c915549c352c869a"}, - {file = "fsspec-2023.6.0.tar.gz", hash = "sha256:d0b2f935446169753e7a5c5c55681c54ea91996cc67be93c39a154fb3a2742af"}, + {file = "fsspec-2023.9.0-py3-none-any.whl", hash = "sha256:d55b9ab2a4c1f2b759888ae9f93e40c2aa72c0808132e87e282b549f9e6c4254"}, + {file = "fsspec-2023.9.0.tar.gz", hash = "sha256:4dbf0fefee035b7c6d3bbbe6bc99b2f201f40d4dca95b67c2b719be77bcd917f"}, ] [package.extras] @@ -738,13 +741,13 @@ socks = ["socksio (==1.*)"] [[package]] name = "huggingface-hub" -version = "0.16.4" +version = "0.17.1" description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.8.0" files = [ - {file = "huggingface_hub-0.16.4-py3-none-any.whl", hash = "sha256:0d3df29932f334fead024afc7cb4cc5149d955238b8b5e42dcf9740d6995a349"}, - {file = "huggingface_hub-0.16.4.tar.gz", hash = "sha256:608c7d4f3d368b326d1747f91523dbd1f692871e8e2e7a4750314a2dd8b63e14"}, + {file = "huggingface_hub-0.17.1-py3-none-any.whl", hash = "sha256:7a9dc262a2e0ecf8c1749c8b9a7510a7a22981849f561af4345942d421822451"}, + {file = "huggingface_hub-0.17.1.tar.gz", hash = "sha256:dd828d2a24ee6af86392042cc1052c482c053eb574864669f0cae4d29620e62c"}, ] [package.dependencies] @@ -757,26 +760,27 @@ tqdm = ">=4.42.1" typing-extensions = ">=3.7.4.3" [package.extras] -all = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "black (>=23.1,<24.0)", "gradio", "jedi", "mypy (==0.982)", "numpy", "pydantic", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-vcr", "pytest-xdist", "ruff (>=0.0.241)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "urllib3 (<2.0)"] +all = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "black (==23.7)", "gradio", "jedi", "mypy (==1.5.1)", "numpy", "pydantic (<2.0)", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-vcr", "pytest-xdist", "ruff (>=0.0.241)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "urllib3 (<2.0)"] cli = ["InquirerPy (==0.3.4)"] -dev = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "black (>=23.1,<24.0)", "gradio", "jedi", "mypy (==0.982)", "numpy", "pydantic", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-vcr", "pytest-xdist", "ruff (>=0.0.241)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "urllib3 (<2.0)"] +dev = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "black (==23.7)", "gradio", "jedi", "mypy (==1.5.1)", "numpy", "pydantic (<2.0)", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-vcr", "pytest-xdist", "ruff (>=0.0.241)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "urllib3 (<2.0)"] +docs = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "black (==23.7)", "gradio", "hf-doc-builder", "jedi", "mypy (==1.5.1)", "numpy", "pydantic (<2.0)", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-vcr", "pytest-xdist", "ruff (>=0.0.241)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "urllib3 (<2.0)", "watchdog"] fastai = ["fastai (>=2.4)", "fastcore (>=1.3.27)", "toml"] -inference = ["aiohttp", "pydantic"] -quality = ["black (>=23.1,<24.0)", "mypy (==0.982)", "ruff (>=0.0.241)"] +inference = ["aiohttp", "pydantic (<2.0)"] +quality = ["black (==23.7)", "mypy (==1.5.1)", "ruff (>=0.0.241)"] tensorflow = ["graphviz", "pydot", "tensorflow"] -testing = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "gradio", "jedi", "numpy", "pydantic", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-vcr", "pytest-xdist", "soundfile", "urllib3 (<2.0)"] +testing = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "gradio", "jedi", "numpy", "pydantic (<2.0)", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-vcr", "pytest-xdist", "soundfile", "urllib3 (<2.0)"] torch = ["torch"] -typing = ["pydantic", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"] +typing = ["pydantic (<2.0)", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"] [[package]] name = "identify" -version = "2.5.26" +version = "2.5.28" description = "File identification library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "identify-2.5.26-py2.py3-none-any.whl", hash = "sha256:c22a8ead0d4ca11f1edd6c9418c3220669b3b7533ada0a0ffa6cc0ef85cf9b54"}, - {file = "identify-2.5.26.tar.gz", hash = "sha256:7243800bce2f58404ed41b7c002e53d4d22bcf3ae1b7900c2d7aefd95394bf7f"}, + {file = "identify-2.5.28-py2.py3-none-any.whl", hash = "sha256:87816de144bf46d161bd5b3e8f5596b16cade3b80be537087334b26bc5c177f3"}, + {file = "identify-2.5.28.tar.gz", hash = "sha256:94bb59643083ebd60dc996d043497479ee554381fbc5307763915cda49b0e78f"}, ] [package.extras] @@ -845,13 +849,13 @@ files = [ [[package]] name = "joblib" -version = "1.3.1" +version = "1.3.2" description = "Lightweight pipelining with Python functions" optional = false python-versions = ">=3.7" files = [ - {file = "joblib-1.3.1-py3-none-any.whl", hash = "sha256:89cf0529520e01b3de7ac7b74a8102c90d16d54c64b5dd98cafcd14307fdf915"}, - {file = "joblib-1.3.1.tar.gz", hash = "sha256:1f937906df65329ba98013dc9692fe22a4c5e4a648112de500508b18a21b41e3"}, + {file = "joblib-1.3.2-py3-none-any.whl", hash = "sha256:ef4331c65f239985f3f2220ecc87db222f08fd22097a3dd5698f693875f8cbb9"}, + {file = "joblib-1.3.2.tar.gz", hash = "sha256:92f865e621e17784e7955080b6d042489e3b8e294949cc44c6eac304f59772b1"}, ] [[package]] @@ -1208,8 +1212,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.20.3", markers = "python_version < \"3.10\""}, - {version = ">=1.21.0", markers = "python_version >= \"3.10\""}, {version = ">=1.23.2", markers = "python_version >= \"3.11\""}, + {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, ] python-dateutil = ">=2.8.1" pytz = ">=2020.1" @@ -1329,13 +1333,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "pluggy" -version = "1.2.0" +version = "1.3.0" description = "plugin and hook calling mechanisms for python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pluggy-1.2.0-py3-none-any.whl", hash = "sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849"}, - {file = "pluggy-1.2.0.tar.gz", hash = "sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3"}, + {file = "pluggy-1.3.0-py3-none-any.whl", hash = "sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7"}, + {file = "pluggy-1.3.0.tar.gz", hash = "sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12"}, ] [package.extras] @@ -1511,13 +1515,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pyright" -version = "1.1.320" +version = "1.1.326" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.320-py3-none-any.whl", hash = "sha256:cdf739f7827374575cefb134311457d08c189793c3da3097c023debec9acaedb"}, - {file = "pyright-1.1.320.tar.gz", hash = "sha256:94223e3b82d0b4c99c5125bab4d628ec749ce0b5b2ae0471fd4921dd4eff460d"}, + {file = "pyright-1.1.326-py3-none-any.whl", hash = "sha256:f3c5047465138558d3d106a9464cc097cf2c3611da6edcf5b535cc1fdebd45db"}, + {file = "pyright-1.1.326.tar.gz", hash = "sha256:cecbe026b14034ba0750db605718a8c2605552387c5772dfaf7f3e632cb7212a"}, ] [package.dependencies] @@ -1529,13 +1533,13 @@ dev = ["twine (>=3.4.1)"] [[package]] name = "pytest" -version = "7.4.0" +version = "7.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, - {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, + {file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"}, + {file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"}, ] [package.dependencies] @@ -1675,13 +1679,13 @@ unidecode = ["Unidecode (>=1.1.1)"] [[package]] name = "pytz" -version = "2023.3" +version = "2023.3.post1" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" files = [ - {file = "pytz-2023.3-py2.py3-none-any.whl", hash = "sha256:a151b3abb88eda1d4e34a9814df37de2a80e301e68ba0fd856fb9b46bfbbbffb"}, - {file = "pytz-2023.3.tar.gz", hash = "sha256:1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"}, + {file = "pytz-2023.3.post1-py2.py3-none-any.whl", hash = "sha256:ce42d816b81b68506614c11e8937d3aa9e41007ceb50bfdcb0749b921bf646c7"}, + {file = "pytz-2023.3.post1.tar.gz", hash = "sha256:7b4fddbeb94a1eba4b557da24f19fdf9db575192544270a9101d8509f9f43d7b"}, ] [[package]] @@ -1735,99 +1739,99 @@ files = [ [[package]] name = "regex" -version = "2023.6.3" +version = "2023.8.8" description = "Alternative regular expression module, to replace re." optional = false python-versions = ">=3.6" files = [ - {file = "regex-2023.6.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:824bf3ac11001849aec3fa1d69abcb67aac3e150a933963fb12bda5151fe1bfd"}, - {file = "regex-2023.6.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:05ed27acdf4465c95826962528f9e8d41dbf9b1aa8531a387dee6ed215a3e9ef"}, - {file = "regex-2023.6.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0b49c764f88a79160fa64f9a7b425620e87c9f46095ef9c9920542ab2495c8bc"}, - {file = "regex-2023.6.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8e3f1316c2293e5469f8f09dc2d76efb6c3982d3da91ba95061a7e69489a14ef"}, - {file = "regex-2023.6.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:43e1dd9d12df9004246bacb79a0e5886b3b6071b32e41f83b0acbf293f820ee8"}, - {file = "regex-2023.6.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4959e8bcbfda5146477d21c3a8ad81b185cd252f3d0d6e4724a5ef11c012fb06"}, - {file = "regex-2023.6.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:af4dd387354dc83a3bff67127a124c21116feb0d2ef536805c454721c5d7993d"}, - {file = "regex-2023.6.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:2239d95d8e243658b8dbb36b12bd10c33ad6e6933a54d36ff053713f129aa536"}, - {file = "regex-2023.6.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:890e5a11c97cf0d0c550eb661b937a1e45431ffa79803b942a057c4fb12a2da2"}, - {file = "regex-2023.6.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:a8105e9af3b029f243ab11ad47c19b566482c150c754e4c717900a798806b222"}, - {file = "regex-2023.6.3-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:25be746a8ec7bc7b082783216de8e9473803706723b3f6bef34b3d0ed03d57e2"}, - {file = "regex-2023.6.3-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:3676f1dd082be28b1266c93f618ee07741b704ab7b68501a173ce7d8d0d0ca18"}, - {file = "regex-2023.6.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:10cb847aeb1728412c666ab2e2000ba6f174f25b2bdc7292e7dd71b16db07568"}, - {file = "regex-2023.6.3-cp310-cp310-win32.whl", hash = "sha256:dbbbfce33cd98f97f6bffb17801b0576e653f4fdb1d399b2ea89638bc8d08ae1"}, - {file = "regex-2023.6.3-cp310-cp310-win_amd64.whl", hash = "sha256:c5f8037000eb21e4823aa485149f2299eb589f8d1fe4b448036d230c3f4e68e0"}, - {file = "regex-2023.6.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c123f662be8ec5ab4ea72ea300359023a5d1df095b7ead76fedcd8babbedf969"}, - {file = "regex-2023.6.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9edcbad1f8a407e450fbac88d89e04e0b99a08473f666a3f3de0fd292badb6aa"}, - {file = "regex-2023.6.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dcba6dae7de533c876255317c11f3abe4907ba7d9aa15d13e3d9710d4315ec0e"}, - {file = "regex-2023.6.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:29cdd471ebf9e0f2fb3cac165efedc3c58db841d83a518b082077e612d3ee5df"}, - {file = "regex-2023.6.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:12b74fbbf6cbbf9dbce20eb9b5879469e97aeeaa874145517563cca4029db65c"}, - {file = "regex-2023.6.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0c29ca1bd61b16b67be247be87390ef1d1ef702800f91fbd1991f5c4421ebae8"}, - {file = "regex-2023.6.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d77f09bc4b55d4bf7cc5eba785d87001d6757b7c9eec237fe2af57aba1a071d9"}, - {file = "regex-2023.6.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ea353ecb6ab5f7e7d2f4372b1e779796ebd7b37352d290096978fea83c4dba0c"}, - {file = "regex-2023.6.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:10590510780b7541969287512d1b43f19f965c2ece6c9b1c00fc367b29d8dce7"}, - {file = "regex-2023.6.3-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:e2fbd6236aae3b7f9d514312cdb58e6494ee1c76a9948adde6eba33eb1c4264f"}, - {file = "regex-2023.6.3-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:6b2675068c8b56f6bfd5a2bda55b8accbb96c02fd563704732fd1c95e2083461"}, - {file = "regex-2023.6.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:74419d2b50ecb98360cfaa2974da8689cb3b45b9deff0dcf489c0d333bcc1477"}, - {file = "regex-2023.6.3-cp311-cp311-win32.whl", hash = "sha256:fb5ec16523dc573a4b277663a2b5a364e2099902d3944c9419a40ebd56a118f9"}, - {file = "regex-2023.6.3-cp311-cp311-win_amd64.whl", hash = "sha256:09e4a1a6acc39294a36b7338819b10baceb227f7f7dbbea0506d419b5a1dd8af"}, - {file = "regex-2023.6.3-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:0654bca0cdf28a5956c83839162692725159f4cda8d63e0911a2c0dc76166525"}, - {file = "regex-2023.6.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:463b6a3ceb5ca952e66550a4532cef94c9a0c80dc156c4cc343041951aec1697"}, - {file = "regex-2023.6.3-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:87b2a5bb5e78ee0ad1de71c664d6eb536dc3947a46a69182a90f4410f5e3f7dd"}, - {file = "regex-2023.6.3-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6343c6928282c1f6a9db41f5fd551662310e8774c0e5ebccb767002fcf663ca9"}, - {file = "regex-2023.6.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b6192d5af2ccd2a38877bfef086d35e6659566a335b1492786ff254c168b1693"}, - {file = "regex-2023.6.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:74390d18c75054947e4194019077e243c06fbb62e541d8817a0fa822ea310c14"}, - {file = "regex-2023.6.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:742e19a90d9bb2f4a6cf2862b8b06dea5e09b96c9f2df1779e53432d7275331f"}, - {file = "regex-2023.6.3-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:8abbc5d54ea0ee80e37fef009e3cec5dafd722ed3c829126253d3e22f3846f1e"}, - {file = "regex-2023.6.3-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:c2b867c17a7a7ae44c43ebbeb1b5ff406b3e8d5b3e14662683e5e66e6cc868d3"}, - {file = "regex-2023.6.3-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:d831c2f8ff278179705ca59f7e8524069c1a989e716a1874d6d1aab6119d91d1"}, - {file = "regex-2023.6.3-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:ee2d1a9a253b1729bb2de27d41f696ae893507c7db224436abe83ee25356f5c1"}, - {file = "regex-2023.6.3-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:61474f0b41fe1a80e8dfa70f70ea1e047387b7cd01c85ec88fa44f5d7561d787"}, - {file = "regex-2023.6.3-cp36-cp36m-win32.whl", hash = "sha256:0b71e63226e393b534105fcbdd8740410dc6b0854c2bfa39bbda6b0d40e59a54"}, - {file = "regex-2023.6.3-cp36-cp36m-win_amd64.whl", hash = "sha256:bbb02fd4462f37060122e5acacec78e49c0fbb303c30dd49c7f493cf21fc5b27"}, - {file = "regex-2023.6.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b862c2b9d5ae38a68b92e215b93f98d4c5e9454fa36aae4450f61dd33ff48487"}, - {file = "regex-2023.6.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:976d7a304b59ede34ca2921305b57356694f9e6879db323fd90a80f865d355a3"}, - {file = "regex-2023.6.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:83320a09188e0e6c39088355d423aa9d056ad57a0b6c6381b300ec1a04ec3d16"}, - {file = "regex-2023.6.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9427a399501818a7564f8c90eced1e9e20709ece36be701f394ada99890ea4b3"}, - {file = "regex-2023.6.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7178bbc1b2ec40eaca599d13c092079bf529679bf0371c602edaa555e10b41c3"}, - {file = "regex-2023.6.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:837328d14cde912af625d5f303ec29f7e28cdab588674897baafaf505341f2fc"}, - {file = "regex-2023.6.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:2d44dc13229905ae96dd2ae2dd7cebf824ee92bc52e8cf03dcead37d926da019"}, - {file = "regex-2023.6.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d54af539295392611e7efbe94e827311eb8b29668e2b3f4cadcfe6f46df9c777"}, - {file = "regex-2023.6.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:7117d10690c38a622e54c432dfbbd3cbd92f09401d622902c32f6d377e2300ee"}, - {file = "regex-2023.6.3-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:bb60b503ec8a6e4e3e03a681072fa3a5adcbfa5479fa2d898ae2b4a8e24c4591"}, - {file = "regex-2023.6.3-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:65ba8603753cec91c71de423a943ba506363b0e5c3fdb913ef8f9caa14b2c7e0"}, - {file = "regex-2023.6.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:271f0bdba3c70b58e6f500b205d10a36fb4b58bd06ac61381b68de66442efddb"}, - {file = "regex-2023.6.3-cp37-cp37m-win32.whl", hash = "sha256:9beb322958aaca059f34975b0df135181f2e5d7a13b84d3e0e45434749cb20f7"}, - {file = "regex-2023.6.3-cp37-cp37m-win_amd64.whl", hash = "sha256:fea75c3710d4f31389eed3c02f62d0b66a9da282521075061ce875eb5300cf23"}, - {file = "regex-2023.6.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8f56fcb7ff7bf7404becdfc60b1e81a6d0561807051fd2f1860b0d0348156a07"}, - {file = "regex-2023.6.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:d2da3abc88711bce7557412310dfa50327d5769a31d1c894b58eb256459dc289"}, - {file = "regex-2023.6.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a99b50300df5add73d307cf66abea093304a07eb017bce94f01e795090dea87c"}, - {file = "regex-2023.6.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5708089ed5b40a7b2dc561e0c8baa9535b77771b64a8330b684823cfd5116036"}, - {file = "regex-2023.6.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:687ea9d78a4b1cf82f8479cab23678aff723108df3edeac098e5b2498879f4a7"}, - {file = "regex-2023.6.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4d3850beab9f527f06ccc94b446c864059c57651b3f911fddb8d9d3ec1d1b25d"}, - {file = "regex-2023.6.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e8915cc96abeb8983cea1df3c939e3c6e1ac778340c17732eb63bb96247b91d2"}, - {file = "regex-2023.6.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:841d6e0e5663d4c7b4c8099c9997be748677d46cbf43f9f471150e560791f7ff"}, - {file = "regex-2023.6.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:9edce5281f965cf135e19840f4d93d55b3835122aa76ccacfd389e880ba4cf82"}, - {file = "regex-2023.6.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:b956231ebdc45f5b7a2e1f90f66a12be9610ce775fe1b1d50414aac1e9206c06"}, - {file = "regex-2023.6.3-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:36efeba71c6539d23c4643be88295ce8c82c88bbd7c65e8a24081d2ca123da3f"}, - {file = "regex-2023.6.3-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:cf67ca618b4fd34aee78740bea954d7c69fdda419eb208c2c0c7060bb822d747"}, - {file = "regex-2023.6.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b4598b1897837067a57b08147a68ac026c1e73b31ef6e36deeeb1fa60b2933c9"}, - {file = "regex-2023.6.3-cp38-cp38-win32.whl", hash = "sha256:f415f802fbcafed5dcc694c13b1292f07fe0befdb94aa8a52905bd115ff41e88"}, - {file = "regex-2023.6.3-cp38-cp38-win_amd64.whl", hash = "sha256:d4f03bb71d482f979bda92e1427f3ec9b220e62a7dd337af0aa6b47bf4498f72"}, - {file = "regex-2023.6.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:ccf91346b7bd20c790310c4147eee6ed495a54ddb6737162a36ce9dbef3e4751"}, - {file = "regex-2023.6.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:b28f5024a3a041009eb4c333863d7894d191215b39576535c6734cd88b0fcb68"}, - {file = "regex-2023.6.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e0bb18053dfcfed432cc3ac632b5e5e5c5b7e55fb3f8090e867bfd9b054dbcbf"}, - {file = "regex-2023.6.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9a5bfb3004f2144a084a16ce19ca56b8ac46e6fd0651f54269fc9e230edb5e4a"}, - {file = "regex-2023.6.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5c6b48d0fa50d8f4df3daf451be7f9689c2bde1a52b1225c5926e3f54b6a9ed1"}, - {file = "regex-2023.6.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:051da80e6eeb6e239e394ae60704d2b566aa6a7aed6f2890a7967307267a5dc6"}, - {file = "regex-2023.6.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a4c3b7fa4cdaa69268748665a1a6ff70c014d39bb69c50fda64b396c9116cf77"}, - {file = "regex-2023.6.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:457b6cce21bee41ac292d6753d5e94dcbc5c9e3e3a834da285b0bde7aa4a11e9"}, - {file = "regex-2023.6.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:aad51907d74fc183033ad796dd4c2e080d1adcc4fd3c0fd4fd499f30c03011cd"}, - {file = "regex-2023.6.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:0385e73da22363778ef2324950e08b689abdf0b108a7d8decb403ad7f5191938"}, - {file = "regex-2023.6.3-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:c6a57b742133830eec44d9b2290daf5cbe0a2f1d6acee1b3c7b1c7b2f3606df7"}, - {file = "regex-2023.6.3-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:3e5219bf9e75993d73ab3d25985c857c77e614525fac9ae02b1bebd92f7cecac"}, - {file = "regex-2023.6.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:e5087a3c59eef624a4591ef9eaa6e9a8d8a94c779dade95d27c0bc24650261cd"}, - {file = "regex-2023.6.3-cp39-cp39-win32.whl", hash = "sha256:20326216cc2afe69b6e98528160b225d72f85ab080cbdf0b11528cbbaba2248f"}, - {file = "regex-2023.6.3-cp39-cp39-win_amd64.whl", hash = "sha256:bdff5eab10e59cf26bc479f565e25ed71a7d041d1ded04ccf9aee1d9f208487a"}, - {file = "regex-2023.6.3.tar.gz", hash = "sha256:72d1a25bf36d2050ceb35b517afe13864865268dfb45910e2e17a84be6cbfeb0"}, + {file = "regex-2023.8.8-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:88900f521c645f784260a8d346e12a1590f79e96403971241e64c3a265c8ecdb"}, + {file = "regex-2023.8.8-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3611576aff55918af2697410ff0293d6071b7e00f4b09e005d614686ac4cd57c"}, + {file = "regex-2023.8.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b8a0ccc8f2698f120e9e5742f4b38dc944c38744d4bdfc427616f3a163dd9de5"}, + {file = "regex-2023.8.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c662a4cbdd6280ee56f841f14620787215a171c4e2d1744c9528bed8f5816c96"}, + {file = "regex-2023.8.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cf0633e4a1b667bfe0bb10b5e53fe0d5f34a6243ea2530eb342491f1adf4f739"}, + {file = "regex-2023.8.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:551ad543fa19e94943c5b2cebc54c73353ffff08228ee5f3376bd27b3d5b9800"}, + {file = "regex-2023.8.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:54de2619f5ea58474f2ac211ceea6b615af2d7e4306220d4f3fe690c91988a61"}, + {file = "regex-2023.8.8-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:5ec4b3f0aebbbe2fc0134ee30a791af522a92ad9f164858805a77442d7d18570"}, + {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:3ae646c35cb9f820491760ac62c25b6d6b496757fda2d51be429e0e7b67ae0ab"}, + {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:ca339088839582d01654e6f83a637a4b8194d0960477b9769d2ff2cfa0fa36d2"}, + {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:d9b6627408021452dcd0d2cdf8da0534e19d93d070bfa8b6b4176f99711e7f90"}, + {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:bd3366aceedf274f765a3a4bc95d6cd97b130d1dda524d8f25225d14123c01db"}, + {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:7aed90a72fc3654fba9bc4b7f851571dcc368120432ad68b226bd593f3f6c0b7"}, + {file = "regex-2023.8.8-cp310-cp310-win32.whl", hash = "sha256:80b80b889cb767cc47f31d2b2f3dec2db8126fbcd0cff31b3925b4dc6609dcdb"}, + {file = "regex-2023.8.8-cp310-cp310-win_amd64.whl", hash = "sha256:b82edc98d107cbc7357da7a5a695901b47d6eb0420e587256ba3ad24b80b7d0b"}, + {file = "regex-2023.8.8-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1e7d84d64c84ad97bf06f3c8cb5e48941f135ace28f450d86af6b6512f1c9a71"}, + {file = "regex-2023.8.8-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ce0f9fbe7d295f9922c0424a3637b88c6c472b75eafeaff6f910494a1fa719ef"}, + {file = "regex-2023.8.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:06c57e14ac723b04458df5956cfb7e2d9caa6e9d353c0b4c7d5d54fcb1325c46"}, + {file = "regex-2023.8.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e7a9aaa5a1267125eef22cef3b63484c3241aaec6f48949b366d26c7250e0357"}, + {file = "regex-2023.8.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b7408511fca48a82a119d78a77c2f5eb1b22fe88b0d2450ed0756d194fe7a9a"}, + {file = "regex-2023.8.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:14dc6f2d88192a67d708341f3085df6a4f5a0c7b03dec08d763ca2cd86e9f559"}, + {file = "regex-2023.8.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:48c640b99213643d141550326f34f0502fedb1798adb3c9eb79650b1ecb2f177"}, + {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0085da0f6c6393428bf0d9c08d8b1874d805bb55e17cb1dfa5ddb7cfb11140bf"}, + {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:964b16dcc10c79a4a2be9f1273fcc2684a9eedb3906439720598029a797b46e6"}, + {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:7ce606c14bb195b0e5108544b540e2c5faed6843367e4ab3deb5c6aa5e681208"}, + {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:40f029d73b10fac448c73d6eb33d57b34607f40116e9f6e9f0d32e9229b147d7"}, + {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3b8e6ea6be6d64104d8e9afc34c151926f8182f84e7ac290a93925c0db004bfd"}, + {file = "regex-2023.8.8-cp311-cp311-win32.whl", hash = "sha256:942f8b1f3b223638b02df7df79140646c03938d488fbfb771824f3d05fc083a8"}, + {file = "regex-2023.8.8-cp311-cp311-win_amd64.whl", hash = "sha256:51d8ea2a3a1a8fe4f67de21b8b93757005213e8ac3917567872f2865185fa7fb"}, + {file = "regex-2023.8.8-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e951d1a8e9963ea51efd7f150450803e3b95db5939f994ad3d5edac2b6f6e2b4"}, + {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:704f63b774218207b8ccc6c47fcef5340741e5d839d11d606f70af93ee78e4d4"}, + {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:22283c769a7b01c8ac355d5be0715bf6929b6267619505e289f792b01304d898"}, + {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:91129ff1bb0619bc1f4ad19485718cc623a2dc433dff95baadbf89405c7f6b57"}, + {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:de35342190deb7b866ad6ba5cbcccb2d22c0487ee0cbb251efef0843d705f0d4"}, + {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b993b6f524d1e274a5062488a43e3f9f8764ee9745ccd8e8193df743dbe5ee61"}, + {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:3026cbcf11d79095a32d9a13bbc572a458727bd5b1ca332df4a79faecd45281c"}, + {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:293352710172239bf579c90a9864d0df57340b6fd21272345222fb6371bf82b3"}, + {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:d909b5a3fff619dc7e48b6b1bedc2f30ec43033ba7af32f936c10839e81b9217"}, + {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:3d370ff652323c5307d9c8e4c62efd1956fb08051b0e9210212bc51168b4ff56"}, + {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:b076da1ed19dc37788f6a934c60adf97bd02c7eea461b73730513921a85d4235"}, + {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:e9941a4ada58f6218694f382e43fdd256e97615db9da135e77359da257a7168b"}, + {file = "regex-2023.8.8-cp36-cp36m-win32.whl", hash = "sha256:a8c65c17aed7e15a0c824cdc63a6b104dfc530f6fa8cb6ac51c437af52b481c7"}, + {file = "regex-2023.8.8-cp36-cp36m-win_amd64.whl", hash = "sha256:aadf28046e77a72f30dcc1ab185639e8de7f4104b8cb5c6dfa5d8ed860e57236"}, + {file = "regex-2023.8.8-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:423adfa872b4908843ac3e7a30f957f5d5282944b81ca0a3b8a7ccbbfaa06103"}, + {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4ae594c66f4a7e1ea67232a0846649a7c94c188d6c071ac0210c3e86a5f92109"}, + {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e51c80c168074faa793685656c38eb7a06cbad7774c8cbc3ea05552d615393d8"}, + {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:09b7f4c66aa9d1522b06e31a54f15581c37286237208df1345108fcf4e050c18"}, + {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2e73e5243af12d9cd6a9d6a45a43570dbe2e5b1cdfc862f5ae2b031e44dd95a8"}, + {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:941460db8fe3bd613db52f05259c9336f5a47ccae7d7def44cc277184030a116"}, + {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f0ccf3e01afeb412a1a9993049cb160d0352dba635bbca7762b2dc722aa5742a"}, + {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:2e9216e0d2cdce7dbc9be48cb3eacb962740a09b011a116fd7af8c832ab116ca"}, + {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:5cd9cd7170459b9223c5e592ac036e0704bee765706445c353d96f2890e816c8"}, + {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:4873ef92e03a4309b3ccd8281454801b291b689f6ad45ef8c3658b6fa761d7ac"}, + {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:239c3c2a339d3b3ddd51c2daef10874410917cd2b998f043c13e2084cb191684"}, + {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:1005c60ed7037be0d9dea1f9c53cc42f836188227366370867222bda4c3c6bd7"}, + {file = "regex-2023.8.8-cp37-cp37m-win32.whl", hash = "sha256:e6bd1e9b95bc5614a7a9c9c44fde9539cba1c823b43a9f7bc11266446dd568e3"}, + {file = "regex-2023.8.8-cp37-cp37m-win_amd64.whl", hash = "sha256:9a96edd79661e93327cfeac4edec72a4046e14550a1d22aa0dd2e3ca52aec921"}, + {file = "regex-2023.8.8-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:f2181c20ef18747d5f4a7ea513e09ea03bdd50884a11ce46066bb90fe4213675"}, + {file = "regex-2023.8.8-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:a2ad5add903eb7cdde2b7c64aaca405f3957ab34f16594d2b78d53b8b1a6a7d6"}, + {file = "regex-2023.8.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9233ac249b354c54146e392e8a451e465dd2d967fc773690811d3a8c240ac601"}, + {file = "regex-2023.8.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:920974009fb37b20d32afcdf0227a2e707eb83fe418713f7a8b7de038b870d0b"}, + {file = "regex-2023.8.8-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cd2b6c5dfe0929b6c23dde9624483380b170b6e34ed79054ad131b20203a1a63"}, + {file = "regex-2023.8.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:96979d753b1dc3b2169003e1854dc67bfc86edf93c01e84757927f810b8c3c93"}, + {file = "regex-2023.8.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2ae54a338191e1356253e7883d9d19f8679b6143703086245fb14d1f20196be9"}, + {file = "regex-2023.8.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:2162ae2eb8b079622176a81b65d486ba50b888271302190870b8cc488587d280"}, + {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:c884d1a59e69e03b93cf0dfee8794c63d7de0ee8f7ffb76e5f75be8131b6400a"}, + {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:cf9273e96f3ee2ac89ffcb17627a78f78e7516b08f94dc435844ae72576a276e"}, + {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:83215147121e15d5f3a45d99abeed9cf1fe16869d5c233b08c56cdf75f43a504"}, + {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:3f7454aa427b8ab9101f3787eb178057c5250478e39b99540cfc2b889c7d0586"}, + {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:f0640913d2c1044d97e30d7c41728195fc37e54d190c5385eacb52115127b882"}, + {file = "regex-2023.8.8-cp38-cp38-win32.whl", hash = "sha256:0c59122ceccb905a941fb23b087b8eafc5290bf983ebcb14d2301febcbe199c7"}, + {file = "regex-2023.8.8-cp38-cp38-win_amd64.whl", hash = "sha256:c12f6f67495ea05c3d542d119d270007090bad5b843f642d418eb601ec0fa7be"}, + {file = "regex-2023.8.8-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:82cd0a69cd28f6cc3789cc6adeb1027f79526b1ab50b1f6062bbc3a0ccb2dbc3"}, + {file = "regex-2023.8.8-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:bb34d1605f96a245fc39790a117ac1bac8de84ab7691637b26ab2c5efb8f228c"}, + {file = "regex-2023.8.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:987b9ac04d0b38ef4f89fbc035e84a7efad9cdd5f1e29024f9289182c8d99e09"}, + {file = "regex-2023.8.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9dd6082f4e2aec9b6a0927202c85bc1b09dcab113f97265127c1dc20e2e32495"}, + {file = "regex-2023.8.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7eb95fe8222932c10d4436e7a6f7c99991e3fdd9f36c949eff16a69246dee2dc"}, + {file = "regex-2023.8.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7098c524ba9f20717a56a8d551d2ed491ea89cbf37e540759ed3b776a4f8d6eb"}, + {file = "regex-2023.8.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4b694430b3f00eb02c594ff5a16db30e054c1b9589a043fe9174584c6efa8033"}, + {file = "regex-2023.8.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:b2aeab3895d778155054abea5238d0eb9a72e9242bd4b43f42fd911ef9a13470"}, + {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:988631b9d78b546e284478c2ec15c8a85960e262e247b35ca5eaf7ee22f6050a"}, + {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:67ecd894e56a0c6108ec5ab1d8fa8418ec0cff45844a855966b875d1039a2e34"}, + {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:14898830f0a0eb67cae2bbbc787c1a7d6e34ecc06fbd39d3af5fe29a4468e2c9"}, + {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:f2200e00b62568cfd920127782c61bc1c546062a879cdc741cfcc6976668dfcf"}, + {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:9691a549c19c22d26a4f3b948071e93517bdf86e41b81d8c6ac8a964bb71e5a6"}, + {file = "regex-2023.8.8-cp39-cp39-win32.whl", hash = "sha256:6ab2ed84bf0137927846b37e882745a827458689eb969028af8032b1b3dac78e"}, + {file = "regex-2023.8.8-cp39-cp39-win_amd64.whl", hash = "sha256:5543c055d8ec7801901e1193a51570643d6a6ab8751b1f7dd9af71af467538bb"}, + {file = "regex-2023.8.8.tar.gz", hash = "sha256:fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e"}, ] [[package]] @@ -1929,13 +1933,13 @@ files = [ [[package]] name = "s3transfer" -version = "0.6.1" +version = "0.6.2" description = "An Amazon S3 Transfer Manager" optional = false python-versions = ">= 3.7" files = [ - {file = "s3transfer-0.6.1-py3-none-any.whl", hash = "sha256:3c0da2d074bf35d6870ef157158641178a4204a6e689e82546083e31e0311346"}, - {file = "s3transfer-0.6.1.tar.gz", hash = "sha256:640bb492711f4c0c0905e1f62b6aaeb771881935ad27884852411f8e9cacbca9"}, + {file = "s3transfer-0.6.2-py3-none-any.whl", hash = "sha256:b014be3a8a2aab98cfe1abc7229cc5a9a0cf05eb9c1f2b86b230fd8df3f78084"}, + {file = "s3transfer-0.6.2.tar.gz", hash = "sha256:cab66d3380cca3e70939ef2255d01cd8aece6a4907a9528740f668c4b0611861"}, ] [package.dependencies] @@ -1946,63 +1950,82 @@ crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"] [[package]] name = "safetensors" -version = "0.3.1" +version = "0.3.3" description = "Fast and Safe Tensor serialization" optional = false python-versions = "*" files = [ - {file = "safetensors-0.3.1-cp310-cp310-macosx_10_11_x86_64.whl", hash = "sha256:2ae9b7dd268b4bae6624729dac86deb82104820e9786429b0583e5168db2f770"}, - {file = "safetensors-0.3.1-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:08c85c1934682f1e2cd904d38433b53cd2a98245a7cc31f5689f9322a2320bbf"}, - {file = "safetensors-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ba625c7af9e1c5d0d91cb83d2fba97d29ea69d4db2015d9714d24c7f6d488e15"}, - {file = "safetensors-0.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b57d5890c619ec10d9f1b6426b8690d0c9c2868a90dc52f13fae6f6407ac141f"}, - {file = "safetensors-0.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5c9f562ea696d50b95cadbeb1716dc476714a87792ffe374280c0835312cbfe2"}, - {file = "safetensors-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5c115951b3a865ece8d98ee43882f2fd0a999c0200d6e6fec24134715ebe3b57"}, - {file = "safetensors-0.3.1-cp310-cp310-win32.whl", hash = "sha256:118f8f7503ea312fc7af27e934088a1b589fb1eff5a7dea2cd1de6c71ee33391"}, - {file = "safetensors-0.3.1-cp310-cp310-win_amd64.whl", hash = "sha256:54846eaae25fded28a7bebbb66be563cad221b4c80daee39e2f55df5e5e0266f"}, - {file = "safetensors-0.3.1-cp311-cp311-macosx_10_11_universal2.whl", hash = "sha256:5af82e10946c4822506db0f29269f43147e889054704dde994d4e22f0c37377b"}, - {file = "safetensors-0.3.1-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:626c86dd1d930963c8ea7f953a3787ae85322551e3a5203ac731d6e6f3e18f44"}, - {file = "safetensors-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:12e30677e6af1f4cc4f2832546e91dbb3b0aa7d575bfa473d2899d524e1ace08"}, - {file = "safetensors-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d534b80bc8d39945bb902f34b0454773971fe9e5e1f2142af451759d7e52b356"}, - {file = "safetensors-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ddd0ddd502cf219666e7d30f23f196cb87e829439b52b39f3e7da7918c3416df"}, - {file = "safetensors-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:997a2cc14023713f423e6d16536d55cb16a3d72850f142e05f82f0d4c76d383b"}, - {file = "safetensors-0.3.1-cp311-cp311-win32.whl", hash = "sha256:6ae9ca63d9e22f71ec40550207bd284a60a6b4916ae6ca12c85a8d86bf49e0c3"}, - {file = "safetensors-0.3.1-cp311-cp311-win_amd64.whl", hash = "sha256:62aa7421ca455418423e35029524489480adda53e3f702453580180ecfebe476"}, - {file = "safetensors-0.3.1-cp37-cp37m-macosx_10_11_x86_64.whl", hash = "sha256:6d54b3ed367b6898baab75dfd057c24f36ec64d3938ffff2af981d56bfba2f42"}, - {file = "safetensors-0.3.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:262423aeda91117010f8c607889066028f680fbb667f50cfe6eae96f22f9d150"}, - {file = "safetensors-0.3.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:10efe2513a8327fd628cea13167089588acc23093ba132aecfc536eb9a4560fe"}, - {file = "safetensors-0.3.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:689b3d6a7ebce70ee9438267ee55ea89b575c19923876645e927d08757b552fe"}, - {file = "safetensors-0.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:14cd9a87bc73ce06903e9f8ee8b05b056af6f3c9f37a6bd74997a16ed36ff5f4"}, - {file = "safetensors-0.3.1-cp37-cp37m-win32.whl", hash = "sha256:a77cb39624480d5f143c1cc272184f65a296f573d61629eff5d495d2e0541d3e"}, - {file = "safetensors-0.3.1-cp37-cp37m-win_amd64.whl", hash = "sha256:9eff3190bfbbb52eef729911345c643f875ca4dbb374aa6c559675cfd0ab73db"}, - {file = "safetensors-0.3.1-cp38-cp38-macosx_10_11_x86_64.whl", hash = "sha256:05cbfef76e4daa14796db1bbb52072d4b72a44050c368b2b1f6fd3e610669a89"}, - {file = "safetensors-0.3.1-cp38-cp38-macosx_12_0_arm64.whl", hash = "sha256:c49061461f4a81e5ec3415070a3f135530834c89cbd6a7db7cd49e3cb9d9864b"}, - {file = "safetensors-0.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22cf7e73ca42974f098ce0cf4dd8918983700b6b07a4c6827d50c8daefca776e"}, - {file = "safetensors-0.3.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:04f909442d6223ff0016cd2e1b2a95ef8039b92a558014627363a2e267213f62"}, - {file = "safetensors-0.3.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2c573c5a0d5d45791ae8c179e26d74aff86e719056591aa7edb3ca7be55bc961"}, - {file = "safetensors-0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6994043b12e717cf2a6ba69077ac41f0d3675b2819734f07f61819e854c622c7"}, - {file = "safetensors-0.3.1-cp38-cp38-win32.whl", hash = "sha256:158ede81694180a0dbba59422bc304a78c054b305df993c0c6e39c6330fa9348"}, - {file = "safetensors-0.3.1-cp38-cp38-win_amd64.whl", hash = "sha256:afdc725beff7121ea8d39a7339f5a6abcb01daa189ea56290b67fe262d56e20f"}, - {file = "safetensors-0.3.1-cp39-cp39-macosx_10_11_x86_64.whl", hash = "sha256:cba910fcc9e5e64d32d62b837388721165e9c7e45d23bc3a38ad57694b77f40d"}, - {file = "safetensors-0.3.1-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:a4f7dbfe7285573cdaddd85ef6fa84ebbed995d3703ab72d71257944e384612f"}, - {file = "safetensors-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:54aed0802f9eaa83ca7b1cbb986bfb90b8e2c67b6a4bcfe245627e17dad565d4"}, - {file = "safetensors-0.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:34b75a766f3cfc99fd4c33e329b76deae63f5f388e455d863a5d6e99472fca8e"}, - {file = "safetensors-0.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1a0f31904f35dc14919a145b2d7a2d8842a43a18a629affe678233c4ea90b4af"}, - {file = "safetensors-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dcf527ecc5f58907fd9031510378105487f318cc91ecdc5aee3c7cc8f46030a8"}, - {file = "safetensors-0.3.1-cp39-cp39-win32.whl", hash = "sha256:e2f083112cf97aa9611e2a05cc170a2795eccec5f6ff837f4565f950670a9d83"}, - {file = "safetensors-0.3.1-cp39-cp39-win_amd64.whl", hash = "sha256:5f4f614b8e8161cd8a9ca19c765d176a82b122fa3d3387b77862145bfe9b4e93"}, - {file = "safetensors-0.3.1.tar.gz", hash = "sha256:571da56ff8d0bec8ae54923b621cda98d36dcef10feb36fd492c4d0c2cd0e869"}, + {file = "safetensors-0.3.3-cp310-cp310-macosx_10_11_x86_64.whl", hash = "sha256:92e4d0c8b2836120fddd134474c5bda8963f322333941f8b9f643e5b24f041eb"}, + {file = "safetensors-0.3.3-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:3dcadb6153c42addc9c625a622ebde9293fabe1973f9ef31ba10fb42c16e8536"}, + {file = "safetensors-0.3.3-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:08f26b61e1b0a14dc959aa9d568776bd038805f611caef1de04a80c468d4a7a4"}, + {file = "safetensors-0.3.3-cp310-cp310-macosx_12_0_x86_64.whl", hash = "sha256:17f41344d9a075f2f21b289a49a62e98baff54b5754240ba896063bce31626bf"}, + {file = "safetensors-0.3.3-cp310-cp310-macosx_13_0_arm64.whl", hash = "sha256:f1045f798e1a16a6ced98d6a42ec72936d367a2eec81dc5fade6ed54638cd7d2"}, + {file = "safetensors-0.3.3-cp310-cp310-macosx_13_0_x86_64.whl", hash = "sha256:eaf0e4bc91da13f21ac846a39429eb3f3b7ed06295a32321fa3eb1a59b5c70f3"}, + {file = "safetensors-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25149180d4dc8ca48bac2ac3852a9424b466e36336a39659b35b21b2116f96fc"}, + {file = "safetensors-0.3.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c9e943bf78c39de8865398a71818315e7d5d1af93c7b30d4da3fc852e62ad9bc"}, + {file = "safetensors-0.3.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cccfcac04a010354e87c7a2fe16a1ff004fc4f6e7ef8efc966ed30122ce00bc7"}, + {file = "safetensors-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a07121f427e646a50d18c1be0fa1a2cbf6398624c31149cd7e6b35486d72189e"}, + {file = "safetensors-0.3.3-cp310-cp310-win32.whl", hash = "sha256:a85e29cbfddfea86453cc0f4889b4bcc6b9c155be9a60e27be479a34e199e7ef"}, + {file = "safetensors-0.3.3-cp310-cp310-win_amd64.whl", hash = "sha256:e13adad4a3e591378f71068d14e92343e626cf698ff805f61cdb946e684a218e"}, + {file = "safetensors-0.3.3-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:cbc3312f134baf07334dd517341a4b470b2931f090bd9284888acb7dfaf4606f"}, + {file = "safetensors-0.3.3-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:d15030af39d5d30c22bcbc6d180c65405b7ea4c05b7bab14a570eac7d7d43722"}, + {file = "safetensors-0.3.3-cp311-cp311-macosx_12_0_universal2.whl", hash = "sha256:f84a74cbe9859b28e3d6d7715ac1dd3097bebf8d772694098f6d42435245860c"}, + {file = "safetensors-0.3.3-cp311-cp311-macosx_13_0_arm64.whl", hash = "sha256:10d637423d98ab2e6a4ad96abf4534eb26fcaf8ca3115623e64c00759374e90d"}, + {file = "safetensors-0.3.3-cp311-cp311-macosx_13_0_universal2.whl", hash = "sha256:3b46f5de8b44084aff2e480874c550c399c730c84b2e8ad1bddb062c94aa14e9"}, + {file = "safetensors-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e76da691a82dfaf752854fa6d17c8eba0c8466370c5ad8cf1bfdf832d3c7ee17"}, + {file = "safetensors-0.3.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c4e342fd54e66aa9512dd13e410f791e47aa4feeb5f4c9a20882c72f3d272f29"}, + {file = "safetensors-0.3.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:178fd30b5dc73bce14a39187d948cedd0e5698e2f055b7ea16b5a96c9b17438e"}, + {file = "safetensors-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3e8fdf7407dba44587ed5e79d5de3533d242648e1f2041760b21474bd5ea5c8c"}, + {file = "safetensors-0.3.3-cp311-cp311-win32.whl", hash = "sha256:7d3b744cee8d7a46ffa68db1a2ff1a1a432488e3f7a5a97856fe69e22139d50c"}, + {file = "safetensors-0.3.3-cp311-cp311-win_amd64.whl", hash = "sha256:f579877d30feec9b6ba409d05fa174633a4fc095675a4a82971d831a8bb60b97"}, + {file = "safetensors-0.3.3-cp37-cp37m-macosx_10_11_x86_64.whl", hash = "sha256:2fff5b19a1b462c17322998b2f4b8bce43c16fe208968174d2f3a1446284ceed"}, + {file = "safetensors-0.3.3-cp37-cp37m-macosx_11_0_x86_64.whl", hash = "sha256:41adb1d39e8aad04b16879e3e0cbcb849315999fad73bc992091a01e379cb058"}, + {file = "safetensors-0.3.3-cp37-cp37m-macosx_12_0_x86_64.whl", hash = "sha256:0f2b404250b3b877b11d34afcc30d80e7035714a1116a3df56acaca6b6c00096"}, + {file = "safetensors-0.3.3-cp37-cp37m-macosx_13_0_x86_64.whl", hash = "sha256:b43956ef20e9f4f2e648818a9e7b3499edd6b753a0f5526d4f6a6826fbee8446"}, + {file = "safetensors-0.3.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d61a99b34169981f088ccfbb2c91170843efc869a0a0532f422db7211bf4f474"}, + {file = "safetensors-0.3.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c0008aab36cd20e9a051a68563c6f80d40f238c2611811d7faa5a18bf3fd3984"}, + {file = "safetensors-0.3.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:93d54166072b143084fdcd214a080a088050c1bb1651016b55942701b31334e4"}, + {file = "safetensors-0.3.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1c32ee08f61cea56a5d62bbf94af95df6040c8ab574afffaeb7b44ae5da1e9e3"}, + {file = "safetensors-0.3.3-cp37-cp37m-win32.whl", hash = "sha256:351600f367badd59f7bfe86d317bb768dd8c59c1561c6fac43cafbd9c1af7827"}, + {file = "safetensors-0.3.3-cp37-cp37m-win_amd64.whl", hash = "sha256:034717e297849dae1af0a7027a14b8647bd2e272c24106dced64d83e10d468d1"}, + {file = "safetensors-0.3.3-cp38-cp38-macosx_10_11_x86_64.whl", hash = "sha256:8530399666748634bc0b301a6a5523756931b0c2680d188e743d16304afe917a"}, + {file = "safetensors-0.3.3-cp38-cp38-macosx_11_0_x86_64.whl", hash = "sha256:9d741c1f1621e489ba10aa3d135b54202684f6e205df52e219d5eecd673a80c9"}, + {file = "safetensors-0.3.3-cp38-cp38-macosx_12_0_arm64.whl", hash = "sha256:0c345fd85b4d2093a5109596ff4cd9dfc2e84992e881b4857fbc4a93a3b89ddb"}, + {file = "safetensors-0.3.3-cp38-cp38-macosx_12_0_x86_64.whl", hash = "sha256:69ccee8d05f55cdf76f7e6c87d2bdfb648c16778ef8acfd2ecc495e273e9233e"}, + {file = "safetensors-0.3.3-cp38-cp38-macosx_13_0_arm64.whl", hash = "sha256:c08a9a4b7a4ca389232fa8d097aebc20bbd4f61e477abc7065b5c18b8202dede"}, + {file = "safetensors-0.3.3-cp38-cp38-macosx_13_0_x86_64.whl", hash = "sha256:a002868d2e3f49bbe81bee2655a411c24fa1f8e68b703dec6629cb989d6ae42e"}, + {file = "safetensors-0.3.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3bd2704cb41faa44d3ec23e8b97330346da0395aec87f8eaf9c9e2c086cdbf13"}, + {file = "safetensors-0.3.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4b2951bf3f0ad63df5e6a95263652bd6c194a6eb36fd4f2d29421cd63424c883"}, + {file = "safetensors-0.3.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:07114cec116253ca2e7230fdea30acf76828f21614afd596d7b5438a2f719bd8"}, + {file = "safetensors-0.3.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6ab43aeeb9eadbb6b460df3568a662e6f1911ecc39387f8752afcb6a7d96c087"}, + {file = "safetensors-0.3.3-cp38-cp38-win32.whl", hash = "sha256:f2f59fce31dd3429daca7269a6b06f65e6547a0c248f5116976c3f1e9b73f251"}, + {file = "safetensors-0.3.3-cp38-cp38-win_amd64.whl", hash = "sha256:c31ca0d8610f57799925bf08616856b39518ab772c65093ef1516762e796fde4"}, + {file = "safetensors-0.3.3-cp39-cp39-macosx_10_11_x86_64.whl", hash = "sha256:59a596b3225c96d59af412385981f17dd95314e3fffdf359c7e3f5bb97730a19"}, + {file = "safetensors-0.3.3-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:82a16e92210a6221edd75ab17acdd468dd958ef5023d9c6c1289606cc30d1479"}, + {file = "safetensors-0.3.3-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:98a929e763a581f516373ef31983ed1257d2d0da912a8e05d5cd12e9e441c93a"}, + {file = "safetensors-0.3.3-cp39-cp39-macosx_12_0_x86_64.whl", hash = "sha256:12b83f1986cd16ea0454c636c37b11e819d60dd952c26978310a0835133480b7"}, + {file = "safetensors-0.3.3-cp39-cp39-macosx_13_0_arm64.whl", hash = "sha256:f439175c827c2f1bbd54df42789c5204a10983a30bc4242bc7deaf854a24f3f0"}, + {file = "safetensors-0.3.3-cp39-cp39-macosx_13_0_x86_64.whl", hash = "sha256:0085be33b8cbcb13079b3a8e131656e05b0bc5e6970530d4c24150f7afd76d70"}, + {file = "safetensors-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3e3ec70c87b1e910769034206ad5efc051069b105aac1687f6edcd02526767f4"}, + {file = "safetensors-0.3.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f490132383e5e490e710608f4acffcb98ed37f91b885c7217d3f9f10aaff9048"}, + {file = "safetensors-0.3.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:79d1b6c7ed5596baf79c80fbce5198c3cdcc521ae6a157699f427aba1a90082d"}, + {file = "safetensors-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ad3cc8006e7a86ee7c88bd2813ec59cd7cc75b03e6fa4af89b9c7b235b438d68"}, + {file = "safetensors-0.3.3-cp39-cp39-win32.whl", hash = "sha256:ab29f54c6b8c301ca05fa014728996bd83aac6e21528f893aaf8945c71f42b6d"}, + {file = "safetensors-0.3.3-cp39-cp39-win_amd64.whl", hash = "sha256:0fa82004eae1a71e2aa29843ef99de9350e459a0fc2f65fc6ee0da9690933d2d"}, + {file = "safetensors-0.3.3.tar.gz", hash = "sha256:edb7072d788c4f929d0f5735d3a2fb51e5a27f833587828583b7f5747af1a2b8"}, ] [package.extras] -all = ["black (==22.3)", "click (==8.0.4)", "flake8 (>=3.8.3)", "flax (>=0.6.3)", "h5py (>=3.7.0)", "huggingface-hub (>=0.12.1)", "isort (>=5.5.4)", "jax (>=0.3.25)", "jaxlib (>=0.3.25)", "numpy (>=1.21.6)", "paddlepaddle (>=2.4.1)", "pytest (>=7.2.0)", "pytest-benchmark (>=4.0.0)", "setuptools-rust (>=1.5.2)", "tensorflow (>=2.11.0)", "torch (>=1.10)"] -dev = ["black (==22.3)", "click (==8.0.4)", "flake8 (>=3.8.3)", "flax (>=0.6.3)", "h5py (>=3.7.0)", "huggingface-hub (>=0.12.1)", "isort (>=5.5.4)", "jax (>=0.3.25)", "jaxlib (>=0.3.25)", "numpy (>=1.21.6)", "paddlepaddle (>=2.4.1)", "pytest (>=7.2.0)", "pytest-benchmark (>=4.0.0)", "setuptools-rust (>=1.5.2)", "tensorflow (>=2.11.0)", "torch (>=1.10)"] -jax = ["flax (>=0.6.3)", "jax (>=0.3.25)", "jaxlib (>=0.3.25)"] +all = ["black (==22.3)", "click (==8.0.4)", "flake8 (>=3.8.3)", "flax (>=0.6.3)", "h5py (>=3.7.0)", "huggingface-hub (>=0.12.1)", "isort (>=5.5.4)", "jax (>=0.3.25)", "jaxlib (>=0.3.25)", "numpy (>=1.21.6)", "paddlepaddle (>=2.4.1)", "pytest (>=7.2.0)", "pytest-benchmark (>=4.0.0)", "setuptools-rust (>=1.5.2)", "tensorflow (==2.11.0)", "torch (>=1.10)"] +dev = ["black (==22.3)", "click (==8.0.4)", "flake8 (>=3.8.3)", "flax (>=0.6.3)", "h5py (>=3.7.0)", "huggingface-hub (>=0.12.1)", "isort (>=5.5.4)", "jax (>=0.3.25)", "jaxlib (>=0.3.25)", "numpy (>=1.21.6)", "paddlepaddle (>=2.4.1)", "pytest (>=7.2.0)", "pytest-benchmark (>=4.0.0)", "setuptools-rust (>=1.5.2)", "tensorflow (==2.11.0)", "torch (>=1.10)"] +jax = ["flax (>=0.6.3)", "jax (>=0.3.25)", "jaxlib (>=0.3.25)", "numpy (>=1.21.6)"] numpy = ["numpy (>=1.21.6)"] -paddlepaddle = ["paddlepaddle (>=2.4.1)"] +paddlepaddle = ["numpy (>=1.21.6)", "paddlepaddle (>=2.4.1)"] +pinned-tf = ["tensorflow (==2.11.0)"] quality = ["black (==22.3)", "click (==8.0.4)", "flake8 (>=3.8.3)", "isort (>=5.5.4)"] -tensorflow = ["tensorflow (>=2.11.0)"] +tensorflow = ["numpy (>=1.21.6)", "tensorflow (>=2.11.0)"] testing = ["h5py (>=3.7.0)", "huggingface-hub (>=0.12.1)", "numpy (>=1.21.6)", "pytest (>=7.2.0)", "pytest-benchmark (>=4.0.0)", "setuptools-rust (>=1.5.2)"] -torch = ["torch (>=1.10)"] +torch = ["numpy (>=1.21.6)", "torch (>=1.10)"] [[package]] name = "scikit-learn" @@ -2162,19 +2185,19 @@ files = [ [[package]] name = "setuptools" -version = "68.0.0" +version = "68.2.1" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, - {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, + {file = "setuptools-68.2.1-py3-none-any.whl", hash = "sha256:eff96148eb336377ab11beee0c73ed84f1709a40c0b870298b0d058828761bae"}, + {file = "setuptools-68.2.1.tar.gz", hash = "sha256:56ee14884fd8d0cd015411f4a13f40b4356775a0aefd9ebc1d3bfb9a1acb32f1"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] -testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.1)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] name = "six" @@ -2246,7 +2269,7 @@ files = [ ] [package.dependencies] -greenlet = {version = "!=0.4.17", markers = "python_version >= \"3\" and (platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\")"} +greenlet = {version = "!=0.4.17", markers = "python_version >= \"3\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")"} [package.extras] aiomysql = ["aiomysql", "greenlet (!=0.4.17)"] @@ -2317,13 +2340,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyam [[package]] name = "tenacity" -version = "8.2.2" +version = "8.2.3" description = "Retry code until it succeeds" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "tenacity-8.2.2-py3-none-any.whl", hash = "sha256:2f277afb21b851637e8f52e6a613ff08734c347dc19ade928e519d7d2d8569b0"}, - {file = "tenacity-8.2.2.tar.gz", hash = "sha256:43af037822bd0029025877f3b2d97cc4d7bb0c2991000a3d59d71517c5c969e0"}, + {file = "tenacity-8.2.3-py3-none-any.whl", hash = "sha256:ce510e327a630c9e1beaf17d42e6ffacc88185044ad85cf74c0a8887c6a0f88c"}, + {file = "tenacity-8.2.3.tar.gz", hash = "sha256:5398ef0d78e63f40007c1fb4c0bff96e1911394d2fa8d194f77619c05ff6cc8a"}, ] [package.extras] @@ -2496,38 +2519,38 @@ scipy = ["scipy"] [[package]] name = "tqdm" -version = "4.65.0" +version = "4.66.1" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.65.0-py3-none-any.whl", hash = "sha256:c4f53a17fe37e132815abceec022631be8ffe1b9381c2e6e30aa70edc99e9671"}, - {file = "tqdm-4.65.0.tar.gz", hash = "sha256:1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5"}, + {file = "tqdm-4.66.1-py3-none-any.whl", hash = "sha256:d302b3c5b53d47bce91fea46679d9c3c6508cf6332229aa1e7d8653723793386"}, + {file = "tqdm-4.66.1.tar.gz", hash = "sha256:d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7"}, ] [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] -dev = ["py-make (>=0.1.0)", "twine", "wheel"] +dev = ["pytest (>=6)", "pytest-cov", "pytest-timeout", "pytest-xdist"] notebook = ["ipywidgets (>=6)"] slack = ["slack-sdk"] telegram = ["requests"] [[package]] name = "transformers" -version = "4.31.0" +version = "4.33.1" description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow" optional = false python-versions = ">=3.8.0" files = [ - {file = "transformers-4.31.0-py3-none-any.whl", hash = "sha256:8487aab0195ce1c2a5ae189305118b9720daddbc7b688edb09ccd79e3b149f6b"}, - {file = "transformers-4.31.0.tar.gz", hash = "sha256:4302fba920a1c24d3a429a29efff6a63eac03f3f3cf55b55927fc795d01cb273"}, + {file = "transformers-4.33.1-py3-none-any.whl", hash = "sha256:0630c2d26448d7c6cb78435e6c43910c89e99387badea6be1f565ffa3f093f1d"}, + {file = "transformers-4.33.1.tar.gz", hash = "sha256:744265e9f0724d22c229938f28376af54abce730ef647f35bd1685abf49912a4"}, ] [package.dependencies] filelock = "*" -huggingface-hub = ">=0.14.1,<1.0" +huggingface-hub = ">=0.15.1,<1.0" numpy = ">=1.17" packaging = ">=20.0" pyyaml = ">=5.1" @@ -2539,19 +2562,19 @@ tqdm = ">=4.27" [package.extras] accelerate = ["accelerate (>=0.20.3)"] -agents = ["Pillow (<10.0.0)", "accelerate (>=0.20.3)", "datasets (!=2.5.0)", "diffusers", "opencv-python", "sentencepiece (>=0.1.91,!=0.1.92)", "torch (>=1.9,!=1.12.0)"] -all = ["Pillow (<10.0.0)", "accelerate (>=0.20.3)", "av (==9.2.0)", "codecarbon (==1.2.0)", "decord (==0.6.0)", "flax (>=0.4.1,<=0.7.0)", "jax (>=0.2.8,!=0.3.2,<=0.4.13)", "jaxlib (>=0.1.65,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1)", "librosa", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "phonemizer", "protobuf", "pyctcdecode (>=0.4.0)", "ray[tune]", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "tensorflow (>=2.6,<2.14)", "tensorflow-text (<2.14)", "tf2onnx", "timm", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torch (>=1.9,!=1.12.0)", "torchaudio", "torchvision"] +agents = ["Pillow (<10.0.0)", "accelerate (>=0.20.3)", "datasets (!=2.5.0)", "diffusers", "opencv-python", "sentencepiece (>=0.1.91,!=0.1.92)", "torch (>=1.10,!=1.12.0)"] +all = ["Pillow (<10.0.0)", "accelerate (>=0.20.3)", "av (==9.2.0)", "codecarbon (==1.2.0)", "decord (==0.6.0)", "flax (>=0.4.1,<=0.7.0)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1)", "librosa", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "phonemizer", "protobuf", "pyctcdecode (>=0.4.0)", "ray[tune]", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "tensorflow (>=2.6,<2.15)", "tensorflow-text (<2.15)", "tf2onnx", "timm", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torch (>=1.10,!=1.12.0)", "torchaudio", "torchvision"] audio = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"] codecarbon = ["codecarbon (==1.2.0)"] deepspeed = ["accelerate (>=0.20.3)", "deepspeed (>=0.9.3)"] deepspeed-testing = ["GitPython (<3.1.19)", "accelerate (>=0.20.3)", "beautifulsoup4", "black (>=23.1,<24.0)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "deepspeed (>=0.9.3)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "hf-doc-builder (>=0.3.0)", "nltk", "optuna", "parameterized", "protobuf", "psutil", "pytest (>=7.2.0)", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "sentencepiece (>=0.1.91,!=0.1.92)", "timeout-decorator"] -dev = ["GitPython (<3.1.19)", "Pillow (<10.0.0)", "accelerate (>=0.20.3)", "av (==9.2.0)", "beautifulsoup4", "black (>=23.1,<24.0)", "codecarbon (==1.2.0)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "decord (==0.6.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "flax (>=0.4.1,<=0.7.0)", "fugashi (>=1.0)", "hf-doc-builder", "hf-doc-builder (>=0.3.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "jax (>=0.2.8,!=0.3.2,<=0.4.13)", "jaxlib (>=0.1.65,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1)", "librosa", "nltk", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pytest (>=7.2.0)", "pytest-timeout", "pytest-xdist", "ray[tune]", "rhoknp (>=1.1.0,<1.3.1)", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (>=0.0.241,<=0.0.259)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "tensorflow (>=2.6,<2.14)", "tensorflow-text (<2.14)", "tf2onnx", "timeout-decorator", "timm", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torch (>=1.9,!=1.12.0)", "torchaudio", "torchvision", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)", "urllib3 (<2.0.0)"] -dev-tensorflow = ["GitPython (<3.1.19)", "Pillow (<10.0.0)", "beautifulsoup4", "black (>=23.1,<24.0)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "hf-doc-builder", "hf-doc-builder (>=0.3.0)", "isort (>=5.5.4)", "kenlm", "keras-nlp (>=0.3.1)", "librosa", "nltk", "onnxconverter-common", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pytest (>=7.2.0)", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (>=0.0.241,<=0.0.259)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorflow (>=2.6,<2.14)", "tensorflow-text (<2.14)", "tf2onnx", "timeout-decorator", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "urllib3 (<2.0.0)"] -dev-torch = ["GitPython (<3.1.19)", "Pillow (<10.0.0)", "accelerate (>=0.20.3)", "beautifulsoup4", "black (>=23.1,<24.0)", "codecarbon (==1.2.0)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "fugashi (>=1.0)", "hf-doc-builder", "hf-doc-builder (>=0.3.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "kenlm", "librosa", "nltk", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "optuna", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pytest (>=7.2.0)", "pytest-timeout", "pytest-xdist", "ray[tune]", "rhoknp (>=1.1.0,<1.3.1)", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (>=0.0.241,<=0.0.259)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "timeout-decorator", "timm", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torch (>=1.9,!=1.12.0)", "torchaudio", "torchvision", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)", "urllib3 (<2.0.0)"] -docs = ["Pillow (<10.0.0)", "accelerate (>=0.20.3)", "av (==9.2.0)", "codecarbon (==1.2.0)", "decord (==0.6.0)", "flax (>=0.4.1,<=0.7.0)", "hf-doc-builder", "jax (>=0.2.8,!=0.3.2,<=0.4.13)", "jaxlib (>=0.1.65,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1)", "librosa", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "phonemizer", "protobuf", "pyctcdecode (>=0.4.0)", "ray[tune]", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "tensorflow (>=2.6,<2.14)", "tensorflow-text (<2.14)", "tf2onnx", "timm", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torch (>=1.9,!=1.12.0)", "torchaudio", "torchvision"] +dev = ["GitPython (<3.1.19)", "Pillow (<10.0.0)", "accelerate (>=0.20.3)", "av (==9.2.0)", "beautifulsoup4", "black (>=23.1,<24.0)", "codecarbon (==1.2.0)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "decord (==0.6.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "flax (>=0.4.1,<=0.7.0)", "fugashi (>=1.0)", "hf-doc-builder", "hf-doc-builder (>=0.3.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1)", "librosa", "nltk", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pytest (>=7.2.0)", "pytest-timeout", "pytest-xdist", "ray[tune]", "rhoknp (>=1.1.0,<1.3.1)", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (>=0.0.241,<=0.0.259)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "tensorflow (>=2.6,<2.15)", "tensorflow-text (<2.15)", "tf2onnx", "timeout-decorator", "timm", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torch (>=1.10,!=1.12.0)", "torchaudio", "torchvision", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)", "urllib3 (<2.0.0)"] +dev-tensorflow = ["GitPython (<3.1.19)", "Pillow (<10.0.0)", "beautifulsoup4", "black (>=23.1,<24.0)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "hf-doc-builder", "hf-doc-builder (>=0.3.0)", "isort (>=5.5.4)", "kenlm", "keras-nlp (>=0.3.1)", "librosa", "nltk", "onnxconverter-common", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pytest (>=7.2.0)", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (>=0.0.241,<=0.0.259)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorflow (>=2.6,<2.15)", "tensorflow-text (<2.15)", "tf2onnx", "timeout-decorator", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "urllib3 (<2.0.0)"] +dev-torch = ["GitPython (<3.1.19)", "Pillow (<10.0.0)", "accelerate (>=0.20.3)", "beautifulsoup4", "black (>=23.1,<24.0)", "codecarbon (==1.2.0)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "fugashi (>=1.0)", "hf-doc-builder", "hf-doc-builder (>=0.3.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "kenlm", "librosa", "nltk", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "optuna", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pytest (>=7.2.0)", "pytest-timeout", "pytest-xdist", "ray[tune]", "rhoknp (>=1.1.0,<1.3.1)", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (>=0.0.241,<=0.0.259)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "timeout-decorator", "timm", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torch (>=1.10,!=1.12.0)", "torchaudio", "torchvision", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)", "urllib3 (<2.0.0)"] +docs = ["Pillow (<10.0.0)", "accelerate (>=0.20.3)", "av (==9.2.0)", "codecarbon (==1.2.0)", "decord (==0.6.0)", "flax (>=0.4.1,<=0.7.0)", "hf-doc-builder", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1)", "librosa", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "phonemizer", "protobuf", "pyctcdecode (>=0.4.0)", "ray[tune]", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "tensorflow (>=2.6,<2.15)", "tensorflow-text (<2.15)", "tf2onnx", "timm", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torch (>=1.10,!=1.12.0)", "torchaudio", "torchvision"] docs-specific = ["hf-doc-builder"] fairscale = ["fairscale (>0.3)"] -flax = ["flax (>=0.4.1,<=0.7.0)", "jax (>=0.2.8,!=0.3.2,<=0.4.13)", "jaxlib (>=0.1.65,<=0.4.13)", "optax (>=0.0.8,<=0.1.4)"] +flax = ["flax (>=0.4.1,<=0.7.0)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "optax (>=0.0.8,<=0.1.4)"] flax-speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"] ftfy = ["ftfy"] integrations = ["optuna", "ray[tune]", "sigopt"] @@ -2571,15 +2594,15 @@ sigopt = ["sigopt"] sklearn = ["scikit-learn"] speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)", "torchaudio"] testing = ["GitPython (<3.1.19)", "beautifulsoup4", "black (>=23.1,<24.0)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "hf-doc-builder (>=0.3.0)", "nltk", "parameterized", "protobuf", "psutil", "pytest (>=7.2.0)", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "timeout-decorator"] -tf = ["keras-nlp (>=0.3.1)", "onnxconverter-common", "tensorflow (>=2.6,<2.14)", "tensorflow-text (<2.14)", "tf2onnx"] -tf-cpu = ["keras-nlp (>=0.3.1)", "onnxconverter-common", "tensorflow-cpu (>=2.6,<2.14)", "tensorflow-text (<2.14)", "tf2onnx"] +tf = ["keras-nlp (>=0.3.1)", "onnxconverter-common", "tensorflow (>=2.6,<2.15)", "tensorflow-text (<2.15)", "tf2onnx"] +tf-cpu = ["keras-nlp (>=0.3.1)", "onnxconverter-common", "tensorflow-cpu (>=2.6,<2.15)", "tensorflow-text (<2.15)", "tf2onnx"] tf-speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"] timm = ["timm"] tokenizers = ["tokenizers (>=0.11.1,!=0.11.3,<0.14)"] -torch = ["accelerate (>=0.20.3)", "torch (>=1.9,!=1.12.0)"] +torch = ["accelerate (>=0.20.3)", "torch (>=1.10,!=1.12.0)"] torch-speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)", "torchaudio"] torch-vision = ["Pillow (<10.0.0)", "torchvision"] -torchhub = ["filelock", "huggingface-hub (>=0.14.1,<1.0)", "importlib-metadata", "numpy (>=1.17)", "packaging (>=20.0)", "protobuf", "regex (!=2019.12.17)", "requests", "sentencepiece (>=0.1.91,!=0.1.92)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torch (>=1.9,!=1.12.0)", "tqdm (>=4.27)"] +torchhub = ["filelock", "huggingface-hub (>=0.15.1,<1.0)", "importlib-metadata", "numpy (>=1.17)", "packaging (>=20.0)", "protobuf", "regex (!=2019.12.17)", "requests", "sentencepiece (>=0.1.91,!=0.1.92)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torch (>=1.10,!=1.12.0)", "tqdm (>=4.27)"] video = ["av (==9.2.0)", "decord (==0.6.0)"] vision = ["Pillow (<10.0.0)"] @@ -2703,13 +2726,13 @@ test = ["Cython (>=0.29.32,<0.30.0)", "aiohttp", "flake8 (>=3.9.2,<3.10.0)", "my [[package]] name = "virtualenv" -version = "20.24.2" +version = "20.24.5" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.2-py3-none-any.whl", hash = "sha256:43a3052be36080548bdee0b42919c88072037d50d56c28bd3f853cbe92b953ff"}, - {file = "virtualenv-20.24.2.tar.gz", hash = "sha256:fd8a78f46f6b99a67b7ec5cf73f92357891a7b3a40fd97637c27f854aae3b9e0"}, + {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, + {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, ] [package.dependencies] @@ -2718,38 +2741,38 @@ filelock = ">=3.12.2,<4" platformdirs = ">=3.9.1,<4" [package.extras] -docs = ["furo (>=2023.5.20)", "proselint (>=0.13)", "sphinx (>=7.0.1)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] +docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.4)", "pytest-env (>=0.8.2)", "pytest-freezer (>=0.4.8)", "pytest-mock (>=3.11.1)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=68)", "time-machine (>=2.10)"] [[package]] name = "watchfiles" -version = "0.19.0" +version = "0.20.0" description = "Simple, modern and high performance file watching and code reload in python." optional = false python-versions = ">=3.7" files = [ - {file = "watchfiles-0.19.0-cp37-abi3-macosx_10_7_x86_64.whl", hash = "sha256:91633e64712df3051ca454ca7d1b976baf842d7a3640b87622b323c55f3345e7"}, - {file = "watchfiles-0.19.0-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:b6577b8c6c8701ba8642ea9335a129836347894b666dd1ec2226830e263909d3"}, - {file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:18b28f6ad871b82df9542ff958d0c86bb0d8310bb09eb8e87d97318a3b5273af"}, - {file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fac19dc9cbc34052394dbe81e149411a62e71999c0a19e1e09ce537867f95ae0"}, - {file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:09ea3397aecbc81c19ed7f025e051a7387feefdb789cf768ff994c1228182fda"}, - {file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c0376deac92377817e4fb8f347bf559b7d44ff556d9bc6f6208dd3f79f104aaf"}, - {file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9c75eff897786ee262c9f17a48886f4e98e6cfd335e011c591c305e5d083c056"}, - {file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cb5d45c4143c1dd60f98a16187fd123eda7248f84ef22244818c18d531a249d1"}, - {file = "watchfiles-0.19.0-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:79c533ff593db861ae23436541f481ec896ee3da4e5db8962429b441bbaae16e"}, - {file = "watchfiles-0.19.0-cp37-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:3d7d267d27aceeeaa3de0dd161a0d64f0a282264d592e335fff7958cc0cbae7c"}, - {file = "watchfiles-0.19.0-cp37-abi3-win32.whl", hash = "sha256:176a9a7641ec2c97b24455135d58012a5be5c6217fc4d5fef0b2b9f75dbf5154"}, - {file = "watchfiles-0.19.0-cp37-abi3-win_amd64.whl", hash = "sha256:945be0baa3e2440151eb3718fd8846751e8b51d8de7b884c90b17d271d34cae8"}, - {file = "watchfiles-0.19.0-cp37-abi3-win_arm64.whl", hash = "sha256:0089c6dc24d436b373c3c57657bf4f9a453b13767150d17284fc6162b2791911"}, - {file = "watchfiles-0.19.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl", hash = "sha256:cae3dde0b4b2078f31527acff6f486e23abed307ba4d3932466ba7cdd5ecec79"}, - {file = "watchfiles-0.19.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:7f3920b1285a7d3ce898e303d84791b7bf40d57b7695ad549dc04e6a44c9f120"}, - {file = "watchfiles-0.19.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9afd0d69429172c796164fd7fe8e821ade9be983f51c659a38da3faaaaac44dc"}, - {file = "watchfiles-0.19.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:68dce92b29575dda0f8d30c11742a8e2b9b8ec768ae414b54f7453f27bdf9545"}, - {file = "watchfiles-0.19.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl", hash = "sha256:5569fc7f967429d4bc87e355cdfdcee6aabe4b620801e2cf5805ea245c06097c"}, - {file = "watchfiles-0.19.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:5471582658ea56fca122c0f0d0116a36807c63fefd6fdc92c71ca9a4491b6b48"}, - {file = "watchfiles-0.19.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b538014a87f94d92f98f34d3e6d2635478e6be6423a9ea53e4dd96210065e193"}, - {file = "watchfiles-0.19.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:20b44221764955b1e703f012c74015306fb7e79a00c15370785f309b1ed9aa8d"}, - {file = "watchfiles-0.19.0.tar.gz", hash = "sha256:d9b073073e048081e502b6c6b0b88714c026a1a4c890569238d04aca5f9ca74b"}, + {file = "watchfiles-0.20.0-cp37-abi3-macosx_10_7_x86_64.whl", hash = "sha256:3796312bd3587e14926013612b23066912cf45a14af71cf2b20db1c12dadf4e9"}, + {file = "watchfiles-0.20.0-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:d0002d81c89a662b595645fb684a371b98ff90a9c7d8f8630c82f0fde8310458"}, + {file = "watchfiles-0.20.0-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:570848706440373b4cd8017f3e850ae17f76dbdf1e9045fc79023b11e1afe490"}, + {file = "watchfiles-0.20.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9a0351d20d03c6f7ad6b2e8a226a5efafb924c7755ee1e34f04c77c3682417fa"}, + {file = "watchfiles-0.20.0-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:007dcc4a401093010b389c044e81172c8a2520dba257c88f8828b3d460c6bb38"}, + {file = "watchfiles-0.20.0-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0d82dbc1832da83e441d112069833eedd4cf583d983fb8dd666fbefbea9d99c0"}, + {file = "watchfiles-0.20.0-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:99f4c65fd2fce61a571b2a6fcf747d6868db0bef8a934e8ca235cc8533944d95"}, + {file = "watchfiles-0.20.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5392dd327a05f538c56edb1c6ebba6af91afc81b40822452342f6da54907bbdf"}, + {file = "watchfiles-0.20.0-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:08dc702529bb06a2b23859110c214db245455532da5eaea602921687cfcd23db"}, + {file = "watchfiles-0.20.0-cp37-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:7d4e66a857621584869cfbad87039e65dadd7119f0d9bb9dbc957e089e32c164"}, + {file = "watchfiles-0.20.0-cp37-abi3-win32.whl", hash = "sha256:a03d1e6feb7966b417f43c3e3783188167fd69c2063e86bad31e62c4ea794cc5"}, + {file = "watchfiles-0.20.0-cp37-abi3-win_amd64.whl", hash = "sha256:eccc8942bcdc7d638a01435d915b913255bbd66f018f1af051cd8afddb339ea3"}, + {file = "watchfiles-0.20.0-cp37-abi3-win_arm64.whl", hash = "sha256:b17d4176c49d207865630da5b59a91779468dd3e08692fe943064da260de2c7c"}, + {file = "watchfiles-0.20.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl", hash = "sha256:d97db179f7566dcf145c5179ddb2ae2a4450e3a634eb864b09ea04e68c252e8e"}, + {file = "watchfiles-0.20.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:835df2da7a5df5464c4a23b2d963e1a9d35afa422c83bf4ff4380b3114603644"}, + {file = "watchfiles-0.20.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:608cd94a8767f49521901aff9ae0c92cc8f5a24d528db7d6b0295290f9d41193"}, + {file = "watchfiles-0.20.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:89d1de8218874925bce7bb2ae9657efc504411528930d7a83f98b1749864f2ef"}, + {file = "watchfiles-0.20.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl", hash = "sha256:13f995d5152a8ba4ed7c2bbbaeee4e11a5944defc7cacd0ccb4dcbdcfd78029a"}, + {file = "watchfiles-0.20.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:9b5c8d3be7b502f8c43a33c63166ada8828dbb0c6d49c8f9ce990a96de2f5a49"}, + {file = "watchfiles-0.20.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e43af4464daa08723c04b43cf978ab86cc55c684c16172622bdac64b34e36af0"}, + {file = "watchfiles-0.20.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:87d9e1f75c4f86c93d73b5bd1ebe667558357548f11b4f8af4e0e272f79413ce"}, + {file = "watchfiles-0.20.0.tar.gz", hash = "sha256:728575b6b94c90dd531514677201e8851708e6e4b5fe7028ac506a200b622019"}, ] [package.dependencies] @@ -2850,13 +2873,13 @@ watchdog = ["watchdog"] [[package]] name = "wheel" -version = "0.41.1" +version = "0.41.2" description = "A built-package format for Python" optional = false python-versions = ">=3.7" files = [ - {file = "wheel-0.41.1-py3-none-any.whl", hash = "sha256:473219bd4cbedc62cea0cb309089b593e47c15c4a2531015f94e4e3b9a0f6981"}, - {file = "wheel-0.41.1.tar.gz", hash = "sha256:12b911f083e876e10c595779709f8a88a59f45aacc646492a67fe9ef796c1b47"}, + {file = "wheel-0.41.2-py3-none-any.whl", hash = "sha256:75909db2664838d015e3d9139004ee16711748a52c8f336b52882266540215d8"}, + {file = "wheel-0.41.2.tar.gz", hash = "sha256:0c5ac5ff2afb79ac23ab82bab027a0be7b5dbcf2e54dc50efe4bf507de1f7985"}, ] [package.extras] diff --git a/tests/data/navigator_test_core.json b/tests/data/navigator_test_core.json index 7aeae731..29b15509 100644 --- a/tests/data/navigator_test_core.json +++ b/tests/data/navigator_test_core.json @@ -1,14 +1,14 @@ -{"_index":"navigator_test_core","_type":"_doc","_id":"QHt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Presidential Instruction No. 6 of 2013 on Suspension of New Licenses and Improving Forest Governance of Primary Forest and Peatland","document_id":"CCLW.executive.1332.1548","document_name":"Presidential Instruction No. 6 of 2013 on Suspension of New Licenses and Improving Forest Governance of Primary Forest and Peatland","document_description":"The first iteration of this instruction was issued in 2011 in order to implement commitments under the agreements in the Letter of Intent signed with the Kingdom of Norway in May 2011. The Instruction is intended to facilitate Indonesia's participation in internationally financed REDD activities and places a moratorium on clearance of primary peatland and forests within moratorium areas. The initial moratorium was extended by Presidential Instruction 6/2013. In 2019, President Joko Widodo signed Presidential Instruction 5/2019, making the moratorium on the clearance of primary forest and peatlands in moratorium areas permanent. ","document_source_url":"https://climate-laws.org/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaUlHIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8c435aa888628a4bbbef25307cab8c50b5be954a/f","document_cdn_object":"IDN/2013/presidential-instruction-no-6-of-2013-on-suspension-of-new-licenses-and-improving-forest-governance-of-primary-forest-and-peatland_030ef732d9e7a72dc9f984daa66d219f.pdf","document_md5_sum":"030ef732d9e7a72dc9f984daa66d219f","translated":false,"document_slug":"indonesia_2013_presidential-instruction-no-6-of-2013-on-suspension-of-new-licenses-and-improving-forest-governance-of-primary-forest-and-peatland_1332_1548","document_content_type":"application/pdf","document_date":"01/01/2013","document_geography":"IDN","document_category":"Policy","document_source":"CCLW","document_type":"Decree","document_sectors":["LULUCF","Residential and Commercial"],"document_name_and_slug":"Presidential Instruction No. 6 of 2013 on Suspension of New Licenses and Improving Forest Governance of Primary Forest and Peatland indonesia_2013_presidential-instruction-no-6-of-2013-on-suspension-of-new-licenses-and-improving-forest-governance-of-primary-forest-and-peatland_1332_1548"}} -{"_index":"navigator_test_core","_type":"_doc","_id":"QXt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"The first iteration of this instruction was issued in 2011 in order to implement commitments under the agreements in the Letter of Intent signed with the Kingdom of Norway in May 2011. The Instruction is intended to facilitate Indonesia's participation in internationally financed REDD activities and places a moratorium on clearance of primary peatland and forests within moratorium areas. The initial moratorium was extended by Presidential Instruction 6/2013. In 2019, President Joko Widodo signed Presidential Instruction 5/2019, making the moratorium on the clearance of primary forest and peatlands in moratorium areas permanent. ","document_id":"CCLW.executive.1332.1548","document_name":"Presidential Instruction No. 6 of 2013 on Suspension of New Licenses and Improving Forest Governance of Primary Forest and Peatland","document_description":"The first iteration of this instruction was issued in 2011 in order to implement commitments under the agreements in the Letter of Intent signed with the Kingdom of Norway in May 2011. The Instruction is intended to facilitate Indonesia's participation in internationally financed REDD activities and places a moratorium on clearance of primary peatland and forests within moratorium areas. The initial moratorium was extended by Presidential Instruction 6/2013. In 2019, President Joko Widodo signed Presidential Instruction 5/2019, making the moratorium on the clearance of primary forest and peatlands in moratorium areas permanent. ","document_source_url":"https://climate-laws.org/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaUlHIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8c435aa888628a4bbbef25307cab8c50b5be954a/f","document_cdn_object":"IDN/2013/presidential-instruction-no-6-of-2013-on-suspension-of-new-licenses-and-improving-forest-governance-of-primary-forest-and-peatland_030ef732d9e7a72dc9f984daa66d219f.pdf","document_md5_sum":"030ef732d9e7a72dc9f984daa66d219f","translated":false,"document_slug":"indonesia_2013_presidential-instruction-no-6-of-2013-on-suspension-of-new-licenses-and-improving-forest-governance-of-primary-forest-and-peatland_1332_1548","document_content_type":"application/pdf","document_date":"01/01/2013","document_geography":"IDN","document_category":"Policy","document_source":"CCLW","document_type":"Decree","document_sectors":["LULUCF","Residential and Commercial"],"document_name_and_slug":"Presidential Instruction No. 6 of 2013 on Suspension of New Licenses and Improving Forest Governance of Primary Forest and Peatland indonesia_2013_presidential-instruction-no-6-of-2013-on-suspension-of-new-licenses-and-improving-forest-governance-of-primary-forest-and-peatland_1332_1548","document_description_embedding":[0.1283874213695526,0.4839189946651459,0.02788081392645836,-0.08220475912094116,0.626685619354248,0.1397588700056076,0.4976033568382263,-0.3859226703643799,-0.17228282988071442,0.0214955173432827,0.1301226168870926,0.20019842684268951,-0.6399853229522705,-0.02558164671063423,0.08892685174942017,0.3072603642940521,0.1399029940366745,-0.26719844341278076,-0.14302930235862732,0.38272491097450256,0.3915441036224365,0.025563202798366547,0.4523782432079315,1.1733462810516357,0.9657933115959167,0.2092495709657669,0.19888080656528473,0.1826002448797226,0.010655377060174942,0.06310679763555527,0.15121881663799286,-0.27957478165626526,0.5821076035499573,0.16365399956703186,0.316203236579895,0.7101340889930725,0.00464055547490716,-0.19252541661262512,-0.5624672174453735,0.11142998188734055,-0.6850591897964478,-0.16971942782402039,-0.16480335593223572,-0.011907347477972507,0.37547212839126587,-0.17577072978019714,0.5381838083267212,0.6270573139190674,0.31104421615600586,0.3854370415210724,-0.5703043937683105,0.2564760446548462,0.10620482265949249,0.33824241161346436,-0.13282227516174316,-0.09639380872249603,0.29287558794021606,-0.23253464698791504,-0.3388717770576477,-0.31599822640419006,-0.08910535275936127,0.047577593475580215,0.019987354055047035,-0.1106371209025383,0.13598844408988953,0.3588513135910034,-0.2824729084968567,0.19472089409828186,-0.6870132684707642,-0.673933744430542,-0.41902515292167664,0.45997923612594604,0.012165116146206856,-0.36506468057632446,0.33035382628440857,-0.17944476008415222,-0.23174960911273956,0.25634074211120605,0.009045179933309555,0.4290420114994049,-0.41876867413520813,0.057507291436195374,0.10269466787576675,-0.27977365255355835,0.5260794758796692,-0.4162991940975189,0.6383041143417358,-0.06747327744960785,-0.16729465126991272,0.03428364172577858,0.5990116596221924,-0.5770947337150574,0.25281062722206116,0.20824699103832245,-0.18629850447177887,0.3000842034816742,0.08529796451330185,-0.013571605086326599,-0.345427006483078,-0.39509767293930054,-0.1161089837551117,-0.10363294929265976,0.11006949841976166,0.20675289630889893,0.14025795459747314,-0.20027172565460205,-0.14938673377037048,-0.11582352221012115,0.15012498199939728,0.042494602501392365,0.29959768056869507,-0.32661718130111694,0.07160291075706482,-0.34207388758659363,-0.01733468472957611,0.5755928158760071,-0.17230387032032013,-0.12466716766357422,-0.24774238467216492,0.6909898519515991,0.5951502919197083,0.08478771150112152,0.15618740022182465,0.817214846611023,0.16559551656246185,-0.5043745040893555,0.21671833097934723,-0.19636482000350952,-0.6983726024627686,0.39420047402381897,0.2137579619884491,-0.24715225398540497,-0.18796555697917938,0.08790217339992523,-0.2126752734184265,0.6694161891937256,0.36552295088768005,-0.1668098419904709,0.08036049455404282,0.05955875664949417,-0.21993233263492584,0.1541295349597931,0.2336367815732956,-0.11681592464447021,0.25432300567626953,-0.30965515971183777,-0.04087379202246666,-0.459308922290802,0.07772022485733032,-0.22560633718967438,0.11612282693386078,-0.24516434967517853,-0.004605480935424566,-0.3777623176574707,-0.38494089245796204,0.22633571922779083,-0.12468191236257553,0.3026249408721924,-0.058018628507852554,-0.24950355291366577,0.427661657333374,0.23805907368659973,0.15194065868854523,0.12446508556604385,0.39843982458114624,-0.015720108523964882,0.19236721098423004,0.5552655458450317,0.25336894392967224,-0.3517224192619324,0.10524540394544601,-0.01623613014817238,0.5500211119651794,-0.6746943593025208,-0.3987939953804016,0.9591560959815979,0.04030095785856247,0.007166504859924316,-0.5154666900634766,0.21841412782669067,-1.6696544885635376,0.015155008062720299,-0.3117925822734833,0.1990811973810196,-0.04767877981066704,-0.4033697843551636,0.1988958716392517,0.12163503468036652,0.050191622227430344,0.26801225543022156,-0.2882181406021118,-0.4071488082408905,0.9234731793403625,0.050072114914655685,0.21965982019901276,-0.28410860896110535,-0.03939921408891678,-0.0954945832490921,-0.32529568672180176,0.18670397996902466,0.17631188035011292,0.01122428197413683,0.14185893535614014,0.18767093122005463,-0.42300525307655334,-0.1330610066652298,-0.34083691239356995,0.24610640108585358,0.45540761947631836,0.2168755978345871,-0.3081609308719635,-0.0034953574649989605,0.09008266031742096,0.12371403723955154,-0.23413783311843872,-0.022069277241826057,-0.2412896752357483,-0.27746090292930603,-0.003701914567500353,-0.030026327818632126,-0.30580419301986694,0.49436455965042114,-0.48861637711524963,0.3018844723701477,0.22782625257968903,0.933931291103363,0.27794989943504333,-0.6674251556396484,0.08570798486471176,-0.3903931975364685,-0.18798580765724182,-0.15845905244350433,0.3187338709831238,0.24920517206192017,0.4666334390640259,0.28816279768943787,-0.6171345710754395,-0.3092173635959625,0.43202805519104004,-0.7528015971183777,0.2448493093252182,-0.01098480261862278,-0.02176162786781788,-0.19839055836200714,0.8078199028968811,0.17266204953193665,-0.05522311478853226,-0.24502864480018616,0.00031337421387434006,0.43800249695777893,-0.21825751662254333,0.49404025077819824,0.031201820820569992,0.16604846715927124,-0.35407668352127075,-0.08492039889097214,-0.6077741980552673,-0.6389183402061462,0.11832635849714279,-0.34742701053619385,0.5493060946464539,-0.030139774084091187,0.08647176623344421,-0.08129580318927765,0.4509241580963135,-0.3644354045391083,0.3099421262741089,-0.23018215596675873,-0.4002036452293396,-0.2958385944366455,0.03148054704070091,-0.23264308273792267,-0.3413518965244293,0.08348435908555984,-0.22304166853427887,-0.1670871376991272,0.1304062455892563,-0.22478045523166656,0.2974388897418976,-0.7671452164649963,-0.31380847096443176,0.23201683163642883,-0.30948853492736816,-0.20013445615768433,0.12670393288135529,-0.053451184183359146,-0.24373359978199005,-0.910447359085083,0.15308937430381775,0.13673707842826843,0.11957552284002304,0.44914621114730835,-0.19593064486980438,0.07341450452804565,0.17772136628627777,-0.1798396110534668,-0.18240386247634888,-0.36408185958862305,0.744155764579773,0.05483723804354668,-0.5351213812828064,-0.7579850554466248,-0.45589181780815125,0.41476815938949585,0.026318896561861038,-0.24158252775669098,0.1157352477312088,-0.3838111162185669,-5.2608642578125,0.32701554894447327,-0.38358110189437866,-0.27371957898139954,0.7610874176025391,0.5665066838264465,-0.19184504449367523,-0.11117881536483765,0.27491337060928345,-0.5324421525001526,-0.12208816409111023,-0.6545920372009277,0.06515216082334518,0.4643784463405609,-0.12228485196828842,-0.2450680136680603,-0.06850291043519974,-0.0959051251411438,-0.5277750492095947,-0.07750268280506134,-0.15123385190963745,-0.5074067115783691,0.301190048456192,-0.05815162882208824,0.9427616596221924,-0.1639646291732788,-0.5122687816619873,-0.030973779037594795,0.1548885703086853,0.000009438421329832636,0.4934319257736206,-0.4863687753677368,0.24528858065605164,0.1356283277273178,0.011729045771062374,0.07824654132127762,0.5550110936164856,-0.23286883533000946,-0.04850168898701668,-0.09062154591083527,-0.12393009662628174,-0.35876208543777466,-0.3050595223903656,-0.15424881875514984,0.37259748578071594,0.26005151867866516,0.03559717535972595,0.25307244062423706,-0.309965044260025,-0.4862405061721802,0.1584046483039856,0.5803413987159729,-0.007471624296158552,-0.1818910539150238,-0.5982542634010315,0.02642972208559513,0.21546851098537445,-0.07867475599050522,0.04452938586473465,-0.3024292588233948,0.11274834722280502,-0.005214292090386152,-0.3856869041919708,-0.16791310906410217,-0.17822010815143585,0.20481383800506592,-0.22490262985229492,-0.027931150048971176,0.2674187421798706,-0.14967501163482666,0.06944620609283447,0.44025614857673645,-0.42678090929985046,-0.7361223101615906,-0.28137046098709106,-0.9062728881835938,0.12619872391223907,-0.7984943389892578,-0.02987532503902912,0.052920084446668625,-0.0388905368745327,0.19209109246730804,0.40748506784439087,0.7608870267868042,0.19549329578876495,0.14134210348129272,0.34777387976646423,-0.24346435070037842,-0.018355373293161392,-0.49119049310684204,0.7232903242111206,-0.5723562836647034,-0.8569359183311462,-0.3230460286140442,0.5033503174781799,0.01579536870121956,-0.20725350081920624,0.08584744483232498,0.2555572986602783,0.10105592757463455,0.24501605331897736,-0.042087242007255554,-0.05386818200349808,0.3916221261024475,0.07426676154136658,-0.04007936641573906,-0.2224867045879364,0.07033810764551163,-0.3211783468723297,0.08687124401330948,0.017824500799179077,0.13983768224716187,-0.12773483991622925,0.044801030308008194,-0.08835320919752121,0.1789340376853943,0.03754095733165741,0.11732880026102066,0.33169007301330566,-0.4611126482486725,-0.47259944677352905,0.1499016284942627,0.22232681512832642,0.1214655190706253,-0.15968020260334015,0.2523718476295471,-0.5369499921798706,0.033913273364305496,0.4873487949371338,-0.08775267004966736,-0.3484213650226593,-0.18402326107025146,0.45691075921058655,0.024144956842064857,0.9353868365287781,-0.09649275988340378,-0.5740019679069519,-1.0983085632324219,-0.11641945689916611,0.8114007711410522,-0.5235661268234253,-0.3229981064796448,0.10732679069042206,-0.40962353348731995,0.4681243896484375,0.34140920639038086,0.5274258255958557,-0.29327189922332764,0.4238124191761017,-0.2897231876850128,0.3675304353237152,-0.5064824223518372,0.40544554591178894,-0.48742082715034485,-0.4318822920322418,0.1249898299574852,0.276737242937088,-0.29075315594673157,0.6129441261291504,-0.29923832416534424,0.1745634824037552,0.10874047875404358,-0.3074267506599426,-0.5757781267166138,-0.147829070687294,0.209955632686615,-0.4401399791240692,0.21282143890857697,-0.04180077463388443,-0.5204137563705444,-0.09266163408756256,-0.891158401966095,-0.5976668000221252,0.09911981225013733,0.08908132463693619,0.17182576656341553,-0.07577116042375565,-0.009760482236742973,-0.44172772765159607,-0.19958630204200745,-0.24205313622951508,0.31020495295524597,-0.5664432048797607,-0.21221399307250977,0.462176650762558,-0.6289335489273071,-0.08033446967601776,-0.5500949025154114,-0.11848318576812744,-0.17360368371009827,0.6365198493003845,0.13496646285057068,0.386999249458313,0.457766056060791,-0.43441474437713623,-0.5828743577003479,0.4262431561946869,0.30925819277763367,-0.14303721487522125,0.7546541690826416,0.04487566277384758,-0.45147469639778137,0.005030686967074871,-0.21603509783744812,-0.5075061917304993,0.29233086109161377,-0.09965891391038895,-0.046378545463085175,0.4481472373008728,-0.6331542730331421,0.23614782094955444,-0.03501378744840622,-0.18829627335071564,0.587433934211731,0.7632554769515991,-0.3192070424556732,0.3070232570171356,-0.5945557355880737,-0.5372256636619568,-0.2808399796485901,-0.2909051477909088,0.018247898668050766,0.1392412781715393,0.03862503543496132,-0.6995848417282104,-0.18037529289722443,0.2647571563720703,0.19809745252132416,-0.19950634241104126,-0.061730895191431046,0.05812012031674385,-0.5188448429107666,0.08017844706773758,0.37888485193252563,-0.12760314345359802,0.3333072066307068,-0.15109674632549286,-0.248464897274971,-0.018858369439840317,0.5345005393028259,0.622880220413208,0.2129896879196167,0.08500634878873825,-0.18628571927547455,-0.38683992624282837,0.36580801010131836,-0.35532310605049133,0.015819083899259567,0.16364790499210358,0.4283430874347687,0.10032936185598373,-0.0030256041791290045,-0.4297259747982025,-0.08802085369825363,-0.04800788313150406,-0.5117252469062805,-0.04261229932308197,0.38050052523612976,-0.352144718170166,-0.18730029463768005,0.15974494814872742,0.14954283833503723,0.3626774251461029,0.09468148648738861,0.3802069425582886,-0.2441355288028717,-0.21525654196739197,-0.277680903673172,0.06185727193951607,-0.1521393060684204,-0.1453820914030075,-0.4140826463699341,-0.12104034423828125,0.4766150712966919,0.4482916295528412,-0.00017204957839567214,-0.26273441314697266,0.31358009576797485,-0.12427612394094467,-0.36543112993240356,-0.2991030216217041,0.4117189943790436,0.08316351473331451,0.20965737104415894,0.5915181636810303,0.00673394650220871,-0.37191855907440186,-0.2119273692369461,-0.2309364527463913,-0.4229489266872406,0.4090625047683716,-0.5144267678260803,-0.27391931414604187,0.009810960851609707,-0.6437137126922607,0.09482786059379578,0.4927372634410858,0.6350162029266357,0.07984554022550583,-0.05893751606345177,0.3289826810359955,-0.10148057341575623,0.25179439783096313,-0.1344011127948761,-0.6726324558258057,-0.29769366979599,0.04760129749774933,-0.24422228336334229,-0.23866522312164307,0.18016543984413147,0.11763648688793182,0.14812636375427246,0.3491974174976349,0.3405318558216095,-0.07692895084619522,-0.07027728110551834,-0.02496294118463993,-0.17703983187675476,0.6376773118972778,-0.09581238776445389,0.48955437541007996,0.03539188951253891,0.08843047171831131,-0.11992879956960678,0.4859156608581543,0.06982730329036713,-0.09661433100700378,0.1824597418308258,0.09087441861629486,0.4709588587284088,-0.5351592302322388,0.2691561281681061,0.16170959174633026,0.22779566049575806,0.46801552176475525,0.20489265024662018,0.4468439817428589,-0.1399308741092682,0.11087026447057724,0.03070519119501114,0.21300263702869415,0.30669263005256653,-0.33691686391830444,-0.008422183804214,0.7896962761878967,0.13632793724536896,-0.013375564478337765,0.09516220539808273,0.3857828378677368,0.6862429976463318,0.016288265585899353,-0.18946702778339386,0.05554191395640373,0.005419949535280466,0.3085365891456604,0.21590881049633026,-0.42450007796287537,0.295701265335083,0.1601933240890503,-0.1718846559524536,0.15536080300807953,0.47741883993148804,-0.05148961767554283,0.25522616505622864,-0.04619462415575981,0.08693048357963562,-0.03383437544107437,0.07760005444288254,0.2108985036611557,-0.14083772897720337,0.24206654727458954,-0.43022412061691284,-0.69035804271698,-0.12801630795001984,-0.030603086575865746,-0.17328408360481262,-0.021344628185033798,0.14144355058670044,0.3014696538448334,0.18101711571216583,-0.7065423130989075,-0.12547464668750763,0.24443455040454865,0.04588622599840164,-0.2801375091075897,-0.25272664427757263,-0.09992429614067078,-0.4628317058086395,-0.4689905345439911,-0.06256504356861115,-0.4741542339324951,-0.07802275568246841,0.1419745236635208,0.08849824965000153,-0.45648911595344543,0.462001770734787,0.2581287920475006,-0.033293467015028,0.06718200445175171,0.1712607890367508,0.20887109637260437,0.11925804615020752,-0.36932486295700073,-0.2461589276790619,0.134144589304924,0.05544836074113846,0.03567655384540558,-0.11536484956741333,0.6662834882736206,0.15036718547344208,0.33302563428878784,0.33185717463493347,-0.09331824630498886,0.030382096767425537,-0.6611856818199158,0.02656298130750656,-0.3626736104488373,0.2780269384384155,0.2986997067928314,0.120244100689888,-0.2644660174846649,-0.6317578554153442,-0.49063044786453247,0.15199905633926392,-0.4950825273990631,0.17761676013469696,0.9288819432258606,0.23934625089168549,-0.26101332902908325,0.042377036064863205,0.23224736750125885,-0.4483974874019623,-0.3793974220752716,-0.18614839017391205,-0.4648573696613312,-0.1592235118150711,-0.12837238609790802,0.587135910987854,-0.15117061138153076,-0.39933499693870544,0.246970534324646,0.8158528804779053,0.17376887798309326,-0.10548357665538788,0.27775225043296814,-0.3521409332752228,-0.07911752164363861,0.01667572557926178,-0.25984326004981995,-0.19512146711349487,0.40114837884902954,-0.4196226894855499,-0.24578575789928436,0.0023534924257546663,0.34475886821746826,-0.8124880194664001,-0.17072726786136627,0.006282709073275328,-0.3528907001018524,-0.6169160008430481]}} -{"_index":"navigator_test_core","_type":"_doc","_id":"Qnt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Spanish Climate Change And Clean Energy Strategy Horizon 2007- 2012 -2020","document_id":"CCLW.executive.1674.3157","document_name":"Spanish Climate Change And Clean Energy Strategy Horizon 2007- 2012 -2020","document_description":"The Spanish Climate Change and Clean Energy Strategy (EECCEL) horizon 2007-2012-2020 is part of the Spanish Sustainable Development Strategy (EEDS). The EECCEL includes different measures that contribute to sustainable development within the scope of climate change and clean energy.  This Strategy is based on the reference framework of the 'Spanish Strategy for the fulfilment of the objectives under the Kyoto Protocol', and it takes into account the measures and Programmes adopted by the Autonomous Communities.  The strategy has two chapters. The first one defines actions to fight against climate change and the second one, actions to achieve cleaner energy. Each chapter includes a description of the present situation, the objectives to be reached, the suggested measures and a selection of indicators for the corresponding follow-up.  The operational objectives are: - To ensure the reduction of GHG emissions in Spain, giving special importance to measures related to the energy sector. According to the national inventory, in 2005, emissions from energy process represented about 78.87% of total national emissions. - To contribute to sustainable development and the fulfilment of climate change commitments by strengthening the use of flexible project-based mechanisms. - To promote additional reduction measures in sectors concerned with diffuse pollution. - To apply the National Climate Change Adaptation Plan (NCCAP) so as to integrate adaptation measures and strategies in sectoral policies. - To increase public awareness with respect to clean energy and climate change. - To promote research, development and innovation in matters of climate change and clean energy. - To guarantee energy supply security by means of cleaner energies, mainly from renewable sources, achieving other environmental benefits (for example, air quality) and limiting the growth rate of external energy dependence. - To boost energy- and resource efficiency for companies and for end users.  The government has adopted a Plan of Urgent Measures (PMU), which together with the 2008-2012 Energy Saving and Efficiency Action Plan aims to consolidate the trend change of GHG emissions in Spain initiated in 2006.","document_source_url":"https://www.lse.ac.uk/GranthamInstitute/wp-content/uploads/laws/1674%20English.pdf","document_cdn_object":"ESP/2007/spanish-climate-change-and-clean-energy-strategy-horizon-2007-2012-2020_2b072ba79a80c48468424f57a5937e93.pdf","document_md5_sum":"2b072ba79a80c48468424f57a5937e93","translated":false,"document_slug":"spain_2007_spanish-climate-change-and-clean-energy-strategy-horizon-2007-2012-2020_1674_3157","document_content_type":"application/pdf","document_date":"01/01/2007","document_geography":"ESP","document_category":"Policy","document_source":"CCLW","document_type":"Strategy","document_sectors":["Energy"],"document_name_and_slug":"Spanish Climate Change And Clean Energy Strategy Horizon 2007- 2012 -2020 spain_2007_spanish-climate-change-and-clean-energy-strategy-horizon-2007-2012-2020_1674_3157"}} -{"_index":"navigator_test_core","_type":"_doc","_id":"Q3t9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"The Spanish Climate Change and Clean Energy Strategy (EECCEL) horizon 2007-2012-2020 is part of the Spanish Sustainable Development Strategy (EEDS). The EECCEL includes different measures that contribute to sustainable development within the scope of climate change and clean energy.  This Strategy is based on the reference framework of the 'Spanish Strategy for the fulfilment of the objectives under the Kyoto Protocol', and it takes into account the measures and Programmes adopted by the Autonomous Communities.  The strategy has two chapters. The first one defines actions to fight against climate change and the second one, actions to achieve cleaner energy. Each chapter includes a description of the present situation, the objectives to be reached, the suggested measures and a selection of indicators for the corresponding follow-up.  The operational objectives are: - To ensure the reduction of GHG emissions in Spain, giving special importance to measures related to the energy sector. According to the national inventory, in 2005, emissions from energy process represented about 78.87% of total national emissions. - To contribute to sustainable development and the fulfilment of climate change commitments by strengthening the use of flexible project-based mechanisms. - To promote additional reduction measures in sectors concerned with diffuse pollution. - To apply the National Climate Change Adaptation Plan (NCCAP) so as to integrate adaptation measures and strategies in sectoral policies. - To increase public awareness with respect to clean energy and climate change. - To promote research, development and innovation in matters of climate change and clean energy. - To guarantee energy supply security by means of cleaner energies, mainly from renewable sources, achieving other environmental benefits (for example, air quality) and limiting the growth rate of external energy dependence. - To boost energy- and resource efficiency for companies and for end users.  The government has adopted a Plan of Urgent Measures (PMU), which together with the 2008-2012 Energy Saving and Efficiency Action Plan aims to consolidate the trend change of GHG emissions in Spain initiated in 2006.","document_id":"CCLW.executive.1674.3157","document_name":"Spanish Climate Change And Clean Energy Strategy Horizon 2007- 2012 -2020","document_description":"The Spanish Climate Change and Clean Energy Strategy (EECCEL) horizon 2007-2012-2020 is part of the Spanish Sustainable Development Strategy (EEDS). The EECCEL includes different measures that contribute to sustainable development within the scope of climate change and clean energy.  This Strategy is based on the reference framework of the 'Spanish Strategy for the fulfilment of the objectives under the Kyoto Protocol', and it takes into account the measures and Programmes adopted by the Autonomous Communities.  The strategy has two chapters. The first one defines actions to fight against climate change and the second one, actions to achieve cleaner energy. Each chapter includes a description of the present situation, the objectives to be reached, the suggested measures and a selection of indicators for the corresponding follow-up.  The operational objectives are: - To ensure the reduction of GHG emissions in Spain, giving special importance to measures related to the energy sector. According to the national inventory, in 2005, emissions from energy process represented about 78.87% of total national emissions. - To contribute to sustainable development and the fulfilment of climate change commitments by strengthening the use of flexible project-based mechanisms. - To promote additional reduction measures in sectors concerned with diffuse pollution. - To apply the National Climate Change Adaptation Plan (NCCAP) so as to integrate adaptation measures and strategies in sectoral policies. - To increase public awareness with respect to clean energy and climate change. - To promote research, development and innovation in matters of climate change and clean energy. - To guarantee energy supply security by means of cleaner energies, mainly from renewable sources, achieving other environmental benefits (for example, air quality) and limiting the growth rate of external energy dependence. - To boost energy- and resource efficiency for companies and for end users.  The government has adopted a Plan of Urgent Measures (PMU), which together with the 2008-2012 Energy Saving and Efficiency Action Plan aims to consolidate the trend change of GHG emissions in Spain initiated in 2006.","document_source_url":"https://www.lse.ac.uk/GranthamInstitute/wp-content/uploads/laws/1674%20English.pdf","document_cdn_object":"ESP/2007/spanish-climate-change-and-clean-energy-strategy-horizon-2007-2012-2020_2b072ba79a80c48468424f57a5937e93.pdf","document_md5_sum":"2b072ba79a80c48468424f57a5937e93","translated":false,"document_slug":"spain_2007_spanish-climate-change-and-clean-energy-strategy-horizon-2007-2012-2020_1674_3157","document_content_type":"application/pdf","document_date":"01/01/2007","document_geography":"ESP","document_category":"Policy","document_source":"CCLW","document_type":"Strategy","document_sectors":["Energy"],"document_name_and_slug":"Spanish Climate Change And Clean Energy Strategy Horizon 2007- 2012 -2020 spain_2007_spanish-climate-change-and-clean-energy-strategy-horizon-2007-2012-2020_1674_3157","document_description_embedding":[-0.28574138879776,0.00839429721236229,0.4889880120754242,-0.3039610683917999,0.15352575480937958,0.1508476734161377,-0.04879618436098099,-0.14377890527248383,-0.0933212861418724,-0.5094805955886841,0.20848989486694336,-0.07693345099687576,-0.2145923227071762,0.191061332821846,0.07722558826208115,0.42003530263900757,0.14902210235595703,0.48362621665000916,0.04468447342514992,-0.013003634288907051,0.5625078678131104,0.08983331173658371,0.2586066722869873,0.7568028569221497,0.42910295724868774,0.03945142775774002,-0.11901187151670456,0.09720222651958466,-0.1448427438735962,-0.18877576291561127,0.3110702335834503,-0.13346636295318604,-0.05231408029794693,-0.16178195178508759,0.35024288296699524,0.7081551551818848,-0.543782651424408,-0.34788569808006287,-0.18360944092273712,-0.03659496083855629,-0.1549031138420105,-0.5416145324707031,0.08566875010728836,-0.06968817114830017,0.17800739407539368,0.08166330307722092,-0.005046239588409662,0.39279642701148987,-0.1961570531129837,-0.16356059908866882,-0.41863006353378296,0.08019517362117767,0.28641074895858765,0.13779222965240479,-0.42661774158477783,0.05689398571848869,-0.02352045476436615,-0.2876395285129547,-0.6998827457427979,-0.3395865261554718,-0.3886009752750397,-0.12240669131278992,-0.39329877495765686,-0.19579052925109863,0.20934446156024933,0.035500481724739075,0.0739070400595665,0.31322866678237915,-0.8629326224327087,-0.43935108184814453,-0.539095401763916,0.4845545291900635,-0.3907935321331024,-0.53407222032547,-0.38756275177001953,-0.16623090207576752,-0.5057752728462219,0.21952548623085022,-0.1485372632741928,0.21726606786251068,-0.047350965440273285,-0.00166213302873075,-0.16926683485507965,0.08788728713989258,0.6660524606704712,0.07310964912176132,0.6958365440368652,0.033138517290353775,-0.8119825124740601,0.30454859137535095,0.5786292552947998,-0.8140378594398499,0.3622184097766876,0.24143245816230774,0.3039677143096924,0.46441149711608887,-0.03255418315529823,-0.4520406126976013,-0.8224242925643921,-0.28560855984687805,0.1577855348587036,-0.3926413655281067,-0.26558274030685425,0.35620489716529846,-0.16762769222259521,0.019942471757531166,-0.35768863558769226,-0.40747329592704773,0.019189095124602318,0.1422009915113449,0.37831437587738037,0.17059415578842163,-0.048075031489133835,-0.17461258172988892,0.06910306215286255,0.20686505734920502,-0.290764719247818,0.1434900462627411,0.1441047340631485,0.43072202801704407,0.30925822257995605,0.3729652166366577,-0.35179904103279114,0.6953730583190918,0.16246384382247925,-0.0461767353117466,0.36471056938171387,-0.4657437205314636,-0.06255655735731125,0.3149409890174866,0.2967931628227234,-0.2471332848072052,0.12971265614032745,-0.26866665482521057,-0.11193038523197174,0.1390676200389862,0.38275691866874695,0.17020195722579956,0.23327121138572693,0.18373775482177734,0.04618746414780617,-0.004544882103800774,0.5846469402313232,-0.22072027623653412,0.6200109124183655,-0.14408788084983826,-0.2083340883255005,-0.4900762438774109,-0.03684842959046364,-0.0003228668065275997,0.6499869227409363,-0.011096802540123463,-0.2962857782840729,-0.1768549382686615,-0.1039835587143898,0.21834103763103485,-0.8090013861656189,0.16752515733242035,0.050080087035894394,-0.3208979368209839,0.024126309901475906,-0.0606282539665699,-0.018423140048980713,0.20606030523777008,0.43839773535728455,0.05019264668226242,0.3158830404281616,0.44022026658058167,0.2159029245376587,0.07473776489496231,0.18098239600658417,-0.014798367395997047,0.4869861602783203,-0.665970504283905,0.2488350123167038,0.3912609815597534,0.5714083313941956,0.2865642309188843,-0.08311425149440765,0.42629745602607727,-1.5039563179016113,0.3610112965106964,-0.20545722544193268,-0.1934148073196411,-0.4682406187057495,-0.0705098956823349,-0.029525496065616608,0.11135786771774292,0.2972303032875061,0.47951507568359375,-0.7263376712799072,-0.016391566023230553,1.2655322551727295,-0.5584408044815063,-0.04478789120912552,-0.7919365167617798,-0.1892363280057907,0.31699326634407043,-0.3131859302520752,-0.4667797088623047,0.022565016523003578,-0.10216503590345383,0.23261390626430511,0.12901927530765533,0.2594234049320221,-0.8316117525100708,-0.05243542417883873,-0.07282860577106476,-0.1771491914987564,0.06563043594360352,-0.6000910401344299,0.29018938541412354,0.285735547542572,0.46357426047325134,-0.14344538748264313,-0.46204790472984314,-0.06323894113302231,-0.09809723496437073,0.10580763220787048,0.007250566501170397,-0.07794602960348129,0.43236836791038513,-0.2488049566745758,0.5384683609008789,-0.05057598277926445,0.64678955078125,0.6636728048324585,-0.1682540774345398,0.5224876403808594,-0.5042173266410828,0.242913618683815,-0.13459685444831848,0.172841414809227,0.1142081767320633,0.23343345522880554,0.17219743132591248,-0.2533252239227295,-0.014620942063629627,0.11376097053289413,-0.9714772701263428,0.005624817218631506,-0.3141871988773346,-0.0966934934258461,-0.2166382521390915,0.462523877620697,-0.009243801236152649,0.3695038855075836,0.49466556310653687,0.2039676457643509,0.09494782239198685,-0.026201320812106133,0.7702569365501404,-0.19715002179145813,0.11059185117483139,-0.20542596280574799,-0.1954917311668396,-0.07913839817047119,-0.4085737466812134,0.018426932394504547,-0.15627321600914001,-0.0007850296678952873,0.12256836891174316,0.326106995344162,0.4408794045448303,0.31811851263046265,-0.4376072287559509,0.15202638506889343,-0.7560399770736694,-0.6109951138496399,-0.34180504083633423,0.7154783010482788,-0.05490503087639809,-0.16807769238948822,-0.01995151676237583,0.01419301051646471,-0.5057433247566223,0.4422386586666107,0.44329124689102173,0.17028634250164032,-0.7306347489356995,-0.35090258717536926,0.4331337511539459,-0.7941919565200806,0.19034986197948456,0.13271063566207886,0.0023525021970272064,-0.24359111487865448,-0.8244011998176575,0.28346124291419983,-0.06699656695127487,0.5082849264144897,0.26770323514938354,0.3269325792789459,-0.06823840737342834,0.08070512115955353,0.02089887298643589,-0.18877869844436646,-0.1320469081401825,0.49513041973114014,0.23660297691822052,-0.15338751673698425,-0.5272485017776489,-0.05073760077357292,0.4026760756969452,0.375678688287735,-0.6519575119018555,-0.27887365221977234,-0.47556474804878235,-5.473604679107666,-0.0215583685785532,-0.018638039007782936,-0.17215263843536377,0.8514851927757263,0.22548836469650269,-0.21276289224624634,0.2636379897594452,0.30602747201919556,-0.18604300916194916,-0.1706216037273407,0.14630384743213654,-0.5448086261749268,0.5136659741401672,-0.11452741175889969,-0.19984537363052368,-0.37738707661628723,-0.44301673769950867,-0.26996028423309326,-0.31217333674430847,-0.11420444399118423,-0.3134823441505432,0.13310320675373077,0.2626672387123108,0.7551416158676147,-0.21860580146312714,-0.3121601939201355,0.0005612022941932082,-0.13513502478599548,0.02519337832927704,0.5587679743766785,-0.4951062500476837,-0.17504915595054626,0.34992456436157227,0.020414846017956734,0.27636367082595825,0.19183261692523956,-0.016983352601528168,0.08710434287786484,-0.7389095425605774,-0.08477519452571869,-0.4774729311466217,-0.05274553596973419,0.38090765476226807,0.2783803343772888,0.17824359238147736,0.07294928282499313,0.473943829536438,-0.006694010458886623,0.045385632663965225,0.12121251970529556,0.274811714887619,-0.34468159079551697,-0.022665077820420265,-0.3235335350036621,0.25812217593193054,0.5889325737953186,-0.07777687907218933,-0.11280440539121628,0.27667704224586487,0.16728821396827698,-0.07123173773288727,-0.35360053181648254,-0.4697945713996887,0.08703296631574631,0.3880576193332672,-0.5684747695922852,0.052940379828214645,0.0643487200140953,0.18521277606487274,0.06828566640615463,0.11606008559465408,-0.4017239511013031,-0.7308810353279114,-0.15529842674732208,-0.36291974782943726,0.306283175945282,-0.27398207783699036,0.048893172293901443,-0.4150819480419159,0.1614612191915512,0.10176782310009003,0.11597003042697906,-0.15908183157444,-0.25532087683677673,0.1753462553024292,0.4694940447807312,0.04237563535571098,0.2763918936252594,-0.5406526327133179,0.9883756637573242,-0.43623700737953186,-0.30818068981170654,0.021740425378084183,0.1262064129114151,0.06294518709182739,-0.22667096555233002,0.18720132112503052,0.04410182312130928,-0.45191690325737,0.0777367427945137,-0.31294959783554077,-0.036063823848962784,0.36706116795539856,0.3030346632003784,-0.22360849380493164,-0.17285729944705963,0.0595330111682415,0.12429746985435486,-0.026419419795274734,-0.08218611776828766,0.3618691563606262,-0.4136808514595032,-0.2361721247434616,-0.1891271471977234,-0.06059182435274124,0.036397140473127365,-0.18246330320835114,0.613494873046875,-0.6699739694595337,-0.100397989153862,0.4689110815525055,-0.10807498544454575,0.12090286612510681,-0.3325332701206207,0.27987974882125854,-0.8554563522338867,0.12846265733242035,0.26347437500953674,-0.040124427527189255,-0.3509450852870941,-0.04062044620513916,0.5105671882629395,0.17956557869911194,0.7687986493110657,-0.1622912436723709,-0.28644052147865295,-0.6957331299781799,0.07927456498146057,0.9178611636161804,-0.13741526007652283,0.02287478558719158,-0.2804415822029114,-0.31026673316955566,0.061517033725976944,0.4569222331047058,0.5279432535171509,-0.10152636468410492,0.2987549901008606,0.2351192682981491,0.2863193452358246,-0.32184556126594543,0.2154107391834259,-0.8290472030639648,-0.4794205129146576,0.21893484890460968,0.027345087379217148,0.08915949612855911,0.14562472701072693,-0.8114652037620544,0.2911849617958069,-0.07963444292545319,-0.3570893704891205,0.17157569527626038,0.05909913033246994,0.2333318591117859,0.036555979400873184,-0.11667480319738388,-0.33098381757736206,0.07646972686052322,-0.15582630038261414,-0.39210012555122375,-0.585342526435852,-0.1597188264131546,-0.2761891186237335,0.3033183217048645,0.08766479790210724,0.14641399681568146,-0.45085152983665466,0.40105879306793213,0.16298149526119232,0.43027687072753906,-0.3344564139842987,-0.15902051329612732,0.6855480670928955,-0.19436675310134888,-0.11273463815450668,0.0014262140030041337,0.366451621055603,-0.4496011734008789,0.17701172828674316,0.20563548803329468,0.19651907682418823,0.502341091632843,-0.2704608738422394,-0.5989620685577393,0.32029783725738525,0.2730252146720886,-0.8047378063201904,0.32035717368125916,-0.03650425374507904,-0.26021265983581543,0.20552058517932892,-0.10277794301509857,-0.3034737706184387,0.048629794269800186,-0.06107354536652565,-0.22051849961280823,0.309152752161026,-0.6304938197135925,0.059687647968530655,0.09400523453950882,-0.487875759601593,0.3670846223831177,0.6345148086547852,-0.31657227873802185,0.211609348654747,-0.6211814880371094,-0.5205543637275696,-0.02477438934147358,-0.139268159866333,-0.09474605321884155,0.2364734560251236,0.3026232421398163,-0.10846512764692307,-0.07513400912284851,-0.07174605876207352,-0.38159772753715515,0.06664283573627472,-0.25062382221221924,-0.025759100914001465,-0.35773181915283203,-0.18352901935577393,0.2733299434185028,-0.38624903559684753,0.5017114281654358,0.1429489701986313,-0.42758262157440186,-0.39355164766311646,0.47281286120414734,0.3278142213821411,0.029330581426620483,0.30743154883384705,-0.47751709818840027,0.34112119674682617,0.6868724226951599,-0.2015485018491745,0.34700343012809753,0.16519629955291748,0.09230271726846695,-0.48451098799705505,-0.09046731144189835,0.29969415068626404,0.28755414485931396,0.19081971049308777,-0.7829311490058899,-0.5142388939857483,-0.2282792329788208,-0.476032018661499,-0.14903461933135986,-0.03062778152525425,-0.17443564534187317,0.10112655162811279,-0.08563898503780365,0.1136680543422699,-0.2201991081237793,-0.07587537169456482,-0.34756672382354736,-0.06585315614938736,-0.25452953577041626,0.422955185174942,-0.1711292564868927,-0.25988835096359253,0.5681144595146179,0.2877764105796814,-0.289964497089386,-0.2671915590763092,-0.2264081984758377,0.2696995437145233,-0.3289768099784851,-1.0941479206085205,0.1007084995508194,-0.35309818387031555,0.2612769603729248,0.3047345280647278,0.22043608129024506,0.2171635925769806,-0.361487478017807,0.2851788401603699,-0.4321172833442688,0.3037877678871155,-0.16148623824119568,-0.14456552267074585,-0.10186819732189178,-0.7548854947090149,0.0678701102733612,0.14340229332447052,0.20656271278858185,-0.253771036863327,0.16059578955173492,0.2705756425857544,0.010021379217505455,0.08710876107215881,-0.24537312984466553,-0.2635093033313751,0.09892183542251587,0.3876534104347229,0.07123566418886185,-0.2452535629272461,-0.03099171072244644,-0.08577193319797516,-0.11746393889188766,0.0994572788476944,-0.09611498564481735,-0.005430178251117468,0.33613336086273193,0.007832327857613564,-0.3124987483024597,0.6935503482818604,0.2335907220840454,0.24376104772090912,0.05295270308852196,-0.2558637857437134,-0.23092082142829895,0.3075758218765259,0.08839334547519684,-0.3321274220943451,0.11311434209346771,-0.31044870615005493,0.13703839480876923,-0.585716187953949,0.46457087993621826,0.11860136687755585,0.38043758273124695,-0.15123122930526733,0.40015217661857605,0.005908164195716381,-0.3188541531562805,-0.01898925006389618,-0.15236863493919373,0.7269129753112793,0.491543173789978,-0.3588886857032776,-0.0019749982748180628,0.7651585936546326,0.17252855002880096,-0.11869227141141891,0.1479317843914032,0.18404583632946014,0.7138741612434387,0.23029263317584991,0.15027865767478943,-0.03547030687332153,-0.4331934452056885,0.14211133122444153,0.5094237923622131,-0.045517727732658386,0.2754419147968292,-0.39549824595451355,-0.0038813515566289425,0.553248941898346,0.23828111588954926,0.003944622352719307,0.19335588812828064,-0.4899311661720276,-0.03735910356044769,-0.07111378759145737,0.3579331934452057,-0.021911805495619774,0.5194054841995239,0.028650064021348953,-0.34369608759880066,-0.5357613563537598,-0.10876148194074631,0.18197298049926758,-0.20266598463058472,-0.12022685259580612,0.31926459074020386,0.21160799264907837,0.4819338917732239,-0.5136608481407166,0.002799527021124959,-0.3497332036495209,-0.08058980852365494,-0.7021328210830688,0.3817199468612671,-0.6619078516960144,0.01890489086508751,-0.1992299109697342,-0.27300575375556946,-0.410007506608963,0.027489932253956795,-0.14646385610103607,0.4810721278190613,-0.09781445562839508,0.03823480382561684,0.17588229477405548,0.134296253323555,0.2908201217651367,-0.12165772914886475,0.18731209635734558,-0.2247307300567627,-0.37068289518356323,-0.04376935586333275,0.06581959873437881,0.09591517597436905,-0.32512614130973816,0.24636325240135193,0.7753139734268188,-0.04496930539608002,0.7680115699768066,0.18425524234771729,-0.36307814717292786,0.4359135329723358,-0.6022678017616272,-0.28289785981178284,0.4035174548625946,0.012209659442305565,0.4266219139099121,0.23687972128391266,-0.33927878737449646,-0.39204734563827515,0.08836203068494797,-0.29090991616249084,-0.2497108429670334,0.4037036895751953,0.9298359751701355,0.25575315952301025,-0.6944372653961182,0.08935654163360596,0.2478947937488556,-0.49450138211250305,-0.37066009640693665,0.38577115535736084,-0.30260995030403137,0.09153924137353897,-0.13851462304592133,0.39793848991394043,-0.07432036101818085,0.07658526301383972,0.06982491910457611,0.8385295867919922,-0.08692887425422668,-0.5213683247566223,0.2470492720603943,-0.3352944552898407,-0.008158622309565544,0.28810998797416687,-0.017373189330101013,0.31604650616645813,-0.10247247666120529,0.07404211163520813,-0.26264768838882446,-0.14950254559516907,0.4955720007419586,-0.47024649381637573,0.38546404242515564,-0.13930310308933258,-0.3413136899471283,-0.3978727459907532]}} -{"_index":"navigator_test_core","_type":"_doc","_id":"RHt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_core","_type":"_doc","_id":"RXt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_description_embedding":[-0.12120016664266586,0.19735190272331238,0.2768927216529846,-0.535860002040863,0.5332852005958557,0.4021247625350952,0.24894168972969055,0.18646712601184845,-0.4264533817768097,-0.46474429965019226,0.09096165001392365,-0.05620716139674187,-0.41501444578170776,0.12248101830482483,0.535323977470398,0.5145554542541504,0.21434332430362701,0.08116259425878525,-0.15580710768699646,-0.06782836467027664,0.4598102867603302,-0.33894744515419006,0.45554113388061523,0.8872615098953247,0.6090306639671326,-0.06783374398946762,0.18282383680343628,0.039034999907016754,0.4451315701007843,-0.2935996949672699,0.0018876598915085196,-0.2207929790019989,0.05741678550839424,0.038093484938144684,0.3672291338443756,0.2416686862707138,-0.028145985677838326,-0.2693381905555725,-0.03139980882406235,-0.3295246660709381,-0.0795338898897171,-0.7599447965621948,-0.38446614146232605,0.1695929318666458,0.05287967249751091,0.06805983930826187,-0.24983647465705872,0.4418390393257141,-0.25929534435272217,0.090117447078228,-0.2194422036409378,0.22616994380950928,0.0758037120103836,-0.06278286874294281,-0.0931391566991806,-0.37170377373695374,0.015253175981342793,-0.4494597911834717,-0.7413796186447144,-0.4196186363697052,-0.1639965921640396,-0.45993664860725403,0.10510832071304321,-0.03519390523433685,0.15947028994560242,0.09260647743940353,-0.24366553127765656,-0.09593343734741211,-0.30324000120162964,-0.5915769338607788,-0.4646868109703064,0.31888535618782043,-0.29848164319992065,-0.5386166572570801,-0.11140070110559464,-0.11688600480556488,-0.36784201860427856,0.32801365852355957,0.2022046148777008,0.19676296412944794,0.3031112253665924,-0.07694558799266815,0.012926611118018627,0.1367003321647644,0.7300090193748474,-0.08743764460086823,0.4372316598892212,-0.15424376726150513,-0.21099050343036652,0.27665001153945923,0.35347771644592285,-0.5433090925216675,0.121444933116436,0.6227757930755615,0.01967470534145832,0.530336320400238,-0.6696694493293762,-0.08574175834655762,-0.32642239332199097,-0.49629053473472595,0.10994196683168411,-0.2269534468650818,-0.16551415622234344,-0.11108402907848358,0.02477884106338024,-0.2509705424308777,-0.06016846373677254,-0.46587997674942017,-0.02359992265701294,0.47201693058013916,0.33374643325805664,0.08224370330572128,-0.014405711553990841,-0.23534777760505676,-0.09023141115903854,0.2842641770839691,-0.28445786237716675,-0.22270768880844116,0.20895926654338837,0.3398572504520416,0.3675401508808136,0.620509922504425,-0.21744157373905182,0.7256785035133362,-0.048041194677352905,-0.3684747815132141,0.05119744688272476,-0.19930052757263184,-0.5121186971664429,0.23441706597805023,0.015910090878605843,0.06119508296251297,0.042488910257816315,0.10328543186187744,-0.4607373774051666,0.23159478604793549,0.7099387049674988,-0.3398357629776001,0.25302520394325256,0.28913676738739014,0.0977742075920105,-0.357189804315567,0.5286870002746582,-0.06385453045368195,0.5580496191978455,0.19732636213302612,0.3690362870693207,-0.1716231256723404,0.24529112875461578,0.10128933936357498,0.2652096450328827,-0.21614141762256622,-0.06360696256160736,-0.24024561047554016,-0.2559393644332886,0.08788515627384186,-0.1685439497232437,0.6121430397033691,-0.06607167422771454,-0.05591939389705658,0.22994861006736755,0.2909385561943054,0.0947505459189415,-0.07654127478599548,0.6962393522262573,-0.14283430576324463,0.19976842403411865,0.13840970396995544,-0.0614091157913208,0.4854828119277954,0.44211456179618835,-0.16051052510738373,0.4326479732990265,-0.6258338093757629,0.025788383558392525,0.32751214504241943,0.34362465143203735,0.17166286706924438,-0.048284705728292465,0.23976755142211914,-1.4981406927108765,0.3841468393802643,-0.0865122526884079,0.4109852910041809,-0.08248244225978851,-0.20256097614765167,-0.2545553743839264,0.034240107983350754,0.2612437307834625,0.6490323543548584,-0.15144231915473938,-0.4921678602695465,1.368287205696106,-0.5034038424491882,0.20091551542282104,-0.6236717104911804,0.1294550746679306,0.08172672986984253,-0.19278784096240997,-0.3440358340740204,0.12624074518680573,0.3384035527706146,0.007470762822777033,-0.5864267945289612,-0.1354455202817917,-0.2582729160785675,-0.06911543011665344,-0.2582184970378876,-0.23322421312332153,0.14017122983932495,-0.5877658724784851,0.1367362141609192,0.45231887698173523,0.4591600298881531,0.00868297554552555,-0.3787055015563965,-0.5568464398384094,0.3035438060760498,0.1517811417579651,0.11192114651203156,-0.005131656304001808,0.43044060468673706,0.002101552439853549,0.6024054884910583,0.2441932111978531,0.3813369572162628,0.4443572461605072,-0.3409349322319031,0.3887898325920105,-0.1941274255514145,0.5325161218643188,0.024607084691524506,-0.034992411732673645,-0.03472600504755974,0.04066701605916023,0.08429177105426788,-0.31687700748443604,0.1542835831642151,0.766013503074646,-0.6627366542816162,-0.22059835493564606,-0.08392384648323059,0.005213895346969366,-0.11565985530614853,0.005585156846791506,0.12106417864561081,0.3107209801673889,0.24757041037082672,0.23285499215126038,0.309812068939209,-0.07152558118104935,0.7556171417236328,-0.2341652810573578,0.1759597212076187,-0.36415860056877136,-0.1225200966000557,-0.06409519910812378,-0.24903525412082672,-0.08459250628948212,-0.3041220009326935,-0.23624391853809357,0.1516774594783783,0.06902798265218735,0.08580539375543594,0.28599315881729126,-0.5243499875068665,-0.04494784399867058,-0.34797996282577515,-0.5259988307952881,-0.38854536414146423,0.2365661859512329,0.6962375044822693,-0.3451811969280243,-0.27817821502685547,-0.11611413210630417,-0.39664044976234436,0.42762109637260437,0.6146816611289978,0.4258178174495697,-0.5870720744132996,-0.21259070932865143,0.45155665278434753,-0.2659890055656433,-0.09508556872606277,0.3894616365432739,-0.12468826770782471,-0.09699054062366486,-0.3627896308898926,-0.16954392194747925,0.049984417855739594,0.5163816809654236,0.4155445396900177,0.0498075932264328,-0.43683964014053345,0.06562162935733795,0.46331560611724854,-0.14256054162979126,0.11227576434612274,0.5719645023345947,0.23916538059711456,0.021943984553217888,-0.228029265999794,0.39699360728263855,0.1822301149368286,0.264425128698349,-0.6318727731704712,-0.21797333657741547,-0.6127843260765076,-5.567843914031982,-0.14098124206066132,0.013963562436401844,0.2209232747554779,0.5033606886863708,0.3087594509124756,0.38897183537483215,0.40194740891456604,-0.07040014863014221,-0.387912392616272,-0.22614356875419617,-0.10915382951498032,-0.49610117077827454,0.08722289651632309,-0.26106753945350647,-0.09045058488845825,-0.08228066563606262,-0.3923020362854004,-0.2456345409154892,-0.3804796636104584,-0.01176481880247593,-0.7677309513092041,0.30722904205322266,0.14147061109542847,0.6986834406852722,-0.06686004251241684,-0.5360240340232849,-0.029276959598064423,0.0406678169965744,-0.350886732339859,0.5207295417785645,-0.5267089009284973,-0.2682332396507263,-0.04217561334371567,0.42609676718711853,0.16612720489501953,0.30485618114471436,-0.5638501048088074,-0.1156061515212059,-0.5481472015380859,0.13096705079078674,-0.2503278851509094,0.15390658378601074,-0.007036994677037001,0.43215468525886536,0.10450759530067444,0.08929124474525452,0.032860614359378815,0.01570482924580574,-0.14690138399600983,0.1922687590122223,0.588053822517395,-0.46506741642951965,0.1416161060333252,-0.5178958177566528,0.47253111004829407,0.17786361277103424,0.4717823565006256,0.11319565027952194,-0.07237933576107025,-0.09983161836862564,0.04760681837797165,0.035408005118370056,-0.26367732882499695,-0.1680465042591095,0.3874673843383789,-0.25781169533729553,0.30405890941619873,0.06499353796243668,-0.018332527950406075,-0.010543124750256538,0.4085274934768677,-0.7863889932632446,-0.7209166288375854,-0.39513030648231506,-0.7466413974761963,0.4300414025783539,-0.20122574269771576,0.12154694646596909,-0.242933452129364,0.2743391990661621,-0.3145327866077423,0.4647141695022583,0.4923056662082672,0.053183093667030334,-0.06270570307970047,0.19643020629882812,0.3340604305267334,0.061115626245737076,-0.29487112164497375,0.7829610109329224,-0.048013199120759964,-0.21346791088581085,-0.18490557372570038,0.431532621383667,-0.39594289660453796,0.020480208098888397,-0.2389177531003952,-0.1244470477104187,0.07859726995229721,-0.2781815528869629,-0.27016139030456543,-0.06874902546405792,0.3045077621936798,-0.24708439409732819,-0.18231520056724548,0.013266551308333874,-0.06753267347812653,0.5204617977142334,0.35375428199768066,-0.02271793968975544,-0.17623499035835266,0.1388193517923355,-0.03887903690338135,-0.3601231873035431,-0.1938512921333313,0.01917039416730404,0.20616574585437775,0.5929830074310303,-0.22833241522312164,-0.34539443254470825,0.43817028403282166,-0.3556348979473114,0.11364196985960007,-0.1975880265235901,0.026877732947468758,-0.42668288946151733,-0.24714693427085876,0.04729578271508217,0.009373835287988186,-0.4942196309566498,-0.08831766992807388,0.1280829757452011,-0.22121988236904144,0.8229138255119324,0.280031681060791,-0.08442692458629608,-0.5702465176582336,-0.07694854587316513,0.8502808213233948,-0.36145442724227905,0.010108760558068752,-0.07443384826183319,0.09161390364170074,0.2269100397825241,0.563948929309845,0.7993231415748596,0.016204502433538437,0.584691047668457,-0.20795059204101562,0.15599121153354645,-0.08605926483869553,0.3307230770587921,-0.12471507489681244,-0.31450003385543823,0.23845025897026062,0.1459803283214569,-0.40416330099105835,0.3357861340045929,-0.6193240284919739,0.01126115582883358,0.01279575563967228,-0.4608677923679352,-0.5492579936981201,0.20153918862342834,-0.018203463405370712,-0.07710520178079605,-0.4274599552154541,-0.634100079536438,-0.1815059334039688,0.07847829163074493,0.10133503377437592,-0.15007644891738892,0.03722633421421051,-0.2834850549697876,0.06469438225030899,-0.20127947628498077,-0.2962513864040375,-0.034118153154850006,0.34552279114723206,0.13167215883731842,0.23282796144485474,-0.34776291251182556,-0.0563218779861927,0.11533362418413162,-0.4862830638885498,-0.23665893077850342,-0.12295346707105637,0.07375653833150864,-0.22907188534736633,0.19428731501102448,0.20741108059883118,0.2964753210544586,0.7970668077468872,-0.11730353534221649,-0.10670063644647598,0.1833900809288025,0.13633760809898376,-0.4646162986755371,-0.05038515850901604,0.12830141186714172,-0.18015022575855255,-0.19616590440273285,-0.529539942741394,-0.6179966926574707,-0.39350128173828125,-0.03475809097290039,0.035909466445446014,0.38461413979530334,-0.38432103395462036,-0.020296219736337662,0.429007351398468,-0.2998485565185547,0.28363630175590515,0.014343530870974064,-0.5175122618675232,0.06592016667127609,-0.44480809569358826,-0.6659639477729797,-0.14188265800476074,-0.6669080853462219,0.13776306807994843,0.1175566166639328,-0.014474879018962383,-0.21390195190906525,0.09357043355703354,0.24127155542373657,-0.07155998051166534,-0.15404817461967468,0.2566165030002594,-0.49220705032348633,-0.42708083987236023,-0.39000025391578674,-0.018527211621403694,-0.3772750496864319,0.5681934356689453,-0.13769391179084778,-0.3448360562324524,-0.34030935168266296,0.34831929206848145,0.08896461874246597,0.022722987458109856,-0.10278639197349548,-0.21707962453365326,0.13364841043949127,0.4228334128856659,-0.2653939127922058,0.6920017004013062,0.10648170858621597,-0.08632523566484451,0.45601704716682434,-0.31138211488723755,-0.10770712792873383,-0.1166938915848732,-0.41265785694122314,-0.5199488401412964,-0.3816203773021698,0.01931176893413067,-0.5829828977584839,0.21320852637290955,0.023412926122546196,-0.024694669991731644,0.04848463088274002,-0.37652668356895447,0.11158263683319092,-0.11630990356206894,-0.050736747682094574,-0.38840851187705994,-0.29243144392967224,-0.5682894587516785,0.25371381640434265,0.007649592589586973,-0.5680161714553833,0.24175000190734863,0.334454208612442,-0.1144501194357872,-0.23069076240062714,-0.044024594128131866,0.211931973695755,-0.34571972489356995,-0.6737928986549377,0.18658587336540222,-0.4432787001132965,0.4103452265262604,0.13766372203826904,-0.40027618408203125,0.1455097645521164,-0.2652031183242798,-0.23755620419979095,-0.6012002229690552,0.5320144295692444,-0.0831947773694992,-0.08342190086841583,-0.0976143553853035,-0.5718815326690674,-0.23617517948150635,0.9548595547676086,0.08716686815023422,-0.13136564195156097,0.0930783823132515,-0.1901695877313614,0.16020750999450684,0.14668674767017365,0.08899127691984177,-0.3172141909599304,0.4266118109226227,-0.19230732321739197,0.20073696970939636,-0.5288915634155273,0.21858100593090057,0.17170624434947968,-0.43188801407814026,0.4873618185520172,-0.0415356270968914,-0.19124029576778412,-0.3795604109764099,0.031364645808935165,-0.3742246627807617,0.49974536895751953,-0.37585073709487915,0.33986055850982666,0.03201121836900711,0.08508654683828354,0.22938279807567596,0.29902368783950806,0.2315051108598709,-0.7940059304237366,0.24932342767715454,0.07128068804740906,0.7117708921432495,-0.5871737003326416,0.21568231284618378,0.0954793393611908,0.4375248849391937,-0.360393762588501,0.15228715538978577,0.10263887792825699,-0.30233824253082275,-0.3124338686466217,-0.03222579509019852,0.396888792514801,0.57933109998703,-0.15415354073047638,0.20351721346378326,0.6628627777099609,-0.17320601642131805,0.05143967643380165,-0.008783834986388683,0.05311700329184532,0.492758572101593,-0.16046659648418427,0.12361031770706177,-0.34854719042778015,-0.07033853977918625,0.3026394248008728,0.4548000693321228,-0.09860920906066895,0.2115747183561325,-0.15956856310367584,0.04034871980547905,-0.032497141510248184,0.4411313235759735,0.029801366850733757,-0.5417909622192383,-0.4436882734298706,-0.04215680807828903,-0.13760031759738922,0.3005785346031189,0.09416234493255615,-0.11200472712516785,0.11792337894439697,-0.6829712390899658,-0.5553555488586426,-0.09542591124773026,0.2019428014755249,-0.12020539492368698,0.12602952122688293,0.22127476334571838,0.5986665487289429,0.2984343469142914,-0.5609933733940125,0.1748589426279068,0.018531039357185364,-0.11019206792116165,-0.38827136158943176,-0.01756911724805832,-0.14422738552093506,-0.03387334197759628,-0.07286420464515686,-0.5545101761817932,-0.357315331697464,0.09148692339658737,-0.26192623376846313,0.3762340247631073,-0.10440488159656525,-0.08334209024906158,0.34264037013053894,-0.13905572891235352,0.6394309997558594,0.1918923407793045,0.258709192276001,-0.47863319516181946,-0.17042864859104156,0.02227042242884636,-0.11666189879179001,0.05566220358014107,0.0319688580930233,0.04333163797855377,0.4326469302177429,-0.025211196392774582,0.7276255488395691,0.037904538214206696,-0.20679277181625366,0.500645637512207,-0.11750441789627075,-0.08931149542331696,0.470699280500412,0.33803224563598633,0.45191967487335205,0.051936984062194824,-0.14043307304382324,-0.31905752420425415,-0.34292519092559814,0.046693265438079834,-0.40797463059425354,-0.13341301679611206,0.38277706503868103,0.36888188123703003,0.08485852181911469,0.16355854272842407,0.4343383312225342,-0.4346632659435272,-0.0666150450706482,0.5983474850654602,-0.5456385612487793,0.10838572680950165,-0.28593772649765015,0.37796473503112793,-0.324853777885437,-0.18907955288887024,0.25834396481513977,0.2732478678226471,0.05985752493143082,-0.16923485696315765,0.4163050055503845,-0.08125267177820206,0.0440012663602829,0.4104253947734833,0.16412878036499023,0.1535329669713974,-0.5105750560760498,-0.17686590552330017,0.051486339420080185,0.034757327288389206,0.27666744589805603,-0.900110125541687,0.2190527617931366,0.12995149195194244,-0.4621535539627075,-0.1487295925617218]}} -{"_index":"navigator_test_core","_type":"_doc","_id":"Rnt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Basic Hydrogen Strategy","document_id":"CCLW.executive.9768.0","document_name":"Basic Hydrogen Strategy","document_description":"This document sets Japan's vision on how to achieve a hydrogen-based society by 2050 and provides an action plan for its realisation. It specifically seeks to decarbonise the energy, industry and transportation sectors.The Strategic Roadmap for Hydrogen and Fuel Cells defines 1) new targets on the specification of basic technologies and the breakdown of costs, 2) necessary measures for achieving these goals; and 3) that Japan will convene a working group consisting of experts to review the status of implementation in each area stipulated by the roadmap.","document_source_url":"https://www.meti.go.jp/english/press/2017/pdf/1226_003b.pdf","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"japan_2017_basic-hydrogen-strategy_9768_0","document_content_type":null,"document_date":"01/01/2017","document_geography":"JPN","document_category":"Policy","document_source":"CCLW","document_type":"Strategy","document_sectors":["Energy","Industry","Transportation"],"document_name_and_slug":"Basic Hydrogen Strategy japan_2017_basic-hydrogen-strategy_9768_0"}} -{"_index":"navigator_test_core","_type":"_doc","_id":"R3t9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"This document sets Japan's vision on how to achieve a hydrogen-based society by 2050 and provides an action plan for its realisation. It specifically seeks to decarbonise the energy, industry and transportation sectors.The Strategic Roadmap for Hydrogen and Fuel Cells defines 1) new targets on the specification of basic technologies and the breakdown of costs, 2) necessary measures for achieving these goals; and 3) that Japan will convene a working group consisting of experts to review the status of implementation in each area stipulated by the roadmap.","document_id":"CCLW.executive.9768.0","document_name":"Basic Hydrogen Strategy","document_description":"This document sets Japan's vision on how to achieve a hydrogen-based society by 2050 and provides an action plan for its realisation. It specifically seeks to decarbonise the energy, industry and transportation sectors.The Strategic Roadmap for Hydrogen and Fuel Cells defines 1) new targets on the specification of basic technologies and the breakdown of costs, 2) necessary measures for achieving these goals; and 3) that Japan will convene a working group consisting of experts to review the status of implementation in each area stipulated by the roadmap.","document_source_url":"https://www.meti.go.jp/english/press/2017/pdf/1226_003b.pdf","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"japan_2017_basic-hydrogen-strategy_9768_0","document_content_type":null,"document_date":"01/01/2017","document_geography":"JPN","document_category":"Policy","document_source":"CCLW","document_type":"Strategy","document_sectors":["Energy","Industry","Transportation"],"document_name_and_slug":"Basic Hydrogen Strategy japan_2017_basic-hydrogen-strategy_9768_0","document_description_embedding":[-0.344916433095932,0.03380174934864044,0.08598772436380386,-0.36890679597854614,0.1373651921749115,0.0019927395042032003,0.1331542581319809,-0.024630161002278328,0.15216083824634552,-0.040819644927978516,-0.10011933743953705,0.09277314692735672,-0.1028270572423935,0.20862716436386108,0.1039886549115181,0.734337329864502,0.10745856165885925,-0.11101847141981125,0.1524316817522049,0.08458688110113144,0.3648175001144409,0.13894598186016083,0.14935645461082458,0.5590854287147522,0.6201561093330383,0.07001636177301407,0.22877001762390137,0.46409910917282104,-0.1211790144443512,-0.008892789483070374,0.11641127616167068,0.07594634592533112,-0.023388706147670746,0.08773905783891678,0.6739085912704468,0.1150369942188263,0.12467743456363678,-0.4008399248123169,0.13984625041484833,-0.10394298285245895,-0.16631150245666504,-0.3939100503921509,0.13419337570667267,-0.11120902746915817,0.46201491355895996,-0.298903226852417,-0.38770592212677,0.35459864139556885,-0.31449878215789795,-0.17446760833263397,0.13763488829135895,0.1726435124874115,0.1837964504957199,0.0950857624411583,-0.18044695258140564,0.231485515832901,0.2189507782459259,-0.5223021507263184,-0.23831875622272491,-0.32931405305862427,0.04948611184954643,-0.3417697250843048,0.1289845108985901,-0.10175768285989761,0.12255171686410904,-0.22016505897045135,0.11650700867176056,-0.09008504450321198,-0.7872564196586609,-0.48839014768600464,-0.09038503468036652,0.5138194561004639,-0.13215819001197815,0.031101370230317116,-0.3080405294895172,-0.4285995662212372,-0.7604627013206482,0.29754599928855896,0.03621648624539375,0.06477591395378113,-0.2126142978668213,-0.06965325027704239,-0.3637358546257019,0.2617917060852051,0.2871676981449127,0.10882167518138885,0.6098175644874573,0.08107088506221771,-0.49472108483314514,0.4457838535308838,0.27914488315582275,-0.054597675800323486,-0.032867468893527985,0.3491637706756592,0.2927643954753876,-0.1167602390050888,-0.039891622960567474,-0.12907201051712036,-0.23590987920761108,-0.10510867834091187,0.04784185811877251,-0.09593656659126282,-0.031120574101805687,-0.19466671347618103,-0.24393457174301147,-0.2019713819026947,-0.2653328776359558,-0.22651267051696777,-0.12379880249500275,0.3034764528274536,0.2707001268863678,-0.28022024035453796,-0.0874108374118805,-0.13100183010101318,0.1050572320818901,0.15152603387832642,-0.536324143409729,-0.2503276765346527,0.3256854712963104,0.5633254647254944,0.30589842796325684,0.5248526930809021,-0.3477032780647278,0.40193596482276917,0.0995001569390297,-0.048042502254247665,0.45763537287712097,-0.19474266469478607,-0.3760214149951935,0.14209744334220886,-0.021166585385799408,-0.19370204210281372,-0.10068295896053314,0.10308261215686798,-0.29134657979011536,0.07646266371011734,0.3561590313911438,-0.15440978109836578,0.3387286067008972,-0.26513779163360596,-0.13529567420482635,-0.3766823410987854,0.48062244057655334,-0.3896715044975281,0.4718847870826721,0.24418286979198456,0.18322449922561646,-0.5665838718414307,-0.5068804025650024,-0.25541290640830994,0.2675536274909973,0.028328437358140945,-0.5547444820404053,-0.18121337890625,0.001112458878196776,0.559556782245636,0.04223514348268509,0.47455596923828125,0.07124673575162888,-0.00925514567643404,-0.4642377197742462,-0.16099286079406738,-0.15071742236614227,0.1443621665239334,0.1311757117509842,0.03379976004362106,0.40170490741729736,0.20482279360294342,0.11601473391056061,0.03408500924706459,0.11089327931404114,-0.5628496408462524,0.0056930663995444775,-0.5818240642547607,0.4099462330341339,0.40724411606788635,0.5517993569374084,0.27662765979766846,-0.13443182408809662,0.20110966265201569,-2.038588762283325,0.3216989040374756,-0.09977586567401886,0.20442716777324677,-0.32901081442832947,0.02434827946126461,-0.17950741946697235,-0.1671697348356247,-0.23263898491859436,0.2963109612464905,-0.45939913392066956,-0.7090859413146973,0.8863465785980225,-0.5270283222198486,0.5624094009399414,-0.24984441697597504,0.047254785895347595,0.1498643308877945,-0.14284496009349823,-0.06392954289913177,0.233013316988945,-0.1847427487373352,0.24119596183300018,-0.11069218814373016,-0.0008271326078101993,-0.33749154210090637,-0.09393905848264694,0.07828768342733383,-0.17682045698165894,0.15748730301856995,-0.6777911186218262,-0.06787393987178802,0.40846332907676697,-0.031187616288661957,0.06850855052471161,-0.5012190341949463,-0.22281186282634735,0.09808349609375,0.09559349715709686,-0.36318865418434143,-0.2021050900220871,0.4454896152019501,-0.5196716785430908,0.2513832747936249,0.12787550687789917,0.38054409623146057,0.5106945633888245,-0.2337465137243271,0.49411264061927795,-0.13152654469013214,0.08010032027959824,-0.03844139724969864,0.24287296831607819,-0.005952662322670221,0.38510817289352417,0.2610536515712738,-0.36455267667770386,0.28644227981567383,0.1227596178650856,-0.7538474202156067,-0.1355760395526886,-0.3474792242050171,0.029271071776747704,-0.16486021876335144,0.1489439457654953,0.11486209183931351,0.1957845836877823,0.1708393394947052,0.013693044893443584,-0.09728027135133743,-0.4660106897354126,0.632754921913147,-0.1276925951242447,-0.034712065011262894,-0.19745217263698578,-0.02650020644068718,0.46521639823913574,-0.15240302681922913,0.10997698456048965,-0.5084654688835144,-0.004328596405684948,0.04721110686659813,-0.3575444221496582,0.06611016392707825,0.1550888568162918,-0.3531944155693054,0.19134490191936493,-0.15128867328166962,-0.07564572244882584,0.07677049189805984,0.49895578622817993,-0.3041013479232788,-0.36033347249031067,0.1862635314464569,-0.400616854429245,-0.4539598226547241,0.3785262405872345,0.7274071574211121,0.2659088671207428,-0.1889016181230545,-0.35023051500320435,0.3546212315559387,-0.35062655806541443,-0.023307884112000465,0.19901150465011597,0.03700275719165802,-0.25556397438049316,-0.48410722613334656,-0.05884503200650215,0.030969684943556786,0.3454214632511139,0.4928570091724396,-0.27643507719039917,-0.0268702432513237,0.027376187965273857,0.11404379457235336,-0.025272376835346222,0.04960719868540764,-0.030186805874109268,0.171543687582016,-0.44626396894454956,-0.3902047276496887,-0.20980602502822876,0.5010579228401184,0.472463995218277,-0.4152694642543793,-0.00245618331246078,-0.044324614107608795,-5.747908592224121,0.06296830624341965,-0.008098650723695755,-0.03133716061711311,0.681165337562561,0.5827419757843018,-0.4810146391391754,-0.22993198037147522,0.1509716510772705,-0.4641246795654297,-0.018543370068073273,0.1205483078956604,-0.4689069092273712,0.005793440621346235,-0.3537991940975189,-0.1688767522573471,-0.29894357919692993,-0.3888309895992279,0.03525331988930702,-0.37188470363616943,0.14031930267810822,-0.8304908871650696,0.22888576984405518,0.2885335385799408,0.6272876858711243,0.053348373621702194,-0.45826485753059387,0.14577102661132812,0.23075522482395172,-0.2581873834133148,0.5990698337554932,-0.48343390226364136,0.18901392817497253,0.14777283370494843,0.1685386747121811,0.03569518029689789,0.3624139726161957,0.381258487701416,0.2166270762681961,-0.2447655200958252,-0.178134024143219,-0.15709494054317474,-0.4131013751029968,-0.03264209255576134,0.4026186764240265,-0.028830744326114655,0.14626456797122955,0.5956653952598572,0.036030884832143784,0.10283733159303665,0.2628360986709595,0.43669962882995605,-0.37906384468078613,-0.38594850897789,-0.16586141288280487,0.02482098899781704,0.22526855766773224,-0.18006545305252075,0.017958365380764008,-0.2906440794467926,-0.01049234252423048,-0.24485470354557037,-0.362457275390625,-0.24829106032848358,-0.3620259463787079,0.7188893556594849,-0.06732912361621857,0.2258879840373993,-0.40052616596221924,-0.13830482959747314,-0.5058008432388306,0.38553568720817566,-0.38951870799064636,-0.9603995680809021,-0.22845140099525452,-0.18238480389118195,0.46784481406211853,-0.3235124945640564,0.06037266179919243,-0.12248867750167847,0.38354551792144775,-0.062115371227264404,0.15077908337116241,-0.07946217805147171,0.17705382406711578,-0.19145938754081726,0.25318577885627747,0.5142824649810791,0.4120826721191406,-0.5675677061080933,0.7632497549057007,-0.2221928834915161,-0.040764763951301575,-0.21039952337741852,0.6791513562202454,-0.026504239067435265,-0.173309326171875,0.09998762607574463,0.06946927309036255,-0.6638506054878235,-0.04050754755735397,-0.09579326212406158,0.00553289195522666,0.34258371591567993,-0.03229837119579315,-0.33631548285484314,-0.10127861797809601,-0.26946374773979187,0.26434582471847534,-0.11519787460565567,-0.20629645884037018,0.03831958398222923,-0.2740226686000824,-0.4885104298591614,-0.12624646723270416,0.21387217938899994,-0.13746851682662964,0.1836290806531906,0.3835213780403137,0.17780861258506775,-0.10455376654863358,0.41008129715919495,-0.2715279757976532,-0.09262491017580032,-0.25235405564308167,0.3527260720729828,-0.41536688804626465,0.3306988775730133,0.10273079574108124,-0.04914991185069084,-0.07687446475028992,0.08907199651002884,0.2809763252735138,0.1911526322364807,0.8512789011001587,-0.3021737039089203,-0.5423649549484253,-0.5175698399543762,-0.07728143036365509,0.5537853837013245,0.16699519753456116,0.15765175223350525,-0.1054585874080658,-0.3008284270763397,0.11144787818193436,0.3730175197124481,0.17462040483951569,0.06019201502203941,0.4713229537010193,0.011060059070587158,-0.15244866907596588,-0.40624526143074036,0.3146335780620575,-0.6695831418037415,-0.69541335105896,0.49016299843788147,0.2614859342575073,-0.05765043944120407,0.17231392860412598,-0.6521990299224854,0.12335817515850067,-0.10693339258432388,0.011456307955086231,-0.3953804075717926,0.0370611697435379,0.1616668850183487,0.29889193177223206,0.03361772000789642,-0.16395549476146698,-0.26215028762817383,-0.13031531870365143,-0.34364718198776245,-0.17760376632213593,-0.02111586555838585,-0.21418507397174835,0.3749706447124481,-0.3508501946926117,0.06322796642780304,-0.06419219076633453,0.163749560713768,-0.08855102211236954,0.0719064399600029,-0.37882688641548157,-0.07823178917169571,0.16798186302185059,-0.12374600023031235,0.3524024486541748,-0.01499274093657732,0.20351973176002502,-0.24068941175937653,0.07264368236064911,-0.014643422327935696,0.528705358505249,0.13944029808044434,-0.24670472741127014,-0.3486136496067047,0.06964626908302307,0.13838763535022736,-0.11542723327875137,0.37489038705825806,-0.0029068239964544773,-0.19985388219356537,0.01491212472319603,-0.3022692799568176,0.17538373172283173,-0.18510311841964722,0.1491112858057022,0.5140665173530579,0.6421571969985962,-0.3659876883029938,0.059088755398988724,0.007035807240754366,-0.4800519049167633,-0.1903282254934311,0.6340817809104919,-0.21637758612632751,0.1401408463716507,-0.7950761914253235,-0.3309642970561981,-0.2134084552526474,0.03772984817624092,-0.07470625638961792,0.3358072340488434,-0.08761187642812729,-0.7307772040367126,0.007362192030996084,0.15164542198181152,-0.19120638072490692,-0.41412633657455444,0.09855049848556519,-0.26835763454437256,-0.533007025718689,0.11267347633838654,0.4621415436267853,-0.35465142130851746,0.12956440448760986,-0.19171416759490967,-0.3817897140979767,0.19974054396152496,0.5961563587188721,0.17908237874507904,0.13155585527420044,0.3051949143409729,0.1569014936685562,0.1028032898902893,0.4051670730113983,0.08333313465118408,0.2633005976676941,-0.08742327243089676,0.13660815358161926,-0.43907129764556885,-0.24467432498931885,-0.6359615921974182,0.23921313881874084,0.3642425239086151,-0.12776300311088562,-1.0242078304290771,-0.3457508683204651,-0.6068516969680786,-0.15836380422115326,-0.45674073696136475,-0.18008103966712952,0.06868969649076462,-0.14481058716773987,0.24288737773895264,0.004524848889559507,-0.013391527347266674,-0.3481918275356293,-0.023815279826521873,-0.5106528997421265,0.33232954144477844,-0.14882633090019226,-0.00962231308221817,0.6178840398788452,0.02249344065785408,-0.010934608988463879,-0.3371603190898895,0.32617950439453125,0.05934450402855873,-0.20771095156669617,-0.5295275449752808,0.3022198975086212,-0.051914189010858536,-0.10354269295930862,0.38438645005226135,-0.02933996357023716,0.2692049741744995,-0.3071410655975342,0.33597949147224426,-0.2636259198188782,0.45862436294555664,-0.25466084480285645,-0.19710879027843475,0.025981038808822632,-0.8380823135375977,0.157148540019989,0.4109494984149933,0.47616565227508545,-0.3040498197078705,0.2630252242088318,0.4189300835132599,0.17447428405284882,0.06976255774497986,-0.4443935453891754,-0.14504703879356384,0.09643839299678802,0.1322985738515854,-0.08579333871603012,-0.19261546432971954,0.5406574010848999,0.39427369832992554,-0.2919395864009857,0.18901412189006805,0.15371504426002502,-0.1504865139722824,0.10910090804100037,-0.0851876512169838,-0.4578177332878113,0.7256749868392944,-0.07200372219085693,-0.030933262780308723,0.27731969952583313,0.3168583810329437,-0.2885494828224182,0.05359400063753128,0.19355322420597076,-0.2183448076248169,0.10175145417451859,-0.25389742851257324,0.46383991837501526,-0.20131337642669678,0.27554506063461304,0.04897356778383255,0.17504383623600006,0.04799924045801163,0.23531024158000946,0.025304481387138367,0.06531910598278046,0.2859843373298645,-0.16262303292751312,0.2635742723941803,0.1394377201795578,-0.6155569553375244,-0.12772618234157562,0.6578168272972107,0.04006581008434296,0.15263789892196655,0.5235260128974915,-0.20797492563724518,0.4630766212940216,0.08381973206996918,0.18305127322673798,-0.1613050401210785,0.24302229285240173,0.3370245099067688,0.144867941737175,-0.09559031575918198,0.02293918840587139,-0.050185248255729675,-0.013683978468179703,0.39234843850135803,0.453167587518692,0.30340465903282166,-0.0135167445987463,-0.19940511882305145,-0.09483511745929718,-0.2703652083873749,-0.05782066285610199,0.2293243557214737,0.11042766273021698,0.1555703580379486,-0.225887268781662,-0.34766697883605957,-0.2137843370437622,-0.09678235650062561,-0.027465609833598137,-0.31112417578697205,-0.18955452740192413,0.3855436146259308,0.2923651337623596,-0.5019094944000244,-0.25862377882003784,-0.24075494706630707,-0.1846872866153717,-0.5275270938873291,0.19351302087306976,-0.07177920639514923,-0.03850184753537178,-0.22891336679458618,-0.2857207953929901,-0.287854939699173,-0.1064448356628418,-0.12217966467142105,0.2548058032989502,-0.32976335287094116,0.014127932488918304,0.4128769636154175,-0.2776171565055847,0.3963777720928192,0.14493583142757416,0.06002984195947647,-0.19744642078876495,-0.024417879059910774,0.17536002397537231,0.04496026411652565,0.38226839900016785,-0.03646280989050865,0.13065364956855774,0.49530652165412903,-0.05392571911215782,0.5007116198539734,0.11716943234205246,-0.46204042434692383,-0.032486237585544586,-0.4327572286128998,-0.03266815468668938,0.08277413249015808,0.2606135606765747,1.0143985748291016,0.19504019618034363,-0.4562617838382721,-0.3036327064037323,0.13395045697689056,0.12688958644866943,-0.3903923034667969,0.17933295667171478,0.6387987732887268,0.0849689170718193,-0.2614828050136566,-0.04106353968381882,0.43302279710769653,-0.2868480980396271,-0.17624342441558838,0.4125039279460907,-0.5145757794380188,0.012587501667439938,-0.1967402994632721,0.20127159357070923,-0.02308998443186283,-0.15089713037014008,0.24582339823246002,0.7966423630714417,-0.4190395474433899,-0.2103678286075592,0.13841456174850464,-0.4235082268714905,0.2804887890815735,0.3104929029941559,0.13047312200069427,0.3720710873603821,0.027933185920119286,-0.10836108773946762,0.103453628718853,-0.3084578514099121,0.583728015422821,-0.3636695444583893,0.3899667263031006,-0.19653932750225067,-0.32145223021507263,-0.5471091866493225]}} -{"_index":"navigator_test_core","_type":"_doc","_id":"SHt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Act On The Allocation And Trading Of Greenhouse-Gas Emission Permits","document_id":"CCLW.legislative.1647.2254","document_name":"Act On The Allocation And Trading Of Greenhouse-Gas Emission Permits","document_description":"The Act aims to achieve the national targets for reducing GHGs by introducing a system for trading GHG allowances through market mechanisms. The first phase of the trading scheme is due to start in 2015, covering companies that emit 125,000 metric tonnes or more of CO2 a year and factories, buildings and livestock farms that produce at least 25,000 tonnes of the gas annually.  The basic plan for the emissions rights trading system shall be established every 5 years for a unit period of 10 years. An Emissions Rights Allocation Committee chaired by the Minister of Strategy and Finance will be established for deliberation and mediation of major issues regarding the emissions rights trading system. The competent authorities will allocate the total emissions rights for the unit period and for each year to relevant corporations. The emissions rights may be traded. Anyone who wants to trade their rights shall enter an account in the emissions rights register.  The scheme determines that in the event that a corporation produces more GHGs than its allotted amount, the excess will be subject to a penalty of up to three times the average market price of the year, up to a limit of KRW100,000 (USD89.87) per one tonne of CO2.  The Enforcement Decree outlines the rules and governance structure for the ETS, planned to begin on 1 January 2015. The ETS requires each company or organisation to set the goal of emissions reduction and fulfill the required reduction goal by utilising a market mechanism. All six Kyoto Protocol GHGs are included, and the scheme covers direct and indirect emissions from individual facilities producing over 25ktCO2e/yr, companies with multiple installations producing over 125ktCO2e/yr, and any other firm that voluntarily wishes to join the ETS.  The Minister of Environment is responsible for controlling and operating the ETS. It operates the quota evaluation commission and the emissions certification committee, and encourages the participation of relevant ministries such as the Ministry of Industry, Trade and Energy, the Ministry of Agriculture, Food and Rural Affairs, and Ministry of Land, Infrastructure and Transport. The Minister of Strategy and Finance must set up the plan so that influential factors such as commodity price are taken into account.  During the first phase of the ETS (2015-2017), liable entities will be allocated 100% of their emissions permits for free based on their average emissions. Therefore demand for units will only be generated by entities exceeding their predicted emission levels. This free allocation level will drop to 97% during the second phase (2018 to 2020) and below 90% in the third phase (2021-2025). By easing the cost burden of allowable emissions at an initial stage, it minimises the burden on industry; by expanding the range of paid quota in the mid- to long-term, it lays the foundation for cost-effective GHG reduction.  Offsets are allowed for up to 10% of compliance obligations. International offsets can be used from Phase III, and shall be set within the range of less than 50% of the maximum offsets for the efficient reduction of domestic GHG. The specific criteria and procedures for the approval and certification of international offsets are yet to be established.  The government agency in charge can receive applications from qualified organisations and may select the emissions trading system's exchange among them through the evaluation of the Committee on Green Growth. In order to stabilise the market at an initial stage, companies will be subject to quota assignment through Phases I and II. When necessary, the government agency in charge, through the quota committee, will take measures to stabilise the market: adding up to 25% of the allowance reserve, specifying the minimum and maximum of emissions rights to be held, restricting borrowing and carry-over, and restricting the limit of offset emissions right's offers.  Financial support measures are allowed to industries whose competitiveness is negatively affected by the scheme. Financial and taxation incentives or subsidies can be provided for GHG reduction, technological development and distribution projects in relation to new and renewable energy.","document_source_url":"https://climate-laws.org/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBck1JIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c465bbadbc173d88ce267d8db9943fb62194160b/f","document_cdn_object":"KOR/2012/act-on-the-allocation-and-trading-of-greenhouse-gas-emission-permits_bb567c0dfbbbaa960a8b017adf399ee9.pdf","document_md5_sum":"bb567c0dfbbbaa960a8b017adf399ee9","translated":false,"document_slug":"south-korea_2012_act-on-the-allocation-and-trading-of-greenhouse-gas-emission-permits_1647_2254","document_content_type":"application/pdf","document_date":"01/01/2012","document_geography":"KOR","document_category":"Law","document_source":"CCLW","document_type":"Act","document_sectors":["Energy","Industry","Residential and Commercial","Transportation"],"document_name_and_slug":"Act On The Allocation And Trading Of Greenhouse-Gas Emission Permits south-korea_2012_act-on-the-allocation-and-trading-of-greenhouse-gas-emission-permits_1647_2254"}} -{"_index":"navigator_test_core","_type":"_doc","_id":"SXt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"The Act aims to achieve the national targets for reducing GHGs by introducing a system for trading GHG allowances through market mechanisms. The first phase of the trading scheme is due to start in 2015, covering companies that emit 125,000 metric tonnes or more of CO2 a year and factories, buildings and livestock farms that produce at least 25,000 tonnes of the gas annually.  The basic plan for the emissions rights trading system shall be established every 5 years for a unit period of 10 years. An Emissions Rights Allocation Committee chaired by the Minister of Strategy and Finance will be established for deliberation and mediation of major issues regarding the emissions rights trading system. The competent authorities will allocate the total emissions rights for the unit period and for each year to relevant corporations. The emissions rights may be traded. Anyone who wants to trade their rights shall enter an account in the emissions rights register.  The scheme determines that in the event that a corporation produces more GHGs than its allotted amount, the excess will be subject to a penalty of up to three times the average market price of the year, up to a limit of KRW100,000 (USD89.87) per one tonne of CO2.  The Enforcement Decree outlines the rules and governance structure for the ETS, planned to begin on 1 January 2015. The ETS requires each company or organisation to set the goal of emissions reduction and fulfill the required reduction goal by utilising a market mechanism. All six Kyoto Protocol GHGs are included, and the scheme covers direct and indirect emissions from individual facilities producing over 25ktCO2e/yr, companies with multiple installations producing over 125ktCO2e/yr, and any other firm that voluntarily wishes to join the ETS.  The Minister of Environment is responsible for controlling and operating the ETS. It operates the quota evaluation commission and the emissions certification committee, and encourages the participation of relevant ministries such as the Ministry of Industry, Trade and Energy, the Ministry of Agriculture, Food and Rural Affairs, and Ministry of Land, Infrastructure and Transport. The Minister of Strategy and Finance must set up the plan so that influential factors such as commodity price are taken into account.  During the first phase of the ETS (2015-2017), liable entities will be allocated 100% of their emissions permits for free based on their average emissions. Therefore demand for units will only be generated by entities exceeding their predicted emission levels. This free allocation level will drop to 97% during the second phase (2018 to 2020) and below 90% in the third phase (2021-2025). By easing the cost burden of allowable emissions at an initial stage, it minimises the burden on industry; by expanding the range of paid quota in the mid- to long-term, it lays the foundation for cost-effective GHG reduction.  Offsets are allowed for up to 10% of compliance obligations. International offsets can be used from Phase III, and shall be set within the range of less than 50% of the maximum offsets for the efficient reduction of domestic GHG. The specific criteria and procedures for the approval and certification of international offsets are yet to be established.  The government agency in charge can receive applications from qualified organisations and may select the emissions trading system's exchange among them through the evaluation of the Committee on Green Growth. In order to stabilise the market at an initial stage, companies will be subject to quota assignment through Phases I and II. When necessary, the government agency in charge, through the quota committee, will take measures to stabilise the market: adding up to 25% of the allowance reserve, specifying the minimum and maximum of emissions rights to be held, restricting borrowing and carry-over, and restricting the limit of offset emissions right's offers.  Financial support measures are allowed to industries whose competitiveness is negatively affected by the scheme. Financial and taxation incentives or subsidies can be provided for GHG reduction, technological development and distribution projects in relation to new and renewable energy.","document_id":"CCLW.legislative.1647.2254","document_name":"Act On The Allocation And Trading Of Greenhouse-Gas Emission Permits","document_description":"The Act aims to achieve the national targets for reducing GHGs by introducing a system for trading GHG allowances through market mechanisms. The first phase of the trading scheme is due to start in 2015, covering companies that emit 125,000 metric tonnes or more of CO2 a year and factories, buildings and livestock farms that produce at least 25,000 tonnes of the gas annually.  The basic plan for the emissions rights trading system shall be established every 5 years for a unit period of 10 years. An Emissions Rights Allocation Committee chaired by the Minister of Strategy and Finance will be established for deliberation and mediation of major issues regarding the emissions rights trading system. The competent authorities will allocate the total emissions rights for the unit period and for each year to relevant corporations. The emissions rights may be traded. Anyone who wants to trade their rights shall enter an account in the emissions rights register.  The scheme determines that in the event that a corporation produces more GHGs than its allotted amount, the excess will be subject to a penalty of up to three times the average market price of the year, up to a limit of KRW100,000 (USD89.87) per one tonne of CO2.  The Enforcement Decree outlines the rules and governance structure for the ETS, planned to begin on 1 January 2015. The ETS requires each company or organisation to set the goal of emissions reduction and fulfill the required reduction goal by utilising a market mechanism. All six Kyoto Protocol GHGs are included, and the scheme covers direct and indirect emissions from individual facilities producing over 25ktCO2e/yr, companies with multiple installations producing over 125ktCO2e/yr, and any other firm that voluntarily wishes to join the ETS.  The Minister of Environment is responsible for controlling and operating the ETS. It operates the quota evaluation commission and the emissions certification committee, and encourages the participation of relevant ministries such as the Ministry of Industry, Trade and Energy, the Ministry of Agriculture, Food and Rural Affairs, and Ministry of Land, Infrastructure and Transport. The Minister of Strategy and Finance must set up the plan so that influential factors such as commodity price are taken into account.  During the first phase of the ETS (2015-2017), liable entities will be allocated 100% of their emissions permits for free based on their average emissions. Therefore demand for units will only be generated by entities exceeding their predicted emission levels. This free allocation level will drop to 97% during the second phase (2018 to 2020) and below 90% in the third phase (2021-2025). By easing the cost burden of allowable emissions at an initial stage, it minimises the burden on industry; by expanding the range of paid quota in the mid- to long-term, it lays the foundation for cost-effective GHG reduction.  Offsets are allowed for up to 10% of compliance obligations. International offsets can be used from Phase III, and shall be set within the range of less than 50% of the maximum offsets for the efficient reduction of domestic GHG. The specific criteria and procedures for the approval and certification of international offsets are yet to be established.  The government agency in charge can receive applications from qualified organisations and may select the emissions trading system's exchange among them through the evaluation of the Committee on Green Growth. In order to stabilise the market at an initial stage, companies will be subject to quota assignment through Phases I and II. When necessary, the government agency in charge, through the quota committee, will take measures to stabilise the market: adding up to 25% of the allowance reserve, specifying the minimum and maximum of emissions rights to be held, restricting borrowing and carry-over, and restricting the limit of offset emissions right's offers.  Financial support measures are allowed to industries whose competitiveness is negatively affected by the scheme. Financial and taxation incentives or subsidies can be provided for GHG reduction, technological development and distribution projects in relation to new and renewable energy.","document_source_url":"https://climate-laws.org/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBck1JIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c465bbadbc173d88ce267d8db9943fb62194160b/f","document_cdn_object":"KOR/2012/act-on-the-allocation-and-trading-of-greenhouse-gas-emission-permits_bb567c0dfbbbaa960a8b017adf399ee9.pdf","document_md5_sum":"bb567c0dfbbbaa960a8b017adf399ee9","translated":false,"document_slug":"south-korea_2012_act-on-the-allocation-and-trading-of-greenhouse-gas-emission-permits_1647_2254","document_content_type":"application/pdf","document_date":"01/01/2012","document_geography":"KOR","document_category":"Law","document_source":"CCLW","document_type":"Act","document_sectors":["Energy","Industry","Residential and Commercial","Transportation"],"document_name_and_slug":"Act On The Allocation And Trading Of Greenhouse-Gas Emission Permits south-korea_2012_act-on-the-allocation-and-trading-of-greenhouse-gas-emission-permits_1647_2254","document_description_embedding":[-0.33876752853393555,0.5411179065704346,0.30699294805526733,-0.28299611806869507,-0.16834542155265808,0.4814988374710083,0.49105486273765564,-0.29107362031936646,0.22683462500572205,-0.36427733302116394,0.19723856449127197,0.31383389234542847,-0.41261225938796997,0.1717466413974762,0.25768208503723145,0.3920789957046509,0.13549494743347168,0.1855836808681488,-0.32075798511505127,-0.24668550491333008,0.8828507661819458,0.021366991102695465,0.6093931198120117,0.7856367230415344,0.6794770956039429,0.07479561865329742,-0.0652749091386795,0.024197686463594437,-0.08699694275856018,-0.18300040066242218,0.34315651655197144,0.07660406827926636,0.031673889607191086,0.008836247026920319,0.3482895493507385,0.3757169544696808,-0.02724853716790676,-0.3876846730709076,0.14215216040611267,-0.43498560786247253,-0.13968878984451294,-0.69330233335495,-0.2833287715911865,-0.18884369730949402,0.22491391003131866,-0.035897400230169296,-0.007037137635052204,0.38555794954299927,-0.4030664563179016,-0.20493702590465546,-0.2481081634759903,-0.1570240557193756,0.1897975504398346,0.18839585781097412,-0.1997869610786438,0.03713449835777283,-0.13560941815376282,-0.17049044370651245,-0.9841089248657227,-0.4822961688041687,0.2759006917476654,-0.3187536597251892,-0.22044634819030762,-0.15634331107139587,0.20625057816505432,0.02698429860174656,0.07918381690979004,0.33733266592025757,-0.7287776470184326,-0.648113489151001,-0.04537661001086235,0.46341460943222046,-0.3099897503852844,-0.11250179260969162,-0.2539759576320648,0.050979211926460266,-0.3516569137573242,-0.035966210067272186,0.2000938057899475,0.17483951151371002,-0.02732260897755623,0.11175499856472015,-0.19019371271133423,-0.15226374566555023,0.8217673897743225,-0.34107720851898193,0.7800511121749878,0.11157377809286118,-0.6719290614128113,0.1634323000907898,0.4437564015388489,-0.98231041431427,-0.04258839040994644,0.2285851389169693,-0.03228028491139412,0.02718045748770237,0.03492731600999832,-0.0785583108663559,-0.31580421328544617,-0.5355072021484375,0.1482653021812439,-0.44496703147888184,-0.17528307437896729,0.07923512905836105,0.05472014099359512,0.04271582514047623,-0.4873550534248352,-0.5125439167022705,-0.004548696801066399,0.17893452942371368,0.5513260364532471,-0.2625845968723297,-0.33717960119247437,-0.07402049005031586,0.04691408947110176,0.07483446598052979,-0.2229730784893036,-0.2748926281929016,0.46833378076553345,0.49151086807250977,0.476193368434906,0.3225059509277344,0.06613854318857193,0.6859011650085449,-0.030402306467294693,-0.3383381962776184,0.21656203269958496,0.000873815268278122,-0.2738674283027649,0.3127009868621826,0.17630474269390106,0.03490471467375755,0.01124858669936657,0.1660628616809845,-0.16365912556648254,-0.01640666276216507,0.36448419094085693,-0.3316378593444824,0.01914297603070736,-0.3118961453437805,-0.010304810479283333,0.2741236686706543,0.20717361569404602,-0.0162339024245739,0.19257083535194397,-0.3343140184879303,-0.5603688955307007,-0.6480274200439453,0.07108217477798462,-0.060195788741111755,0.3417748212814331,-0.3681993782520294,0.003654224332422018,-0.1249784380197525,-0.18174779415130615,-0.026066455990076065,-0.32361334562301636,0.25288671255111694,-0.269685298204422,0.1600039303302765,0.27185338735580444,-0.06732094287872314,-0.000977515708655119,-0.2411072850227356,0.4114795923233032,-0.1044614166021347,0.2371978461742401,0.6659121513366699,-0.13370853662490845,-0.021868079900741577,0.10299329459667206,-0.36833029985427856,0.35174083709716797,-0.6488962173461914,0.15655842423439026,0.40993034839630127,0.5076463222503662,0.48272624611854553,-0.08207671344280243,0.3504210114479065,-1.3765504360198975,0.3019092082977295,-0.014735891483724117,0.2689679265022278,0.15416522324085236,-0.24550539255142212,-0.08604290336370468,0.2282000035047531,0.10272148251533508,0.15478211641311646,-0.5349941253662109,-0.014935268089175224,1.6295905113220215,-0.4742790460586548,-0.022548865526914597,-0.2294614315032959,-0.044579967856407166,0.17479541897773743,0.10079178214073181,-0.296172171831131,0.07596827298402786,0.2807510495185852,0.04305971786379814,-0.49443522095680237,0.10178743302822113,-0.2301308810710907,-0.20433172583580017,-0.3364376425743103,-0.21284450590610504,0.30649057030677795,-0.6914329528808594,0.15997575223445892,0.3362516760826111,0.21419355273246765,-0.39142411947250366,-0.3431187868118286,-0.15575727820396423,0.09291820228099823,0.22160202264785767,0.06299233436584473,-0.16782671213150024,0.4997021555900574,-0.17793132364749908,0.6764545440673828,-0.5287830233573914,0.4161800444126129,0.8813334703445435,-0.35467368364334106,0.4966752529144287,-0.47475045919418335,0.17321616411209106,-0.3057110905647278,0.348646879196167,-0.19048839807510376,0.7155683040618896,0.24046590924263,-0.44407474994659424,-0.05733061954379082,0.2668476998806,-0.754537045955658,0.0001622629351913929,0.16577954590320587,-0.14787150919437408,-0.23958823084831238,0.07414376735687256,0.2166539877653122,0.3849503993988037,0.5063478946685791,0.30110639333724976,0.11196944117546082,-0.0004911180585622787,0.5910744667053223,-0.14514297246932983,0.07132841646671295,-0.48619452118873596,-0.12296909093856812,-0.10761571675539017,-0.6533904075622559,0.28318724036216736,-0.5719896554946899,0.22763437032699585,-0.04257543757557869,0.11149933934211731,0.04224751144647598,-0.011936469934880733,-0.44164735078811646,0.31695470213890076,-0.47742921113967896,-0.21940529346466064,-0.3456037938594818,0.6881600618362427,0.10204309225082397,-0.35080695152282715,0.21058495342731476,0.18451830744743347,-0.2890625596046448,0.3801250457763672,0.4306631088256836,0.3507743775844574,-1.21607506275177,-0.21333256363868713,0.349016010761261,-0.3707427382469177,0.09712808579206467,-0.036175910383462906,-0.15671956539154053,-0.4146469235420227,-1.0159765481948853,0.16543048620224,-0.11810865253210068,0.41249749064445496,0.5045313239097595,-0.22992835938930511,-0.1626712679862976,-0.12203462421894073,0.026427946984767914,-0.3270658552646637,0.04845831170678139,0.509652853012085,0.242703378200531,-0.16138067841529846,-0.3276020884513855,0.0612730048596859,0.2572088837623596,0.1906333714723587,-0.5786088705062866,-0.3219839334487915,-0.5385477542877197,-5.0938520431518555,-0.10092995315790176,-0.27359190583229065,-0.31163543462753296,0.9431769847869873,0.30573010444641113,0.21612250804901123,-0.054613061249256134,0.04637330025434494,-0.2724663019180298,-0.028166335076093674,0.14931316673755646,-0.6864461898803711,0.38135847449302673,0.04012040048837662,-0.2795867323875427,-0.17745310068130493,-0.4577600061893463,-0.03459923714399338,-0.25453343987464905,0.06760277599096298,-0.6751874685287476,0.6241772770881653,-0.47598958015441895,0.773838996887207,-0.2549530863761902,-0.5241214632987976,0.009386071003973484,0.19002313911914825,0.03394563868641853,0.05493099242448807,-0.9136109352111816,0.05655556917190552,0.24361029267311096,0.25819215178489685,-0.19127574563026428,-0.0032154135406017303,-0.5546160936355591,-0.0943455845117569,-0.3863534927368164,0.11292855441570282,-0.2671307623386383,-0.1207682341337204,-0.11398382484912872,0.28702324628829956,0.10436055064201355,-0.10740040242671967,0.7384042739868164,-0.166359543800354,-0.002350547118112445,0.12662546336650848,0.6569995880126953,-0.6457552313804626,0.004305320326238871,-0.39574193954467773,-0.08236245810985565,0.245816171169281,0.011128389276564121,0.026064466685056686,0.41613680124282837,0.12705281376838684,0.018255509436130524,0.20351055264472961,-0.20461755990982056,-0.3280441164970398,0.26740503311157227,-0.21946629881858826,0.25323429703712463,0.11940794438123703,0.08783694356679916,0.11221387982368469,0.10000301897525787,-0.5969483852386475,-0.724490225315094,-0.1414256989955902,-0.5569057464599609,0.609018087387085,0.14338231086730957,0.2425059676170349,0.033755648881196976,0.48310044407844543,-0.15539959073066711,0.5505186915397644,-0.023592578247189522,0.14979538321495056,-0.13070431351661682,0.27823111414909363,0.48732346296310425,0.41257235407829285,-0.8019540905952454,1.2278512716293335,-0.5868951082229614,-0.44440415501594543,-0.6691988706588745,-0.08825532346963882,-0.10275574028491974,0.15710517764091492,0.02321632020175457,-0.37180471420288086,-0.23735010623931885,0.3291254937648773,-0.4902702867984772,-0.25474321842193604,0.29884326457977295,-0.26856905221939087,-0.0885968878865242,-0.007634758949279785,-0.3943762183189392,0.31034407019615173,-0.2890189290046692,-0.44333595037460327,0.27869176864624023,-0.33372461795806885,-0.323172390460968,-0.3264102637767792,-0.1545170545578003,0.1837683916091919,-0.4254969358444214,0.6835569143295288,-0.2622637152671814,0.15553954243659973,0.21007272601127625,-0.570118248462677,-0.09605900198221207,-0.6486780643463135,0.4806278347969055,-0.5311074256896973,0.2213607132434845,-0.051311787217855453,0.012533411383628845,-0.6970055103302002,-0.48072490096092224,0.22519955039024353,0.1108204573392868,0.17826320230960846,-0.3222008943557739,-0.3440030515193939,-0.5931832790374756,0.5825139284133911,0.7160585522651672,0.084867462515831,-0.02713528648018837,-0.23591278493404388,-0.18909698724746704,0.39194899797439575,0.31456196308135986,0.6387065649032593,-0.16408047080039978,0.7955516576766968,-0.09739328920841217,0.22033019363880157,-0.8996016979217529,0.5159733891487122,-0.2909054458141327,-0.3190714716911316,0.21988962590694427,0.30910664796829224,-0.38165849447250366,0.520301342010498,-0.7168725728988647,0.3142324686050415,-0.1609935164451599,-0.2611066699028015,-0.25766390562057495,0.15399499237537384,0.37850284576416016,0.24051353335380554,-0.28117987513542175,-0.5842966437339783,-0.27225106954574585,0.11159434914588928,-0.7760864496231079,0.14755338430404663,0.3527225852012634,0.10744655132293701,0.16938552260398865,-0.07688786089420319,-0.6742887496948242,-0.03124956786632538,0.202571839094162,0.0022392957471311092,0.3078090250492096,-0.22046062350273132,-0.2628019452095032,0.07528938353061676,0.15216058492660522,0.08506172895431519,-0.0665140226483345,0.4556673765182495,0.09151571989059448,0.2688024044036865,-0.08963920176029205,0.22905012965202332,0.6373329162597656,-0.19069480895996094,-0.3360946774482727,0.12301105260848999,0.28423476219177246,-0.7107024788856506,0.49676406383514404,0.05640289559960365,0.27810758352279663,0.23284602165222168,-0.4273497462272644,-0.04061190038919449,0.039638422429561615,-0.10326424241065979,0.41137197613716125,0.8776295185089111,-0.6051173806190491,0.3245757818222046,0.23271793127059937,-0.45300042629241943,0.5301097631454468,0.3284686207771301,-0.3060160279273987,0.29305732250213623,-0.40569305419921875,-0.08824090659618378,-0.07175945490598679,-0.23514294624328613,-0.1979202926158905,0.21079304814338684,-0.42314669489860535,-0.1514054238796234,-0.031019097194075584,0.02906470000743866,-0.0796905905008316,-0.36831486225128174,-0.05171912908554077,-0.3478362560272217,-0.4092395305633545,-0.25383317470550537,0.2906017303466797,-0.19519247114658356,0.6086772680282593,-0.14513352513313293,-0.2588455080986023,-0.4121077060699463,0.5375019311904907,0.37746065855026245,0.19323495030403137,0.03459698706865311,-0.1444871425628662,0.13925190269947052,0.4876362681388855,-0.1638595163822174,0.212220698595047,-0.33851906657218933,0.02185738831758499,-0.41388028860092163,-0.09901954233646393,-0.502242922782898,0.05874215066432953,0.0750926285982132,-0.5187617540359497,-0.3743211030960083,0.5461552143096924,-0.38929444551467896,-0.037888303399086,-0.38915807008743286,0.08171568810939789,0.4392082691192627,-0.4998776912689209,0.22597184777259827,0.48494601249694824,-0.04793723672628403,-0.33451032638549805,-0.3854485750198364,-0.4057086706161499,0.7963924407958984,-0.44381430745124817,-0.05264060199260712,0.29250818490982056,0.6207852959632874,-0.29612189531326294,-0.4473678469657898,0.0715479850769043,-0.054622016847133636,-0.36061614751815796,-0.7557238340377808,-0.03406836837530136,0.06517995148897171,0.08165338635444641,0.7330302000045776,-0.21421560645103455,0.3050491213798523,-0.3293987214565277,-0.2212424874305725,-0.7171586155891418,0.7112336158752441,-0.22288009524345398,-0.0681270882487297,0.14446181058883667,-0.45833858847618103,0.17661798000335693,0.7124463319778442,0.33146536350250244,-0.17098209261894226,0.41384971141815186,0.2438250482082367,-0.07198521494865417,0.3465747535228729,-0.41638052463531494,-0.3739524483680725,-0.17844480276107788,0.2751477360725403,-0.09007474780082703,-0.1552991271018982,-0.2857323884963989,0.15802806615829468,-0.4155157208442688,0.2507167160511017,0.4730774760246277,-0.4633389711380005,-0.232237309217453,-0.37201470136642456,-0.08044314384460449,1.1256780624389648,0.287839412689209,-0.08441309630870819,0.202524334192276,0.18416059017181396,0.030748147517442703,0.04799484834074974,0.3749487102031708,-0.3327701687812805,0.4005078673362732,-0.30011898279190063,0.23766359686851501,-0.756432294845581,0.2518981099128723,0.09924648702144623,0.27185750007629395,0.4161541759967804,-0.0058229779824614525,0.49057191610336304,-0.41515517234802246,0.20493170619010925,-0.15460942685604095,0.3866752088069916,0.13964404165744781,-0.5457030534744263,-0.14544087648391724,0.5456269979476929,0.1317320615053177,-0.18075937032699585,-0.013222381472587585,0.20144742727279663,0.9519106149673462,0.16687926650047302,0.16672730445861816,-0.21770134568214417,-0.238874614238739,-0.08182951807975769,0.5370509624481201,-0.4668534994125366,0.3234390914440155,0.03472277522087097,-0.050589628517627716,0.5773992538452148,0.6213115453720093,-0.0092117665335536,0.002331106923520565,-0.49687856435775757,-0.10122526437044144,0.03170694783329964,0.43182387948036194,0.20601576566696167,-0.06055827438831329,-0.019935861229896545,-0.8664392232894897,-0.4660012125968933,-0.33017197251319885,0.27395427227020264,-0.1911899596452713,-0.08580586314201355,0.32763299345970154,0.4455784559249878,0.5394556522369385,-0.42101332545280457,0.16518843173980713,-0.10620805621147156,-0.26644283533096313,-0.44015631079673767,0.32974451780319214,-0.2575291395187378,-0.3118324279785156,-0.45035773515701294,-0.5834463834762573,-0.2378282994031906,0.07631593942642212,-0.18333399295806885,0.5865256190299988,-0.2704377770423889,-0.03805655241012573,0.16957110166549683,-0.33575814962387085,-0.03529154136776924,0.45858949422836304,0.24356737732887268,-0.33625298738479614,-0.5419697761535645,-0.04383142665028572,0.34759849309921265,0.654777467250824,0.01690443977713585,0.38680070638656616,0.7015463709831238,-0.314674973487854,0.4160878360271454,0.4837273061275482,-0.42747393250465393,0.19701148569583893,-0.308963418006897,-0.21673423051834106,0.10186582803726196,0.528414249420166,0.2177443653345108,0.30209478735923767,-0.3107118308544159,-0.17200614511966705,0.09656301140785217,-0.07224966585636139,-0.27748996019363403,0.5534552931785583,0.9129577279090881,0.09854421019554138,0.2534219026565552,0.43448352813720703,0.324285089969635,-0.34305787086486816,-0.7263344526290894,0.39647895097732544,-0.18378384411334991,-0.027841046452522278,-0.38017213344573975,0.4699068069458008,-0.08019599318504333,0.07457401603460312,0.6667406558990479,0.557691216468811,-0.41505229473114014,-0.6595155000686646,0.15045934915542603,-0.052386052906513214,0.22406069934368134,0.2698192596435547,0.12959860265254974,0.21649783849716187,-0.27173149585723877,-0.19693559408187866,-0.5845901370048523,-0.05068767070770264,0.10930587351322174,-0.8506659269332886,0.6931253671646118,0.07534386962652206,-0.5439236164093018,-0.41807126998901367]}} -{"_index":"navigator_test_core","_type":"_doc","_id":"Snt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Carbon Farming Initiative Amendment Bill 2014","document_id":"CCLW.legislative.1031.0","document_name":"Carbon Farming Initiative Amendment Bill 2014","document_description":"This bill establishes the Emissions Reduction Fund, and provides a transition for the Carbon Farming Initiative by amending the Carbon Credits (Carbon Farming Initiative) Act 2011 to provide for the Clean Energy Regulator to conduct auctions and enter into contracts to purchase emissions reductions; enable a broader range of emissions reduction projects to be approved; and amend the project eligibility criteria and processes for approving projects and crediting carbon credit units.\n\nThe Carbon Credits (Carbon Farming Initiative) Act 2011 set up a scheme for the issue of Australian Carbon Credit Units (ACCUs) in relation to eligible offsets projects. It was part of a package of three Acts to establish the Carbon Farming Initiative, including the Australian National Registry of Emissions Units Act 2011 and the Carbon Credits (Consequential Amendments) Act 2011. The package of Acts established the existence of ACCUs as personal property, which are generally transferable, and can be sold domestically or internationally subject to regulation.","document_source_url":null,"document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"australia_2014_carbon-farming-initiative-amendment-bill-2014_1031_0","document_content_type":null,"document_date":"13/12/2014","document_geography":"AUS","document_category":"Law","document_source":"CCLW","document_type":"Law","document_sectors":["Transportation"],"document_name_and_slug":"Carbon Farming Initiative Amendment Bill 2014 australia_2014_carbon-farming-initiative-amendment-bill-2014_1031_0"}} -{"_index":"navigator_test_core","_type":"_doc","_id":"S3t9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"This bill establishes the Emissions Reduction Fund, and provides a transition for the Carbon Farming Initiative by amending the Carbon Credits (Carbon Farming Initiative) Act 2011 to provide for the Clean Energy Regulator to conduct auctions and enter into contracts to purchase emissions reductions; enable a broader range of emissions reduction projects to be approved; and amend the project eligibility criteria and processes for approving projects and crediting carbon credit units.\n\nThe Carbon Credits (Carbon Farming Initiative) Act 2011 set up a scheme for the issue of Australian Carbon Credit Units (ACCUs) in relation to eligible offsets projects. It was part of a package of three Acts to establish the Carbon Farming Initiative, including the Australian National Registry of Emissions Units Act 2011 and the Carbon Credits (Consequential Amendments) Act 2011. The package of Acts established the existence of ACCUs as personal property, which are generally transferable, and can be sold domestically or internationally subject to regulation.","document_id":"CCLW.legislative.1031.0","document_name":"Carbon Farming Initiative Amendment Bill 2014","document_description":"This bill establishes the Emissions Reduction Fund, and provides a transition for the Carbon Farming Initiative by amending the Carbon Credits (Carbon Farming Initiative) Act 2011 to provide for the Clean Energy Regulator to conduct auctions and enter into contracts to purchase emissions reductions; enable a broader range of emissions reduction projects to be approved; and amend the project eligibility criteria and processes for approving projects and crediting carbon credit units.\n\nThe Carbon Credits (Carbon Farming Initiative) Act 2011 set up a scheme for the issue of Australian Carbon Credit Units (ACCUs) in relation to eligible offsets projects. It was part of a package of three Acts to establish the Carbon Farming Initiative, including the Australian National Registry of Emissions Units Act 2011 and the Carbon Credits (Consequential Amendments) Act 2011. The package of Acts established the existence of ACCUs as personal property, which are generally transferable, and can be sold domestically or internationally subject to regulation.","document_source_url":null,"document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"australia_2014_carbon-farming-initiative-amendment-bill-2014_1031_0","document_content_type":null,"document_date":"13/12/2014","document_geography":"AUS","document_category":"Law","document_source":"CCLW","document_type":"Law","document_sectors":["Transportation"],"document_name_and_slug":"Carbon Farming Initiative Amendment Bill 2014 australia_2014_carbon-farming-initiative-amendment-bill-2014_1031_0","document_description_embedding":[0.3127393424510956,-0.05559323728084564,0.03221192955970764,-0.14033472537994385,0.26956892013549805,0.06935761868953705,0.14746415615081787,-0.2871702015399933,0.10145387053489685,-0.31816473603248596,0.10643555968999863,-0.13530538976192474,-0.3000028729438782,0.281145840883255,0.4690079689025879,0.27585843205451965,0.41667482256889343,0.4266698360443115,-0.44772258400917053,0.30158519744873047,0.3402012288570404,-0.22472286224365234,0.42480847239494324,0.5992135405540466,0.2021894007921219,-0.039753593504428864,0.21893051266670227,-0.04475966840982437,-0.33990955352783203,-0.24757234752178192,0.35550305247306824,0.01591075211763382,0.4431968033313751,-0.48231565952301025,0.052137959748506546,0.34017589688301086,-0.3110881447792053,-0.35194382071495056,-0.1510733813047409,-0.17994318902492523,-0.31407588720321655,-0.370695024728775,0.19242364168167114,-0.07884826511144638,0.20025499165058136,0.018685532733798027,0.0623612143099308,0.5139051675796509,-0.1781688779592514,0.250371515750885,0.21424072980880737,-0.11227374523878098,0.30578434467315674,-0.6497848033905029,0.1224469542503357,0.25376632809638977,-0.10920393466949463,-0.8030052781105042,-0.5310664176940918,-0.22048892080783844,0.2934844195842743,-0.34169086813926697,-0.18481694161891937,0.06385056674480438,0.2626928389072418,-0.20589543879032135,0.2659221291542053,0.6167041659355164,-0.819694459438324,-0.4050348103046417,-0.2642778754234314,0.23839394748210907,-0.2516772150993347,-0.20878741145133972,0.12739761173725128,-0.3534146845340729,-0.39069265127182007,0.42733749747276306,0.6864480376243591,0.17454679310321808,-0.010080760344862938,0.44802314043045044,-0.570600688457489,-0.10879164189100266,0.528628408908844,-0.20163778960704803,0.35792452096939087,-0.35256534814834595,-0.5740157961845398,0.022164814174175262,0.4229353964328766,-0.4030381143093109,0.0924752801656723,0.3733227849006653,0.12336448580026627,-0.04355049133300781,-0.2978896200656891,-0.28064167499542236,-0.11282560974359512,-0.4014219343662262,-0.003019861178472638,-0.5470894575119019,0.5256984233856201,0.12746872007846832,0.33701011538505554,0.09685439616441727,-0.5888038873672485,-0.3385036587715149,0.027061335742473602,-0.06598998606204987,0.7048553228378296,-0.028769269585609436,-0.21915268898010254,-0.03756411373615265,0.06759830564260483,0.11791911721229553,-0.22989366948604584,-0.2822977304458618,0.10416581481695175,0.35060179233551025,0.4787837862968445,0.45905449986457825,-0.10208583623170853,0.8665542602539062,-0.40296462178230286,-0.5149195194244385,-0.00864931009709835,-0.09303340315818787,-0.6038548350334167,0.011357222683727741,0.18400628864765167,-0.34915629029273987,0.095856674015522,-0.010374374687671661,-0.13742534816265106,0.03995027765631676,0.12004911154508591,-0.38770318031311035,-0.27817708253860474,-0.17204712331295013,0.24807745218276978,0.11286300420761108,0.15710605680942535,0.0008777627372182906,0.12007133662700653,-0.12295246869325638,-0.3731423318386078,-0.19940930604934692,0.08365190029144287,-0.15884916484355927,0.4953478276729584,-0.21227124333381653,0.12180687487125397,0.05203896388411522,-0.453820139169693,0.1762208342552185,-0.37663590908050537,0.2753867208957672,-0.2280302196741104,-0.04931653290987015,-0.16318215429782867,0.005985547322779894,0.250143826007843,-0.018322249874472618,0.8562676310539246,-0.20342114567756653,0.09750453382730484,0.42632001638412476,-0.43357571959495544,0.3189423084259033,0.19929474592208862,-0.4618610143661499,0.5761160254478455,-0.7321456670761108,0.13787545263767242,0.395659476518631,0.17722803354263306,0.36119890213012695,-0.06219882518053055,0.418597936630249,-1.5362720489501953,0.12048894912004471,-0.3873349726200104,-0.2037377804517746,0.032754164189100266,-0.1618964821100235,-0.24776189029216766,-0.20149314403533936,0.3017612099647522,0.36910364031791687,-0.6925398707389832,-0.4888433516025543,1.308886170387268,-0.07969337701797485,0.16976337134838104,-0.03529346361756325,-0.43916791677474976,0.2670198678970337,-0.1754361242055893,-0.6594624519348145,-0.12606431543827057,0.3471282124519348,0.45942652225494385,-0.39608991146087646,-0.16674956679344177,0.015853673219680786,-0.005146440584212542,-0.11865593492984772,-0.22358161211013794,0.30365049839019775,-0.628169596195221,0.0804668515920639,0.5771233439445496,0.07047860324382782,-0.1493653953075409,0.013673437759280205,-0.3428758680820465,-0.011606987565755844,0.060819413512945175,-0.2563260793685913,-0.20781657099723816,0.4999338984489441,-0.4032917320728302,0.4476529061794281,-0.0551227405667305,0.648863673210144,0.7251899242401123,-0.5181127786636353,0.41864150762557983,-0.09713124483823776,0.20013602077960968,-0.09778719395399094,0.0003727500152308494,-0.34637847542762756,0.0378083661198616,0.3254002630710602,0.033288244158029556,0.2894723117351532,-0.01094321720302105,-0.4791894555091858,-0.19077277183532715,0.02899252623319626,-0.1684170812368393,-0.27116915583610535,0.27962231636047363,0.3452273905277252,0.544670820236206,0.25931093096733093,0.4235207438468933,0.07105296105146408,0.10107000172138214,0.6185993552207947,0.0858118087053299,0.03239844739437103,-0.2032288908958435,-0.044004227966070175,0.01021137647330761,-0.47756227850914,-0.10419433563947678,-0.35515347123146057,0.1741105616092682,-0.06228215992450714,-0.3258878290653229,0.1783684939146042,0.3613474369049072,-0.4482899010181427,-0.0576656311750412,-0.5659995079040527,-0.48043349385261536,-0.4469353258609772,0.5120388865470886,0.16521459817886353,-0.31140783429145813,0.0332796610891819,0.07631099224090576,0.12289085984230042,0.5932448506355286,0.37494534254074097,0.28019997477531433,-0.5016548037528992,-0.15258485078811646,0.6249096989631653,-0.6158410310745239,-0.08427735418081284,0.18650789558887482,0.1820937842130661,0.07363203167915344,-0.5635640025138855,0.06411464512348175,0.0822514146566391,0.3063063621520996,0.30105507373809814,-0.15301789343357086,0.2341185361146927,0.5017380118370056,-0.07571455091238022,-0.24511747062206268,0.24796536564826965,0.5667355060577393,-0.21681927144527435,0.07318052649497986,-0.13446158170700073,0.05892305076122284,-0.19645904004573822,0.0761912614107132,-0.662162184715271,-0.4229077994823456,-0.863719642162323,-5.59100866317749,-0.3309250473976135,-0.2861833870410919,0.056686144322156906,0.8774325847625732,0.05260007455945015,-0.07289440929889679,0.14297711849212646,-0.011723954230546951,-0.07331029325723648,-0.14988774061203003,0.16735172271728516,-0.2553006112575531,0.07333816587924957,-0.41197800636291504,0.054253872483968735,-0.19176417589187622,-0.7563988566398621,0.004530913196504116,0.19914202392101288,-0.05343657732009888,-0.4815298020839691,0.4361443519592285,0.10388562828302383,0.17913146317005157,-0.3044152855873108,-0.5702435374259949,-0.0196381863206625,0.07197843492031097,-0.12868857383728027,0.2214137762784958,-0.4621608555316925,0.03450639173388481,0.4527328610420227,0.08851492404937744,0.2143169492483139,-0.04334726184606552,-0.25463923811912537,-0.11256023496389389,-0.07823537290096283,-0.039433084428310394,-0.3239731788635254,0.1711282581090927,-0.2013900876045227,0.5970092415809631,-0.12827584147453308,-0.21854376792907715,0.10152307152748108,0.14622238278388977,0.12111223489046097,0.46539193391799927,0.8361810445785522,-0.16925659775733948,0.053124818950891495,-0.6495651006698608,0.1616135686635971,0.09202691167593002,0.174410879611969,-0.2746385931968689,0.07090375572443008,0.0215007271617651,0.11790309846401215,0.3055780827999115,-0.319471538066864,-0.08757760375738144,0.6064838767051697,-0.18770213425159454,0.49733856320381165,0.11053447425365448,0.39578551054000854,-0.08006110787391663,0.5750207901000977,-0.426910936832428,-0.8226237893104553,0.08394014835357666,-0.3537936210632324,0.3870590031147003,0.062474798411130905,0.06559696793556213,0.1679365336894989,0.4721061587333679,-0.027803489938378334,0.00287019950337708,-0.05463799089193344,0.06262753158807755,-0.043797291815280914,0.1200895607471466,0.07451970875263214,0.25320810079574585,-0.7788373827934265,0.8247038125991821,-0.19427107274532318,-0.022099992260336876,-0.3100685477256775,0.32078754901885986,-0.08613041788339615,-0.06951509416103363,-0.2578347325325012,-0.23961241543293,0.030002353712916374,0.13642337918281555,-0.14500953257083893,-0.3007499873638153,-0.03002621792256832,-0.19811995327472687,-0.41407260298728943,0.11901184171438217,-0.3078271448612213,0.0443713553249836,0.2428763210773468,-0.2518307566642761,0.14601701498031616,-0.3673282861709595,-0.18584392964839935,-0.3342772424221039,-0.03610136732459068,0.40315839648246765,-0.21468941867351532,0.42359814047813416,0.03206759691238403,-0.2591002583503723,0.24530412256717682,0.020059579983353615,-0.2030983418226242,-0.35488420724868774,0.19743727147579193,-0.4483742415904999,0.2649068236351013,0.16418923437595367,0.1642591953277588,-0.47619351744651794,-0.26313263177871704,-0.02130761370062828,-0.07113538682460785,0.43682336807250977,0.011235874146223068,-0.26398494839668274,-0.19701749086380005,-0.2005561739206314,0.47469109296798706,0.22366909682750702,0.041931524872779846,-0.22735120356082916,-0.22032234072685242,0.5140769481658936,0.4182167947292328,0.356833279132843,0.17896203696727753,0.42081010341644287,-0.4020358622074127,-0.31786540150642395,-0.26953643560409546,0.09941662102937698,-0.10710729658603668,-0.8490948677062988,0.19348178803920746,0.07463893294334412,-0.19603683054447174,0.5359753966331482,-0.5570163130760193,0.3907172977924347,0.052854765206575394,-0.2985173463821411,-0.6918211579322815,-0.10146040469408035,0.16842350363731384,-0.061694107949733734,-0.21739815175533295,-0.4407975673675537,-0.4284138083457947,-0.4389762580394745,-0.3884344696998596,-0.043155182152986526,0.1845306009054184,-0.0025163651444017887,0.12808316946029663,0.30755046010017395,-0.3819064795970917,-0.11375808715820312,0.28405675292015076,-0.26679691672325134,0.10430750250816345,-0.494119793176651,-0.09525798261165619,0.3504098057746887,-0.28949299454689026,-0.07616481930017471,-0.032796382904052734,0.46080267429351807,0.02888742834329605,0.037564922124147415,0.31348755955696106,0.7573626041412354,0.24599823355674744,-0.32630470395088196,-0.16304968297481537,0.0639917328953743,0.17478220164775848,-0.5578305721282959,0.18914224207401276,-0.13720615208148956,-0.2106533646583557,0.013977927155792713,-0.10203422605991364,-0.18260590732097626,0.002315267687663436,-0.28371813893318176,0.4418838322162628,0.09768351912498474,-0.701556921005249,0.4036869406700134,0.2743082344532013,-0.09914299845695496,0.2818498909473419,0.49575382471084595,-0.6224355101585388,0.4404976963996887,-0.1848813146352768,-0.34433498978614807,-0.19907504320144653,-0.13487519323825836,-0.1817648708820343,0.3000601530075073,-0.30242621898651123,-0.41786253452301025,-0.17388300597667694,-0.04701579734683037,0.3419547379016876,-0.1602655053138733,0.19751836359500885,-0.1456783562898636,-0.3256072998046875,-0.1780880242586136,0.34583717584609985,-0.3402765989303589,0.37859949469566345,-0.1965366154909134,-0.4139985740184784,-0.6389930844306946,0.4416382908821106,0.3891960382461548,0.44126105308532715,-0.16289100050926208,-0.16550198197364807,-0.1946592926979065,0.6414735317230225,0.0425008125603199,0.13447430729866028,0.05803826451301575,0.0840321034193039,0.2590027451515198,-0.2222142070531845,-0.30299848318099976,0.14740793406963348,-0.09725254029035568,-0.38847577571868896,-0.22927451133728027,-0.057180505245923996,-0.39004626870155334,0.23159465193748474,0.07062313705682755,0.07169123739004135,-0.09652379900217056,-0.17722024023532867,-0.13625659048557281,-0.1643252819776535,0.2648877799510956,-0.6556835174560547,-0.2508099675178528,-0.2524285614490509,0.7380223274230957,-0.12455777078866959,-0.35771211981773376,0.7524290084838867,0.18071381747722626,-0.11777376383543015,-0.06139115244150162,0.33876660466194153,0.0843927338719368,-0.24834486842155457,-0.5240403413772583,-0.08168407529592514,0.04538450762629509,0.24577881395816803,0.2967816889286041,0.05304069072008133,0.12447348982095718,0.046945955604314804,0.3145795166492462,-0.2796120345592499,0.6042302846908569,-0.02810533717274666,0.14806780219078064,-0.3750479221343994,-0.30293354392051697,-0.16803304851055145,0.5298597812652588,0.536686360836029,0.109454445540905,0.12321682274341583,0.1411156952381134,-0.2338627278804779,0.37223926186561584,-0.030404815450310707,-0.5885551571846008,0.12632498145103455,0.11374010890722275,-0.035505395382642746,-0.5700768232345581,-0.044289518147706985,0.27985990047454834,-0.3687969446182251,0.5157714486122131,-0.3001364469528198,-0.1489819884300232,-0.1553593873977661,-0.017168475314974785,-0.29891201853752136,0.6356695294380188,-0.1277419924736023,-0.15227772295475006,-0.026394324377179146,-0.28089967370033264,-0.2239946573972702,0.17817702889442444,0.1967216432094574,-0.48517903685569763,0.14804063737392426,-0.2760513424873352,0.40601053833961487,-0.5917924046516418,-0.09458578377962112,0.23345497250556946,0.36083072423934937,0.3129182457923889,0.26902008056640625,0.1874151974916458,-0.1054491400718689,-0.08799880743026733,-0.038954395800828934,-0.02554580569267273,0.32512930035591125,-0.11006511747837067,0.13617834448814392,0.564310610294342,0.37923017144203186,-0.3976248502731323,-0.058481961488723755,0.04384809359908104,0.47639456391334534,0.07706009596586227,0.05217110365629196,-0.18275439739227295,-0.05312582850456238,0.31223636865615845,0.29271718859672546,-0.23546190559864044,0.42340782284736633,0.0477447547018528,0.08155562728643417,0.24230121076107025,0.5413838028907776,0.285835862159729,0.10252557694911957,-0.8482974171638489,-0.16787168383598328,0.07525324821472168,0.15320029854774475,-0.21938183903694153,-0.16257259249687195,0.4376334846019745,-0.16498194634914398,-0.5628359913825989,-0.15706287324428558,0.29065829515457153,-0.028749948367476463,-0.09874658286571503,0.4705595076084137,0.3061906397342682,0.43757811188697815,-0.6363148093223572,-0.24414078891277313,-0.06878327578306198,-0.28671324253082275,-0.38507863879203796,-0.24934673309326172,-0.22748488187789917,0.10146023333072662,-0.2826085388660431,-0.5171132683753967,-0.7133236527442932,0.07416783273220062,-0.07605448365211487,0.5432060956954956,-0.26305779814720154,0.009793312288820744,-0.24253329634666443,-0.10554128885269165,0.29709482192993164,-0.17040634155273438,0.2712922692298889,-0.40122753381729126,-0.18172043561935425,0.0421554297208786,0.1708676517009735,0.04668254405260086,0.16368761658668518,0.08688511699438095,0.6947726607322693,0.20769533514976501,0.5981373190879822,0.15078194439411163,-0.05003996565937996,0.31196895241737366,-0.29861071705818176,-0.15841403603553772,0.3570920526981354,0.39834579825401306,0.23524966835975647,0.13608171045780182,-0.0154256047680974,-0.265587717294693,-0.14843423664569855,-0.3070642054080963,-0.17372295260429382,0.4063064157962799,0.468462735414505,0.49798089265823364,0.058765776455402374,0.18908444046974182,0.3632737398147583,-0.593754231929779,-0.3862664997577667,0.5491086840629578,-0.16723008453845978,-0.09930738806724548,0.3349836468696594,0.34767812490463257,-0.4611077308654785,0.1764913946390152,0.34733647108078003,0.22986921668052673,-0.13592015206813812,-0.9163962006568909,0.817460298538208,-0.04863712564110756,0.16667664051055908,0.029473621398210526,0.09050291031599045,0.17760400474071503,0.046446382999420166,-0.21570929884910583,-0.386069655418396,-0.1570950597524643,0.14971184730529785,-0.4883561134338379,0.25533154606819153,0.13766317069530487,-0.39248234033584595,-0.5242800116539001]}} -{"_index":"navigator_test_core","_type":"_doc","_id":"THt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 20 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_id":"CCLW.legislative.8570.3017","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 20 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://www.lse.ac.uk/GranthamInstitute/wp-content/uploads/2018/02/living-well-planet-EU-CELEX3A32013D13863AEN3ATXT.pdf","document_cdn_object":"EUR/2013/decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_e2471666433a8ff0fbd46c9fd0db8a67.pdf","document_md5_sum":"e2471666433a8ff0fbd46c9fd0db8a67","translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3017","document_content_type":"application/pdf","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 20 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3017"}} -{"_index":"navigator_test_core","_type":"_doc","_id":"TXt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_id":"CCLW.legislative.8570.3017","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 20 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://www.lse.ac.uk/GranthamInstitute/wp-content/uploads/2018/02/living-well-planet-EU-CELEX3A32013D13863AEN3ATXT.pdf","document_cdn_object":"EUR/2013/decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_e2471666433a8ff0fbd46c9fd0db8a67.pdf","document_md5_sum":"e2471666433a8ff0fbd46c9fd0db8a67","translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3017","document_content_type":"application/pdf","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 20 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3017","document_description_embedding":[-0.12120016664266586,0.19735190272331238,0.2768927216529846,-0.535860002040863,0.5332852005958557,0.4021247625350952,0.24894168972969055,0.18646712601184845,-0.4264533817768097,-0.46474429965019226,0.09096165001392365,-0.05620716139674187,-0.41501444578170776,0.12248101830482483,0.535323977470398,0.5145554542541504,0.21434332430362701,0.08116259425878525,-0.15580710768699646,-0.06782836467027664,0.4598102867603302,-0.33894744515419006,0.45554113388061523,0.8872615098953247,0.6090306639671326,-0.06783374398946762,0.18282383680343628,0.039034999907016754,0.4451315701007843,-0.2935996949672699,0.0018876598915085196,-0.2207929790019989,0.05741678550839424,0.038093484938144684,0.3672291338443756,0.2416686862707138,-0.028145985677838326,-0.2693381905555725,-0.03139980882406235,-0.3295246660709381,-0.0795338898897171,-0.7599447965621948,-0.38446614146232605,0.1695929318666458,0.05287967249751091,0.06805983930826187,-0.24983647465705872,0.4418390393257141,-0.25929534435272217,0.090117447078228,-0.2194422036409378,0.22616994380950928,0.0758037120103836,-0.06278286874294281,-0.0931391566991806,-0.37170377373695374,0.015253175981342793,-0.4494597911834717,-0.7413796186447144,-0.4196186363697052,-0.1639965921640396,-0.45993664860725403,0.10510832071304321,-0.03519390523433685,0.15947028994560242,0.09260647743940353,-0.24366553127765656,-0.09593343734741211,-0.30324000120162964,-0.5915769338607788,-0.4646868109703064,0.31888535618782043,-0.29848164319992065,-0.5386166572570801,-0.11140070110559464,-0.11688600480556488,-0.36784201860427856,0.32801365852355957,0.2022046148777008,0.19676296412944794,0.3031112253665924,-0.07694558799266815,0.012926611118018627,0.1367003321647644,0.7300090193748474,-0.08743764460086823,0.4372316598892212,-0.15424376726150513,-0.21099050343036652,0.27665001153945923,0.35347771644592285,-0.5433090925216675,0.121444933116436,0.6227757930755615,0.01967470534145832,0.530336320400238,-0.6696694493293762,-0.08574175834655762,-0.32642239332199097,-0.49629053473472595,0.10994196683168411,-0.2269534468650818,-0.16551415622234344,-0.11108402907848358,0.02477884106338024,-0.2509705424308777,-0.06016846373677254,-0.46587997674942017,-0.02359992265701294,0.47201693058013916,0.33374643325805664,0.08224370330572128,-0.014405711553990841,-0.23534777760505676,-0.09023141115903854,0.2842641770839691,-0.28445786237716675,-0.22270768880844116,0.20895926654338837,0.3398572504520416,0.3675401508808136,0.620509922504425,-0.21744157373905182,0.7256785035133362,-0.048041194677352905,-0.3684747815132141,0.05119744688272476,-0.19930052757263184,-0.5121186971664429,0.23441706597805023,0.015910090878605843,0.06119508296251297,0.042488910257816315,0.10328543186187744,-0.4607373774051666,0.23159478604793549,0.7099387049674988,-0.3398357629776001,0.25302520394325256,0.28913676738739014,0.0977742075920105,-0.357189804315567,0.5286870002746582,-0.06385453045368195,0.5580496191978455,0.19732636213302612,0.3690362870693207,-0.1716231256723404,0.24529112875461578,0.10128933936357498,0.2652096450328827,-0.21614141762256622,-0.06360696256160736,-0.24024561047554016,-0.2559393644332886,0.08788515627384186,-0.1685439497232437,0.6121430397033691,-0.06607167422771454,-0.05591939389705658,0.22994861006736755,0.2909385561943054,0.0947505459189415,-0.07654127478599548,0.6962393522262573,-0.14283430576324463,0.19976842403411865,0.13840970396995544,-0.0614091157913208,0.4854828119277954,0.44211456179618835,-0.16051052510738373,0.4326479732990265,-0.6258338093757629,0.025788383558392525,0.32751214504241943,0.34362465143203735,0.17166286706924438,-0.048284705728292465,0.23976755142211914,-1.4981406927108765,0.3841468393802643,-0.0865122526884079,0.4109852910041809,-0.08248244225978851,-0.20256097614765167,-0.2545553743839264,0.034240107983350754,0.2612437307834625,0.6490323543548584,-0.15144231915473938,-0.4921678602695465,1.368287205696106,-0.5034038424491882,0.20091551542282104,-0.6236717104911804,0.1294550746679306,0.08172672986984253,-0.19278784096240997,-0.3440358340740204,0.12624074518680573,0.3384035527706146,0.007470762822777033,-0.5864267945289612,-0.1354455202817917,-0.2582729160785675,-0.06911543011665344,-0.2582184970378876,-0.23322421312332153,0.14017122983932495,-0.5877658724784851,0.1367362141609192,0.45231887698173523,0.4591600298881531,0.00868297554552555,-0.3787055015563965,-0.5568464398384094,0.3035438060760498,0.1517811417579651,0.11192114651203156,-0.005131656304001808,0.43044060468673706,0.002101552439853549,0.6024054884910583,0.2441932111978531,0.3813369572162628,0.4443572461605072,-0.3409349322319031,0.3887898325920105,-0.1941274255514145,0.5325161218643188,0.024607084691524506,-0.034992411732673645,-0.03472600504755974,0.04066701605916023,0.08429177105426788,-0.31687700748443604,0.1542835831642151,0.766013503074646,-0.6627366542816162,-0.22059835493564606,-0.08392384648323059,0.005213895346969366,-0.11565985530614853,0.005585156846791506,0.12106417864561081,0.3107209801673889,0.24757041037082672,0.23285499215126038,0.309812068939209,-0.07152558118104935,0.7556171417236328,-0.2341652810573578,0.1759597212076187,-0.36415860056877136,-0.1225200966000557,-0.06409519910812378,-0.24903525412082672,-0.08459250628948212,-0.3041220009326935,-0.23624391853809357,0.1516774594783783,0.06902798265218735,0.08580539375543594,0.28599315881729126,-0.5243499875068665,-0.04494784399867058,-0.34797996282577515,-0.5259988307952881,-0.38854536414146423,0.2365661859512329,0.6962375044822693,-0.3451811969280243,-0.27817821502685547,-0.11611413210630417,-0.39664044976234436,0.42762109637260437,0.6146816611289978,0.4258178174495697,-0.5870720744132996,-0.21259070932865143,0.45155665278434753,-0.2659890055656433,-0.09508556872606277,0.3894616365432739,-0.12468826770782471,-0.09699054062366486,-0.3627896308898926,-0.16954392194747925,0.049984417855739594,0.5163816809654236,0.4155445396900177,0.0498075932264328,-0.43683964014053345,0.06562162935733795,0.46331560611724854,-0.14256054162979126,0.11227576434612274,0.5719645023345947,0.23916538059711456,0.021943984553217888,-0.228029265999794,0.39699360728263855,0.1822301149368286,0.264425128698349,-0.6318727731704712,-0.21797333657741547,-0.6127843260765076,-5.567843914031982,-0.14098124206066132,0.013963562436401844,0.2209232747554779,0.5033606886863708,0.3087594509124756,0.38897183537483215,0.40194740891456604,-0.07040014863014221,-0.387912392616272,-0.22614356875419617,-0.10915382951498032,-0.49610117077827454,0.08722289651632309,-0.26106753945350647,-0.09045058488845825,-0.08228066563606262,-0.3923020362854004,-0.2456345409154892,-0.3804796636104584,-0.01176481880247593,-0.7677309513092041,0.30722904205322266,0.14147061109542847,0.6986834406852722,-0.06686004251241684,-0.5360240340232849,-0.029276959598064423,0.0406678169965744,-0.350886732339859,0.5207295417785645,-0.5267089009284973,-0.2682332396507263,-0.04217561334371567,0.42609676718711853,0.16612720489501953,0.30485618114471436,-0.5638501048088074,-0.1156061515212059,-0.5481472015380859,0.13096705079078674,-0.2503278851509094,0.15390658378601074,-0.007036994677037001,0.43215468525886536,0.10450759530067444,0.08929124474525452,0.032860614359378815,0.01570482924580574,-0.14690138399600983,0.1922687590122223,0.588053822517395,-0.46506741642951965,0.1416161060333252,-0.5178958177566528,0.47253111004829407,0.17786361277103424,0.4717823565006256,0.11319565027952194,-0.07237933576107025,-0.09983161836862564,0.04760681837797165,0.035408005118370056,-0.26367732882499695,-0.1680465042591095,0.3874673843383789,-0.25781169533729553,0.30405890941619873,0.06499353796243668,-0.018332527950406075,-0.010543124750256538,0.4085274934768677,-0.7863889932632446,-0.7209166288375854,-0.39513030648231506,-0.7466413974761963,0.4300414025783539,-0.20122574269771576,0.12154694646596909,-0.242933452129364,0.2743391990661621,-0.3145327866077423,0.4647141695022583,0.4923056662082672,0.053183093667030334,-0.06270570307970047,0.19643020629882812,0.3340604305267334,0.061115626245737076,-0.29487112164497375,0.7829610109329224,-0.048013199120759964,-0.21346791088581085,-0.18490557372570038,0.431532621383667,-0.39594289660453796,0.020480208098888397,-0.2389177531003952,-0.1244470477104187,0.07859726995229721,-0.2781815528869629,-0.27016139030456543,-0.06874902546405792,0.3045077621936798,-0.24708439409732819,-0.18231520056724548,0.013266551308333874,-0.06753267347812653,0.5204617977142334,0.35375428199768066,-0.02271793968975544,-0.17623499035835266,0.1388193517923355,-0.03887903690338135,-0.3601231873035431,-0.1938512921333313,0.01917039416730404,0.20616574585437775,0.5929830074310303,-0.22833241522312164,-0.34539443254470825,0.43817028403282166,-0.3556348979473114,0.11364196985960007,-0.1975880265235901,0.026877732947468758,-0.42668288946151733,-0.24714693427085876,0.04729578271508217,0.009373835287988186,-0.4942196309566498,-0.08831766992807388,0.1280829757452011,-0.22121988236904144,0.8229138255119324,0.280031681060791,-0.08442692458629608,-0.5702465176582336,-0.07694854587316513,0.8502808213233948,-0.36145442724227905,0.010108760558068752,-0.07443384826183319,0.09161390364170074,0.2269100397825241,0.563948929309845,0.7993231415748596,0.016204502433538437,0.584691047668457,-0.20795059204101562,0.15599121153354645,-0.08605926483869553,0.3307230770587921,-0.12471507489681244,-0.31450003385543823,0.23845025897026062,0.1459803283214569,-0.40416330099105835,0.3357861340045929,-0.6193240284919739,0.01126115582883358,0.01279575563967228,-0.4608677923679352,-0.5492579936981201,0.20153918862342834,-0.018203463405370712,-0.07710520178079605,-0.4274599552154541,-0.634100079536438,-0.1815059334039688,0.07847829163074493,0.10133503377437592,-0.15007644891738892,0.03722633421421051,-0.2834850549697876,0.06469438225030899,-0.20127947628498077,-0.2962513864040375,-0.034118153154850006,0.34552279114723206,0.13167215883731842,0.23282796144485474,-0.34776291251182556,-0.0563218779861927,0.11533362418413162,-0.4862830638885498,-0.23665893077850342,-0.12295346707105637,0.07375653833150864,-0.22907188534736633,0.19428731501102448,0.20741108059883118,0.2964753210544586,0.7970668077468872,-0.11730353534221649,-0.10670063644647598,0.1833900809288025,0.13633760809898376,-0.4646162986755371,-0.05038515850901604,0.12830141186714172,-0.18015022575855255,-0.19616590440273285,-0.529539942741394,-0.6179966926574707,-0.39350128173828125,-0.03475809097290039,0.035909466445446014,0.38461413979530334,-0.38432103395462036,-0.020296219736337662,0.429007351398468,-0.2998485565185547,0.28363630175590515,0.014343530870974064,-0.5175122618675232,0.06592016667127609,-0.44480809569358826,-0.6659639477729797,-0.14188265800476074,-0.6669080853462219,0.13776306807994843,0.1175566166639328,-0.014474879018962383,-0.21390195190906525,0.09357043355703354,0.24127155542373657,-0.07155998051166534,-0.15404817461967468,0.2566165030002594,-0.49220705032348633,-0.42708083987236023,-0.39000025391578674,-0.018527211621403694,-0.3772750496864319,0.5681934356689453,-0.13769391179084778,-0.3448360562324524,-0.34030935168266296,0.34831929206848145,0.08896461874246597,0.022722987458109856,-0.10278639197349548,-0.21707962453365326,0.13364841043949127,0.4228334128856659,-0.2653939127922058,0.6920017004013062,0.10648170858621597,-0.08632523566484451,0.45601704716682434,-0.31138211488723755,-0.10770712792873383,-0.1166938915848732,-0.41265785694122314,-0.5199488401412964,-0.3816203773021698,0.01931176893413067,-0.5829828977584839,0.21320852637290955,0.023412926122546196,-0.024694669991731644,0.04848463088274002,-0.37652668356895447,0.11158263683319092,-0.11630990356206894,-0.050736747682094574,-0.38840851187705994,-0.29243144392967224,-0.5682894587516785,0.25371381640434265,0.007649592589586973,-0.5680161714553833,0.24175000190734863,0.334454208612442,-0.1144501194357872,-0.23069076240062714,-0.044024594128131866,0.211931973695755,-0.34571972489356995,-0.6737928986549377,0.18658587336540222,-0.4432787001132965,0.4103452265262604,0.13766372203826904,-0.40027618408203125,0.1455097645521164,-0.2652031183242798,-0.23755620419979095,-0.6012002229690552,0.5320144295692444,-0.0831947773694992,-0.08342190086841583,-0.0976143553853035,-0.5718815326690674,-0.23617517948150635,0.9548595547676086,0.08716686815023422,-0.13136564195156097,0.0930783823132515,-0.1901695877313614,0.16020750999450684,0.14668674767017365,0.08899127691984177,-0.3172141909599304,0.4266118109226227,-0.19230732321739197,0.20073696970939636,-0.5288915634155273,0.21858100593090057,0.17170624434947968,-0.43188801407814026,0.4873618185520172,-0.0415356270968914,-0.19124029576778412,-0.3795604109764099,0.031364645808935165,-0.3742246627807617,0.49974536895751953,-0.37585073709487915,0.33986055850982666,0.03201121836900711,0.08508654683828354,0.22938279807567596,0.29902368783950806,0.2315051108598709,-0.7940059304237366,0.24932342767715454,0.07128068804740906,0.7117708921432495,-0.5871737003326416,0.21568231284618378,0.0954793393611908,0.4375248849391937,-0.360393762588501,0.15228715538978577,0.10263887792825699,-0.30233824253082275,-0.3124338686466217,-0.03222579509019852,0.396888792514801,0.57933109998703,-0.15415354073047638,0.20351721346378326,0.6628627777099609,-0.17320601642131805,0.05143967643380165,-0.008783834986388683,0.05311700329184532,0.492758572101593,-0.16046659648418427,0.12361031770706177,-0.34854719042778015,-0.07033853977918625,0.3026394248008728,0.4548000693321228,-0.09860920906066895,0.2115747183561325,-0.15956856310367584,0.04034871980547905,-0.032497141510248184,0.4411313235759735,0.029801366850733757,-0.5417909622192383,-0.4436882734298706,-0.04215680807828903,-0.13760031759738922,0.3005785346031189,0.09416234493255615,-0.11200472712516785,0.11792337894439697,-0.6829712390899658,-0.5553555488586426,-0.09542591124773026,0.2019428014755249,-0.12020539492368698,0.12602952122688293,0.22127476334571838,0.5986665487289429,0.2984343469142914,-0.5609933733940125,0.1748589426279068,0.018531039357185364,-0.11019206792116165,-0.38827136158943176,-0.01756911724805832,-0.14422738552093506,-0.03387334197759628,-0.07286420464515686,-0.5545101761817932,-0.357315331697464,0.09148692339658737,-0.26192623376846313,0.3762340247631073,-0.10440488159656525,-0.08334209024906158,0.34264037013053894,-0.13905572891235352,0.6394309997558594,0.1918923407793045,0.258709192276001,-0.47863319516181946,-0.17042864859104156,0.02227042242884636,-0.11666189879179001,0.05566220358014107,0.0319688580930233,0.04333163797855377,0.4326469302177429,-0.025211196392774582,0.7276255488395691,0.037904538214206696,-0.20679277181625366,0.500645637512207,-0.11750441789627075,-0.08931149542331696,0.470699280500412,0.33803224563598633,0.45191967487335205,0.051936984062194824,-0.14043307304382324,-0.31905752420425415,-0.34292519092559814,0.046693265438079834,-0.40797463059425354,-0.13341301679611206,0.38277706503868103,0.36888188123703003,0.08485852181911469,0.16355854272842407,0.4343383312225342,-0.4346632659435272,-0.0666150450706482,0.5983474850654602,-0.5456385612487793,0.10838572680950165,-0.28593772649765015,0.37796473503112793,-0.324853777885437,-0.18907955288887024,0.25834396481513977,0.2732478678226471,0.05985752493143082,-0.16923485696315765,0.4163050055503845,-0.08125267177820206,0.0440012663602829,0.4104253947734833,0.16412878036499023,0.1535329669713974,-0.5105750560760498,-0.17686590552330017,0.051486339420080185,0.034757327288389206,0.27666744589805603,-0.900110125541687,0.2190527617931366,0.12995149195194244,-0.4621535539627075,-0.1487295925617218]}} +{"_index":"navigator_test_core","_type":"_doc","_id":"QHt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Presidential Instruction No. 6 of 2013 on Suspension of New Licenses and Improving Forest Governance of Primary Forest and Peatland","document_id":"CCLW.executive.1332.1548","document_name":"Presidential Instruction No. 6 of 2013 on Suspension of New Licenses and Improving Forest Governance of Primary Forest and Peatland","document_description":"The first iteration of this instruction was issued in 2011 in order to implement commitments under the agreements in the Letter of Intent signed with the Kingdom of Norway in May 2011. The Instruction is intended to facilitate Indonesia's participation in internationally financed REDD activities and places a moratorium on clearance of primary peatland and forests within moratorium areas. The initial moratorium was extended by Presidential Instruction 6/2013. In 2019, President Joko Widodo signed Presidential Instruction 5/2019, making the moratorium on the clearance of primary forest and peatlands in moratorium areas permanent. ","document_source_url":"https://climate-laws.org/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaUlHIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8c435aa888628a4bbbef25307cab8c50b5be954a/f","document_cdn_object":"IDN/2013/presidential-instruction-no-6-of-2013-on-suspension-of-new-licenses-and-improving-forest-governance-of-primary-forest-and-peatland_030ef732d9e7a72dc9f984daa66d219f.pdf","document_md5_sum":"030ef732d9e7a72dc9f984daa66d219f","translated":false,"document_slug":"indonesia_2013_presidential-instruction-no-6-of-2013-on-suspension-of-new-licenses-and-improving-forest-governance-of-primary-forest-and-peatland_1332_1548","document_content_type":"application/pdf","document_date":"01/01/2013","document_geography":"IDN","document_category":"Executive","document_source":"CCLW","document_type":"Decree","document_sectors":["LULUCF","Residential and Commercial"],"document_name_and_slug":"Presidential Instruction No. 6 of 2013 on Suspension of New Licenses and Improving Forest Governance of Primary Forest and Peatland indonesia_2013_presidential-instruction-no-6-of-2013-on-suspension-of-new-licenses-and-improving-forest-governance-of-primary-forest-and-peatland_1332_1548"}} +{"_index":"navigator_test_core","_type":"_doc","_id":"QXt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"The first iteration of this instruction was issued in 2011 in order to implement commitments under the agreements in the Letter of Intent signed with the Kingdom of Norway in May 2011. The Instruction is intended to facilitate Indonesia's participation in internationally financed REDD activities and places a moratorium on clearance of primary peatland and forests within moratorium areas. The initial moratorium was extended by Presidential Instruction 6/2013. In 2019, President Joko Widodo signed Presidential Instruction 5/2019, making the moratorium on the clearance of primary forest and peatlands in moratorium areas permanent. ","document_id":"CCLW.executive.1332.1548","document_name":"Presidential Instruction No. 6 of 2013 on Suspension of New Licenses and Improving Forest Governance of Primary Forest and Peatland","document_description":"The first iteration of this instruction was issued in 2011 in order to implement commitments under the agreements in the Letter of Intent signed with the Kingdom of Norway in May 2011. The Instruction is intended to facilitate Indonesia's participation in internationally financed REDD activities and places a moratorium on clearance of primary peatland and forests within moratorium areas. The initial moratorium was extended by Presidential Instruction 6/2013. In 2019, President Joko Widodo signed Presidential Instruction 5/2019, making the moratorium on the clearance of primary forest and peatlands in moratorium areas permanent. ","document_source_url":"https://climate-laws.org/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaUlHIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8c435aa888628a4bbbef25307cab8c50b5be954a/f","document_cdn_object":"IDN/2013/presidential-instruction-no-6-of-2013-on-suspension-of-new-licenses-and-improving-forest-governance-of-primary-forest-and-peatland_030ef732d9e7a72dc9f984daa66d219f.pdf","document_md5_sum":"030ef732d9e7a72dc9f984daa66d219f","translated":false,"document_slug":"indonesia_2013_presidential-instruction-no-6-of-2013-on-suspension-of-new-licenses-and-improving-forest-governance-of-primary-forest-and-peatland_1332_1548","document_content_type":"application/pdf","document_date":"01/01/2013","document_geography":"IDN","document_category":"Executive","document_source":"CCLW","document_type":"Decree","document_sectors":["LULUCF","Residential and Commercial"],"document_name_and_slug":"Presidential Instruction No. 6 of 2013 on Suspension of New Licenses and Improving Forest Governance of Primary Forest and Peatland indonesia_2013_presidential-instruction-no-6-of-2013-on-suspension-of-new-licenses-and-improving-forest-governance-of-primary-forest-and-peatland_1332_1548","document_description_embedding":[0.1283874213695526,0.4839189946651459,0.02788081392645836,-0.08220475912094116,0.626685619354248,0.1397588700056076,0.4976033568382263,-0.3859226703643799,-0.17228282988071442,0.0214955173432827,0.1301226168870926,0.20019842684268951,-0.6399853229522705,-0.02558164671063423,0.08892685174942017,0.3072603642940521,0.1399029940366745,-0.26719844341278076,-0.14302930235862732,0.38272491097450256,0.3915441036224365,0.025563202798366547,0.4523782432079315,1.1733462810516357,0.9657933115959167,0.2092495709657669,0.19888080656528473,0.1826002448797226,0.010655377060174942,0.06310679763555527,0.15121881663799286,-0.27957478165626526,0.5821076035499573,0.16365399956703186,0.316203236579895,0.7101340889930725,0.00464055547490716,-0.19252541661262512,-0.5624672174453735,0.11142998188734055,-0.6850591897964478,-0.16971942782402039,-0.16480335593223572,-0.011907347477972507,0.37547212839126587,-0.17577072978019714,0.5381838083267212,0.6270573139190674,0.31104421615600586,0.3854370415210724,-0.5703043937683105,0.2564760446548462,0.10620482265949249,0.33824241161346436,-0.13282227516174316,-0.09639380872249603,0.29287558794021606,-0.23253464698791504,-0.3388717770576477,-0.31599822640419006,-0.08910535275936127,0.047577593475580215,0.019987354055047035,-0.1106371209025383,0.13598844408988953,0.3588513135910034,-0.2824729084968567,0.19472089409828186,-0.6870132684707642,-0.673933744430542,-0.41902515292167664,0.45997923612594604,0.012165116146206856,-0.36506468057632446,0.33035382628440857,-0.17944476008415222,-0.23174960911273956,0.25634074211120605,0.009045179933309555,0.4290420114994049,-0.41876867413520813,0.057507291436195374,0.10269466787576675,-0.27977365255355835,0.5260794758796692,-0.4162991940975189,0.6383041143417358,-0.06747327744960785,-0.16729465126991272,0.03428364172577858,0.5990116596221924,-0.5770947337150574,0.25281062722206116,0.20824699103832245,-0.18629850447177887,0.3000842034816742,0.08529796451330185,-0.013571605086326599,-0.345427006483078,-0.39509767293930054,-0.1161089837551117,-0.10363294929265976,0.11006949841976166,0.20675289630889893,0.14025795459747314,-0.20027172565460205,-0.14938673377037048,-0.11582352221012115,0.15012498199939728,0.042494602501392365,0.29959768056869507,-0.32661718130111694,0.07160291075706482,-0.34207388758659363,-0.01733468472957611,0.5755928158760071,-0.17230387032032013,-0.12466716766357422,-0.24774238467216492,0.6909898519515991,0.5951502919197083,0.08478771150112152,0.15618740022182465,0.817214846611023,0.16559551656246185,-0.5043745040893555,0.21671833097934723,-0.19636482000350952,-0.6983726024627686,0.39420047402381897,0.2137579619884491,-0.24715225398540497,-0.18796555697917938,0.08790217339992523,-0.2126752734184265,0.6694161891937256,0.36552295088768005,-0.1668098419904709,0.08036049455404282,0.05955875664949417,-0.21993233263492584,0.1541295349597931,0.2336367815732956,-0.11681592464447021,0.25432300567626953,-0.30965515971183777,-0.04087379202246666,-0.459308922290802,0.07772022485733032,-0.22560633718967438,0.11612282693386078,-0.24516434967517853,-0.004605480935424566,-0.3777623176574707,-0.38494089245796204,0.22633571922779083,-0.12468191236257553,0.3026249408721924,-0.058018628507852554,-0.24950355291366577,0.427661657333374,0.23805907368659973,0.15194065868854523,0.12446508556604385,0.39843982458114624,-0.015720108523964882,0.19236721098423004,0.5552655458450317,0.25336894392967224,-0.3517224192619324,0.10524540394544601,-0.01623613014817238,0.5500211119651794,-0.6746943593025208,-0.3987939953804016,0.9591560959815979,0.04030095785856247,0.007166504859924316,-0.5154666900634766,0.21841412782669067,-1.6696544885635376,0.015155008062720299,-0.3117925822734833,0.1990811973810196,-0.04767877981066704,-0.4033697843551636,0.1988958716392517,0.12163503468036652,0.050191622227430344,0.26801225543022156,-0.2882181406021118,-0.4071488082408905,0.9234731793403625,0.050072114914655685,0.21965982019901276,-0.28410860896110535,-0.03939921408891678,-0.0954945832490921,-0.32529568672180176,0.18670397996902466,0.17631188035011292,0.01122428197413683,0.14185893535614014,0.18767093122005463,-0.42300525307655334,-0.1330610066652298,-0.34083691239356995,0.24610640108585358,0.45540761947631836,0.2168755978345871,-0.3081609308719635,-0.0034953574649989605,0.09008266031742096,0.12371403723955154,-0.23413783311843872,-0.022069277241826057,-0.2412896752357483,-0.27746090292930603,-0.003701914567500353,-0.030026327818632126,-0.30580419301986694,0.49436455965042114,-0.48861637711524963,0.3018844723701477,0.22782625257968903,0.933931291103363,0.27794989943504333,-0.6674251556396484,0.08570798486471176,-0.3903931975364685,-0.18798580765724182,-0.15845905244350433,0.3187338709831238,0.24920517206192017,0.4666334390640259,0.28816279768943787,-0.6171345710754395,-0.3092173635959625,0.43202805519104004,-0.7528015971183777,0.2448493093252182,-0.01098480261862278,-0.02176162786781788,-0.19839055836200714,0.8078199028968811,0.17266204953193665,-0.05522311478853226,-0.24502864480018616,0.00031337421387434006,0.43800249695777893,-0.21825751662254333,0.49404025077819824,0.031201820820569992,0.16604846715927124,-0.35407668352127075,-0.08492039889097214,-0.6077741980552673,-0.6389183402061462,0.11832635849714279,-0.34742701053619385,0.5493060946464539,-0.030139774084091187,0.08647176623344421,-0.08129580318927765,0.4509241580963135,-0.3644354045391083,0.3099421262741089,-0.23018215596675873,-0.4002036452293396,-0.2958385944366455,0.03148054704070091,-0.23264308273792267,-0.3413518965244293,0.08348435908555984,-0.22304166853427887,-0.1670871376991272,0.1304062455892563,-0.22478045523166656,0.2974388897418976,-0.7671452164649963,-0.31380847096443176,0.23201683163642883,-0.30948853492736816,-0.20013445615768433,0.12670393288135529,-0.053451184183359146,-0.24373359978199005,-0.910447359085083,0.15308937430381775,0.13673707842826843,0.11957552284002304,0.44914621114730835,-0.19593064486980438,0.07341450452804565,0.17772136628627777,-0.1798396110534668,-0.18240386247634888,-0.36408185958862305,0.744155764579773,0.05483723804354668,-0.5351213812828064,-0.7579850554466248,-0.45589181780815125,0.41476815938949585,0.026318896561861038,-0.24158252775669098,0.1157352477312088,-0.3838111162185669,-5.2608642578125,0.32701554894447327,-0.38358110189437866,-0.27371957898139954,0.7610874176025391,0.5665066838264465,-0.19184504449367523,-0.11117881536483765,0.27491337060928345,-0.5324421525001526,-0.12208816409111023,-0.6545920372009277,0.06515216082334518,0.4643784463405609,-0.12228485196828842,-0.2450680136680603,-0.06850291043519974,-0.0959051251411438,-0.5277750492095947,-0.07750268280506134,-0.15123385190963745,-0.5074067115783691,0.301190048456192,-0.05815162882208824,0.9427616596221924,-0.1639646291732788,-0.5122687816619873,-0.030973779037594795,0.1548885703086853,0.000009438421329832636,0.4934319257736206,-0.4863687753677368,0.24528858065605164,0.1356283277273178,0.011729045771062374,0.07824654132127762,0.5550110936164856,-0.23286883533000946,-0.04850168898701668,-0.09062154591083527,-0.12393009662628174,-0.35876208543777466,-0.3050595223903656,-0.15424881875514984,0.37259748578071594,0.26005151867866516,0.03559717535972595,0.25307244062423706,-0.309965044260025,-0.4862405061721802,0.1584046483039856,0.5803413987159729,-0.007471624296158552,-0.1818910539150238,-0.5982542634010315,0.02642972208559513,0.21546851098537445,-0.07867475599050522,0.04452938586473465,-0.3024292588233948,0.11274834722280502,-0.005214292090386152,-0.3856869041919708,-0.16791310906410217,-0.17822010815143585,0.20481383800506592,-0.22490262985229492,-0.027931150048971176,0.2674187421798706,-0.14967501163482666,0.06944620609283447,0.44025614857673645,-0.42678090929985046,-0.7361223101615906,-0.28137046098709106,-0.9062728881835938,0.12619872391223907,-0.7984943389892578,-0.02987532503902912,0.052920084446668625,-0.0388905368745327,0.19209109246730804,0.40748506784439087,0.7608870267868042,0.19549329578876495,0.14134210348129272,0.34777387976646423,-0.24346435070037842,-0.018355373293161392,-0.49119049310684204,0.7232903242111206,-0.5723562836647034,-0.8569359183311462,-0.3230460286140442,0.5033503174781799,0.01579536870121956,-0.20725350081920624,0.08584744483232498,0.2555572986602783,0.10105592757463455,0.24501605331897736,-0.042087242007255554,-0.05386818200349808,0.3916221261024475,0.07426676154136658,-0.04007936641573906,-0.2224867045879364,0.07033810764551163,-0.3211783468723297,0.08687124401330948,0.017824500799179077,0.13983768224716187,-0.12773483991622925,0.044801030308008194,-0.08835320919752121,0.1789340376853943,0.03754095733165741,0.11732880026102066,0.33169007301330566,-0.4611126482486725,-0.47259944677352905,0.1499016284942627,0.22232681512832642,0.1214655190706253,-0.15968020260334015,0.2523718476295471,-0.5369499921798706,0.033913273364305496,0.4873487949371338,-0.08775267004966736,-0.3484213650226593,-0.18402326107025146,0.45691075921058655,0.024144956842064857,0.9353868365287781,-0.09649275988340378,-0.5740019679069519,-1.0983085632324219,-0.11641945689916611,0.8114007711410522,-0.5235661268234253,-0.3229981064796448,0.10732679069042206,-0.40962353348731995,0.4681243896484375,0.34140920639038086,0.5274258255958557,-0.29327189922332764,0.4238124191761017,-0.2897231876850128,0.3675304353237152,-0.5064824223518372,0.40544554591178894,-0.48742082715034485,-0.4318822920322418,0.1249898299574852,0.276737242937088,-0.29075315594673157,0.6129441261291504,-0.29923832416534424,0.1745634824037552,0.10874047875404358,-0.3074267506599426,-0.5757781267166138,-0.147829070687294,0.209955632686615,-0.4401399791240692,0.21282143890857697,-0.04180077463388443,-0.5204137563705444,-0.09266163408756256,-0.891158401966095,-0.5976668000221252,0.09911981225013733,0.08908132463693619,0.17182576656341553,-0.07577116042375565,-0.009760482236742973,-0.44172772765159607,-0.19958630204200745,-0.24205313622951508,0.31020495295524597,-0.5664432048797607,-0.21221399307250977,0.462176650762558,-0.6289335489273071,-0.08033446967601776,-0.5500949025154114,-0.11848318576812744,-0.17360368371009827,0.6365198493003845,0.13496646285057068,0.386999249458313,0.457766056060791,-0.43441474437713623,-0.5828743577003479,0.4262431561946869,0.30925819277763367,-0.14303721487522125,0.7546541690826416,0.04487566277384758,-0.45147469639778137,0.005030686967074871,-0.21603509783744812,-0.5075061917304993,0.29233086109161377,-0.09965891391038895,-0.046378545463085175,0.4481472373008728,-0.6331542730331421,0.23614782094955444,-0.03501378744840622,-0.18829627335071564,0.587433934211731,0.7632554769515991,-0.3192070424556732,0.3070232570171356,-0.5945557355880737,-0.5372256636619568,-0.2808399796485901,-0.2909051477909088,0.018247898668050766,0.1392412781715393,0.03862503543496132,-0.6995848417282104,-0.18037529289722443,0.2647571563720703,0.19809745252132416,-0.19950634241104126,-0.061730895191431046,0.05812012031674385,-0.5188448429107666,0.08017844706773758,0.37888485193252563,-0.12760314345359802,0.3333072066307068,-0.15109674632549286,-0.248464897274971,-0.018858369439840317,0.5345005393028259,0.622880220413208,0.2129896879196167,0.08500634878873825,-0.18628571927547455,-0.38683992624282837,0.36580801010131836,-0.35532310605049133,0.015819083899259567,0.16364790499210358,0.4283430874347687,0.10032936185598373,-0.0030256041791290045,-0.4297259747982025,-0.08802085369825363,-0.04800788313150406,-0.5117252469062805,-0.04261229932308197,0.38050052523612976,-0.352144718170166,-0.18730029463768005,0.15974494814872742,0.14954283833503723,0.3626774251461029,0.09468148648738861,0.3802069425582886,-0.2441355288028717,-0.21525654196739197,-0.277680903673172,0.06185727193951607,-0.1521393060684204,-0.1453820914030075,-0.4140826463699341,-0.12104034423828125,0.4766150712966919,0.4482916295528412,-0.00017204957839567214,-0.26273441314697266,0.31358009576797485,-0.12427612394094467,-0.36543112993240356,-0.2991030216217041,0.4117189943790436,0.08316351473331451,0.20965737104415894,0.5915181636810303,0.00673394650220871,-0.37191855907440186,-0.2119273692369461,-0.2309364527463913,-0.4229489266872406,0.4090625047683716,-0.5144267678260803,-0.27391931414604187,0.009810960851609707,-0.6437137126922607,0.09482786059379578,0.4927372634410858,0.6350162029266357,0.07984554022550583,-0.05893751606345177,0.3289826810359955,-0.10148057341575623,0.25179439783096313,-0.1344011127948761,-0.6726324558258057,-0.29769366979599,0.04760129749774933,-0.24422228336334229,-0.23866522312164307,0.18016543984413147,0.11763648688793182,0.14812636375427246,0.3491974174976349,0.3405318558216095,-0.07692895084619522,-0.07027728110551834,-0.02496294118463993,-0.17703983187675476,0.6376773118972778,-0.09581238776445389,0.48955437541007996,0.03539188951253891,0.08843047171831131,-0.11992879956960678,0.4859156608581543,0.06982730329036713,-0.09661433100700378,0.1824597418308258,0.09087441861629486,0.4709588587284088,-0.5351592302322388,0.2691561281681061,0.16170959174633026,0.22779566049575806,0.46801552176475525,0.20489265024662018,0.4468439817428589,-0.1399308741092682,0.11087026447057724,0.03070519119501114,0.21300263702869415,0.30669263005256653,-0.33691686391830444,-0.008422183804214,0.7896962761878967,0.13632793724536896,-0.013375564478337765,0.09516220539808273,0.3857828378677368,0.6862429976463318,0.016288265585899353,-0.18946702778339386,0.05554191395640373,0.005419949535280466,0.3085365891456604,0.21590881049633026,-0.42450007796287537,0.295701265335083,0.1601933240890503,-0.1718846559524536,0.15536080300807953,0.47741883993148804,-0.05148961767554283,0.25522616505622864,-0.04619462415575981,0.08693048357963562,-0.03383437544107437,0.07760005444288254,0.2108985036611557,-0.14083772897720337,0.24206654727458954,-0.43022412061691284,-0.69035804271698,-0.12801630795001984,-0.030603086575865746,-0.17328408360481262,-0.021344628185033798,0.14144355058670044,0.3014696538448334,0.18101711571216583,-0.7065423130989075,-0.12547464668750763,0.24443455040454865,0.04588622599840164,-0.2801375091075897,-0.25272664427757263,-0.09992429614067078,-0.4628317058086395,-0.4689905345439911,-0.06256504356861115,-0.4741542339324951,-0.07802275568246841,0.1419745236635208,0.08849824965000153,-0.45648911595344543,0.462001770734787,0.2581287920475006,-0.033293467015028,0.06718200445175171,0.1712607890367508,0.20887109637260437,0.11925804615020752,-0.36932486295700073,-0.2461589276790619,0.134144589304924,0.05544836074113846,0.03567655384540558,-0.11536484956741333,0.6662834882736206,0.15036718547344208,0.33302563428878784,0.33185717463493347,-0.09331824630498886,0.030382096767425537,-0.6611856818199158,0.02656298130750656,-0.3626736104488373,0.2780269384384155,0.2986997067928314,0.120244100689888,-0.2644660174846649,-0.6317578554153442,-0.49063044786453247,0.15199905633926392,-0.4950825273990631,0.17761676013469696,0.9288819432258606,0.23934625089168549,-0.26101332902908325,0.042377036064863205,0.23224736750125885,-0.4483974874019623,-0.3793974220752716,-0.18614839017391205,-0.4648573696613312,-0.1592235118150711,-0.12837238609790802,0.587135910987854,-0.15117061138153076,-0.39933499693870544,0.246970534324646,0.8158528804779053,0.17376887798309326,-0.10548357665538788,0.27775225043296814,-0.3521409332752228,-0.07911752164363861,0.01667572557926178,-0.25984326004981995,-0.19512146711349487,0.40114837884902954,-0.4196226894855499,-0.24578575789928436,0.0023534924257546663,0.34475886821746826,-0.8124880194664001,-0.17072726786136627,0.006282709073275328,-0.3528907001018524,-0.6169160008430481]}} +{"_index":"navigator_test_core","_type":"_doc","_id":"Qnt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Spanish Climate Change And Clean Energy Strategy Horizon 2007- 2012 -2020","document_id":"CCLW.executive.1674.3157","document_name":"Spanish Climate Change And Clean Energy Strategy Horizon 2007- 2012 -2020","document_description":"The Spanish Climate Change and Clean Energy Strategy (EECCEL) horizon 2007-2012-2020 is part of the Spanish Sustainable Development Strategy (EEDS). The EECCEL includes different measures that contribute to sustainable development within the scope of climate change and clean energy.  This Strategy is based on the reference framework of the 'Spanish Strategy for the fulfilment of the objectives under the Kyoto Protocol', and it takes into account the measures and Programmes adopted by the Autonomous Communities.  The strategy has two chapters. The first one defines actions to fight against climate change and the second one, actions to achieve cleaner energy. Each chapter includes a description of the present situation, the objectives to be reached, the suggested measures and a selection of indicators for the corresponding follow-up.  The operational objectives are: - To ensure the reduction of GHG emissions in Spain, giving special importance to measures related to the energy sector. According to the national inventory, in 2005, emissions from energy process represented about 78.87% of total national emissions. - To contribute to sustainable development and the fulfilment of climate change commitments by strengthening the use of flexible project-based mechanisms. - To promote additional reduction measures in sectors concerned with diffuse pollution. - To apply the National Climate Change Adaptation Plan (NCCAP) so as to integrate adaptation measures and strategies in sectoral policies. - To increase public awareness with respect to clean energy and climate change. - To promote research, development and innovation in matters of climate change and clean energy. - To guarantee energy supply security by means of cleaner energies, mainly from renewable sources, achieving other environmental benefits (for example, air quality) and limiting the growth rate of external energy dependence. - To boost energy- and resource efficiency for companies and for end users.  The government has adopted a Plan of Urgent Measures (PMU), which together with the 2008-2012 Energy Saving and Efficiency Action Plan aims to consolidate the trend change of GHG emissions in Spain initiated in 2006.","document_source_url":"https://www.lse.ac.uk/GranthamInstitute/wp-content/uploads/laws/1674%20English.pdf","document_cdn_object":"ESP/2007/spanish-climate-change-and-clean-energy-strategy-horizon-2007-2012-2020_2b072ba79a80c48468424f57a5937e93.pdf","document_md5_sum":"2b072ba79a80c48468424f57a5937e93","translated":false,"document_slug":"spain_2007_spanish-climate-change-and-clean-energy-strategy-horizon-2007-2012-2020_1674_3157","document_content_type":"application/pdf","document_date":"01/01/2007","document_geography":"ESP","document_category":"Executive","document_source":"CCLW","document_type":"Strategy","document_sectors":["Energy"],"document_name_and_slug":"Spanish Climate Change And Clean Energy Strategy Horizon 2007- 2012 -2020 spain_2007_spanish-climate-change-and-clean-energy-strategy-horizon-2007-2012-2020_1674_3157"}} +{"_index":"navigator_test_core","_type":"_doc","_id":"Q3t9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"The Spanish Climate Change and Clean Energy Strategy (EECCEL) horizon 2007-2012-2020 is part of the Spanish Sustainable Development Strategy (EEDS). The EECCEL includes different measures that contribute to sustainable development within the scope of climate change and clean energy.  This Strategy is based on the reference framework of the 'Spanish Strategy for the fulfilment of the objectives under the Kyoto Protocol', and it takes into account the measures and Programmes adopted by the Autonomous Communities.  The strategy has two chapters. The first one defines actions to fight against climate change and the second one, actions to achieve cleaner energy. Each chapter includes a description of the present situation, the objectives to be reached, the suggested measures and a selection of indicators for the corresponding follow-up.  The operational objectives are: - To ensure the reduction of GHG emissions in Spain, giving special importance to measures related to the energy sector. According to the national inventory, in 2005, emissions from energy process represented about 78.87% of total national emissions. - To contribute to sustainable development and the fulfilment of climate change commitments by strengthening the use of flexible project-based mechanisms. - To promote additional reduction measures in sectors concerned with diffuse pollution. - To apply the National Climate Change Adaptation Plan (NCCAP) so as to integrate adaptation measures and strategies in sectoral policies. - To increase public awareness with respect to clean energy and climate change. - To promote research, development and innovation in matters of climate change and clean energy. - To guarantee energy supply security by means of cleaner energies, mainly from renewable sources, achieving other environmental benefits (for example, air quality) and limiting the growth rate of external energy dependence. - To boost energy- and resource efficiency for companies and for end users.  The government has adopted a Plan of Urgent Measures (PMU), which together with the 2008-2012 Energy Saving and Efficiency Action Plan aims to consolidate the trend change of GHG emissions in Spain initiated in 2006.","document_id":"CCLW.executive.1674.3157","document_name":"Spanish Climate Change And Clean Energy Strategy Horizon 2007- 2012 -2020","document_description":"The Spanish Climate Change and Clean Energy Strategy (EECCEL) horizon 2007-2012-2020 is part of the Spanish Sustainable Development Strategy (EEDS). The EECCEL includes different measures that contribute to sustainable development within the scope of climate change and clean energy.  This Strategy is based on the reference framework of the 'Spanish Strategy for the fulfilment of the objectives under the Kyoto Protocol', and it takes into account the measures and Programmes adopted by the Autonomous Communities.  The strategy has two chapters. The first one defines actions to fight against climate change and the second one, actions to achieve cleaner energy. Each chapter includes a description of the present situation, the objectives to be reached, the suggested measures and a selection of indicators for the corresponding follow-up.  The operational objectives are: - To ensure the reduction of GHG emissions in Spain, giving special importance to measures related to the energy sector. According to the national inventory, in 2005, emissions from energy process represented about 78.87% of total national emissions. - To contribute to sustainable development and the fulfilment of climate change commitments by strengthening the use of flexible project-based mechanisms. - To promote additional reduction measures in sectors concerned with diffuse pollution. - To apply the National Climate Change Adaptation Plan (NCCAP) so as to integrate adaptation measures and strategies in sectoral policies. - To increase public awareness with respect to clean energy and climate change. - To promote research, development and innovation in matters of climate change and clean energy. - To guarantee energy supply security by means of cleaner energies, mainly from renewable sources, achieving other environmental benefits (for example, air quality) and limiting the growth rate of external energy dependence. - To boost energy- and resource efficiency for companies and for end users.  The government has adopted a Plan of Urgent Measures (PMU), which together with the 2008-2012 Energy Saving and Efficiency Action Plan aims to consolidate the trend change of GHG emissions in Spain initiated in 2006.","document_source_url":"https://www.lse.ac.uk/GranthamInstitute/wp-content/uploads/laws/1674%20English.pdf","document_cdn_object":"ESP/2007/spanish-climate-change-and-clean-energy-strategy-horizon-2007-2012-2020_2b072ba79a80c48468424f57a5937e93.pdf","document_md5_sum":"2b072ba79a80c48468424f57a5937e93","translated":false,"document_slug":"spain_2007_spanish-climate-change-and-clean-energy-strategy-horizon-2007-2012-2020_1674_3157","document_content_type":"application/pdf","document_date":"01/01/2007","document_geography":"ESP","document_category":"Executive","document_source":"CCLW","document_type":"Strategy","document_sectors":["Energy"],"document_name_and_slug":"Spanish Climate Change And Clean Energy Strategy Horizon 2007- 2012 -2020 spain_2007_spanish-climate-change-and-clean-energy-strategy-horizon-2007-2012-2020_1674_3157","document_description_embedding":[-0.28574138879776,0.00839429721236229,0.4889880120754242,-0.3039610683917999,0.15352575480937958,0.1508476734161377,-0.04879618436098099,-0.14377890527248383,-0.0933212861418724,-0.5094805955886841,0.20848989486694336,-0.07693345099687576,-0.2145923227071762,0.191061332821846,0.07722558826208115,0.42003530263900757,0.14902210235595703,0.48362621665000916,0.04468447342514992,-0.013003634288907051,0.5625078678131104,0.08983331173658371,0.2586066722869873,0.7568028569221497,0.42910295724868774,0.03945142775774002,-0.11901187151670456,0.09720222651958466,-0.1448427438735962,-0.18877576291561127,0.3110702335834503,-0.13346636295318604,-0.05231408029794693,-0.16178195178508759,0.35024288296699524,0.7081551551818848,-0.543782651424408,-0.34788569808006287,-0.18360944092273712,-0.03659496083855629,-0.1549031138420105,-0.5416145324707031,0.08566875010728836,-0.06968817114830017,0.17800739407539368,0.08166330307722092,-0.005046239588409662,0.39279642701148987,-0.1961570531129837,-0.16356059908866882,-0.41863006353378296,0.08019517362117767,0.28641074895858765,0.13779222965240479,-0.42661774158477783,0.05689398571848869,-0.02352045476436615,-0.2876395285129547,-0.6998827457427979,-0.3395865261554718,-0.3886009752750397,-0.12240669131278992,-0.39329877495765686,-0.19579052925109863,0.20934446156024933,0.035500481724739075,0.0739070400595665,0.31322866678237915,-0.8629326224327087,-0.43935108184814453,-0.539095401763916,0.4845545291900635,-0.3907935321331024,-0.53407222032547,-0.38756275177001953,-0.16623090207576752,-0.5057752728462219,0.21952548623085022,-0.1485372632741928,0.21726606786251068,-0.047350965440273285,-0.00166213302873075,-0.16926683485507965,0.08788728713989258,0.6660524606704712,0.07310964912176132,0.6958365440368652,0.033138517290353775,-0.8119825124740601,0.30454859137535095,0.5786292552947998,-0.8140378594398499,0.3622184097766876,0.24143245816230774,0.3039677143096924,0.46441149711608887,-0.03255418315529823,-0.4520406126976013,-0.8224242925643921,-0.28560855984687805,0.1577855348587036,-0.3926413655281067,-0.26558274030685425,0.35620489716529846,-0.16762769222259521,0.019942471757531166,-0.35768863558769226,-0.40747329592704773,0.019189095124602318,0.1422009915113449,0.37831437587738037,0.17059415578842163,-0.048075031489133835,-0.17461258172988892,0.06910306215286255,0.20686505734920502,-0.290764719247818,0.1434900462627411,0.1441047340631485,0.43072202801704407,0.30925822257995605,0.3729652166366577,-0.35179904103279114,0.6953730583190918,0.16246384382247925,-0.0461767353117466,0.36471056938171387,-0.4657437205314636,-0.06255655735731125,0.3149409890174866,0.2967931628227234,-0.2471332848072052,0.12971265614032745,-0.26866665482521057,-0.11193038523197174,0.1390676200389862,0.38275691866874695,0.17020195722579956,0.23327121138572693,0.18373775482177734,0.04618746414780617,-0.004544882103800774,0.5846469402313232,-0.22072027623653412,0.6200109124183655,-0.14408788084983826,-0.2083340883255005,-0.4900762438774109,-0.03684842959046364,-0.0003228668065275997,0.6499869227409363,-0.011096802540123463,-0.2962857782840729,-0.1768549382686615,-0.1039835587143898,0.21834103763103485,-0.8090013861656189,0.16752515733242035,0.050080087035894394,-0.3208979368209839,0.024126309901475906,-0.0606282539665699,-0.018423140048980713,0.20606030523777008,0.43839773535728455,0.05019264668226242,0.3158830404281616,0.44022026658058167,0.2159029245376587,0.07473776489496231,0.18098239600658417,-0.014798367395997047,0.4869861602783203,-0.665970504283905,0.2488350123167038,0.3912609815597534,0.5714083313941956,0.2865642309188843,-0.08311425149440765,0.42629745602607727,-1.5039563179016113,0.3610112965106964,-0.20545722544193268,-0.1934148073196411,-0.4682406187057495,-0.0705098956823349,-0.029525496065616608,0.11135786771774292,0.2972303032875061,0.47951507568359375,-0.7263376712799072,-0.016391566023230553,1.2655322551727295,-0.5584408044815063,-0.04478789120912552,-0.7919365167617798,-0.1892363280057907,0.31699326634407043,-0.3131859302520752,-0.4667797088623047,0.022565016523003578,-0.10216503590345383,0.23261390626430511,0.12901927530765533,0.2594234049320221,-0.8316117525100708,-0.05243542417883873,-0.07282860577106476,-0.1771491914987564,0.06563043594360352,-0.6000910401344299,0.29018938541412354,0.285735547542572,0.46357426047325134,-0.14344538748264313,-0.46204790472984314,-0.06323894113302231,-0.09809723496437073,0.10580763220787048,0.007250566501170397,-0.07794602960348129,0.43236836791038513,-0.2488049566745758,0.5384683609008789,-0.05057598277926445,0.64678955078125,0.6636728048324585,-0.1682540774345398,0.5224876403808594,-0.5042173266410828,0.242913618683815,-0.13459685444831848,0.172841414809227,0.1142081767320633,0.23343345522880554,0.17219743132591248,-0.2533252239227295,-0.014620942063629627,0.11376097053289413,-0.9714772701263428,0.005624817218631506,-0.3141871988773346,-0.0966934934258461,-0.2166382521390915,0.462523877620697,-0.009243801236152649,0.3695038855075836,0.49466556310653687,0.2039676457643509,0.09494782239198685,-0.026201320812106133,0.7702569365501404,-0.19715002179145813,0.11059185117483139,-0.20542596280574799,-0.1954917311668396,-0.07913839817047119,-0.4085737466812134,0.018426932394504547,-0.15627321600914001,-0.0007850296678952873,0.12256836891174316,0.326106995344162,0.4408794045448303,0.31811851263046265,-0.4376072287559509,0.15202638506889343,-0.7560399770736694,-0.6109951138496399,-0.34180504083633423,0.7154783010482788,-0.05490503087639809,-0.16807769238948822,-0.01995151676237583,0.01419301051646471,-0.5057433247566223,0.4422386586666107,0.44329124689102173,0.17028634250164032,-0.7306347489356995,-0.35090258717536926,0.4331337511539459,-0.7941919565200806,0.19034986197948456,0.13271063566207886,0.0023525021970272064,-0.24359111487865448,-0.8244011998176575,0.28346124291419983,-0.06699656695127487,0.5082849264144897,0.26770323514938354,0.3269325792789459,-0.06823840737342834,0.08070512115955353,0.02089887298643589,-0.18877869844436646,-0.1320469081401825,0.49513041973114014,0.23660297691822052,-0.15338751673698425,-0.5272485017776489,-0.05073760077357292,0.4026760756969452,0.375678688287735,-0.6519575119018555,-0.27887365221977234,-0.47556474804878235,-5.473604679107666,-0.0215583685785532,-0.018638039007782936,-0.17215263843536377,0.8514851927757263,0.22548836469650269,-0.21276289224624634,0.2636379897594452,0.30602747201919556,-0.18604300916194916,-0.1706216037273407,0.14630384743213654,-0.5448086261749268,0.5136659741401672,-0.11452741175889969,-0.19984537363052368,-0.37738707661628723,-0.44301673769950867,-0.26996028423309326,-0.31217333674430847,-0.11420444399118423,-0.3134823441505432,0.13310320675373077,0.2626672387123108,0.7551416158676147,-0.21860580146312714,-0.3121601939201355,0.0005612022941932082,-0.13513502478599548,0.02519337832927704,0.5587679743766785,-0.4951062500476837,-0.17504915595054626,0.34992456436157227,0.020414846017956734,0.27636367082595825,0.19183261692523956,-0.016983352601528168,0.08710434287786484,-0.7389095425605774,-0.08477519452571869,-0.4774729311466217,-0.05274553596973419,0.38090765476226807,0.2783803343772888,0.17824359238147736,0.07294928282499313,0.473943829536438,-0.006694010458886623,0.045385632663965225,0.12121251970529556,0.274811714887619,-0.34468159079551697,-0.022665077820420265,-0.3235335350036621,0.25812217593193054,0.5889325737953186,-0.07777687907218933,-0.11280440539121628,0.27667704224586487,0.16728821396827698,-0.07123173773288727,-0.35360053181648254,-0.4697945713996887,0.08703296631574631,0.3880576193332672,-0.5684747695922852,0.052940379828214645,0.0643487200140953,0.18521277606487274,0.06828566640615463,0.11606008559465408,-0.4017239511013031,-0.7308810353279114,-0.15529842674732208,-0.36291974782943726,0.306283175945282,-0.27398207783699036,0.048893172293901443,-0.4150819480419159,0.1614612191915512,0.10176782310009003,0.11597003042697906,-0.15908183157444,-0.25532087683677673,0.1753462553024292,0.4694940447807312,0.04237563535571098,0.2763918936252594,-0.5406526327133179,0.9883756637573242,-0.43623700737953186,-0.30818068981170654,0.021740425378084183,0.1262064129114151,0.06294518709182739,-0.22667096555233002,0.18720132112503052,0.04410182312130928,-0.45191690325737,0.0777367427945137,-0.31294959783554077,-0.036063823848962784,0.36706116795539856,0.3030346632003784,-0.22360849380493164,-0.17285729944705963,0.0595330111682415,0.12429746985435486,-0.026419419795274734,-0.08218611776828766,0.3618691563606262,-0.4136808514595032,-0.2361721247434616,-0.1891271471977234,-0.06059182435274124,0.036397140473127365,-0.18246330320835114,0.613494873046875,-0.6699739694595337,-0.100397989153862,0.4689110815525055,-0.10807498544454575,0.12090286612510681,-0.3325332701206207,0.27987974882125854,-0.8554563522338867,0.12846265733242035,0.26347437500953674,-0.040124427527189255,-0.3509450852870941,-0.04062044620513916,0.5105671882629395,0.17956557869911194,0.7687986493110657,-0.1622912436723709,-0.28644052147865295,-0.6957331299781799,0.07927456498146057,0.9178611636161804,-0.13741526007652283,0.02287478558719158,-0.2804415822029114,-0.31026673316955566,0.061517033725976944,0.4569222331047058,0.5279432535171509,-0.10152636468410492,0.2987549901008606,0.2351192682981491,0.2863193452358246,-0.32184556126594543,0.2154107391834259,-0.8290472030639648,-0.4794205129146576,0.21893484890460968,0.027345087379217148,0.08915949612855911,0.14562472701072693,-0.8114652037620544,0.2911849617958069,-0.07963444292545319,-0.3570893704891205,0.17157569527626038,0.05909913033246994,0.2333318591117859,0.036555979400873184,-0.11667480319738388,-0.33098381757736206,0.07646972686052322,-0.15582630038261414,-0.39210012555122375,-0.585342526435852,-0.1597188264131546,-0.2761891186237335,0.3033183217048645,0.08766479790210724,0.14641399681568146,-0.45085152983665466,0.40105879306793213,0.16298149526119232,0.43027687072753906,-0.3344564139842987,-0.15902051329612732,0.6855480670928955,-0.19436675310134888,-0.11273463815450668,0.0014262140030041337,0.366451621055603,-0.4496011734008789,0.17701172828674316,0.20563548803329468,0.19651907682418823,0.502341091632843,-0.2704608738422394,-0.5989620685577393,0.32029783725738525,0.2730252146720886,-0.8047378063201904,0.32035717368125916,-0.03650425374507904,-0.26021265983581543,0.20552058517932892,-0.10277794301509857,-0.3034737706184387,0.048629794269800186,-0.06107354536652565,-0.22051849961280823,0.309152752161026,-0.6304938197135925,0.059687647968530655,0.09400523453950882,-0.487875759601593,0.3670846223831177,0.6345148086547852,-0.31657227873802185,0.211609348654747,-0.6211814880371094,-0.5205543637275696,-0.02477438934147358,-0.139268159866333,-0.09474605321884155,0.2364734560251236,0.3026232421398163,-0.10846512764692307,-0.07513400912284851,-0.07174605876207352,-0.38159772753715515,0.06664283573627472,-0.25062382221221924,-0.025759100914001465,-0.35773181915283203,-0.18352901935577393,0.2733299434185028,-0.38624903559684753,0.5017114281654358,0.1429489701986313,-0.42758262157440186,-0.39355164766311646,0.47281286120414734,0.3278142213821411,0.029330581426620483,0.30743154883384705,-0.47751709818840027,0.34112119674682617,0.6868724226951599,-0.2015485018491745,0.34700343012809753,0.16519629955291748,0.09230271726846695,-0.48451098799705505,-0.09046731144189835,0.29969415068626404,0.28755414485931396,0.19081971049308777,-0.7829311490058899,-0.5142388939857483,-0.2282792329788208,-0.476032018661499,-0.14903461933135986,-0.03062778152525425,-0.17443564534187317,0.10112655162811279,-0.08563898503780365,0.1136680543422699,-0.2201991081237793,-0.07587537169456482,-0.34756672382354736,-0.06585315614938736,-0.25452953577041626,0.422955185174942,-0.1711292564868927,-0.25988835096359253,0.5681144595146179,0.2877764105796814,-0.289964497089386,-0.2671915590763092,-0.2264081984758377,0.2696995437145233,-0.3289768099784851,-1.0941479206085205,0.1007084995508194,-0.35309818387031555,0.2612769603729248,0.3047345280647278,0.22043608129024506,0.2171635925769806,-0.361487478017807,0.2851788401603699,-0.4321172833442688,0.3037877678871155,-0.16148623824119568,-0.14456552267074585,-0.10186819732189178,-0.7548854947090149,0.0678701102733612,0.14340229332447052,0.20656271278858185,-0.253771036863327,0.16059578955173492,0.2705756425857544,0.010021379217505455,0.08710876107215881,-0.24537312984466553,-0.2635093033313751,0.09892183542251587,0.3876534104347229,0.07123566418886185,-0.2452535629272461,-0.03099171072244644,-0.08577193319797516,-0.11746393889188766,0.0994572788476944,-0.09611498564481735,-0.005430178251117468,0.33613336086273193,0.007832327857613564,-0.3124987483024597,0.6935503482818604,0.2335907220840454,0.24376104772090912,0.05295270308852196,-0.2558637857437134,-0.23092082142829895,0.3075758218765259,0.08839334547519684,-0.3321274220943451,0.11311434209346771,-0.31044870615005493,0.13703839480876923,-0.585716187953949,0.46457087993621826,0.11860136687755585,0.38043758273124695,-0.15123122930526733,0.40015217661857605,0.005908164195716381,-0.3188541531562805,-0.01898925006389618,-0.15236863493919373,0.7269129753112793,0.491543173789978,-0.3588886857032776,-0.0019749982748180628,0.7651585936546326,0.17252855002880096,-0.11869227141141891,0.1479317843914032,0.18404583632946014,0.7138741612434387,0.23029263317584991,0.15027865767478943,-0.03547030687332153,-0.4331934452056885,0.14211133122444153,0.5094237923622131,-0.045517727732658386,0.2754419147968292,-0.39549824595451355,-0.0038813515566289425,0.553248941898346,0.23828111588954926,0.003944622352719307,0.19335588812828064,-0.4899311661720276,-0.03735910356044769,-0.07111378759145737,0.3579331934452057,-0.021911805495619774,0.5194054841995239,0.028650064021348953,-0.34369608759880066,-0.5357613563537598,-0.10876148194074631,0.18197298049926758,-0.20266598463058472,-0.12022685259580612,0.31926459074020386,0.21160799264907837,0.4819338917732239,-0.5136608481407166,0.002799527021124959,-0.3497332036495209,-0.08058980852365494,-0.7021328210830688,0.3817199468612671,-0.6619078516960144,0.01890489086508751,-0.1992299109697342,-0.27300575375556946,-0.410007506608963,0.027489932253956795,-0.14646385610103607,0.4810721278190613,-0.09781445562839508,0.03823480382561684,0.17588229477405548,0.134296253323555,0.2908201217651367,-0.12165772914886475,0.18731209635734558,-0.2247307300567627,-0.37068289518356323,-0.04376935586333275,0.06581959873437881,0.09591517597436905,-0.32512614130973816,0.24636325240135193,0.7753139734268188,-0.04496930539608002,0.7680115699768066,0.18425524234771729,-0.36307814717292786,0.4359135329723358,-0.6022678017616272,-0.28289785981178284,0.4035174548625946,0.012209659442305565,0.4266219139099121,0.23687972128391266,-0.33927878737449646,-0.39204734563827515,0.08836203068494797,-0.29090991616249084,-0.2497108429670334,0.4037036895751953,0.9298359751701355,0.25575315952301025,-0.6944372653961182,0.08935654163360596,0.2478947937488556,-0.49450138211250305,-0.37066009640693665,0.38577115535736084,-0.30260995030403137,0.09153924137353897,-0.13851462304592133,0.39793848991394043,-0.07432036101818085,0.07658526301383972,0.06982491910457611,0.8385295867919922,-0.08692887425422668,-0.5213683247566223,0.2470492720603943,-0.3352944552898407,-0.008158622309565544,0.28810998797416687,-0.017373189330101013,0.31604650616645813,-0.10247247666120529,0.07404211163520813,-0.26264768838882446,-0.14950254559516907,0.4955720007419586,-0.47024649381637573,0.38546404242515564,-0.13930310308933258,-0.3413136899471283,-0.3978727459907532]}} +{"_index":"navigator_test_core","_type":"_doc","_id":"RHt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_core","_type":"_doc","_id":"RXt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_description_embedding":[-0.12120016664266586,0.19735190272331238,0.2768927216529846,-0.535860002040863,0.5332852005958557,0.4021247625350952,0.24894168972969055,0.18646712601184845,-0.4264533817768097,-0.46474429965019226,0.09096165001392365,-0.05620716139674187,-0.41501444578170776,0.12248101830482483,0.535323977470398,0.5145554542541504,0.21434332430362701,0.08116259425878525,-0.15580710768699646,-0.06782836467027664,0.4598102867603302,-0.33894744515419006,0.45554113388061523,0.8872615098953247,0.6090306639671326,-0.06783374398946762,0.18282383680343628,0.039034999907016754,0.4451315701007843,-0.2935996949672699,0.0018876598915085196,-0.2207929790019989,0.05741678550839424,0.038093484938144684,0.3672291338443756,0.2416686862707138,-0.028145985677838326,-0.2693381905555725,-0.03139980882406235,-0.3295246660709381,-0.0795338898897171,-0.7599447965621948,-0.38446614146232605,0.1695929318666458,0.05287967249751091,0.06805983930826187,-0.24983647465705872,0.4418390393257141,-0.25929534435272217,0.090117447078228,-0.2194422036409378,0.22616994380950928,0.0758037120103836,-0.06278286874294281,-0.0931391566991806,-0.37170377373695374,0.015253175981342793,-0.4494597911834717,-0.7413796186447144,-0.4196186363697052,-0.1639965921640396,-0.45993664860725403,0.10510832071304321,-0.03519390523433685,0.15947028994560242,0.09260647743940353,-0.24366553127765656,-0.09593343734741211,-0.30324000120162964,-0.5915769338607788,-0.4646868109703064,0.31888535618782043,-0.29848164319992065,-0.5386166572570801,-0.11140070110559464,-0.11688600480556488,-0.36784201860427856,0.32801365852355957,0.2022046148777008,0.19676296412944794,0.3031112253665924,-0.07694558799266815,0.012926611118018627,0.1367003321647644,0.7300090193748474,-0.08743764460086823,0.4372316598892212,-0.15424376726150513,-0.21099050343036652,0.27665001153945923,0.35347771644592285,-0.5433090925216675,0.121444933116436,0.6227757930755615,0.01967470534145832,0.530336320400238,-0.6696694493293762,-0.08574175834655762,-0.32642239332199097,-0.49629053473472595,0.10994196683168411,-0.2269534468650818,-0.16551415622234344,-0.11108402907848358,0.02477884106338024,-0.2509705424308777,-0.06016846373677254,-0.46587997674942017,-0.02359992265701294,0.47201693058013916,0.33374643325805664,0.08224370330572128,-0.014405711553990841,-0.23534777760505676,-0.09023141115903854,0.2842641770839691,-0.28445786237716675,-0.22270768880844116,0.20895926654338837,0.3398572504520416,0.3675401508808136,0.620509922504425,-0.21744157373905182,0.7256785035133362,-0.048041194677352905,-0.3684747815132141,0.05119744688272476,-0.19930052757263184,-0.5121186971664429,0.23441706597805023,0.015910090878605843,0.06119508296251297,0.042488910257816315,0.10328543186187744,-0.4607373774051666,0.23159478604793549,0.7099387049674988,-0.3398357629776001,0.25302520394325256,0.28913676738739014,0.0977742075920105,-0.357189804315567,0.5286870002746582,-0.06385453045368195,0.5580496191978455,0.19732636213302612,0.3690362870693207,-0.1716231256723404,0.24529112875461578,0.10128933936357498,0.2652096450328827,-0.21614141762256622,-0.06360696256160736,-0.24024561047554016,-0.2559393644332886,0.08788515627384186,-0.1685439497232437,0.6121430397033691,-0.06607167422771454,-0.05591939389705658,0.22994861006736755,0.2909385561943054,0.0947505459189415,-0.07654127478599548,0.6962393522262573,-0.14283430576324463,0.19976842403411865,0.13840970396995544,-0.0614091157913208,0.4854828119277954,0.44211456179618835,-0.16051052510738373,0.4326479732990265,-0.6258338093757629,0.025788383558392525,0.32751214504241943,0.34362465143203735,0.17166286706924438,-0.048284705728292465,0.23976755142211914,-1.4981406927108765,0.3841468393802643,-0.0865122526884079,0.4109852910041809,-0.08248244225978851,-0.20256097614765167,-0.2545553743839264,0.034240107983350754,0.2612437307834625,0.6490323543548584,-0.15144231915473938,-0.4921678602695465,1.368287205696106,-0.5034038424491882,0.20091551542282104,-0.6236717104911804,0.1294550746679306,0.08172672986984253,-0.19278784096240997,-0.3440358340740204,0.12624074518680573,0.3384035527706146,0.007470762822777033,-0.5864267945289612,-0.1354455202817917,-0.2582729160785675,-0.06911543011665344,-0.2582184970378876,-0.23322421312332153,0.14017122983932495,-0.5877658724784851,0.1367362141609192,0.45231887698173523,0.4591600298881531,0.00868297554552555,-0.3787055015563965,-0.5568464398384094,0.3035438060760498,0.1517811417579651,0.11192114651203156,-0.005131656304001808,0.43044060468673706,0.002101552439853549,0.6024054884910583,0.2441932111978531,0.3813369572162628,0.4443572461605072,-0.3409349322319031,0.3887898325920105,-0.1941274255514145,0.5325161218643188,0.024607084691524506,-0.034992411732673645,-0.03472600504755974,0.04066701605916023,0.08429177105426788,-0.31687700748443604,0.1542835831642151,0.766013503074646,-0.6627366542816162,-0.22059835493564606,-0.08392384648323059,0.005213895346969366,-0.11565985530614853,0.005585156846791506,0.12106417864561081,0.3107209801673889,0.24757041037082672,0.23285499215126038,0.309812068939209,-0.07152558118104935,0.7556171417236328,-0.2341652810573578,0.1759597212076187,-0.36415860056877136,-0.1225200966000557,-0.06409519910812378,-0.24903525412082672,-0.08459250628948212,-0.3041220009326935,-0.23624391853809357,0.1516774594783783,0.06902798265218735,0.08580539375543594,0.28599315881729126,-0.5243499875068665,-0.04494784399867058,-0.34797996282577515,-0.5259988307952881,-0.38854536414146423,0.2365661859512329,0.6962375044822693,-0.3451811969280243,-0.27817821502685547,-0.11611413210630417,-0.39664044976234436,0.42762109637260437,0.6146816611289978,0.4258178174495697,-0.5870720744132996,-0.21259070932865143,0.45155665278434753,-0.2659890055656433,-0.09508556872606277,0.3894616365432739,-0.12468826770782471,-0.09699054062366486,-0.3627896308898926,-0.16954392194747925,0.049984417855739594,0.5163816809654236,0.4155445396900177,0.0498075932264328,-0.43683964014053345,0.06562162935733795,0.46331560611724854,-0.14256054162979126,0.11227576434612274,0.5719645023345947,0.23916538059711456,0.021943984553217888,-0.228029265999794,0.39699360728263855,0.1822301149368286,0.264425128698349,-0.6318727731704712,-0.21797333657741547,-0.6127843260765076,-5.567843914031982,-0.14098124206066132,0.013963562436401844,0.2209232747554779,0.5033606886863708,0.3087594509124756,0.38897183537483215,0.40194740891456604,-0.07040014863014221,-0.387912392616272,-0.22614356875419617,-0.10915382951498032,-0.49610117077827454,0.08722289651632309,-0.26106753945350647,-0.09045058488845825,-0.08228066563606262,-0.3923020362854004,-0.2456345409154892,-0.3804796636104584,-0.01176481880247593,-0.7677309513092041,0.30722904205322266,0.14147061109542847,0.6986834406852722,-0.06686004251241684,-0.5360240340232849,-0.029276959598064423,0.0406678169965744,-0.350886732339859,0.5207295417785645,-0.5267089009284973,-0.2682332396507263,-0.04217561334371567,0.42609676718711853,0.16612720489501953,0.30485618114471436,-0.5638501048088074,-0.1156061515212059,-0.5481472015380859,0.13096705079078674,-0.2503278851509094,0.15390658378601074,-0.007036994677037001,0.43215468525886536,0.10450759530067444,0.08929124474525452,0.032860614359378815,0.01570482924580574,-0.14690138399600983,0.1922687590122223,0.588053822517395,-0.46506741642951965,0.1416161060333252,-0.5178958177566528,0.47253111004829407,0.17786361277103424,0.4717823565006256,0.11319565027952194,-0.07237933576107025,-0.09983161836862564,0.04760681837797165,0.035408005118370056,-0.26367732882499695,-0.1680465042591095,0.3874673843383789,-0.25781169533729553,0.30405890941619873,0.06499353796243668,-0.018332527950406075,-0.010543124750256538,0.4085274934768677,-0.7863889932632446,-0.7209166288375854,-0.39513030648231506,-0.7466413974761963,0.4300414025783539,-0.20122574269771576,0.12154694646596909,-0.242933452129364,0.2743391990661621,-0.3145327866077423,0.4647141695022583,0.4923056662082672,0.053183093667030334,-0.06270570307970047,0.19643020629882812,0.3340604305267334,0.061115626245737076,-0.29487112164497375,0.7829610109329224,-0.048013199120759964,-0.21346791088581085,-0.18490557372570038,0.431532621383667,-0.39594289660453796,0.020480208098888397,-0.2389177531003952,-0.1244470477104187,0.07859726995229721,-0.2781815528869629,-0.27016139030456543,-0.06874902546405792,0.3045077621936798,-0.24708439409732819,-0.18231520056724548,0.013266551308333874,-0.06753267347812653,0.5204617977142334,0.35375428199768066,-0.02271793968975544,-0.17623499035835266,0.1388193517923355,-0.03887903690338135,-0.3601231873035431,-0.1938512921333313,0.01917039416730404,0.20616574585437775,0.5929830074310303,-0.22833241522312164,-0.34539443254470825,0.43817028403282166,-0.3556348979473114,0.11364196985960007,-0.1975880265235901,0.026877732947468758,-0.42668288946151733,-0.24714693427085876,0.04729578271508217,0.009373835287988186,-0.4942196309566498,-0.08831766992807388,0.1280829757452011,-0.22121988236904144,0.8229138255119324,0.280031681060791,-0.08442692458629608,-0.5702465176582336,-0.07694854587316513,0.8502808213233948,-0.36145442724227905,0.010108760558068752,-0.07443384826183319,0.09161390364170074,0.2269100397825241,0.563948929309845,0.7993231415748596,0.016204502433538437,0.584691047668457,-0.20795059204101562,0.15599121153354645,-0.08605926483869553,0.3307230770587921,-0.12471507489681244,-0.31450003385543823,0.23845025897026062,0.1459803283214569,-0.40416330099105835,0.3357861340045929,-0.6193240284919739,0.01126115582883358,0.01279575563967228,-0.4608677923679352,-0.5492579936981201,0.20153918862342834,-0.018203463405370712,-0.07710520178079605,-0.4274599552154541,-0.634100079536438,-0.1815059334039688,0.07847829163074493,0.10133503377437592,-0.15007644891738892,0.03722633421421051,-0.2834850549697876,0.06469438225030899,-0.20127947628498077,-0.2962513864040375,-0.034118153154850006,0.34552279114723206,0.13167215883731842,0.23282796144485474,-0.34776291251182556,-0.0563218779861927,0.11533362418413162,-0.4862830638885498,-0.23665893077850342,-0.12295346707105637,0.07375653833150864,-0.22907188534736633,0.19428731501102448,0.20741108059883118,0.2964753210544586,0.7970668077468872,-0.11730353534221649,-0.10670063644647598,0.1833900809288025,0.13633760809898376,-0.4646162986755371,-0.05038515850901604,0.12830141186714172,-0.18015022575855255,-0.19616590440273285,-0.529539942741394,-0.6179966926574707,-0.39350128173828125,-0.03475809097290039,0.035909466445446014,0.38461413979530334,-0.38432103395462036,-0.020296219736337662,0.429007351398468,-0.2998485565185547,0.28363630175590515,0.014343530870974064,-0.5175122618675232,0.06592016667127609,-0.44480809569358826,-0.6659639477729797,-0.14188265800476074,-0.6669080853462219,0.13776306807994843,0.1175566166639328,-0.014474879018962383,-0.21390195190906525,0.09357043355703354,0.24127155542373657,-0.07155998051166534,-0.15404817461967468,0.2566165030002594,-0.49220705032348633,-0.42708083987236023,-0.39000025391578674,-0.018527211621403694,-0.3772750496864319,0.5681934356689453,-0.13769391179084778,-0.3448360562324524,-0.34030935168266296,0.34831929206848145,0.08896461874246597,0.022722987458109856,-0.10278639197349548,-0.21707962453365326,0.13364841043949127,0.4228334128856659,-0.2653939127922058,0.6920017004013062,0.10648170858621597,-0.08632523566484451,0.45601704716682434,-0.31138211488723755,-0.10770712792873383,-0.1166938915848732,-0.41265785694122314,-0.5199488401412964,-0.3816203773021698,0.01931176893413067,-0.5829828977584839,0.21320852637290955,0.023412926122546196,-0.024694669991731644,0.04848463088274002,-0.37652668356895447,0.11158263683319092,-0.11630990356206894,-0.050736747682094574,-0.38840851187705994,-0.29243144392967224,-0.5682894587516785,0.25371381640434265,0.007649592589586973,-0.5680161714553833,0.24175000190734863,0.334454208612442,-0.1144501194357872,-0.23069076240062714,-0.044024594128131866,0.211931973695755,-0.34571972489356995,-0.6737928986549377,0.18658587336540222,-0.4432787001132965,0.4103452265262604,0.13766372203826904,-0.40027618408203125,0.1455097645521164,-0.2652031183242798,-0.23755620419979095,-0.6012002229690552,0.5320144295692444,-0.0831947773694992,-0.08342190086841583,-0.0976143553853035,-0.5718815326690674,-0.23617517948150635,0.9548595547676086,0.08716686815023422,-0.13136564195156097,0.0930783823132515,-0.1901695877313614,0.16020750999450684,0.14668674767017365,0.08899127691984177,-0.3172141909599304,0.4266118109226227,-0.19230732321739197,0.20073696970939636,-0.5288915634155273,0.21858100593090057,0.17170624434947968,-0.43188801407814026,0.4873618185520172,-0.0415356270968914,-0.19124029576778412,-0.3795604109764099,0.031364645808935165,-0.3742246627807617,0.49974536895751953,-0.37585073709487915,0.33986055850982666,0.03201121836900711,0.08508654683828354,0.22938279807567596,0.29902368783950806,0.2315051108598709,-0.7940059304237366,0.24932342767715454,0.07128068804740906,0.7117708921432495,-0.5871737003326416,0.21568231284618378,0.0954793393611908,0.4375248849391937,-0.360393762588501,0.15228715538978577,0.10263887792825699,-0.30233824253082275,-0.3124338686466217,-0.03222579509019852,0.396888792514801,0.57933109998703,-0.15415354073047638,0.20351721346378326,0.6628627777099609,-0.17320601642131805,0.05143967643380165,-0.008783834986388683,0.05311700329184532,0.492758572101593,-0.16046659648418427,0.12361031770706177,-0.34854719042778015,-0.07033853977918625,0.3026394248008728,0.4548000693321228,-0.09860920906066895,0.2115747183561325,-0.15956856310367584,0.04034871980547905,-0.032497141510248184,0.4411313235759735,0.029801366850733757,-0.5417909622192383,-0.4436882734298706,-0.04215680807828903,-0.13760031759738922,0.3005785346031189,0.09416234493255615,-0.11200472712516785,0.11792337894439697,-0.6829712390899658,-0.5553555488586426,-0.09542591124773026,0.2019428014755249,-0.12020539492368698,0.12602952122688293,0.22127476334571838,0.5986665487289429,0.2984343469142914,-0.5609933733940125,0.1748589426279068,0.018531039357185364,-0.11019206792116165,-0.38827136158943176,-0.01756911724805832,-0.14422738552093506,-0.03387334197759628,-0.07286420464515686,-0.5545101761817932,-0.357315331697464,0.09148692339658737,-0.26192623376846313,0.3762340247631073,-0.10440488159656525,-0.08334209024906158,0.34264037013053894,-0.13905572891235352,0.6394309997558594,0.1918923407793045,0.258709192276001,-0.47863319516181946,-0.17042864859104156,0.02227042242884636,-0.11666189879179001,0.05566220358014107,0.0319688580930233,0.04333163797855377,0.4326469302177429,-0.025211196392774582,0.7276255488395691,0.037904538214206696,-0.20679277181625366,0.500645637512207,-0.11750441789627075,-0.08931149542331696,0.470699280500412,0.33803224563598633,0.45191967487335205,0.051936984062194824,-0.14043307304382324,-0.31905752420425415,-0.34292519092559814,0.046693265438079834,-0.40797463059425354,-0.13341301679611206,0.38277706503868103,0.36888188123703003,0.08485852181911469,0.16355854272842407,0.4343383312225342,-0.4346632659435272,-0.0666150450706482,0.5983474850654602,-0.5456385612487793,0.10838572680950165,-0.28593772649765015,0.37796473503112793,-0.324853777885437,-0.18907955288887024,0.25834396481513977,0.2732478678226471,0.05985752493143082,-0.16923485696315765,0.4163050055503845,-0.08125267177820206,0.0440012663602829,0.4104253947734833,0.16412878036499023,0.1535329669713974,-0.5105750560760498,-0.17686590552330017,0.051486339420080185,0.034757327288389206,0.27666744589805603,-0.900110125541687,0.2190527617931366,0.12995149195194244,-0.4621535539627075,-0.1487295925617218]}} +{"_index":"navigator_test_core","_type":"_doc","_id":"Rnt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Basic Hydrogen Strategy","document_id":"CCLW.executive.9768.0","document_name":"Basic Hydrogen Strategy","document_description":"This document sets Japan's vision on how to achieve a hydrogen-based society by 2050 and provides an action plan for its realisation. It specifically seeks to decarbonise the energy, industry and transportation sectors.The Strategic Roadmap for Hydrogen and Fuel Cells defines 1) new targets on the specification of basic technologies and the breakdown of costs, 2) necessary measures for achieving these goals; and 3) that Japan will convene a working group consisting of experts to review the status of implementation in each area stipulated by the roadmap.","document_source_url":"https://www.meti.go.jp/english/press/2017/pdf/1226_003b.pdf","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"japan_2017_basic-hydrogen-strategy_9768_0","document_content_type":null,"document_date":"01/01/2017","document_geography":"JPN","document_category":"Executive","document_source":"CCLW","document_type":"Strategy","document_sectors":["Energy","Industry","Transportation"],"document_name_and_slug":"Basic Hydrogen Strategy japan_2017_basic-hydrogen-strategy_9768_0"}} +{"_index":"navigator_test_core","_type":"_doc","_id":"R3t9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"This document sets Japan's vision on how to achieve a hydrogen-based society by 2050 and provides an action plan for its realisation. It specifically seeks to decarbonise the energy, industry and transportation sectors.The Strategic Roadmap for Hydrogen and Fuel Cells defines 1) new targets on the specification of basic technologies and the breakdown of costs, 2) necessary measures for achieving these goals; and 3) that Japan will convene a working group consisting of experts to review the status of implementation in each area stipulated by the roadmap.","document_id":"CCLW.executive.9768.0","document_name":"Basic Hydrogen Strategy","document_description":"This document sets Japan's vision on how to achieve a hydrogen-based society by 2050 and provides an action plan for its realisation. It specifically seeks to decarbonise the energy, industry and transportation sectors.The Strategic Roadmap for Hydrogen and Fuel Cells defines 1) new targets on the specification of basic technologies and the breakdown of costs, 2) necessary measures for achieving these goals; and 3) that Japan will convene a working group consisting of experts to review the status of implementation in each area stipulated by the roadmap.","document_source_url":"https://www.meti.go.jp/english/press/2017/pdf/1226_003b.pdf","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"japan_2017_basic-hydrogen-strategy_9768_0","document_content_type":null,"document_date":"01/01/2017","document_geography":"JPN","document_category":"Executive","document_source":"CCLW","document_type":"Strategy","document_sectors":["Energy","Industry","Transportation"],"document_name_and_slug":"Basic Hydrogen Strategy japan_2017_basic-hydrogen-strategy_9768_0","document_description_embedding":[-0.344916433095932,0.03380174934864044,0.08598772436380386,-0.36890679597854614,0.1373651921749115,0.0019927395042032003,0.1331542581319809,-0.024630161002278328,0.15216083824634552,-0.040819644927978516,-0.10011933743953705,0.09277314692735672,-0.1028270572423935,0.20862716436386108,0.1039886549115181,0.734337329864502,0.10745856165885925,-0.11101847141981125,0.1524316817522049,0.08458688110113144,0.3648175001144409,0.13894598186016083,0.14935645461082458,0.5590854287147522,0.6201561093330383,0.07001636177301407,0.22877001762390137,0.46409910917282104,-0.1211790144443512,-0.008892789483070374,0.11641127616167068,0.07594634592533112,-0.023388706147670746,0.08773905783891678,0.6739085912704468,0.1150369942188263,0.12467743456363678,-0.4008399248123169,0.13984625041484833,-0.10394298285245895,-0.16631150245666504,-0.3939100503921509,0.13419337570667267,-0.11120902746915817,0.46201491355895996,-0.298903226852417,-0.38770592212677,0.35459864139556885,-0.31449878215789795,-0.17446760833263397,0.13763488829135895,0.1726435124874115,0.1837964504957199,0.0950857624411583,-0.18044695258140564,0.231485515832901,0.2189507782459259,-0.5223021507263184,-0.23831875622272491,-0.32931405305862427,0.04948611184954643,-0.3417697250843048,0.1289845108985901,-0.10175768285989761,0.12255171686410904,-0.22016505897045135,0.11650700867176056,-0.09008504450321198,-0.7872564196586609,-0.48839014768600464,-0.09038503468036652,0.5138194561004639,-0.13215819001197815,0.031101370230317116,-0.3080405294895172,-0.4285995662212372,-0.7604627013206482,0.29754599928855896,0.03621648624539375,0.06477591395378113,-0.2126142978668213,-0.06965325027704239,-0.3637358546257019,0.2617917060852051,0.2871676981449127,0.10882167518138885,0.6098175644874573,0.08107088506221771,-0.49472108483314514,0.4457838535308838,0.27914488315582275,-0.054597675800323486,-0.032867468893527985,0.3491637706756592,0.2927643954753876,-0.1167602390050888,-0.039891622960567474,-0.12907201051712036,-0.23590987920761108,-0.10510867834091187,0.04784185811877251,-0.09593656659126282,-0.031120574101805687,-0.19466671347618103,-0.24393457174301147,-0.2019713819026947,-0.2653328776359558,-0.22651267051696777,-0.12379880249500275,0.3034764528274536,0.2707001268863678,-0.28022024035453796,-0.0874108374118805,-0.13100183010101318,0.1050572320818901,0.15152603387832642,-0.536324143409729,-0.2503276765346527,0.3256854712963104,0.5633254647254944,0.30589842796325684,0.5248526930809021,-0.3477032780647278,0.40193596482276917,0.0995001569390297,-0.048042502254247665,0.45763537287712097,-0.19474266469478607,-0.3760214149951935,0.14209744334220886,-0.021166585385799408,-0.19370204210281372,-0.10068295896053314,0.10308261215686798,-0.29134657979011536,0.07646266371011734,0.3561590313911438,-0.15440978109836578,0.3387286067008972,-0.26513779163360596,-0.13529567420482635,-0.3766823410987854,0.48062244057655334,-0.3896715044975281,0.4718847870826721,0.24418286979198456,0.18322449922561646,-0.5665838718414307,-0.5068804025650024,-0.25541290640830994,0.2675536274909973,0.028328437358140945,-0.5547444820404053,-0.18121337890625,0.001112458878196776,0.559556782245636,0.04223514348268509,0.47455596923828125,0.07124673575162888,-0.00925514567643404,-0.4642377197742462,-0.16099286079406738,-0.15071742236614227,0.1443621665239334,0.1311757117509842,0.03379976004362106,0.40170490741729736,0.20482279360294342,0.11601473391056061,0.03408500924706459,0.11089327931404114,-0.5628496408462524,0.0056930663995444775,-0.5818240642547607,0.4099462330341339,0.40724411606788635,0.5517993569374084,0.27662765979766846,-0.13443182408809662,0.20110966265201569,-2.038588762283325,0.3216989040374756,-0.09977586567401886,0.20442716777324677,-0.32901081442832947,0.02434827946126461,-0.17950741946697235,-0.1671697348356247,-0.23263898491859436,0.2963109612464905,-0.45939913392066956,-0.7090859413146973,0.8863465785980225,-0.5270283222198486,0.5624094009399414,-0.24984441697597504,0.047254785895347595,0.1498643308877945,-0.14284496009349823,-0.06392954289913177,0.233013316988945,-0.1847427487373352,0.24119596183300018,-0.11069218814373016,-0.0008271326078101993,-0.33749154210090637,-0.09393905848264694,0.07828768342733383,-0.17682045698165894,0.15748730301856995,-0.6777911186218262,-0.06787393987178802,0.40846332907676697,-0.031187616288661957,0.06850855052471161,-0.5012190341949463,-0.22281186282634735,0.09808349609375,0.09559349715709686,-0.36318865418434143,-0.2021050900220871,0.4454896152019501,-0.5196716785430908,0.2513832747936249,0.12787550687789917,0.38054409623146057,0.5106945633888245,-0.2337465137243271,0.49411264061927795,-0.13152654469013214,0.08010032027959824,-0.03844139724969864,0.24287296831607819,-0.005952662322670221,0.38510817289352417,0.2610536515712738,-0.36455267667770386,0.28644227981567383,0.1227596178650856,-0.7538474202156067,-0.1355760395526886,-0.3474792242050171,0.029271071776747704,-0.16486021876335144,0.1489439457654953,0.11486209183931351,0.1957845836877823,0.1708393394947052,0.013693044893443584,-0.09728027135133743,-0.4660106897354126,0.632754921913147,-0.1276925951242447,-0.034712065011262894,-0.19745217263698578,-0.02650020644068718,0.46521639823913574,-0.15240302681922913,0.10997698456048965,-0.5084654688835144,-0.004328596405684948,0.04721110686659813,-0.3575444221496582,0.06611016392707825,0.1550888568162918,-0.3531944155693054,0.19134490191936493,-0.15128867328166962,-0.07564572244882584,0.07677049189805984,0.49895578622817993,-0.3041013479232788,-0.36033347249031067,0.1862635314464569,-0.400616854429245,-0.4539598226547241,0.3785262405872345,0.7274071574211121,0.2659088671207428,-0.1889016181230545,-0.35023051500320435,0.3546212315559387,-0.35062655806541443,-0.023307884112000465,0.19901150465011597,0.03700275719165802,-0.25556397438049316,-0.48410722613334656,-0.05884503200650215,0.030969684943556786,0.3454214632511139,0.4928570091724396,-0.27643507719039917,-0.0268702432513237,0.027376187965273857,0.11404379457235336,-0.025272376835346222,0.04960719868540764,-0.030186805874109268,0.171543687582016,-0.44626396894454956,-0.3902047276496887,-0.20980602502822876,0.5010579228401184,0.472463995218277,-0.4152694642543793,-0.00245618331246078,-0.044324614107608795,-5.747908592224121,0.06296830624341965,-0.008098650723695755,-0.03133716061711311,0.681165337562561,0.5827419757843018,-0.4810146391391754,-0.22993198037147522,0.1509716510772705,-0.4641246795654297,-0.018543370068073273,0.1205483078956604,-0.4689069092273712,0.005793440621346235,-0.3537991940975189,-0.1688767522573471,-0.29894357919692993,-0.3888309895992279,0.03525331988930702,-0.37188470363616943,0.14031930267810822,-0.8304908871650696,0.22888576984405518,0.2885335385799408,0.6272876858711243,0.053348373621702194,-0.45826485753059387,0.14577102661132812,0.23075522482395172,-0.2581873834133148,0.5990698337554932,-0.48343390226364136,0.18901392817497253,0.14777283370494843,0.1685386747121811,0.03569518029689789,0.3624139726161957,0.381258487701416,0.2166270762681961,-0.2447655200958252,-0.178134024143219,-0.15709494054317474,-0.4131013751029968,-0.03264209255576134,0.4026186764240265,-0.028830744326114655,0.14626456797122955,0.5956653952598572,0.036030884832143784,0.10283733159303665,0.2628360986709595,0.43669962882995605,-0.37906384468078613,-0.38594850897789,-0.16586141288280487,0.02482098899781704,0.22526855766773224,-0.18006545305252075,0.017958365380764008,-0.2906440794467926,-0.01049234252423048,-0.24485470354557037,-0.362457275390625,-0.24829106032848358,-0.3620259463787079,0.7188893556594849,-0.06732912361621857,0.2258879840373993,-0.40052616596221924,-0.13830482959747314,-0.5058008432388306,0.38553568720817566,-0.38951870799064636,-0.9603995680809021,-0.22845140099525452,-0.18238480389118195,0.46784481406211853,-0.3235124945640564,0.06037266179919243,-0.12248867750167847,0.38354551792144775,-0.062115371227264404,0.15077908337116241,-0.07946217805147171,0.17705382406711578,-0.19145938754081726,0.25318577885627747,0.5142824649810791,0.4120826721191406,-0.5675677061080933,0.7632497549057007,-0.2221928834915161,-0.040764763951301575,-0.21039952337741852,0.6791513562202454,-0.026504239067435265,-0.173309326171875,0.09998762607574463,0.06946927309036255,-0.6638506054878235,-0.04050754755735397,-0.09579326212406158,0.00553289195522666,0.34258371591567993,-0.03229837119579315,-0.33631548285484314,-0.10127861797809601,-0.26946374773979187,0.26434582471847534,-0.11519787460565567,-0.20629645884037018,0.03831958398222923,-0.2740226686000824,-0.4885104298591614,-0.12624646723270416,0.21387217938899994,-0.13746851682662964,0.1836290806531906,0.3835213780403137,0.17780861258506775,-0.10455376654863358,0.41008129715919495,-0.2715279757976532,-0.09262491017580032,-0.25235405564308167,0.3527260720729828,-0.41536688804626465,0.3306988775730133,0.10273079574108124,-0.04914991185069084,-0.07687446475028992,0.08907199651002884,0.2809763252735138,0.1911526322364807,0.8512789011001587,-0.3021737039089203,-0.5423649549484253,-0.5175698399543762,-0.07728143036365509,0.5537853837013245,0.16699519753456116,0.15765175223350525,-0.1054585874080658,-0.3008284270763397,0.11144787818193436,0.3730175197124481,0.17462040483951569,0.06019201502203941,0.4713229537010193,0.011060059070587158,-0.15244866907596588,-0.40624526143074036,0.3146335780620575,-0.6695831418037415,-0.69541335105896,0.49016299843788147,0.2614859342575073,-0.05765043944120407,0.17231392860412598,-0.6521990299224854,0.12335817515850067,-0.10693339258432388,0.011456307955086231,-0.3953804075717926,0.0370611697435379,0.1616668850183487,0.29889193177223206,0.03361772000789642,-0.16395549476146698,-0.26215028762817383,-0.13031531870365143,-0.34364718198776245,-0.17760376632213593,-0.02111586555838585,-0.21418507397174835,0.3749706447124481,-0.3508501946926117,0.06322796642780304,-0.06419219076633453,0.163749560713768,-0.08855102211236954,0.0719064399600029,-0.37882688641548157,-0.07823178917169571,0.16798186302185059,-0.12374600023031235,0.3524024486541748,-0.01499274093657732,0.20351973176002502,-0.24068941175937653,0.07264368236064911,-0.014643422327935696,0.528705358505249,0.13944029808044434,-0.24670472741127014,-0.3486136496067047,0.06964626908302307,0.13838763535022736,-0.11542723327875137,0.37489038705825806,-0.0029068239964544773,-0.19985388219356537,0.01491212472319603,-0.3022692799568176,0.17538373172283173,-0.18510311841964722,0.1491112858057022,0.5140665173530579,0.6421571969985962,-0.3659876883029938,0.059088755398988724,0.007035807240754366,-0.4800519049167633,-0.1903282254934311,0.6340817809104919,-0.21637758612632751,0.1401408463716507,-0.7950761914253235,-0.3309642970561981,-0.2134084552526474,0.03772984817624092,-0.07470625638961792,0.3358072340488434,-0.08761187642812729,-0.7307772040367126,0.007362192030996084,0.15164542198181152,-0.19120638072490692,-0.41412633657455444,0.09855049848556519,-0.26835763454437256,-0.533007025718689,0.11267347633838654,0.4621415436267853,-0.35465142130851746,0.12956440448760986,-0.19171416759490967,-0.3817897140979767,0.19974054396152496,0.5961563587188721,0.17908237874507904,0.13155585527420044,0.3051949143409729,0.1569014936685562,0.1028032898902893,0.4051670730113983,0.08333313465118408,0.2633005976676941,-0.08742327243089676,0.13660815358161926,-0.43907129764556885,-0.24467432498931885,-0.6359615921974182,0.23921313881874084,0.3642425239086151,-0.12776300311088562,-1.0242078304290771,-0.3457508683204651,-0.6068516969680786,-0.15836380422115326,-0.45674073696136475,-0.18008103966712952,0.06868969649076462,-0.14481058716773987,0.24288737773895264,0.004524848889559507,-0.013391527347266674,-0.3481918275356293,-0.023815279826521873,-0.5106528997421265,0.33232954144477844,-0.14882633090019226,-0.00962231308221817,0.6178840398788452,0.02249344065785408,-0.010934608988463879,-0.3371603190898895,0.32617950439453125,0.05934450402855873,-0.20771095156669617,-0.5295275449752808,0.3022198975086212,-0.051914189010858536,-0.10354269295930862,0.38438645005226135,-0.02933996357023716,0.2692049741744995,-0.3071410655975342,0.33597949147224426,-0.2636259198188782,0.45862436294555664,-0.25466084480285645,-0.19710879027843475,0.025981038808822632,-0.8380823135375977,0.157148540019989,0.4109494984149933,0.47616565227508545,-0.3040498197078705,0.2630252242088318,0.4189300835132599,0.17447428405284882,0.06976255774497986,-0.4443935453891754,-0.14504703879356384,0.09643839299678802,0.1322985738515854,-0.08579333871603012,-0.19261546432971954,0.5406574010848999,0.39427369832992554,-0.2919395864009857,0.18901412189006805,0.15371504426002502,-0.1504865139722824,0.10910090804100037,-0.0851876512169838,-0.4578177332878113,0.7256749868392944,-0.07200372219085693,-0.030933262780308723,0.27731969952583313,0.3168583810329437,-0.2885494828224182,0.05359400063753128,0.19355322420597076,-0.2183448076248169,0.10175145417451859,-0.25389742851257324,0.46383991837501526,-0.20131337642669678,0.27554506063461304,0.04897356778383255,0.17504383623600006,0.04799924045801163,0.23531024158000946,0.025304481387138367,0.06531910598278046,0.2859843373298645,-0.16262303292751312,0.2635742723941803,0.1394377201795578,-0.6155569553375244,-0.12772618234157562,0.6578168272972107,0.04006581008434296,0.15263789892196655,0.5235260128974915,-0.20797492563724518,0.4630766212940216,0.08381973206996918,0.18305127322673798,-0.1613050401210785,0.24302229285240173,0.3370245099067688,0.144867941737175,-0.09559031575918198,0.02293918840587139,-0.050185248255729675,-0.013683978468179703,0.39234843850135803,0.453167587518692,0.30340465903282166,-0.0135167445987463,-0.19940511882305145,-0.09483511745929718,-0.2703652083873749,-0.05782066285610199,0.2293243557214737,0.11042766273021698,0.1555703580379486,-0.225887268781662,-0.34766697883605957,-0.2137843370437622,-0.09678235650062561,-0.027465609833598137,-0.31112417578697205,-0.18955452740192413,0.3855436146259308,0.2923651337623596,-0.5019094944000244,-0.25862377882003784,-0.24075494706630707,-0.1846872866153717,-0.5275270938873291,0.19351302087306976,-0.07177920639514923,-0.03850184753537178,-0.22891336679458618,-0.2857207953929901,-0.287854939699173,-0.1064448356628418,-0.12217966467142105,0.2548058032989502,-0.32976335287094116,0.014127932488918304,0.4128769636154175,-0.2776171565055847,0.3963777720928192,0.14493583142757416,0.06002984195947647,-0.19744642078876495,-0.024417879059910774,0.17536002397537231,0.04496026411652565,0.38226839900016785,-0.03646280989050865,0.13065364956855774,0.49530652165412903,-0.05392571911215782,0.5007116198539734,0.11716943234205246,-0.46204042434692383,-0.032486237585544586,-0.4327572286128998,-0.03266815468668938,0.08277413249015808,0.2606135606765747,1.0143985748291016,0.19504019618034363,-0.4562617838382721,-0.3036327064037323,0.13395045697689056,0.12688958644866943,-0.3903923034667969,0.17933295667171478,0.6387987732887268,0.0849689170718193,-0.2614828050136566,-0.04106353968381882,0.43302279710769653,-0.2868480980396271,-0.17624342441558838,0.4125039279460907,-0.5145757794380188,0.012587501667439938,-0.1967402994632721,0.20127159357070923,-0.02308998443186283,-0.15089713037014008,0.24582339823246002,0.7966423630714417,-0.4190395474433899,-0.2103678286075592,0.13841456174850464,-0.4235082268714905,0.2804887890815735,0.3104929029941559,0.13047312200069427,0.3720710873603821,0.027933185920119286,-0.10836108773946762,0.103453628718853,-0.3084578514099121,0.583728015422821,-0.3636695444583893,0.3899667263031006,-0.19653932750225067,-0.32145223021507263,-0.5471091866493225]}} +{"_index":"navigator_test_core","_type":"_doc","_id":"SHt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Act On The Allocation And Trading Of Greenhouse-Gas Emission Permits","document_id":"CCLW.legislative.1647.2254","document_name":"Act On The Allocation And Trading Of Greenhouse-Gas Emission Permits","document_description":"The Act aims to achieve the national targets for reducing GHGs by introducing a system for trading GHG allowances through market mechanisms. The first phase of the trading scheme is due to start in 2015, covering companies that emit 125,000 metric tonnes or more of CO2 a year and factories, buildings and livestock farms that produce at least 25,000 tonnes of the gas annually.  The basic plan for the emissions rights trading system shall be established every 5 years for a unit period of 10 years. An Emissions Rights Allocation Committee chaired by the Minister of Strategy and Finance will be established for deliberation and mediation of major issues regarding the emissions rights trading system. The competent authorities will allocate the total emissions rights for the unit period and for each year to relevant corporations. The emissions rights may be traded. Anyone who wants to trade their rights shall enter an account in the emissions rights register.  The scheme determines that in the event that a corporation produces more GHGs than its allotted amount, the excess will be subject to a penalty of up to three times the average market price of the year, up to a limit of KRW100,000 (USD89.87) per one tonne of CO2.  The Enforcement Decree outlines the rules and governance structure for the ETS, planned to begin on 1 January 2015. The ETS requires each company or organisation to set the goal of emissions reduction and fulfill the required reduction goal by utilising a market mechanism. All six Kyoto Protocol GHGs are included, and the scheme covers direct and indirect emissions from individual facilities producing over 25ktCO2e/yr, companies with multiple installations producing over 125ktCO2e/yr, and any other firm that voluntarily wishes to join the ETS.  The Minister of Environment is responsible for controlling and operating the ETS. It operates the quota evaluation commission and the emissions certification committee, and encourages the participation of relevant ministries such as the Ministry of Industry, Trade and Energy, the Ministry of Agriculture, Food and Rural Affairs, and Ministry of Land, Infrastructure and Transport. The Minister of Strategy and Finance must set up the plan so that influential factors such as commodity price are taken into account.  During the first phase of the ETS (2015-2017), liable entities will be allocated 100% of their emissions permits for free based on their average emissions. Therefore demand for units will only be generated by entities exceeding their predicted emission levels. This free allocation level will drop to 97% during the second phase (2018 to 2020) and below 90% in the third phase (2021-2025). By easing the cost burden of allowable emissions at an initial stage, it minimises the burden on industry; by expanding the range of paid quota in the mid- to long-term, it lays the foundation for cost-effective GHG reduction.  Offsets are allowed for up to 10% of compliance obligations. International offsets can be used from Phase III, and shall be set within the range of less than 50% of the maximum offsets for the efficient reduction of domestic GHG. The specific criteria and procedures for the approval and certification of international offsets are yet to be established.  The government agency in charge can receive applications from qualified organisations and may select the emissions trading system's exchange among them through the evaluation of the Committee on Green Growth. In order to stabilise the market at an initial stage, companies will be subject to quota assignment through Phases I and II. When necessary, the government agency in charge, through the quota committee, will take measures to stabilise the market: adding up to 25% of the allowance reserve, specifying the minimum and maximum of emissions rights to be held, restricting borrowing and carry-over, and restricting the limit of offset emissions right's offers.  Financial support measures are allowed to industries whose competitiveness is negatively affected by the scheme. Financial and taxation incentives or subsidies can be provided for GHG reduction, technological development and distribution projects in relation to new and renewable energy.","document_source_url":"https://climate-laws.org/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBck1JIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c465bbadbc173d88ce267d8db9943fb62194160b/f","document_cdn_object":"KOR/2012/act-on-the-allocation-and-trading-of-greenhouse-gas-emission-permits_bb567c0dfbbbaa960a8b017adf399ee9.pdf","document_md5_sum":"bb567c0dfbbbaa960a8b017adf399ee9","translated":false,"document_slug":"south-korea_2012_act-on-the-allocation-and-trading-of-greenhouse-gas-emission-permits_1647_2254","document_content_type":"application/pdf","document_date":"01/01/2012","document_geography":"KOR","document_category":"Legislative","document_source":"CCLW","document_type":"Act","document_sectors":["Energy","Industry","Residential and Commercial","Transportation"],"document_name_and_slug":"Act On The Allocation And Trading Of Greenhouse-Gas Emission Permits south-korea_2012_act-on-the-allocation-and-trading-of-greenhouse-gas-emission-permits_1647_2254"}} +{"_index":"navigator_test_core","_type":"_doc","_id":"SXt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"The Act aims to achieve the national targets for reducing GHGs by introducing a system for trading GHG allowances through market mechanisms. The first phase of the trading scheme is due to start in 2015, covering companies that emit 125,000 metric tonnes or more of CO2 a year and factories, buildings and livestock farms that produce at least 25,000 tonnes of the gas annually.  The basic plan for the emissions rights trading system shall be established every 5 years for a unit period of 10 years. An Emissions Rights Allocation Committee chaired by the Minister of Strategy and Finance will be established for deliberation and mediation of major issues regarding the emissions rights trading system. The competent authorities will allocate the total emissions rights for the unit period and for each year to relevant corporations. The emissions rights may be traded. Anyone who wants to trade their rights shall enter an account in the emissions rights register.  The scheme determines that in the event that a corporation produces more GHGs than its allotted amount, the excess will be subject to a penalty of up to three times the average market price of the year, up to a limit of KRW100,000 (USD89.87) per one tonne of CO2.  The Enforcement Decree outlines the rules and governance structure for the ETS, planned to begin on 1 January 2015. The ETS requires each company or organisation to set the goal of emissions reduction and fulfill the required reduction goal by utilising a market mechanism. All six Kyoto Protocol GHGs are included, and the scheme covers direct and indirect emissions from individual facilities producing over 25ktCO2e/yr, companies with multiple installations producing over 125ktCO2e/yr, and any other firm that voluntarily wishes to join the ETS.  The Minister of Environment is responsible for controlling and operating the ETS. It operates the quota evaluation commission and the emissions certification committee, and encourages the participation of relevant ministries such as the Ministry of Industry, Trade and Energy, the Ministry of Agriculture, Food and Rural Affairs, and Ministry of Land, Infrastructure and Transport. The Minister of Strategy and Finance must set up the plan so that influential factors such as commodity price are taken into account.  During the first phase of the ETS (2015-2017), liable entities will be allocated 100% of their emissions permits for free based on their average emissions. Therefore demand for units will only be generated by entities exceeding their predicted emission levels. This free allocation level will drop to 97% during the second phase (2018 to 2020) and below 90% in the third phase (2021-2025). By easing the cost burden of allowable emissions at an initial stage, it minimises the burden on industry; by expanding the range of paid quota in the mid- to long-term, it lays the foundation for cost-effective GHG reduction.  Offsets are allowed for up to 10% of compliance obligations. International offsets can be used from Phase III, and shall be set within the range of less than 50% of the maximum offsets for the efficient reduction of domestic GHG. The specific criteria and procedures for the approval and certification of international offsets are yet to be established.  The government agency in charge can receive applications from qualified organisations and may select the emissions trading system's exchange among them through the evaluation of the Committee on Green Growth. In order to stabilise the market at an initial stage, companies will be subject to quota assignment through Phases I and II. When necessary, the government agency in charge, through the quota committee, will take measures to stabilise the market: adding up to 25% of the allowance reserve, specifying the minimum and maximum of emissions rights to be held, restricting borrowing and carry-over, and restricting the limit of offset emissions right's offers.  Financial support measures are allowed to industries whose competitiveness is negatively affected by the scheme. Financial and taxation incentives or subsidies can be provided for GHG reduction, technological development and distribution projects in relation to new and renewable energy.","document_id":"CCLW.legislative.1647.2254","document_name":"Act On The Allocation And Trading Of Greenhouse-Gas Emission Permits","document_description":"The Act aims to achieve the national targets for reducing GHGs by introducing a system for trading GHG allowances through market mechanisms. The first phase of the trading scheme is due to start in 2015, covering companies that emit 125,000 metric tonnes or more of CO2 a year and factories, buildings and livestock farms that produce at least 25,000 tonnes of the gas annually.  The basic plan for the emissions rights trading system shall be established every 5 years for a unit period of 10 years. An Emissions Rights Allocation Committee chaired by the Minister of Strategy and Finance will be established for deliberation and mediation of major issues regarding the emissions rights trading system. The competent authorities will allocate the total emissions rights for the unit period and for each year to relevant corporations. The emissions rights may be traded. Anyone who wants to trade their rights shall enter an account in the emissions rights register.  The scheme determines that in the event that a corporation produces more GHGs than its allotted amount, the excess will be subject to a penalty of up to three times the average market price of the year, up to a limit of KRW100,000 (USD89.87) per one tonne of CO2.  The Enforcement Decree outlines the rules and governance structure for the ETS, planned to begin on 1 January 2015. The ETS requires each company or organisation to set the goal of emissions reduction and fulfill the required reduction goal by utilising a market mechanism. All six Kyoto Protocol GHGs are included, and the scheme covers direct and indirect emissions from individual facilities producing over 25ktCO2e/yr, companies with multiple installations producing over 125ktCO2e/yr, and any other firm that voluntarily wishes to join the ETS.  The Minister of Environment is responsible for controlling and operating the ETS. It operates the quota evaluation commission and the emissions certification committee, and encourages the participation of relevant ministries such as the Ministry of Industry, Trade and Energy, the Ministry of Agriculture, Food and Rural Affairs, and Ministry of Land, Infrastructure and Transport. The Minister of Strategy and Finance must set up the plan so that influential factors such as commodity price are taken into account.  During the first phase of the ETS (2015-2017), liable entities will be allocated 100% of their emissions permits for free based on their average emissions. Therefore demand for units will only be generated by entities exceeding their predicted emission levels. This free allocation level will drop to 97% during the second phase (2018 to 2020) and below 90% in the third phase (2021-2025). By easing the cost burden of allowable emissions at an initial stage, it minimises the burden on industry; by expanding the range of paid quota in the mid- to long-term, it lays the foundation for cost-effective GHG reduction.  Offsets are allowed for up to 10% of compliance obligations. International offsets can be used from Phase III, and shall be set within the range of less than 50% of the maximum offsets for the efficient reduction of domestic GHG. The specific criteria and procedures for the approval and certification of international offsets are yet to be established.  The government agency in charge can receive applications from qualified organisations and may select the emissions trading system's exchange among them through the evaluation of the Committee on Green Growth. In order to stabilise the market at an initial stage, companies will be subject to quota assignment through Phases I and II. When necessary, the government agency in charge, through the quota committee, will take measures to stabilise the market: adding up to 25% of the allowance reserve, specifying the minimum and maximum of emissions rights to be held, restricting borrowing and carry-over, and restricting the limit of offset emissions right's offers.  Financial support measures are allowed to industries whose competitiveness is negatively affected by the scheme. Financial and taxation incentives or subsidies can be provided for GHG reduction, technological development and distribution projects in relation to new and renewable energy.","document_source_url":"https://climate-laws.org/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBck1JIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c465bbadbc173d88ce267d8db9943fb62194160b/f","document_cdn_object":"KOR/2012/act-on-the-allocation-and-trading-of-greenhouse-gas-emission-permits_bb567c0dfbbbaa960a8b017adf399ee9.pdf","document_md5_sum":"bb567c0dfbbbaa960a8b017adf399ee9","translated":false,"document_slug":"south-korea_2012_act-on-the-allocation-and-trading-of-greenhouse-gas-emission-permits_1647_2254","document_content_type":"application/pdf","document_date":"01/01/2012","document_geography":"KOR","document_category":"Legislative","document_source":"CCLW","document_type":"Act","document_sectors":["Energy","Industry","Residential and Commercial","Transportation"],"document_name_and_slug":"Act On The Allocation And Trading Of Greenhouse-Gas Emission Permits south-korea_2012_act-on-the-allocation-and-trading-of-greenhouse-gas-emission-permits_1647_2254","document_description_embedding":[-0.33876752853393555,0.5411179065704346,0.30699294805526733,-0.28299611806869507,-0.16834542155265808,0.4814988374710083,0.49105486273765564,-0.29107362031936646,0.22683462500572205,-0.36427733302116394,0.19723856449127197,0.31383389234542847,-0.41261225938796997,0.1717466413974762,0.25768208503723145,0.3920789957046509,0.13549494743347168,0.1855836808681488,-0.32075798511505127,-0.24668550491333008,0.8828507661819458,0.021366991102695465,0.6093931198120117,0.7856367230415344,0.6794770956039429,0.07479561865329742,-0.0652749091386795,0.024197686463594437,-0.08699694275856018,-0.18300040066242218,0.34315651655197144,0.07660406827926636,0.031673889607191086,0.008836247026920319,0.3482895493507385,0.3757169544696808,-0.02724853716790676,-0.3876846730709076,0.14215216040611267,-0.43498560786247253,-0.13968878984451294,-0.69330233335495,-0.2833287715911865,-0.18884369730949402,0.22491391003131866,-0.035897400230169296,-0.007037137635052204,0.38555794954299927,-0.4030664563179016,-0.20493702590465546,-0.2481081634759903,-0.1570240557193756,0.1897975504398346,0.18839585781097412,-0.1997869610786438,0.03713449835777283,-0.13560941815376282,-0.17049044370651245,-0.9841089248657227,-0.4822961688041687,0.2759006917476654,-0.3187536597251892,-0.22044634819030762,-0.15634331107139587,0.20625057816505432,0.02698429860174656,0.07918381690979004,0.33733266592025757,-0.7287776470184326,-0.648113489151001,-0.04537661001086235,0.46341460943222046,-0.3099897503852844,-0.11250179260969162,-0.2539759576320648,0.050979211926460266,-0.3516569137573242,-0.035966210067272186,0.2000938057899475,0.17483951151371002,-0.02732260897755623,0.11175499856472015,-0.19019371271133423,-0.15226374566555023,0.8217673897743225,-0.34107720851898193,0.7800511121749878,0.11157377809286118,-0.6719290614128113,0.1634323000907898,0.4437564015388489,-0.98231041431427,-0.04258839040994644,0.2285851389169693,-0.03228028491139412,0.02718045748770237,0.03492731600999832,-0.0785583108663559,-0.31580421328544617,-0.5355072021484375,0.1482653021812439,-0.44496703147888184,-0.17528307437896729,0.07923512905836105,0.05472014099359512,0.04271582514047623,-0.4873550534248352,-0.5125439167022705,-0.004548696801066399,0.17893452942371368,0.5513260364532471,-0.2625845968723297,-0.33717960119247437,-0.07402049005031586,0.04691408947110176,0.07483446598052979,-0.2229730784893036,-0.2748926281929016,0.46833378076553345,0.49151086807250977,0.476193368434906,0.3225059509277344,0.06613854318857193,0.6859011650085449,-0.030402306467294693,-0.3383381962776184,0.21656203269958496,0.000873815268278122,-0.2738674283027649,0.3127009868621826,0.17630474269390106,0.03490471467375755,0.01124858669936657,0.1660628616809845,-0.16365912556648254,-0.01640666276216507,0.36448419094085693,-0.3316378593444824,0.01914297603070736,-0.3118961453437805,-0.010304810479283333,0.2741236686706543,0.20717361569404602,-0.0162339024245739,0.19257083535194397,-0.3343140184879303,-0.5603688955307007,-0.6480274200439453,0.07108217477798462,-0.060195788741111755,0.3417748212814331,-0.3681993782520294,0.003654224332422018,-0.1249784380197525,-0.18174779415130615,-0.026066455990076065,-0.32361334562301636,0.25288671255111694,-0.269685298204422,0.1600039303302765,0.27185338735580444,-0.06732094287872314,-0.000977515708655119,-0.2411072850227356,0.4114795923233032,-0.1044614166021347,0.2371978461742401,0.6659121513366699,-0.13370853662490845,-0.021868079900741577,0.10299329459667206,-0.36833029985427856,0.35174083709716797,-0.6488962173461914,0.15655842423439026,0.40993034839630127,0.5076463222503662,0.48272624611854553,-0.08207671344280243,0.3504210114479065,-1.3765504360198975,0.3019092082977295,-0.014735891483724117,0.2689679265022278,0.15416522324085236,-0.24550539255142212,-0.08604290336370468,0.2282000035047531,0.10272148251533508,0.15478211641311646,-0.5349941253662109,-0.014935268089175224,1.6295905113220215,-0.4742790460586548,-0.022548865526914597,-0.2294614315032959,-0.044579967856407166,0.17479541897773743,0.10079178214073181,-0.296172171831131,0.07596827298402786,0.2807510495185852,0.04305971786379814,-0.49443522095680237,0.10178743302822113,-0.2301308810710907,-0.20433172583580017,-0.3364376425743103,-0.21284450590610504,0.30649057030677795,-0.6914329528808594,0.15997575223445892,0.3362516760826111,0.21419355273246765,-0.39142411947250366,-0.3431187868118286,-0.15575727820396423,0.09291820228099823,0.22160202264785767,0.06299233436584473,-0.16782671213150024,0.4997021555900574,-0.17793132364749908,0.6764545440673828,-0.5287830233573914,0.4161800444126129,0.8813334703445435,-0.35467368364334106,0.4966752529144287,-0.47475045919418335,0.17321616411209106,-0.3057110905647278,0.348646879196167,-0.19048839807510376,0.7155683040618896,0.24046590924263,-0.44407474994659424,-0.05733061954379082,0.2668476998806,-0.754537045955658,0.0001622629351913929,0.16577954590320587,-0.14787150919437408,-0.23958823084831238,0.07414376735687256,0.2166539877653122,0.3849503993988037,0.5063478946685791,0.30110639333724976,0.11196944117546082,-0.0004911180585622787,0.5910744667053223,-0.14514297246932983,0.07132841646671295,-0.48619452118873596,-0.12296909093856812,-0.10761571675539017,-0.6533904075622559,0.28318724036216736,-0.5719896554946899,0.22763437032699585,-0.04257543757557869,0.11149933934211731,0.04224751144647598,-0.011936469934880733,-0.44164735078811646,0.31695470213890076,-0.47742921113967896,-0.21940529346466064,-0.3456037938594818,0.6881600618362427,0.10204309225082397,-0.35080695152282715,0.21058495342731476,0.18451830744743347,-0.2890625596046448,0.3801250457763672,0.4306631088256836,0.3507743775844574,-1.21607506275177,-0.21333256363868713,0.349016010761261,-0.3707427382469177,0.09712808579206467,-0.036175910383462906,-0.15671956539154053,-0.4146469235420227,-1.0159765481948853,0.16543048620224,-0.11810865253210068,0.41249749064445496,0.5045313239097595,-0.22992835938930511,-0.1626712679862976,-0.12203462421894073,0.026427946984767914,-0.3270658552646637,0.04845831170678139,0.509652853012085,0.242703378200531,-0.16138067841529846,-0.3276020884513855,0.0612730048596859,0.2572088837623596,0.1906333714723587,-0.5786088705062866,-0.3219839334487915,-0.5385477542877197,-5.0938520431518555,-0.10092995315790176,-0.27359190583229065,-0.31163543462753296,0.9431769847869873,0.30573010444641113,0.21612250804901123,-0.054613061249256134,0.04637330025434494,-0.2724663019180298,-0.028166335076093674,0.14931316673755646,-0.6864461898803711,0.38135847449302673,0.04012040048837662,-0.2795867323875427,-0.17745310068130493,-0.4577600061893463,-0.03459923714399338,-0.25453343987464905,0.06760277599096298,-0.6751874685287476,0.6241772770881653,-0.47598958015441895,0.773838996887207,-0.2549530863761902,-0.5241214632987976,0.009386071003973484,0.19002313911914825,0.03394563868641853,0.05493099242448807,-0.9136109352111816,0.05655556917190552,0.24361029267311096,0.25819215178489685,-0.19127574563026428,-0.0032154135406017303,-0.5546160936355591,-0.0943455845117569,-0.3863534927368164,0.11292855441570282,-0.2671307623386383,-0.1207682341337204,-0.11398382484912872,0.28702324628829956,0.10436055064201355,-0.10740040242671967,0.7384042739868164,-0.166359543800354,-0.002350547118112445,0.12662546336650848,0.6569995880126953,-0.6457552313804626,0.004305320326238871,-0.39574193954467773,-0.08236245810985565,0.245816171169281,0.011128389276564121,0.026064466685056686,0.41613680124282837,0.12705281376838684,0.018255509436130524,0.20351055264472961,-0.20461755990982056,-0.3280441164970398,0.26740503311157227,-0.21946629881858826,0.25323429703712463,0.11940794438123703,0.08783694356679916,0.11221387982368469,0.10000301897525787,-0.5969483852386475,-0.724490225315094,-0.1414256989955902,-0.5569057464599609,0.609018087387085,0.14338231086730957,0.2425059676170349,0.033755648881196976,0.48310044407844543,-0.15539959073066711,0.5505186915397644,-0.023592578247189522,0.14979538321495056,-0.13070431351661682,0.27823111414909363,0.48732346296310425,0.41257235407829285,-0.8019540905952454,1.2278512716293335,-0.5868951082229614,-0.44440415501594543,-0.6691988706588745,-0.08825532346963882,-0.10275574028491974,0.15710517764091492,0.02321632020175457,-0.37180471420288086,-0.23735010623931885,0.3291254937648773,-0.4902702867984772,-0.25474321842193604,0.29884326457977295,-0.26856905221939087,-0.0885968878865242,-0.007634758949279785,-0.3943762183189392,0.31034407019615173,-0.2890189290046692,-0.44333595037460327,0.27869176864624023,-0.33372461795806885,-0.323172390460968,-0.3264102637767792,-0.1545170545578003,0.1837683916091919,-0.4254969358444214,0.6835569143295288,-0.2622637152671814,0.15553954243659973,0.21007272601127625,-0.570118248462677,-0.09605900198221207,-0.6486780643463135,0.4806278347969055,-0.5311074256896973,0.2213607132434845,-0.051311787217855453,0.012533411383628845,-0.6970055103302002,-0.48072490096092224,0.22519955039024353,0.1108204573392868,0.17826320230960846,-0.3222008943557739,-0.3440030515193939,-0.5931832790374756,0.5825139284133911,0.7160585522651672,0.084867462515831,-0.02713528648018837,-0.23591278493404388,-0.18909698724746704,0.39194899797439575,0.31456196308135986,0.6387065649032593,-0.16408047080039978,0.7955516576766968,-0.09739328920841217,0.22033019363880157,-0.8996016979217529,0.5159733891487122,-0.2909054458141327,-0.3190714716911316,0.21988962590694427,0.30910664796829224,-0.38165849447250366,0.520301342010498,-0.7168725728988647,0.3142324686050415,-0.1609935164451599,-0.2611066699028015,-0.25766390562057495,0.15399499237537384,0.37850284576416016,0.24051353335380554,-0.28117987513542175,-0.5842966437339783,-0.27225106954574585,0.11159434914588928,-0.7760864496231079,0.14755338430404663,0.3527225852012634,0.10744655132293701,0.16938552260398865,-0.07688786089420319,-0.6742887496948242,-0.03124956786632538,0.202571839094162,0.0022392957471311092,0.3078090250492096,-0.22046062350273132,-0.2628019452095032,0.07528938353061676,0.15216058492660522,0.08506172895431519,-0.0665140226483345,0.4556673765182495,0.09151571989059448,0.2688024044036865,-0.08963920176029205,0.22905012965202332,0.6373329162597656,-0.19069480895996094,-0.3360946774482727,0.12301105260848999,0.28423476219177246,-0.7107024788856506,0.49676406383514404,0.05640289559960365,0.27810758352279663,0.23284602165222168,-0.4273497462272644,-0.04061190038919449,0.039638422429561615,-0.10326424241065979,0.41137197613716125,0.8776295185089111,-0.6051173806190491,0.3245757818222046,0.23271793127059937,-0.45300042629241943,0.5301097631454468,0.3284686207771301,-0.3060160279273987,0.29305732250213623,-0.40569305419921875,-0.08824090659618378,-0.07175945490598679,-0.23514294624328613,-0.1979202926158905,0.21079304814338684,-0.42314669489860535,-0.1514054238796234,-0.031019097194075584,0.02906470000743866,-0.0796905905008316,-0.36831486225128174,-0.05171912908554077,-0.3478362560272217,-0.4092395305633545,-0.25383317470550537,0.2906017303466797,-0.19519247114658356,0.6086772680282593,-0.14513352513313293,-0.2588455080986023,-0.4121077060699463,0.5375019311904907,0.37746065855026245,0.19323495030403137,0.03459698706865311,-0.1444871425628662,0.13925190269947052,0.4876362681388855,-0.1638595163822174,0.212220698595047,-0.33851906657218933,0.02185738831758499,-0.41388028860092163,-0.09901954233646393,-0.502242922782898,0.05874215066432953,0.0750926285982132,-0.5187617540359497,-0.3743211030960083,0.5461552143096924,-0.38929444551467896,-0.037888303399086,-0.38915807008743286,0.08171568810939789,0.4392082691192627,-0.4998776912689209,0.22597184777259827,0.48494601249694824,-0.04793723672628403,-0.33451032638549805,-0.3854485750198364,-0.4057086706161499,0.7963924407958984,-0.44381430745124817,-0.05264060199260712,0.29250818490982056,0.6207852959632874,-0.29612189531326294,-0.4473678469657898,0.0715479850769043,-0.054622016847133636,-0.36061614751815796,-0.7557238340377808,-0.03406836837530136,0.06517995148897171,0.08165338635444641,0.7330302000045776,-0.21421560645103455,0.3050491213798523,-0.3293987214565277,-0.2212424874305725,-0.7171586155891418,0.7112336158752441,-0.22288009524345398,-0.0681270882487297,0.14446181058883667,-0.45833858847618103,0.17661798000335693,0.7124463319778442,0.33146536350250244,-0.17098209261894226,0.41384971141815186,0.2438250482082367,-0.07198521494865417,0.3465747535228729,-0.41638052463531494,-0.3739524483680725,-0.17844480276107788,0.2751477360725403,-0.09007474780082703,-0.1552991271018982,-0.2857323884963989,0.15802806615829468,-0.4155157208442688,0.2507167160511017,0.4730774760246277,-0.4633389711380005,-0.232237309217453,-0.37201470136642456,-0.08044314384460449,1.1256780624389648,0.287839412689209,-0.08441309630870819,0.202524334192276,0.18416059017181396,0.030748147517442703,0.04799484834074974,0.3749487102031708,-0.3327701687812805,0.4005078673362732,-0.30011898279190063,0.23766359686851501,-0.756432294845581,0.2518981099128723,0.09924648702144623,0.27185750007629395,0.4161541759967804,-0.0058229779824614525,0.49057191610336304,-0.41515517234802246,0.20493170619010925,-0.15460942685604095,0.3866752088069916,0.13964404165744781,-0.5457030534744263,-0.14544087648391724,0.5456269979476929,0.1317320615053177,-0.18075937032699585,-0.013222381472587585,0.20144742727279663,0.9519106149673462,0.16687926650047302,0.16672730445861816,-0.21770134568214417,-0.238874614238739,-0.08182951807975769,0.5370509624481201,-0.4668534994125366,0.3234390914440155,0.03472277522087097,-0.050589628517627716,0.5773992538452148,0.6213115453720093,-0.0092117665335536,0.002331106923520565,-0.49687856435775757,-0.10122526437044144,0.03170694783329964,0.43182387948036194,0.20601576566696167,-0.06055827438831329,-0.019935861229896545,-0.8664392232894897,-0.4660012125968933,-0.33017197251319885,0.27395427227020264,-0.1911899596452713,-0.08580586314201355,0.32763299345970154,0.4455784559249878,0.5394556522369385,-0.42101332545280457,0.16518843173980713,-0.10620805621147156,-0.26644283533096313,-0.44015631079673767,0.32974451780319214,-0.2575291395187378,-0.3118324279785156,-0.45035773515701294,-0.5834463834762573,-0.2378282994031906,0.07631593942642212,-0.18333399295806885,0.5865256190299988,-0.2704377770423889,-0.03805655241012573,0.16957110166549683,-0.33575814962387085,-0.03529154136776924,0.45858949422836304,0.24356737732887268,-0.33625298738479614,-0.5419697761535645,-0.04383142665028572,0.34759849309921265,0.654777467250824,0.01690443977713585,0.38680070638656616,0.7015463709831238,-0.314674973487854,0.4160878360271454,0.4837273061275482,-0.42747393250465393,0.19701148569583893,-0.308963418006897,-0.21673423051834106,0.10186582803726196,0.528414249420166,0.2177443653345108,0.30209478735923767,-0.3107118308544159,-0.17200614511966705,0.09656301140785217,-0.07224966585636139,-0.27748996019363403,0.5534552931785583,0.9129577279090881,0.09854421019554138,0.2534219026565552,0.43448352813720703,0.324285089969635,-0.34305787086486816,-0.7263344526290894,0.39647895097732544,-0.18378384411334991,-0.027841046452522278,-0.38017213344573975,0.4699068069458008,-0.08019599318504333,0.07457401603460312,0.6667406558990479,0.557691216468811,-0.41505229473114014,-0.6595155000686646,0.15045934915542603,-0.052386052906513214,0.22406069934368134,0.2698192596435547,0.12959860265254974,0.21649783849716187,-0.27173149585723877,-0.19693559408187866,-0.5845901370048523,-0.05068767070770264,0.10930587351322174,-0.8506659269332886,0.6931253671646118,0.07534386962652206,-0.5439236164093018,-0.41807126998901367]}} +{"_index":"navigator_test_core","_type":"_doc","_id":"Snt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Carbon Farming Initiative Amendment Bill 2014","document_id":"CCLW.legislative.1031.0","document_name":"Carbon Farming Initiative Amendment Bill 2014","document_description":"This bill establishes the Emissions Reduction Fund, and provides a transition for the Carbon Farming Initiative by amending the Carbon Credits (Carbon Farming Initiative) Act 2011 to provide for the Clean Energy Regulator to conduct auctions and enter into contracts to purchase emissions reductions; enable a broader range of emissions reduction projects to be approved; and amend the project eligibility criteria and processes for approving projects and crediting carbon credit units.\n\nThe Carbon Credits (Carbon Farming Initiative) Act 2011 set up a scheme for the issue of Australian Carbon Credit Units (ACCUs) in relation to eligible offsets projects. It was part of a package of three Acts to establish the Carbon Farming Initiative, including the Australian National Registry of Emissions Units Act 2011 and the Carbon Credits (Consequential Amendments) Act 2011. The package of Acts established the existence of ACCUs as personal property, which are generally transferable, and can be sold domestically or internationally subject to regulation.","document_source_url":null,"document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"australia_2014_carbon-farming-initiative-amendment-bill-2014_1031_0","document_content_type":null,"document_date":"13/12/2014","document_geography":"AUS","document_category":"Legislative","document_source":"CCLW","document_type":"Law","document_sectors":["Transportation"],"document_name_and_slug":"Carbon Farming Initiative Amendment Bill 2014 australia_2014_carbon-farming-initiative-amendment-bill-2014_1031_0"}} +{"_index":"navigator_test_core","_type":"_doc","_id":"S3t9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"This bill establishes the Emissions Reduction Fund, and provides a transition for the Carbon Farming Initiative by amending the Carbon Credits (Carbon Farming Initiative) Act 2011 to provide for the Clean Energy Regulator to conduct auctions and enter into contracts to purchase emissions reductions; enable a broader range of emissions reduction projects to be approved; and amend the project eligibility criteria and processes for approving projects and crediting carbon credit units.\n\nThe Carbon Credits (Carbon Farming Initiative) Act 2011 set up a scheme for the issue of Australian Carbon Credit Units (ACCUs) in relation to eligible offsets projects. It was part of a package of three Acts to establish the Carbon Farming Initiative, including the Australian National Registry of Emissions Units Act 2011 and the Carbon Credits (Consequential Amendments) Act 2011. The package of Acts established the existence of ACCUs as personal property, which are generally transferable, and can be sold domestically or internationally subject to regulation.","document_id":"CCLW.legislative.1031.0","document_name":"Carbon Farming Initiative Amendment Bill 2014","document_description":"This bill establishes the Emissions Reduction Fund, and provides a transition for the Carbon Farming Initiative by amending the Carbon Credits (Carbon Farming Initiative) Act 2011 to provide for the Clean Energy Regulator to conduct auctions and enter into contracts to purchase emissions reductions; enable a broader range of emissions reduction projects to be approved; and amend the project eligibility criteria and processes for approving projects and crediting carbon credit units.\n\nThe Carbon Credits (Carbon Farming Initiative) Act 2011 set up a scheme for the issue of Australian Carbon Credit Units (ACCUs) in relation to eligible offsets projects. It was part of a package of three Acts to establish the Carbon Farming Initiative, including the Australian National Registry of Emissions Units Act 2011 and the Carbon Credits (Consequential Amendments) Act 2011. The package of Acts established the existence of ACCUs as personal property, which are generally transferable, and can be sold domestically or internationally subject to regulation.","document_source_url":null,"document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"australia_2014_carbon-farming-initiative-amendment-bill-2014_1031_0","document_content_type":null,"document_date":"13/12/2014","document_geography":"AUS","document_category":"Legislative","document_source":"CCLW","document_type":"Law","document_sectors":["Transportation"],"document_name_and_slug":"Carbon Farming Initiative Amendment Bill 2014 australia_2014_carbon-farming-initiative-amendment-bill-2014_1031_0","document_description_embedding":[0.3127393424510956,-0.05559323728084564,0.03221192955970764,-0.14033472537994385,0.26956892013549805,0.06935761868953705,0.14746415615081787,-0.2871702015399933,0.10145387053489685,-0.31816473603248596,0.10643555968999863,-0.13530538976192474,-0.3000028729438782,0.281145840883255,0.4690079689025879,0.27585843205451965,0.41667482256889343,0.4266698360443115,-0.44772258400917053,0.30158519744873047,0.3402012288570404,-0.22472286224365234,0.42480847239494324,0.5992135405540466,0.2021894007921219,-0.039753593504428864,0.21893051266670227,-0.04475966840982437,-0.33990955352783203,-0.24757234752178192,0.35550305247306824,0.01591075211763382,0.4431968033313751,-0.48231565952301025,0.052137959748506546,0.34017589688301086,-0.3110881447792053,-0.35194382071495056,-0.1510733813047409,-0.17994318902492523,-0.31407588720321655,-0.370695024728775,0.19242364168167114,-0.07884826511144638,0.20025499165058136,0.018685532733798027,0.0623612143099308,0.5139051675796509,-0.1781688779592514,0.250371515750885,0.21424072980880737,-0.11227374523878098,0.30578434467315674,-0.6497848033905029,0.1224469542503357,0.25376632809638977,-0.10920393466949463,-0.8030052781105042,-0.5310664176940918,-0.22048892080783844,0.2934844195842743,-0.34169086813926697,-0.18481694161891937,0.06385056674480438,0.2626928389072418,-0.20589543879032135,0.2659221291542053,0.6167041659355164,-0.819694459438324,-0.4050348103046417,-0.2642778754234314,0.23839394748210907,-0.2516772150993347,-0.20878741145133972,0.12739761173725128,-0.3534146845340729,-0.39069265127182007,0.42733749747276306,0.6864480376243591,0.17454679310321808,-0.010080760344862938,0.44802314043045044,-0.570600688457489,-0.10879164189100266,0.528628408908844,-0.20163778960704803,0.35792452096939087,-0.35256534814834595,-0.5740157961845398,0.022164814174175262,0.4229353964328766,-0.4030381143093109,0.0924752801656723,0.3733227849006653,0.12336448580026627,-0.04355049133300781,-0.2978896200656891,-0.28064167499542236,-0.11282560974359512,-0.4014219343662262,-0.003019861178472638,-0.5470894575119019,0.5256984233856201,0.12746872007846832,0.33701011538505554,0.09685439616441727,-0.5888038873672485,-0.3385036587715149,0.027061335742473602,-0.06598998606204987,0.7048553228378296,-0.028769269585609436,-0.21915268898010254,-0.03756411373615265,0.06759830564260483,0.11791911721229553,-0.22989366948604584,-0.2822977304458618,0.10416581481695175,0.35060179233551025,0.4787837862968445,0.45905449986457825,-0.10208583623170853,0.8665542602539062,-0.40296462178230286,-0.5149195194244385,-0.00864931009709835,-0.09303340315818787,-0.6038548350334167,0.011357222683727741,0.18400628864765167,-0.34915629029273987,0.095856674015522,-0.010374374687671661,-0.13742534816265106,0.03995027765631676,0.12004911154508591,-0.38770318031311035,-0.27817708253860474,-0.17204712331295013,0.24807745218276978,0.11286300420761108,0.15710605680942535,0.0008777627372182906,0.12007133662700653,-0.12295246869325638,-0.3731423318386078,-0.19940930604934692,0.08365190029144287,-0.15884916484355927,0.4953478276729584,-0.21227124333381653,0.12180687487125397,0.05203896388411522,-0.453820139169693,0.1762208342552185,-0.37663590908050537,0.2753867208957672,-0.2280302196741104,-0.04931653290987015,-0.16318215429782867,0.005985547322779894,0.250143826007843,-0.018322249874472618,0.8562676310539246,-0.20342114567756653,0.09750453382730484,0.42632001638412476,-0.43357571959495544,0.3189423084259033,0.19929474592208862,-0.4618610143661499,0.5761160254478455,-0.7321456670761108,0.13787545263767242,0.395659476518631,0.17722803354263306,0.36119890213012695,-0.06219882518053055,0.418597936630249,-1.5362720489501953,0.12048894912004471,-0.3873349726200104,-0.2037377804517746,0.032754164189100266,-0.1618964821100235,-0.24776189029216766,-0.20149314403533936,0.3017612099647522,0.36910364031791687,-0.6925398707389832,-0.4888433516025543,1.308886170387268,-0.07969337701797485,0.16976337134838104,-0.03529346361756325,-0.43916791677474976,0.2670198678970337,-0.1754361242055893,-0.6594624519348145,-0.12606431543827057,0.3471282124519348,0.45942652225494385,-0.39608991146087646,-0.16674956679344177,0.015853673219680786,-0.005146440584212542,-0.11865593492984772,-0.22358161211013794,0.30365049839019775,-0.628169596195221,0.0804668515920639,0.5771233439445496,0.07047860324382782,-0.1493653953075409,0.013673437759280205,-0.3428758680820465,-0.011606987565755844,0.060819413512945175,-0.2563260793685913,-0.20781657099723816,0.4999338984489441,-0.4032917320728302,0.4476529061794281,-0.0551227405667305,0.648863673210144,0.7251899242401123,-0.5181127786636353,0.41864150762557983,-0.09713124483823776,0.20013602077960968,-0.09778719395399094,0.0003727500152308494,-0.34637847542762756,0.0378083661198616,0.3254002630710602,0.033288244158029556,0.2894723117351532,-0.01094321720302105,-0.4791894555091858,-0.19077277183532715,0.02899252623319626,-0.1684170812368393,-0.27116915583610535,0.27962231636047363,0.3452273905277252,0.544670820236206,0.25931093096733093,0.4235207438468933,0.07105296105146408,0.10107000172138214,0.6185993552207947,0.0858118087053299,0.03239844739437103,-0.2032288908958435,-0.044004227966070175,0.01021137647330761,-0.47756227850914,-0.10419433563947678,-0.35515347123146057,0.1741105616092682,-0.06228215992450714,-0.3258878290653229,0.1783684939146042,0.3613474369049072,-0.4482899010181427,-0.0576656311750412,-0.5659995079040527,-0.48043349385261536,-0.4469353258609772,0.5120388865470886,0.16521459817886353,-0.31140783429145813,0.0332796610891819,0.07631099224090576,0.12289085984230042,0.5932448506355286,0.37494534254074097,0.28019997477531433,-0.5016548037528992,-0.15258485078811646,0.6249096989631653,-0.6158410310745239,-0.08427735418081284,0.18650789558887482,0.1820937842130661,0.07363203167915344,-0.5635640025138855,0.06411464512348175,0.0822514146566391,0.3063063621520996,0.30105507373809814,-0.15301789343357086,0.2341185361146927,0.5017380118370056,-0.07571455091238022,-0.24511747062206268,0.24796536564826965,0.5667355060577393,-0.21681927144527435,0.07318052649497986,-0.13446158170700073,0.05892305076122284,-0.19645904004573822,0.0761912614107132,-0.662162184715271,-0.4229077994823456,-0.863719642162323,-5.59100866317749,-0.3309250473976135,-0.2861833870410919,0.056686144322156906,0.8774325847625732,0.05260007455945015,-0.07289440929889679,0.14297711849212646,-0.011723954230546951,-0.07331029325723648,-0.14988774061203003,0.16735172271728516,-0.2553006112575531,0.07333816587924957,-0.41197800636291504,0.054253872483968735,-0.19176417589187622,-0.7563988566398621,0.004530913196504116,0.19914202392101288,-0.05343657732009888,-0.4815298020839691,0.4361443519592285,0.10388562828302383,0.17913146317005157,-0.3044152855873108,-0.5702435374259949,-0.0196381863206625,0.07197843492031097,-0.12868857383728027,0.2214137762784958,-0.4621608555316925,0.03450639173388481,0.4527328610420227,0.08851492404937744,0.2143169492483139,-0.04334726184606552,-0.25463923811912537,-0.11256023496389389,-0.07823537290096283,-0.039433084428310394,-0.3239731788635254,0.1711282581090927,-0.2013900876045227,0.5970092415809631,-0.12827584147453308,-0.21854376792907715,0.10152307152748108,0.14622238278388977,0.12111223489046097,0.46539193391799927,0.8361810445785522,-0.16925659775733948,0.053124818950891495,-0.6495651006698608,0.1616135686635971,0.09202691167593002,0.174410879611969,-0.2746385931968689,0.07090375572443008,0.0215007271617651,0.11790309846401215,0.3055780827999115,-0.319471538066864,-0.08757760375738144,0.6064838767051697,-0.18770213425159454,0.49733856320381165,0.11053447425365448,0.39578551054000854,-0.08006110787391663,0.5750207901000977,-0.426910936832428,-0.8226237893104553,0.08394014835357666,-0.3537936210632324,0.3870590031147003,0.062474798411130905,0.06559696793556213,0.1679365336894989,0.4721061587333679,-0.027803489938378334,0.00287019950337708,-0.05463799089193344,0.06262753158807755,-0.043797291815280914,0.1200895607471466,0.07451970875263214,0.25320810079574585,-0.7788373827934265,0.8247038125991821,-0.19427107274532318,-0.022099992260336876,-0.3100685477256775,0.32078754901885986,-0.08613041788339615,-0.06951509416103363,-0.2578347325325012,-0.23961241543293,0.030002353712916374,0.13642337918281555,-0.14500953257083893,-0.3007499873638153,-0.03002621792256832,-0.19811995327472687,-0.41407260298728943,0.11901184171438217,-0.3078271448612213,0.0443713553249836,0.2428763210773468,-0.2518307566642761,0.14601701498031616,-0.3673282861709595,-0.18584392964839935,-0.3342772424221039,-0.03610136732459068,0.40315839648246765,-0.21468941867351532,0.42359814047813416,0.03206759691238403,-0.2591002583503723,0.24530412256717682,0.020059579983353615,-0.2030983418226242,-0.35488420724868774,0.19743727147579193,-0.4483742415904999,0.2649068236351013,0.16418923437595367,0.1642591953277588,-0.47619351744651794,-0.26313263177871704,-0.02130761370062828,-0.07113538682460785,0.43682336807250977,0.011235874146223068,-0.26398494839668274,-0.19701749086380005,-0.2005561739206314,0.47469109296798706,0.22366909682750702,0.041931524872779846,-0.22735120356082916,-0.22032234072685242,0.5140769481658936,0.4182167947292328,0.356833279132843,0.17896203696727753,0.42081010341644287,-0.4020358622074127,-0.31786540150642395,-0.26953643560409546,0.09941662102937698,-0.10710729658603668,-0.8490948677062988,0.19348178803920746,0.07463893294334412,-0.19603683054447174,0.5359753966331482,-0.5570163130760193,0.3907172977924347,0.052854765206575394,-0.2985173463821411,-0.6918211579322815,-0.10146040469408035,0.16842350363731384,-0.061694107949733734,-0.21739815175533295,-0.4407975673675537,-0.4284138083457947,-0.4389762580394745,-0.3884344696998596,-0.043155182152986526,0.1845306009054184,-0.0025163651444017887,0.12808316946029663,0.30755046010017395,-0.3819064795970917,-0.11375808715820312,0.28405675292015076,-0.26679691672325134,0.10430750250816345,-0.494119793176651,-0.09525798261165619,0.3504098057746887,-0.28949299454689026,-0.07616481930017471,-0.032796382904052734,0.46080267429351807,0.02888742834329605,0.037564922124147415,0.31348755955696106,0.7573626041412354,0.24599823355674744,-0.32630470395088196,-0.16304968297481537,0.0639917328953743,0.17478220164775848,-0.5578305721282959,0.18914224207401276,-0.13720615208148956,-0.2106533646583557,0.013977927155792713,-0.10203422605991364,-0.18260590732097626,0.002315267687663436,-0.28371813893318176,0.4418838322162628,0.09768351912498474,-0.701556921005249,0.4036869406700134,0.2743082344532013,-0.09914299845695496,0.2818498909473419,0.49575382471084595,-0.6224355101585388,0.4404976963996887,-0.1848813146352768,-0.34433498978614807,-0.19907504320144653,-0.13487519323825836,-0.1817648708820343,0.3000601530075073,-0.30242621898651123,-0.41786253452301025,-0.17388300597667694,-0.04701579734683037,0.3419547379016876,-0.1602655053138733,0.19751836359500885,-0.1456783562898636,-0.3256072998046875,-0.1780880242586136,0.34583717584609985,-0.3402765989303589,0.37859949469566345,-0.1965366154909134,-0.4139985740184784,-0.6389930844306946,0.4416382908821106,0.3891960382461548,0.44126105308532715,-0.16289100050926208,-0.16550198197364807,-0.1946592926979065,0.6414735317230225,0.0425008125603199,0.13447430729866028,0.05803826451301575,0.0840321034193039,0.2590027451515198,-0.2222142070531845,-0.30299848318099976,0.14740793406963348,-0.09725254029035568,-0.38847577571868896,-0.22927451133728027,-0.057180505245923996,-0.39004626870155334,0.23159465193748474,0.07062313705682755,0.07169123739004135,-0.09652379900217056,-0.17722024023532867,-0.13625659048557281,-0.1643252819776535,0.2648877799510956,-0.6556835174560547,-0.2508099675178528,-0.2524285614490509,0.7380223274230957,-0.12455777078866959,-0.35771211981773376,0.7524290084838867,0.18071381747722626,-0.11777376383543015,-0.06139115244150162,0.33876660466194153,0.0843927338719368,-0.24834486842155457,-0.5240403413772583,-0.08168407529592514,0.04538450762629509,0.24577881395816803,0.2967816889286041,0.05304069072008133,0.12447348982095718,0.046945955604314804,0.3145795166492462,-0.2796120345592499,0.6042302846908569,-0.02810533717274666,0.14806780219078064,-0.3750479221343994,-0.30293354392051697,-0.16803304851055145,0.5298597812652588,0.536686360836029,0.109454445540905,0.12321682274341583,0.1411156952381134,-0.2338627278804779,0.37223926186561584,-0.030404815450310707,-0.5885551571846008,0.12632498145103455,0.11374010890722275,-0.035505395382642746,-0.5700768232345581,-0.044289518147706985,0.27985990047454834,-0.3687969446182251,0.5157714486122131,-0.3001364469528198,-0.1489819884300232,-0.1553593873977661,-0.017168475314974785,-0.29891201853752136,0.6356695294380188,-0.1277419924736023,-0.15227772295475006,-0.026394324377179146,-0.28089967370033264,-0.2239946573972702,0.17817702889442444,0.1967216432094574,-0.48517903685569763,0.14804063737392426,-0.2760513424873352,0.40601053833961487,-0.5917924046516418,-0.09458578377962112,0.23345497250556946,0.36083072423934937,0.3129182457923889,0.26902008056640625,0.1874151974916458,-0.1054491400718689,-0.08799880743026733,-0.038954395800828934,-0.02554580569267273,0.32512930035591125,-0.11006511747837067,0.13617834448814392,0.564310610294342,0.37923017144203186,-0.3976248502731323,-0.058481961488723755,0.04384809359908104,0.47639456391334534,0.07706009596586227,0.05217110365629196,-0.18275439739227295,-0.05312582850456238,0.31223636865615845,0.29271718859672546,-0.23546190559864044,0.42340782284736633,0.0477447547018528,0.08155562728643417,0.24230121076107025,0.5413838028907776,0.285835862159729,0.10252557694911957,-0.8482974171638489,-0.16787168383598328,0.07525324821472168,0.15320029854774475,-0.21938183903694153,-0.16257259249687195,0.4376334846019745,-0.16498194634914398,-0.5628359913825989,-0.15706287324428558,0.29065829515457153,-0.028749948367476463,-0.09874658286571503,0.4705595076084137,0.3061906397342682,0.43757811188697815,-0.6363148093223572,-0.24414078891277313,-0.06878327578306198,-0.28671324253082275,-0.38507863879203796,-0.24934673309326172,-0.22748488187789917,0.10146023333072662,-0.2826085388660431,-0.5171132683753967,-0.7133236527442932,0.07416783273220062,-0.07605448365211487,0.5432060956954956,-0.26305779814720154,0.009793312288820744,-0.24253329634666443,-0.10554128885269165,0.29709482192993164,-0.17040634155273438,0.2712922692298889,-0.40122753381729126,-0.18172043561935425,0.0421554297208786,0.1708676517009735,0.04668254405260086,0.16368761658668518,0.08688511699438095,0.6947726607322693,0.20769533514976501,0.5981373190879822,0.15078194439411163,-0.05003996565937996,0.31196895241737366,-0.29861071705818176,-0.15841403603553772,0.3570920526981354,0.39834579825401306,0.23524966835975647,0.13608171045780182,-0.0154256047680974,-0.265587717294693,-0.14843423664569855,-0.3070642054080963,-0.17372295260429382,0.4063064157962799,0.468462735414505,0.49798089265823364,0.058765776455402374,0.18908444046974182,0.3632737398147583,-0.593754231929779,-0.3862664997577667,0.5491086840629578,-0.16723008453845978,-0.09930738806724548,0.3349836468696594,0.34767812490463257,-0.4611077308654785,0.1764913946390152,0.34733647108078003,0.22986921668052673,-0.13592015206813812,-0.9163962006568909,0.817460298538208,-0.04863712564110756,0.16667664051055908,0.029473621398210526,0.09050291031599045,0.17760400474071503,0.046446382999420166,-0.21570929884910583,-0.386069655418396,-0.1570950597524643,0.14971184730529785,-0.4883561134338379,0.25533154606819153,0.13766317069530487,-0.39248234033584595,-0.5242800116539001]}} +{"_index":"navigator_test_core","_type":"_doc","_id":"THt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 20 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_id":"CCLW.legislative.8570.3017","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 20 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://www.lse.ac.uk/GranthamInstitute/wp-content/uploads/2018/02/living-well-planet-EU-CELEX3A32013D13863AEN3ATXT.pdf","document_cdn_object":"EUR/2013/decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_e2471666433a8ff0fbd46c9fd0db8a67.pdf","document_md5_sum":"e2471666433a8ff0fbd46c9fd0db8a67","translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3017","document_content_type":"application/pdf","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 20 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3017"}} +{"_index":"navigator_test_core","_type":"_doc","_id":"TXt9YYQBoAKt5eeI7wst","_score":1,"_source":{"for_search_document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_id":"CCLW.legislative.8570.3017","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 20 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://www.lse.ac.uk/GranthamInstitute/wp-content/uploads/2018/02/living-well-planet-EU-CELEX3A32013D13863AEN3ATXT.pdf","document_cdn_object":"EUR/2013/decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_e2471666433a8ff0fbd46c9fd0db8a67.pdf","document_md5_sum":"e2471666433a8ff0fbd46c9fd0db8a67","translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3017","document_content_type":"application/pdf","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 20 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3017","document_description_embedding":[-0.12120016664266586,0.19735190272331238,0.2768927216529846,-0.535860002040863,0.5332852005958557,0.4021247625350952,0.24894168972969055,0.18646712601184845,-0.4264533817768097,-0.46474429965019226,0.09096165001392365,-0.05620716139674187,-0.41501444578170776,0.12248101830482483,0.535323977470398,0.5145554542541504,0.21434332430362701,0.08116259425878525,-0.15580710768699646,-0.06782836467027664,0.4598102867603302,-0.33894744515419006,0.45554113388061523,0.8872615098953247,0.6090306639671326,-0.06783374398946762,0.18282383680343628,0.039034999907016754,0.4451315701007843,-0.2935996949672699,0.0018876598915085196,-0.2207929790019989,0.05741678550839424,0.038093484938144684,0.3672291338443756,0.2416686862707138,-0.028145985677838326,-0.2693381905555725,-0.03139980882406235,-0.3295246660709381,-0.0795338898897171,-0.7599447965621948,-0.38446614146232605,0.1695929318666458,0.05287967249751091,0.06805983930826187,-0.24983647465705872,0.4418390393257141,-0.25929534435272217,0.090117447078228,-0.2194422036409378,0.22616994380950928,0.0758037120103836,-0.06278286874294281,-0.0931391566991806,-0.37170377373695374,0.015253175981342793,-0.4494597911834717,-0.7413796186447144,-0.4196186363697052,-0.1639965921640396,-0.45993664860725403,0.10510832071304321,-0.03519390523433685,0.15947028994560242,0.09260647743940353,-0.24366553127765656,-0.09593343734741211,-0.30324000120162964,-0.5915769338607788,-0.4646868109703064,0.31888535618782043,-0.29848164319992065,-0.5386166572570801,-0.11140070110559464,-0.11688600480556488,-0.36784201860427856,0.32801365852355957,0.2022046148777008,0.19676296412944794,0.3031112253665924,-0.07694558799266815,0.012926611118018627,0.1367003321647644,0.7300090193748474,-0.08743764460086823,0.4372316598892212,-0.15424376726150513,-0.21099050343036652,0.27665001153945923,0.35347771644592285,-0.5433090925216675,0.121444933116436,0.6227757930755615,0.01967470534145832,0.530336320400238,-0.6696694493293762,-0.08574175834655762,-0.32642239332199097,-0.49629053473472595,0.10994196683168411,-0.2269534468650818,-0.16551415622234344,-0.11108402907848358,0.02477884106338024,-0.2509705424308777,-0.06016846373677254,-0.46587997674942017,-0.02359992265701294,0.47201693058013916,0.33374643325805664,0.08224370330572128,-0.014405711553990841,-0.23534777760505676,-0.09023141115903854,0.2842641770839691,-0.28445786237716675,-0.22270768880844116,0.20895926654338837,0.3398572504520416,0.3675401508808136,0.620509922504425,-0.21744157373905182,0.7256785035133362,-0.048041194677352905,-0.3684747815132141,0.05119744688272476,-0.19930052757263184,-0.5121186971664429,0.23441706597805023,0.015910090878605843,0.06119508296251297,0.042488910257816315,0.10328543186187744,-0.4607373774051666,0.23159478604793549,0.7099387049674988,-0.3398357629776001,0.25302520394325256,0.28913676738739014,0.0977742075920105,-0.357189804315567,0.5286870002746582,-0.06385453045368195,0.5580496191978455,0.19732636213302612,0.3690362870693207,-0.1716231256723404,0.24529112875461578,0.10128933936357498,0.2652096450328827,-0.21614141762256622,-0.06360696256160736,-0.24024561047554016,-0.2559393644332886,0.08788515627384186,-0.1685439497232437,0.6121430397033691,-0.06607167422771454,-0.05591939389705658,0.22994861006736755,0.2909385561943054,0.0947505459189415,-0.07654127478599548,0.6962393522262573,-0.14283430576324463,0.19976842403411865,0.13840970396995544,-0.0614091157913208,0.4854828119277954,0.44211456179618835,-0.16051052510738373,0.4326479732990265,-0.6258338093757629,0.025788383558392525,0.32751214504241943,0.34362465143203735,0.17166286706924438,-0.048284705728292465,0.23976755142211914,-1.4981406927108765,0.3841468393802643,-0.0865122526884079,0.4109852910041809,-0.08248244225978851,-0.20256097614765167,-0.2545553743839264,0.034240107983350754,0.2612437307834625,0.6490323543548584,-0.15144231915473938,-0.4921678602695465,1.368287205696106,-0.5034038424491882,0.20091551542282104,-0.6236717104911804,0.1294550746679306,0.08172672986984253,-0.19278784096240997,-0.3440358340740204,0.12624074518680573,0.3384035527706146,0.007470762822777033,-0.5864267945289612,-0.1354455202817917,-0.2582729160785675,-0.06911543011665344,-0.2582184970378876,-0.23322421312332153,0.14017122983932495,-0.5877658724784851,0.1367362141609192,0.45231887698173523,0.4591600298881531,0.00868297554552555,-0.3787055015563965,-0.5568464398384094,0.3035438060760498,0.1517811417579651,0.11192114651203156,-0.005131656304001808,0.43044060468673706,0.002101552439853549,0.6024054884910583,0.2441932111978531,0.3813369572162628,0.4443572461605072,-0.3409349322319031,0.3887898325920105,-0.1941274255514145,0.5325161218643188,0.024607084691524506,-0.034992411732673645,-0.03472600504755974,0.04066701605916023,0.08429177105426788,-0.31687700748443604,0.1542835831642151,0.766013503074646,-0.6627366542816162,-0.22059835493564606,-0.08392384648323059,0.005213895346969366,-0.11565985530614853,0.005585156846791506,0.12106417864561081,0.3107209801673889,0.24757041037082672,0.23285499215126038,0.309812068939209,-0.07152558118104935,0.7556171417236328,-0.2341652810573578,0.1759597212076187,-0.36415860056877136,-0.1225200966000557,-0.06409519910812378,-0.24903525412082672,-0.08459250628948212,-0.3041220009326935,-0.23624391853809357,0.1516774594783783,0.06902798265218735,0.08580539375543594,0.28599315881729126,-0.5243499875068665,-0.04494784399867058,-0.34797996282577515,-0.5259988307952881,-0.38854536414146423,0.2365661859512329,0.6962375044822693,-0.3451811969280243,-0.27817821502685547,-0.11611413210630417,-0.39664044976234436,0.42762109637260437,0.6146816611289978,0.4258178174495697,-0.5870720744132996,-0.21259070932865143,0.45155665278434753,-0.2659890055656433,-0.09508556872606277,0.3894616365432739,-0.12468826770782471,-0.09699054062366486,-0.3627896308898926,-0.16954392194747925,0.049984417855739594,0.5163816809654236,0.4155445396900177,0.0498075932264328,-0.43683964014053345,0.06562162935733795,0.46331560611724854,-0.14256054162979126,0.11227576434612274,0.5719645023345947,0.23916538059711456,0.021943984553217888,-0.228029265999794,0.39699360728263855,0.1822301149368286,0.264425128698349,-0.6318727731704712,-0.21797333657741547,-0.6127843260765076,-5.567843914031982,-0.14098124206066132,0.013963562436401844,0.2209232747554779,0.5033606886863708,0.3087594509124756,0.38897183537483215,0.40194740891456604,-0.07040014863014221,-0.387912392616272,-0.22614356875419617,-0.10915382951498032,-0.49610117077827454,0.08722289651632309,-0.26106753945350647,-0.09045058488845825,-0.08228066563606262,-0.3923020362854004,-0.2456345409154892,-0.3804796636104584,-0.01176481880247593,-0.7677309513092041,0.30722904205322266,0.14147061109542847,0.6986834406852722,-0.06686004251241684,-0.5360240340232849,-0.029276959598064423,0.0406678169965744,-0.350886732339859,0.5207295417785645,-0.5267089009284973,-0.2682332396507263,-0.04217561334371567,0.42609676718711853,0.16612720489501953,0.30485618114471436,-0.5638501048088074,-0.1156061515212059,-0.5481472015380859,0.13096705079078674,-0.2503278851509094,0.15390658378601074,-0.007036994677037001,0.43215468525886536,0.10450759530067444,0.08929124474525452,0.032860614359378815,0.01570482924580574,-0.14690138399600983,0.1922687590122223,0.588053822517395,-0.46506741642951965,0.1416161060333252,-0.5178958177566528,0.47253111004829407,0.17786361277103424,0.4717823565006256,0.11319565027952194,-0.07237933576107025,-0.09983161836862564,0.04760681837797165,0.035408005118370056,-0.26367732882499695,-0.1680465042591095,0.3874673843383789,-0.25781169533729553,0.30405890941619873,0.06499353796243668,-0.018332527950406075,-0.010543124750256538,0.4085274934768677,-0.7863889932632446,-0.7209166288375854,-0.39513030648231506,-0.7466413974761963,0.4300414025783539,-0.20122574269771576,0.12154694646596909,-0.242933452129364,0.2743391990661621,-0.3145327866077423,0.4647141695022583,0.4923056662082672,0.053183093667030334,-0.06270570307970047,0.19643020629882812,0.3340604305267334,0.061115626245737076,-0.29487112164497375,0.7829610109329224,-0.048013199120759964,-0.21346791088581085,-0.18490557372570038,0.431532621383667,-0.39594289660453796,0.020480208098888397,-0.2389177531003952,-0.1244470477104187,0.07859726995229721,-0.2781815528869629,-0.27016139030456543,-0.06874902546405792,0.3045077621936798,-0.24708439409732819,-0.18231520056724548,0.013266551308333874,-0.06753267347812653,0.5204617977142334,0.35375428199768066,-0.02271793968975544,-0.17623499035835266,0.1388193517923355,-0.03887903690338135,-0.3601231873035431,-0.1938512921333313,0.01917039416730404,0.20616574585437775,0.5929830074310303,-0.22833241522312164,-0.34539443254470825,0.43817028403282166,-0.3556348979473114,0.11364196985960007,-0.1975880265235901,0.026877732947468758,-0.42668288946151733,-0.24714693427085876,0.04729578271508217,0.009373835287988186,-0.4942196309566498,-0.08831766992807388,0.1280829757452011,-0.22121988236904144,0.8229138255119324,0.280031681060791,-0.08442692458629608,-0.5702465176582336,-0.07694854587316513,0.8502808213233948,-0.36145442724227905,0.010108760558068752,-0.07443384826183319,0.09161390364170074,0.2269100397825241,0.563948929309845,0.7993231415748596,0.016204502433538437,0.584691047668457,-0.20795059204101562,0.15599121153354645,-0.08605926483869553,0.3307230770587921,-0.12471507489681244,-0.31450003385543823,0.23845025897026062,0.1459803283214569,-0.40416330099105835,0.3357861340045929,-0.6193240284919739,0.01126115582883358,0.01279575563967228,-0.4608677923679352,-0.5492579936981201,0.20153918862342834,-0.018203463405370712,-0.07710520178079605,-0.4274599552154541,-0.634100079536438,-0.1815059334039688,0.07847829163074493,0.10133503377437592,-0.15007644891738892,0.03722633421421051,-0.2834850549697876,0.06469438225030899,-0.20127947628498077,-0.2962513864040375,-0.034118153154850006,0.34552279114723206,0.13167215883731842,0.23282796144485474,-0.34776291251182556,-0.0563218779861927,0.11533362418413162,-0.4862830638885498,-0.23665893077850342,-0.12295346707105637,0.07375653833150864,-0.22907188534736633,0.19428731501102448,0.20741108059883118,0.2964753210544586,0.7970668077468872,-0.11730353534221649,-0.10670063644647598,0.1833900809288025,0.13633760809898376,-0.4646162986755371,-0.05038515850901604,0.12830141186714172,-0.18015022575855255,-0.19616590440273285,-0.529539942741394,-0.6179966926574707,-0.39350128173828125,-0.03475809097290039,0.035909466445446014,0.38461413979530334,-0.38432103395462036,-0.020296219736337662,0.429007351398468,-0.2998485565185547,0.28363630175590515,0.014343530870974064,-0.5175122618675232,0.06592016667127609,-0.44480809569358826,-0.6659639477729797,-0.14188265800476074,-0.6669080853462219,0.13776306807994843,0.1175566166639328,-0.014474879018962383,-0.21390195190906525,0.09357043355703354,0.24127155542373657,-0.07155998051166534,-0.15404817461967468,0.2566165030002594,-0.49220705032348633,-0.42708083987236023,-0.39000025391578674,-0.018527211621403694,-0.3772750496864319,0.5681934356689453,-0.13769391179084778,-0.3448360562324524,-0.34030935168266296,0.34831929206848145,0.08896461874246597,0.022722987458109856,-0.10278639197349548,-0.21707962453365326,0.13364841043949127,0.4228334128856659,-0.2653939127922058,0.6920017004013062,0.10648170858621597,-0.08632523566484451,0.45601704716682434,-0.31138211488723755,-0.10770712792873383,-0.1166938915848732,-0.41265785694122314,-0.5199488401412964,-0.3816203773021698,0.01931176893413067,-0.5829828977584839,0.21320852637290955,0.023412926122546196,-0.024694669991731644,0.04848463088274002,-0.37652668356895447,0.11158263683319092,-0.11630990356206894,-0.050736747682094574,-0.38840851187705994,-0.29243144392967224,-0.5682894587516785,0.25371381640434265,0.007649592589586973,-0.5680161714553833,0.24175000190734863,0.334454208612442,-0.1144501194357872,-0.23069076240062714,-0.044024594128131866,0.211931973695755,-0.34571972489356995,-0.6737928986549377,0.18658587336540222,-0.4432787001132965,0.4103452265262604,0.13766372203826904,-0.40027618408203125,0.1455097645521164,-0.2652031183242798,-0.23755620419979095,-0.6012002229690552,0.5320144295692444,-0.0831947773694992,-0.08342190086841583,-0.0976143553853035,-0.5718815326690674,-0.23617517948150635,0.9548595547676086,0.08716686815023422,-0.13136564195156097,0.0930783823132515,-0.1901695877313614,0.16020750999450684,0.14668674767017365,0.08899127691984177,-0.3172141909599304,0.4266118109226227,-0.19230732321739197,0.20073696970939636,-0.5288915634155273,0.21858100593090057,0.17170624434947968,-0.43188801407814026,0.4873618185520172,-0.0415356270968914,-0.19124029576778412,-0.3795604109764099,0.031364645808935165,-0.3742246627807617,0.49974536895751953,-0.37585073709487915,0.33986055850982666,0.03201121836900711,0.08508654683828354,0.22938279807567596,0.29902368783950806,0.2315051108598709,-0.7940059304237366,0.24932342767715454,0.07128068804740906,0.7117708921432495,-0.5871737003326416,0.21568231284618378,0.0954793393611908,0.4375248849391937,-0.360393762588501,0.15228715538978577,0.10263887792825699,-0.30233824253082275,-0.3124338686466217,-0.03222579509019852,0.396888792514801,0.57933109998703,-0.15415354073047638,0.20351721346378326,0.6628627777099609,-0.17320601642131805,0.05143967643380165,-0.008783834986388683,0.05311700329184532,0.492758572101593,-0.16046659648418427,0.12361031770706177,-0.34854719042778015,-0.07033853977918625,0.3026394248008728,0.4548000693321228,-0.09860920906066895,0.2115747183561325,-0.15956856310367584,0.04034871980547905,-0.032497141510248184,0.4411313235759735,0.029801366850733757,-0.5417909622192383,-0.4436882734298706,-0.04215680807828903,-0.13760031759738922,0.3005785346031189,0.09416234493255615,-0.11200472712516785,0.11792337894439697,-0.6829712390899658,-0.5553555488586426,-0.09542591124773026,0.2019428014755249,-0.12020539492368698,0.12602952122688293,0.22127476334571838,0.5986665487289429,0.2984343469142914,-0.5609933733940125,0.1748589426279068,0.018531039357185364,-0.11019206792116165,-0.38827136158943176,-0.01756911724805832,-0.14422738552093506,-0.03387334197759628,-0.07286420464515686,-0.5545101761817932,-0.357315331697464,0.09148692339658737,-0.26192623376846313,0.3762340247631073,-0.10440488159656525,-0.08334209024906158,0.34264037013053894,-0.13905572891235352,0.6394309997558594,0.1918923407793045,0.258709192276001,-0.47863319516181946,-0.17042864859104156,0.02227042242884636,-0.11666189879179001,0.05566220358014107,0.0319688580930233,0.04333163797855377,0.4326469302177429,-0.025211196392774582,0.7276255488395691,0.037904538214206696,-0.20679277181625366,0.500645637512207,-0.11750441789627075,-0.08931149542331696,0.470699280500412,0.33803224563598633,0.45191967487335205,0.051936984062194824,-0.14043307304382324,-0.31905752420425415,-0.34292519092559814,0.046693265438079834,-0.40797463059425354,-0.13341301679611206,0.38277706503868103,0.36888188123703003,0.08485852181911469,0.16355854272842407,0.4343383312225342,-0.4346632659435272,-0.0666150450706482,0.5983474850654602,-0.5456385612487793,0.10838572680950165,-0.28593772649765015,0.37796473503112793,-0.324853777885437,-0.18907955288887024,0.25834396481513977,0.2732478678226471,0.05985752493143082,-0.16923485696315765,0.4163050055503845,-0.08125267177820206,0.0440012663602829,0.4104253947734833,0.16412878036499023,0.1535329669713974,-0.5105750560760498,-0.17686590552330017,0.051486339420080185,0.034757327288389206,0.27666744589805603,-0.900110125541687,0.2190527617931366,0.12995149195194244,-0.4621535539627075,-0.1487295925617218]}} diff --git a/tests/data/navigator_test_core.mapping.json b/tests/data/navigator_test_core.mapping.json index 48a997ce..5ba8ecdf 100644 --- a/tests/data/navigator_test_core.mapping.json +++ b/tests/data/navigator_test_core.mapping.json @@ -1 +1,109 @@ -{"navigator_test_core":{"mappings":{"properties":{"document_category":{"type":"keyword"},"document_cdn_object":{"type":"keyword"},"document_content_type":{"type":"keyword"},"document_date":{"type":"date","format":"dd/MM/yyyy"},"document_description":{"type":"keyword","normalizer":"folding"},"document_description_embedding":{"type":"knn_vector","dimension":768,"method":{"engine":"nmslib","space_type":"innerproduct","name":"hnsw","parameters":{"ef_construction":512,"m":16}}},"document_geography":{"type":"keyword"},"document_id":{"type":"keyword","normalizer":"folding"},"document_md5_sum":{"type":"keyword"},"document_name":{"type":"keyword","normalizer":"folding"},"document_name_and_slug":{"type":"keyword","eager_global_ordinals":true,"normalizer":"folding"},"document_sectors":{"type":"keyword"},"document_slug":{"type":"keyword"},"document_source":{"type":"keyword"},"document_source_url":{"type":"keyword"},"document_type":{"type":"keyword"},"for_search_document_description":{"type":"text","analyzer":"folding"},"for_search_document_name":{"type":"text","analyzer":"folding"},"text":{"type":"text","analyzer":"folding"},"text_block_coords":{"type":"keyword"},"text_block_id":{"type":"keyword"},"text_block_page":{"type":"integer"},"text_embedding":{"type":"knn_vector","dimension":768,"method":{"engine":"nmslib","space_type":"innerproduct","name":"hnsw","parameters":{"ef_construction":512,"m":16}}},"translated":{"type":"boolean"}}}}} +{ + "navigator_test_core": { + "mappings": { + "properties": { + "document_category": { + "type": "keyword" + }, + "document_cdn_object": { + "type": "keyword" + }, + "document_content_type": { + "type": "keyword" + }, + "document_date": { + "type": "date", + "format": "dd/MM/yyyy" + }, + "document_description": { + "type": "keyword", + "normalizer": "folding" + }, + "document_description_embedding": { + "type": "knn_vector", + "dimension": 768, + "method": { + "engine": "nmslib", + "space_type": "innerproduct", + "name": "hnsw", + "parameters": { + "ef_construction": 512, + "m": 16 + } + } + }, + "document_geography": { + "type": "keyword" + }, + "document_id": { + "type": "keyword", + "normalizer": "folding" + }, + "document_md5_sum": { + "type": "keyword" + }, + "document_name": { + "type": "keyword", + "normalizer": "folding" + }, + "document_name_and_slug": { + "type": "keyword", + "eager_global_ordinals": true, + "normalizer": "folding" + }, + "document_sectors": { + "type": "keyword" + }, + "document_slug": { + "type": "keyword" + }, + "document_source": { + "type": "keyword" + }, + "document_source_url": { + "type": "keyword" + }, + "document_type": { + "type": "keyword" + }, + "for_search_document_description": { + "type": "text", + "analyzer": "folding" + }, + "for_search_document_name": { + "type": "text", + "analyzer": "folding" + }, + "text": { + "type": "text", + "analyzer": "folding" + }, + "text_block_coords": { + "type": "keyword" + }, + "text_block_id": { + "type": "keyword" + }, + "text_block_page": { + "type": "integer" + }, + "text_embedding": { + "type": "knn_vector", + "dimension": 768, + "method": { + "engine": "nmslib", + "space_type": "innerproduct", + "name": "hnsw", + "parameters": { + "ef_construction": 512, + "m": 16 + } + } + }, + "translated": { + "type": "boolean" + } + } + } + } +} \ No newline at end of file diff --git a/tests/data/navigator_test_core.settings.json b/tests/data/navigator_test_core.settings.json index 1bbdc186..d5d680ec 100644 --- a/tests/data/navigator_test_core.settings.json +++ b/tests/data/navigator_test_core.settings.json @@ -1 +1 @@ -"{\"navigator_test_core\":{\"settings\":{\"index\":{\"refresh_interval\":\"1s\",\"number_of_shards\":\"1\",\"knn.algo_param\":{\"ef_search\":\"100\"},\"knn\":\"true\",\"analysis\":{\"filter\":{\"ascii_folding_preserve_original\":{\"type\":\"asciifolding\",\"preserve_original\":\"true\"}},\"normalizer\":{\"folding\":{\"filter\":[\"lowercase\",\"asciifolding\"],\"type\":\"custom\",\"char_filter\":[]}},\"analyzer\":{\"folding\":{\"filter\":[\"lowercase\",\"ascii_folding_preserve_original\"],\"tokenizer\":\"standard\"}}},\"number_of_replicas\":\"2\"}}}}" +"{\"navigator_test_core\":{\"settings\":{\"index\":{\"refresh_interval\":\"1s\",\"number_of_shards\":\"1\",\"knn.algo_param\":{\"ef_search\":\"100\"},\"knn\":\"true\",\"analysis\":{\"filter\":{\"ascii_folding_preserve_original\":{\"type\":\"asciifolding\",\"preserve_original\":\"true\"}},\"normalizer\":{\"folding\":{\"filter\":[\"lowercase\",\"asciifolding\"],\"type\":\"custom\",\"char_filter\":[]}},\"analyzer\":{\"folding\":{\"filter\":[\"lowercase\",\"ascii_folding_preserve_original\"],\"tokenizer\":\"standard\"}}},\"number_of_replicas\":\"2\"}}}}" \ No newline at end of file diff --git a/tests/data/navigator_test_htmls_non_translated.json b/tests/data/navigator_test_htmls_non_translated.json index 60b28cf8..5a95b24a 100644 --- a/tests/data/navigator_test_htmls_non_translated.json +++ b/tests/data/navigator_test_htmls_non_translated.json @@ -1,20 +1,20 @@ -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"nnt9YYQBoAKt5eeI9Atx","_score":1,"_source":{"text_block_id":"b0","text":"EN Official Journal of the European Union L 354/171","text_embedding":[0.005147984251379967,0.11334943771362305,-0.0050291516818106174,-0.3323618173599243,-0.34259507060050964,0.1162998154759407,-0.08320976793766022,0.030763763934373856,0.15467582643032074,0.16693340241909027,-0.012325421907007694,0.09230497479438782,-0.049160175025463104,0.35971835255622864,0.08677256852388382,0.40387922525405884,-0.049903564155101776,0.10951639711856842,0.2736564576625824,-0.11367874592542648,0.1293817162513733,0.3476918637752533,0.1748109608888626,0.47170063853263855,0.2814452052116394,0.15676841139793396,-0.1375374048948288,-0.38710933923721313,-0.013193460181355476,0.07353728264570236,0.22494728863239288,0.1638004630804062,0.3738461136817932,0.018136175349354744,-0.03002716414630413,0.09345947206020355,-0.2836242616176605,0.02661183290183544,0.2089550793170929,0.22127094864845276,0.09625875949859619,-0.3511034846305847,-0.16478809714317322,0.3224952816963196,0.2863594889640808,-0.3834214508533478,0.1105966567993164,0.5154097676277161,-0.0873526781797409,0.07349102199077606,-0.5734597444534302,0.18572266399860382,0.20042680203914642,0.09002276510000229,-0.1564522534608841,-0.26715871691703796,-0.17558422684669495,-0.35105064511299133,-0.26738739013671875,-0.10802361369132996,0.3573368787765503,0.2910796105861664,0.15966489911079407,-0.0659177303314209,-0.023772994056344032,-0.03140745684504509,0.043971817940473557,0.048763301223516464,-0.6413263082504272,-0.4035237431526184,-0.15654908120632172,0.532308042049408,-0.15660406649112701,-0.18557412922382355,0.4367711842060089,-0.22319793701171875,-0.1569581925868988,0.46842700242996216,0.16235806047916412,0.4818703830242157,0.452253133058548,0.22337311506271362,0.2874406576156616,-0.052314214408397675,0.5232061743736267,0.018298378214240074,0.390936017036438,-0.028964431956410408,-0.031747929751873016,0.00309414928779006,0.18874484300613403,-0.07381477952003479,0.0325273834168911,0.1384386271238327,0.2189296931028366,0.2070821225643158,-0.003535742871463299,-0.08658263087272644,-0.29945266246795654,-0.10380247235298157,-0.03346090018749237,0.03946932405233383,-0.11175057291984558,0.29542505741119385,-0.2386048585176468,-0.3985743522644043,0.1081971600651741,-0.36733368039131165,0.1312512904405594,0.024070322513580322,0.06345308572053909,0.09728416800498962,-0.053746260702610016,-0.7936584949493408,0.32062727212905884,0.2486308515071869,0.1489395946264267,-0.11162351071834564,-0.13213984668254852,0.2989414930343628,-0.10550440847873688,0.09575903415679932,0.06923137605190277,0.36758869886398315,0.2213616967201233,-0.4446743428707123,-0.07103724777698517,-0.009352303110063076,-0.3629332184791565,0.32663658261299133,-0.21242257952690125,-0.04996263235807419,-0.3337355852127075,0.053505126386880875,0.08285458385944366,0.03099997714161873,0.3437981903553009,-0.22424140572547913,-0.031482942402362823,0.21767064929008484,-0.07059060037136078,0.2397056668996811,-0.03656165301799774,-0.34342023730278015,0.24093137681484222,0.24203969538211823,0.05861460417509079,-0.21497385203838348,-0.1426210254430771,-0.45620349049568176,-0.08419482409954071,-0.07067122310400009,-0.23702141642570496,-0.06289251148700714,-0.0003681369125843048,0.03242504224181175,0.17799602448940277,0.28044694662094116,0.07754688709974289,0.01883050799369812,-0.06338968127965927,-0.21021492779254913,0.2612748444080353,0.47092217206954956,0.34135499596595764,0.058645524084568024,0.39511701464653015,0.31635719537734985,0.14259782433509827,0.02731902338564396,0.08783281594514847,-0.3404589295387268,0.3914117217063904,-0.3379317820072174,-0.28451186418533325,0.5376976728439331,0.6695476174354553,0.18901623785495758,-0.03898744285106659,0.21099665760993958,-1.1571638584136963,0.38850271701812744,-0.11194130033254623,0.10954836755990982,0.1504790186882019,0.10060273855924606,0.6720978021621704,0.18609221279621124,-0.13448020815849304,0.026310063898563385,0.24432414770126343,-0.5640096068382263,0.8475024700164795,-0.06498230248689651,0.16059750318527222,-0.34684932231903076,-0.12011706829071045,0.3775888979434967,-0.2157192826271057,0.006148601416498423,-0.26305660605430603,-0.023421403020620346,0.3394641578197479,0.017509354278445244,0.09506891667842865,0.1806606650352478,-0.2768394351005554,-0.13317596912384033,-0.42391425371170044,0.1847042739391327,-0.10136084258556366,0.07539962232112885,0.15844713151454926,0.26272597908973694,-0.25206461548805237,-0.5299595594406128,-0.09833073616027832,-0.09211809933185577,-0.06766823679208755,0.005088524892926216,0.19108380377292633,0.0879242867231369,-0.12645335495471954,0.10886476933956146,0.24982711672782898,0.22726646065711975,0.35584956407546997,-0.2503809928894043,-0.13831454515457153,0.08643126487731934,-0.1932520866394043,-0.6259501576423645,0.11141932755708694,-0.038724638521671295,0.07252282649278641,-0.08104598522186279,-0.38347089290618896,0.028365254402160645,0.3675362169742584,-0.5047749876976013,0.30477434396743774,0.05753285065293312,0.07749035954475403,0.031125571578741074,-0.06628460437059402,0.022768456488847733,0.011507117189466953,0.10564834624528885,0.04367055371403694,0.19994951784610748,-0.2009134143590927,0.25474846363067627,-0.11837498843669891,-0.09058979898691177,-0.10448265075683594,-0.16458088159561157,0.0729692280292511,0.01517358236014843,0.31337520480155945,0.00023381355276796967,0.044821254909038544,-0.3604525327682495,0.35140907764434814,0.26150205731391907,0.12571890652179718,0.06283368170261383,-0.13986989855766296,-0.2983509302139282,0.059913598001003265,0.04858187213540077,0.3169229328632355,0.14153984189033508,-0.16705366969108582,0.12024576216936111,-0.060822028666734695,-0.480474054813385,0.3005824685096741,0.06615258008241653,0.003074982902035117,-0.4025895893573761,-0.1041480228304863,-0.06647898256778717,-0.2070617824792862,-0.08463067561388016,-0.06555890291929245,-0.011715584434568882,-0.30779415369033813,-0.544256329536438,0.2471877932548523,-0.17462976276874542,0.5564717054367065,0.44476082921028137,0.0886421725153923,-0.13497065007686615,-0.13937082886695862,0.10220256447792053,-0.3616129159927368,0.22775493562221527,0.16722407937049866,0.02179665118455887,0.07627592235803604,0.2282203882932663,0.04520649090409279,-0.005846792832016945,0.550096333026886,-0.14601761102676392,-0.031052228063344955,-0.06949277967214584,-6.468567371368408,0.031306929886341095,-0.3549152612686157,-0.3608527183532715,0.571778416633606,0.13596178591251373,0.1515219360589981,0.05489426106214523,0.004054234828799963,-0.3397349715232849,-0.5765008330345154,0.10078489780426025,-0.501630961894989,-0.010710354894399643,-0.08866321295499802,0.15737959742546082,-0.29108479619026184,-0.4619024097919464,-0.16824990510940552,0.02593524381518364,-0.11864025145769119,-0.5153078436851501,0.428642600774765,0.03832397237420082,0.7779200673103333,-0.006927602458745241,-0.2788131535053253,-0.15307603776454926,0.24833902716636658,-0.10495635867118835,0.2835676372051239,-0.6479260921478271,-0.17770043015480042,0.2248867303133011,0.4372883439064026,-0.25522592663764954,0.2878943085670471,-0.14976133406162262,-0.079033263027668,-0.18909671902656555,-0.07101700454950333,-0.5982592701911926,0.3762016296386719,-0.29545295238494873,0.4512232542037964,-0.18081730604171753,-0.10371126234531403,0.07330106198787689,-0.019215870648622513,0.0812768042087555,-0.0030371856410056353,0.14319871366024017,-0.293596088886261,-0.17847944796085358,-0.14236921072006226,0.11717342585325241,0.026720920577645302,0.30524489283561707,-0.49899551272392273,0.08605565130710602,0.1293366402387619,-0.3484281301498413,-0.11775656044483185,-0.5309445858001709,-0.2997203469276428,0.10804065316915512,-0.4525282680988312,0.1640540510416031,-0.2729890048503876,-0.15448634326457977,-0.004174517467617989,0.22842933237552643,-0.5117911100387573,-0.5480399131774902,-0.07600998133420944,-0.5978776216506958,0.1769857257604599,-0.30983269214630127,-0.08551765233278275,0.05072146654129028,0.045653268694877625,-0.40588706731796265,0.10758037120103836,0.24407324194908142,-0.22862696647644043,0.11113699525594711,0.11105675250291824,0.21219007670879364,-0.16161403059959412,-0.3140779733657837,0.4139057695865631,-0.1549873948097229,-0.016981594264507294,0.09970411658287048,-0.07735930383205414,-0.16276206076145172,-0.3414555788040161,0.13495270907878876,0.09929641336202621,0.054562151432037354,0.10652962327003479,0.19553853571414948,0.09211432188749313,-0.33088767528533936,0.33363720774650574,-0.3273163139820099,-0.545817494392395,-0.0626554861664772,0.3359060287475586,-0.16864636540412903,0.17914539575576782,0.06793828308582306,-0.055854275822639465,-0.11503228545188904,-0.08751920610666275,0.0006880026776343584,0.3494397699832916,0.05728890374302864,0.03021816536784172,-0.10607436299324036,-0.5866267681121826,0.3249043822288513,-0.015473583713173866,-0.2532787024974823,-0.27099472284317017,0.382200688123703,-0.2089882791042328,-0.09233959764242172,0.0328524075448513,-0.11005425453186035,-0.4658832550048828,0.03990350291132927,0.2963438332080841,0.19835114479064941,0.969210684299469,0.24554088711738586,-0.20393966138362885,0.004498331807553768,0.13178810477256775,0.0929095596075058,0.22638508677482605,0.13065959513187408,0.008090326562523842,-0.35847583413124084,0.21095095574855804,-0.000803367467597127,0.4625856578350067,0.03280015289783478,0.12073879688978195,0.12200058996677399,0.4004179537296295,-0.2627124488353729,0.32160189747810364,-0.027848489582538605,-0.22243353724479675,0.45347025990486145,0.2154655158519745,0.16658805310726166,-0.22633400559425354,0.00888755451887846,0.35788923501968384,-0.28905412554740906,-0.03923347219824791,0.21234241127967834,0.039223212748765945,0.07536856085062027,0.05014554783701897,-0.09052325785160065,-0.10014008730649948,-0.23192626237869263,-0.2388310730457306,0.17034724354743958,-0.40087229013442993,-0.10270646214485168,-0.41465598344802856,0.1544344127178192,-0.15364257991313934,-0.19808237254619598,-0.23052451014518738,-0.0772329643368721,0.19546698033809662,0.21942482888698578,0.008202358148992062,-0.09880702197551727,-0.0888480469584465,0.13581053912639618,0.20629845559597015,-0.21010631322860718,0.23154330253601074,0.057374656200408936,-0.060784339904785156,0.0868101567029953,0.15973728895187378,0.6614261865615845,-0.11743974685668945,-0.3653114140033722,0.2754419147968292,0.07552246749401093,-0.07654401659965515,0.44067567586898804,0.25759580731391907,-0.0006717460928484797,0.4719158709049225,-0.3315782845020294,-0.6521828770637512,-0.16968829929828644,-0.1516423374414444,-0.14855416119098663,0.10693008452653885,0.017653318122029305,-0.2685157060623169,0.17277510464191437,-0.21676455438137054,0.5227138996124268,0.1599012315273285,-0.30985021591186523,0.18415164947509766,-0.051856812089681625,-0.5988231897354126,0.1304314285516739,-0.06384317576885223,0.16181884706020355,0.02448112703859806,-0.16495341062545776,-0.2782171070575714,0.24032364785671234,0.08487183600664139,-0.08803867548704147,0.006800985895097256,0.44416555762290955,-0.25770995020866394,-0.12912701070308685,-0.24200481176376343,-0.032727476209402084,0.2192489355802536,0.5205596089363098,-0.318916380405426,-0.2142709195613861,-0.24555081129074097,0.25996309518814087,-0.039614852517843246,-0.2638377547264099,-0.2368811070919037,-0.18413840234279633,0.0485064797103405,0.5662468671798706,0.12208309769630432,-0.08856578171253204,0.01781260222196579,0.14988330006599426,-0.07344703376293182,-0.011201413348317146,-0.08488383889198303,0.02477852813899517,0.27233439683914185,-0.5790505409240723,-0.3289010226726532,-0.06617442518472672,-0.24963299930095673,-0.018260998651385307,-0.20820863544940948,-0.2478368580341339,-0.11122589558362961,0.19614221155643463,0.24574968218803406,-0.07511470466852188,0.0519256666302681,0.0734725371003151,-0.014300433918833733,-0.19618184864521027,-0.15314437448978424,-0.3795340955257416,-0.034834928810596466,0.2843364477157593,-0.1404033601284027,-0.02179330214858055,-0.5085048079490662,0.12596431374549866,-0.35011833906173706,-0.09114430844783783,-0.2385459691286087,-0.222664013504982,0.3827669322490692,0.0998895987868309,0.153695210814476,-0.17360369861125946,-0.3756634294986725,0.11738092452287674,-0.1740979254245758,-0.23385857045650482,0.39107945561408997,0.38347288966178894,-0.36498939990997314,0.28501811623573303,-0.5903573632240295,-0.00866981502622366,0.5115904211997986,0.21348628401756287,-0.025205831974744797,0.229678213596344,-0.12214025855064392,-0.2578650116920471,0.13420182466506958,-0.3720681965351105,-0.05719800293445587,0.18722613155841827,-0.1627316176891327,0.12539058923721313,-0.19057805836200714,0.30148249864578247,-0.005976746790111065,-0.27231186628341675,0.18993744254112244,0.07117107510566711,-0.25184381008148193,-0.5687827467918396,-0.04209177941083908,-0.20256875455379486,0.16509105265140533,-0.28818148374557495,0.12390128523111343,0.17901356518268585,-0.02768358774483204,0.12974384427070618,0.09244156628847122,-0.01299221906810999,0.01941908709704876,0.07058524340391159,-0.02866249904036522,0.09887202084064484,-0.08285848796367645,0.3961787223815918,-0.017728418111801147,0.2784273326396942,0.33391088247299194,-0.4025427997112274,-0.3304031491279602,-0.07530756294727325,0.10508836805820465,0.2279260754585266,0.012232833541929722,0.14518260955810547,-0.41059187054634094,0.044429026544094086,0.3049575388431549,0.25650444626808167,-0.2495335042476654,0.19564063847064972,-0.0972668007016182,0.32206302881240845,0.027670761570334435,0.06465793401002884,0.00021560720051638782,-0.21654780209064484,-0.3024369478225708,0.10080533474683762,-0.03300923854112625,-0.001389548764564097,-0.6361616849899292,0.0997476875782013,-0.08433719724416733,0.2695149779319763,0.22648867964744568,-0.12983809411525726,-0.3412383496761322,0.18758493661880493,0.06818900257349014,0.25206631422042847,-0.07434206455945969,-0.03356846049427986,0.39049842953681946,-0.6985708475112915,-0.3682411313056946,0.03823316469788551,0.14166219532489777,-0.7868484854698181,0.17148590087890625,0.1875493824481964,0.18851354718208313,0.00625058775767684,-0.6893150806427002,-0.44596847891807556,0.012171689420938492,-0.27529528737068176,-0.4402581453323364,-0.253707617521286,0.19267338514328003,-0.09095597267150879,-0.03887784853577614,-0.3685598075389862,0.002271409146487713,-0.16290408372879028,0.21778233349323273,0.2922309637069702,0.012077439576387405,-0.06017277017235756,0.1425803303718567,-0.0314771868288517,0.16899459064006805,0.1547686755657196,0.18196961283683777,0.04518537223339081,-0.01396950427442789,-0.10612235963344574,-0.04779132455587387,0.08344636857509613,0.005988085642457008,-0.11291281878948212,0.29322078824043274,0.009562982246279716,0.4331410527229309,-0.10741328448057175,-0.3345467150211334,0.5585101842880249,-0.2567767798900604,0.09088459610939026,0.18691550195217133,-0.12806576490402222,0.19533143937587738,0.059766530990600586,-0.3302357792854309,-0.21955138444900513,0.09914606064558029,-0.09304635226726532,0.02648189850151539,0.3215399980545044,0.5707184076309204,0.046772267669439316,0.19239483773708344,0.011247052811086178,-0.03213384002447128,-0.2596755623817444,-0.20339395105838776,0.18051384389400482,-0.2481873780488968,0.18141773343086243,0.0520266629755497,0.0473904088139534,-0.11932016164064407,-0.1663968414068222,-0.10429734736680984,0.618482232093811,-0.25836998224258423,-0.4000474512577057,0.6239772439002991,0.1991514265537262,-0.10231821984052658,-0.2034917026758194,-0.3817451298236847,-0.17008069157600403,0.3279634714126587,0.08356516063213348,-0.03134581446647644,-0.32904550433158875,0.629378616809845,-0.3610876202583313,-0.17052742838859558,-0.1697816550731659,-0.05232519283890724,-0.10496895760297775],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"n3t9YYQBoAKt5eeI9Atx","_score":1,"_source":{"text_block_id":"b1","text":"DECISION No 1386/2013/EU OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL","text_embedding":[-0.12467458844184875,-0.07909462600946426,0.218328595161438,-0.2824886441230774,-0.10876516252756119,0.29923713207244873,0.11505664885044098,-0.086357481777668,-0.07543391734361649,0.17387621104717255,0.1491861641407013,0.18002718687057495,-0.1554284691810608,0.4547452926635742,0.10062271356582642,0.3333006501197815,0.18517853319644928,0.11596555262804031,0.031773313879966736,-0.3042897582054138,0.39049339294433594,0.0075785815715789795,0.1962103247642517,0.6373690366744995,0.17353005707263947,-0.24253898859024048,-0.20492210984230042,-0.2257583886384964,-0.1268404722213745,0.025071803480386734,0.26724550127983093,-0.15453824400901794,0.1708139330148697,-0.1792643964290619,0.2488574981689453,0.04411393776535988,0.09588218480348587,-0.32486653327941895,-0.5258475542068481,-0.06807432323694229,0.17727690935134888,-0.09415861964225769,-0.17355017364025116,0.15862266719341278,0.09047713875770569,-0.061330124735832214,0.3294406235218048,0.4353117048740387,-0.10464214533567429,0.00109110027551651,-0.43927350640296936,-0.1138966977596283,0.14277687668800354,-0.06717386096715927,-0.10933955758810043,-0.22183841466903687,-0.3782741129398346,-0.48751217126846313,-0.1501830667257309,-0.4087194800376892,0.2469974160194397,0.0010963777313008904,0.13794514536857605,-0.14864057302474976,-0.05674344301223755,-0.0296242143958807,0.06474265456199646,0.44518816471099854,-0.6598230600357056,-0.3177559971809387,-0.5045840740203857,0.0769331082701683,-0.2564893662929535,-0.15424498915672302,0.1883847713470459,-0.24711531400680542,-0.14942210912704468,0.22464519739151,0.3832436501979828,0.2600013017654419,0.42443835735321045,-0.09215322136878967,0.4171147346496582,0.11835584044456482,0.15547055006027222,0.25910770893096924,0.40483638644218445,-0.11572219431400299,-0.34871697425842285,0.008703166618943214,0.3569011092185974,-0.29394859075546265,0.12088295817375183,0.03977782279253006,0.14428289234638214,0.21682555973529816,0.21708856523036957,-0.2099657654762268,-0.21788853406906128,-0.2276616394519806,-0.1381620466709137,-0.24225693941116333,-0.06895050406455994,-0.06890149414539337,-0.11638692021369934,-0.18844930827617645,0.011377919465303421,-0.09955140203237534,0.2898620367050171,0.26299142837524414,0.3816588222980499,-0.08329898864030838,-0.08395543694496155,-0.4072379469871521,0.05121047794818878,0.3728981614112854,0.15789370238780975,-0.18604916334152222,0.15219271183013916,0.2292894721031189,0.054739370942115784,0.15723831951618195,-0.15680189430713654,0.29938066005706787,0.2585926353931427,-0.6485418677330017,0.14167779684066772,0.10957381129264832,-0.572053074836731,0.09911748021841049,0.12553609907627106,0.17588025331497192,-0.126874178647995,-0.06108326464891434,-0.3119567036628723,0.30044397711753845,0.14561916887760162,-0.38426655530929565,-0.0030313001479953527,0.10174129158258438,-0.3049878478050232,-0.2289981096982956,-0.0574130155146122,-0.08992629498243332,0.4492911100387573,0.3652886152267456,-0.0509597472846508,0.1719166487455368,0.2288784235715866,-0.4858311414718628,-0.06966739892959595,-0.23922689259052277,-0.05810854211449623,-0.06429269909858704,-0.15838873386383057,0.15107381343841553,-0.31170761585235596,0.07541148364543915,-0.12198719382286072,0.2515932023525238,-0.02084643393754959,-0.2382049262523651,0.21795402467250824,0.34460848569869995,0.3317294716835022,-0.0013033979339525104,0.18343400955200195,-0.09565920382738113,0.37747278809547424,0.07837814092636108,-0.08890349417924881,-0.29500019550323486,0.014618098735809326,-0.07399915903806686,0.007286029402166605,0.16184432804584503,0.19046810269355774,-0.04688069969415665,0.13368350267410278,0.0875667929649353,-1.4362963438034058,0.43546783924102783,-0.4207018315792084,0.06357912719249725,0.3161698579788208,0.3238496780395508,0.2268519103527069,-0.05618717148900032,-0.13264305889606476,0.2504197359085083,0.0015016330871731043,-0.29886603355407715,0.6622617244720459,0.012762976810336113,0.09968245774507523,-0.2930842638015747,-0.2449495792388916,0.07696851342916489,-0.046968016773462296,-0.24879656732082367,-0.1515834927558899,-0.13467973470687866,0.41208934783935547,0.16466933488845825,0.21167373657226562,0.1218060776591301,-0.1580379158258438,-0.19029109179973602,-0.08843681216239929,0.3531041443347931,-0.46297916769981384,0.034056343138217926,0.11393775045871735,0.3124857544898987,-0.3290809392929077,-0.24729858338832855,-0.09648480266332626,0.08452156186103821,-0.14355513453483582,-0.07059155404567719,-0.06408396363258362,0.3743666708469391,-0.22817876935005188,0.3105711340904236,0.08891543000936508,0.48797449469566345,0.03309999033808708,-0.042057931423187256,-0.10109574347734451,-0.27141520380973816,-0.14678709208965302,0.28055059909820557,-0.09706676751375198,-0.03798360750079155,0.32593464851379395,0.007254057563841343,-0.48832666873931885,0.2828027307987213,0.11595889180898666,-0.5515419840812683,0.3751848042011261,0.001137334038503468,0.16439612209796906,0.05410929024219513,0.04100555181503296,0.1508386880159378,0.13852748274803162,0.06423423439264297,0.5283709764480591,0.22819429636001587,-0.1901741623878479,0.5150907039642334,-0.306217759847641,0.03658442199230194,-0.1322750300168991,-0.07158663868904114,0.10780906677246094,-0.3752330541610718,0.20989108085632324,-0.05440123379230499,0.017727212980389595,-0.15313301980495453,-0.07266110181808472,0.10582797974348068,0.08783809095621109,-0.09259086102247238,0.08828665316104889,-0.38287848234176636,0.22341839969158173,0.10835638642311096,0.12422512471675873,-0.07954711467027664,-0.5199587941169739,0.004402060993015766,-0.3902081251144409,-0.14216993749141693,0.08841889351606369,0.31978803873062134,0.6705907583236694,-0.19942931830883026,-0.08032888174057007,0.06542863696813583,0.020850282162427902,0.13335463404655457,0.1376953125,-0.08693341165781021,-0.033414945006370544,-0.44309002161026,0.010478815995156765,-0.39111050963401794,0.26717913150787354,0.17143024504184723,-0.12875419855117798,-0.21914930641651154,0.04865598306059837,0.2081318348646164,-0.2443506419658661,0.01603042334318161,0.2906094193458557,0.29176992177963257,-0.141300231218338,0.2809109389781952,0.2596825361251831,0.07848885655403137,0.2585514485836029,-0.0023432490415871143,-0.22018584609031677,-0.12746751308441162,-6.370506286621094,-0.04509032517671585,-0.04095758497714996,-0.2071741223335266,0.6354182362556458,0.23995698988437653,0.47875574231147766,0.11452990025281906,0.14487525820732117,-0.08242860436439514,-0.11065288633108139,0.05359906703233719,-0.28221362829208374,0.3350328207015991,0.048212699592113495,0.166779562830925,-0.5119192600250244,-0.2963975667953491,-0.08503404259681702,-0.021728970110416412,-0.09794636815786362,-0.5538113713264465,0.09058430045843124,0.0007489994168281555,0.4959246814250946,0.013735665008425713,-0.24008925259113312,-0.02125728316605091,0.20703202486038208,-0.42461922764778137,0.16983149945735931,-0.6371363401412964,-0.2658000886440277,-0.028932295739650726,0.1064678356051445,-0.06263880431652069,0.5280886292457581,-0.12271717190742493,-0.13265091180801392,-0.2462567239999771,0.17994236946105957,-0.42746004462242126,0.3319401443004608,0.13004380464553833,0.4173985421657562,-0.20543533563613892,-0.1572771817445755,0.08423876017332077,-0.5151432156562805,-0.09924831241369247,0.2560974359512329,0.2669183313846588,-0.00809934176504612,-0.1549113392829895,-0.31326931715011597,0.3822670578956604,-0.13669532537460327,0.10939784348011017,-0.07357050478458405,0.24954666197299957,-0.1296931505203247,-0.27590495347976685,0.22963754832744598,-0.24060474336147308,-0.02456609345972538,0.12508118152618408,-0.4177558124065399,0.17383262515068054,0.08035511523485184,-0.19139818847179413,0.02651672065258026,0.25681430101394653,-0.3414612412452698,-0.7308647632598877,-0.11915969848632812,-0.4344465434551239,0.42235663533210754,0.017449013888835907,0.038649752736091614,-0.24587681889533997,0.3910006284713745,-0.1247289851307869,-0.20468537509441376,0.27487578988075256,-0.04422297328710556,0.22935087978839874,0.24034640192985535,0.3979489207267761,0.005227213259786367,-0.20490574836730957,0.5347613096237183,-0.04556506127119064,-0.33626389503479004,0.08641882985830307,0.17445853352546692,0.04717016965150833,-0.12867793440818787,-0.020644735544919968,-0.3920830488204956,0.43183863162994385,-0.005925199016928673,0.10557674616575241,0.01522101927548647,-0.05267110839486122,0.3043014109134674,-0.26988160610198975,-0.36371228098869324,0.22714988887310028,0.2646328806877136,-0.06080111488699913,0.28851842880249023,0.17045831680297852,-0.18518990278244019,-0.16484364867210388,-0.2057991623878479,-0.022362783551216125,0.25004318356513977,0.17203909158706665,0.12102648615837097,-0.13704554736614227,-0.32488882541656494,0.3904033303260803,-0.2235279679298401,-0.10977688431739807,-0.35953637957572937,0.34918859601020813,-0.39448001980781555,-0.018203407526016235,-0.004206078127026558,-0.017900342121720314,-0.5269753932952881,0.3539133369922638,0.048793237656354904,0.1459374576807022,0.4749845862388611,-0.001294212182983756,0.027708565816283226,-0.4442814290523529,-0.15395425260066986,0.0989147275686264,0.11689753085374832,0.027361564338207245,0.11550852656364441,-0.11451109498739243,0.3701399564743042,0.14125987887382507,0.44784873723983765,-0.06654898822307587,0.24743430316448212,-0.025356626138091087,0.06745291501283646,-0.016884367913007736,0.34735599160194397,0.2876800298690796,-0.43640509247779846,0.2672736346721649,0.3466278910636902,0.06934331357479095,-0.10037250071763992,-0.13472777605056763,0.3117721378803253,-0.006086043082177639,-0.1890808343887329,-0.015453719533979893,0.3458397090435028,0.049419865012168884,0.02838379517197609,-0.11779877543449402,-0.07599279284477234,-0.23963864147663116,-0.05076810345053673,-0.08146537095308304,-0.3352600336074829,0.2610161602497101,-0.4635941684246063,0.018423879519104958,-0.2943050265312195,-0.1261916309595108,-0.2581321597099304,0.21309517323970795,0.18372319638729095,0.04877523332834244,-0.058476224541664124,-0.2016526311635971,0.566683292388916,-0.13557764887809753,0.03308111056685448,-0.3630716800689697,0.25850069522857666,-0.14647242426872253,-0.055321283638477325,0.2535412013530731,0.07275044918060303,0.31823909282684326,-0.28616297245025635,-0.4854423701763153,0.3783007860183716,-0.06542064249515533,-0.29049503803253174,0.16545359790325165,-0.016162192448973656,-0.08739927411079407,0.3001211881637573,-0.09835059940814972,-0.46223244071006775,0.10635659098625183,-0.015662861987948418,-0.1872568577528,0.10500231385231018,-0.34040212631225586,0.27785879373550415,-0.2446712702512741,-0.16640706360340118,0.7054299116134644,-0.05710330978035927,-0.15779277682304382,0.17622002959251404,-0.38647952675819397,-0.577784538269043,0.10095877945423126,-0.07062356919050217,-0.052964404225349426,-0.052947111427783966,-0.07436257600784302,-0.6156184673309326,0.14876125752925873,0.11643067747354507,0.36799684166908264,-0.018665160983800888,0.293526291847229,0.056906528770923615,-0.17009592056274414,-0.324398934841156,0.05470040813088417,0.0032689054496586323,0.04685065895318985,-0.25589731335639954,-0.3059622049331665,-0.08171988278627396,0.44507354497909546,-0.13689976930618286,-0.12007517367601395,0.03908028081059456,-0.5903739333152771,0.3430403172969818,0.3027133345603943,-0.10157247632741928,0.2013060599565506,0.1374031901359558,0.1618303507566452,-0.06863981485366821,-0.04532238468527794,0.16845768690109253,-0.23895128071308136,-0.12410441040992737,-0.547191858291626,-0.22148627042770386,-0.11119423806667328,-0.09893311560153961,0.11553733795881271,-0.20448321104049683,-0.20367620885372162,-0.1070885956287384,-0.21401195228099823,0.2723486125469208,0.13405956327915192,0.10809001326560974,-0.06354489922523499,-0.38145825266838074,-0.46406883001327515,0.24732902646064758,-0.3130544424057007,-0.09083272516727448,0.1778630018234253,0.19242091476917267,0.019821373745799065,-0.584108829498291,0.1373089700937271,0.39995723962783813,-0.31456416845321655,-0.5185531973838806,0.052052468061447144,-0.03497389331459999,0.43038809299468994,-0.050577979534864426,-0.2001788169145584,0.0505710206925869,0.29853859543800354,-0.39071226119995117,-0.3040374219417572,0.3903292417526245,0.07989374548196793,-0.37328040599823,0.034567371010780334,-0.443124383687973,0.05950344353914261,0.31189239025115967,0.27849850058555603,0.20756085216999054,-0.38453638553619385,-0.35484734177589417,0.16027499735355377,0.26554298400878906,-0.2661852240562439,-0.3617668151855469,0.37591251730918884,-0.09812574833631516,0.10410948842763901,-0.2161729335784912,0.16451218724250793,0.1731051802635193,-0.536973237991333,0.3094993531703949,-0.1673368215560913,-0.27882423996925354,-0.06422308832406998,0.07181990146636963,-0.1600785106420517,0.1515631377696991,-0.059239864349365234,0.4652097523212433,0.1363757699728012,0.24897225201129913,-0.1676769256591797,-0.008321989327669144,0.2113569676876068,-0.1533409208059311,0.488019734621048,-0.14771369099617004,0.009766848757863045,-0.025699852034449577,0.23035860061645508,-0.17135193943977356,0.3680279552936554,0.2191573530435562,-0.10044266283512115,-0.05389993637800217,-0.10899821668863297,0.01137117762118578,0.08033162355422974,0.42725956439971924,0.18075087666511536,-0.7510731220245361,0.1308886706829071,0.2364467829465866,0.4105002284049988,-0.16949567198753357,-0.019051704555749893,0.15759074687957764,0.4950956106185913,-0.08560469001531601,0.04918695241212845,-0.02537914179265499,-0.04926104098558426,-0.17480677366256714,0.2898917496204376,-0.05626223608851433,0.0517895370721817,-0.251159131526947,0.20571167767047882,0.09666847437620163,0.21243351697921753,0.14010998606681824,-0.0836082175374031,-0.43403321504592896,0.012552628293633461,0.19538739323616028,0.1314007043838501,0.3594362735748291,-0.08045198023319244,0.4081898331642151,-0.36298662424087524,-0.26891833543777466,0.11203619092702866,0.15794090926647186,-0.49881213903427124,-0.08343008160591125,0.21218974888324738,0.17286290228366852,0.09938960522413254,-0.29655277729034424,-0.5844921469688416,0.11392965912818909,0.029810640960931778,-0.6587204933166504,-0.4729243814945221,-0.01340701524168253,0.04095693677663803,-0.19945332407951355,-0.40097132325172424,-0.6034160256385803,-0.06891033798456192,-0.048327963799238205,0.279044508934021,-0.33565542101860046,0.05558069050312042,0.38284194469451904,0.09839705377817154,0.4976130723953247,0.03521271049976349,0.24708005785942078,-0.0981200560927391,-0.14655721187591553,0.2591443955898285,-0.0078093428164720535,0.19626542925834656,-0.048357993364334106,-0.22741293907165527,0.2489996999502182,0.11783859133720398,0.2653479278087616,-0.03128618746995926,-0.4538978338241577,0.20838120579719543,-0.4627821147441864,0.10791455954313278,0.4827378988265991,0.17558658123016357,0.130576953291893,-0.1713540405035019,-0.66199791431427,-0.41526493430137634,0.031088437885046005,-0.14843954145908356,-0.11336982250213623,0.3674035370349884,0.7605719566345215,0.36498045921325684,-0.13683128356933594,0.16108763217926025,0.12572067975997925,-0.3529672622680664,-0.0566534660756588,0.10876382887363434,-0.07475634664297104,-0.16105985641479492,-0.09964742511510849,0.28391033411026,-0.18533717095851898,-0.3960622251033783,-0.04952768236398697,0.4160386621952057,-0.2197386920452118,-0.25904572010040283,0.47636497020721436,-0.18594084680080414,-0.045211732387542725,-0.2734227478504181,0.057303983718156815,-0.10789677500724792,0.11724681407213211,0.056434258818626404,-0.08983521908521652,-0.44290512800216675,0.32695436477661133,-0.6351889371871948,0.035245757550001144,-0.038709815591573715,-0.024959784001111984,0.009028649888932705],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"oHt9YYQBoAKt5eeI9Atx","_score":1,"_source":{"text_block_id":"b2","text":"of 20 November 2013","text_embedding":[-0.0053884186781942844,0.017700403928756714,0.106543630361557,0.012181420810520649,-0.04441384971141815,-0.08054681867361069,0.11506757140159607,-0.11317465454339981,0.05140959098935127,0.043745607137680054,0.043745528906583786,-0.24386931955814362,-0.20337744057178497,0.7213094830513,0.15843993425369263,0.42136266827583313,-0.026163041591644287,0.2192489057779312,0.09655919671058655,0.08451393991708755,-0.031167596578598022,-0.2070877104997635,0.18793652951717377,0.530551016330719,-0.09475144743919373,-0.3725135624408722,-0.02228349633514881,-0.3110572397708893,0.15686820447444916,0.16884668171405792,0.20049208402633667,-0.1571742445230484,0.30098503828048706,-0.11143796890974045,-0.10383737087249756,-0.17330537736415863,0.09425711631774902,-0.1160539761185646,-0.02019544132053852,-0.1393585354089737,-0.17953622341156006,-0.09777039289474487,0.04629718139767647,0.24651633203029633,-0.12007943540811539,-0.3505518138408661,0.05172112584114075,0.20904336869716644,0.17807428538799286,0.3846348226070404,-0.09669957309961319,-0.01411669421941042,0.13592815399169922,-0.215070903301239,-0.13971452414989471,-0.13651596009731293,0.031241968274116516,-0.44078850746154785,-0.5305084586143494,-0.2731964886188507,0.14833392202854156,-0.08906915783882141,-0.1850111037492752,-0.3211349546909332,-0.12725208699703217,0.29744550585746765,0.19704587757587433,0.49880000948905945,-0.6536569595336914,-0.6033875942230225,-0.2952491343021393,0.3011648952960968,-0.28773584961891174,-0.1953635960817337,0.2865835130214691,-0.48203638195991516,-0.3631819486618042,0.34702667593955994,0.27603772282600403,0.22974903881549835,-0.11132726818323135,-0.10441554337739944,0.18188448250293732,0.16025963425636292,0.0880439281463623,-0.2713882625102997,0.32538947463035583,-0.12772488594055176,-0.11448776721954346,0.20285291969776154,0.3566725254058838,-0.3649207055568695,0.3761873245239258,-0.12141040712594986,-0.17147032916545868,0.4018523395061493,0.014779791235923767,-0.24387283623218536,0.017465874552726746,-0.15175820887088776,0.24143898487091064,-0.6028245687484741,0.2911021113395691,0.08168603479862213,-0.03772815689444542,0.011475210078060627,0.34403109550476074,-0.04760776832699776,0.2244790643453598,-0.18648064136505127,-0.08781895786523819,0.06333919614553452,-0.2472493201494217,-0.5197579264640808,-0.161055326461792,0.18378961086273193,-0.10265332460403442,-0.39037609100341797,0.22426354885101318,-0.12353798002004623,-0.059010427445173264,-0.026808446273207664,-0.0589173398911953,0.36026906967163086,-0.009006272070109844,-0.4574798345565796,0.1794002652168274,-0.054277703166007996,-0.19540469348430634,0.05271366238594055,0.14595450460910797,0.44106364250183105,-0.23897616565227509,-0.03651280328631401,-0.1907917708158493,0.0864517018198967,0.11838892102241516,-0.2258678823709488,-0.37832391262054443,-0.021971017122268677,-0.44313696026802063,0.15577581524848938,-0.5446229577064514,0.2685481011867523,0.4508340060710907,0.25314176082611084,-0.09964930266141891,0.13705824315547943,-0.28877899050712585,-0.5439095497131348,0.08249012380838394,0.100651316344738,-0.38074979186058044,0.11561641097068787,-0.2027835100889206,0.25764939188957214,-0.31714239716529846,0.011448614299297333,-0.061048541218042374,0.35271379351615906,0.47129854559898376,0.07906993478536606,-0.19859306514263153,0.07562563568353653,0.1323096603155136,0.6529912948608398,-0.2422976940870285,-0.2272268682718277,0.28311607241630554,-0.10794871300458908,-0.08147766441106796,-0.32459819316864014,-0.14605404436588287,-0.1932670623064041,-0.22875140607357025,0.2289150357246399,0.1982220560312271,0.0781460776925087,-0.01216969359666109,0.008007924072444439,-1.879349708557129,0.36140552163124084,-0.037195783108472824,0.17611993849277496,0.2177070826292038,0.206006720662117,0.5892464518547058,-0.0652579739689827,0.4778120815753937,0.19890053570270538,-0.2577163875102997,-0.11710348725318909,0.44874200224876404,-0.1693161278963089,0.23692648112773895,0.01801588572561741,-0.29536956548690796,0.09240534156560898,-0.10963070392608643,0.2329200953245163,-0.050234779715538025,0.11669018864631653,-0.02754366397857666,-0.005408132914453745,0.23472191393375397,-0.06535645574331284,0.2004392147064209,-0.05011385306715965,0.21523897349834442,0.4326317608356476,-0.4726658761501312,-0.23358003795146942,0.21207262575626373,0.24116046726703644,-0.4534699618816376,-0.1609894037246704,-0.03687925636768341,-0.2380719929933548,0.06752469390630722,-0.6237291693687439,0.1207582950592041,0.01701541431248188,-0.11235275119543076,0.3845159113407135,0.018884824588894844,0.53703373670578,0.1621701568365097,-0.4043818414211273,0.0454411543905735,-0.42372262477874756,-0.29329898953437805,0.07274480164051056,0.4833958148956299,-0.005753820296376944,0.702800452709198,0.22930248081684113,-0.11817342042922974,-0.287204772233963,-0.06512641906738281,-0.45827388763427734,0.06041300669312477,0.18059523403644562,0.46657824516296387,0.12594108283519745,-0.061741892248392105,0.22900469601154327,0.13882668316364288,0.20248477160930634,0.2820647060871124,0.18576180934906006,-0.0822664275765419,0.43335387110710144,-0.33207935094833374,0.10109560936689377,-0.20542629063129425,0.28220418095588684,-0.14526601135730743,0.1651485413312912,-0.07055091112852097,0.11298534274101257,-0.18471980094909668,-0.12830595672130585,0.007100982125848532,0.3497215807437897,-0.09211388975381851,0.06095312163233757,0.38105475902557373,-0.2322460412979126,-0.04217730835080147,0.2592768371105194,0.17835365235805511,0.11918070912361145,-0.5223051309585571,-0.025917446240782738,0.16049693524837494,0.235711932182312,0.09906545281410217,0.21499989926815033,0.15022659301757812,-0.31361839175224304,0.2002228945493698,0.34944847226142883,0.05237653851509094,-0.09322593361139297,0.1477358043193817,-0.37996020913124084,-0.3196622431278229,0.04919346049427986,0.14152967929840088,-0.1487017124891281,0.18016600608825684,0.2623539865016937,-0.3915398120880127,0.03678889945149422,-0.04013446718454361,0.30256345868110657,-0.15172381699085236,-0.1927272081375122,0.2900340259075165,0.2808193266391754,-0.31706932187080383,-0.18080274760723114,0.010776542127132416,0.0760011300444603,-0.10431932657957077,-0.1531085968017578,0.10340845584869385,-0.43672895431518555,-6.062915325164795,-0.3603341579437256,-0.12333867698907852,-0.2514233887195587,0.4147723615169525,0.31728148460388184,0.15668369829654694,-0.10869783163070679,0.03698596730828285,-0.24050526320934296,0.25726208090782166,0.1444554328918457,-0.3980084955692291,0.21288973093032837,0.0407974012196064,-0.3364271819591522,0.23347599804401398,-0.15227201581001282,0.15280884504318237,0.32402095198631287,-0.037396881729364395,-0.3633754551410675,0.078232042491436,0.04328417778015137,0.14166538417339325,-0.008837874047458172,-0.2834315299987793,-0.24772025644779205,0.14823009073734283,-0.2937648594379425,0.3138667643070221,-0.3453066051006317,-0.2577633261680603,-0.023132309317588806,-0.10068830102682114,-0.20636247098445892,0.017692409455776215,-0.31916776299476624,-0.23318634927272797,-0.6379926800727844,0.01663418859243393,-0.6132460236549377,0.02372823655605316,0.18837116658687592,0.6370194554328918,-0.41899144649505615,-0.36012211441993713,0.2340928316116333,-0.2763700485229492,-0.18139362335205078,0.2894177734851837,0.08301379531621933,0.1847825050354004,-0.04249142110347748,-0.09639710932970047,0.06437616795301437,-0.1773732751607895,0.05882387235760689,0.3523293435573578,0.08645778149366379,-0.07750936597585678,-0.1717812865972519,0.21899189054965973,-0.27787837386131287,-0.14858216047286987,0.06690455228090286,-0.3976111114025116,0.00905043538659811,-0.29944661259651184,-0.15523412823677063,-0.47649988532066345,-0.018982673063874245,-0.1068955734372139,-0.3941909372806549,0.04192317649722099,-0.3745236396789551,0.3892219364643097,-0.13137511909008026,-0.2933270037174225,-0.08909913897514343,-0.15170782804489136,0.003075703978538513,-0.0035737331490963697,0.29963210225105286,-0.15378481149673462,0.35479533672332764,0.2770213484764099,-0.0016208240995183587,-0.2512267529964447,-0.6787464618682861,0.39950013160705566,-0.36609363555908203,0.105312280356884,-0.230202317237854,-0.02698514424264431,0.009894093498587608,-0.18455033004283905,0.46280142664909363,-0.3227340877056122,0.39193442463874817,-0.08598292618989944,-0.09174194931983948,0.35878172516822815,-0.08597124367952347,-0.00687382323667407,-0.4469573199748993,-0.17904424667358398,-0.08439615368843079,-0.14745233952999115,-0.0011895546922460198,0.002809559227898717,-0.01367728691548109,-0.6337364315986633,0.10356410592794418,0.058064330369234085,-0.12366368621587753,0.3946790397167206,0.23659437894821167,0.18445830047130585,0.01980646513402462,-0.19074220955371857,0.1698867231607437,-0.18151728808879852,-0.15539216995239258,-0.30429819226264954,0.2874695062637329,-0.5632975697517395,-0.3065730631351471,0.15446269512176514,0.029791882261633873,0.020570075139403343,0.29703205823898315,0.07107938081026077,0.6001588702201843,0.6315339207649231,-0.08112155646085739,-0.30421438813209534,-0.7050644755363464,0.09003952890634537,0.08035774528980255,0.26978886127471924,0.1987723857164383,-0.04708832502365112,0.11666644364595413,0.138569638133049,0.3565787076950073,0.5234163403511047,-0.3483816683292389,0.27080973982810974,-0.00701562687754631,0.02390938438475132,-0.26185157895088196,0.5026161074638367,-0.35083556175231934,-0.5898187756538391,0.2922877371311188,0.5709566473960876,-0.3727022111415863,-0.5813706517219543,-0.12486022710800171,-0.05971108749508858,-0.039793193340301514,-0.3432628810405731,0.0836709663271904,-0.10459768772125244,0.034296926110982895,0.13196344673633575,-0.09104012697935104,0.06596105545759201,-0.3247605860233307,0.080164335668087,-0.21534788608551025,-0.19139158725738525,0.20755231380462646,-0.051939237862825394,0.030391676351428032,0.24466963112354279,-0.26568296551704407,0.08996506780385971,0.3359813392162323,-0.2381855696439743,-0.0663498193025589,-0.361232191324234,-0.16482779383659363,0.5543578863143921,-0.07709253579378128,-0.1696784496307373,-0.3108927011489868,0.2946227788925171,-0.0030975292902439833,0.17016153037548065,0.02463366836309433,0.0293277595192194,0.22775571048259735,-0.24040667712688446,-0.4775921404361725,0.5226373076438904,0.3165864646434784,-0.05998080596327782,0.35314294695854187,-0.19121450185775757,0.039651062339544296,0.22540231049060822,-0.004315254744142294,-0.03527737408876419,0.06771150976419449,0.185277059674263,-0.08450809866189957,0.22926513850688934,-0.2104419320821762,0.17896132171154022,-0.011443041265010834,0.3490615785121918,0.23783321678638458,0.2902301251888275,0.09369047731161118,0.06998155266046524,-0.2905530333518982,-0.5709205269813538,-0.16772162914276123,-0.03526916354894638,-0.06127074360847473,-0.3965862989425659,-0.12846378982067108,-0.2372482270002365,0.4090982973575592,-0.07814310491085052,0.04322008416056633,-0.4500901699066162,-0.34723544120788574,-0.11075443029403687,-0.3659329414367676,-0.44119521975517273,0.12168838828802109,-0.3245912492275238,-0.04612861946225166,0.013863836415112019,-0.2814035713672638,-0.3838598430156708,0.30000466108322144,0.141511008143425,0.03236031159758568,0.06417862325906754,-0.37519514560699463,0.06864690035581589,0.3567981421947479,0.07543874531984329,-0.16561152040958405,0.4769256114959717,0.08450248092412949,0.01132469903677702,-0.3244394361972809,0.19555430114269257,0.2125280350446701,-0.1206049695611,-0.15563420951366425,-0.1878460794687271,-0.11177735775709152,-0.17635171115398407,0.11692243069410324,0.27563509345054626,0.1199306920170784,0.17227254807949066,-0.07361522316932678,0.1526048332452774,0.3174525499343872,0.16412235796451569,-0.23977427184581757,0.16673405468463898,0.15232343971729279,0.12186720967292786,-0.20366817712783813,-0.3753960430622101,0.24933643639087677,0.3929544985294342,-0.14392070472240448,-0.4572110176086426,0.031375154852867126,0.1037183478474617,0.0488872230052948,-0.41202425956726074,0.11081328243017197,0.02483920007944107,0.07884827256202698,0.3410668671131134,-0.038377393037080765,0.13616546988487244,-0.16447629034519196,0.05419011786580086,0.096141517162323,0.7484188675880432,0.09836044162511826,-0.4715590178966522,0.0731358602643013,-0.4782121181488037,0.05457957088947296,0.525076687335968,0.47288691997528076,-0.20021958649158478,-0.12794309854507446,0.11274204403162003,0.19697077572345734,0.18759100139141083,0.03450020030140877,-0.6650713682174683,0.30863523483276367,0.1849949210882187,-0.2842518389225006,-0.027816981077194214,-0.15459294617176056,0.30376991629600525,-0.1465921849012375,0.2074345350265503,0.23012633621692657,-0.3864785432815552,-0.2887882888317108,-0.2023838609457016,-0.16534899175167084,0.2111629992723465,-0.08303730934858322,0.3359204828739166,0.14113359153270721,0.23512037098407745,-0.1020004078745842,-0.22230565547943115,0.2001323699951172,0.2426196187734604,0.0014708832604810596,-0.16620081663131714,0.09494873881340027,0.1298818737268448,0.2346087545156479,-0.2775178849697113,0.39078447222709656,0.13091611862182617,-0.15085448324680328,0.12130465358495712,-0.05004020035266876,0.11914893239736557,0.04082037881016731,0.44132199883461,0.18173553049564362,-0.38615739345550537,0.23642100393772125,0.4913508892059326,0.306652694940567,0.032690733671188354,-0.1519751101732254,0.08858808130025864,0.1983136683702469,0.03293853998184204,0.16377471387386322,-0.06840478628873825,-0.11243769526481628,0.40470221638679504,0.146067813038826,-0.2110687643289566,0.043020326644182205,-0.02901388145983219,0.3888275623321533,0.40756356716156006,0.2960110604763031,0.4830873906612396,0.41619911789894104,-0.23664583265781403,-0.08336276561021805,-0.07171168178319931,0.686046302318573,-0.16613240540027618,0.00858286488801241,0.5628091096878052,-0.47875967621803284,-0.09172221273183823,-0.0001618415117263794,0.25493136048316956,0.07085413485765457,-0.396441787481308,0.08241274207830429,0.041850071400403976,0.012398391962051392,-0.18992292881011963,-0.3002503216266632,0.14660091698169708,-0.1353718489408493,-0.5029789805412292,-0.44424864649772644,0.05091606080532074,0.2228442281484604,0.160053089261055,-0.5067787766456604,0.010173779912292957,-0.1971530318260193,-0.1440758854150772,0.2896435558795929,-0.4678543508052826,-0.09022733569145203,0.053517896682024,0.27728956937789917,0.38010966777801514,0.23923088610172272,0.3524831235408783,-0.4911945164203644,-0.5650673508644104,0.3606562912464142,-0.317158043384552,-0.06957188993692398,-0.29848262667655945,-0.08142010867595673,0.4392331540584564,0.17205661535263062,-0.13031546771526337,0.014337107539176941,-0.4443676173686981,0.09115594625473022,-0.31444868445396423,0.14477162063121796,0.2872072458267212,-0.11736869812011719,-0.05560252442955971,0.030489766970276833,-0.23645657300949097,-0.3534625470638275,-0.1094558835029602,-0.08066267520189285,0.09494169801473618,0.4190472662448883,0.5095102190971375,0.503898561000824,-0.403360515832901,-0.28185784816741943,0.538415789604187,-0.2976362407207489,0.1730259209871292,0.12764032185077667,-0.24371618032455444,-0.1931719034910202,-0.2521665394306183,0.39209046959877014,-0.19606846570968628,-0.2947312295436859,-0.07513972371816635,0.4256366193294525,-0.13795165717601776,-0.3479823172092438,0.3488960266113281,-0.09331369400024414,-0.19463427364826202,0.2845926582813263,0.2608952224254608,-0.199795201420784,0.038885679095983505,0.2110457867383957,-0.08290717750787735,-0.24373608827590942,0.23514695465564728,-0.39005959033966064,-0.09493037313222885,-0.009649901650846004,0.1463213860988617,-0.04863609001040459],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"oXt9YYQBoAKt5eeI9Atx","_score":1,"_source":{"text_block_id":"b3","text":"on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","text_embedding":[0.32469621300697327,0.3874764144420624,0.2059173434972763,-0.4717176556587219,0.3068901002407074,0.02098020724952221,0.22859540581703186,-0.0653386190533638,-0.19779792428016663,-0.35547253489494324,-0.041103992611169815,-0.10131557285785675,-0.5026207566261292,0.3023589253425598,0.4807243347167969,0.5062572956085205,-0.06127416715025902,0.2071755975484848,-0.16508755087852478,-0.2200222909450531,0.4753205180168152,-0.10161548107862473,0.12908250093460083,0.7274013757705688,0.4127291738986969,-0.00892686191946268,0.1218864694237709,-0.00889602955430746,0.18365849554538727,-0.2120237797498703,-0.0746077224612236,-0.10110840946435928,0.15470367670059204,0.2671576142311096,0.40506449341773987,-0.023437565192580223,-0.04989377036690712,-0.15732426941394806,-0.13736332952976227,-0.4293241798877716,-0.14284466207027435,-0.4892980456352234,-0.21873830258846283,0.15502037107944489,-0.16969960927963257,0.10359218716621399,-0.3684920370578766,0.2832168638706207,-0.16233867406845093,0.2568967342376709,0.06313370913267136,0.2485005259513855,-0.17144562304019928,-0.16075927019119263,-0.055093709379434586,-0.22898314893245697,0.20663276314735413,-0.377617746591568,-0.5684694647789001,-0.3673734664916992,-0.06197451427578926,-0.22084303200244904,-0.015081391669809818,-0.2423836588859558,-0.005015973933041096,-0.10513737797737122,0.12311902642250061,-0.18056617677211761,-0.26927345991134644,-0.5527562499046326,-0.10769812762737274,0.2594864070415497,-0.21052293479442596,-0.21970048546791077,-0.06634363532066345,-0.247343972325325,-0.5086972713470459,0.2803041338920593,0.34222662448883057,0.3587801456451416,0.38105085492134094,-0.03031774051487446,-0.010720469988882542,0.083011694252491,0.3819732367992401,-0.343475341796875,0.6298117637634277,-0.20389777421951294,-0.339410662651062,0.34478387236595154,0.25260770320892334,-0.5055713057518005,-0.06073553487658501,0.4230360984802246,0.4263280928134918,0.5563488602638245,-0.5139225125312805,-0.2810686528682709,-0.21874171495437622,-0.20884422957897186,0.07260599732398987,-0.1720103770494461,-0.19396577775478363,0.14321169257164001,0.15476681292057037,0.021713517606258392,0.09699582308530807,-0.3105224668979645,0.1736087054014206,0.28166285157203674,0.4015405476093292,0.36373111605644226,-0.09664425253868103,-0.3253152370452881,-0.3449394106864929,0.11127357184886932,-0.14284367859363556,-0.25795847177505493,0.19102121889591217,-0.05279863253235817,0.24588333070278168,0.3289215862751007,-0.012793746776878834,0.32830750942230225,0.05215011537075043,-0.30786532163619995,0.16565947234630585,-0.28658267855644226,-0.40605172514915466,-0.09644739329814911,-0.05515279620885849,0.08717471361160278,-0.006444265134632587,0.06993701308965683,-0.09270444512367249,0.21319521963596344,0.4585428237915039,-0.5270069241523743,-0.08448880910873413,0.4005335569381714,0.42086896300315857,-0.2860177755355835,0.720085859298706,0.25757738947868347,0.45462676882743835,0.21606750786304474,-0.06483247876167297,0.00040013546822592616,-0.0830136388540268,-0.1312786042690277,0.050825927406549454,0.39121532440185547,0.0712541937828064,0.044633444398641586,-0.2257387489080429,-0.3628070652484894,-0.3638725280761719,0.4581094980239868,-0.143940731883049,-0.42188653349876404,0.14341723918914795,0.8198365569114685,0.0066038016229867935,-0.2868802547454834,0.627676248550415,0.035057809203863144,-0.19896072149276733,-0.12330655753612518,0.061638906598091125,0.3144044876098633,0.28334933519363403,0.04255137965083122,0.14588476717472076,-0.2346246838569641,0.03332402929663658,0.05762549862265587,0.2884000539779663,0.3335917294025421,-0.24030210077762604,0.2544749081134796,-1.5772576332092285,-0.13729311525821686,-0.3590051829814911,0.5590872168540955,0.0942804142832756,-0.36882221698760986,-0.060524288564920425,0.04182816669344902,0.2298385053873062,0.645885169506073,-0.4219522476196289,-0.5271161794662476,0.9810060858726501,-0.49231043457984924,0.142796590924263,-0.3509463369846344,0.1102680042386055,0.26851606369018555,0.11237015575170517,-0.3027998208999634,-0.0977650135755539,0.243560329079628,0.2850167155265808,-0.6413038372993469,-0.3949594497680664,-0.04089624434709549,-0.019905997440218925,-0.2933816909790039,-0.19318296015262604,0.2951333224773407,-0.21976260840892792,0.2059381604194641,0.14876224100589752,0.544846773147583,-0.1917269378900528,-0.25889852643013,-0.4158969819545746,-0.03265198692679405,-0.27079224586486816,0.0010012760758399963,0.11437051743268967,0.35455477237701416,0.09324458241462708,0.46552878618240356,0.4269440472126007,0.24664536118507385,0.4722521901130676,-0.17123627662658691,0.1726951003074646,-0.4221822917461395,0.3418772518634796,-0.03771768882870674,0.2050733119249344,0.07082276791334152,0.2102731168270111,0.14787264168262482,-0.11669283360242844,-0.07045785337686539,0.5273188948631287,-0.3052990436553955,0.005709461402148008,-0.0508720725774765,0.07137167453765869,0.4923191964626312,-0.18736101686954498,0.12493428587913513,0.28712666034698486,0.33574995398521423,0.17798930406570435,0.453363299369812,-0.04445352032780647,0.48747193813323975,-0.1831708401441574,0.38574522733688354,-0.1943846344947815,-0.03292958810925484,-0.08619984984397888,-0.2735416293144226,0.03955626115202904,-0.2736372947692871,-0.33527278900146484,-0.19745796918869019,-0.09565343707799911,-0.11806675791740417,-0.14641350507736206,-0.4655860662460327,0.08839795738458633,-0.436677485704422,-0.5983855724334717,-0.13106194138526917,0.3477436304092407,0.5704396367073059,-0.3879883587360382,-0.0905735194683075,-0.005510138813406229,-0.19843101501464844,0.4597887694835663,0.602331280708313,0.2418626844882965,-0.3012143075466156,-0.13181369006633759,0.13060477375984192,-0.16195149719715118,-0.06657042354345322,0.052196063101291656,-0.17487232387065887,0.05718116834759712,0.03158282861113548,-0.13250945508480072,0.11564915627241135,0.47490110993385315,0.3047654628753662,-0.0327981635928154,-0.3136492669582367,0.12878969311714172,0.4663482904434204,0.19279466569423676,-0.19790898263454437,0.32406285405158997,0.24571722745895386,0.0754091665148735,-0.024796457961201668,0.47457703948020935,0.2361757904291153,0.28810882568359375,-0.564379096031189,-0.27078142762184143,-0.7051690816879272,-6.0206379890441895,-0.07757961004972458,-0.21955227851867676,0.1747235655784607,0.313286155462265,0.41398897767066956,0.6176042556762695,0.12289054691791534,-0.18620182573795319,-0.14852987229824066,-0.34562698006629944,-0.1420777291059494,-0.2400091290473938,0.3991651237010956,-0.3697652816772461,-0.02485850267112255,-0.17614853382110596,-0.007082263007760048,-0.20140404999256134,-0.26881876587867737,0.15973037481307983,-0.4710213840007782,0.03676029294729233,-0.09174146503210068,0.7271537184715271,-0.3017834722995758,-0.48952552676200867,-0.2966630160808563,0.4250606298446655,-0.37567684054374695,0.24374370276927948,-0.46756240725517273,-0.23415327072143555,0.044187888503074646,0.13662904500961304,0.39177531003952026,0.0999680683016777,-0.7504799365997314,0.21183329820632935,-0.24667558073997498,0.1403137594461441,-0.2543341815471649,0.051156703382730484,-0.2898651361465454,0.2659744322299957,-0.25530675053596497,0.04744800552725792,0.2990616261959076,-0.20802602171897888,0.07235295325517654,0.3444397747516632,0.4192473590373993,-0.22347182035446167,0.027912236750125885,-0.3728192150592804,0.43688729405403137,-0.005581432953476906,0.48805105686187744,0.13341310620307922,-0.31571999192237854,-0.189931720495224,-0.06638798862695694,0.04350723326206207,-0.06102825328707695,-0.030746793374419212,0.1578935980796814,-0.5172885060310364,0.1384996771812439,0.03887772932648659,-0.3930412232875824,0.18187308311462402,0.11854959279298782,-0.5005293488502502,-0.8308462500572205,-0.21254830062389374,-0.7231813669204712,0.4732128381729126,-0.2224200814962387,-0.01863594725728035,0.19843870401382446,0.024039577692747116,-0.2555008828639984,0.21761803328990936,0.4847926199436188,0.12047047168016434,-0.2308332473039627,0.2866773307323456,0.029426293447613716,-0.07867750525474548,-0.36252307891845703,0.21494150161743164,-0.16421933472156525,-0.02693871408700943,0.029365772381424904,0.5052232146263123,-0.2919585406780243,0.15936428308486938,-0.2429884523153305,-0.09590966254472733,0.16856560111045837,-0.21365946531295776,-0.09549243748188019,0.3366669714450836,-0.03347078710794449,0.029145164415240288,0.11016826331615448,-0.136433944106102,-0.016737358644604683,0.2676349878311157,0.29649388790130615,0.08891120553016663,-0.07962848246097565,-0.09383979439735413,-0.1278044730424881,-0.08479612320661545,-0.04868530109524727,-0.11107780784368515,0.07173559069633484,0.6376542448997498,0.017571045085787773,-0.19387021660804749,0.24432958662509918,-0.14965642988681793,0.1603551059961319,-0.2603466808795929,-0.0014926920412108302,-0.33957207202911377,-0.0362350195646286,0.3275652527809143,0.00007466497481800616,-0.15979667007923126,0.3268292248249054,0.08885575085878372,0.0010644820285961032,0.47332143783569336,0.295427531003952,-0.013966497965157032,-0.2827363908290863,0.11339206993579865,0.5826850533485413,-0.15915989875793457,0.08101610094308853,-0.1531875878572464,-0.05286767706274986,-0.16767233610153198,0.6314378380775452,0.387715607881546,0.10879721492528915,0.518236517906189,-0.10097982734441757,0.4594602584838867,0.017245380207896233,0.10941583663225174,-0.24677115678787231,-0.23867012560367584,0.06510057300329208,0.1828853040933609,-0.3302150368690491,0.3744698464870453,-0.5342289209365845,-0.08515910059213638,0.1669929474592209,-0.340205579996109,-0.41272643208503723,0.3371916115283966,0.036839548498392105,0.06011049449443817,-0.40200403332710266,-0.4050087630748749,0.07220253348350525,0.06283586472272873,-0.037680741399526596,-0.0464092493057251,0.09234773367643356,-0.5232552886009216,0.2770879864692688,-0.2036331295967102,-0.23967669904232025,0.11607276648283005,0.2389598935842514,0.1890220195055008,0.11548822373151779,-0.3127603530883789,-0.23152416944503784,-0.14151501655578613,-0.5439719557762146,0.22980333864688873,-0.19034238159656525,0.1295100897550583,-0.41184350848197937,0.21039746701717377,0.26328080892562866,0.23172281682491302,0.6127422451972961,-0.2597171664237976,-0.04487575963139534,0.19923800230026245,-0.0021347240544855595,-0.19871796667575836,0.3932381570339203,-0.2921258509159088,-0.3022238314151764,-0.16000045835971832,-0.13749243319034576,-0.34678539633750916,-0.3461188077926636,-0.11115455627441406,-0.0367150641977787,-0.04971172660589218,-0.48941925168037415,-0.4458659291267395,0.3894524574279785,-0.25469785928726196,-0.08856867998838425,-0.3511914014816284,-0.37554943561553955,-0.03434848040342331,0.005024358164519072,-0.5237747430801392,-0.2718433141708374,-0.4930269122123718,0.1371968686580658,-0.023079626262187958,0.1149829551577568,-0.18927398324012756,0.0006471716333180666,0.08111283928155899,0.020224912092089653,-0.2223888486623764,-0.15812282264232635,-0.6388609409332275,-0.08733367174863815,-0.4583248794078827,-0.05873053893446922,-0.2750854790210724,0.14180950820446014,-0.05337496101856232,-0.40510720014572144,-0.5198665261268616,0.04196848347783089,0.2567138671875,-0.05302448570728302,-0.08356773853302002,-0.2807370722293854,-0.10730764269828796,0.1314757615327835,-0.13358961045742035,0.6447484493255615,-0.0850261002779007,-0.06978192180395126,0.584140419960022,-0.4242071211338043,-0.026267772540450096,-0.07762575149536133,-0.020835619419813156,-0.5430018305778503,-0.11506244540214539,0.1134147197008133,-0.5633431077003479,0.18977800011634827,0.1489505171775818,0.02048150822520256,-0.09394412487745285,-0.48993542790412903,0.19804954528808594,-0.12826991081237793,0.0013896565651521087,-0.3605104684829712,-0.04578779637813568,-0.32848674058914185,0.054120298475027084,-0.02037585899233818,-0.5083581805229187,0.1393326371908188,0.5468823909759521,0.04114867374300957,-0.3821570575237274,-0.3065146207809448,-0.09662899374961853,-0.2514898180961609,-0.4710538983345032,0.3721894919872284,-0.17659160494804382,-0.1614171415567398,0.3069878816604614,-0.3836388885974884,0.42250528931617737,-0.40016981959342957,-0.2658589780330658,-0.40845468640327454,0.5640788078308105,-0.22934867441654205,-0.2533418536186218,-0.09142330288887024,-0.3211621940135956,-0.16753457486629486,0.6936181783676147,0.1842454969882965,-0.1911413073539734,0.0019917143508791924,-0.03647403046488762,0.29531219601631165,0.13123275339603424,0.016568679362535477,-0.5464214086532593,0.36797550320625305,-0.05101398006081581,-0.05904218181967735,-0.20850983262062073,0.2391044944524765,0.09529118239879608,-0.10766234993934631,0.6050043702125549,0.453382670879364,-0.448514848947525,-0.08954555541276932,0.068373903632164,-0.4384177029132843,0.34681370854377747,-0.22288364171981812,0.3005122244358063,-0.21881483495235443,0.061208948493003845,0.2654024064540863,0.2629457712173462,0.05839822068810463,-0.4416602849960327,0.030207782983779907,0.05197042226791382,0.6256415843963623,-0.5871888995170593,-0.0008379844366572797,0.11041490733623505,0.3570542633533478,-0.09095612168312073,0.22541946172714233,0.40947940945625305,-0.15305401384830475,-0.3153318464756012,0.14093990623950958,-0.003768053837120533,0.4384291470050812,-0.32881468534469604,-0.004456319380551577,0.3735889196395874,-0.15738366544246674,0.08288746327161789,0.10443225502967834,0.05771375820040703,0.6109011769294739,0.3473198115825653,-0.18666449189186096,-0.43859463930130005,-0.07766211777925491,0.19031204283237457,0.37555596232414246,0.05287419259548187,0.30451926589012146,0.20695529878139496,0.04853029549121857,-0.06785380840301514,0.1595725417137146,0.44890734553337097,-0.1712718904018402,-0.15322528779506683,-0.05650399997830391,-0.10361018776893616,0.01837030239403248,0.18892697989940643,-0.2611337900161743,0.3236282169818878,-0.6273532509803772,-0.665651261806488,-0.12345279008150101,0.27004683017730713,-0.18391571938991547,0.22646407783031464,-0.013838422484695911,0.5290347337722778,0.27419954538345337,-0.1578100025653839,-0.13496461510658264,-0.20097805559635162,-0.1587691456079483,0.007846447639167309,0.1508643478155136,0.18768815696239471,-0.27684205770492554,0.1128673255443573,-0.2510620057582855,-0.13535648584365845,0.31469038128852844,0.09288192540407181,0.571156919002533,-0.20288501679897308,-0.05930737033486366,0.4223163425922394,-0.2891029119491577,0.26927831768989563,0.18591514229774475,0.42044517397880554,-0.44629061222076416,-0.12631717324256897,0.07078235596418381,0.12028486281633377,0.12994664907455444,0.05279881879687309,-0.3617657721042633,0.15068164467811584,-0.13430418074131012,0.67612624168396,0.00024926933110691607,-0.23252005875110626,0.5276153683662415,-0.2888546884059906,0.15393434464931488,0.1046387255191803,0.6075381636619568,0.5906254053115845,-0.08359353244304657,0.031162189319729805,-0.3689148724079132,-0.5211391448974609,0.20261885225772858,-0.3457663953304291,-0.03511931374669075,0.171341672539711,0.09740646183490753,0.01425288338214159,0.10595259070396423,0.1264982521533966,-0.125400111079216,-0.2732461392879486,0.4706871211528778,-0.525945246219635,-0.09631387889385223,-0.29950618743896484,0.2150280624628067,-0.32364824414253235,-0.12743984162807465,-0.08038514107465744,0.42054513096809387,0.09850599616765976,-0.3145367503166199,0.44782397150993347,0.043357010930776596,0.19791282713413239,0.3858758807182312,-0.03750838711857796,-0.062123559415340424,-0.4427427351474762,0.12220034748315811,-0.08852756023406982,0.2126147598028183,0.12584790587425232,-0.6362467408180237,0.22068637609481812,0.01655583269894123,-0.41618233919143677,-0.3682248294353485],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"ont9YYQBoAKt5eeI9Atx","_score":1,"_source":{"text_block_id":"b4","text":"(Text with EEA relevance)","text_embedding":[0.15594621002674103,0.05010790750384331,0.06604981422424316,-0.27553698420524597,0.5226279497146606,0.1862040013074875,-0.3163555860519409,0.31725433468818665,-0.030150439590215683,0.012315290048718452,-0.025012006983160973,0.24739360809326172,-0.47549915313720703,0.03882642835378647,0.18354128301143646,0.26573094725608826,0.11769574135541916,0.32577651739120483,0.06331498920917511,-0.11326199024915695,0.10703573375940323,0.02374637871980667,0.025292297825217247,0.07503148913383484,0.005430618301033974,0.08566994965076447,-0.023369360715150833,-0.029419951140880585,-0.1684105396270752,-0.17362254858016968,0.20122547447681427,-0.06369581818580627,0.1233157068490982,0.16331058740615845,-0.12948255240917206,0.12667375802993774,-0.07998725771903992,-0.08136394619941711,-0.14835673570632935,0.12118368595838547,-0.11758523434400558,-0.3871150612831116,0.07764019072055817,-0.006217675283551216,-0.22378325462341309,0.25598639249801636,0.08392772823572159,0.30158305168151855,-0.007104042451828718,0.17231063544750214,-0.4867429733276367,0.1859806925058365,0.1102103441953659,0.10039261728525162,-0.048424020409584045,0.0739964097738266,0.2757547199726105,-0.4469057321548462,-0.14898663759231567,-0.2817528247833252,-0.004215892869979143,-0.18023693561553955,0.37690651416778564,0.03553902730345726,-0.021790696308016777,0.07395759224891663,-0.41569238901138306,0.19394110143184662,-0.49869027733802795,-0.10039358586072922,-0.021256377920508385,0.3648029565811157,-0.2105487585067749,-0.3956261873245239,-0.06889749318361282,0.19334405660629272,-0.191258043050766,0.20720389485359192,-0.039409831166267395,0.0708710104227066,0.03263773396611214,0.25500667095184326,0.08473808318376541,0.19733816385269165,0.33320853114128113,-0.006733328104019165,0.2976197600364685,0.017228493466973305,-0.0905696302652359,0.17328689992427826,0.12245409935712814,-0.20942316949367523,-0.022160552442073822,0.14278644323349,0.27928489446640015,0.03873253986239433,0.10380767285823822,-0.5183557271957397,-0.33395493030548096,-0.22935941815376282,-0.0677587017416954,-0.11246129870414734,0.23710352182388306,0.06794846057891846,-0.2875804901123047,0.051724907010793686,-0.015155252069234848,-0.48110151290893555,0.41420838236808777,0.31301048398017883,0.1757519245147705,0.21258017420768738,-0.16604800522327423,-0.5145701169967651,-0.19387485086917877,0.3677907884120941,0.02867966517806053,-0.1037592738866806,-0.20897182822227478,0.3150617778301239,0.23548099398612976,0.2786446809768677,0.22038330137729645,0.2964571714401245,0.2764929533004761,-0.011067664250731468,0.009042601101100445,-0.008902943693101406,-0.272853285074234,-0.03213925287127495,0.15176931023597717,-0.4593091607093811,0.001538837910629809,0.14724594354629517,-0.49925076961517334,0.3412695825099945,0.11828316748142242,-0.6170270442962646,0.23596909642219543,0.14980478584766388,-0.2599684000015259,-0.03144063055515289,-0.2510910630226135,-0.26031947135925293,0.5361562371253967,-0.23182784020900726,-0.13518314063549042,0.3108801245689392,0.007137571927160025,-0.22777093946933746,-0.2387794703245163,0.1266430765390396,-0.12390438467264175,-0.39703524112701416,-0.3108643591403961,-0.07804930210113525,-0.16896803677082062,0.4242495894432068,-0.20519772171974182,-0.22428253293037415,0.03277428820729256,0.2108590006828308,0.07083317637443542,0.18740452826023102,-0.05370054766535759,0.2721639573574066,0.11372929066419601,0.021852662786841393,-0.0014656377024948597,-0.40597471594810486,0.1441832035779953,-0.12393680214881897,0.5564149618148804,-0.017452973872423172,-0.4874482750892639,0.22029967606067657,0.5274079442024231,0.050629179924726486,-0.17192161083221436,-0.1248651072382927,-1.3458486795425415,0.2777845859527588,-0.18069210648536682,-0.12945154309272766,-0.34161192178726196,0.01809792034327984,0.1771603673696518,0.08131895959377289,0.11868152022361755,0.15293541550636292,-0.2600308358669281,-0.36171936988830566,0.1424138993024826,-0.07277493178844452,0.19623881578445435,-0.41569945216178894,-0.18275408446788788,0.44276535511016846,-0.13280093669891357,-0.010136629454791546,0.2566559612751007,-0.011359915137290955,0.08985179662704468,0.08080122619867325,-0.11769310384988785,-0.5020469427108765,-0.09422267228364944,0.09718962758779526,-0.08965203166007996,0.34469467401504517,-0.1291784644126892,-0.008962846361100674,0.2720057964324951,0.2981354296207428,-0.286953330039978,-0.14103850722312927,0.013890683650970459,-0.2112569808959961,-0.18140465021133423,-0.16706445813179016,-0.009372764267027378,0.13213640451431274,0.11059113591909409,0.2586948573589325,-0.2126413732767105,0.9622665047645569,0.3633284568786621,-0.2637461721897125,0.23208318650722504,0.0157118309289217,-0.04352723807096481,0.04614662379026413,-0.0059789735823869705,-0.2805025279521942,-0.0012614151928573847,0.04852764308452606,-0.34885478019714355,0.1664084643125534,0.3539295494556427,-0.3204573392868042,0.08935675770044327,-0.05365431308746338,0.01137330662459135,-0.03987639769911766,0.05665545165538788,-0.15723809599876404,0.19643476605415344,0.1536051332950592,0.01948383077979088,0.06532955169677734,-0.4741016626358032,0.7273937463760376,0.022857196629047394,0.17621226608753204,0.23011448979377747,-0.2490716576576233,0.06799536943435669,-0.20692941546440125,0.476177841424942,-0.05676053464412689,0.3412589430809021,0.09707948565483093,-0.12388551235198975,-0.12885187566280365,-0.03561024367809296,-0.04098806530237198,0.09274568408727646,-0.34474045038223267,-0.18473368883132935,0.1830168217420578,0.40509429574012756,0.22421281039714813,-0.2253371626138687,0.15045778453350067,-0.01728813163936138,0.07068708539009094,0.2661568522453308,0.14689414203166962,0.0498458556830883,-0.11195441335439682,-0.11258743703365326,0.09005669504404068,0.01174603495746851,-0.3601483106613159,0.08376152068376541,-0.07227162271738052,0.10060382634401321,-0.29936540126800537,-0.2806237041950226,-0.13311034440994263,0.23319227993488312,0.23450535535812378,-0.04191502556204796,-0.19110271334648132,0.22343479096889496,0.1729331612586975,0.11579044908285141,0.32242169976234436,0.11664125323295593,0.05413475260138512,-0.1853509396314621,-0.012939739972352982,-0.024696998298168182,0.17619171738624573,0.2946479022502899,-0.053920943289995193,-0.21081717312335968,-0.3415544629096985,-6.632467269897461,-0.03128223121166229,-0.13420554995536804,-0.29426056146621704,0.42844730615615845,0.3134363293647766,-0.25266095995903015,0.0747150108218193,-0.050537627190351486,-0.0983203575015068,-0.02338854782283306,-0.1719711273908615,0.01564127951860428,0.22881746292114258,-0.11599719524383545,0.34943485260009766,-0.02439470961689949,-0.1509111374616623,-0.34624969959259033,0.14956393837928772,-0.11312368512153625,-0.1041267067193985,0.1125299260020256,0.23579567670822144,0.22335904836654663,0.13585667312145233,-0.3406091630458832,-0.08824250102043152,-0.04306893050670624,-0.23444397747516632,0.23577016592025757,-0.3565533757209778,-0.05290643870830536,-0.0013001426123082638,0.2145765721797943,-0.03477920591831207,0.3029799163341522,-0.23659443855285645,0.012808006256818771,-0.08079896122217178,-0.06531357020139694,-0.18953022360801697,-0.17015185952186584,-0.044907987117767334,0.40667566657066345,-0.058579809963703156,0.13322597742080688,0.14986152946949005,0.06247478723526001,0.07962342351675034,-0.10268697142601013,-0.023596953600645065,0.01279975101351738,0.02613876201212406,0.04972981661558151,0.2939973771572113,0.1303069293498993,0.05128108337521553,0.03866952657699585,-0.2169395536184311,0.3265465497970581,-0.06292373687028885,-0.46359437704086304,-0.4221515655517578,-0.5102131962776184,0.00845128484070301,-0.5734714269638062,-0.20914874970912933,0.08817055821418762,-0.061877354979515076,-0.10393155366182327,0.23916631937026978,-0.5000553727149963,-0.910628080368042,-0.09496743232011795,-0.2994099259376526,0.0906170904636383,-0.12210244685411453,-0.19526606798171997,0.03850710764527321,-0.20206889510154724,-0.22346165776252747,-0.14602337777614594,0.3928403854370117,-0.11626332253217697,-0.0974806472659111,0.05750554800033569,-0.048683568835258484,-0.2293108105659485,-0.3876626193523407,0.718461811542511,-0.24905474483966827,-0.43031591176986694,0.30419430136680603,0.03883582726120949,-0.06838265061378479,0.0847618579864502,-0.0004463063378352672,0.12649689614772797,0.09083566069602966,0.022765882313251495,0.06290198117494583,0.36939436197280884,-0.023030748590826988,0.216282919049263,-0.17204347252845764,0.006255270913243294,-0.18151766061782837,0.2777407765388489,-0.39086201786994934,0.09640174359083176,-0.17917710542678833,-0.32404232025146484,0.057725150138139725,-0.07252100855112076,0.1527293473482132,0.29365724325180054,0.3231423497200012,0.02888113632798195,-0.3684725761413574,-0.25134024024009705,0.3266928791999817,-0.07412979006767273,-0.1795845329761505,-0.20261555910110474,0.014026504009962082,-0.5624399185180664,0.11833996325731277,-0.23263366520404816,-0.028744634240865707,-0.16183114051818848,-0.2145105004310608,0.09065523743629456,0.23591892421245575,0.578900933265686,-0.177913635969162,0.0580606609582901,-0.1435312181711197,-0.2283795177936554,0.2123018503189087,0.14689773321151733,-0.095559261739254,-0.25607749819755554,-0.213485449552536,0.38728976249694824,-0.13017986714839935,-0.05781322717666626,-0.178134948015213,-0.06726536899805069,-0.012013044208288193,0.006321777123957872,-0.3311953842639923,0.3272426426410675,-0.21031339466571808,-0.17324329912662506,0.08049780875444412,0.3367519974708557,-0.0484892763197422,-0.2903279662132263,-0.16602641344070435,0.13123100996017456,-0.2720381021499634,-0.053699322044849396,0.1691751778125763,-0.18473535776138306,0.17695891857147217,-0.16790857911109924,-0.11263520270586014,0.09051297605037689,-0.14438508450984955,-0.5380694270133972,-0.08059367537498474,0.38115739822387695,0.24542410671710968,-0.05751936882734299,0.3360964059829712,-0.21044407784938812,-0.25569891929626465,-0.13413341343402863,0.2716006636619568,0.14447985589504242,-0.11336905509233475,-0.27119889855384827,0.2114485502243042,0.4084078371524811,0.24957874417304993,0.3486248552799225,0.06647977232933044,-0.24073311686515808,-0.2778175175189972,0.04841627553105354,-0.22823336720466614,0.37929195165634155,0.19725541770458221,-0.013742359355092049,-0.08926756680011749,-0.0812988206744194,-0.17494983971118927,0.210393026471138,-0.006391171831637621,-0.18661898374557495,-0.11360016465187073,-0.0266244076192379,0.08802792429924011,-0.6262956857681274,-0.32649368047714233,-0.055647704750299454,-0.026917310431599617,0.2535959780216217,-0.07393193989992142,0.08739613741636276,-0.012591182254254818,-0.06491140276193619,-0.06461460888385773,0.48436272144317627,-0.12848661839962006,-0.0325293093919754,-0.21086859703063965,-0.20165054500102997,0.05752738192677498,-0.1938970685005188,-0.0634017214179039,-0.1276181936264038,-0.09445828944444656,-0.25739654898643494,0.15959326922893524,0.1867411881685257,0.2982800006866455,0.07811038941144943,0.14105041325092316,-0.08787867426872253,-0.38150060176849365,-0.10718250274658203,0.16411755979061127,0.21725846827030182,0.06877569109201431,-0.24113771319389343,-0.2797236442565918,-0.22412902116775513,0.3697289228439331,0.07734441757202148,-0.3331294059753418,-0.06378960609436035,-0.2665024697780609,0.07760778814554214,0.511780321598053,0.08530200272798538,-0.10589190572500229,-0.12392844259738922,0.23549482226371765,0.04858972132205963,0.20102807879447937,-0.10276127606630325,0.14169961214065552,0.10391028225421906,-0.5746424198150635,-0.3835568130016327,0.12090153247117996,-0.3232339322566986,-0.10234960913658142,-0.1737227886915207,-0.08954131603240967,-0.12324372678995132,0.19897308945655823,0.22244668006896973,0.1213129386305809,0.29356735944747925,0.03632913529872894,-0.031652651727199554,-0.11377084255218506,-0.0037252232432365417,-0.2545669972896576,0.14579206705093384,0.3705054819583893,-0.0005218734149821103,0.06778863072395325,-0.4052523970603943,-0.039377693086862564,0.23029133677482605,-0.1446903944015503,-0.18719585239887238,-0.2898186445236206,-0.2658253312110901,-0.0566834956407547,0.48558494448661804,-0.2963138520717621,-0.0214412659406662,-0.13701443374156952,0.20699650049209595,-0.16842316091060638,0.17299580574035645,0.1418200135231018,-0.023292643949389458,-0.10395947843790054,-0.26850926876068115,0.02619030326604843,0.1198725700378418,0.4328044354915619,0.2910516560077667,-0.2526545226573944,0.08608428388834,-0.02687213569879532,0.14164923131465912,-0.2767915427684784,-0.13567811250686646,-0.06571021676063538,-0.07814553380012512,-0.35632407665252686,-0.20343515276908875,0.1622866839170456,0.03710344061255455,-0.16238120198249817,0.6464510560035706,0.20693020522594452,-0.1704932153224945,-0.10945382714271545,-0.07592132687568665,-0.1934128701686859,0.09169082343578339,0.05333830416202545,0.13560551404953003,0.2503022849559784,0.22691035270690918,0.08762045949697495,0.10798262059688568,-0.26487404108047485,-0.2581161856651306,-0.01987733133137226,0.03287718817591667,0.6461146473884583,0.04778889939188957,-0.1487005352973938,0.03546413406729698,0.10217151790857315,0.3379606306552887,0.2073211967945099,0.1985124945640564,-0.26985257863998413,-0.11332431435585022,0.2888301610946655,0.11003252118825912,0.2245854288339615,-0.09415546804666519,-0.13045743107795715,0.19380144774913788,0.263302743434906,0.11811644583940506,0.10371885448694229,-0.02760959416627884,0.6039931178092957,0.333004355430603,0.21714167296886444,0.017185857519507408,0.07535520195960999,0.2245856374502182,0.009825734421610832,0.15684263408184052,0.04576808959245682,-0.06903202831745148,0.35676607489585876,-0.20799870789051056,0.31095337867736816,0.3647671341896057,-0.1644992232322693,-0.23246151208877563,0.17836439609527588,0.16315212845802307,-0.04829667508602142,0.11650536954402924,-0.24695365130901337,-0.2873612344264984,-0.4475375711917877,-0.29855549335479736,0.3171587288379669,0.03951917588710785,-0.08653547614812851,0.11407189816236496,0.09926953911781311,0.004270861390978098,0.10127770900726318,-0.17083489894866943,-0.2350093573331833,-0.09655515849590302,0.08330729603767395,-0.29945141077041626,-0.2840456962585449,0.12894004583358765,0.3048301339149475,-0.24577321112155914,-0.2995911240577698,-0.4220259487628937,0.0583784319460392,0.11523180454969406,0.04290542006492615,0.05666867271065712,0.29689720273017883,0.17097210884094238,-0.0528077557682991,0.26008614897727966,0.16677077114582062,0.012350431643426418,0.047815512865781784,-0.01135003101080656,-0.3984656035900116,0.12083983421325684,0.09008537977933884,0.19187740981578827,0.17719107866287231,0.011053689755499363,-0.22503596544265747,0.38110992312431335,0.08217260241508484,-0.553412675857544,-0.027255527675151825,-0.31134575605392456,0.1865730881690979,0.13652050495147705,0.4473817050457001,0.20442576706409454,0.06896916776895523,-0.13097482919692993,0.21190719306468964,0.03572293370962143,-0.19641727209091187,-0.15214960277080536,0.3716810941696167,0.3421323895454407,0.16961652040481567,-0.06308141350746155,-0.15782348811626434,-0.03838888928294182,-0.11873763054609299,-0.09969867765903473,-0.04946087673306465,-0.1725008636713028,-0.0752921923995018,-0.3895178735256195,0.0053800372406840324,0.01352699100971222,-0.09247653186321259,0.16457369923591614,0.6498260498046875,-0.23620206117630005,-0.234504833817482,0.3558523952960968,-0.012462545186281204,0.3023565709590912,0.04390494152903557,-0.18077826499938965,0.27704083919525146,-0.09696502983570099,0.08073081821203232,-0.15208880603313446,-0.19227111339569092,0.141863614320755,-0.3604254424571991,0.21510225534439087,0.00844008568674326,0.02602076157927513,-0.06218540668487549],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-europea n-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"o3t9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b5","text":"THE EUROPEAN PARLIAMENT AND THE COUNCIL OF THE EUROPEAN UNION,","text_embedding":[0.03692841902375221,0.13801249861717224,0.11011253297328949,-0.10983967781066895,-0.06479369103908539,0.30464351177215576,0.026093102991580963,0.17341293394565582,-0.05606920272111893,0.14069175720214844,0.0886818915605545,0.042576368898153305,-0.17794960737228394,0.33206918835639954,0.25870224833488464,0.005241773556917906,-0.02907109260559082,0.20689471065998077,0.061674732714891434,-0.04800647124648094,0.44290468096733093,0.13514326512813568,0.2343573272228241,0.2979786992073059,0.34707948565483093,-0.10428324341773987,-0.1029067188501358,-0.29547134041786194,0.127007856965065,-0.07681255787611008,-0.018140016123652458,0.015510336495935917,0.13824468851089478,-0.0810270830988884,0.49385765194892883,0.10244143009185791,-0.08079905807971954,-0.07533954828977585,-0.10412446409463882,-0.10562784969806671,0.14142192900180817,-0.4517063498497009,0.03412990644574165,0.20852987468242645,0.0212852880358696,-0.11468454450368881,0.19129782915115356,0.5362444519996643,-0.1705644726753235,0.07327844947576523,-0.35979461669921875,0.015557374805212021,0.3109930157661438,0.07337017357349396,0.033391717821359634,-0.18312321603298187,-0.1991443634033203,-0.23575279116630554,-0.23962046205997467,-0.363712340593338,0.16719183325767517,0.07782547920942307,0.24652735888957977,-0.26575708389282227,0.097881980240345,-0.1051110178232193,0.04845508188009262,0.19366757571697235,-0.6112697124481201,-0.4265683889389038,-0.014618726447224617,0.12527918815612793,-0.09123532474040985,-0.07171601802110672,0.10491175949573517,-0.17547985911369324,-0.46615299582481384,0.22071877121925354,0.32377269864082336,-0.027179300785064697,0.06238919124007225,0.01930195279419422,0.30889320373535156,0.314679354429245,0.0794675350189209,0.04440169781446457,0.2672819495201111,-0.1289699524641037,-0.190897136926651,0.10948894917964935,-0.1092124879360199,-0.13900308310985565,0.187120258808136,0.1191238984465599,0.055608365684747696,0.11768695712089539,0.13968048989772797,-0.09650643169879913,-0.23544126749038696,-0.20299553871154785,-0.36581093072891235,-0.11786186695098877,-0.2811127305030823,0.06857554614543915,0.04429022967815399,0.12960168719291687,-0.14764030277729034,-0.14452828466892242,0.240229532122612,0.29280713200569153,0.3171928822994232,-0.2657718360424042,-0.025356462225317955,-0.25432756543159485,-0.07101276516914368,0.3043622672557831,0.1104089543223381,-0.14480169117450714,0.06595376133918762,0.020523689687252045,0.16554787755012512,0.220137819647789,-0.12225638329982758,0.15756545960903168,0.1888277232646942,-0.4595840871334076,0.1460990011692047,-0.071044921875,-0.43538305163383484,-0.008678174577653408,0.04778890311717987,0.0421750508248806,-0.17130273580551147,0.01810419373214245,-0.10893929749727249,0.17474053800106049,0.15715709328651428,-0.4090760350227356,0.17416906356811523,0.3057725131511688,0.015008633024990559,-0.07147097587585449,-0.1316407322883606,-0.0769226998090744,0.3371323049068451,0.0015792754711583257,-0.18007227778434753,-0.07158470898866653,0.08191565424203873,-0.19397416710853577,0.04481150954961777,-0.1459607034921646,-0.19836346805095673,0.03492478281259537,0.006346777081489563,0.1750759333372116,-0.076547771692276,0.08710641413927078,0.030432434752583504,0.25377100706100464,-0.15508334338665009,-0.3074655830860138,0.12707620859146118,0.10001003742218018,0.20027177035808563,-0.05704960599541664,0.12332888692617416,0.036795880645513535,0.11296724528074265,0.2988533079624176,-0.042641185224056244,-0.12495347857475281,0.43427520990371704,0.057454224675893784,-0.08044397085905075,0.2737838923931122,0.4375019669532776,0.2367231696844101,0.006747988518327475,0.18848773837089539,-1.4609230756759644,0.2430625855922699,-0.5669203996658325,0.02037213370203972,0.19334568083286285,0.0071286591701209545,0.2788655459880829,0.08896230161190033,-0.20169036090373993,-0.0981387346982956,0.10736671835184097,-0.20900121331214905,0.4532746970653534,0.23481127619743347,0.18436671793460846,-0.1618470549583435,-0.21185754239559174,0.1263410449028015,0.11834625154733658,-0.04608682915568352,-0.16686883568763733,-0.15422582626342773,0.07278240472078323,-0.03334791958332062,0.02301187627017498,0.1588999181985855,-0.08274940401315689,-0.12697945535182953,-0.15090498328208923,0.19695758819580078,-0.3213133215904236,0.11740005761384964,0.11589033901691437,0.3443407714366913,-0.012008787132799625,-0.3818800747394562,-0.19470031559467316,-0.0909893587231636,-0.1250828057527542,-0.00812283344566822,0.08084751665592194,0.43010103702545166,-0.08762006461620331,0.2735547721385956,0.05352376028895378,0.3009220361709595,0.2147146314382553,-0.23401473462581635,-0.10786184668540955,-0.2969619035720825,0.10142939537763596,-0.01903359964489937,0.18620556592941284,-0.06366018950939178,0.0999797061085701,-0.19004014134407043,-0.3766525685787201,0.07250524312257767,0.3776762783527374,-0.3993086814880371,0.41164252161979675,-0.0919339507818222,0.05168731510639191,0.02996150590479374,-0.15906241536140442,0.1381838172674179,0.055563315749168396,0.11988814920186996,0.13245713710784912,0.10085903853178024,-0.3943648636341095,0.15700890123844147,-0.20256027579307556,0.0029635103419423103,-0.006192829925566912,-0.2404627501964569,0.2954837679862976,-0.1520373672246933,0.2823517918586731,-0.050849996507167816,-0.029793569818139076,-0.2023928016424179,-0.1678193360567093,-0.04721388593316078,0.11960314214229584,-0.26879793405532837,-0.04736624285578728,-0.7382982969284058,0.06317368149757385,-0.2278776913881302,0.17978784441947937,0.16155791282653809,-0.2852827310562134,0.04320720583200455,-0.0323113389313221,-0.4670041501522064,0.17892329394817352,0.22497303783893585,0.12628237903118134,-0.3713296055793762,-0.08203957974910736,-0.00436768401414156,-0.2968125343322754,-0.026670821011066437,-0.08945377171039581,-0.05663115158677101,-0.22719155251979828,-0.4359537363052368,-0.009555901400744915,-0.21067951619625092,0.5423278212547302,0.4304228127002716,-0.05840204656124115,-0.27173423767089844,0.06819365173578262,0.17254850268363953,-0.013090982101857662,0.10528907179832458,0.11867911368608475,-0.0018495505210012197,-0.08265417069196701,0.3393351435661316,0.1497187465429306,-0.03607957810163498,0.5016721487045288,-0.5396934151649475,0.023311056196689606,-0.26077941060066223,-6.784995079040527,0.05275815352797508,-0.1793813556432724,-0.22361896932125092,0.7613385319709778,0.3463975191116333,0.04201677069067955,-0.025601329281926155,-0.07185734808444977,-0.08040063083171844,-0.1406623125076294,-0.026595700532197952,-0.22993002831935883,0.3082844018936157,-0.08017212897539139,0.032632194459438324,-0.5369299650192261,-0.17111311852931976,-0.07812534272670746,0.03224962577223778,-0.008665296249091625,-0.47821295261383057,0.11380775272846222,0.02225678041577339,0.34437546133995056,-0.13757361471652985,-0.07029939442873001,-0.04483265057206154,0.3195236623287201,-0.20832736790180206,0.22480382025241852,-0.3350183069705963,-0.22269362211227417,0.33350637555122375,0.10957468301057816,-0.10377568751573563,0.282181054353714,-0.031528908759355545,-0.09902681410312653,-0.33588477969169617,-0.040188468992710114,-0.34496891498565674,0.39381158351898193,-0.09137001633644104,0.22922243177890778,-0.312106192111969,-0.2162562757730484,-0.09715739637613297,-0.4018860161304474,0.08277041465044022,0.11432090401649475,0.36624640226364136,0.03504214435815811,-0.10991568118333817,-0.12344475835561752,0.15983492136001587,0.07444792240858078,0.2790851294994354,-0.12271930277347565,0.05632682517170906,-0.18012411892414093,-0.0025736575480550528,0.10138639062643051,-0.24177482724189758,0.048209913074970245,-0.12831714749336243,-0.4927314519882202,0.2929295301437378,0.22513237595558167,-0.120808444917202,0.22234487533569336,0.160146564245224,-0.40263497829437256,-0.7419188618659973,0.015020078979432583,-0.5035616159439087,0.2820422649383545,-0.13756750524044037,0.21606716513633728,-0.016867034137248993,0.23219487071037292,0.09270571172237396,-0.04072590917348862,0.32100680470466614,0.008618288673460484,-0.0056575629860162735,-0.11207512766122818,0.27401188015937805,-0.06902824342250824,-0.2355860024690628,0.17030280828475952,-0.27135413885116577,-0.3306444585323334,0.1940275877714157,0.23391017317771912,0.1522161215543747,-0.2804083824157715,0.20090773701667786,-0.00802063662558794,0.08693046867847443,0.00918603129684925,-0.03396429121494293,0.1331777721643448,0.08313249051570892,0.204792320728302,-0.15485014021396637,-0.3369675874710083,0.22551363706588745,0.05874555930495262,-0.02953125163912773,0.07200519740581512,-0.07742155343294144,0.0493389330804348,-0.08020146191120148,-0.34941306710243225,0.020285379141569138,0.05928987264633179,0.18849508464336395,0.0382450670003891,0.05264182388782501,-0.5582054257392883,0.6215983033180237,-0.15230092406272888,0.14920224249362946,-0.0726088210940361,0.22029486298561096,-0.35090482234954834,0.009622772224247456,0.16182756423950195,0.1705838143825531,-0.34639814496040344,0.11413388699293137,0.242404043674469,-0.1504918336868286,0.6606329679489136,0.09993521124124527,-0.14783495664596558,-0.38556578755378723,-0.23980402946472168,0.4639367461204529,0.11083351075649261,0.05862194672226906,-0.09889344125986099,-0.15068329870700836,-0.09947078675031662,0.08175475895404816,0.3555523455142975,0.08022424578666687,0.363911896944046,-0.1649826318025589,-0.03674125298857689,-0.062499385327100754,0.3364524245262146,-0.026729295030236244,-0.17327234148979187,0.030268503352999687,0.25153735280036926,-0.03355919569730759,0.06983577460050583,-0.04860273748636246,0.1460573971271515,-0.10339851677417755,0.002709747292101383,0.035624291747808456,0.10241851210594177,0.045419201254844666,0.022258440032601357,-0.2941592037677765,0.08000572770833969,0.016281286254525185,-0.10841096192598343,-0.1123725175857544,-0.007772088050842285,0.19111889600753784,-0.42622625827789307,0.1999785304069519,-0.2536129951477051,0.0439111553132534,-0.1870804876089096,0.0651841089129448,0.14440006017684937,0.2328134924173355,-0.06592229753732681,-0.07745872437953949,0.09724975377321243,-0.03327622264623642,0.26254794001579285,-0.09894251823425293,0.06378280371427536,-0.24699927866458893,0.16777318716049194,0.3126630485057831,0.10312868654727936,0.27078521251678467,-0.10615222901105881,-0.49784523248672485,-0.03780411556363106,0.2176760733127594,-0.08174379169940948,0.08104321360588074,0.08432643860578537,-0.1667921394109726,0.3140046000480652,-0.04190749302506447,-0.6468883156776428,0.03779721260070801,0.07633555680513382,-0.1722956746816635,0.18507708609104156,-0.24587474763393402,0.0661403238773346,0.060417767614126205,-0.3805237114429474,0.5947604775428772,-0.1320231556892395,-0.26202720403671265,0.22314168512821198,-0.18382444977760315,-0.5441782474517822,0.09916145354509354,-0.14636966586112976,-0.10742802917957306,0.013032578863203526,-0.016104351729154587,-0.5231834053993225,0.21710087358951569,-0.0034652994945645332,0.15179432928562164,0.12785686552524567,0.24949416518211365,-0.08202977478504181,0.016958901658654213,-0.030091997236013412,-0.1431189775466919,0.019956644624471664,0.2938079237937927,-0.04295734316110611,-0.4804665744304657,-0.15984566509723663,0.28074517846107483,0.18182048201560974,-0.3730546534061432,-0.0031259816605597734,-0.45232024788856506,0.16627250611782074,0.41377681493759155,-0.014824704267084599,0.14922860264778137,-0.019702652469277382,0.13754071295261383,0.0017479314701631665,0.14475591480731964,0.21231435239315033,-0.27000606060028076,-0.047723058611154556,-0.23835338652133942,-0.15723180770874023,-0.027504703029990196,-0.12828904390335083,-0.16038139164447784,-0.2880546748638153,-0.2510141134262085,-0.24778224527835846,0.08012713491916656,0.0566144622862339,0.10941798985004425,-0.035191621631383896,0.09584113210439682,-0.15541516244411469,-0.12442420423030853,0.2245640903711319,-0.07024327665567398,-0.0013643138809129596,0.11046901345252991,-0.027720429003238678,-0.09368951618671417,-0.31045547127723694,-0.06754199415445328,0.09993477165699005,-0.08441567420959473,-0.5484045743942261,0.13692384958267212,-0.054175715893507004,0.08104044944047928,0.0068662213161587715,-0.18710024654865265,-0.1007489264011383,0.20422735810279846,-0.5169007182121277,-0.36224526166915894,0.35921937227249146,-0.06721173971891403,-0.30116528272628784,-0.02967580035328865,-0.1977572739124298,0.029181169345974922,0.3424546420574188,0.32479128241539,0.2639482617378235,-0.16768527030944824,-0.3137378990650177,-0.022064674645662308,0.03371230512857437,-0.3837275207042694,-0.037238530814647675,0.1994752734899521,0.051774874329566956,-0.045850131660699844,-0.03668520972132683,0.025781158357858658,0.15623100101947784,-0.31429943442344666,0.3677397072315216,-0.06002090126276016,-0.5095977187156677,-0.0003966087242588401,0.18666768074035645,-0.34994426369667053,0.0628199502825737,-0.12205139547586441,0.1948135793209076,0.042688146233558655,0.357366144657135,-0.07212932407855988,0.1210087463259697,0.33782628178596497,-0.16201382875442505,0.031159203499555588,0.029633713886141777,0.18596257269382477,-0.019634000957012177,0.28213149309158325,-0.14512284100055695,0.18702006340026855,0.13999208807945251,-0.2001650035381317,-0.04206514731049538,-0.228058323264122,0.18556611239910126,0.4208141565322876,0.11345042288303375,0.24260884523391724,-0.6340933442115784,0.18628385663032532,0.06843020766973495,0.12375582754611969,-0.2199833244085312,0.07321003079414368,0.0660158321261406,0.5044864416122437,0.023080239072442055,-0.22954188287258148,-0.10786879062652588,-0.053101666271686554,-0.07165609300136566,-0.08101043105125427,0.36569932103157043,0.26795825362205505,-0.19659623503684998,-0.029438406229019165,0.2942579984664917,0.32794442772865295,0.057321205735206604,-0.04218436777591705,-0.13571622967720032,0.009313398040831089,-0.0016643783310428262,0.006572259124368429,0.09527106583118439,-0.027630917727947235,0.2468748241662979,-0.4088583290576935,-0.23972448706626892,-0.1462274193763733,0.08727322518825531,-0.5123482346534729,-0.019953090697526932,0.18029965460300446,0.10921086370944977,0.15047141909599304,-0.11234752088785172,-0.2046714872121811,-0.028948791325092316,-0.148933544754982,-0.3426051735877991,-0.09481717646121979,0.22264926135540009,-0.2754124104976654,-0.345655232667923,-0.2877557873725891,-0.15841469168663025,-0.14232094585895538,0.2017819881439209,0.36712461709976196,-0.05982167273759842,-0.20632825791835785,0.24901041388511658,-0.028334349393844604,0.14317145943641663,0.10365431755781174,0.038791537284851074,0.10825210064649582,-0.14469407498836517,-0.16818860173225403,-0.07420971989631653,0.027486126869916916,0.06742383539676666,-0.30513274669647217,0.07880602777004242,0.07933251559734344,0.5263312458992004,-0.09935172647237778,-0.32814520597457886,0.48106151819229126,-0.2946186363697052,0.15658041834831238,0.17996732890605927,0.4341892898082733,0.45041507482528687,0.17650307714939117,0.004814640618860722,-0.29414570331573486,0.2912234961986542,-0.1276250034570694,-0.2349938601255417,0.08528762310743332,0.43406665325164795,0.39750370383262634,-0.20459644496440887,0.21959908306598663,-0.07561720162630081,-0.20637433230876923,0.07721009850502014,0.1375870704650879,-0.13859261572360992,-0.0006378801772370934,-0.1290179193019867,0.2476951777935028,-0.32185983657836914,-0.19587013125419617,-0.12658704817295074,0.4210655093193054,-0.15686893463134766,-0.23181697726249695,0.39150646328926086,-0.06376431882381439,0.11301172524690628,-0.05328436195850372,0.0803612768650055,-0.022569824010133743,-0.01877499371767044,0.011493653059005737,-0.06274248659610748,-0.1443912386894226,0.4348955452442169,-0.33657538890838623,0.11454381048679352,-0.01119193248450756,-0.18908320367336273,-0.1972428411245346],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"pHt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b6","text":"Having regard to the Treaty on the Functioning of the European Union, and in particular Article 192(3) thereof,","text_embedding":[-0.002230223501101136,0.2595725357532501,0.11406342685222626,-0.14881210029125214,0.06601705402135849,-0.06007795035839081,-0.024426650255918503,0.2419443577528,0.143346905708313,0.24133819341659546,-0.3607323169708252,0.24744229018688202,-0.4497182071208954,0.05676056817173958,0.23878735303878784,0.3509165942668915,0.2289842665195465,0.1330322027206421,0.14999376237392426,-0.5087816715240479,0.3703889548778534,0.21178942918777466,0.24957908689975739,0.33813339471817017,0.23093265295028687,0.18820853531360626,0.002649829490110278,-0.24696917831897736,-0.15396539866924286,0.27425235509872437,0.31563839316368103,-0.37499290704727173,0.06180081516504288,0.4327546954154968,0.05948840081691742,0.5087604522705078,0.04044647142291069,-0.3168874680995941,0.07258542627096176,-0.2634766697883606,0.10539477318525314,-0.21947361528873444,0.12211987376213074,0.08466275036334991,0.1846807897090912,-0.21453537046909332,0.2367805540561676,0.4262779951095581,0.19419363141059875,0.1865704208612442,-0.4581383764743805,0.024187197908759117,0.1306992769241333,0.3029990792274475,-0.04310676455497742,-0.1860819011926651,-0.23811736702919006,-0.37832269072532654,-0.1487918496131897,-0.543721079826355,0.3465402126312256,0.0492570735514164,0.3763468861579895,-0.09900591522455215,0.18960624933242798,-0.12390341609716415,0.026296162977814674,0.3642117977142334,-0.4333653748035431,-0.6358354687690735,0.16720998287200928,0.1596207469701767,-0.15160685777664185,-0.23067158460617065,0.44946929812431335,-0.014821729622781277,-0.35115721821784973,-0.00798556674271822,-0.07937534153461456,0.45723456144332886,0.28572866320610046,0.1269817352294922,0.18676520884037018,0.2019156664609909,0.011918116360902786,-0.11930614709854126,0.4890276789665222,-0.07899138331413269,-0.3075794279575348,-0.04484754428267479,0.0012138801394030452,0.07841446250677109,0.13534343242645264,0.00030106306076049805,-0.020549338310956955,0.11578553915023804,-0.23371194303035736,-0.2782236337661743,-0.08121831715106964,-0.011156811378896236,-0.10954976081848145,0.33563727140426636,-0.29427483677864075,0.002906505949795246,-0.09303542971611023,0.028862308710813522,-0.02236674726009369,-0.3833792507648468,0.26887863874435425,0.34172478318214417,0.15181036293506622,-0.20003783702850342,-0.03328610211610794,-0.5178375840187073,-0.05793062224984169,0.740638017654419,-0.07488087564706802,-0.2325345277786255,-0.10775276273488998,0.28828445076942444,0.4662497043609619,0.15183500945568085,0.044231727719306946,0.3469873368740082,0.5347316861152649,-0.560153603553772,0.43315887451171875,-0.32575419545173645,-0.34113287925720215,0.13103251159191132,0.015935087576508522,0.1329997032880783,-0.3288131058216095,0.18019884824752808,-0.42580223083496094,0.11841350793838501,0.2141617238521576,-0.6601096987724304,-0.1278744488954544,0.10320272296667099,0.13933715224266052,-0.19826923310756683,-0.2600402534008026,-0.2879515588283539,0.20963294804096222,0.2417723834514618,-0.003636786947026849,0.043145857751369476,0.11406593024730682,-0.24117591977119446,0.03459281101822853,0.04927561804652214,-0.22252464294433594,0.13965757191181183,0.01623789593577385,-0.06879498809576035,0.04145503416657448,0.2867201864719391,-0.17813976109027863,-0.15531063079833984,-0.031151028349995613,0.06268578767776489,0.22051529586315155,0.3699636459350586,0.2819031774997711,-0.21588878333568573,0.08592654019594193,-0.004211504943668842,0.16154798865318298,0.08483566343784332,0.022884981706738472,-0.018085479736328125,0.5090188384056091,-0.20234042406082153,-0.07463216781616211,0.2089928388595581,-0.027796048671007156,0.23101398348808289,0.014909420162439346,-0.19406917691230774,-1.4615129232406616,0.24636833369731903,-0.23513923585414886,0.24396775662899017,-0.2535984218120575,-0.061247728765010834,-0.09348293393850327,-0.10422465950250626,-0.09910235553979874,-0.07618691772222519,0.10708220303058624,-0.2165549397468567,0.7168617844581604,-0.15261401236057281,0.37059664726257324,-0.20716968178749084,-0.1434425413608551,0.13888029754161835,0.11826851218938828,0.05051849037408829,-0.19669173657894135,0.11518346518278122,0.6266420483589172,0.261634886264801,-0.08894000947475433,-0.005889096297323704,-0.35426291823387146,0.07989795506000519,-0.16127775609493256,0.2929728031158447,0.0016828906955197453,-0.11641683429479599,-0.034470487385988235,-0.04054960235953331,-0.18578943610191345,-0.43806007504463196,-0.24267573654651642,-0.10071033239364624,-0.10056903958320618,0.0035705585032701492,-0.05783640965819359,0.24605561792850494,0.06409665942192078,0.2694258689880371,0.2618887722492218,0.0858822837471962,0.40350693464279175,0.0015958267031237483,0.0007145857671275735,-0.3735673129558563,-0.0257275328040123,-0.0618852823972702,0.6050655245780945,0.03286058455705643,0.24144187569618225,-0.15290595591068268,-0.3257477283477783,0.29668697714805603,0.17191705107688904,-0.7110204100608826,-0.07185246795415878,-0.14929844439029694,0.1860102117061615,-0.08274922519922256,0.08546354621648788,0.31644994020462036,0.05043618381023407,0.020258493721485138,0.09358585625886917,0.2537741959095001,-0.35691994428634644,0.1984269917011261,-0.10514727234840393,0.09049252420663834,0.06950043141841888,-0.052519217133522034,0.08194117248058319,0.1047767847776413,0.06637072563171387,-0.11753154546022415,-0.2537994086742401,-0.19618655741214752,-0.27507197856903076,0.060487475246191025,0.1529518961906433,-0.033928368240594864,-0.09944068640470505,-0.6637130975723267,-0.3499983847141266,-0.0742521658539772,0.49499207735061646,0.18037185072898865,-0.35374924540519714,-0.07897596061229706,-0.0651603490114212,-0.026147164404392242,0.23220336437225342,0.2492937445640564,0.02765265852212906,-0.475730299949646,-0.20432274043560028,-0.09930608421564102,-0.22353167831897736,-0.15420067310333252,0.03968269005417824,-0.3852558135986328,-0.1279972791671753,-0.5865755677223206,-0.0230229664593935,-0.28387323021888733,0.68434739112854,0.29326415061950684,0.11587882786989212,-0.3079676330089569,-0.18583229184150696,0.1496199369430542,-0.3487698435783386,0.286504328250885,0.19766274094581604,0.23687125742435455,-0.4366818964481354,0.11990199983119965,0.12671822309494019,0.05696657672524452,0.5428580641746521,-0.027064494788646698,0.043180808424949646,-0.14081302285194397,-6.497379779815674,-0.011007120832800865,-0.2019033432006836,-0.28048014640808105,0.7134421467781067,0.31157833337783813,0.10098357498645782,0.12224803864955902,-0.06245065852999687,-0.2828321158885956,-0.30013489723205566,0.09040405601263046,-0.24106742441654205,0.3481801748275757,-0.07572415471076965,-0.1785072684288025,-0.32306113839149475,-0.24641479551792145,-0.16137731075286865,0.11184509098529816,-0.3345583975315094,-0.45501312613487244,0.03744800388813019,0.13476011157035828,0.33731773495674133,-0.36979958415031433,-0.1527594029903412,-0.19926732778549194,0.07517266273498535,-0.44061821699142456,-0.016669265925884247,-0.3473610579967499,-0.02185731939971447,0.023662658408284187,0.1378936618566513,0.17897801101207733,0.523012638092041,-0.045402754098176956,0.22221042215824127,-0.4828556180000305,0.051680851727724075,-0.3408762216567993,0.3843124508857727,-0.049793731421232224,0.29009130597114563,0.07250594347715378,-0.05286896228790283,0.2801578640937805,-0.45934027433395386,0.18239372968673706,-0.15090331435203552,0.27473944425582886,-0.05119720846414566,-0.03653343766927719,-0.6086431741714478,0.15238763391971588,0.023202931508421898,-0.04047192260622978,-0.2123900204896927,-0.016034767031669617,0.023911524564027786,-0.11080002039670944,-0.09018629789352417,-0.03210098296403885,0.09557829052209854,0.26995599269866943,-0.6272796392440796,0.0906953439116478,0.04499460756778717,-0.057060033082962036,0.26180198788642883,0.7152402400970459,-0.4188985526561737,-0.7476111650466919,-0.207804337143898,-0.23998242616653442,0.06269658356904984,-0.1791597604751587,0.15575015544891357,0.015095039270818233,0.07476160675287247,-0.140049546957016,0.2352481633424759,0.37953272461891174,-0.11890454590320587,0.008007003925740719,0.2260100543498993,0.1814645379781723,-0.26561620831489563,-0.6683618426322937,0.5642492175102234,-0.09135965257883072,-0.4998272657394409,0.04560449719429016,0.0563066191971302,0.023261012509465218,-0.1987515240907669,-0.0057905386202037334,-0.10603948682546616,0.07195000350475311,-0.1547371745109558,-0.08215155452489853,0.24698570370674133,0.13355831801891327,0.3137229084968567,-0.14026592671871185,-0.31913602352142334,0.020093068480491638,0.157781720161438,-0.05465816333889961,0.2708086669445038,-0.08736655116081238,0.27911797165870667,0.0531545914709568,-0.22890637814998627,-0.02198212221264839,0.39398300647735596,-0.17945216596126556,0.2886219322681427,-0.023534856736660004,-0.4174906611442566,0.3941381871700287,-0.22767166793346405,0.17554406821727753,-0.46107855439186096,0.3161889314651489,-0.40291309356689453,0.017852215096354485,0.23228095471858978,0.06683029979467392,-0.19016216695308685,0.4074985980987549,0.2653099000453949,-0.012326193042099476,0.778700053691864,0.029926171526312828,0.002302846871316433,0.029780955985188484,0.10309719294309616,0.28397300839424133,0.18750102818012238,0.3374481201171875,-0.38888126611709595,-0.15055689215660095,-0.09900836646556854,0.0957764983177185,0.47962498664855957,-0.04531630501151085,0.23766839504241943,0.024966368451714516,0.22424663603305817,-0.3505185842514038,0.4169538617134094,-0.005683630704879761,-0.27417048811912537,0.1197628602385521,0.465606153011322,0.0667136088013649,0.22546234726905823,0.06811743974685669,0.0003739082894753665,0.15289686620235443,-0.20802803337574005,-0.025851141661405563,0.23828637599945068,0.26553431153297424,-0.15503059327602386,-0.24876588582992554,-0.10371436923742294,0.18081332743167877,-0.16766317188739777,0.16365043818950653,-0.22115102410316467,0.053318314254283905,-0.15444545447826385,0.28982433676719666,-0.5067651867866516,0.07418651133775711,-0.0005358791095204651,0.23702670633792877,0.30880698561668396,0.18841087818145752,-0.3255317211151123,-0.17882028222084045,-0.00955373514443636,-0.21857166290283203,0.2222418189048767,-0.07990431785583496,-0.04486974701285362,-0.2312505692243576,-0.020878467708826065,0.21942752599716187,0.16085034608840942,0.5527285933494568,-0.0037964547518640757,-0.31464460492134094,0.04725360870361328,-0.06534497439861298,-0.5231584310531616,0.28353819251060486,0.3265293836593628,-0.3631193935871124,0.1627417355775833,0.09520755708217621,-0.6490230560302734,-0.1225576102733612,0.08072008937597275,-0.09847906231880188,0.1921001821756363,-0.29692429304122925,-0.07598558068275452,0.0948961079120636,-0.09460403770208359,0.5624753832817078,0.031361039727926254,-0.14424757659435272,0.2526760399341583,0.07241099327802658,-0.5855386257171631,-0.06358043849468231,0.22454127669334412,0.04411441832780838,0.028560729697346687,-0.18313579261302948,-0.36545640230178833,0.04126027971506119,-0.013708825223147869,0.2785681486129761,0.06646127998828888,0.3593566417694092,-0.3866941034793854,-0.18121515214443207,0.062070082873106,-0.24702942371368408,0.09743808954954147,0.10621093958616257,-0.36036500334739685,-0.10157247632741928,0.04110712558031082,0.1695786416530609,0.13918446004390717,-0.004463437013328075,0.20722584426403046,-0.10414351522922516,0.09887602180242538,0.29389193654060364,0.06655152142047882,0.06901440769433975,-0.06009908765554428,0.2513449788093567,0.056508637964725494,-0.02846839651465416,0.07522427290678024,-0.25357291102409363,0.028913643211126328,-0.17840251326560974,-0.09770844131708145,-0.17086200416088104,-0.1510522961616516,-0.05734218657016754,0.08009400963783264,-0.21686610579490662,-0.27692654728889465,-0.15225324034690857,0.08395899832248688,-0.033184099942445755,-0.023626530542969704,-0.0539177767932415,-0.3240920305252075,-0.07931920886039734,0.2605578303337097,-0.032993294298648834,-0.23870567977428436,0.08824069052934647,0.2538652718067169,0.14384374022483826,-0.17318391799926758,0.11474119126796722,0.24717868864536285,-0.15986475348472595,-0.556816577911377,0.004018137231469154,0.23140594363212585,-0.07663938403129578,0.33841216564178467,-0.19640587270259857,-0.1616383045911789,-0.008229881525039673,-0.23697225749492645,-0.18969115614891052,0.2518695592880249,-0.11016740649938583,-0.5978927612304688,-0.08140581101179123,-0.24974937736988068,0.015608686953783035,0.21371711790561676,0.4071425497531891,0.03913820907473564,0.06574425846338272,-0.335723876953125,-0.01068946998566389,0.15674419701099396,-0.14165876805782318,-0.24414125084877014,0.12208038568496704,-0.02995641902089119,-0.0949893593788147,-0.4801065921783447,0.4367927610874176,0.03048105724155903,-0.3754088580608368,0.17820404469966888,-0.007432613521814346,-0.04775669425725937,-0.43820667266845703,0.30739593505859375,-0.34962835907936096,0.14613312482833862,-0.04728412255644798,0.24480418860912323,0.05876640975475311,0.23733749985694885,0.1196204200387001,0.49104198813438416,-0.06696487218141556,-0.14092311263084412,0.29864585399627686,0.10518943518400192,0.45223748683929443,-0.38976654410362244,0.07520617544651031,0.19872482120990753,0.004258858971297741,0.42787453532218933,-0.05147901177406311,0.19738300144672394,-0.45318108797073364,-0.05816982313990593,0.2619698941707611,0.11395896226167679,0.11969075351953506,-0.31686872243881226,-0.035944823175668716,0.2810940444469452,0.33683162927627563,-0.3548901081085205,-0.05640774592757225,0.13198509812355042,0.5803495645523071,0.14886526763439178,-0.07828616350889206,0.06723622232675552,0.07472631335258484,-0.04280301555991173,0.0954962894320488,0.16337069869041443,-0.03231373429298401,-0.39299070835113525,0.11980388313531876,-0.08165048807859421,-0.028411174193024635,-0.029645437374711037,-0.11904437094926834,-0.03499497100710869,-0.17264682054519653,-0.22711345553398132,-0.3865605592727661,0.33604392409324646,-0.2801663875579834,0.09808703511953354,-0.5186317563056946,-0.387086421251297,-0.15846094489097595,0.4466061294078827,-0.6497482061386108,-0.1341407597064972,0.30288878083229065,0.22468772530555725,-0.02046089619398117,-0.44901612401008606,-0.07227915525436401,0.07168865948915482,-0.1999005675315857,-0.30747178196907043,-0.002822887385264039,0.2743276357650757,-0.3189617991447449,-0.12462606281042099,-0.22834472358226776,-0.28208428621292114,-0.05123519524931908,-0.16561147570610046,0.2533654272556305,0.15227729082107544,0.004129743669182062,0.04663090780377388,-0.1510949730873108,0.24457141757011414,0.12505556643009186,-0.11661167442798615,-0.14443352818489075,-0.14107626676559448,-0.531173050403595,0.05539780482649803,0.07865071296691895,-0.004733354318886995,0.0025095962919294834,0.07402059435844421,0.20863966643810272,0.33022841811180115,-0.07008685916662216,-0.3157922625541687,0.1135718896985054,-0.21667158603668213,-0.06177060306072235,-0.0036914837546646595,0.1908150464296341,0.4985750615596771,0.222111776471138,-0.29090020060539246,-0.3237091898918152,0.06649019569158554,-0.12126288563013077,-0.5956774950027466,0.08703838288784027,0.4274037480354309,0.33845198154449463,-0.032157935202121735,0.49801579117774963,0.017842836678028107,-0.2709594666957855,0.14591369032859802,0.19836167991161346,-0.19453680515289307,-0.13597001135349274,-0.25778263807296753,0.39529648423194885,-0.44701096415519714,0.03769319877028465,-0.11753444373607635,0.35758262872695923,-0.13087202608585358,-0.19233161211013794,0.06984346359968185,-0.07905560731887817,0.2274785190820694,0.2097868174314499,-0.3510514795780182,-0.13790631294250488,-0.01119473297148943,0.1443251371383667,-0.011910490691661835,-0.37169700860977173,0.2578238546848297,-0.560250997543335,0.19729912281036377,-0.12635864317417145,-0.18556363880634308,-0.16467954218387604],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"pXt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b7","text":"Having regard to the proposal from the European Commission,","text_embedding":[-0.0494229681789875,-0.10401201993227005,0.22354882955551147,-0.271296888589859,-0.026214132085442543,0.017254158854484558,-0.15972889959812164,-0.2003771811723709,0.07282906025648117,-0.024459565058350563,0.09937833994626999,0.13082055747509003,0.05423896387219429,0.33095261454582214,0.23601460456848145,-0.015813129022717476,0.11501235514879227,0.20211641490459442,-0.09729669243097305,0.06249816715717316,0.6296473741531372,0.4179857075214386,0.06251692026853561,0.18156294524669647,0.17826461791992188,-0.23783081769943237,0.09555269032716751,-0.08068761974573135,0.0071723260916769505,0.062428344041109085,0.13377141952514648,-0.011932048946619034,-0.03286580741405487,-0.02130245603621006,-0.04123503342270851,0.18560422956943512,-0.04445112124085426,-0.029442250728607178,-0.5214480757713318,-0.18780387938022614,0.3098684847354889,-0.09662830829620361,0.14384578168392181,0.073166124522686,0.25815874338150024,-0.07501807808876038,0.35716381669044495,0.6252009272575378,-0.009534007869660854,-0.2212689369916916,-0.22315962612628937,0.0032464417163282633,0.2781154215335846,-0.08561128377914429,-0.15125571191310883,-0.30125072598457336,-0.22816191613674164,-0.49163898825645447,0.03303065523505211,-0.3996671736240387,0.07239276170730591,-0.011540415696799755,0.5875105261802673,0.05093305930495262,0.26378709077835083,-0.07820827513933182,-0.07890261709690094,0.4919738471508026,-0.38795945048332214,-0.4623103439807892,-0.18257613480091095,0.07393787056207657,-0.17796097695827484,-0.18346844613552094,0.06079232692718506,-0.08278541266918182,-0.44885754585266113,0.5164797306060791,0.22775693237781525,0.07508624345064163,0.10780670493841171,0.17112088203430176,0.01323191449046135,0.3915442228317261,-0.15418855845928192,-0.05451396107673645,0.7507657408714294,-0.19292397797107697,-0.20928449928760529,0.16042818129062653,-0.13141728937625885,-0.28888216614723206,0.32157376408576965,0.08697100728750229,0.13891716301441193,0.24946247041225433,0.29291874170303345,-0.161407008767128,-0.2980082333087921,-0.14815153181552887,-0.3456939160823822,-0.257441908121109,-0.5152150988578796,0.006413088645786047,-0.04003998637199402,-0.2625805139541626,-0.05709163472056389,-0.4320782721042633,0.11313676834106445,0.33719325065612793,0.09782599657773972,-0.4288858473300934,0.07448969781398773,-0.44799745082855225,0.10575208812952042,0.5331265330314636,0.11074378341436386,-0.2420412302017212,-0.2035553902387619,0.054214268922805786,0.17461813986301422,0.46223393082618713,-0.12424261122941971,0.23514358699321747,0.29355356097221375,-0.15584062039852142,0.07237109541893005,-0.0979180559515953,-0.4049339294433594,0.08153045922517776,0.18604595959186554,-0.11097157001495361,-0.20067615807056427,0.009307663887739182,-0.11209829896688461,-0.05897001922130585,0.0385763943195343,-0.3757147490978241,0.16861402988433838,0.1975799947977066,-0.023228047415614128,0.013509509153664112,-0.09449414163827896,-0.20793072879314423,0.27252236008644104,0.2655688226222992,-0.1325768083333969,0.09815824776887894,-0.009481571614742279,-0.10557583719491959,-0.150015190243721,-0.041791897267103195,-0.14598339796066284,0.07810349017381668,0.039038944989442825,0.11280325800180435,-0.019897406920790672,0.3936268091201782,-0.01489410549402237,0.007230954710394144,0.0536281019449234,-0.12746474146842957,0.05961204692721367,0.43487218022346497,0.2446732521057129,-0.10526011139154434,0.14818203449249268,0.2810319662094116,0.24853301048278809,0.25634002685546875,-0.067726731300354,0.0669664666056633,0.4168252646923065,-0.26551052927970886,0.12013588100671768,0.3165699541568756,0.0275570135563612,0.22875313460826874,-0.044531047344207764,0.07575494050979614,-1.381552815437317,0.1648896187543869,-0.198317289352417,-0.07781486958265305,-0.025788195431232452,-0.05952347442507744,0.05698657035827637,0.23264361917972565,-0.034868016839027405,-0.11750561743974686,-0.07857677340507507,-0.03950616717338562,0.4037972688674927,0.004476574715226889,0.22336871922016144,0.08927274495363235,-0.10999656468629837,0.2610146701335907,0.14104127883911133,-0.004362035542726517,-0.022878700867295265,-0.2405828982591629,0.36630499362945557,0.039661381393671036,-0.04459637776017189,-0.12239567190408707,-0.1305898278951645,0.0655604675412178,-0.1580376923084259,0.3740628957748413,0.12846720218658447,-0.0738096609711647,-0.07236748188734055,0.09715786576271057,-0.13730387389659882,-0.17251528799533844,0.03802014887332916,-0.05664978548884392,-0.26376742124557495,-0.00857109297066927,0.3726539611816406,0.4701496660709381,0.012390310876071453,0.333688348531723,0.11994647234678268,0.4427717924118042,0.30055636167526245,-0.10306388139724731,-0.27562496066093445,0.08309311419725418,-0.12410710006952286,-0.06326445937156677,0.21062757074832916,0.1220916211605072,0.3358452618122101,-0.1240084171295166,-0.2535127103328705,0.2421562224626541,0.2120857834815979,-0.39518022537231445,0.06424146145582199,-0.0035165634471923113,0.03634438291192055,-0.16426384449005127,0.011914375238120556,0.14994078874588013,-0.11589812487363815,0.16973645985126495,0.04246695712208748,0.33312705159187317,-0.6927241683006287,0.5299068093299866,-0.12973017990589142,-0.00025206184363923967,-0.09302755445241928,0.055232543498277664,0.33084720373153687,-0.14200979471206665,0.2540408670902252,-0.07337425649166107,0.078729547560215,-0.09348396211862564,-0.20981983840465546,0.2473343461751938,0.08052659034729004,-0.08715000748634338,-0.11200762540102005,-0.7524574398994446,-0.0567740760743618,-0.2252749651670456,0.27346885204315186,0.1285269856452942,-0.45474836230278015,0.23646648228168488,-0.19718825817108154,-0.19254976511001587,0.06800156086683273,0.15310949087142944,0.048125654458999634,-0.3804199695587158,-0.10416316986083984,-0.0029889121651649475,-0.43824777007102966,0.15189386904239655,0.12579795718193054,-0.07182744890451431,0.03242873027920723,-0.6298024654388428,0.15384386479854584,-0.05014709755778313,0.27247893810272217,0.2466970682144165,0.050863903015851974,-0.09894943237304688,0.036148350685834885,0.17158961296081543,-0.01458596158772707,0.061314210295677185,0.6102856993675232,0.21391673386096954,-0.2054395228624344,0.2887626588344574,0.14503343403339386,0.04655066505074501,0.3637741506099701,-0.29633069038391113,-0.012466881424188614,-0.2286958545446396,-6.581882476806641,-0.20007698237895966,-0.2194116711616516,-0.26586976647377014,0.389389306306839,0.36916688084602356,0.17548589408397675,-0.05768895149230957,0.3102090656757355,-0.07408557087182999,-0.18827247619628906,-0.19316476583480835,-0.06849567592144012,0.39947831630706787,0.001194396405480802,0.00722920149564743,-0.28812354803085327,-0.14375241100788116,-0.11049232631921768,0.13087785243988037,-0.09317181259393692,-0.6028875708580017,-0.27202120423316956,0.18337386846542358,0.23523640632629395,-0.22273077070713043,-0.18411575257778168,-0.1516372114419937,0.018895817920565605,-0.2616576850414276,0.12880171835422516,-0.7048143744468689,-0.1911284327507019,0.25117263197898865,-0.16039274632930756,-0.06391633301973343,0.5218401551246643,0.03953281417489052,-0.13848982751369476,-0.2301584631204605,-0.18389244377613068,-0.3219042122364044,0.0791882574558258,0.10145115107297897,0.47939470410346985,-0.16409264504909515,0.015348692424595356,0.08240564912557602,-0.1379900872707367,0.10471805930137634,-0.06663543730974197,0.5450311303138733,-0.20698387920856476,-0.11925279349088669,-0.5402724146842957,0.36742234230041504,-0.21745134890079498,0.14346688985824585,-0.23460853099822998,0.11757150292396545,-0.29055550694465637,-0.4477483332157135,0.030216999351978302,-0.16306208074092865,-0.18906576931476593,-0.010699224658310413,-0.5233994126319885,0.18505246937274933,-0.053983841091394424,-0.22396059334278107,0.17786376178264618,0.25516894459724426,-0.3532627522945404,-1.0120668411254883,-0.013706915080547333,-0.3426220715045929,0.18117250502109528,-0.2727581858634949,0.16763661801815033,-0.14957596361637115,0.031758617609739304,-0.17048130929470062,0.16700726747512817,0.03550378605723381,-0.1197853609919548,0.1447262167930603,0.2185768485069275,0.16997657716274261,-0.0012883419403806329,-0.5426605343818665,0.38711825013160706,-0.20534217357635498,-0.30675455927848816,-0.12190508097410202,0.22808729112148285,0.15415605902671814,-0.1435336023569107,0.03833476081490517,-0.23754020035266876,0.07367487251758575,-0.0867374911904335,0.22996215522289276,-0.13180984556674957,0.06627608090639114,0.1260773092508316,-0.2781902551651001,-0.39112937450408936,-0.2144099324941635,0.09265848249197006,0.0020688846707344055,0.10056984424591064,-0.28485438227653503,0.256011962890625,-0.009143097326159477,-0.33117446303367615,0.1317073106765747,-0.03171594813466072,-0.07571641355752945,0.07473346590995789,-0.20425033569335938,-0.14696019887924194,0.5833035111427307,-0.008044642396271229,0.09525377303361893,-0.3783070147037506,-0.07760845869779587,-0.5978991985321045,0.12374162673950195,0.028030753135681152,0.5083723664283752,-0.3194980323314667,0.1366952657699585,0.0000543383248441387,-0.2975815236568451,0.5724687576293945,0.03247620537877083,-0.21651691198349,-0.06415025144815445,0.19444507360458374,0.2465440034866333,0.10723911970853806,0.17318248748779297,-0.17837120592594147,-0.09710120409727097,0.2781182527542114,0.1736859679222107,0.2077219933271408,0.07704592496156693,0.36390647292137146,-0.16942238807678223,-0.021761136129498482,-0.3614605963230133,0.3975658416748047,-0.16495610773563385,-0.3319367468357086,0.018351692706346512,0.04701035097241402,0.26571306586265564,0.18476873636245728,-0.09726077318191528,0.13815096020698547,-0.18618471920490265,-0.13283966481685638,0.17788438498973846,0.27309656143188477,0.2086382657289505,-0.025074774399399757,-0.36834290623664856,-0.08654073625802994,0.13290831446647644,-0.19338174164295197,-0.2162327617406845,0.076968714594841,0.0016217324882745743,-0.3652033805847168,0.4427649974822998,-0.4857470989227295,-0.20821654796600342,-0.355920672416687,0.06722097098827362,0.07557445019483566,0.18283121287822723,-0.13902097940444946,0.015438412316143513,0.09748364239931107,-0.26091501116752625,0.23373515903949738,0.1890031099319458,0.172477126121521,-0.38337138295173645,-0.029299601912498474,0.2424316555261612,0.25731050968170166,0.38273516297340393,-0.13557131588459015,-0.47677087783813477,0.0028654139023274183,-0.06902662664651871,-0.4584566652774811,0.027035340666770935,0.07917296141386032,-0.12728017568588257,0.33964788913726807,-0.009163851849734783,-0.23806560039520264,0.10113680362701416,-0.08276232331991196,0.03625986725091934,0.18853940069675446,-0.26853957772254944,-0.18292899429798126,-0.30037710070610046,-0.1887234002351761,0.43020543456077576,-0.08287005871534348,-0.1542040854692459,0.37729302048683167,-0.22379374504089355,-0.42186644673347473,0.08210135251283646,0.07816886156797409,0.1348903328180313,0.12557287514209747,-0.1351822316646576,-0.468052476644516,0.17469914257526398,0.13272050023078918,0.11458105593919754,0.05181145668029785,0.21719734370708466,-0.01787060685455799,-0.38758745789527893,-0.13220946490764618,-0.048597078770399094,0.040076691657304764,0.12350808829069138,-0.09797937422990799,-0.17413146793842316,-0.10929084569215775,0.2497418373823166,0.08811972290277481,-0.17931406199932098,-0.12462767213582993,-0.3496357500553131,0.014234055764973164,0.28648021817207336,0.14191074669361115,-0.053215209394693375,0.03247397020459175,0.3347395360469818,0.2044689655303955,0.013688926585018635,0.13070566952228546,-0.27476662397384644,0.12421446293592453,-0.2281680703163147,-0.0885312557220459,-0.02365732192993164,-0.14821505546569824,0.026814259588718414,-0.10061124712228775,-0.29377517104148865,-0.03532072901725769,-0.04692003130912781,0.18200577795505524,0.14225415885448456,0.07883297652006149,0.14491580426692963,-0.13942304253578186,-0.28404977917671204,0.29029572010040283,-0.05594896152615547,-0.07222232222557068,0.1612589806318283,0.06768537312746048,0.13580051064491272,-0.1581442505121231,0.006134385708719492,0.354017972946167,-0.00002647191286087036,-0.5558686256408691,0.3082716166973114,0.2133554220199585,0.04579943045973778,0.20114301145076752,-0.19412106275558472,0.027430623769760132,0.20595161616802216,-0.3938647508621216,-0.3581603467464447,0.2705111801624298,-0.214762881398201,-0.45519718527793884,-0.07307065278291702,-0.13541579246520996,0.2841418385505676,0.30700644850730896,0.34157320857048035,0.06049739941954613,-0.03388822078704834,-0.3106641471385956,-0.026897981762886047,0.0009568557143211365,-0.34796562790870667,-0.08618449419736862,0.4904027283191681,0.14581136405467987,-0.19339996576309204,0.02105151303112507,0.021272890269756317,0.1424437165260315,-0.1719031184911728,0.4316358268260956,0.17600233852863312,-0.22061480581760406,0.09528567641973495,0.07681072503328323,-0.1380372792482376,0.14943397045135498,-0.19077759981155396,0.137464702129364,0.22346623241901398,0.06406769901514053,-0.23681974411010742,0.1280694454908371,0.02608424425125122,-0.03138897195458412,0.33516132831573486,-0.22322256863117218,0.5253834128379822,-0.11774644255638123,0.23187477886676788,-0.07408037781715393,0.15968698263168335,0.3104521334171295,0.0038450274150818586,-0.17400968074798584,-0.1310991644859314,0.0352415032684803,0.1756068468093872,0.17388688027858734,0.009919747710227966,-0.7599325180053711,0.16012373566627502,0.3747130334377289,0.25202903151512146,0.1293700486421585,0.11725497990846634,0.05763882026076317,0.6515927910804749,0.018920594826340675,-0.13418638706207275,-0.21749655902385712,-0.3677561283111572,-0.20602916181087494,0.09405741840600967,0.24231348931789398,0.009396220557391644,-0.12613420188426971,0.14487875998020172,0.20600515604019165,0.30037161707878113,-0.005484639201313257,-0.004890811163932085,-0.17687173187732697,-0.017704585567116737,-0.16219361126422882,-0.19294948875904083,0.3344796895980835,-0.12424411624670029,0.32740411162376404,-0.3867804706096649,-0.33632007241249084,0.13460272550582886,0.1778309941291809,-0.2736770212650299,0.12086453288793564,-0.03638394549489021,0.12483382970094681,0.2119768112897873,-0.4970247745513916,-0.39991238713264465,-0.05687089264392853,0.008618869818747044,-0.3537130057811737,-0.23856323957443237,-0.011652915738523006,0.11739828437566757,-0.3326337933540344,-0.2050974816083908,-0.2828337550163269,-0.022387966513633728,-0.0875067338347435,0.4037388861179352,-0.11958765238523483,-0.16560490429401398,0.37830957770347595,-0.22344516217708588,0.27656877040863037,0.295818954706192,0.15043425559997559,-0.19792670011520386,0.022812778130173683,-0.24049563705921173,-0.048996295779943466,0.23983190953731537,0.023682869970798492,0.08572711795568466,-0.06268035620450974,0.036645207554101944,0.568340539932251,-0.022826991975307465,-0.0936800017952919,0.1610487997531891,-0.302856981754303,-0.2149323970079422,-0.22548000514507294,0.24466459453105927,0.4727175235748291,0.027312835678458214,-0.25120776891708374,-0.4644574820995331,0.06322178989648819,0.020258788019418716,-0.3780984580516815,0.07929778099060059,0.4714066982269287,0.06746810674667358,-0.08291663229465485,0.5408682823181152,0.4405633211135864,-0.30707791447639465,-0.021570831537246704,0.13263021409511566,-0.170296311378479,0.045508477836847305,-0.08493184298276901,0.23348493874073029,-0.39869239926338196,0.019106922671198845,0.03713110089302063,0.3439866602420807,0.011998816393315792,-0.21507705748081207,0.15306395292282104,-0.1182439923286438,0.25163137912750244,-0.15420162677764893,-0.14184178411960602,-0.08161094784736633,-0.25706544518470764,-0.034546587616205215,0.033483270555734634,-0.35277482867240906,0.2861610949039459,-0.3770809471607208,0.1861913949251175,-0.22544242441654205,-0.25485876202583313,0.06359179317951202],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"pnt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b8","text":"After transmission of the draft legislative act to the national parliaments,","text_embedding":[0.05021369829773903,-0.13760598003864288,0.00971157755702734,-0.025880899280309677,-0.015864457935094833,0.28959590196609497,0.5250850319862366,-0.35377997159957886,0.016043026000261307,0.02132812701165676,0.0864282101392746,-0.031746476888656616,-0.05203840881586075,0.2323596477508545,0.14671774208545685,0.3856080174446106,-0.014427046291530132,0.07685995101928711,0.2843255400657654,-0.05403435230255127,0.45215341448783875,-0.06687392294406891,0.32271406054496765,0.2883846163749695,0.17547935247421265,-0.3479745090007782,-0.034481968730688095,-0.26752251386642456,-0.3275156319141388,-0.08301328867673874,-0.07741368561983109,-0.44201213121414185,0.21614378690719604,-0.057899605482816696,0.22078122198581696,-0.011374338530004025,-0.10232249647378922,-0.10569927841424942,-0.09711612015962601,0.3553784191608429,0.10809128731489182,-0.5709415078163147,-0.10502598434686661,-0.103502556681633,-0.0005848854780197144,-0.14168070256710052,0.14298245310783386,0.3121267259120941,-0.20435629785060883,0.08560268580913544,-0.6052059531211853,0.1399281620979309,0.2875296473503113,-0.17784856259822845,0.008306303061544895,0.04267003387212753,-0.19004343450069427,-0.19688482582569122,-0.2941827178001404,-0.2678200900554657,0.13891735672950745,-0.21950684487819672,0.2356356978416443,0.001172912074252963,0.24762295186519623,-0.24459080398082733,-0.157655268907547,0.36255279183387756,-0.5906129479408264,-0.3222350776195526,-0.04148313030600548,0.29990965127944946,0.1671171635389328,-0.2481883019208908,0.06466343998908997,-0.13969358801841736,-0.24356384575366974,0.5089027881622314,0.06972137838602066,0.04434894770383835,-0.059388015419244766,0.3280731737613678,-0.004104172345250845,0.22374537587165833,0.23450465500354767,-0.15875926613807678,0.05511028319597244,0.05539824068546295,-0.393268883228302,0.0256029199808836,-0.16986963152885437,-0.13893048465251923,-0.2655949294567108,-0.00233331392519176,-0.11895893514156342,0.11271926760673523,-0.07538400590419769,0.05993087217211723,-0.4112517237663269,-0.3573303520679474,-0.04240928217768669,-0.28535059094429016,-0.02713964320719242,-0.11713673174381256,0.05640094727277756,0.18440474569797516,-0.300640732049942,-0.2009577602148056,0.427237868309021,-0.13412357866764069,0.6222065091133118,-0.2051970660686493,0.11331524699926376,-0.19445018470287323,-0.34173908829689026,0.0721365213394165,0.22820459306240082,-0.550201416015625,-0.15553174912929535,0.011644921265542507,-0.02003267966210842,0.10298638790845871,-0.11283744126558304,0.45686131715774536,0.1407911628484726,-0.2613900303840637,0.12333348393440247,0.10997040569782257,-0.404518723487854,-0.07796750217676163,0.08736724406480789,-0.16087251901626587,-0.17353805899620056,0.175662100315094,-0.20279966294765472,0.2561090588569641,-0.050026632845401764,-0.17172883450984955,0.23504838347434998,0.1639842838048935,-0.2421361356973648,0.3331078588962555,0.12947991490364075,-0.09085428714752197,0.3233896493911743,0.15359176695346832,-0.5943973064422607,-0.08935265988111496,0.05079031363129616,0.02987738512456417,0.21729911863803864,-0.13559739291667938,-0.06733930855989456,-0.32808172702789307,-0.5289663672447205,0.15259221196174622,0.04949519783258438,0.28370150923728943,0.06852135807275772,0.5637983083724976,0.3175455331802368,-0.029993215575814247,0.014363463036715984,-0.1701103001832962,-0.18986818194389343,0.018058640882372856,0.09761966019868851,0.11688528209924698,0.29052066802978516,-0.14979001879692078,0.12898126244544983,0.0227977242320776,0.36302027106285095,0.014643514528870583,-0.052726659923791885,-0.02577400766313076,-0.18008168041706085,0.15227149426937103,0.0655677318572998,0.03729578107595444,-1.4000658988952637,0.49831825494766235,-0.08996488898992538,0.17517070472240448,-0.006053609773516655,0.1821264773607254,0.3611740469932556,0.15755131840705872,-0.14005573093891144,0.2071593701839447,0.08703113347291946,-0.2772420048713684,0.23642878234386444,-0.01946081593632698,-0.039050713181495667,0.08936166018247604,0.09671644866466522,0.3110853135585785,-0.11283839493989944,-0.2291145771741867,0.07408340275287628,0.13357652723789215,0.14523214101791382,-0.18104317784309387,0.07662484049797058,0.20177388191223145,0.1427658051252365,0.21226803958415985,0.12329358607530594,0.41779646277427673,-0.2956756055355072,-0.13495749235153198,0.10064001381397247,-0.1422874480485916,-0.2625682055950165,-0.4224386513233185,-0.03114291839301586,-0.15437041223049164,0.07303881645202637,0.04563705250620842,-0.14359520375728607,0.11856546252965927,0.0475945882499218,0.5982542037963867,-0.24160006642341614,0.810848593711853,0.09897886961698532,0.025611311197280884,-0.2726425528526306,-0.6420049667358398,0.10993434488773346,-0.027389999479055405,-0.3048667907714844,-0.06603163480758667,0.30777251720428467,0.001967647112905979,-0.502796471118927,0.26763561367988586,0.19929370284080505,-0.23661299049854279,0.25963982939720154,-0.03441515937447548,0.32443904876708984,-0.28734520077705383,-0.06797172874212265,0.23964834213256836,0.25275492668151855,-0.21558479964733124,0.42558276653289795,-0.08955574780702591,-0.25785231590270996,0.2278544306755066,-0.07164791971445084,0.16727159917354584,-0.016144780442118645,-0.062463175505399704,0.012463857419788837,-0.3722562789916992,0.2607201337814331,-0.06109456717967987,0.3617139160633087,-0.06368937343358994,-0.15678605437278748,0.010951148346066475,-0.003853019094094634,-0.49727585911750793,0.04481102526187897,-0.28040874004364014,-0.08524513244628906,-0.11125768721103668,0.417240709066391,0.3851170241832733,0.03282659500837326,0.04967454820871353,-0.12045855075120926,-0.18401813507080078,0.47600656747817993,0.4818870425224304,0.17921680212020874,-0.5082595348358154,-0.19455872476100922,0.1745872050523758,-0.3731665015220642,0.11957130581140518,-0.06794431060552597,-0.2976769506931305,-0.2352103590965271,-0.05483449622988701,0.15606731176376343,-0.010418685153126717,0.20448146760463715,0.23971638083457947,0.22186321020126343,0.14679545164108276,-0.13778343796730042,-0.09126903861761093,0.10480865091085434,0.15959936380386353,0.38185545802116394,-0.16449305415153503,-0.2636103928089142,-0.19539837539196014,-0.015093117021024227,0.23790505528450012,0.634371817111969,-0.4439587891101837,-0.0662560909986496,-0.15035486221313477,-6.488053321838379,-0.15739913284778595,0.07477983087301254,-0.2745016813278198,1.070648431777954,0.4003555178642273,0.0852554515004158,-0.18993452191352844,0.07955913245677948,0.21055199205875397,0.02376037836074829,-0.06405861675739288,-0.2072644829750061,0.08911505341529846,-0.16398291289806366,-0.3227698504924774,-0.43074914813041687,-0.1227741464972496,-0.26563775539398193,0.12346012890338898,-0.07676485180854797,-0.36879029870033264,0.4020569920539856,0.17285911738872528,0.05368615686893463,-0.330087810754776,-0.3994203209877014,0.15903638303279877,0.05457287281751633,0.021018316969275475,0.11564456671476364,-0.6062052249908447,0.2855512499809265,0.3927384316921234,0.1286705881357193,-0.3469318449497223,0.1254063993692398,0.23188704252243042,-0.17808352410793304,-0.2971501648426056,-0.2930828630924225,-0.6024541854858398,-0.04155755043029785,-0.1581624150276184,0.3306650221347809,-0.10921378433704376,-0.026727449148893356,-0.13670162856578827,-0.022926729172468185,0.18979628384113312,0.022228552028536797,0.47169163823127747,-0.09678776562213898,0.0407702699303627,-0.15213437378406525,0.12910336256027222,-0.22833967208862305,-0.11932680755853653,-0.19609659910202026,-0.027012377977371216,0.1839396208524704,-0.0560731440782547,0.05721691995859146,-0.07894483953714371,-0.28989458084106445,-0.07173416018486023,-0.4011308550834656,0.011715715751051903,0.33296215534210205,0.20037676393985748,-0.1348138451576233,0.2186020016670227,0.06183566898107529,-0.6844303011894226,-0.08822058886289597,-0.4842991828918457,0.29436928033828735,-0.15480753779411316,0.10799679160118103,0.2858653962612152,0.15405188500881195,0.07833223044872284,0.037137556821107864,0.2395760416984558,0.039913538843393326,0.14889195561408997,-0.043296609073877335,0.3596018850803375,-0.1477782130241394,-0.5145745873451233,0.5197446942329407,-0.03875960782170296,-0.14387673139572144,-0.20920205116271973,0.13100726902484894,0.02323722280561924,-0.18757008016109467,0.3572940528392792,0.10223425179719925,-0.05803297832608223,-0.1327568143606186,-0.40219876170158386,-0.5069757103919983,-0.23180212080478668,-0.05224287882447243,0.1416325718164444,-0.38755613565444946,-0.017088184133172035,-0.22866837680339813,-0.2802905738353729,-0.3297102749347687,-0.1936931312084198,0.2671627104282379,-0.09039082378149033,-0.18766413629055023,-0.042981695383787155,0.029721597209572792,0.12095638364553452,0.09996353089809418,-0.23177474737167358,-0.3284687399864197,0.37275430560112,-0.502247154712677,-0.08684758096933365,-0.5087010860443115,0.0624096542596817,0.0009286602144129574,0.36069536209106445,0.07458852976560593,-0.061480168253183365,-0.13321347534656525,-0.2522701621055603,0.18169794976711273,-0.12937667965888977,0.30203762650489807,-0.05994272977113724,-0.12229155749082565,-0.2373627871274948,-0.1542453169822693,0.31213855743408203,-0.020367246121168137,0.01929936558008194,-0.1630975604057312,-0.08130162209272385,0.019192660227417946,0.14439153671264648,0.2974671423435211,0.2967432737350464,0.05406348034739494,-0.2884061634540558,0.03885668143630028,-0.27890583872795105,0.6292091608047485,-0.30640268325805664,-0.2109641432762146,0.3275304138660431,0.40786367654800415,-0.30503934621810913,0.33747121691703796,-0.03924749046564102,-0.15812379121780396,-0.26482757925987244,0.019764816388487816,-0.025964371860027313,-0.25579801201820374,0.2722562551498413,-0.354295939207077,0.004950655624270439,0.1486930400133133,-0.07750020176172256,-0.08316997438669205,0.000966166437137872,0.06778780370950699,0.4856038987636566,0.015435864217579365,0.39194363355636597,-0.1306024193763733,-0.12687623500823975,-0.16540417075157166,0.23675619065761566,-0.14203397929668427,0.14970582723617554,-0.18159271776676178,-0.22852826118469238,0.45075729489326477,0.2483321577310562,-0.001223689061589539,0.05158200114965439,-0.043314721435308456,-0.08852766454219818,-0.0025120556820183992,0.25977638363838196,0.0352015420794487,0.3321496844291687,-0.27710798382759094,-0.048556137830019,-0.08678470551967621,0.22778089344501495,0.04980350658297539,0.24465689063072205,0.0787300243973732,-0.4373871088027954,0.23259751498699188,-0.21521149575710297,-0.25565212965011597,-0.03791755810379982,0.033334873616695404,-0.0037147372495383024,0.36939001083374023,-0.7507238984107971,0.5253879427909851,0.06275284290313721,-0.2718474268913269,0.3787253797054291,0.18873289227485657,-0.40183839201927185,0.242365300655365,-0.20153333246707916,-0.43371546268463135,-0.19874374568462372,-0.2868117690086365,-0.18437978625297546,-0.021764416247606277,0.2021273821592331,-0.31064572930336,0.06064553186297417,-0.05510890111327171,-0.05442691221833229,-0.0033056477550417185,0.32714658975601196,-0.08364284038543701,-0.1990094929933548,-0.168663889169693,0.3201391100883484,0.20063070952892303,0.09326159954071045,-0.12019085884094238,-0.4970628023147583,-0.12563103437423706,0.18443740904331207,0.05194215476512909,0.13976135849952698,-0.09872429817914963,-0.2644457221031189,0.12463727593421936,0.273375928401947,0.18408219516277313,0.3469921946525574,0.014472583308815956,0.3518488109111786,0.2993956208229065,-0.04956112802028656,-0.15693987905979156,0.05840959772467613,-0.11955922096967697,-0.1561935991048813,-0.37116262316703796,0.49133002758026123,-0.10751623660326004,0.2814379632472992,-0.08179911226034164,-0.23229344189167023,-0.06813753396272659,-0.06409671157598495,0.18188603222370148,-0.027563551440835,-0.23581300675868988,0.0014463682891801,0.10484182834625244,-0.14274515211582184,-0.1017613559961319,-0.36173346638679504,-0.20376968383789062,0.2760709822177887,0.2360578328371048,-0.007030343636870384,-0.1591050773859024,0.23153649270534515,0.1378306895494461,-0.16095194220542908,-0.23445071280002594,0.11375466734170914,-0.1323678344488144,-0.26959502696990967,0.21134990453720093,-0.14411133527755737,0.0964345782995224,0.027310175821185112,-0.20618073642253876,-0.3557877242565155,0.11543900519609451,-0.2421349436044693,-0.22377561032772064,0.08108160644769669,-0.38183021545410156,0.12141314893960953,0.3159928321838379,0.4173643887042999,0.298011839389801,0.21168357133865356,-0.15669487416744232,-0.21691498160362244,-0.15619932115077972,-0.15473850071430206,-0.6612764596939087,0.38914456963539124,-0.008583873510360718,0.014811301603913307,-0.013433510437607765,0.14085611701011658,0.08062420785427094,-0.25810322165489197,0.577151358127594,0.2923026978969574,-0.5607321858406067,-0.02830887958407402,-0.12371429800987244,-0.31756943464279175,0.054128408432006836,-0.10494101792573929,0.32659274339675903,0.34418758749961853,-0.1289021521806717,-0.2881055474281311,0.1842910796403885,0.4003819525241852,-0.3418806493282318,0.012752538546919823,0.010588321834802628,0.171505868434906,-0.05157766118645668,-0.019539956003427505,-0.01943562738597393,0.21972772479057312,0.27893486618995667,-0.04250422492623329,0.34045112133026123,-0.2947078049182892,0.09681885689496994,-0.18394504487514496,0.46785247325897217,0.28388917446136475,-0.5849199891090393,0.1740250289440155,0.16622993350028992,0.2020353227853775,0.06671169400215149,0.07700297981500626,-0.0767827033996582,0.5130383968353271,-0.05267716199159622,0.013354942202568054,0.0313594713807106,-0.16366110742092133,0.3708571493625641,0.18325433135032654,0.014921911992132664,0.14303596317768097,-0.017914852127432823,0.08469580858945847,-0.12661081552505493,0.4748933017253876,0.03499948978424072,-0.12186045944690704,-0.35756635665893555,-0.07819776982069016,0.613207995891571,0.26614341139793396,0.06676754355430603,-0.38108304142951965,0.40330854058265686,-0.5562381148338318,0.016318878158926964,-0.249831885099411,0.24422171711921692,0.11565517634153366,-0.3292485177516937,0.21531076729297638,0.10401055216789246,0.14873507618904114,-0.06263712793588638,0.018229354172945023,-0.03995726630091667,-0.696366012096405,-0.3283775746822357,-0.022991925477981567,-0.14830869436264038,-0.2515631914138794,-0.4547891318798065,-0.520922839641571,-0.5721867084503174,-0.23786185681819916,0.09519671648740768,0.6488669514656067,-0.23592901229858398,0.03502403199672699,0.3232279121875763,0.24441014230251312,0.44302472472190857,0.082938052713871,0.46645864844322205,0.16188263893127441,-0.41424205899238586,-0.26283061504364014,0.254543274641037,0.2187008112668991,0.4499930143356323,0.3825884163379669,0.11996044218540192,-0.10645060986280441,0.1564759463071823,0.38327398896217346,-0.284589022397995,0.2586851418018341,-0.3393980860710144,0.03244771808385849,0.20355647802352905,-0.019678713753819466,0.45774099230766296,-0.13275030255317688,-0.3161538243293762,-0.3125971257686615,0.14895983040332794,0.1080969050526619,-0.25510263442993164,0.18272517621517181,0.5946952104568481,0.05880448967218399,0.02476094849407673,-0.17530976235866547,-0.026148056611418724,-0.04030502587556839,-0.27351224422454834,0.036018576472997665,-0.01267718244343996,0.13790330290794373,0.09227965772151947,0.6661239266395569,-0.2877250015735626,-0.18750938773155212,-0.0719422921538353,0.25387728214263916,0.13513365387916565,-0.11097542941570282,0.3511100709438324,-0.4243659973144531,0.17878183722496033,-0.18852491676807404,0.06180538982152939,0.03354191035032272,-0.35436198115348816,0.14144358038902283,-0.08979237079620361,-0.18472999334335327,0.017091194167733192,-0.3775167167186737,0.14365938305854797,0.011915748938918114,-0.4073995351791382,0.030845295637845993],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"p3t9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b9","text":"Having regard to the opinion of the European Economic and Social Committee (1),","text_embedding":[-0.051678381860256195,-0.11130135506391525,0.254393994808197,-0.2456645369529724,0.09146535396575928,0.2607840299606323,-0.13521310687065125,0.1961815357208252,-0.18057794868946075,0.08080928027629852,0.0805044174194336,0.07331112027168274,-0.015318934805691242,-0.07013711333274841,0.2575173079967499,-0.02155090682208538,0.25406980514526367,0.17462658882141113,0.07517637312412262,-0.1139080822467804,0.48048603534698486,0.20865696668624878,0.02148909494280815,0.1390809863805771,0.12477164715528488,-0.13972774147987366,-0.2289603054523468,-0.18059185147285461,-0.018741479143500328,-0.12288636714220047,0.21215885877609253,0.15696683526039124,-0.0381854884326458,0.09802385419607162,0.06134937331080437,0.23566773533821106,0.38709360361099243,-0.017512192949652672,-0.013903561979532242,0.16099907457828522,0.13509127497673035,-0.2887973487377167,0.07122600823640823,0.31688711047172546,0.08392114192247391,-0.16705241799354553,0.24833250045776367,0.7258780002593994,-0.16773878037929535,0.052130330353975296,-0.13983672857284546,0.19527705013751984,0.5709934830665588,0.13790364563465118,-0.1952120065689087,-0.026350758969783783,-0.031158894300460815,-0.3942004442214966,-0.03600716218352318,-0.4967551827430725,0.280696302652359,0.14814922213554382,0.41904354095458984,-0.22678905725479126,0.3823213279247284,-0.03357839211821556,-0.2139337807893753,0.19849954545497894,-0.5018540024757385,-0.27887803316116333,-0.11297603696584702,0.1983657032251358,-0.3512823283672333,-0.3025667071342468,0.20676571130752563,0.015075643546879292,-0.22817189991474152,0.01990504376590252,0.15544827282428741,0.017975978553295135,0.10377249121665955,0.13581106066703796,0.2860129475593567,0.36861947178840637,0.01652848906815052,-0.26356321573257446,0.61966472864151,-0.2586449086666107,-0.026959266513586044,0.11662273854017258,0.09828925132751465,-0.24120201170444489,0.2609102725982666,0.04243922233581543,-0.08681727945804596,0.14957989752292633,0.26100340485572815,-0.38113272190093994,-0.2833980917930603,-0.14300081133842468,-0.30151546001434326,-0.19482161104679108,-0.48997557163238525,0.0038671260699629784,0.16839991509914398,-0.019752956926822662,-0.0716497153043747,-0.29064038395881653,0.1870715171098709,0.2940080761909485,-0.21822983026504517,-0.2545276880264282,0.028717096894979477,-0.6075672507286072,0.045684557408094406,0.4483962059020996,-0.15925543010234833,-0.3150308430194855,-0.13696108758449554,-0.03698766231536865,0.10125581175088882,0.20719709992408752,-0.12509196996688843,0.08698070794343948,0.25610795617103577,-0.29326409101486206,0.05612562224268913,-0.3404582738876343,-0.44957414269447327,0.03295927494764328,0.20580312609672546,-0.15893684327602386,-0.4036533832550049,0.33008819818496704,-0.27807533740997314,0.14825621247291565,0.22359231114387512,-0.20237275958061218,-0.024861730635166168,0.09233583509922028,0.021563975140452385,-0.16433875262737274,-0.18255692720413208,-0.20996873080730438,0.18499034643173218,-0.03212300315499306,-0.004050246439874172,0.2381124198436737,-0.02549758367240429,-0.2813943028450012,0.06792239844799042,0.05878196656703949,-0.2889556586742401,-0.09901162981987,0.14702937006950378,-0.07900893688201904,-0.033741697669029236,0.3290356695652008,-0.01541753951460123,-0.06087870895862579,0.08282911777496338,0.030398568138480186,0.29495909810066223,0.26732146739959717,0.05757323279976845,0.0023518812377005816,0.1400364339351654,0.059200387448072433,0.10256294906139374,0.37295082211494446,0.09941571205854416,0.06019726023077965,0.3162587881088257,-0.26538902521133423,-0.1392037719488144,0.5566302537918091,0.07929849624633789,0.1885559856891632,0.108536496758461,0.15397685766220093,-1.332627773284912,0.3547886610031128,0.06462462991476059,0.09556494653224945,0.29865843057632446,0.09354542195796967,-0.07934614270925522,0.10093296319246292,0.1321859210729599,-0.10010740160942078,0.014943878166377544,-0.2680600881576538,0.31731709837913513,-0.1617847979068756,0.2216276228427887,-0.24220561981201172,-0.37602531909942627,0.17082619667053223,0.018085051327943802,-0.02220206893980503,-0.31865766644477844,-0.09743419289588928,0.037785086780786514,0.09805112332105637,-0.23610751330852509,-0.13888484239578247,-0.0011432287283241749,0.0009412103099748492,-0.29179465770721436,0.5226169228553772,-0.2666769325733185,0.09326674789190292,-0.3358592987060547,0.1688096821308136,-0.20814508199691772,-0.18342317640781403,0.07468725740909576,0.15789173543453217,-0.1823529154062271,0.11691784858703613,0.11661621183156967,0.23530565202236176,-0.15150322020053864,0.14955945312976837,0.1260259449481964,0.33280518651008606,0.32870805263519287,-0.2750193178653717,0.04958297312259674,-0.1443546861410141,0.012192534282803535,-0.020060867071151733,0.30916666984558105,-0.24076563119888306,0.33276113867759705,-0.25227418541908264,-0.3722190260887146,0.16246986389160156,0.3507031500339508,-0.35356295108795166,0.08113767951726913,-0.12972921133041382,0.14047902822494507,0.04338585585355759,-0.10084028542041779,0.14655810594558716,0.17326195538043976,0.14972515404224396,-0.11238464713096619,0.34208738803863525,-0.4468076527118683,0.6269065141677856,-0.18845947086811066,-0.16322922706604004,-0.07767101377248764,-0.04504790157079697,0.36427637934684753,-0.271048903465271,0.2646082639694214,0.06640663743019104,-0.18201416730880737,-0.10295027494430542,-0.3337821066379547,0.4390847682952881,0.08434782177209854,-0.02615995518863201,-0.20546072721481323,-0.5110370516777039,-0.1626291424036026,0.13242191076278687,0.6349296569824219,-0.06464176625013351,-0.24988916516304016,0.050173819065093994,-0.03384768217802048,-0.22154924273490906,0.07373284548521042,0.4325885474681854,0.15747395157814026,-0.28778573870658875,-0.1024390235543251,0.20853930711746216,-0.02679476886987686,0.11105571687221527,0.08117798715829849,-0.47420385479927063,-0.09759445488452911,-0.3261038064956665,0.23638871312141418,-0.022113842889666557,0.5783918499946594,0.2720886766910553,-0.2281894087791443,-0.17692618072032928,0.09255480766296387,0.2689211666584015,-0.18465393781661987,0.2887011766433716,0.32663822174072266,0.16359788179397583,-0.10683465003967285,0.30180495977401733,0.0309328343719244,-0.10644838213920593,0.49566397070884705,-0.29320138692855835,-0.07892099022865295,-0.45364242792129517,-6.505438327789307,0.005666864570230246,0.005190611816942692,-0.17465543746948242,0.4076087772846222,0.28880417346954346,0.3147672116756439,0.05515577271580696,-0.16138607263565063,0.15547364950180054,-0.30293920636177063,-0.3455633223056793,-0.3247475326061249,0.5211661458015442,0.044723644852638245,0.018799666315317154,-0.443396657705307,-0.24288538098335266,-0.21490508317947388,0.17029079794883728,-0.27944493293762207,-0.416961133480072,-0.29537609219551086,0.35356488823890686,0.42697980999946594,-0.06328866630792618,-0.38250553607940674,-0.03879807889461517,0.018087979406118393,-0.6047248244285583,0.23991219699382782,-0.7053862810134888,-0.07676365971565247,0.06140650063753128,0.17411653697490692,-0.4000053405761719,0.48695310950279236,-0.00769825279712677,-0.24667464196681976,-0.17511962354183197,-0.13431020081043243,-0.06328437477350235,0.4371308982372284,0.1723341941833496,0.47073349356651306,0.14104855060577393,-0.09712228178977966,0.24974849820137024,-0.36093518137931824,0.0231037475168705,0.0038414474111050367,0.244455024600029,-0.24218787252902985,0.03464164212346077,-0.37284719944000244,0.25399962067604065,0.02669806033372879,0.045454010367393494,-0.09051845967769623,-0.11325398832559586,-0.0073487660847604275,-0.17498809099197388,-0.02460276149213314,-0.3063580095767975,-0.04106955602765083,0.2557390630245209,-0.47035354375839233,0.020288752391934395,0.025327563285827637,-0.15017223358154297,0.11588884890079498,0.48617056012153625,-0.3478603959083557,-0.9133720397949219,-0.2595270872116089,-0.24848157167434692,0.44082921743392944,-0.09777459502220154,-0.04675561934709549,0.21859043836593628,0.4088935852050781,-0.21111702919006348,0.1858869194984436,0.08923197537660599,-0.05951133742928505,-0.05960001051425934,0.12364489585161209,0.16020332276821136,-0.35003864765167236,-0.28625065088272095,0.4938374161720276,-0.3723028600215912,-0.3429126441478729,-0.04929380863904953,0.2879028618335724,0.10236561298370361,0.00782962515950203,0.09526140242815018,-0.16708289086818695,-0.06824944168329239,-0.2812243700027466,-0.018354875966906548,0.11860937625169754,0.012387659400701523,0.3806455135345459,-0.04176413267850876,-0.32950347661972046,0.03738466277718544,0.3889249265193939,-0.16128544509410858,0.028658943250775337,-0.26798203587532043,0.11344007402658463,-0.010502851568162441,-0.2580490708351135,0.19605152308940887,0.03949931263923645,-0.050600823014974594,0.01725281961262226,-0.15295830368995667,-0.15171194076538086,0.6386362314224243,-0.2684422731399536,-0.0065865349024534225,-0.6504056453704834,-0.021164990961551666,-0.41302698850631714,0.0651075541973114,-0.053765907883644104,0.19559603929519653,-0.21995536983013153,0.2556239366531372,-0.00548350065946579,-0.023467378690838814,0.750649094581604,0.11728426069021225,-0.14458373188972473,0.025615377351641655,0.09377774596214294,0.2669343948364258,0.31044164299964905,0.1003112941980362,-0.2427477240562439,-0.2385256290435791,-0.07335606962442398,-0.03879133239388466,0.26948025822639465,0.07219195365905762,0.36127418279647827,-0.12317771464586258,0.17162677645683289,-0.08559778332710266,0.36564815044403076,0.0801810547709465,-0.5112281441688538,0.06863190978765488,0.2652207612991333,0.23097361624240875,-0.18576157093048096,-0.127423495054245,0.03564084321260452,-0.10957470536231995,-0.23843009769916534,-0.07654711604118347,0.25836971402168274,0.12320174276828766,-0.17666023969650269,-0.4353698194026947,0.19465495645999908,-0.07175583392381668,-0.343210369348526,-0.006619536317884922,0.07205261290073395,0.016167057678103447,-0.20622855424880981,0.3741401731967926,-0.25491318106651306,-0.18767200410366058,-0.17413395643234253,-0.07584555447101593,0.14234250783920288,0.29567626118659973,-0.2753494381904602,-0.029514065012335777,0.041579026728868484,0.04242850840091705,0.2361452281475067,-0.0700145736336708,0.2622539699077606,-0.4117070138454437,-0.14227613806724548,0.04763580858707428,0.13812986016273499,0.2434970587491989,-0.09947580099105835,-0.09985096752643585,0.4043829143047333,-0.3107539117336273,-0.5304030776023865,0.18108268082141876,-0.03507806360721588,-0.2080235630273819,0.44534608721733093,-0.17400512099266052,-0.40767624974250793,-0.09511979669332504,0.0457676500082016,-0.0578635074198246,-0.17128576338291168,-0.2491082400083542,-0.5007500648498535,0.0564899705350399,-0.4294668138027191,0.3834766149520874,-0.05830615013837814,-0.23994946479797363,0.2273678481578827,-0.03890715166926384,-0.5941856503486633,-0.06445807218551636,0.13954199850559235,0.02085980772972107,0.1249733492732048,-0.1539304405450821,-0.16614198684692383,-0.010098457336425781,0.2205105423927307,0.24887746572494507,0.29796102643013,0.3470364212989807,-0.2984870970249176,-0.27480900287628174,-0.09584294259548187,-0.084249347448349,0.019007418304681778,0.08519342541694641,-0.20604389905929565,-0.1525217592716217,-0.08045560121536255,0.43563249707221985,0.26832064986228943,-0.03406931087374687,-0.014618713408708572,-0.3149558901786804,0.1790875643491745,0.3839200437068939,0.2825840413570404,-0.12229594588279724,0.28806301951408386,0.16666431725025177,0.034320760518312454,0.04977387189865112,0.07919909060001373,-0.006365374196320772,0.013346195220947266,-0.27218514680862427,-0.4415687918663025,-0.0720796063542366,-0.053919028490781784,-0.3066903352737427,-0.1796213984489441,-0.07195517420768738,-0.024065349251031876,0.15691255033016205,0.055234335362911224,-0.04841046780347824,0.15028339624404907,-0.015556765720248222,-0.21115493774414062,-0.302057147026062,0.40631335973739624,-0.2934623658657074,-0.07811260223388672,0.11189591884613037,0.19225141406059265,0.2641013562679291,-0.38415491580963135,-0.13717569410800934,0.35930612683296204,-0.13993427157402039,-0.583294153213501,0.10257630795240402,0.17036476731300354,0.059469420462846756,0.10571067780256271,-0.3621649146080017,0.002508432138711214,0.0754130408167839,-0.4878702759742737,-0.4006251096725464,0.0919785127043724,-0.02633102796971798,-0.477462500333786,-0.15759308636188507,-0.43240591883659363,0.10420367121696472,0.5359414219856262,0.16812832653522491,0.12861445546150208,-0.09106922149658203,-0.23301441967487335,-0.14059773087501526,0.13077379763126373,0.05205244570970535,-0.02031063288450241,0.31606361269950867,-0.23751510679721832,-0.026695000007748604,-0.08986559510231018,0.38092997670173645,-0.07930798083543777,-0.1136169582605362,0.3431428372859955,0.15133923292160034,-0.2073867917060852,-0.07843448966741562,0.05663934722542763,-0.21333378553390503,0.19580131769180298,-0.07991334050893784,0.12648189067840576,0.16429446637630463,0.4441858232021332,-0.03075108863413334,0.3722628057003021,0.1455393135547638,0.19865292310714722,0.5224390625953674,-0.33550480008125305,0.6651445627212524,-0.12421303242444992,0.3620442748069763,-0.046762146055698395,0.00568062998354435,0.5264140367507935,0.022513074800372124,-0.12126769125461578,-0.16389350593090057,0.022818153724074364,0.5326270461082458,-0.04853109270334244,0.10037766396999359,-0.366836279630661,0.11496219038963318,0.35301172733306885,0.17818962037563324,-0.14315029978752136,-0.011284982785582542,0.3176908493041992,0.5901534557342529,0.1536485254764557,-0.25951576232910156,-0.040343958884477615,0.01967821829020977,-0.21686767041683197,0.16391043365001678,0.1628705859184265,-0.020271964371204376,-0.3739357888698578,0.09374292194843292,0.1724090427160263,0.21755994856357574,0.08478586375713348,-0.27911779284477234,-0.3868348300457001,-0.022559132426977158,-0.2797578275203705,-0.1935981661081314,0.4562693238258362,-0.3376096487045288,0.08076462149620056,-0.3863914906978607,-0.5799700617790222,0.4686853587627411,0.37765613198280334,-0.6284439563751221,0.02134678326547146,0.2497866153717041,0.2893003821372986,0.16998036205768585,-0.33987197279930115,-0.29767709970474243,-0.23777596652507782,-0.007445404771715403,-0.32754528522491455,-0.13971161842346191,0.39369064569473267,-0.044882651418447495,-0.23656858503818512,-0.3022456765174866,-0.18265950679779053,-0.09262046962976456,0.10419883579015732,0.20987963676452637,-0.2631763219833374,0.004780247807502747,0.04973335564136505,-0.12217961251735687,0.35237061977386475,-0.14627555012702942,0.11494132876396179,-0.31291472911834717,-0.19423234462738037,-0.18465928733348846,0.11007044464349747,-0.05326227471232414,-0.09574811160564423,-0.01326826587319374,-0.23357804119586945,-0.052140012383461,0.24864503741264343,-0.1934056431055069,-0.2351272851228714,0.1396590918302536,0.010448185727000237,-0.10968512296676636,-0.11284515261650085,0.435606986284256,0.36451423168182373,-0.03892333805561066,-0.23385882377624512,-0.45342200994491577,0.26853683590888977,-0.05438987538218498,-0.2697623372077942,0.18976174294948578,0.35239726305007935,0.4000970721244812,-0.1428210735321045,0.19673588871955872,0.21343912184238434,-0.1426880955696106,-0.10646315664052963,0.3458713889122009,-0.18085868656635284,0.11172066628932953,-0.1896906942129135,-0.024030745029449463,-0.3901263475418091,-0.10079607367515564,-0.04349980875849724,0.5403048992156982,-0.07652963697910309,-0.17779216170310974,0.27354371547698975,0.013518285006284714,0.2053127884864807,-0.046940162777900696,-0.1292733997106552,-0.11799226701259613,-0.19073162972927094,0.11992272734642029,-0.05759324133396149,-0.29257190227508545,0.34579482674598694,-0.490102618932724,0.08211866766214371,-0.03362157940864563,0.06610333919525146,-0.10946846753358841],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"qHt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b10","text":"Having regard to the opinion of the Committee of the Regions (2),","text_embedding":[-0.11179021000862122,-0.09903048723936081,0.13873471319675446,-0.2345775067806244,0.2914288341999054,0.2594449520111084,-0.1866375058889389,0.20788490772247314,-0.09043125063180923,0.014937951229512691,0.1355218142271042,0.0015198076143860817,-0.0657338798046112,0.0762748196721077,0.00683295913040638,0.5950366258621216,0.23917602002620697,0.045084841549396515,0.008863153867423534,-0.06414573639631271,0.49101340770721436,0.09178950637578964,0.015152624808251858,0.3011372685432434,-0.03213748335838318,-0.08134844899177551,-0.22495883703231812,-0.043157171458005905,-0.09561604261398315,-0.03972205892205238,0.23610369861125946,0.0647701844573021,0.18430960178375244,0.11048330366611481,-0.02183297462761402,0.38455843925476074,0.613139271736145,0.03387514129281044,-0.036126118153333664,-0.028158077970147133,0.09892600774765015,-0.20168137550354004,-0.07652603834867477,0.009270085953176022,0.10190185904502869,-0.3041653335094452,0.15971329808235168,0.6865876913070679,-0.017201142385601997,-0.06844465434551239,-0.2739233672618866,0.23448169231414795,0.20932652056217194,-0.035335324704647064,-0.20430167019367218,0.07487106323242188,0.0023270214442163706,-0.26897114515304565,0.020395439118146896,-0.4992371201515198,0.10957563668489456,0.11906272917985916,0.4411509037017822,-0.07613998651504517,0.29522931575775146,0.17380976676940918,-0.39046138525009155,0.2513755261898041,-0.6262252330780029,-0.10707274079322815,0.03485509753227234,0.2861705720424652,-0.2775449752807617,-0.0945398136973381,0.1682056486606598,-0.020397275686264038,-0.48410534858703613,-0.04008204862475395,0.1577773541212082,0.056467555463314056,-0.12761203944683075,-0.18925334513187408,0.18242329359054565,0.2598755657672882,-0.02661409042775631,-0.3950118124485016,0.6546636819839478,-0.3306187093257904,-0.10233011096715927,0.2163565456867218,0.1763412058353424,-0.30451110005378723,0.2346840798854828,-0.036644041538238525,0.015481976792216301,-0.10029245913028717,0.3809669315814972,-0.2041979432106018,-0.516219973564148,-0.14757998287677765,-0.33235964179039,0.07926689833402634,-0.4182596206665039,0.1674107313156128,0.07738492637872696,-0.018225738778710365,0.02591894008219242,-0.31188535690307617,0.032201096415519714,0.6507294774055481,0.04096809774637222,-0.12135785073041916,0.012949205935001373,-0.5845947861671448,0.16720634698867798,0.22543026506900787,-0.09611570090055466,-0.3468911349773407,0.0990501269698143,-0.07546499371528625,0.23260056972503662,0.46492254734039307,-0.14541514217853546,0.10151921957731247,0.2063828557729721,-0.23015941679477692,0.17229796946048737,-0.5392922163009644,-0.4504469037055969,0.00522030983120203,0.08346353471279144,-0.21545428037643433,-0.31776490807533264,0.20901942253112793,-0.32178378105163574,0.16905894875526428,0.03139440342783928,-0.17889784276485443,-0.043798431754112244,-0.13309907913208008,-0.04349169135093689,0.1707298755645752,-0.18121792376041412,-0.5418322682380676,0.41691234707832336,0.14303286373615265,-0.3980987071990967,0.14301516115665436,0.12293612211942673,-0.13236448168754578,0.17412397265434265,0.060745686292648315,-0.23911142349243164,-0.0523015595972538,-0.11515682935714722,0.19184674322605133,-0.04486742615699768,0.27695879340171814,0.16550447046756744,-0.057486873120069504,0.17711150646209717,-0.05180104821920395,0.2048252522945404,0.23722539842128754,0.10368700325489044,-0.019406545907258987,0.12593168020248413,0.0077587030827999115,0.25018566846847534,0.15179060399532318,0.1770070344209671,-0.2936437726020813,0.2845494747161865,-0.11702526360750198,0.09915345907211304,0.14065329730510712,0.014298512600362301,0.43501096963882446,-0.2926294207572937,0.12826350331306458,-1.2809199094772339,0.10982680320739746,-0.14921987056732178,0.05170261487364769,0.352583646774292,-0.08108261972665787,-0.04457160457968712,0.08631426095962524,0.1119319424033165,0.04446657747030258,0.09881805628538132,-0.5070644617080688,0.2896353304386139,-0.1708272099494934,0.09738842397928238,0.06845207512378693,-0.15501751005649567,0.2584141492843628,0.0014039434026926756,-0.22563116252422333,-0.03480324149131775,0.10159406065940857,0.19390003383159637,0.05851206183433533,-0.22520984709262848,-0.1274203360080719,-0.10543786734342575,0.19645142555236816,-0.031766921281814575,0.6292749047279358,-0.3070054054260254,0.05475780367851257,-0.32723918557167053,0.012655746191740036,-0.32924720644950867,-0.31598204374313354,-0.09613890945911407,-0.10321508347988129,-0.08616922795772552,-0.17062894999980927,-0.06065244600176811,0.11426214873790741,-0.20377413928508759,0.3183939456939697,-0.08315397799015045,0.542346715927124,0.2854405343532562,0.0049300831742584705,-0.12401925772428513,-0.04388568550348282,-0.09865885972976685,-0.06598936021327972,0.23036731779575348,-0.31074896454811096,0.2677493989467621,-0.29685044288635254,-0.19834773242473602,0.4331950545310974,0.37600186467170715,-0.4328487813472748,-0.08887097984552383,-0.20263350009918213,0.06467892229557037,-0.03342926502227783,0.02817239798605442,0.13937771320343018,0.04349491000175476,0.08689485490322113,0.3469858765602112,0.06544183194637299,-0.13830769062042236,0.3995856046676636,0.005684107542037964,-0.062444861978292465,-0.040156591683626175,-0.12700167298316956,0.5464531183242798,-0.6037129163742065,0.24455252289772034,-0.07124707102775574,-0.19282390177249908,-0.051749441772699356,-0.5870451927185059,0.04457208141684532,0.08630142360925674,0.07831317186355591,-0.08968856185674667,-0.5066369771957397,-0.12452375143766403,-0.13919344544410706,0.38739579916000366,0.294921875,-0.06774479895830154,0.058995939791202545,-0.20507079362869263,-0.16639669239521027,0.14243829250335693,0.4582195580005646,0.020657110959291458,-0.27740979194641113,-0.3324472904205322,0.03389642387628555,0.06042183190584183,0.26604902744293213,-0.041073158383369446,-0.3142554759979248,-0.23119977116584778,-0.32152706384658813,0.2916175127029419,-0.0244117584079504,0.34784379601478577,0.09257274121046066,-0.11864795535802841,-0.23919495940208435,-0.13023251295089722,0.12400615960359573,-0.1157742366194725,0.27288779616355896,0.2617880403995514,-0.06521771848201752,-0.4453170597553253,0.07140795141458511,0.06371777504682541,-0.13984981179237366,0.29615283012390137,-0.018274594098329544,-0.17876575887203217,-0.2608792781829834,-6.4821696281433105,-0.2254134565591812,-0.2841479182243347,-0.4093632698059082,0.4418148696422577,0.4338342547416687,0.25971782207489014,-0.006025450304150581,0.11722620576620102,0.3666277229785919,-0.09903450310230255,-0.4049307107925415,-0.31187310814857483,0.32196664810180664,0.02550206519663334,-0.18810585141181946,-0.5748997926712036,0.07309776544570923,-0.2201695591211319,0.11163836717605591,-0.028676625341176987,-0.5583244562149048,-0.18807518482208252,0.3564135730266571,0.3989376723766327,0.024964384734630585,-0.24674354493618011,0.06863105297088623,0.011482270434498787,-0.5224776864051819,0.35353097319602966,-0.7018105387687683,0.19946269690990448,0.38771653175354004,0.2392079383134842,-0.26826465129852295,0.3344511091709137,-0.019121628254652023,-0.054705772548913956,-0.015011699870228767,-0.20437952876091003,-0.21521489322185516,0.18091793358325958,0.028245652094483376,0.21953435242176056,-0.12745654582977295,-0.18677140772342682,0.15905117988586426,-0.20980186760425568,0.1033409982919693,0.14990054070949554,0.24822381138801575,-0.2091560810804367,0.24429680407047272,-0.4960610568523407,-0.010205320082604885,-0.01774263009428978,-0.19509266316890717,-0.22996127605438232,-0.28934890031814575,0.10430597513914108,-0.2631203532218933,-0.1228674128651619,-0.23291410505771637,0.031168587505817413,0.18590711057186127,-0.4289914071559906,0.32375308871269226,0.007847048342227936,-0.07641482353210449,0.03833351284265518,0.5037657022476196,-0.38295066356658936,-0.823146641254425,-0.3590237498283386,-0.001701026689261198,0.3541182279586792,-0.1336689591407776,0.1667947620153427,0.32515087723731995,-0.07027508318424225,-0.16183525323867798,0.18919183313846588,0.09467419981956482,-0.16108419001102448,-0.06769152730703354,0.08943755179643631,0.46274974942207336,-0.20488156378269196,-0.32152608036994934,0.5777741074562073,-0.5025782585144043,-0.2328268438577652,-0.23015514016151428,0.2551291882991791,-0.10406718403100967,0.14783895015716553,0.060065850615501404,-0.22304029762744904,-0.034866202622652054,-0.01934027299284935,-0.06341172009706497,-0.0014387833653017879,0.08951226621866226,-0.01130367536097765,-0.041346173733472824,-0.3216530978679657,0.15316258370876312,0.4308512508869171,-0.16355359554290771,0.06942572444677353,0.024470889940857887,0.22826753556728363,0.1577412486076355,-0.15620653331279755,0.2753336727619171,0.11713502556085587,-0.08694182336330414,0.29937005043029785,0.027660373598337173,-0.011707018129527569,0.803048849105835,-0.1990877240896225,0.1173517256975174,-0.575985848903656,0.21492569148540497,-0.39316749572753906,0.19347351789474487,-0.11522423475980759,0.5318187475204468,-0.1529034525156021,-0.0917092114686966,0.3931047022342682,0.06638170778751373,0.48097026348114014,0.06391251087188721,-0.3474625051021576,-0.11267995834350586,-0.0839071273803711,0.02766944095492363,0.08269459754228592,0.09287062287330627,-0.033486515283584595,-0.17373064160346985,-0.04710102081298828,-0.01243571937084198,0.2819400429725647,0.2812531590461731,0.27391111850738525,-0.26310694217681885,0.05344720929861069,-0.17515552043914795,0.5746814608573914,-0.09839755296707153,-0.4322901666164398,0.1986124962568283,0.04872322082519531,0.07679446786642075,0.2613917887210846,-0.2751862406730652,0.0975920557975769,-0.06402455270290375,-0.04125577583909035,-0.08279772847890854,0.23944813013076782,0.09042775630950928,-0.10134576261043549,-0.4188780188560486,0.13770011067390442,0.08284305036067963,-0.2862469553947449,0.08151952177286148,0.013642129488289356,0.20020148158073425,-0.31820690631866455,0.3072088062763214,-0.06712531298398972,-0.1094013899564743,-0.22848418354988098,0.061652809381484985,-0.08666395395994186,0.3634856045246124,-0.2597613036632538,-0.0021490922663360834,0.15809805691242218,0.22009873390197754,0.03572004660964012,-0.19736754894256592,0.3981681764125824,-0.09751942753791809,-0.05321529507637024,0.035301413387060165,0.06299494951963425,0.07649736106395721,-0.08164814859628677,-0.05662854015827179,0.5001286268234253,-0.21272465586662292,-0.6326523423194885,0.15936581790447235,-0.2514183521270752,-0.2820320427417755,0.45585957169532776,-0.28711169958114624,-0.32657590508461,-0.07782234251499176,0.1443413645029068,-0.08824827522039413,-0.2854040265083313,-0.5976369976997375,-0.33044299483299255,0.2971821427345276,-0.2047508955001831,0.3961876332759857,0.20684005320072174,-0.3678983747959137,0.11004892736673355,0.10363791882991791,-0.2366844117641449,-0.1371774971485138,0.08928318321704865,-0.12593424320220947,0.12223904579877853,-0.29261189699172974,-0.4226429760456085,-0.011130152270197868,0.2171630859375,0.17372539639472961,-0.11922257393598557,0.1777477115392685,-0.07236053794622421,0.052203308790922165,-0.17144657671451569,0.03333821892738342,0.01691504195332527,0.0495610311627388,-0.01536020077764988,-0.13202451169490814,-0.08298196643590927,0.3978968560695648,0.5124357342720032,0.06107814982533455,-0.09156444668769836,-0.024336716160178185,0.043135933578014374,0.25454869866371155,0.35828569531440735,0.027238914743065834,0.17133289575576782,0.2965826392173767,0.35067877173423767,-0.03287889063358307,-0.07643532752990723,-0.05449613928794861,-0.049343958497047424,-0.13881096243858337,-0.24180948734283447,-0.1344561129808426,-0.11287640780210495,-0.15626929700374603,-0.06987784802913666,-0.05759737640619278,0.03138040378689766,0.18515323102474213,-0.033726174384355545,0.016504105180501938,0.116289883852005,-0.31320393085479736,-0.3752612769603729,-0.48568350076675415,0.4058428704738617,-0.3631168305873871,-0.029084166511893272,0.056164491921663284,0.13811330497264862,0.2192213535308838,-0.29642266035079956,-0.15162646770477295,0.31870850920677185,-0.2835299074649811,-0.4322699010372162,0.11428140103816986,0.3889816701412201,0.21889321506023407,0.2160702496767044,-0.12104669958353043,0.06154940277338028,0.19722171127796173,-0.4198606014251709,-0.40873122215270996,0.29390472173690796,-0.27684256434440613,-0.3311921954154968,-0.1942685842514038,-0.3306314945220947,-0.07348088175058365,0.5698620676994324,0.14029332995414734,-0.14531822502613068,0.07756926119327545,-0.27264469861984253,-0.14129145443439484,0.2440556138753891,-0.1757066398859024,-0.27423423528671265,0.16949455440044403,-0.08537555485963821,0.06331683695316315,-0.25172343850135803,0.22274383902549744,0.12118401378393173,-0.21415424346923828,0.2181856632232666,0.0847388356924057,-0.31387585401535034,-0.06886214017868042,0.0035344138741493225,-0.19210956990718842,0.1585715115070343,0.08200860023498535,0.4137575626373291,0.31498900055885315,0.1972578763961792,0.019916538149118423,0.40439915657043457,0.18124280869960785,-0.12486562877893448,0.43006864190101624,-0.25016307830810547,0.6878013610839844,-0.32691168785095215,0.21794958412647247,-0.1735394299030304,0.14706480503082275,0.42023277282714844,-0.20558342337608337,0.0026616151444613934,-0.1217523068189621,0.07159502059221268,0.4802282452583313,-0.09836994856595993,0.30013060569763184,-0.2997922897338867,0.1819457709789276,0.1373966932296753,0.2703709602355957,-0.1997942477464676,0.05965143069624901,0.2644113004207611,0.32112643122673035,-0.09649251401424408,-0.11724181473255157,-0.1555580049753189,0.3585087060928345,-0.008248023688793182,0.3516724407672882,-0.18485480546951294,-0.023967796936631203,-0.20520958304405212,0.28644874691963196,-0.149016335606575,0.1873602569103241,-0.01974957436323166,-0.09520237892866135,-0.2820519506931305,-0.05442424491047859,-0.11151385307312012,-0.3032742142677307,0.33138325810432434,-0.16801324486732483,-0.08727531880140305,-0.41998010873794556,-0.39178267121315,0.29046502709388733,0.21789081394672394,-0.42190033197402954,0.10281417518854141,0.22267700731754303,0.28785234689712524,0.20087581872940063,-0.28558650612831116,-0.19687297940254211,-0.14902906119823456,-0.06498956680297852,-0.3286955952644348,0.03136216849088669,0.1575135588645935,-0.057284533977508545,-0.34373563528060913,-0.445582777261734,-0.5651313662528992,-0.08903832733631134,-0.12022075802087784,0.24245239794254303,-0.16308310627937317,0.21982266008853912,0.09741456061601639,-0.31475943326950073,0.4287196695804596,0.09700392186641693,0.1858389973640442,-0.49954599142074585,0.28813087940216064,0.14677152037620544,0.08278720825910568,0.030082305893301964,0.24555142223834991,0.23565581440925598,-0.18556636571884155,-0.218998521566391,0.21336133778095245,-0.34213927388191223,-0.3674289584159851,0.028246387839317322,-0.1541799008846283,-0.4670374393463135,-0.0031054115388542414,0.34409281611442566,0.533329427242279,-0.1726241260766983,-0.22861458361148834,-0.4524039030075073,0.19175021350383759,0.21049673855304718,-0.30336034297943115,-0.032897479832172394,0.4679716229438782,0.3653796911239624,-0.37608325481414795,0.30867359042167664,0.2297525405883789,-0.12523311376571655,-0.14647194743156433,0.09422573447227478,-0.04503034055233002,-0.04071664810180664,-0.26440054178237915,0.07841862738132477,-0.3535449504852295,-0.015414535999298096,0.13360127806663513,0.39267638325691223,0.12514473497867584,-0.17676237225532532,0.1963285505771637,0.005021875258535147,0.26172903180122375,-0.034197062253952026,-0.18495331704616547,0.274840772151947,-0.4009091854095459,0.26784607768058777,-0.11097297817468643,-0.16555875539779663,0.2381516844034195,-0.6186789870262146,0.23053283989429474,0.16960954666137695,0.09436404705047607,-0.055268239229917526],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"qXt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b11","text":"Acting in accordance with the ordinary legislative procedure (3),","text_embedding":[-0.01597270742058754,0.024031510576605797,0.1138254776597023,0.011652829125523567,0.2859574854373932,0.05608027055859566,0.25788813829421997,-0.29308924078941345,-0.11584001779556274,0.12602826952934265,0.2166440188884735,0.2900681793689728,-0.652622401714325,-0.3012973964214325,-0.1722637414932251,0.5342852473258972,0.21583011746406555,0.05133715644478798,0.31722450256347656,-0.3330824375152588,0.2942142188549042,0.1565760374069214,0.08805334568023682,0.18715330958366394,0.06476975232362747,-0.0849168673157692,-0.07858788967132568,0.2150575816631317,-0.10998944193124771,-0.07673680037260056,0.07624851912260056,0.07590397447347641,0.16896580159664154,-0.15168015658855438,0.05772595852613449,0.3686557710170746,0.31393858790397644,-0.20957709848880768,-0.26356878876686096,0.14389054477214813,-0.013144840486347675,-0.460827499628067,-0.4370870888233185,-0.234708771109581,-0.24678099155426025,-0.6537984013557434,-0.05044504627585411,0.5968068838119507,0.24871575832366943,0.10146605968475342,-0.37380310893058777,0.36144882440567017,0.19628474116325378,0.09108865261077881,-0.17520704865455627,-0.03545062243938446,-0.09933508187532425,-0.010606573894619942,-0.2115960270166397,-0.28553077578544617,0.11513601243495941,0.05516320466995239,0.3519379496574402,-0.0735553652048111,0.17908699810504913,0.46635571122169495,-0.0814758911728859,0.21830447018146515,-0.7406715750694275,-0.24466462433338165,-0.12599320709705353,0.24529220163822174,-0.2361382097005844,0.053260885179042816,0.16368134319782257,-0.446501761674881,-0.13840371370315552,0.02931790240108967,0.05600305646657944,0.3667657673358917,-0.0818847045302391,0.09217249602079391,0.16321001946926117,0.24662812054157257,0.15450811386108398,-0.03150324895977974,0.2897091209888458,0.004726890008896589,0.10087259113788605,-0.14480604231357574,-0.38259243965148926,-0.31912800669670105,-0.1315498650074005,0.004922842141240835,-0.05348729342222214,-0.14702185988426208,-0.2522735297679901,-0.09515495598316193,-0.3657359480857849,0.3125607669353485,-0.1971471607685089,-0.1332022100687027,0.18233539164066315,-0.1509513556957245,0.0601772665977478,-0.00488242506980896,0.06450660526752472,-0.555237889289856,-0.12881599366664886,0.6791328191757202,-0.09770524501800537,-0.20405803620815277,0.17127802968025208,-0.28524062037467957,-0.0898914709687233,0.26651325821876526,-0.04521021246910095,-0.370340496301651,-0.0597279854118824,-0.09024862945079803,0.1239251047372818,0.12046301364898682,-0.10361409187316895,0.21532604098320007,0.3391070067882538,-0.41968756914138794,0.22510623931884766,-0.13107933104038239,-0.34796085953712463,0.06094193086028099,-0.03596119210124016,-0.23058442771434784,-0.1263500601053238,0.41489121317863464,-0.4896242320537567,-0.21097363531589508,0.09618101269006729,-0.18094588816165924,-0.08364585787057877,-0.1251123547554016,-0.07514268159866333,0.15482807159423828,0.03174883499741554,-0.08538880199193954,0.32346680760383606,-0.013593393377959728,-0.06596322357654572,0.18357817828655243,-0.14531834423542023,-0.11731697618961334,-0.06980472803115845,-0.14207123219966888,-0.09931782633066177,-0.2071646749973297,-0.11186210066080093,0.11907494813203812,0.17509962618350983,0.5249616503715515,-0.009267655201256275,-0.0055822026915848255,-0.3465621769428253,0.11981584876775742,-0.16572575271129608,-0.09840979427099228,0.014024600386619568,0.02752085030078888,-0.21071317791938782,0.23589953780174255,0.010470067150890827,-0.0323326475918293,-0.012412180192768574,-0.08649424463510513,-0.042515840381383896,0.35892924666404724,0.09594523161649704,0.19295498728752136,0.10163722187280655,-0.010164828039705753,0.004410921595990658,-0.19210709631443024,-1.295678734779358,0.33504733443260193,0.03719698265194893,0.12024394422769547,-0.16257332265377045,0.15629181265830994,0.3796522319316864,-0.005723604001104832,0.1665818691253662,-0.11434905976057053,0.11397305876016617,-0.2508971393108368,0.17093871533870697,-0.34218865633010864,-0.06877744942903519,0.08985503762960434,-0.11461925506591797,0.24518536031246185,-0.24518133699893951,-0.2825910449028015,-0.030638890340924263,0.3388335704803467,-0.02390103042125702,0.17955687642097473,0.021487286314368248,0.19955530762672424,-0.07188311964273453,-0.1585872620344162,0.2365875393152237,0.4676147997379303,-0.4007028639316559,-0.0074598840437829494,-0.022579286247491837,-0.22101442515850067,-0.4265078604221344,-0.19500000774860382,-0.5255768895149231,-0.45752668380737305,0.11508341878652573,0.04975224658846855,-0.10862849652767181,-0.0048602670431137085,-0.23282214999198914,0.4623492658138275,-0.11609999090433121,0.47792357206344604,0.47134557366371155,0.022944970056414604,-0.1216902956366539,-0.04964345693588257,0.003711374243721366,-0.26282528042793274,0.3482604920864105,-0.28803563117980957,0.12447250634431839,-0.1645321398973465,-0.15091298520565033,0.24223756790161133,0.05827929824590683,-0.5218163728713989,0.1510738879442215,0.1906287521123886,0.08828318119049072,-0.11190775781869888,0.024357523769140244,0.0872005894780159,-0.18902786076068878,0.22960056364536285,0.3883434236049652,0.11686023324728012,0.005194767843931913,0.24658527970314026,-0.08725692331790924,-0.3266473114490509,0.06300351768732071,-0.10592203587293625,-0.010761760175228119,-0.2932065427303314,0.08072209358215332,-0.19904300570487976,0.09322889149188995,-0.0991562083363533,-0.1258566528558731,-0.125553160905838,0.02436806447803974,-0.08723405748605728,0.37365660071372986,-0.20639219880104065,-0.28366824984550476,0.07841461151838303,0.37729930877685547,0.25580960512161255,-0.009341438300907612,0.14053717255592346,-0.15758226811885834,-0.19428768754005432,0.28574877977371216,0.5568358898162842,0.16965536773204803,-0.4441429674625397,-0.1201903447508812,0.13640357553958893,0.2025260031223297,0.2621140480041504,-0.274107962846756,-0.24638280272483826,-0.09726198762655258,-0.055196817964315414,-0.05276774615049362,-0.15645959973335266,0.17915558815002441,0.3648875057697296,-0.18571268022060394,-0.3035567104816437,-0.24535605311393738,0.018649231642484665,-0.21922029554843903,0.0673142746090889,0.03858872503042221,-0.0572827123105526,-0.5155565142631531,-0.005369613412767649,0.1880861520767212,0.17898152768611908,0.5317332744598389,-0.0861433669924736,-0.28735095262527466,0.022579392418265343,-6.561375141143799,-0.21723072230815887,0.05360058322548866,0.1424247771501541,0.5889356732368469,0.27685558795928955,-0.05346835404634476,-0.37851038575172424,0.2004590928554535,0.3015328049659729,0.06863023340702057,-0.10030586272478104,-0.22061730921268463,0.05330857262015343,-0.1730966418981552,-0.17921307682991028,-0.2168595790863037,-0.43418213725090027,-0.06298045814037323,0.10610855370759964,-0.011045092716813087,-0.510837197303772,0.4917505085468292,0.19237184524536133,0.4291956424713135,-0.29024621844291687,-0.3435741364955902,0.24168594181537628,0.09762219339609146,-0.41511234641075134,-0.0020295402500778437,-0.5278047919273376,-0.2004326730966568,0.4304705560207367,0.19015918672084808,-0.17657019197940826,0.3888397216796875,-0.29089266061782837,0.25323018431663513,-0.24225284159183502,-0.018148446455597878,-0.334592342376709,-0.008426542393863201,0.08593486249446869,0.025761952623724937,-0.08577395975589752,-0.24803416430950165,0.15660421550273895,0.0056700557470321655,0.20180711150169373,0.09250574558973312,0.31387120485305786,-0.03877480700612068,0.14075639843940735,0.14510907232761383,0.12574449181556702,0.2965342104434967,0.12985064089298248,-0.33721399307250977,0.09652832895517349,0.21748144924640656,0.054287414997816086,-0.48169276118278503,-0.02678942307829857,-0.08593310415744781,0.1909470111131668,-0.13607902824878693,-0.13791079819202423,0.036438703536987305,-0.12387293577194214,0.09522615373134613,-0.07978780567646027,-0.22085483372211456,-0.6798824667930603,0.04957173392176628,-0.4239777624607086,0.15502025187015533,-0.02539505437016487,0.3441402316093445,0.30742713809013367,-0.09449607133865356,-0.19493184983730316,0.3066537082195282,0.36465033888816833,0.1394631564617157,0.10154490172863007,0.2405727356672287,0.7230496406555176,0.07193358242511749,-0.31963035464286804,0.3423856198787689,-0.08839978277683258,-0.012560367584228516,0.3238815367221832,0.2571369707584381,0.013199076987802982,0.08262699097394943,-0.044040363281965256,-0.09976641088724136,-0.3353513777256012,-0.07153810560703278,0.03640976548194885,-0.0265716053545475,0.05090246722102165,0.07896337658166885,-0.08893585950136185,-0.4493781626224518,0.04773302003741264,-0.006838618777692318,-0.14540383219718933,0.003820861456915736,-0.21618519723415375,0.39717957377433777,0.20100829005241394,0.18176545202732086,-0.06831087917089462,-0.10254531353712082,0.0859731063246727,0.16187092661857605,-0.062459055334329605,-0.6047459840774536,0.5339845418930054,-0.5112603902816772,0.18515944480895996,-0.4144562780857086,0.22943846881389618,-0.1018902063369751,0.46271660923957825,0.1841752529144287,0.019149888306856155,-0.17631006240844727,-0.03476794436573982,0.09746235609054565,-0.12603972852230072,0.7514227032661438,0.13725975155830383,0.08716537803411484,-0.2511899769306183,-0.18585777282714844,0.31599488854408264,0.13350914418697357,-0.22996829450130463,-0.43331342935562134,-0.02839263714849949,-0.09644455462694168,0.008833259344100952,0.5148407816886902,0.053649190813302994,0.05232670530676842,0.09673436731100082,0.2907281816005707,0.031672604382038116,0.36719152331352234,-0.15114060044288635,-0.3937273621559143,0.3170660436153412,0.2161625325679779,-0.12664470076560974,0.6191419959068298,-0.14627616107463837,0.035731930285692215,0.09044241905212402,0.10058122128248215,-0.1749715656042099,-0.10267139971256256,0.14935968816280365,-0.30825716257095337,-0.07595103979110718,0.1375449150800705,0.10347640514373779,-0.2312610149383545,-0.05377435311675072,0.003728266339749098,0.23211248219013214,-0.04171595722436905,0.1322815865278244,-0.2647620439529419,-0.04427357390522957,-0.38862183690071106,0.467135488986969,0.3613840639591217,-0.428419828414917,-0.4700925350189209,-0.15614740550518036,0.2880891263484955,-0.1740088164806366,0.2636217176914215,-0.6847227811813354,0.1536777913570404,-0.03267752751708031,0.02360839769244194,0.10744408518075943,0.11629585176706314,0.05040861293673515,-0.17576444149017334,-0.11165911704301834,0.02325546182692051,-0.06498795747756958,0.1071479395031929,0.14808395504951477,-0.115262970328331,-0.177991583943367,0.11513964831829071,-0.2947634756565094,-0.42059510946273804,-0.13599835336208344,-0.014771917834877968,-0.16560590267181396,0.1564868837594986,-0.3838184177875519,0.01971246860921383,0.0461319200694561,-0.20756106078624725,0.40941935777664185,-0.031852394342422485,-0.3768867552280426,0.16597674787044525,-0.13394516706466675,-0.47956785559654236,-0.23006367683410645,-0.12234938144683838,-0.3315598964691162,-0.02486792765557766,-0.17098189890384674,-0.6656377911567688,-0.2871174216270447,0.17478975653648376,-0.04434463754296303,0.26230376958847046,0.22038845717906952,-0.18766702711582184,0.04291970282793045,-0.2190263569355011,-0.10518193244934082,-0.13938765227794647,-0.01582995057106018,-0.29504135251045227,-0.33666062355041504,-0.32326486706733704,-0.01299277413636446,-0.1493077278137207,0.3631635010242462,-0.17867840826511383,0.0536918118596077,0.3629639148712158,0.2588459253311157,0.12806229293346405,-0.05125092715024948,-0.01266625989228487,0.28191256523132324,0.1298646628856659,0.05830950289964676,0.1741321086883545,0.18977399170398712,-0.02104046940803528,-0.4121992886066437,-0.2593158483505249,0.2811097800731659,-0.03620632365345955,0.4073266386985779,-0.1934189349412918,-0.4708156883716583,0.06991269439458847,-0.2765989601612091,-0.045882564038038254,-0.09200157225131989,-0.04523259401321411,0.026056421920657158,0.17977125942707062,-0.19126436114311218,0.26131802797317505,-0.2032320648431778,-0.028314489871263504,0.11491239815950394,0.31593814492225647,0.18591713905334473,-0.10566674917936325,0.08039232343435287,0.27014994621276855,-0.015941372141242027,-0.40834879875183105,0.16221797466278076,0.1191905066370964,-0.27882906794548035,0.2653341591358185,-0.41641613841056824,0.41286036372184753,-0.0633363127708435,-0.16855821013450623,-0.29228878021240234,0.13274942338466644,0.06221310421824455,-0.1884676218032837,-0.22723177075386047,-0.40276971459388733,-0.03560812398791313,0.24542613327503204,0.43655654788017273,-0.0017211490776389837,0.21552987396717072,-0.2130434364080429,-0.07394177466630936,0.14829294383525848,-0.1741132289171219,-0.7015901207923889,0.12613043189048767,-0.08260536193847656,-0.14726337790489197,-0.19888417422771454,0.2523494362831116,-0.04352843761444092,-0.39748135209083557,0.6609249114990234,-0.09946579486131668,-0.19554142653942108,-0.12620627880096436,0.13468489050865173,-0.30401962995529175,-0.13333867490291595,0.0027779978699982166,0.3103692829608917,0.3290511667728424,0.07595188915729523,-0.1317969411611557,0.2502383589744568,0.09875289350748062,0.2176041454076767,0.28210997581481934,-0.16132065653800964,0.388601690530777,-0.08023762702941895,0.18474362790584564,-0.1921815127134323,-0.17395177483558655,0.14158543944358826,0.2282765954732895,0.30678173899650574,-0.04568490758538246,0.14167043566703796,0.13192708790302277,0.2293323278427124,0.3426031768321991,-0.5943858027458191,0.05910783261060715,0.49070098996162415,0.25330713391304016,-0.12192189693450928,-0.11160368472337723,-0.07760515064001083,0.21371586620807648,0.07515417039394379,-0.23358699679374695,0.3235200345516205,-0.060611821711063385,0.44354909658432007,0.3028254508972168,-0.08873409032821655,0.2832527458667755,-0.10496257245540619,0.01571219228208065,-0.3213959336280823,-0.1301928013563156,-0.011281614191830158,-0.27751538157463074,-0.2787913382053375,-0.09765230119228363,0.08683592826128006,0.16060125827789307,0.15652087330818176,-0.1041414886713028,0.25792235136032104,-0.4200423061847687,0.023838995024561882,0.059815339744091034,0.12315864115953445,-0.3500981628894806,0.05608956143260002,0.274612694978714,0.25699806213378906,-0.11225297302007675,-0.047283198684453964,0.015695879235863686,-0.08013052493333817,-0.3774263560771942,-0.047733716666698456,0.12385525554418564,0.12363411486148834,-0.0971871092915535,-0.06359628587961197,-0.4522137939929962,-0.2787397801876068,-0.20082512497901917,0.5332965850830078,0.1971689909696579,-0.009746938943862915,0.17275868356227875,0.03942253813147545,0.10816694051027298,0.5488670468330383,-0.2099350392818451,0.1565054953098297,0.2349635511636734,-0.23558129370212555,-0.14681768417358398,-0.00614218320697546,0.02268902026116848,0.011804943904280663,0.2612624168395996,-0.11448245495557785,-0.30872073769569397,0.3399955928325653,0.07613791525363922,-0.41429635882377625,-0.036998387426137924,-0.271882563829422,0.21450121700763702,0.21846672892570496,-0.023597706109285355,0.461627334356308,0.06392621248960495,-0.01667858101427555,-0.11811978369951248,0.3183143138885498,-0.008466517552733421,-0.3495037853717804,0.057477232068777084,0.6060816049575806,0.134672150015831,-0.22544370591640472,-0.08592443913221359,0.18315382301807404,-0.1097339391708374,-0.1655462235212326,0.2647719383239746,0.23707883059978485,0.2127574384212494,-0.3552228808403015,0.4371442198753357,-0.06858234107494354,-0.05337650701403618,0.052510108798742294,0.5482357144355774,-0.1392333209514618,-0.005011211149394512,0.5541163682937622,-0.07450079917907715,0.0952475294470787,0.11520390957593918,0.09232496470212936,0.010630070231854916,-0.1084609404206276,0.1061626523733139,-0.14153920114040375,-0.017149778082966805,-0.1688915640115738,-0.22679880261421204,0.39120131731033325,-0.118503138422966,-0.2915942966938019,-0.1674264520406723],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"qnt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b12","text":"Whereas:","text_embedding":[-0.31164586544036865,0.11355200409889221,-0.01583472266793251,-0.061771247535943985,-0.17205187678337097,0.1118365079164505,0.01882004737854004,0.1064457818865776,0.2424839437007904,-0.07930316776037216,0.0950445681810379,0.2611438035964966,-0.17273429036140442,0.34909719228744507,0.1122998520731926,0.49227333068847656,0.1369846612215042,-0.03082979843020439,0.03353649377822876,0.19382062554359436,0.2669813632965088,0.31218844652175903,-0.02890661358833313,0.2595822215080261,0.22034156322479248,0.10992687940597534,0.14277812838554382,-0.3571569323539734,0.1446540653705597,0.13656039535999298,-0.20109137892723083,-0.1078186184167862,0.39460474252700806,-0.033857591450214386,0.09133800864219666,0.099357970058918,-0.09983783960342407,-0.07298177480697632,0.11405356973409653,-0.08085667341947556,-0.24932482838630676,-0.13841234147548676,0.023459121584892273,0.04436750337481499,-0.014772508293390274,-0.11852189153432846,-0.22730594873428345,0.337320476770401,-0.056577496230602264,0.1581605076789856,-0.5142360925674438,0.28507763147354126,0.16253934800624847,0.22614538669586182,0.1715901792049408,0.03528256714344025,0.09310062229633331,-0.2576444745063782,-0.22058960795402527,-0.1558724343776703,0.329316109418869,0.15545174479484558,-0.00795662496238947,0.06166849657893181,0.10777746140956879,0.5602460503578186,-0.22725838422775269,-0.024676378816366196,-0.822607696056366,-0.0044013503938913345,-0.2553224265575409,-0.031605951488018036,-0.039097387343645096,0.05335734784603119,0.10280220210552216,0.15860515832901,-0.2542015314102173,0.05956881120800972,0.30263593792915344,0.011275244876742363,-0.013667594641447067,-0.14206793904304504,-0.029497191309928894,0.23094192147254944,0.1512715071439743,-0.08599140495061874,0.5197475552558899,-0.038306623697280884,-0.32925546169281006,0.2235964834690094,-0.06445939838886261,-0.2797660529613495,0.13300999999046326,0.25832411646842957,0.3301183879375458,0.16598835587501526,0.3456151485443115,-0.2118077278137207,0.05334412306547165,0.02142762392759323,-0.45708754658699036,-0.3601897060871124,0.1342431753873825,-0.17824070155620575,0.10003892332315445,-0.2367129623889923,-0.3743358254432678,0.09801343828439713,-0.010738646611571312,0.3716326057910919,0.006197899580001831,0.06878124177455902,-0.18656471371650696,-0.0801481157541275,-0.11136279255151749,-0.05432429164648056,-0.1214093416929245,-0.17732925713062286,-0.15242868661880493,0.10058999061584473,0.11311556398868561,0.1711627095937729,-0.027971256524324417,0.5155918002128601,0.21230792999267578,-0.4594917893409729,0.04907885938882828,-0.01976361870765686,-0.4512486457824707,0.03810984268784523,0.05132202431559563,0.2116759568452835,-0.04579176753759384,-0.004070477560162544,-0.20071831345558167,-0.16559067368507385,0.18141379952430725,-0.2630999684333801,-0.08051048964262009,-0.15272200107574463,-0.401231974363327,0.21471473574638367,-0.024732768535614014,-0.09181732684373856,0.26682937145233154,-0.05886401608586311,0.11787571758031845,-0.08996555954217911,0.16507425904273987,-0.1767013967037201,-0.0816202312707901,-0.06803366541862488,-0.41838210821151733,0.10013075917959213,0.11417410522699356,0.03250914439558983,-0.11463214457035065,0.3533632755279541,0.23366041481494904,0.06695135682821274,0.1914244294166565,-0.10476458072662354,0.14055630564689636,-0.07594920694828033,0.2684664726257324,0.03525068983435631,0.08934479206800461,0.4320847988128662,0.029749469831585884,0.12272948026657104,-0.008814005181193352,-0.008974678814411163,0.19836315512657166,-0.24404338002204895,-0.008283201605081558,0.23677554726600647,0.21400150656700134,0.0950675681233406,0.17887695133686066,0.0630331039428711,-1.701908826828003,0.363733172416687,-0.18812838196754456,0.09711708128452301,-0.05007178336381912,-0.14051689207553864,0.1024680882692337,-0.20751185715198517,-0.0403742641210556,-0.039942242205142975,-0.312591552734375,-0.22667713463306427,0.3880414068698883,-0.08551200479269028,0.28315359354019165,0.2898959815502167,-0.2283414900302887,-0.021593444049358368,-0.07053424417972565,-0.046456608921289444,0.10931289941072464,-0.0057467203587293625,-0.24174275994300842,0.25321847200393677,0.038198716938495636,0.09966154396533966,-0.20225511491298676,-0.28211742639541626,-0.017901986837387085,0.25268131494522095,-0.1468195766210556,-0.06035999208688736,-0.013064390979707241,0.284756600856781,0.040646497160196304,-0.23687279224395752,-0.04865554720163345,-0.06046334654092789,0.16009670495986938,-0.238917276263237,-0.2608436048030853,-0.053530313074588776,-0.14061014354228973,0.1692800670862198,0.05755743384361267,0.26325806975364685,0.43522337079048157,-0.18412229418754578,-0.11451481282711029,0.060281261801719666,0.141710102558136,0.14104729890823364,0.3828199505805969,0.18061241507530212,0.07090966403484344,-0.22636672854423523,-0.07222220301628113,-0.1751825213432312,0.2568804621696472,-0.6178377866744995,-0.22790531814098358,0.10825973749160767,0.18767467141151428,-0.11217871308326721,0.012235000729560852,0.013177501037716866,-0.13859008252620697,0.1107141524553299,0.021098628640174866,0.030498605221509933,-0.3161694407463074,0.12121443450450897,0.32850131392478943,0.016073716804385185,0.2689726650714874,-0.14198896288871765,-0.22760722041130066,0.1166134774684906,0.1392861306667328,0.020216479897499084,0.02093782275915146,0.17829477787017822,-0.019053300842642784,-0.044638581573963165,-0.2617698907852173,0.12089437246322632,-0.1389978528022766,0.01701197773218155,-0.12671495974063873,-0.09522058069705963,0.0086860042065382,-0.09412519633769989,-0.408462256193161,0.009833849966526031,0.0501619353890419,-0.12115377187728882,0.4022151529788971,0.23334698379039764,0.18416377902030945,-0.4116061329841614,0.10022479295730591,0.1199033260345459,0.01920529082417488,0.0976766049861908,-0.027479667216539383,-0.29051658511161804,-0.0009039454162120819,-0.6196589469909668,-0.07297166436910629,-0.14445000886917114,0.2702231705188751,0.509598433971405,0.007542666047811508,0.0214958805590868,0.24361445009708405,0.20384475588798523,0.07275539636611938,0.07014483213424683,0.2358894795179367,-0.36507007479667664,-0.0063291192054748535,-0.017102859914302826,0.05057324096560478,0.051493819802999496,0.07608504593372345,-0.22268478572368622,-0.0052958084270358086,-0.028731726109981537,-6.83950138092041,0.040697839111089706,0.0212603397667408,-0.3321840167045593,0.5956058502197266,0.18235339224338531,-0.25272756814956665,-0.4005477726459503,-0.019734729081392288,0.10102513432502747,-0.26215481758117676,-0.16644668579101562,-0.38713181018829346,0.26829639077186584,0.04930112138390541,-0.13171398639678955,-0.12031491100788116,-0.21437928080558777,-0.481805682182312,0.020390301942825317,-0.34161660075187683,-0.22213278710842133,0.2075267732143402,-0.09229157865047455,0.22819867730140686,0.47990700602531433,0.11960269510746002,-0.16005778312683105,-0.0509304441511631,-0.03761714696884155,0.3646185100078583,-0.37904343008995056,-0.06547047197818756,0.25061023235321045,0.20623598992824554,-0.00652504526078701,0.0638396367430687,-0.003064594231545925,0.5009702444076538,-0.05609966069459915,-0.40449750423431396,-0.06555846333503723,0.1690121442079544,0.062180422246456146,0.3483699560165405,-0.18025699257850647,-0.3355923593044281,0.13158512115478516,-0.21715286374092102,0.014420440420508385,0.4717424511909485,0.41172876954078674,-0.2395504117012024,-0.04319854453206062,-0.011373579502105713,0.21422430872917175,0.25733688473701477,-0.041765835136175156,0.14753760397434235,-0.15852507948875427,0.22551986575126648,-0.02626381628215313,-0.24106739461421967,-0.09420889616012573,0.37088102102279663,-0.371211439371109,-0.2988054156303406,0.13885244727134705,-0.05488450825214386,0.034741923213005066,-0.28360021114349365,-0.2058091163635254,-0.04548957943916321,-0.9937859177589417,-0.06666240096092224,-0.17142145335674286,-0.11007661372423172,-0.2995595932006836,0.14797240495681763,0.03364233672618866,0.08976150304079056,-0.26302841305732727,0.25208526849746704,0.016421586275100708,-0.2175731062889099,0.16147130727767944,-0.29252323508262634,0.2807769775390625,0.2306830883026123,-0.07181768119335175,0.279676616191864,0.17206308245658875,-0.1435740441083908,-0.22163259983062744,0.06554774940013885,0.0725160539150238,-0.15564501285552979,-0.19514133036136627,-0.02884065732359886,-0.12407100945711136,0.08452628552913666,0.06394442170858383,0.10381795465946198,0.27628499269485474,0.052120789885520935,-0.04921377822756767,-0.32251060009002686,0.17024347186088562,0.1668604612350464,-0.005748705938458443,-0.0838390439748764,-0.11936676502227783,-0.18630656599998474,-0.02198084257543087,-0.008638843894004822,-0.05085882917046547,0.14547774195671082,-0.05885661393404007,0.1725388914346695,0.06360077112913132,-0.1519879698753357,0.5224748849868774,-0.3345010578632355,-0.35005658864974976,-0.3233029842376709,0.2041279673576355,-0.3402820825576782,0.09479279816150665,-0.14989228546619415,0.0958036556839943,-0.2829411029815674,-0.13199864327907562,0.11446401476860046,-0.11760398745536804,0.5059760212898254,-0.05107906088232994,-0.21909545361995697,-0.21298828721046448,0.27673131227493286,0.23837636411190033,0.3874761760234833,-0.246782124042511,-0.1591155081987381,-0.10927024483680725,0.13638582825660706,0.11374413967132568,0.43877384066581726,0.09824609756469727,0.19300588965415955,-0.023726973682641983,0.16637727618217468,-0.4413440227508545,0.40734854340553284,-0.0088735930621624,-0.19254522025585175,-0.32367250323295593,-0.07851840555667877,-0.1601758450269699,-0.1393081247806549,-0.4169237017631531,0.08568556606769562,-0.056485366076231,-0.26932859420776367,-0.1441057175397873,-0.22290518879890442,0.18139736354351044,-0.292059063911438,-0.10482892394065857,0.02661079354584217,-0.24533967673778534,-0.18632899224758148,-0.03438258543610573,-0.09773960709571838,0.3039359748363495,0.08111845701932907,0.1485975682735443,0.32135945558547974,-0.25075817108154297,-0.16764622926712036,0.09096238017082214,0.11200382560491562,-0.23239195346832275,-0.17690972983837128,-0.14880523085594177,0.3279760777950287,-0.16643795371055603,0.2170228511095047,-0.27832359075546265,0.14811214804649353,0.1553468257188797,0.05717148631811142,-0.00038849562406539917,0.13105721771717072,0.054612018167972565,0.06104051321744919,-0.10396313667297363,0.029266707599163055,0.04072248935699463,-0.02185577154159546,0.042251065373420715,0.0027269870042800903,-0.08094926178455353,-0.1253749132156372,-0.16203972697257996,-0.4560733437538147,0.05182623863220215,0.25499534606933594,-0.21266613900661469,-0.14702020585536957,-0.049488842487335205,-0.12719666957855225,-0.08842906355857849,-0.3987787365913391,0.35324811935424805,0.15589016675949097,-0.38787347078323364,0.08651414513587952,-0.37714725732803345,-0.07793350517749786,-0.057435162365436554,0.07151298224925995,-0.27848631143569946,0.0317951962351799,-0.07907649129629135,-0.46559619903564453,-0.0017371326684951782,-0.019893838092684746,0.16801631450653076,0.1631077080965042,0.008858714252710342,0.1007157638669014,-0.5094887614250183,-0.18357673287391663,-0.07537208497524261,0.00835239514708519,0.11380356550216675,-0.05399174243211746,-0.0015867045149207115,-0.1701282560825348,-0.17725418508052826,0.13650354743003845,0.04215066879987717,-0.045090075582265854,-0.07620234042406082,0.19384220242500305,-0.06018298119306564,0.013652369379997253,-0.12400995194911957,-0.007588830776512623,0.12484899163246155,-0.07354985177516937,-0.1897066831588745,0.04708365350961685,0.14194363355636597,-0.02704482525587082,0.05438647419214249,-0.660053014755249,-0.010380087420344353,-0.5523365139961243,-0.049365922808647156,0.021535418927669525,-0.09495209902524948,-0.1018044576048851,-0.08850088715553284,0.24461780488491058,0.11915108561515808,0.32626503705978394,0.22032958269119263,0.12231861054897308,0.02993699535727501,0.37538474798202515,-0.3608478307723999,-0.07690420746803284,0.06191466376185417,0.03802800923585892,0.024267584085464478,-0.3156067132949829,0.36797451972961426,0.10684116929769516,0.003545507788658142,-0.06974585354328156,-0.008429192006587982,-0.11655017733573914,-0.15745557844638824,0.05264526605606079,0.20199015736579895,0.45725566148757935,0.18383166193962097,-0.07742580771446228,0.017078546807169914,0.19977006316184998,-0.14311359822750092,-0.008100328035652637,0.09880180656909943,-0.038704074919223785,-0.07716435194015503,0.2389623373746872,0.3223875164985657,-0.011923903599381447,0.20119139552116394,-0.18215157091617584,-0.21570973098278046,0.29591280221939087,-0.1693684160709381,0.09806351363658905,-0.021868053823709488,0.009022017940878868,0.008295133709907532,-0.09512557089328766,-0.05564722418785095,0.25108423829078674,-0.06778362393379211,0.25390559434890747,-0.019924452528357506,0.02094055712223053,-0.18602870404720306,0.2965545356273651,0.09453079849481583,0.05480670928955078,0.47375476360321045,-0.3966691195964813,-0.07617197930812836,0.12140079587697983,-0.0021355655044317245,0.24940940737724304,0.05883758142590523,0.12203603982925415,0.05251322686672211,-0.11359712481498718,0.16729618608951569,0.05883502960205078,0.26511910557746887,-0.09635299444198608,0.29639682173728943,0.21036598086357117,0.09261860698461533,0.4359916150569916,0.13941481709480286,-0.0725705698132515,0.03691790625452995,0.3746773600578308,0.129052996635437,-0.2796112596988678,0.08839071542024612,-0.079454205930233,0.13281044363975525,-0.04688918590545654,-0.10865642875432968,-0.0470973402261734,0.27949821949005127,-0.03069593571126461,-0.12460865080356598,0.049256790429353714,-0.05337423086166382,0.08106140047311783,-0.21139176189899445,-0.19120465219020844,0.19150689244270325,-0.10373082756996155,-0.12841293215751648,-0.011293640360236168,0.46108031272888184,-0.20051531493663788,0.09831658005714417,-0.20675629377365112,0.046726129949092865,0.06455634534358978,-0.10253806412220001,-0.13753673434257507,0.16880398988723755,0.1426389366388321,-0.19632777571678162,-0.059921033680438995,-0.2833893597126007,0.13989806175231934,-0.1303599625825882,0.09073075652122498,0.1916331797838211,-0.05299391970038414,0.10834049433469772,-0.20832723379135132,0.1675337553024292,-0.009263386949896812,-0.1490088403224945,-0.16228075325489044,0.21922923624515533,0.1603376865386963,-0.2948821187019348,-0.17529091238975525,-0.3345465064048767,-0.03746785223484039,-0.0034086033701896667,0.3268553614616394,0.1286918818950653,-0.10098183155059814,0.05812835693359375,0.14672237634658813,-0.1632664054632187,0.37913262844085693,0.06023101508617401,0.04199547320604324,-0.2581254541873932,-0.019169261679053307,-0.15260456502437592,-0.34604910016059875,0.21791419386863708,0.030009299516677856,0.2686309516429901,0.03471115231513977,-0.16973775625228882,0.0731005072593689,-0.3085671067237854,-0.7735868096351624,0.12543374300003052,-0.16160991787910461,0.07416848838329315,0.15464471280574799,-0.055529892444610596,0.23963212966918945,0.002126335632055998,-0.04835817590355873,-0.014017872512340546,0.41928398609161377,0.20568495988845825,-0.33061808347702026,0.10314686596393585,0.3117523193359375,0.3930758237838745,-0.03259959816932678,-0.1768077313899994,-0.03931789472699165,-0.15005220472812653,-0.25186577439308167,0.0933331549167633,-0.22910460829734802,-0.07948434352874756,-0.04766757786273956,0.05601295828819275,-0.30457600951194763,-0.16227249801158905,0.2504873275756836,0.436300128698349,-0.3011977970600128,-0.23728853464126587,0.0008363425731658936,0.1477281004190445,-0.1401679515838623,0.10844333469867706,0.04318615421652794,-0.018300693482160568,0.049485944211483,0.20761655271053314,-0.18543118238449097,0.02303171157836914,0.13059589266777039,-0.16066323220729828,0.18219882249832153,0.2013731598854065,0.14982199668884277,0.14789417386054993],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"q3t9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b13","text":"(1) The Union has set itself the objective of becoming a smart, sustainable and inclusive economy by 2020 with a set of policies and actions aimed at making it a low-carbon and resource-efficient economy (4).","text_embedding":[0.015611676499247551,-0.032980985939502716,0.3927682638168335,-0.08444162458181381,0.33796072006225586,0.04778183251619339,0.02842750959098339,0.19930653274059296,-0.0014390641590580344,-0.4554453194141388,0.1882021278142929,-0.1844673901796341,-0.06642677634954453,0.28920066356658936,0.4122703969478607,0.182224839925766,0.17780038714408875,-0.06166113168001175,-0.08635096997022629,-0.26787713170051575,0.4211429953575134,-0.03333209082484245,0.6667274832725525,0.9160339832305908,0.7015178203582764,0.08973457664251328,0.31153541803359985,-0.057132940739393234,0.33449792861938477,0.2146228849887848,0.3497389853000641,-0.3428555428981781,0.42529985308647156,-0.0083199143409729,0.47742536664009094,0.4110429584980011,-0.2820592522621155,-0.13711683452129364,0.07725919783115387,-0.14939089119434357,-0.6527935862541199,-0.1280980408191681,0.3946685492992401,0.37059080600738525,0.346230685710907,0.10733923316001892,-0.4153285622596741,0.46976232528686523,0.0064103249460458755,0.2497931569814682,-0.04926695674657822,-0.11606169492006302,0.3386947512626648,-0.21702608466148376,-0.07161514461040497,-0.24512165784835815,-0.0466616116464138,-0.457427054643631,-0.6685651540756226,-0.4513743817806244,0.20161090791225433,0.03309270739555359,-0.01337957102805376,-0.07116514444351196,0.24218496680259705,-0.23150813579559326,-0.22851097583770752,0.09070662409067154,-0.3447457551956177,-0.5297021865844727,-0.48658517003059387,0.021059447899460793,-0.3253699839115143,-0.5180819034576416,-0.0008386725676245987,-0.023987887427210808,-0.48422467708587646,0.4372432827949524,0.21743057668209076,-0.046967122703790665,-0.23387892544269562,0.2549460530281067,-0.0893465131521225,0.03243348002433777,0.32265350222587585,-0.18884792923927307,0.521477222442627,0.21257080137729645,-0.03680022805929184,0.5691612958908081,0.2829982340335846,-0.271152526140213,0.19321610033512115,0.15980374813079834,0.0018116375431418419,0.20902280509471893,-0.3938758075237274,-0.32649868726730347,-0.0448593832552433,-0.14817816019058228,0.4737387001514435,-0.18306472897529602,-0.028018102049827576,0.006112009286880493,0.17861412465572357,0.09659393876791,-0.06014266982674599,-0.40008389949798584,0.6721493601799011,0.502012312412262,0.2563595175743103,0.0500478558242321,0.02737574465572834,-0.2410363405942917,0.2677694261074066,0.28479552268981934,-0.31110990047454834,-0.20058153569698334,0.1413697451353073,0.13164468109607697,-0.03586961701512337,0.4609981179237366,0.05275626480579376,0.3656080961227417,0.01042957790195942,-0.28939688205718994,-0.06933188438415527,-0.07246040552854538,-0.46750664710998535,-0.10797777771949768,0.13636691868305206,0.04319348558783531,-0.26191702485084534,-0.1251310110092163,-0.18651069700717926,0.38537004590034485,0.4888985753059387,-0.24150079488754272,0.016276182606816292,0.1011565774679184,-0.06809321790933609,-0.17719343304634094,0.627094566822052,0.01949378289282322,0.31820982694625854,0.1346639096736908,0.3325618803501129,0.027733705937862396,-0.1109616607427597,-0.18382233381271362,-0.04071453958749771,0.13306964933872223,-0.3405245542526245,0.11679551750421524,-0.1999523639678955,0.15664076805114746,-0.32421159744262695,0.3210362195968628,-0.0388113372027874,0.07441369444131851,-0.24828960001468658,-0.0823371633887291,0.12142173200845718,-0.0706683099269867,0.24163442850112915,0.028127944096922874,0.04475906491279602,0.06878740340471268,0.06529399007558823,0.36768561601638794,0.30166929960250854,-0.2328537255525589,0.28043872117996216,-0.1754409372806549,0.2514694035053253,0.3314390480518341,0.167678564786911,0.014514646492898464,-0.3418920040130615,0.4679930806159973,-1.840600848197937,0.4696073830127716,0.11982789635658264,0.47322171926498413,-0.25387561321258545,-0.27931010723114014,-0.14761145412921906,0.07449191063642502,0.145779088139534,0.4312106966972351,0.039591167122125626,-0.23143930733203888,0.870233952999115,-0.4419172704219818,0.38604211807250977,-0.2844589054584503,0.05817630514502525,0.5722622275352478,-0.35407549142837524,-0.12860317528247833,-0.22598636150360107,-0.09288134425878525,-0.1237310841679573,-0.3808169960975647,0.10659237951040268,-0.10676128417253494,0.026980720460414886,0.04996507614850998,-0.3826238811016083,-0.0008721592603251338,-0.670426607131958,-0.27766329050064087,0.27646857500076294,0.3685748279094696,-0.05828266963362694,-0.3897891044616699,-0.27802160382270813,0.08384991437196732,-0.010302203707396984,-0.08723520487546921,0.09832287579774857,0.3146132230758667,0.010611387901008129,0.2735598683357239,0.5029785633087158,0.1785663515329361,0.4560439884662628,-0.4100523889064789,0.04256204888224602,-0.08939998596906662,0.27442654967308044,-0.17085978388786316,0.2651729881763458,0.32596445083618164,0.18619167804718018,0.2520902752876282,-0.3526723384857178,-0.12590375542640686,0.2696656584739685,-0.5771089196205139,-0.17198233306407928,-0.14791785180568695,-0.044887714087963104,0.08870691061019897,-0.1396610587835312,0.15947511792182922,0.31915250420570374,0.13356731832027435,0.5124269127845764,0.24953500926494598,-0.5229878425598145,0.48026788234710693,0.02210273966193199,-0.042853500694036484,-0.18037264049053192,-0.07362306863069534,0.07899776101112366,-0.2998107671737671,0.28983765840530396,-0.1634964644908905,-0.06426653265953064,-0.3416009843349457,-0.1027064248919487,-0.1670408397912979,-0.0999465063214302,-0.264627605676651,-0.27882516384124756,-0.6014496088027954,-0.3476717472076416,-0.06913428008556366,0.2676112949848175,0.1681647002696991,-0.2683720588684082,-0.013903186656534672,0.06352552771568298,-0.0368095263838768,0.6577405333518982,0.3188309073448181,-0.06479047983884811,-0.355866938829422,-0.47653084993362427,0.4335068166255951,-0.3296119272708893,-0.4171608090400696,0.07188679277896881,-0.06868164241313934,-0.17017506062984467,-0.3531176447868347,-0.02054462768137455,-0.24053432047367096,0.6728549599647522,0.3023359775543213,-0.12451255321502686,-0.003434211015701294,0.11646120250225067,0.2284422665834427,-0.0744602382183075,-0.008703846484422684,0.42797303199768066,0.3135926127433777,0.042932845652103424,-0.18061479926109314,0.1814802587032318,0.14741533994674683,0.15198884904384613,-0.46169528365135193,0.027640463784337044,-0.3701742887496948,-6.143206596374512,-0.07959551364183426,-0.2279076874256134,0.16774548590183258,0.34605565667152405,-0.011707247234880924,-0.1727086901664734,0.4179779589176178,0.159504234790802,-0.21912197768688202,-0.2508048117160797,0.08738550543785095,-0.33837926387786865,0.3189738392829895,-0.15181340277194977,-0.08827771246433258,-0.052998848259449005,-0.20430821180343628,-0.24213285744190216,-0.09784410148859024,0.07663485407829285,-0.7986031174659729,0.038471028208732605,0.17481333017349243,0.4218151271343231,-0.3014793395996094,-0.36949408054351807,-0.2527911067008972,0.1501367837190628,-0.2876368761062622,0.24344594776630402,-0.40075838565826416,0.01369519904255867,0.2552095651626587,0.4446307122707367,-0.04700147360563278,0.26354721188545227,-0.37045055627822876,0.029073582962155342,-0.2494300752878189,-0.22854070365428925,-0.03972693160176277,0.20178340375423431,-0.040126901119947433,0.8197059035301208,0.06624254584312439,0.1812305897474289,0.033162932842969894,-0.2177085131406784,-0.2078332155942917,0.21540643274784088,0.3152364492416382,0.06604059040546417,-0.12797503173351288,-0.5358464121818542,0.3540392518043518,0.37886565923690796,0.4749862849712372,0.2660927176475525,-0.09378021210432053,-0.22839704155921936,0.16722436249256134,0.09748561680316925,-0.09318362176418304,0.08423490077257156,0.5155964493751526,-0.2572503983974457,0.14494852721691132,-0.04840964823961258,-0.002922022482380271,-0.05309887230396271,0.13156673312187195,-0.3826375901699066,-0.6747010946273804,-0.09793958067893982,-0.6820777654647827,0.3116278350353241,-0.13464322686195374,0.10142362862825394,0.07130692154169083,0.29988905787467957,-0.19477388262748718,0.1639743447303772,0.3682383596897125,0.18307135999202728,-0.43973761796951294,-0.06575658172369003,-0.03865070641040802,-0.2222413569688797,-0.2867366075515747,0.5885887742042542,-0.04299444705247879,0.058044709265232086,-0.15548335015773773,0.41376739740371704,-0.05180086940526962,0.001507667824625969,-0.013312487863004208,-0.3626250922679901,-0.0037093600258231163,-0.33950522541999817,-0.10031893104314804,-0.016118988394737244,0.12496833503246307,-0.12418146431446075,-0.2504085600376129,-0.030992703512310982,-0.05785036087036133,0.05028687044978142,-0.05523579195141792,0.018777431920170784,-0.11726123839616776,-0.23028747737407684,-0.11959623545408249,-0.506415069103241,-0.06419496238231659,0.0007085166871547699,0.008300190791487694,0.31403523683547974,0.025700518861413002,-0.25520849227905273,0.6899350881576538,-0.3873593807220459,-0.07234039902687073,-0.45207053422927856,-0.2718012034893036,-0.4569854438304901,0.09456765651702881,0.2604193687438965,-0.2459108829498291,-0.11900924146175385,-0.030053602531552315,-0.07566499710083008,-0.3995914161205292,0.8811360001564026,0.46033716201782227,0.18404421210289001,-0.24471355974674225,-0.11180737614631653,0.5960177183151245,0.04482268914580345,0.41207730770111084,0.2334296703338623,-0.511537492275238,-0.02596747688949108,0.45929214358329773,0.26486936211586,-0.08272715657949448,0.2596261501312256,-0.08248715102672577,0.15305453538894653,0.09930897504091263,0.16842350363731384,-0.3009014129638672,-0.4296532869338989,0.18126626312732697,0.34848394989967346,-0.10992993414402008,0.4115683436393738,-0.4317483603954315,-0.045995987951755524,0.04024188593029976,-0.3812601566314697,-0.43639686703681946,0.28830674290657043,0.13690634071826935,0.09908096492290497,-0.39894208312034607,-0.032921142876148224,-0.14551863074302673,-0.04103817790746689,-0.30667245388031006,-0.12337620556354523,-0.24270248413085938,-0.20438025891780853,-0.12177207320928574,0.1809244006872177,-0.5834242701530457,0.13479362428188324,0.12541601061820984,-0.027942337095737457,0.16713573038578033,-0.15253236889839172,-0.3383161127567291,0.1650083363056183,-0.4858088791370392,-0.0054604774340987206,0.01645760051906109,0.040343690663576126,-0.32912594079971313,0.14310012757778168,0.3705011308193207,0.30193987488746643,0.5761886239051819,-0.3304673135280609,-0.12808772921562195,0.19292253255844116,0.2746915817260742,-0.40374067425727844,0.07727954536676407,-0.10845164954662323,-0.1170114055275917,-0.21357950568199158,-0.33767956495285034,-0.14960475265979767,-0.2585129141807556,-0.09930131584405899,0.13789156079292297,-0.022251512855291367,-0.46104127168655396,-0.049727581441402435,0.22197093069553375,-0.13761276006698608,0.3555092215538025,0.08201432973146439,-0.3492996394634247,0.0025448501110076904,-0.20611020922660828,-0.40923747420310974,-0.07016380876302719,-0.19931429624557495,-0.0776284784078598,-0.19276197254657745,-0.1926291286945343,-0.21680651605129242,0.18678253889083862,0.1165861263871193,0.48334652185440063,-0.21065185964107513,0.07120788097381592,-0.6367337703704834,-0.5300949811935425,-0.21750640869140625,0.07674109190702438,-0.28909558057785034,0.34235215187072754,-0.21701760590076447,-0.19350558519363403,-0.13584068417549133,0.18995212018489838,0.05810999870300293,-0.12415072321891785,0.23220641911029816,-0.359320729970932,-0.023042311891913414,0.40716058015823364,0.02977644093334675,0.5720853805541992,0.03330327570438385,-0.27057623863220215,-0.023010144010186195,-0.5141208171844482,-0.362374484539032,-0.12243524193763733,-0.0890943631529808,-0.14575116336345673,-0.25114744901657104,-0.2634764015674591,-0.5667542815208435,-0.12651269137859344,-0.24136555194854736,0.09828509390354156,0.03635961562395096,-0.27476266026496887,0.08863552659749985,0.329891175031662,-0.16386060416698456,-0.5124447345733643,-0.14947623014450073,-0.3860914707183838,0.6133778691291809,0.2064756453037262,-0.44777289032936096,0.2343500852584839,0.38385269045829773,-0.00809926725924015,-0.2460024654865265,0.2634185552597046,0.027968624606728554,-0.22022663056850433,-0.394925594329834,-0.13404835760593414,-0.18078120052814484,-0.011752014048397541,0.3698924779891968,-0.00913877971470356,0.22770282626152039,-0.39390093088150024,-0.19575853645801544,-0.2997645437717438,0.5263549089431763,-0.08038830757141113,0.19062456488609314,-0.11092297732830048,-0.4580032527446747,-0.018877346068620682,0.5782740712165833,-0.13770119845867157,0.14227889478206635,0.10340067744255066,0.05564321205019951,0.08388607949018478,-0.033023666590452194,-0.14094004034996033,-0.408691942691803,0.1300075352191925,-0.05388522520661354,0.14469535648822784,-0.4291037619113922,0.06947146356105804,0.5554602742195129,-0.13940615952014923,0.5568925738334656,-0.05134129896759987,-0.1352468729019165,0.16342157125473022,0.11678498983383179,-0.22232937812805176,0.061443258076906204,0.12295158952474594,0.17285403609275818,-0.2942277491092682,0.13219879567623138,-0.046714041382074356,0.33356359601020813,0.21452683210372925,-0.4367961585521698,-0.10135695338249207,-0.35015854239463806,0.6252657771110535,-0.5365284085273743,0.03162447363138199,-0.06873632222414017,0.3728429079055786,0.05353311821818352,-0.0721195712685585,-0.07167338579893112,-0.14200840890407562,-0.14667266607284546,0.34650474786758423,0.29703956842422485,0.3159453272819519,-0.43680840730667114,-0.021296396851539612,0.5784274339675903,-0.19695501029491425,0.13306565582752228,0.26882731914520264,-0.13124054670333862,0.6506242752075195,-0.26642167568206787,0.08768841624259949,-0.4099869132041931,-0.027344312518835068,0.34692278504371643,0.043634746223688126,0.08114077895879745,0.5161777138710022,-0.023857614025473595,0.14745688438415527,0.25234079360961914,0.313116192817688,0.3831994831562042,-0.5562748312950134,-0.17018930613994598,-0.12386774271726608,-0.36022770404815674,0.2976284623146057,-0.004963286221027374,0.01941533014178276,0.2876999080181122,-0.37262311577796936,-0.36500534415245056,-0.12251805514097214,0.2950512766838074,0.0061315069906413555,-0.2445491999387741,0.10448254644870758,0.4655199646949768,0.17777679860591888,-0.5919048190116882,-0.14683781564235687,-0.24435558915138245,0.11493111401796341,-0.4385163187980652,0.31981605291366577,-0.17974422872066498,0.12074848264455795,-0.3596300482749939,-0.4646351635456085,-0.5306243896484375,-0.1612745225429535,-0.15557020902633667,0.4730788767337799,-0.15487563610076904,-0.1722821444272995,-0.22614321112632751,0.04622146859765053,0.2965753972530365,-0.049436792731285095,0.2956550717353821,-0.42612236738204956,-0.1449253261089325,0.03771748021245003,-0.04274819791316986,-0.06738685071468353,-0.011031066998839378,-0.1984281688928604,0.36860787868499756,-0.3006414473056793,0.5708092451095581,0.0074760462157428265,-0.3202098608016968,0.568155825138092,-0.0846547856926918,0.21344700455665588,-0.06168753653764725,0.3740852177143097,0.39043933153152466,0.06645246595144272,-0.014675515703856945,-0.3361353874206543,-0.17435568571090698,0.021387003362178802,-0.3939415216445923,0.09043421596288681,0.23249581456184387,0.27277448773384094,0.16336075961589813,0.2341516762971878,0.1384245604276657,-0.40604713559150696,-0.023063644766807556,0.6280155777931213,-0.2193264663219452,0.257151335477829,-0.08104538172483444,0.2694067060947418,-0.2406858503818512,-0.09542276710271835,-0.14023277163505554,0.4177524149417877,-0.13204945623874664,-0.31394293904304504,0.1779329478740692,0.1312495619058609,0.21234597265720367,0.6497042179107666,0.008051075041294098,0.307807058095932,-0.4365931451320648,0.02515731006860733,-0.14308160543441772,0.31541526317596436,0.42537209391593933,-0.7792426347732544,0.007277222350239754,-0.22018125653266907,-0.15427377820014954,-0.46797963976860046],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"rHt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b14","text":"(2) Successive environment action programmes have provided the framework for Union action in the field of the environment since 1973.","text_embedding":[0.08621098846197128,0.16334736347198486,0.0049164206720888615,-0.5161047577857971,0.338262677192688,0.22310452163219452,0.1020418182015419,0.291156530380249,-0.40023186802864075,0.013984192162752151,-0.08722550421953201,0.10419709980487823,-0.544680118560791,0.37616536021232605,0.36680305004119873,0.4091078042984009,0.020631946623325348,-0.15452513098716736,-0.440534770488739,-0.23114266991615295,0.4353981018066406,-0.0648370087146759,0.500008225440979,0.8681164383888245,0.28743788599967957,0.20273220539093018,0.06291326135396957,-0.21138805150985718,0.3172488808631897,-0.02789909765124321,0.08277079463005066,-0.1800519824028015,0.1944941282272339,0.2221001386642456,0.08234427124261856,0.1318156123161316,-0.13548600673675537,0.015491750091314316,-0.11175946146249771,-0.49751225113868713,-0.05203006789088249,-0.5210707783699036,-0.13683082163333893,-0.11711413413286209,0.3340108394622803,0.48742589354515076,-0.208389014005661,0.18994903564453125,-0.07943704724311829,0.5284721851348877,-0.3222617208957672,-0.0411958321928978,0.5728009939193726,-0.05555252730846405,-0.12203638255596161,-0.32604745030403137,0.030911553651094437,-0.28574395179748535,-0.5603212714195251,-0.3549520969390869,0.02950236387550831,-0.21572740375995636,0.22439418733119965,0.06329770386219025,-0.019097084179520607,0.0535133071243763,-0.04885171726346016,0.2789369821548462,-0.03252331167459488,-0.6695895195007324,-0.2269599884748459,0.11234767735004425,0.10659675300121307,-0.11428792774677277,-0.20952102541923523,0.0916249006986618,-0.4012422263622284,0.10841035097837448,0.042168039828538895,0.28507521748542786,0.3434883952140808,0.00975041650235653,-0.08971960097551346,0.12439189106225967,0.660479724407196,-0.38093864917755127,0.4623525142669678,0.010345261543989182,-0.059432994574308395,0.33227288722991943,0.12394716590642929,-0.5831969380378723,-0.0806291475892067,0.5458371639251709,0.22381502389907837,0.47961074113845825,-0.20800799131393433,-0.15167716145515442,-0.17326012253761292,-0.5048490166664124,-0.22560718655586243,-0.4889010488986969,-0.2284214347600937,-0.00256441836245358,-0.01131933368742466,0.02216053567826748,-0.16880369186401367,-0.47474205493927,-0.2836250066757202,0.16960807144641876,0.3831465244293213,0.21720530092716217,0.04443523287773132,-0.4507736563682556,0.13558733463287354,-0.08963814377784729,-0.3234065771102905,-0.2454238086938858,-0.0658334419131279,0.12847885489463806,0.09630326181650162,0.3628654479980469,-0.17616066336631775,0.32913878560066223,0.1129772737622261,-0.364109605550766,0.011720567010343075,-0.26146695017814636,-0.28833672404289246,0.05725650489330292,-0.1517106592655182,0.295165091753006,0.1441027671098709,0.2527204155921936,-0.12408480048179626,0.310787558555603,0.5469431281089783,-0.30840247869491577,0.05264883115887642,0.20648933947086334,0.03900622949004173,0.23901964724063873,0.35543227195739746,-0.006557323969900608,0.42131081223487854,0.14351989328861237,0.1953914761543274,-0.05707773193717003,0.2214021235704422,-0.29442933201789856,0.0806083083152771,0.11886749416589737,-0.3196985721588135,0.004147367551922798,-0.18639379739761353,0.03698765113949776,-0.07531769573688507,0.22596602141857147,-0.2748293876647949,-0.17515693604946136,0.13324953615665436,0.36126944422721863,0.009655419737100601,-0.020573817193508148,0.5397130846977234,-0.12578073143959045,-0.2676575779914856,-0.11326885968446732,-0.033068884164094925,0.14029914140701294,0.26713332533836365,-0.062017396092414856,0.08145131915807724,-0.28191420435905457,-0.06454751640558243,0.2187931388616562,0.22645439207553864,0.23782755434513092,0.020710645243525505,0.11125601083040237,-1.147483229637146,0.386272668838501,-0.05175051838159561,0.45896539092063904,0.07809847593307495,-0.2456085979938507,0.14052832126617432,-0.06379390507936478,0.027618614956736565,0.5723361968994141,-0.10908480733633041,-0.31868332624435425,0.5757892727851868,-0.395203173160553,0.35608622431755066,-0.20775547623634338,-0.011176823638379574,0.39076367020606995,0.1535998284816742,-0.21321186423301697,0.23119840025901794,0.33221954107284546,0.1389712244272232,-0.5480712652206421,-0.19945654273033142,-0.232474684715271,0.18761935830116272,-0.2475438266992569,-0.19078324735164642,0.20530205965042114,-0.4331419765949249,0.2161899209022522,0.24959373474121094,0.3989294469356537,0.0472712405025959,-0.06279849261045456,-0.28136005997657776,0.21165092289447784,0.04972413554787636,-0.23808540403842926,0.005549352150410414,0.06297901272773743,-0.014225626364350319,0.36519360542297363,0.12316935509443283,0.4016886055469513,0.30186644196510315,-0.284993052482605,0.45137131214141846,-0.4853263199329376,0.4363464415073395,0.28417733311653137,0.08808677643537521,-0.11896183341741562,0.3685729503631592,-0.03511901944875717,-0.2491167038679123,0.006349675823003054,0.10305645316839218,-0.2870820462703705,0.3841017782688141,0.3526332974433899,-0.16461898386478424,0.21692335605621338,0.1614634394645691,-0.07581465691328049,0.40651512145996094,0.2039693295955658,0.15323565900325775,0.40190747380256653,0.05166862532496452,0.2905867099761963,-0.02751687541604042,0.20401103794574738,-0.2208189219236374,-0.2583484947681427,0.1380728781223297,-0.37061217427253723,0.22682754695415497,-0.029146933928132057,0.02512107603251934,0.20995602011680603,-0.04830765351653099,-0.06789085268974304,0.030352219939231873,-0.36070960760116577,-0.007636584807187319,-0.0037848770152777433,-0.5312265753746033,-0.35150977969169617,0.1328076720237732,0.14177186787128448,-0.2104656994342804,-0.24650554358959198,-0.18697430193424225,-0.16223131120204926,0.4946707785129547,0.5262722969055176,0.21782846748828888,-0.555799663066864,-0.4569297730922699,-0.044776443392038345,0.03850841894745827,-0.4565584659576416,0.04878108203411102,-0.000775330641772598,-0.05287829041481018,-0.4615533947944641,-0.38227376341819763,0.26226314902305603,0.441446453332901,0.2749635875225067,-0.006442830432206392,-0.1543503999710083,-0.22867897152900696,0.2036292403936386,-0.09773752093315125,0.23759910464286804,0.23260925710201263,0.24909859895706177,-0.14018134772777557,-0.1906251311302185,-0.17046546936035156,0.06707913428544998,0.25766462087631226,-0.3827807903289795,-0.26935458183288574,-0.3834708333015442,-6.23129415512085,-0.024373523890972137,0.0068191420286893845,0.14884373545646667,0.5759296417236328,0.23674915730953217,0.5017138719558716,0.2851680517196655,-0.03244634345173836,-0.2759759724140167,-0.02730691432952881,-0.07301689684391022,-0.29303887486457825,0.031206481158733368,-0.3687809109687805,-0.2526019215583801,0.00025395394186489284,-0.24486228823661804,-0.08559839427471161,-0.16655761003494263,0.01549200527369976,-0.7371113300323486,-0.19431643187999725,-0.06397539377212524,0.23602722585201263,-0.016735533252358437,-0.22557805478572845,-0.14927175641059875,0.04957292601466179,-0.41449984908103943,0.4874391257762909,-0.4554689824581146,-0.08133932203054428,0.25632867217063904,0.3039892911911011,-0.1160644069314003,-0.0487651526927948,-0.39851588010787964,0.14924387633800507,-0.7308316826820374,0.10936018079519272,-0.49052131175994873,0.0672973096370697,-0.20725524425506592,0.09449556469917297,-0.05035768821835518,0.13529931008815765,0.01873057149350643,-0.19058337807655334,0.05760775879025459,-0.1310279816389084,0.4067247807979584,-0.09125743806362152,-0.07816654443740845,-0.2096468210220337,0.2022513747215271,0.10632098466157913,0.018877582624554634,0.3922862112522125,0.08615346997976303,-0.19117504358291626,0.06878045201301575,0.029101906344294548,-0.17239625751972198,0.048747483640909195,0.2913881242275238,-0.5274977684020996,0.35375282168388367,0.06145160645246506,-0.12499576807022095,0.1199561133980751,0.32018032670021057,-0.7671903967857361,-0.8046721816062927,-0.06837642937898636,-0.6263003349304199,0.8675551414489746,-0.6051158308982849,0.1714981645345688,0.3233552873134613,-0.22111335396766663,-0.10422177612781525,0.20441891252994537,0.22823546826839447,0.09724460542201996,0.13845650851726532,0.17310291528701782,-0.020249182358384132,0.22077617049217224,-0.4070930778980255,0.4572126865386963,0.012065724469721317,-0.14275671541690826,0.16201545298099518,0.3948115408420563,-0.11393877118825912,0.020394718274474144,-0.16393771767616272,-0.2880968451499939,-0.050308842211961746,-0.16670078039169312,-0.39112362265586853,0.05128185451030731,0.30464616417884827,0.0575728602707386,-0.09154250472784042,-0.08608022332191467,-0.1376154124736786,0.06670279800891876,0.25462719798088074,-0.04191230237483978,-0.12485162913799286,-0.06433375179767609,0.05357285961508751,-0.1670117974281311,0.10172028839588165,0.387033075094223,0.03648883104324341,0.39651817083358765,0.05965178459882736,-0.6619818210601807,0.5218777656555176,-0.2605706453323364,0.14850175380706787,0.0010745548643171787,-0.0793050229549408,-0.2368895709514618,-0.030041132122278214,0.1628691703081131,-0.005595186725258827,-0.2001725137233734,0.14361253380775452,0.0003563273057807237,0.03719857707619667,0.2283525913953781,-0.060157060623168945,-0.1954948455095291,-0.21568946540355682,-0.13455167412757874,0.6151259541511536,-0.3229588270187378,0.5984552502632141,-0.1250193566083908,-0.27794742584228516,0.36610785126686096,0.40974465012550354,0.3646230697631836,0.09650376439094543,0.4808138310909271,-0.29069429636001587,0.35316115617752075,-0.26388654112815857,0.18041358888149261,-0.03469327092170715,-0.1953776329755783,0.14271144568920135,-0.10880297422409058,-0.49299681186676025,0.4751359820365906,-0.2345527708530426,0.10592895746231079,-0.07044585049152374,-0.14604751765727997,-0.47303810715675354,0.16192850470542908,-0.06348881125450134,0.11603330820798874,-0.36976224184036255,-0.12856903672218323,-0.051377587020397186,0.02549031190574169,-0.12191744148731232,0.1370142698287964,0.37706488370895386,-0.420114666223526,0.34895777702331543,0.13035865128040314,-0.35824570059776306,0.10899631679058075,0.022881416603922844,0.3259531259536743,0.2752337157726288,-0.2806262969970703,-0.04820204898715019,0.0913148820400238,-0.11302127689123154,-0.32797160744667053,0.016214147210121155,0.008714457973837852,-0.07645264267921448,0.6259018182754517,0.46879851818084717,0.22733797132968903,0.5235212445259094,-0.28230398893356323,-0.4549999237060547,-0.090709388256073,0.027244411408901215,-0.17021460831165314,-0.11052924394607544,-0.1511932909488678,-0.13379868865013123,0.061143647879362106,-0.4504331350326538,-0.6701993346214294,-0.032005637884140015,-0.18179653584957123,-0.15633757412433624,0.20518460869789124,-0.8479899764060974,0.41558539867401123,0.37106406688690186,-0.17089314758777618,0.593960165977478,-0.06511946022510529,-0.2591400742530823,-0.11970791220664978,-0.372566819190979,-0.6732348799705505,0.1623891294002533,-0.10769639909267426,0.006666892673820257,-0.3076293170452118,0.23293781280517578,-0.4509657919406891,-0.20931300520896912,-0.033659372478723526,-0.09271539747714996,-0.35837501287460327,0.4152517020702362,-0.4817812740802765,-0.2053142786026001,-0.6905214786529541,-0.06232030689716339,-0.2825731635093689,0.3616258203983307,0.13809490203857422,-0.3940252661705017,-0.28933730721473694,0.029178397729992867,0.2789560556411743,0.13600383698940277,-0.13340848684310913,-0.1651925891637802,0.492860347032547,0.30244284868240356,-0.10066254436969757,0.4027499258518219,0.11381611227989197,0.018963100388646126,0.5368108153343201,-0.3087647557258606,0.17301945388317108,-0.2783375084400177,0.0056111859157681465,-0.3408645987510681,-0.1384921669960022,-0.0846022218465805,-0.3785790205001831,0.2568216025829315,-0.1282779425382614,-0.05109420418739319,-0.10314320772886276,-0.38221144676208496,0.12909036874771118,-0.004418350290507078,-0.2760013937950134,-0.4199458360671997,-0.00442726444453001,-0.17445319890975952,0.07115437835454941,-0.06473704427480698,-0.3005424439907074,0.23339515924453735,0.48650962114334106,-0.1722203493118286,-0.2606351375579834,-0.07152912765741348,0.5269027948379517,-0.2160942405462265,-0.4765085279941559,-0.04412718117237091,-0.0377783328294754,-0.44719210267066956,0.22531194984912872,-0.2825954258441925,0.3356347382068634,-0.3308316767215729,-0.2664206027984619,-0.3583719730377197,0.47359007596969604,-0.21009071171283722,0.040150925517082214,-0.0038978541269898415,-0.20794963836669922,-0.2642851173877716,0.5086462497711182,0.0753701776266098,-0.11374429613351822,-0.06861784309148788,-0.20675496757030487,-0.0060728383250534534,0.14722780883312225,-0.09876972436904907,-0.34314998984336853,0.23899881541728973,-0.06481358408927917,-0.11445610225200653,-0.38789787888526917,0.20478555560112,0.09172983467578888,-0.15302585065364838,0.6930587887763977,-0.15151120722293854,-0.44016847014427185,-0.017005903646349907,0.05793881416320801,-0.1217266246676445,0.35483619570732117,-0.2603960931301117,0.2639833390712738,0.3157688081264496,-0.056600481271743774,0.09407868981361389,0.3937321603298187,0.2253955900669098,-0.2657138407230377,-0.057232294231653214,-0.10620812326669693,0.4620785415172577,-0.5839326977729797,0.20484772324562073,0.20604312419891357,0.24630199372768402,-0.09524204581975937,0.2973842918872833,0.0765698179602623,-0.05566944181919098,-0.16933223605155945,-0.23100823163986206,0.07702041417360306,0.588010847568512,-0.29044821858406067,-0.04258136823773384,0.4230097830295563,-0.1628330945968628,0.21275432407855988,0.16759534180164337,0.13734982907772064,0.424386590719223,0.12446821480989456,-0.08908386528491974,-0.2507438361644745,-0.018504571169614792,0.11329418420791626,0.23026125133037567,0.22820726037025452,0.5898088216781616,-0.04512382671236992,0.1098865494132042,-0.16421282291412354,0.4969552159309387,0.08411846309900284,0.04271548613905907,-0.13452556729316711,0.0033120340667665005,-0.10518573969602585,0.08265355229377747,0.2198181301355362,-0.17161695659160614,0.4347743093967438,-0.5475870370864868,-0.3781675696372986,-0.3378937542438507,0.14376744627952576,-0.5210573077201843,0.2187931090593338,-0.03731352090835571,0.4326514005661011,0.2607368528842926,-0.4353417158126831,0.07131735980510712,0.05318993702530861,-0.43169108033180237,-0.2467341274023056,0.5920062065124512,-0.17012901604175568,0.01275694090873003,-0.14577825367450714,-0.35021477937698364,-0.2954447567462921,-0.16277655959129333,-0.22883863747119904,0.585496187210083,-0.05735054984688759,0.18643924593925476,0.1434006541967392,-0.14060817658901215,0.3114970028400421,-0.24071983993053436,0.15603519976139069,-0.20633050799369812,-0.24160587787628174,-0.2621842324733734,-0.07012312114238739,0.14349624514579773,-0.006920876447111368,-0.2917887568473816,0.1862785369157791,0.06490375846624374,0.7388002276420593,-0.09049506485462189,-0.2969033420085907,0.42555001378059387,-0.7696901559829712,-0.11591881513595581,0.3218848705291748,0.1304377019405365,0.3513350784778595,0.2587354779243469,0.045360032469034195,-0.21360234916210175,-0.02618689090013504,-0.032198816537857056,-0.7095260620117188,-0.180406853556633,0.5901089310646057,0.34069228172302246,0.32684028148651123,0.3909207880496979,0.49677765369415283,-0.07662136107683182,0.005225803703069687,0.14080321788787842,-0.27667590975761414,0.021474290639162064,-0.565416157245636,0.08359558135271072,-0.19725829362869263,-0.3874153196811676,-0.13172248005867004,0.29181620478630066,-0.030821185559034348,-0.07562927156686783,0.3438361883163452,-0.30842864513397217,0.2338274121284485,0.49350547790527344,0.4733724296092987,-0.029406540095806122,-0.4324185848236084,-0.04934341460466385,-0.36530357599258423,0.022364716976881027,-0.06531761586666107,-0.7292605638504028,0.14553053677082062,-0.1523120403289795,-0.3041246235370636,-0.10486726462841034],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"rXt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b15","text":"(3) The Sixth Community Environment Action Programme (5) (‘6th EAP’) ended in July 2012, but many measures and actions launched under that programme continue to be implemented.","text_embedding":[0.08789829164743423,0.03002706728875637,0.47924113273620605,-0.18730196356773376,0.3248385787010193,0.16001734137535095,0.1725480854511261,-0.09116049110889435,-0.19673626124858856,0.008220911026000977,0.05455882474780083,-0.16215087473392487,-0.27671998739242554,0.1066427007317543,0.3228694796562195,0.20539362728595734,0.42481350898742676,-0.01305383164435625,-0.2711251378059387,-0.037053342908620834,0.2760861814022064,-0.2637270987033844,0.2564111351966858,0.5981752872467041,0.35945218801498413,0.3312861919403076,0.06103808805346489,-0.18928901851177216,0.23086683452129364,-0.2553904056549072,0.14561739563941956,-0.16523543000221252,0.2137138545513153,-0.01317701768130064,0.24598121643066406,0.30535954236984253,-0.21570022404193878,0.051668811589479446,-0.221277117729187,-0.22322115302085876,-0.23715940117835999,-0.8467761278152466,-0.4890754222869873,-0.25819987058639526,0.27184662222862244,0.21772153675556183,-0.022028420120477676,0.29268965125083923,-0.18919232487678528,0.6576774716377258,-0.396728515625,0.03812079504132271,0.4057040214538574,0.13240331411361694,-0.10576622188091278,-0.36455708742141724,0.13924428820610046,-0.7530503273010254,-0.4302942156791687,-0.3418501615524292,0.34503650665283203,-0.35280266404151917,-0.20652122795581818,-0.15976038575172424,-0.15713636577129364,0.2040254771709442,-0.10100443661212921,0.1813754290342331,-0.08910784870386124,-0.3702975809574127,-0.18304774165153503,-0.06519261747598648,-0.04878978058695793,-0.39203888177871704,0.08351294696331024,-0.2286282777786255,0.0025227090809494257,0.07969361543655396,0.08453617990016937,0.355923593044281,-0.01931781694293022,-0.2160429060459137,0.08312220871448517,0.4997630715370178,0.2104530781507492,-0.13150712847709656,0.6173148155212402,-0.24602890014648438,-0.3152039349079132,-0.008210975676774979,0.12954844534397125,-0.6188347935676575,0.5222839713096619,0.4260016083717346,0.1167084202170372,0.6992225050926208,-0.1633545458316803,-0.19241483509540558,-0.368499219417572,-0.4430447518825531,-0.36669689416885376,-0.17463798820972443,-0.12110233306884766,-0.1316373199224472,0.003120166016742587,-0.16873447597026825,-0.12548816204071045,-0.395271897315979,-0.34946775436401367,-0.08072676509618759,0.05421959608793259,0.22274915874004364,0.017515357583761215,-0.5107579827308655,-0.3862553536891937,0.20934414863586426,-0.17759749293327332,-0.002803526818752289,-0.19364586472511292,0.06431104242801666,0.25964680314064026,0.3016819357872009,-0.10382399708032608,0.8177315592765808,0.036466799676418304,-0.44262751936912537,-0.31800177693367004,-0.30009639263153076,-0.38309377431869507,0.18012045323848724,0.17788949608802795,-0.05067511647939682,0.10480455309152603,0.1005474179983139,-0.3849639892578125,0.35088762640953064,0.4051763415336609,-0.17132319509983063,0.21062012016773224,0.038933731615543365,0.09387649595737457,-0.4331471025943756,-0.10141010582447052,0.24559776484966278,0.17095598578453064,0.16523471474647522,0.06919832527637482,-0.0317830927670002,0.23809972405433655,-0.3521055281162262,0.16770030558109283,-0.2945100665092468,-0.2999049127101898,-0.26228243112564087,0.015560065396130085,0.26022273302078247,-0.16582782566547394,0.3957473337650299,-0.14258654415607452,-0.16324584186077118,0.4251786172389984,0.30236563086509705,0.18795454502105713,-0.3849767744541168,0.7330625653266907,-0.08754564821720123,0.12219371646642685,-0.13156923651695251,0.18825013935565948,0.033293865621089935,0.34160274267196655,-0.3600689768791199,0.2508588433265686,-0.6242172122001648,0.07344195246696472,0.08505972474813461,0.3455340266227722,0.01585828699171543,0.011552714742720127,0.37580516934394836,-1.2735451459884644,0.19971901178359985,-0.4172874391078949,0.0038002203218638897,-0.005102802999317646,-0.13294894993305206,-0.20514938235282898,0.09322265535593033,0.28874167799949646,0.5690514445304871,-0.2773943245410919,-0.48233360052108765,0.7259925007820129,-0.4195419251918793,0.44532862305641174,-0.20824727416038513,0.11427339166402817,0.23287491500377655,-0.14426302909851074,-0.06270980089902878,0.29190731048583984,0.2649722695350647,0.02964223362505436,-0.2685699462890625,-0.34663838148117065,-0.5337368249893188,0.09206439554691315,-0.11268474161624908,-0.2551886737346649,0.15627911686897278,-0.6975610852241516,0.4274934232234955,0.22633692622184753,0.49201279878616333,0.16057142615318298,-0.20958714187145233,-0.2391388863325119,0.05107960104942322,0.1403302699327469,-0.5406361818313599,-0.2349732667207718,-0.021938567981123924,0.08047676086425781,0.35393303632736206,-0.17077627778053284,0.6915448904037476,0.2903452515602112,-0.4811192452907562,0.5745514631271362,-0.4419861435890198,0.4774894118309021,0.23191073536872864,-0.04973555728793144,-0.15419858694076538,0.21071448922157288,0.2993851602077484,-0.24175505340099335,0.20547842979431152,0.4752652049064636,-0.31671592593193054,0.1500803530216217,-0.06633167713880539,-0.0029413639567792416,-0.3682675361633301,0.1268833875656128,0.037940312176942825,0.3695572018623352,0.2279192954301834,0.15732789039611816,0.26390326023101807,0.10639140754938126,0.5734926462173462,0.08225471526384354,0.19370289146900177,-0.06561656296253204,0.2112627476453781,0.08241187781095505,-0.694290041923523,0.4649154543876648,-0.34025973081588745,0.23694173991680145,0.3316851556301117,-0.18351098895072937,-0.1936430037021637,0.30280017852783203,-0.30772700905799866,-0.062451474368572235,-0.32489141821861267,-0.5125784277915955,-0.42409056425094604,0.12013901770114899,0.2703602910041809,0.3016861081123352,-0.3534402549266815,0.03541098162531853,-0.25014054775238037,0.4333294928073883,0.1235651820898056,0.4111996591091156,-0.455873966217041,-0.26591557264328003,0.26151329278945923,-0.13767623901367188,0.04590766504406929,0.26423531770706177,-0.2832898795604706,-0.1356905847787857,-0.3153323531150818,0.13930323719978333,0.30648231506347656,0.44058436155319214,0.07100718468427658,-0.24957850575447083,-0.29261669516563416,0.1423988789319992,0.10426624119281769,-0.02194642834365368,0.017069747671484947,0.34327468276023865,0.14508357644081116,-0.37886637449264526,-0.1717601716518402,-0.15736249089241028,-0.007245074026286602,0.14060232043266296,-0.28347763419151306,-0.28594261407852173,-0.36578136682510376,-6.17333984375,-0.05353747680783272,0.024105045944452286,0.2356986701488495,0.10044876486063004,0.38878315687179565,0.1426399052143097,0.24978451430797577,0.012209308333694935,-0.13338717818260193,0.11872408539056778,-0.1633954495191574,-0.19289866089820862,0.4225948750972748,-0.1721646785736084,-0.25851449370384216,0.11256422847509384,-0.42644065618515015,-0.013402307406067848,-0.07209992408752441,0.3111927807331085,-0.3794645071029663,-0.028123188763856888,-0.13195094466209412,0.39559173583984375,-0.14683838188648224,-0.40818390250205994,0.0776342898607254,-0.11250611394643784,-0.43292611837387085,0.34039029479026794,-0.34364384412765503,-0.3880533277988434,0.2133268564939499,0.15675297379493713,0.146505668759346,-0.030004143714904785,-0.40625935792922974,-0.29475319385528564,-0.4878006875514984,0.3990981876850128,-0.7991601824760437,-0.27606791257858276,0.04751436039805412,0.3779265284538269,0.04412616416811943,0.18641307950019836,0.295134037733078,-0.0841861292719841,0.21691098809242249,0.2583306133747101,0.5866214036941528,-0.1844760775566101,0.3738747537136078,-0.12144669145345688,0.0689457356929779,-0.09537795931100845,0.1290130764245987,0.0735151544213295,-0.26938000321388245,-0.12093255668878555,0.08185721933841705,0.006862511392682791,-0.13224287331104279,0.016460206359624863,0.19605572521686554,-0.29611724615097046,0.0019788227509707212,-0.12391786277294159,0.0067770881578326225,0.06399599462747574,0.26670554280281067,-0.5462793707847595,-0.910129725933075,-0.25123724341392517,-0.4348418116569519,1.0548369884490967,-0.3629921078681946,0.02439565770328045,-0.2728186845779419,0.17312480509281158,-0.0361957773566246,0.23507654666900635,0.20677022635936737,-0.06748010963201523,-0.05124692991375923,0.16725276410579681,-0.0322965569794178,0.33328184485435486,-0.3669607639312744,0.5512310266494751,-0.13988669216632843,-0.10613258183002472,0.035433098673820496,0.14576730132102966,-0.07819835096597672,0.27148595452308655,0.017557138577103615,-0.19548410177230835,0.09419193118810654,-0.23160633444786072,-0.1349281519651413,0.27961936593055725,0.2399023026227951,-0.14806166291236877,-0.014058418571949005,-0.06235948204994202,-0.10599470138549805,0.2278965413570404,0.19290852546691895,0.015098554082214832,-0.2020464688539505,-0.1775267869234085,-0.21938011050224304,-0.31979888677597046,0.15079812705516815,0.20142388343811035,0.037978317588567734,0.4474705159664154,-0.03233728185296059,-0.24619758129119873,0.44693946838378906,-0.16106365621089935,0.39236465096473694,-0.1395537108182907,0.028681466355919838,-0.2620922923088074,0.17336416244506836,0.03951340168714523,0.1677091419696808,-0.167398601770401,-0.07403399795293808,-0.08351770788431168,0.1123189777135849,0.5244001150131226,0.1891554892063141,-0.17368364334106445,-0.5480281710624695,0.020594382658600807,0.3972357511520386,-0.2631825804710388,0.2413836270570755,-0.4427952766418457,0.14452295005321503,0.3679172694683075,0.4637911915779114,0.5127257704734802,-0.15340037643909454,0.505705714225769,-0.31220173835754395,0.10060201585292816,-0.17597314715385437,0.10567086935043335,0.09346946328878403,-0.45112642645835876,0.003906493075191975,0.11498095840215683,-0.45891159772872925,0.210139662027359,-0.2645775377750397,0.06220807507634163,-0.06024947017431259,-0.32692569494247437,-0.02039376087486744,0.0025997585617005825,0.05127326771616936,-0.007828125730156898,-0.050411712378263474,0.02871769666671753,-0.3246835172176361,0.028208579868078232,-0.31701239943504333,0.07429029792547226,0.283649206161499,-0.031420014798641205,-0.1497219353914261,-0.23285189270973206,-0.254770427942276,-0.1147378459572792,0.33168932795524597,0.2064906358718872,0.0075536323711276054,-0.3953776955604553,-0.2340424358844757,0.21780681610107422,-0.0818876251578331,-0.009139686822891235,-0.08475194871425629,0.376251220703125,-0.22369050979614258,0.23537448048591614,0.1330110877752304,0.20918986201286316,0.9342849850654602,-0.16588720679283142,-0.6914496421813965,0.36873143911361694,0.05758754163980484,-0.26886099576950073,0.07436369359493256,-0.18505041301250458,-0.3044643998146057,0.3594897389411926,-0.08906332403421402,-0.36198440194129944,-0.19166533648967743,-0.08270910382270813,-0.1979411542415619,0.20993836224079132,-0.4255090653896332,0.3073028326034546,0.5112890005111694,-0.5565201044082642,0.365426629781723,0.30397042632102966,-0.19200094044208527,0.0626952201128006,-0.20772068202495575,-0.697507381439209,0.08014268428087234,-0.09968960285186768,0.1658954620361328,-0.10809499025344849,0.1638176143169403,-0.255567342042923,0.18443433940410614,-0.35502707958221436,-0.07757680118083954,-0.2757751941680908,0.260579913854599,-0.3042380213737488,-0.4000670909881592,-0.3935508131980896,-0.00015170946426223963,-0.32034143805503845,0.2840331494808197,-0.18790066242218018,-0.3577781021595001,-0.35697701573371887,0.39907345175743103,0.015914607793092728,-0.027088135480880737,0.055552393198013306,-0.4537380337715149,0.1637616902589798,0.4892504811286926,-0.39102262258529663,0.29490819573402405,0.26821455359458923,-0.055938471108675,-0.11196213960647583,-0.09664127975702286,0.26903417706489563,-0.13929693400859833,-0.012487923726439476,-0.44564566016197205,-0.4250354766845703,-0.24137334525585175,-0.4816306531429291,0.21566565334796906,-0.0023808786645531654,0.06497624516487122,-0.2895110845565796,-0.09518252313137054,0.4319244921207428,0.0619344487786293,0.01537904143333435,-0.41867607831954956,0.001845914521254599,-0.3413723409175873,0.4068692624568939,-0.14562508463859558,-0.5626593828201294,0.14411969482898712,0.12531419098377228,-0.19826677441596985,-0.3364892899990082,-0.15340930223464966,0.21217131614685059,-0.19030126929283142,-0.6941698789596558,0.04293200373649597,-0.1840963363647461,0.2864533066749573,0.4625195562839508,-0.30689164996147156,0.3148682713508606,-0.2536734342575073,0.07706265151500702,-0.4568975865840912,0.5793699026107788,0.05973346158862114,-0.3295278549194336,-0.18412809073925018,-0.25297242403030396,-0.3640044629573822,0.5925772190093994,0.2416987121105194,-0.03345789760351181,-0.05508071184158325,-0.13976791501045227,-0.06332610547542572,0.11926569789648056,0.2554991841316223,-0.3895447254180908,0.3097632825374603,0.04149552062153816,0.034798260778188705,-0.40132150053977966,0.31859153509140015,0.24302682280540466,-0.24354073405265808,0.6219460368156433,0.01560672651976347,-0.3390195369720459,0.20549432933330536,-0.1293773055076599,-0.3318386971950531,0.6447457075119019,-0.5795415639877319,0.3484695851802826,0.1696540117263794,-0.04447988048195839,0.009260830469429493,0.0339912474155426,0.2884534001350403,-0.40200287103652954,0.1856754720211029,0.2179357260465622,0.7509042620658875,-0.4149418771266937,-0.33281224966049194,0.43403297662734985,0.08980316668748856,-0.18637263774871826,0.268197625875473,0.04258326441049576,-0.2876746356487274,-0.27225035429000854,-0.1955890655517578,0.4613507390022278,0.7639301419258118,-0.14959192276000977,-0.06514137238264084,0.2602894902229309,-0.08569999039173126,0.36172357201576233,-0.0887463241815567,0.24792110919952393,0.31231337785720825,0.004636037163436413,0.06448252499103546,-0.04026492312550545,0.24954524636268616,0.2137417495250702,0.2892565429210663,-0.28264331817626953,0.4279100298881531,0.14433982968330383,0.012704883702099323,0.03904842585325241,0.3689417839050293,0.19364652037620544,0.1547967493534088,-0.4077479839324951,-0.05825253576040268,-0.00361897936090827,0.3880079686641693,0.20010146498680115,-0.04817115142941475,0.46627551317214966,-0.3839991092681885,-0.660049319267273,-0.2708955705165863,0.22063341736793518,-0.295274555683136,0.299617201089859,0.20326869189739227,0.2516176104545593,0.008898226544260979,-0.24749569594860077,-0.06702287495136261,-0.20147666335105896,-0.16648969054222107,-0.30024823546409607,0.24700979888439178,-0.05243600532412529,-0.021753348410129547,-0.26961177587509155,-0.5684546232223511,-0.15480832755565643,-0.1909342110157013,-0.027247970923781395,0.30658894777297974,-0.04601772874593735,0.0823131576180458,0.2538885474205017,-0.16749027371406555,0.5338742733001709,-0.05111964792013168,0.30726927518844604,-0.15627136826515198,-0.5473499298095703,0.03321830555796623,-0.07572180777788162,0.036921314895153046,0.2108227014541626,0.006569610442966223,0.4951402544975281,0.12926995754241943,0.2862928509712219,0.26158004999160767,-0.12944981455802917,0.3240128457546234,-0.037629835307598114,-0.16715197265148163,0.15124693512916565,0.3310958445072174,0.1654801070690155,0.27487117052078247,-0.14857366681098938,-0.26757192611694336,-0.1702735871076584,-0.06533730030059814,-0.606732189655304,0.012036735191941261,0.7745962142944336,0.07918725907802582,0.06128869205713272,0.11900828778743744,0.6871751546859741,-0.3141825199127197,-0.07934202253818512,0.2717694640159607,-0.36529797315597534,-0.062296707183122635,-0.5177062153816223,0.10528192669153214,-0.11617374420166016,-0.2979184091091156,-0.0410740002989769,0.3144802153110504,0.07933725416660309,-0.182416632771492,0.10084178298711777,0.00528642488643527,0.4480724334716797,0.5027746558189392,0.3191559612751007,-0.173726886510849,-0.367644727230072,0.034263063222169876,-0.47849392890930176,0.2606545090675354,0.06392493098974228,-0.6649950742721558,0.18978598713874817,-0.024503985419869423,-0.14918211102485657,-0.43133577704429626],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"rnt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b16","text":"(4) The final assessment of the 6th EAP concluded that the programme delivered benefits for the environment and provided an overarching strategic direction for environment policy. Despite those achievements, unsustainable trends still persist in the four priority areas identified in the 6th EAP: climate change; nature and biodiversity; environment and health and quality of life; and natural resources and wastes.","text_embedding":[-0.13892075419425964,-0.1381981372833252,0.618492066860199,-0.1258816123008728,0.6118267178535461,0.5112102627754211,0.22458317875862122,0.2388020008802414,-0.25530657172203064,-0.08520731329917908,0.0949941948056221,0.21838195621967316,-0.18426093459129333,-0.06164414435625076,0.3530482053756714,0.439410537481308,0.1538497656583786,-0.08367015421390533,-0.1502102166414261,-0.15413253009319305,0.5000182390213013,-0.21907268464565277,0.16928039491176605,0.5342671871185303,0.756650984287262,0.4118115305900574,-0.12335388362407684,-0.0204545296728611,0.20619936287403107,0.07966376841068268,-0.1569984406232834,-0.0666525736451149,-0.26379379630088806,-0.021032625809311867,0.1578671634197235,0.5644064545631409,-0.3816889524459839,-0.302408903837204,-0.18926291167736053,-0.1802666336297989,-0.29446327686309814,-0.9904126524925232,-0.3195018172264099,-0.14619013667106628,0.16217055916786194,-0.04828118532896042,-0.3257141709327698,0.3649086058139801,-0.05950760096311569,0.37303346395492554,-0.5496402382850647,0.29437199234962463,0.05886334925889969,0.07033680379390717,-0.09718974679708481,0.2163892537355423,0.22470439970493317,-0.4477198123931885,-0.6238193511962891,-0.36175328493118286,-0.14258654415607452,-0.5673742890357971,-0.1675206422805786,0.22267676889896393,0.1670919507741928,0.10454490780830383,-0.2662279009819031,0.011023078113794327,-0.0069509223103523254,-0.507144570350647,-0.4586782455444336,-0.00622730003669858,-0.29990994930267334,-0.30603450536727905,-0.09946804493665695,-0.2785758078098297,-0.2596251368522644,0.11839699745178223,-0.08752238005399704,0.12420909851789474,0.18220338225364685,-0.26236748695373535,-0.02441129833459854,0.31776148080825806,0.14813858270645142,-0.030965210869908333,0.998684823513031,-0.045695532113313675,-0.1337331384420395,0.06869524717330933,0.140102356672287,-0.7050291895866394,0.5331188440322876,0.36826688051223755,-0.0919848084449768,0.6369805932044983,0.014438710175454617,-0.4732770323753357,-0.6021700501441956,-0.5154666900634766,-0.23487702012062073,-0.16630245745182037,-0.37724944949150085,-0.4231361746788025,0.14552487432956696,-0.4631122648715973,-0.016493191942572594,-0.5802253484725952,-0.40078267455101013,0.48626816272735596,-0.1824476569890976,0.31010162830352783,-0.3191051781177521,-0.28406620025634766,-0.1322791874408722,0.4386143386363983,-0.1334674209356308,-0.07917698472738266,0.23477602005004883,0.24611154198646545,0.22128397226333618,0.07274165004491806,-0.21212857961654663,0.8010813593864441,-0.03894558921456337,-0.442460834980011,0.20488139986991882,-0.5130783915519714,-0.5733794569969177,0.2799617350101471,-0.153195321559906,-0.02846580743789673,-0.10532955825328827,0.22915074229240417,-0.43649765849113464,0.4814363718032837,0.5700566172599792,0.16319629549980164,-0.0479707308113575,0.1146104633808136,-0.26935938000679016,-0.36399757862091064,0.37523072957992554,-0.3657553195953369,0.41574376821517944,-0.07456642389297485,0.35393840074539185,-0.3488297462463379,0.06070796772837639,-0.046720653772354126,0.3707425594329834,-0.23620165884494781,-0.1961924135684967,-0.18594218790531158,0.07902452349662781,0.5952544808387756,-0.021641474217176437,0.8920049667358398,-0.06596893072128296,-0.181733176112175,0.4178808331489563,0.37467730045318604,0.17077989876270294,0.002263275906443596,0.7230116128921509,-0.07436870783567429,0.2105075716972351,0.07197725027799606,0.16835317015647888,0.07453318685293198,0.48065558075904846,-0.24033810198307037,0.328906387090683,-0.6281903982162476,0.27950578927993774,0.28166651725769043,0.6348533034324646,0.5781713724136353,0.1838405281305313,0.35996896028518677,-1.6895078420639038,0.04045229032635689,-0.3701656758785248,-0.19094976782798767,-0.1826009601354599,-0.04642696678638458,-0.10359468311071396,0.2820001542568207,0.039492346346378326,0.28673651814460754,-0.2939615249633789,-0.990263819694519,0.7234100103378296,-0.4176575243473053,0.1889064460992813,-0.6045084595680237,0.03091299720108509,0.38717401027679443,-0.42090892791748047,-0.0786576122045517,0.07255777716636658,0.03012237325310707,0.11239022761583328,-0.004220443312078714,-0.1082964539527893,-0.29051247239112854,0.37638798356056213,-0.3044305741786957,-0.20633503794670105,0.7067369818687439,-0.7422276735305786,-0.16225457191467285,0.4276769161224365,0.6844539642333984,0.11659543961286545,-0.33541402220726013,-0.5150755047798157,0.4934425354003906,-0.08879069983959198,-0.11044753342866898,-0.1568666249513626,0.34078866243362427,0.041188448667526245,0.3839360475540161,0.041920557618141174,0.6238903403282166,0.5956985950469971,-0.4274703860282898,0.6188423037528992,-0.1380631923675537,0.354485422372818,0.03822101280093193,0.05613510683178902,0.028046661987900734,0.030945144593715668,0.4586612284183502,-0.41116318106651306,0.21714630722999573,0.6488426327705383,-0.6755993366241455,-0.3039637506008148,0.13070286810398102,-0.17370103299617767,-0.32637742161750793,0.1546645611524582,-0.18920443952083588,0.26996007561683655,0.26818057894706726,-0.0071805608458817005,-0.13811582326889038,-0.364667683839798,1.309647560119629,-0.11059694737195969,0.18996880948543549,-0.11998659372329712,0.023514844477176666,0.09185417741537094,-0.2829061448574066,0.3286188244819641,-0.24902015924453735,0.03458969667553902,0.45622947812080383,-0.07510625571012497,-0.2073746621608734,0.4765605628490448,-0.3220444917678833,-0.24678117036819458,-0.7077022790908813,-0.22681844234466553,-0.43316906690597534,0.06939662247896194,0.4154616594314575,-0.3529110550880432,0.020817546173930168,-0.1933654397726059,-0.5444855093955994,0.29996636509895325,0.7379332780838013,0.30059871077537537,-0.5985763072967529,-0.1723335236310959,0.2862253785133362,-0.31953927874565125,-0.13946205377578735,0.09744218736886978,-0.01452387124300003,-0.23164039850234985,-0.4902869164943695,0.06418446451425552,0.0010017685126513243,0.2669619619846344,0.18128134310245514,-0.00046916399151086807,-0.34336912631988525,0.1511315256357193,0.02093547396361828,-0.024806423112750053,0.10916661471128464,0.32517075538635254,0.24197275936603546,-0.34816864132881165,-0.16312865912914276,-0.161112979054451,0.3460541367530823,0.20687465369701385,-0.16365882754325867,0.11845080554485321,-0.43040037155151367,-5.438910007476807,0.021720273420214653,0.15498270094394684,-0.013899773359298706,0.32159173488616943,0.4074329435825348,0.11068834364414215,0.23752345144748688,-0.22642925381660461,-0.08253198862075806,-0.032017648220062256,-0.16691172122955322,-0.42188116908073425,0.1458965539932251,-0.0875505730509758,0.0012937237042933702,-0.04624292254447937,-0.3251167833805084,-0.29060956835746765,-0.16800445318222046,-0.07983340322971344,-0.7916634678840637,0.012083226814866066,-0.09017755836248398,0.5058193206787109,0.18009115755558014,-0.3565290570259094,0.36049169301986694,-0.2423929125070572,-0.3323292136192322,0.6223422884941101,-0.47102829813957214,-0.266977995634079,0.11401362717151642,0.5215662121772766,0.014316422864794731,-0.0171738900244236,-0.41054999828338623,0.004473486915230751,-0.31123194098472595,0.39943361282348633,-0.6111403107643127,-0.25186365842819214,0.31752124428749084,0.5664038062095642,0.18055613338947296,-0.01577046327292919,0.3364337384700775,0.23414483666419983,0.11421500891447067,0.2401701956987381,0.6028217077255249,-0.34714755415916443,-0.1389695405960083,-0.10297536104917526,-0.00889137014746666,0.19736096262931824,-0.02933528460562229,0.09291847050189972,-0.20601284503936768,0.22626852989196777,0.17597270011901855,0.10953959077596664,-0.3624430298805237,-0.19237421452999115,0.5675365328788757,-0.26356738805770874,0.16040445864200592,-0.37838152050971985,-0.05809846147894859,-0.062336064875125885,0.4351741373538971,-0.4299059510231018,-0.9746822118759155,-0.6841035485267639,-0.1690875142812729,0.6528711915016174,-0.4461636543273926,-0.09965196996927261,-0.3233441710472107,0.3814166188240051,-0.18165622651576996,0.08847411721944809,0.5662796497344971,0.06760278344154358,-0.0884234607219696,0.48906224966049194,0.02977965772151947,0.07787858694791794,-0.6370244026184082,0.6496005654335022,-0.3555973768234253,-0.11310002952814102,0.1792929470539093,0.31098422408103943,-0.08364654332399368,-0.16706691682338715,0.004410035442560911,0.32963088154792786,-0.17226465046405792,-0.06274774670600891,-0.09607889503240585,-0.07939576357603073,0.47336462140083313,-0.2944597601890564,0.20108558237552643,-0.02519037015736103,-0.4789930284023285,0.26634299755096436,-0.21762774884700775,-0.007252980023622513,0.0857812687754631,-0.05506453290581703,0.07594402879476547,-0.18276354670524597,-0.05198778212070465,-0.07980367541313171,0.37634193897247314,0.5226984024047852,-0.45083460211753845,-0.13958588242530823,0.7364165782928467,-0.3274044692516327,0.21154947578907013,-0.20808649063110352,0.12143953889608383,-0.6689779758453369,-0.08985603600740433,-0.37848836183547974,0.03298775106668472,-0.5124701857566833,-0.3646188974380493,0.49085181951522827,0.20551155507564545,0.6942399144172668,0.1277133673429489,-0.08498845249414444,-0.4765114486217499,-0.06755638867616653,0.6958726644515991,-0.0877777561545372,0.08184796571731567,-0.1672048270702362,0.13975319266319275,0.04183211177587509,0.3285839259624481,0.6473090052604675,0.31451624631881714,0.34522685408592224,-0.31234219670295715,0.19030699133872986,-0.22919102013111115,0.26882660388946533,0.07954525202512741,-0.2642051875591278,0.04483010619878769,0.40836015343666077,-0.32026180624961853,0.38521626591682434,-0.43427470326423645,0.2549417316913605,-0.19949106872081757,-0.43529579043388367,-0.3362194895744324,-0.026111101731657982,-0.1570928990840912,-0.0009420355781912804,-0.34143853187561035,-0.3317945599555969,-0.21026462316513062,-0.0015460343565791845,-0.09021905064582825,0.20650576055049896,0.03984895721077919,-0.18724417686462402,-0.15110807120800018,-0.05941736698150635,-0.41800037026405334,-0.23920264840126038,0.47979113459587097,0.21365804970264435,0.013294210657477379,-0.5659168362617493,-0.051478028297424316,0.45061194896698,-0.05575352534651756,-0.2048344910144806,-0.14096997678279877,0.2624443471431732,-0.2897779047489166,0.0820780023932457,0.0745355412364006,-0.11467375606298447,0.6620407104492188,-0.4081120491027832,-0.29296740889549255,0.382612019777298,-0.03813427314162254,-0.4452618956565857,-0.01104025263339281,-0.3470210134983063,-0.32579588890075684,0.26845070719718933,-0.2203385829925537,-0.6525710225105286,-0.15561826527118683,-0.1343650072813034,-0.010972998104989529,0.3303585946559906,-0.24910569190979004,-0.07974183559417725,0.04288864880800247,-0.3242965042591095,0.35323354601860046,0.6855000257492065,-0.168676495552063,0.03584817796945572,-0.6427088975906372,-0.8017187118530273,0.35340407490730286,-0.07383139431476593,0.2501526474952698,0.09622864425182343,-0.08322790265083313,-0.3836444318294525,-0.2643583416938782,0.30973976850509644,-0.10071125626564026,-0.026815656572580338,0.12420597672462463,-0.4581833779811859,-0.6210924983024597,-0.23469477891921997,0.10877139866352081,-0.14165297150611877,0.3626355230808258,-0.055154383182525635,-0.3275008499622345,0.026324719190597534,0.6299958825111389,0.006676329765468836,0.12980222702026367,0.2653467655181885,-0.35898515582084656,0.05694454535841942,0.6628847122192383,-0.47286689281463623,0.25003767013549805,0.07515891641378403,0.2255171537399292,-0.37048012018203735,-0.06345493346452713,0.06420228630304337,0.023928696289658546,-0.025511156767606735,-0.08518300205469131,-0.3495343029499054,-0.21225926280021667,-0.5867320895195007,0.14131173491477966,-0.0752672329545021,-0.016449058428406715,-0.17266833782196045,-0.12982803583145142,0.4945257604122162,-0.05455837398767471,-0.2762924134731293,-0.24065567553043365,-0.16252216696739197,-0.5434000492095947,0.3718782663345337,-0.3623707890510559,-0.5016040205955505,0.3290551006793976,0.35607796907424927,-0.36040762066841125,-0.13069359958171844,0.14035440981388092,0.5617051720619202,-0.33556893467903137,-0.6825494170188904,-0.16703633964061737,-0.3984781801700592,0.02381685934960842,0.4338110089302063,-0.44656670093536377,0.19182808697223663,-0.3621312975883484,0.17210476100444794,-0.09283167123794556,0.2129441201686859,0.030648717656731606,-0.31664812564849854,-0.18413490056991577,-0.2850484848022461,-0.20753712952136993,0.7003992199897766,0.15246015787124634,0.016811976209282875,0.09586358070373535,0.10981027036905289,-0.2405870109796524,0.10517162829637527,0.1716127097606659,-0.21095669269561768,0.06799975782632828,0.283905953168869,-0.07025136053562164,-0.4535888135433197,0.3033289611339569,0.2947137951850891,-0.16878175735473633,0.35523420572280884,-0.11328189074993134,-0.08793174475431442,0.022857744246721268,-0.12060655653476715,-0.17836084961891174,0.841812789440155,-0.22803859412670135,0.2975234091281891,0.3481437861919403,0.2068939208984375,-0.12684966623783112,0.2705253064632416,0.11962302774190903,-0.4384094774723053,0.30385181307792664,-0.3685292899608612,0.8536154627799988,-0.30082693696022034,0.03418230637907982,0.41664066910743713,0.30258724093437195,-0.31755295395851135,0.5326912999153137,0.08124328404664993,-0.14042262732982635,-0.28272712230682373,-0.31256014108657837,0.7796613574028015,0.8588078022003174,-0.12388993799686432,-0.2114517092704773,0.33952829241752625,0.09963037818670273,-0.36650994420051575,0.21874703466892242,0.19579912722110748,0.297402560710907,-0.2811391353607178,0.05370758846402168,-0.30583643913269043,-0.007430910132825375,0.1469990760087967,0.040491096675395966,-0.2654695510864258,0.23100201785564423,-0.1511356085538864,-0.10023035854101181,0.0799361988902092,0.5743943452835083,0.015714116394519806,-0.09246472269296646,-0.04925695061683655,0.024039722979068756,0.21691662073135376,0.316059947013855,0.395605206489563,-0.28680121898651123,-0.17867134511470795,-0.1546032577753067,-0.5207076072692871,-0.3453807234764099,0.22708463668823242,0.061275966465473175,0.19684451818466187,0.07695648819208145,0.3402119278907776,0.20636242628097534,-0.3704637289047241,-0.1313885897397995,-0.2935190498828888,-0.23569367825984955,-0.4463600516319275,0.43413668870925903,-0.19312696158885956,0.052884697914123535,-0.3123057782649994,-0.41740915179252625,-0.26822707056999207,-0.2648509442806244,-0.15503011643886566,0.612896203994751,-0.2826234698295593,0.0445060171186924,0.4465489387512207,-0.41044190526008606,0.5372175574302673,-0.20677550137043,0.11781836301088333,-0.3381067216396332,-0.5004830360412598,-0.027324164286255836,0.1771618276834488,0.3945026993751526,0.07568850368261337,0.3520936071872711,0.4415312111377716,0.202870711684227,0.16817370057106018,0.20607595145702362,-0.3292735517024994,0.19281181693077087,-0.004212560597807169,-0.5034784078598022,-0.019185619428753853,0.5864759683609009,0.4813185930252075,0.05910322442650795,-0.1059030219912529,-0.29960760474205017,-0.1559230387210846,0.0003321653639432043,-0.5255571007728577,-0.19880619645118713,0.5151845812797546,0.0860687717795372,-0.17019179463386536,0.16245168447494507,0.27883535623550415,-0.42804476618766785,0.0014775191666558385,0.3486950099468231,-0.3225480020046234,0.18808229267597198,-0.3070449233055115,0.3126719295978546,-0.24223868548870087,-0.31457406282424927,0.17261634767055511,0.5642222762107849,0.20408742129802704,0.010198535397648811,0.05531877279281616,0.056522566825151443,0.1424122452735901,0.12322650104761124,0.4404774010181427,0.05803903192281723,-0.5833738446235657,-0.12552036345005035,-0.2589114308357239,0.1786537915468216,-0.06584177166223526,-0.8808875679969788,0.37919890880584717,0.08584656566381454,-0.16983595490455627,-0.624958336353302],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"r3t9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b17","text":"(5) The final assessment of the 6th EAP highlighted some shortcomings. The achievement of the objectives set out in the Seventh Environment Action Programme (‘7th EAP’) therefore requires the full commitment of the Member States and the relevant Union institutions and the willingness to take responsibility for the delivery of the programme’s intended benefits.","text_embedding":[-0.22946156561374664,0.15544578433036804,0.4299227297306061,-0.1089673787355423,0.4934389889240265,0.31089872121810913,0.22183139622211456,0.1123138815164566,-0.37580549716949463,-0.03737063333392143,-0.013346708379685879,-0.010891244746744633,-0.23285667598247528,-0.07588852196931839,0.46757572889328003,0.2808421850204468,0.3707553446292877,-0.32973653078079224,-0.04516691714525223,0.031695909798145294,0.2528592050075531,-0.05261223390698433,0.5435676574707031,0.7861694097518921,0.6734690070152283,-0.03244180232286453,-0.038881007581949234,-0.07482348382472992,0.1426829844713211,-0.019413767382502556,0.04329078271985054,-0.2898681163787842,0.03599012270569801,0.03314618021249771,0.110995352268219,0.34281155467033386,-0.029793689027428627,0.05384810268878937,-0.32843098044395447,-0.19264210760593414,-0.14177635312080383,-0.8714154362678528,-0.65639728307724,0.0016565646510571241,0.06004519388079643,0.2108951061964035,-0.03418717533349991,0.18161460757255554,-0.41123199462890625,0.15107199549674988,-0.2661433219909668,0.4152926802635193,0.09807653725147247,0.13282528519630432,-0.29367074370384216,-0.28643471002578735,0.1587972342967987,-0.3369574248790741,-0.41160789132118225,-0.3385975956916809,0.053164977580308914,-0.5918627381324768,0.021286895498633385,0.11848711222410202,0.1638500988483429,0.06883173435926437,-0.024548791348934174,0.03208727762103081,-0.2368619590997696,-0.39614295959472656,-0.4574151635169983,0.2160867154598236,-0.3580579161643982,-0.4092467427253723,-0.007792798336595297,-0.09445112198591232,-0.21075449883937836,0.14960132539272308,0.007180074229836464,0.3359735906124115,0.14254194498062134,-0.12145538628101349,0.17628593742847443,0.2669585049152374,0.27179065346717834,-0.20536714792251587,0.8062604069709778,-0.1355983018875122,0.0161551795899868,0.08549105376005173,0.26568925380706787,-0.6575540900230408,0.1464277058839798,0.41289690136909485,0.10016338527202606,0.21203544735908508,-0.31750673055648804,-0.0433608703315258,-0.5886315107345581,-0.3468075096607208,-0.024408088997006416,0.07197195291519165,-0.2710413932800293,-0.13384003937244415,-0.17555658519268036,-0.19602084159851074,0.03241613879799843,-0.48777690529823303,-0.29068052768707275,0.24558475613594055,0.231343075633049,0.12588289380073547,0.05181904509663582,-0.5300235748291016,-0.1300571709871292,0.17789702117443085,-0.3503420054912567,0.01113860309123993,0.13671211898326874,0.21796934306621552,0.3987168073654175,0.4652005434036255,-0.24199192225933075,0.6027345061302185,0.15370909869670868,-0.5020459294319153,0.05666482076048851,-0.4664015769958496,-0.30094319581985474,0.4621376693248749,-0.024091117084026337,-0.36661019921302795,0.05149223282933235,0.21182756125926971,-0.6333165764808655,0.18903431296348572,0.5637929439544678,-0.07175471633672714,0.05542731285095215,0.13004310429096222,-0.20327167212963104,-0.5355886816978455,0.14315356314182281,-0.08977267146110535,0.351446270942688,0.22776591777801514,0.18582533299922943,-0.03182249516248703,0.21602992713451385,0.019450275227427483,0.12895438075065613,-0.43246692419052124,-0.3140298128128052,-0.16815027594566345,-0.21977394819259644,0.4152219593524933,0.038439199328422546,0.5707239508628845,-0.23008422553539276,-0.05516766384243965,0.36844414472579956,0.2526216506958008,0.25935885310173035,0.027571232989430428,0.5183795094490051,-0.12080804258584976,0.4038342833518982,-0.12753891944885254,0.17566075921058655,0.1928827315568924,0.36203667521476746,-0.4137667119503021,0.3318663537502289,-0.5914191007614136,-0.13756747543811798,-0.052840545773506165,0.37209540605545044,0.06356088072061539,0.047560591250658035,0.27229902148246765,-1.4385398626327515,0.2984078526496887,-0.3936152756214142,0.12052613496780396,-0.3045511245727539,-0.11596988886594772,-0.34791597723960876,-0.10954946279525757,-0.12473408877849579,0.3515438735485077,-0.17036928236484528,-0.5475718379020691,0.748757004737854,-0.6333909630775452,0.4673033058643341,-0.4392366409301758,0.09789256006479263,0.27885690331459045,-0.18003340065479279,-0.22278332710266113,0.2047187238931656,0.09473224729299545,0.028751583769917488,-0.1367216557264328,-0.13840462267398834,-0.3208690583705902,0.0831400603055954,-0.013395487330853939,-0.3199259340763092,0.5265811085700989,-0.609173059463501,0.2890564203262329,0.3096328377723694,0.35455402731895447,0.1346243917942047,-0.18621593713760376,-0.45302802324295044,0.16883976757526398,0.20161652565002441,-0.20673520863056183,-0.0880502462387085,0.12942802906036377,0.039226844906806946,0.3890158534049988,-0.11576978117227554,0.5640121698379517,0.1943373829126358,-0.3791715204715729,0.4472044110298157,-0.40296587347984314,0.23375704884529114,0.01821863278746605,-0.11118066310882568,-0.12872211635112762,0.3018419146537781,0.09847535938024521,-0.5020677447319031,0.45584186911582947,0.6909062266349792,-0.39699649810791016,-0.06808210164308548,-0.055008430033922195,-0.07804730534553528,-0.07812857627868652,0.10248564183712006,-0.10122184455394745,0.40899336338043213,0.305827260017395,0.1560361236333847,0.5333013534545898,-0.1815071702003479,0.8382857441902161,-0.15544506907463074,0.39508676528930664,-0.4031035900115967,-0.11190831661224365,-0.04950858652591705,-0.33840346336364746,0.22897237539291382,-0.5053460597991943,0.19351504743099213,0.5081049799919128,0.1038893461227417,-0.09638073295354843,0.36534205079078674,-0.48732686042785645,0.04329787567257881,-0.4273112416267395,-0.4520447254180908,-0.2294279932975769,0.2126966267824173,0.14963461458683014,-0.23390129208564758,-0.2202288806438446,-0.34763312339782715,-0.38870224356651306,0.5203279852867126,0.31642311811447144,0.24483904242515564,-0.45098987221717834,-0.09467940777540207,0.20263348519802094,-0.324027419090271,-0.12537406384944916,0.47702527046203613,-0.251871794462204,-0.12207517772912979,-0.3983887732028961,0.37141695618629456,0.2410053014755249,0.3956877291202545,0.34714436531066895,-0.12199176847934723,-0.36627283692359924,0.26964589953422546,0.13424424827098846,0.09510471671819687,0.2634611129760742,0.39089471101760864,0.021805692464113235,-0.3089227080345154,-0.36952483654022217,-0.1784847229719162,0.10213606059551239,0.2813740670681,-0.4197215735912323,-0.14387841522693634,-0.5141797661781311,-5.916160583496094,-0.29624995589256287,0.09340473264455795,0.14209139347076416,0.26876044273376465,0.34398043155670166,0.09811767935752869,0.35040801763534546,-0.27984264492988586,-0.4947916269302368,-0.043929215520620346,-0.10073918104171753,-0.34125617146492004,0.001953964587301016,-0.401950865983963,-0.21284909546375275,0.060731880366802216,-0.39345160126686096,-0.1411183774471283,-0.12875835597515106,-0.15359996259212494,-0.4497148394584656,0.22378797829151154,-0.09827189147472382,0.4814912974834442,0.032798271626234055,-0.6353708505630493,0.022919008508324623,-0.053785040974617004,-0.44233402609825134,0.40422263741493225,-0.5600338578224182,-0.34416890144348145,0.02256959304213524,0.4694046974182129,-0.07956144958734512,0.1636413037776947,-0.20256219804286957,0.07454057782888412,-0.3109157085418701,0.3111250102519989,-0.6177244186401367,-0.15872731804847717,-0.29235896468162537,0.3766450881958008,0.05100395157933235,-0.005099186673760414,0.244807630777359,0.24395716190338135,0.12097843736410141,0.11561299860477448,0.6750015020370483,-0.47019773721694946,0.17027780413627625,-0.14414756000041962,0.2690531015396118,0.2346944808959961,0.2646286189556122,-0.07730431854724884,-0.17861293256282806,0.15648403763771057,0.2756557762622833,0.13918757438659668,-0.16155412793159485,-0.0734979435801506,0.22400526702404022,-0.050270646810531616,0.10867282003164291,-0.18932749330997467,-0.1025637686252594,0.12979388236999512,0.46796655654907227,-0.6355113387107849,-0.8600010275840759,-0.3119921386241913,-0.4039783477783203,0.646528959274292,-0.3382260501384735,0.24720050394535065,-0.10231888294219971,0.17122888565063477,-0.1547812670469284,0.2911692261695862,0.040119823068380356,0.1303345412015915,0.16490444540977478,0.14284032583236694,0.43256819248199463,0.23185062408447266,-0.39886578917503357,0.7470304369926453,-0.012219241820275784,-0.1328788548707962,-0.09953763335943222,0.24099938571453094,-0.10534781217575073,0.20768442749977112,-0.19208498299121857,0.05460919067263603,-0.006373150274157524,-0.4001661241054535,-0.2947598397731781,-0.02957136370241642,0.45286211371421814,-0.2946454584598541,-0.02765018492937088,-0.19111482799053192,-0.44551408290863037,0.35876619815826416,-0.19017824530601501,0.1913251131772995,-0.33222946524620056,0.24024993181228638,-0.05880699306726456,-0.15339112281799316,-0.15859468281269073,0.04106486961245537,0.2935679256916046,0.36566299200057983,-0.08084284514188766,-0.1376459002494812,0.21230947971343994,-0.4988119304180145,-0.07643143832683563,-0.1004050150513649,-0.06081026792526245,-0.36795464158058167,0.05429595336318016,-0.032436009496450424,0.007725777570158243,-0.2837807536125183,-0.14840446412563324,0.03421362489461899,0.26423439383506775,0.7027199268341064,0.11729692667722702,-0.08859799802303314,-0.2970498204231262,-0.05603625625371933,0.32465165853500366,-0.053217142820358276,0.0800161361694336,-0.20488430559635162,0.013245876878499985,0.4310868978500366,0.16618464887142181,0.389528751373291,-0.002263118512928486,0.5088143944740295,-0.22684189677238464,0.4917411804199219,-0.19107180833816528,0.30019617080688477,-0.08018623292446136,-0.38929030299186707,0.1812928318977356,0.20237354934215546,-0.34079980850219727,0.3192397356033325,-0.36816152930259705,0.47260332107543945,0.13279305398464203,-0.5302138924598694,-0.3642248213291168,0.253653347492218,-0.031073199585080147,0.06751154363155365,-0.13859783113002777,-0.3955143988132477,-0.0966518372297287,0.020453447476029396,-0.023613926023244858,0.17890743911266327,0.24521702527999878,-0.2642629146575928,-0.06869025528430939,-0.2146792858839035,-0.4396056532859802,0.09370450675487518,0.42670080065727234,-0.03611773997545242,0.05543727055191994,-0.27428627014160156,-0.029842516407370567,0.046996574848890305,-0.07265733927488327,-0.0446077398955822,-0.09716402739286423,0.21682311594486237,-0.3649420142173767,-0.09438967704772949,-0.08014895766973495,0.1997677981853485,0.8997734785079956,-0.1484663486480713,-0.2328534573316574,0.17921999096870422,0.2758266031742096,-0.35986247658729553,0.13711564242839813,0.22401483356952667,-0.30671003460884094,0.17566797137260437,-0.47455504536628723,-0.5876700282096863,-0.22939468920230865,-0.2146449089050293,0.1999119371175766,0.2403022199869156,-0.3676339089870453,0.1387380063533783,0.34182876348495483,-0.3480927646160126,0.5646357536315918,0.5753105282783508,-0.422002375125885,0.20369185507297516,-0.3391752541065216,-0.6115617752075195,0.17649729549884796,-0.21789582073688507,0.133898064494133,-0.09013570100069046,0.10113133490085602,-0.4485052824020386,-0.1553066372871399,0.10487648099660873,0.13098342716693878,-0.3082788586616516,0.4698329269886017,-0.5233502984046936,-0.3515181243419647,-0.2992974817752838,0.16982775926589966,-0.11078401654958725,0.22381319105625153,-0.4828415513038635,-0.31297817826271057,-0.06471510976552963,0.30194640159606934,-0.04524872824549675,-0.0027469235938042402,-0.0036142996978014708,-0.020947283133864403,0.36742061376571655,0.3867993652820587,-0.22237589955329895,0.13391917943954468,0.24560023844242096,0.16438786685466766,-0.0021251013968139887,-0.15267926454544067,0.02560337260365486,0.05216870829463005,-0.18206310272216797,-0.15376532077789307,-0.4780580699443817,-0.20072713494300842,-0.4000137746334076,0.1829989105463028,-0.002061694860458374,-0.02378753386437893,-0.13994452357292175,-0.2756386995315552,0.37845414876937866,-0.2736445665359497,-0.3594798445701599,-0.29852500557899475,-0.24340741336345673,-0.4998435974121094,0.2561032176017761,-0.233242005109787,-0.47826430201530457,0.3219364881515503,-0.028666812926530838,-0.16167159378528595,0.0035020201466977596,0.04569923132658005,0.45245060324668884,-0.38727304339408875,-0.4289862811565399,0.24991653859615326,-0.30620744824409485,0.13783739507198334,0.31842240691185,-0.534447193145752,0.1109997034072876,-0.30484339594841003,-0.2083739936351776,-0.41079723834991455,0.23024515807628632,0.03038669563829899,-0.31592273712158203,-0.28905928134918213,-0.4524102210998535,-0.24980203807353973,0.6703675389289856,0.17024509608745575,-0.06306423246860504,0.22849442064762115,0.001096081337891519,0.07913222163915634,-0.022087929770350456,-0.0737319216132164,-0.41617918014526367,0.21477054059505463,0.020850971341133118,0.01818501017987728,-0.4264116585254669,0.3833499848842621,0.12323135882616043,-0.16325999796390533,0.49599489569664,-0.08767727017402649,-0.3578859269618988,-0.21217139065265656,-0.08731113374233246,-0.4496840238571167,0.702665388584137,-0.4139907956123352,0.1834702491760254,0.21166636049747467,0.1675388067960739,0.0029532480984926224,-0.01545991376042366,0.17753811180591583,-0.5902921557426453,0.16298659145832062,0.09425490349531174,0.7250175476074219,-0.22297260165214539,0.08135008066892624,0.3745569884777069,-0.019289297983050346,-0.3925662934780121,0.41055139899253845,0.0578480027616024,-0.41582855582237244,-0.15945228934288025,-0.09789954870939255,0.3962041735649109,0.6844330430030823,0.22079701721668243,0.17705345153808594,0.20671358704566956,0.09230603277683258,0.23028989136219025,0.2775919437408447,0.15179775655269623,0.37159767746925354,-0.3380752503871918,0.19526098668575287,-0.08412255346775055,0.01824038103222847,0.26863181591033936,0.43775248527526855,0.03654821217060089,0.5509740710258484,-0.26484230160713196,0.027147023007273674,-0.12229238450527191,0.7493977546691895,0.27303817868232727,-0.2406674176454544,-0.32031184434890747,-0.15597547590732574,0.021092304959893227,0.34274160861968994,0.3605261743068695,-0.23757624626159668,0.2297520488500595,-0.5222750902175903,-0.5688727498054504,-0.15788671374320984,0.29346227645874023,-0.3772840201854706,0.281936913728714,0.10550904273986816,0.413604199886322,0.2531563639640808,-0.17588472366333008,0.07433762401342392,-0.04638679325580597,0.060329336673021317,-0.5829761624336243,0.21763284504413605,-0.062216296792030334,-0.0452495701611042,-0.05945517122745514,-0.5156386494636536,-0.3537353277206421,-0.21729923784732819,-0.08924590051174164,0.4638114273548126,-0.002737356349825859,0.15534062683582306,0.4615059494972229,-0.3095943033695221,0.829547643661499,-0.0435975082218647,0.1957782804965973,-0.2242138683795929,-0.3941528797149658,0.05545631796121597,-0.04279479384422302,0.03510620445013046,0.03676959127187729,0.4642869234085083,0.27648767828941345,-0.017467409372329712,0.6903070211410522,0.07456523180007935,-0.2926952838897705,0.4701896607875824,-0.1796632707118988,-0.4150581955909729,-0.03970923647284508,0.45420220494270325,0.4009349048137665,0.053710151463747025,-0.045194461941719055,-0.26188743114471436,-0.16024251282215118,0.15141625702381134,-0.4457748830318451,-0.025828609243035316,0.6378108859062195,0.2720102071762085,0.08408821374177933,-0.011290552094578743,0.4768734574317932,-0.5054445266723633,0.021924320608377457,0.37638774514198303,-0.2876015901565552,0.013668455183506012,-0.3516054153442383,0.1869974285364151,-0.05632911995053291,-0.6469969153404236,0.20792794227600098,0.3318120539188385,0.07744912058115005,-0.020789122208952904,0.12199472635984421,-0.22681671380996704,0.21446481347084045,0.23078417778015137,0.4370369017124176,0.1727140247821808,-0.34218069911003113,-0.0689215436577797,-0.19691117107868195,-0.26174819469451904,-0.035143084824085236,-0.6525232791900635,0.16479775309562683,0.29707765579223633,-0.31918877363204956,-0.37085509300231934],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"sHt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b18","text":"(6) According to the report of the European Environment Agency entitled ‘The European environment – state and outlook 2010’ (‘SOER 2010’)’ a number of major environmental challenges still remain, and serious repercussions will ensue if nothing is done to address them.","text_embedding":[-0.3820720613002777,-0.03194327652454376,0.2242671400308609,-0.15529857575893402,0.3747836649417877,0.08037278801202774,0.23666588962078094,0.06432349979877472,-0.11982946842908859,0.03691752627491951,-0.1331673413515091,-0.10437074303627014,-0.349305659532547,0.3089727461338043,0.015533286146819592,0.14644698798656464,0.23043210804462433,-0.25193026661872864,0.11484821885824203,0.04959017410874367,0.7309425473213196,0.2218169867992401,0.2649628221988678,0.7337616086006165,0.4345073103904724,-0.5758348703384399,-0.29429638385772705,-0.1261979192495346,-0.1573740690946579,-0.004841047339141369,-0.15033097565174103,-0.12552350759506226,-0.5938178896903992,-0.11483917385339737,0.2583623230457306,0.42473074793815613,-0.36514294147491455,-0.2661079466342926,-0.1563960462808609,-0.052525997161865234,-0.01475030742585659,-0.2302197813987732,-0.4927213490009308,-0.04568743333220482,0.31362786889076233,0.06571798771619797,0.18978270888328552,0.18334263563156128,-0.03605520725250244,0.25641143321990967,-0.23621277511119843,0.30117225646972656,0.1716272234916687,-0.06704802811145782,-0.4138883650302887,-0.34023502469062805,-0.04853123053908348,-0.5272524952888489,-0.8345412611961365,-0.04299835488200188,-0.018903139978647232,0.01653800532221794,-0.27606192231178284,-0.17792606353759766,-0.2896217405796051,-0.20891126990318298,-0.0551302433013916,0.02271771803498268,-0.5179304480552673,-0.5457517504692078,-0.12071071565151215,0.09120550006628036,-0.10165206342935562,-0.03414882719516754,-0.015098421834409237,0.09238586574792862,-0.12995120882987976,0.24890151619911194,-0.028016813099384308,0.13097959756851196,0.2088548094034195,0.11255072057247162,0.10219244658946991,0.10071191191673279,0.21123890578746796,-0.1080191358923912,0.6802529096603394,0.3760799467563629,-0.21798335015773773,0.2933195233345032,0.6562848687171936,-0.5467668771743774,0.31617358326911926,0.09393414109945297,0.2502420246601105,0.4101240932941437,0.1159498542547226,-0.3955596089363098,-0.580830991268158,-0.0946301594376564,-0.18617582321166992,-0.04402833431959152,-0.49336737394332886,-0.08572997897863388,0.029657093808054924,-0.47468695044517517,-0.2658803164958954,0.10381554067134857,-0.06373737007379532,0.4173325300216675,0.2949337959289551,0.16250629723072052,-0.13332469761371613,-0.4770463705062866,-0.05670715123414993,0.24540236592292786,-0.02655356004834175,-0.15812920033931732,0.3023954927921295,0.30108287930488586,0.45265692472457886,0.27314725518226624,-0.2838553190231323,0.175053671002388,0.10279958695173264,-0.1139642521739006,0.03606312721967697,-0.24130509793758392,-0.6185839176177979,0.26025477051734924,0.08480458706617355,0.04004458338022232,0.029374010860919952,-0.10747312754392624,0.11736632883548737,0.2779928743839264,0.45838940143585205,-0.3047313094139099,-0.11835496872663498,0.4823763072490692,-0.17836879193782806,-0.13721734285354614,0.2113027125597,0.24676494300365448,0.21305303275585175,0.02213248796761036,-0.0988275483250618,0.0534062534570694,0.030367229133844376,-0.287239134311676,0.16428610682487488,-0.05831195414066315,-0.230327770113945,0.08254288136959076,-0.08810944855213165,0.18546931445598602,-0.08572184294462204,0.22754700481891632,-0.15681937336921692,-0.21301594376564026,0.07260866463184357,0.11470368504524231,0.22775724530220032,0.2151005119085312,0.5084989070892334,0.022907765582203865,0.1086680218577385,0.21783767640590668,0.2573866546154022,0.18186071515083313,0.16617386043071747,-0.42550912499427795,0.526500403881073,-0.7305625677108765,-0.00973754096776247,0.6493262052536011,0.6639305353164673,0.24729378521442413,-0.044919658452272415,0.08930035680532455,-1.4165314435958862,0.1757892668247223,-0.33448442816734314,-0.1566941887140274,-0.11295387148857117,0.0829586312174797,0.12506014108657837,0.11186914891004562,0.11826416850090027,0.18467329442501068,-0.2310888022184372,-0.3634014427661896,0.8126636743545532,-0.3923754096031189,0.04889173433184624,-0.36342427134513855,0.15950313210487366,0.48980623483657837,0.15720778703689575,0.039641037583351135,-0.18467119336128235,0.13616527616977692,0.009108292870223522,-0.08677513897418976,0.2060146927833557,-0.10703754425048828,0.1270766258239746,-0.24639777839183807,-0.32417309284210205,0.018156247213482857,-0.3016831576824188,0.06611935049295425,0.2536652982234955,0.6546676754951477,-0.12581941485404968,-0.2426867038011551,-0.16746886074543,-0.20511974394321442,-0.4152956008911133,-0.10137293487787247,0.23936957120895386,0.14341314136981964,-0.04228554666042328,0.5046157836914062,-0.12085088342428207,0.37888145446777344,0.2657635807991028,-0.34619590640068054,0.202657088637352,-0.46286308765411377,-0.018266046419739723,0.002331376075744629,0.14758840203285217,-0.3028392493724823,0.41827166080474854,0.4671160876750946,-0.38197657465934753,0.1116844117641449,0.637442409992218,-0.5972741842269897,0.045535504817962646,0.027228474617004395,0.01286354660987854,0.1536664068698883,-0.19791346788406372,-0.14686264097690582,0.2529408633708954,0.07377400249242783,-0.0021518936846405268,0.08106009662151337,-0.5232484936714172,0.8055051565170288,-0.3240283131599426,0.28143075108528137,-0.23682908713817596,-0.34434592723846436,0.14212606847286224,-0.18850666284561157,0.37196576595306396,-0.22295671701431274,0.1327240914106369,0.10715160518884659,0.07255595177412033,0.09499049186706543,0.31084582209587097,-0.01036861352622509,0.13729263842105865,-0.42994534969329834,-0.24193991720676422,-0.09112010896205902,0.5564679503440857,-0.008193938061594963,-0.20591755211353302,0.12386540323495865,0.3953726589679718,-0.25415411591529846,0.39360201358795166,0.5465113520622253,0.5464009642601013,-0.3247070610523224,-0.04568442329764366,0.23601771891117096,-0.022305192425847054,-0.34287506341934204,0.25499847531318665,-0.2514265775680542,0.08210596442222595,-0.05344459041953087,-0.17759518325328827,0.136879101395607,0.6262065172195435,0.19381855428218842,-0.1817266196012497,-0.3099202513694763,-0.207195445895195,0.1624748706817627,-0.06583593785762787,0.2059958279132843,0.1834314614534378,0.3112688660621643,0.026363587006926537,-0.5792466402053833,0.24094246327877045,0.35611262917518616,0.2983342111110687,-0.4837845265865326,-0.1761661320924759,-0.6189672946929932,-6.063676834106445,-0.392500102519989,0.03786448389291763,0.15616683661937714,0.31089508533477783,0.31465786695480347,0.03289758786559105,0.3087443709373474,0.0004410565015859902,-0.3429936468601227,0.13068296015262604,0.059263329952955246,-0.32691630721092224,0.4018646776676178,-0.3532174527645111,-0.16108466684818268,0.02190564014017582,-0.026595620438456535,-0.5920129418373108,-0.02395014837384224,-0.2138296216726303,-0.4827693998813629,-0.12844856083393097,-0.35617077350616455,0.6222818493843079,0.12829622626304626,-0.2697277367115021,-0.10454218834638596,0.2069949358701706,-0.3666459321975708,0.5348798036575317,-0.8094013333320618,-0.1244831532239914,-0.12239433825016022,0.1436966359615326,-0.03953170403838158,0.03947337344288826,-0.19685855507850647,0.09000339359045029,-0.38177627325057983,0.11448833346366882,-0.4757843315601349,0.16185495257377625,-0.052588846534490585,0.45214277505874634,-0.18907123804092407,0.16771268844604492,0.23992276191711426,-0.45228320360183716,0.021688442677259445,0.2387220710515976,0.2345886528491974,-0.09094133973121643,-0.3519124984741211,-0.1279527097940445,0.29726096987724304,0.3863881528377533,-0.0648881047964096,0.16690684854984283,0.059732913970947266,0.04797547683119774,-0.12611152231693268,-0.10999006778001785,-0.2697102725505829,0.0905555933713913,0.42861366271972656,-0.36104148626327515,0.17862701416015625,-0.0017706026555970311,-0.03221073001623154,-0.026931723579764366,0.2806101441383362,-0.4482503831386566,-0.7639164328575134,-0.18512019515037537,-0.5846225619316101,0.7442840933799744,-0.46029382944107056,0.10340585559606552,-0.10642067342996597,-0.05764289200305939,-0.0812511146068573,0.24437831342220306,0.4012703001499176,-0.16024403274059296,0.07801072299480438,0.18176156282424927,-0.03565185144543648,0.018835298717021942,-0.3696330487728119,0.9751701354980469,-0.44290822744369507,-0.285336434841156,0.16366514563560486,0.15119034051895142,0.17201809585094452,0.19869647920131683,-0.05951204523444176,-0.439215749502182,-0.06954046338796616,-0.1280427724123001,-0.05108989030122757,-0.03980708122253418,0.3294595777988434,-0.011614775285124779,-0.0682908296585083,-0.3464007079601288,-0.07284930348396301,0.1646028459072113,-0.08252034336328506,0.4450126886367798,-0.42079436779022217,-0.15735846757888794,-0.20950238406658173,-0.26192063093185425,0.33619964122772217,0.33393046259880066,0.3822709321975708,0.2666463851928711,-0.37701940536499023,-0.1827244907617569,0.4280826449394226,0.13451237976551056,0.30564600229263306,-0.2687198221683502,0.29243770241737366,-0.73252272605896,0.08538301289081573,-0.13018010556697845,0.2674930989742279,-0.22716473042964935,0.21436065435409546,0.4008527994155884,0.05557962507009506,0.7402498722076416,-0.1265563666820526,0.2758063077926636,-0.40112707018852234,-0.15282027423381805,0.3729709982872009,0.16754379868507385,0.26622381806373596,-0.05555726960301399,0.04643341153860092,-0.08607930690050125,0.2093241661787033,0.4867877960205078,-0.32572898268699646,0.4254523515701294,-0.35725244879722595,0.20620512962341309,-0.5492885708808899,-0.04275630787014961,-0.25849199295043945,0.06119506061077118,0.24466682970523834,0.15883421897888184,-0.23561343550682068,0.24171973764896393,-0.21544988453388214,0.43331071734428406,-0.15930421650409698,-0.23914377391338348,-0.2717021405696869,0.012944100424647331,-0.004662050865590572,0.04322081431746483,-0.4385780394077301,-0.4208299219608307,0.14024464786052704,-0.28993263840675354,-0.1555674821138382,-0.05759458243846893,-0.036237120628356934,-0.2842131555080414,0.11723877489566803,-0.13075728714466095,-0.43884986639022827,-0.18466505408287048,0.2055874764919281,0.14779745042324066,0.32081419229507446,-0.26666364073753357,0.13224226236343384,0.26857906579971313,-0.061117228120565414,0.21108603477478027,-0.10099957883358002,0.12046899646520615,-0.7500602006912231,0.21546153724193573,0.2748189866542816,0.11322040110826492,0.7630268931388855,-0.05751236528158188,-0.5936038494110107,0.2024393528699875,0.15815827250480652,-0.45419231057167053,0.4551188051700592,0.0065179020166397095,-0.5223971605300903,0.4887443482875824,-0.25825533270835876,-0.6406864523887634,-0.09466821700334549,-0.3929569125175476,0.17938204109668732,-0.04926063492894173,-0.48632875084877014,0.0328935831785202,0.1816038340330124,-0.4953877627849579,0.5825583338737488,0.20380212366580963,-0.28781741857528687,0.2092963606119156,-0.6541774272918701,-0.5762380361557007,0.4757921099662781,-0.07994185388088226,0.29513871669769287,-0.11045434325933456,-0.07675805687904358,-0.19850380718708038,-0.36884865164756775,0.40349656343460083,0.12075179070234299,-0.23875431716442108,0.10513829439878464,-0.29986369609832764,-0.679395854473114,0.046766556799411774,-0.013480758294463158,-0.24594682455062866,0.4224698841571808,0.10386722534894943,-0.36928173899650574,0.005663705058395863,0.30298417806625366,0.28924745321273804,-0.09818453341722488,-0.0646049901843071,-0.3041764497756958,0.4341302812099457,0.3630949854850769,-0.24326319992542267,0.15880869328975677,0.09391423314809799,0.06559445708990097,-0.20222622156143188,0.016604388132691383,0.3502051532268524,-0.20013022422790527,0.19372370839118958,-0.5004602670669556,-0.353607177734375,-0.4532333314418793,-0.6477997899055481,-0.0882994756102562,-0.07506387680768967,-0.23361080884933472,0.00568330567330122,-0.024618476629257202,0.6896753311157227,-0.3487260937690735,0.022399187088012695,0.04988408088684082,0.2949892282485962,-0.27617818117141724,0.07888127118349075,-0.15512317419052124,-0.15521952509880066,0.15327668190002441,0.028778942301869392,-0.07221607118844986,-0.27405744791030884,-0.12287528067827225,0.25386446714401245,-0.20799681544303894,-0.43695133924484253,0.07295217365026474,-0.2877062261104584,-0.2574508488178253,0.4557897746562958,-0.1860208511352539,0.42339426279067993,-0.14193502068519592,0.04211736470460892,-0.39054805040359497,0.4168887734413147,-0.16690745949745178,-0.44652777910232544,-0.023546405136585236,-0.07148449867963791,0.13931985199451447,0.5935639142990112,0.23783469200134277,0.06350931525230408,-0.00844357069581747,-0.1056654304265976,-0.22138841450214386,-0.17613588273525238,-0.11210090667009354,-0.09534575045108795,0.35562923550605774,0.14137797057628632,0.1378510594367981,-0.16421252489089966,-0.027010854333639145,0.21284699440002441,-0.1862877458333969,0.39224979281425476,0.3564265966415405,-0.22327837347984314,-0.005705003626644611,-0.11211467534303665,-0.14413665235042572,0.419221431016922,-0.04307042807340622,0.41196930408477783,-0.038219619542360306,0.031110549345612526,0.11632563173770905,0.1044321283698082,-0.0182008258998394,-0.19909921288490295,0.49773886799812317,-0.17715544998645782,0.4186337888240814,-0.0314176008105278,0.6100776791572571,0.13766328990459442,0.08662553131580353,0.10086148232221603,0.3015405535697937,0.02964303083717823,-0.465035617351532,0.045224808156490326,-0.14293032884597778,0.15647099912166595,0.5245810151100159,-0.4753478765487671,0.23651711642742157,-0.05763547495007515,0.01351150032132864,-0.06459661573171616,0.0028566003311425447,0.14226728677749634,0.4635779559612274,0.10892941057682037,0.07426082342863083,-0.22810344398021698,-0.10592067241668701,-0.0013336042175069451,0.06913457065820694,0.1772971898317337,0.18978166580200195,-0.23138578236103058,-0.2840571105480194,0.21497008204460144,0.3765966296195984,-0.164362832903862,0.4221721589565277,-0.215574711561203,-0.08306529372930527,-0.272784560918808,0.11006145179271698,0.42366594076156616,-0.4498225152492523,0.06626324355602264,-0.4014759957790375,-0.3612862229347229,-0.24545176327228546,0.10486162453889847,-0.6733619570732117,-0.032809678465127945,-0.10854330658912659,0.35894808173179626,0.45382606983184814,-0.34481391310691833,-0.031523995101451874,-0.13937994837760925,-0.36263105273246765,-0.4672676920890808,0.31609731912612915,0.10752694308757782,-0.046228669583797455,-0.2924228310585022,-0.2509818375110626,-0.12429283559322357,-0.4093833863735199,-0.175411194562912,0.6511408686637878,0.03530067205429077,-0.2690015435218811,0.37132275104522705,-0.0673486664891243,0.26445358991622925,-0.04681985452771187,0.1256903111934662,-0.21190495789051056,-0.5569322109222412,-0.02342245914041996,-0.30982330441474915,0.1770450919866562,-0.2249806970357895,-0.012623886577785015,0.3120978772640228,0.2812778055667877,0.510824978351593,-0.14236463606357574,-0.11243577301502228,0.3680514097213745,-0.20908649265766144,-0.23060303926467896,-0.14741547405719757,0.5875914692878723,0.24608364701271057,0.1094578430056572,-0.04480624198913574,-0.17696234583854675,0.013779552653431892,0.17066876590251923,-0.13720004260540009,-0.1119011864066124,0.1398380845785141,0.28477129340171814,-0.1566144824028015,0.2147853523492813,0.4241809546947479,-0.2718960642814636,0.049514759331941605,0.3931713104248047,-0.2141152322292328,-0.42398256063461304,-0.2768348753452301,-0.16270212829113007,-0.5942466259002686,-0.2338954657316208,-0.13812664151191711,0.6091764569282532,0.13373811542987823,-0.0443749874830246,0.31100451946258545,0.08913679420948029,-0.201432004570961,0.19524498283863068,0.24020394682884216,-0.128440722823143,0.2336190789937973,0.09258607029914856,-0.3973468840122223,0.024541201069951057,-0.004066837020218372,-0.5422835946083069,0.10364793986082077,-0.06685151904821396,-0.27758416533470154,-0.32167530059814453],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} -{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"sXt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b19","text":"(7) Global systemic trends and challenges, related to population dynamics, urbanisation, disease and pandemics, accelerating technological change and unsustainable economic growth add to the complexity of tackling environmental challenges and achieving long-term sustainable development. Ensuring the Union’s long-term prosperity requires taking further action to address those challenges.","text_embedding":[-0.0878722071647644,-0.059006065130233765,0.03415190801024437,0.02274320274591446,0.3890351951122284,0.3833858072757721,0.21113277971744537,0.39151182770729065,-0.17110829055309296,-0.06921468675136566,0.2970183193683624,-0.05862206593155861,-0.32705995440483093,0.5877962112426758,0.4478931725025177,0.2995859384536743,0.2675224840641022,0.02406904101371765,-0.053484994918107986,-0.05891586095094681,0.27471327781677246,-0.4026501774787903,0.573633074760437,0.391811341047287,0.3421562612056732,0.256792277097702,-0.11241530627012253,-0.16128166019916534,-0.20186495780944824,0.1333988755941391,0.1628439575433731,-0.17171593010425568,0.08840072900056839,-0.011850597336888313,-0.13861513137817383,0.4657098054885864,-0.1547141671180725,-0.24322305619716644,0.08727534860372543,0.07878077030181885,-0.3868480622768402,-0.4940040707588196,-0.03438275679945946,0.028215903788805008,0.26229557394981384,-0.3052634000778198,-0.3714141845703125,0.3011729121208191,-0.6137958765029907,0.18344026803970337,-0.3458016514778137,0.48477989435195923,0.5402119755744934,-0.34329840540885925,-0.1403384953737259,-0.046894632279872894,0.0958898589015007,-0.2692103385925293,-0.3276573121547699,-0.6608946323394775,-0.20931430160999298,-0.09442013502120972,0.1279447078704834,-0.06600988656282425,0.05867893993854523,0.05905846878886223,-0.09921412914991379,0.36592939496040344,-0.631777286529541,-0.7954733371734619,-0.27122125029563904,0.1785595864057541,-0.21331506967544556,-0.14782267808914185,-0.08201486617326736,-0.08824178576469421,-0.3973902463912964,0.2519690692424774,0.014594326727092266,-0.21106116473674774,-0.11687221378087997,-0.015599289909005165,-0.18233145773410797,-0.13618814945220947,0.4652421176433563,-0.08422153443098068,0.8260966539382935,0.2538975775241852,-0.21926330029964447,0.47619834542274475,0.04058089852333069,-0.17654234170913696,0.12413126975297928,0.49429550766944885,-0.046937860548496246,0.16463197767734528,-0.4546460211277008,-0.34234461188316345,-0.13149426877498627,-0.32572340965270996,-0.1124066635966301,-0.1487351357936859,-0.06131165474653244,0.09172723442316055,0.3172161281108856,-0.13482654094696045,0.13383613526821136,-0.1337364912033081,-0.25282493233680725,0.12022250145673752,0.04167768359184265,-0.09109097719192505,-0.2876911759376526,-0.26259392499923706,0.3724672496318817,0.6941811442375183,-0.14279605448246002,-0.20889046788215637,-0.03772351145744324,0.046742238104343414,-0.07980381697416306,0.2032996416091919,-0.3204580247402191,0.4785495102405548,-0.18628191947937012,-0.09323463588953018,0.0804068073630333,-0.06387367099523544,-0.24730581045150757,0.28575944900512695,-0.1835472732782364,0.22397813200950623,-0.1962360292673111,-0.1926942765712738,-0.08195212483406067,0.1569705754518509,0.36566784977912903,-0.28960439562797546,0.29133081436157227,0.17339125275611877,0.07317229360342026,0.043217726051807404,0.5089470744132996,-0.07209298014640808,0.3653735816478729,-0.2856311500072479,0.5982947945594788,-0.3320225775241852,0.027081631124019623,-0.08077935874462128,0.11054979264736176,0.03351316973567009,0.10556889325380325,0.024732014164328575,-0.06650891900062561,0.4519015848636627,-0.32373106479644775,0.1036759614944458,-0.015505841933190823,0.13750796020030975,-0.016947897151112556,-0.0011088779428973794,0.30094924569129944,0.11353876441717148,0.5383651256561279,-0.22069241106510162,0.06122675538063049,0.11903292685747147,0.12446507066488266,0.28708720207214355,0.011060960590839386,0.036176424473524094,0.22186681628227234,-0.3394055962562561,0.18957263231277466,0.5331993103027344,0.5153523683547974,0.3583807945251465,-0.21828629076480865,0.6435365080833435,-1.737493634223938,0.11342743784189224,-0.05880153551697731,0.04897051677107811,-0.2424831986427307,-0.2264324426651001,-0.029265686869621277,0.3252662718296051,0.14830753207206726,0.29627150297164917,-0.3471534848213196,-0.12901520729064941,0.6336100101470947,-0.1863686889410019,0.008012388832867146,-0.25907954573631287,0.00451311282813549,0.5032134056091309,-0.03611713647842407,-0.12029769271612167,-0.06819794327020645,0.1934061199426651,0.0380977988243103,-0.28037360310554504,-0.12412707507610321,0.0016392546240240335,-0.032568059861660004,-0.05281247943639755,-0.3551730811595917,0.15168726444244385,-0.5776550769805908,-0.29725760221481323,0.06975988298654556,0.40116995573043823,0.2178473025560379,-0.2612789273262024,-0.20851729810237885,-0.05344099551439285,-0.08578547090291977,0.13134941458702087,-0.14552955329418182,-0.3139241337776184,0.013644181191921234,0.36961162090301514,0.2908349633216858,0.31028953194618225,0.403676837682724,-0.5140847563743591,0.6090313196182251,-0.23424069583415985,0.2539235055446625,0.2992202341556549,0.3583481013774872,0.07221025228500366,0.23217184841632843,0.3888697326183319,-0.6348536610603333,0.030025199055671692,0.14930696785449982,-0.6800917387008667,0.1008181944489479,-0.046020448207855225,-0.07467087358236313,-0.13336674869060516,-0.01412173267453909,-0.3220290243625641,0.39420464634895325,0.22895756363868713,-0.4534395635128021,-0.1636016070842743,-0.17591190338134766,0.7133796215057373,0.07288309186697006,0.25576385855674744,-0.03638289496302605,-0.07926960289478302,0.14021658897399902,-0.3190907835960388,0.1205638200044632,-0.04105518385767937,-0.16703040897846222,-0.030732182785868645,-0.22655126452445984,-0.27098536491394043,-0.1282421052455902,-0.12673601508140564,-0.11375179141759872,-0.3122123181819916,-0.24242423474788666,-0.3230738043785095,0.18266086280345917,0.29470351338386536,-0.5249642133712769,0.15159207582473755,0.1297612339258194,-0.40421515703201294,0.5498168468475342,0.7880787253379822,0.07154417783021927,-0.34247955679893494,-0.2430073618888855,0.31798234581947327,-0.26292166113853455,-0.5844368934631348,0.21958190202713013,-0.14934156835079193,-0.18524518609046936,-0.4147632122039795,-0.14972014725208282,-0.050917383283376694,0.32715243101119995,0.2939256429672241,0.09517545998096466,-0.24236129224300385,-0.22339284420013428,0.10237620025873184,0.04819251969456673,0.34065672755241394,0.30846479535102844,0.30009353160858154,-0.010721399448812008,-0.2575613856315613,0.06297548115253448,0.3449854850769043,0.26009511947631836,-0.8477386236190796,0.10227454453706741,-0.5598748326301575,-5.845949649810791,0.19400958716869354,0.10187593102455139,-0.2909828722476959,0.5998953580856323,0.44000110030174255,0.20860473811626434,0.28865447640419006,0.12825021147727966,-0.28818362951278687,-0.030079307034611702,0.2741732895374298,-0.4769750237464905,-0.0837949812412262,-0.22830279171466827,-0.09775888174772263,0.19040529429912567,0.06022213399410248,-0.4548051357269287,-0.030017999932169914,0.01839682087302208,-0.695740818977356,-0.07718533277511597,0.19238591194152832,0.4287930727005005,0.12889504432678223,-0.41682037711143494,0.20979094505310059,-0.023150606080889702,-0.17036741971969604,0.6434999108314514,-0.4257195293903351,-0.26784518361091614,0.06780323386192322,0.12555056810379028,0.19220931828022003,0.28412213921546936,-0.342847615480423,-0.12836414575576782,-0.5146535038948059,-0.21116672456264496,-0.4411574900150299,0.2869097590446472,-0.18279556930065155,0.5019403100013733,0.3193579316139221,0.28812339901924133,0.19536003470420837,-0.3767049312591553,0.14253561198711395,0.27611836791038513,0.081303671002388,0.2724187672138214,-0.28211554884910583,-0.1215224415063858,0.33245038986206055,0.3313778042793274,0.019887397065758705,0.1272081434726715,0.2543720006942749,0.1724536418914795,0.09206616878509521,-0.1646323949098587,-0.5800663828849792,-0.08875685185194016,0.28027093410491943,-0.9461100101470947,0.20022518932819366,-0.28649428486824036,-0.17680703103542328,0.09274391084909439,0.6233264207839966,-0.33865389227867126,-0.5782618522644043,-0.4250930845737457,-0.26692232489585876,0.4702536463737488,-0.36732423305511475,-0.14957651495933533,-0.3568652868270874,0.14160668849945068,-0.221072256565094,0.10009036213159561,0.17849618196487427,0.26939111948013306,0.1181083396077156,0.12618181109428406,-0.3841736614704132,-0.33211377263069153,-0.3243436813354492,0.6264731884002686,-0.2326316237449646,-0.031082840636372566,-0.03970462083816528,0.44015878438949585,0.10908902436494827,-0.21980272233486176,0.21506397426128387,-0.20525836944580078,-0.40394365787506104,0.045069362968206406,-0.38251280784606934,0.12886646389961243,0.3100012540817261,0.0783764198422432,-0.18224330246448517,-0.18608099222183228,-0.11735589057207108,0.21701660752296448,-0.24712763726711273,0.008208967745304108,-0.05675714462995529,-0.15141884982585907,-0.25394678115844727,-0.164376899600029,-0.05900496244430542,0.11917860805988312,0.5721801519393921,0.6823035478591919,-0.40578746795654297,-0.3384512662887573,0.9688912630081177,-0.0522959902882576,0.35689324140548706,-0.11296474933624268,0.27528801560401917,-0.43290480971336365,-0.038195353001356125,-0.1646159440279007,-0.33053699135780334,-0.23921196162700653,-0.1131981834769249,0.35515493154525757,-0.2832815945148468,0.7701252102851868,0.1891145557165146,0.3514541685581207,-0.1992863565683365,-0.6040239334106445,0.7087253928184509,0.09473802894353867,0.39262890815734863,-0.14022096991539001,-0.005737783387303352,-0.09781249612569809,0.3047325909137726,0.2141360640525818,0.08590156584978104,0.4636836051940918,0.002657514763996005,0.1519375443458557,-0.08736711740493774,0.32641178369522095,-0.2761908173561096,-0.2153475284576416,0.2535789906978607,0.17072486877441406,-0.40874555706977844,0.46415725350379944,-0.5379979610443115,0.10261323302984238,-0.023443112149834633,-0.3850414454936981,-0.1023915633559227,0.010765046812593937,0.0359579361975193,0.2484300136566162,-0.5314248204231262,-0.17178158462047577,-0.056657493114471436,-0.08956263959407806,0.2129666954278946,-0.03779155761003494,0.06188657507300377,-0.1185009703040123,0.056085582822561264,-0.3355109393596649,-0.5842034220695496,0.01316295936703682,0.3621397614479065,0.13218070566654205,0.27189913392066956,-0.29524871706962585,0.44612979888916016,0.3691435754299164,-0.18995527923107147,-0.1333085596561432,0.1353919804096222,-0.10119573771953583,-0.18707755208015442,0.2638775408267975,0.4476349353790283,0.382493257522583,0.40332090854644775,-0.2032856047153473,-0.07707102596759796,0.03578709065914154,0.31581926345825195,-0.24914905428886414,0.2757258713245392,-0.30320441722869873,-0.22839410603046417,0.3166855275630951,0.0550684854388237,-0.25064384937286377,0.014323520474135876,-0.008235662244260311,-0.040640536695718765,0.13161516189575195,-0.4350380599498749,0.1665021926164627,0.18078498542308807,-0.41402339935302734,0.43534553050994873,0.3538401424884796,-0.4514545202255249,0.10891319066286087,-0.870713472366333,-0.03306238353252411,0.42288798093795776,0.09182926267385483,0.21311819553375244,0.26467376947402954,0.15151779353618622,-0.15353135764598846,-0.25911006331443787,0.11799363791942596,-0.3294006884098053,0.044192470610141754,-0.09774865955114365,-0.5062870979309082,-0.7925241589546204,-0.20728369057178497,-0.3694475591182709,-0.3633313477039337,0.2584189176559448,0.3123122751712799,-0.48483482003211975,-0.004980162251740694,0.2413034737110138,0.038687072694301605,-0.448702335357666,-0.011713762767612934,-0.2430044412612915,0.2558267414569855,0.3186044991016388,0.3243792951107025,0.5058992505073547,0.17898304760456085,0.016167884692549706,-0.05778965353965759,-0.2753830552101135,-0.030627863481640816,-0.2203618586063385,0.15416111052036285,-0.41253477334976196,-0.3490106761455536,-0.5493267774581909,-0.3067697584629059,-0.4019765555858612,-0.4944601356983185,-0.2144014686346054,0.19047905504703522,-0.3715663254261017,0.42772483825683594,0.36068540811538696,-0.09692559391260147,0.03798995539546013,-0.11027631163597107,-0.04925818741321564,0.08388686925172806,-0.1892433911561966,-0.19216707348823547,0.17610955238342285,0.3673017919063568,-0.08650418370962143,-0.09412933886051178,0.11845473945140839,0.11192675679922104,-0.13605932891368866,-0.5525145530700684,-0.16293813288211823,-0.2232564389705658,-0.11230102926492691,0.4435371160507202,-0.10227717459201813,0.20973506569862366,-0.3201450705528259,0.10328127443790436,0.030058367177844048,0.14963577687740326,0.12571676075458527,0.05075947940349579,-0.15217098593711853,-0.363673597574234,0.11742963641881943,0.12308689951896667,-0.03367989510297775,-0.20589125156402588,-0.04495827108621597,-0.2676198482513428,-0.11752630025148392,0.032116975635290146,-0.17973363399505615,0.20046938955783844,0.32541152834892273,-0.13357232511043549,0.014947986230254173,-0.40991538763046265,-0.2212105542421341,0.3706504702568054,-0.263975590467453,0.46108436584472656,0.14023925364017487,-0.09294888377189636,0.0432683564722538,-0.22962722182273865,0.018713107332587242,0.36984267830848694,0.34751224517822266,0.03705919533967972,-0.0037507100496441126,0.182151198387146,0.20854298770427704,0.807835578918457,-0.02559814602136612,-0.5339115858078003,-0.17424798011779785,-0.4021751880645752,0.746080756187439,-0.19576962292194366,0.36027204990386963,-0.017090225592255592,0.07058849930763245,0.05229081213474274,0.25796180963516235,0.23375047743320465,-0.05638258531689644,-0.2802601158618927,0.05622017756104469,0.270818829536438,0.35337433218955994,-0.2785644829273224,0.20557355880737305,0.5437595844268799,-0.0727631226181984,-0.36334607005119324,0.020726356655359268,-0.18322770297527313,0.12448734790086746,-0.26009228825569153,0.09425536543130875,-0.38950011134147644,0.18805164098739624,0.173885777592659,-0.3370414078235626,-0.08489666134119034,0.3371260464191437,0.1773221641778946,-0.1890270709991455,0.33834725618362427,0.1736491471529007,0.17186467349529266,-0.4948206841945648,-0.18480055034160614,0.028081778436899185,-0.2747499942779541,0.17249464988708496,0.2279919981956482,0.03231167793273926,-0.10284215956926346,-0.6026715040206909,-0.40160810947418213,0.0051393355242908,0.14526525139808655,-0.4100583493709564,-0.2794821262359619,-0.12442618608474731,0.29819586873054504,0.3076495826244354,-0.5299609899520874,0.1715087890625,-0.07031480967998505,-0.43522441387176514,-0.6763493418693542,0.253580242395401,0.021724453195929527,-0.42362481355667114,-0.4295792579650879,-0.39797043800354004,-0.19813039898872375,-0.22960561513900757,-0.10809104889631271,0.6428225040435791,0.22892074286937714,-0.07258784770965576,0.13268201053142548,-0.10010414570569992,0.4690035283565521,0.0048420303501188755,0.22265765070915222,-0.41166213154792786,0.04000229388475418,-0.227059468626976,0.06151142716407776,0.011462432332336903,0.19939669966697693,-0.0597708560526371,0.13969409465789795,0.22453810274600983,0.6315983533859253,-0.12407056242227554,-0.3997436761856079,0.40060749650001526,-0.6941749453544617,-0.12558826804161072,-0.14492805302143097,0.472815603017807,0.38362187147140503,-0.05121532827615738,0.017184829339385033,-0.5537664890289307,0.3417729437351227,-0.16732914745807648,-0.782917857170105,-0.16042545437812805,0.11356809735298157,0.3350638151168823,-0.1259983330965042,0.04864152520895004,0.14221306145191193,-0.13693901896476746,-0.1848045140504837,0.4618300199508667,-0.2781126797199249,0.021816251799464226,0.08238594979047775,0.17699241638183594,-0.3992431163787842,0.01811436004936695,0.12223353981971741,0.25754451751708984,-0.12180282175540924,0.08131629973649979,0.24267253279685974,0.04633132368326187,-0.02634737454354763,0.46323177218437195,0.3080310821533203,0.031283993273973465,-0.1975499987602234,0.20495377480983734,0.12228385359048843,-0.2087937295436859,0.5100041031837463,-0.9054516553878784,0.19979043304920197,-0.18467731773853302,-0.3146923780441284,-0.22176812589168549],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Law","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"nnt9YYQBoAKt5eeI9Atx","_score":1,"_source":{"text_block_id":"b0","text":"EN Official Journal of the European Union L 354/171","text_embedding":[0.005147984251379967,0.11334943771362305,-0.0050291516818106174,-0.3323618173599243,-0.34259507060050964,0.1162998154759407,-0.08320976793766022,0.030763763934373856,0.15467582643032074,0.16693340241909027,-0.012325421907007694,0.09230497479438782,-0.049160175025463104,0.35971835255622864,0.08677256852388382,0.40387922525405884,-0.049903564155101776,0.10951639711856842,0.2736564576625824,-0.11367874592542648,0.1293817162513733,0.3476918637752533,0.1748109608888626,0.47170063853263855,0.2814452052116394,0.15676841139793396,-0.1375374048948288,-0.38710933923721313,-0.013193460181355476,0.07353728264570236,0.22494728863239288,0.1638004630804062,0.3738461136817932,0.018136175349354744,-0.03002716414630413,0.09345947206020355,-0.2836242616176605,0.02661183290183544,0.2089550793170929,0.22127094864845276,0.09625875949859619,-0.3511034846305847,-0.16478809714317322,0.3224952816963196,0.2863594889640808,-0.3834214508533478,0.1105966567993164,0.5154097676277161,-0.0873526781797409,0.07349102199077606,-0.5734597444534302,0.18572266399860382,0.20042680203914642,0.09002276510000229,-0.1564522534608841,-0.26715871691703796,-0.17558422684669495,-0.35105064511299133,-0.26738739013671875,-0.10802361369132996,0.3573368787765503,0.2910796105861664,0.15966489911079407,-0.0659177303314209,-0.023772994056344032,-0.03140745684504509,0.043971817940473557,0.048763301223516464,-0.6413263082504272,-0.4035237431526184,-0.15654908120632172,0.532308042049408,-0.15660406649112701,-0.18557412922382355,0.4367711842060089,-0.22319793701171875,-0.1569581925868988,0.46842700242996216,0.16235806047916412,0.4818703830242157,0.452253133058548,0.22337311506271362,0.2874406576156616,-0.052314214408397675,0.5232061743736267,0.018298378214240074,0.390936017036438,-0.028964431956410408,-0.031747929751873016,0.00309414928779006,0.18874484300613403,-0.07381477952003479,0.0325273834168911,0.1384386271238327,0.2189296931028366,0.2070821225643158,-0.003535742871463299,-0.08658263087272644,-0.29945266246795654,-0.10380247235298157,-0.03346090018749237,0.03946932405233383,-0.11175057291984558,0.29542505741119385,-0.2386048585176468,-0.3985743522644043,0.1081971600651741,-0.36733368039131165,0.1312512904405594,0.024070322513580322,0.06345308572053909,0.09728416800498962,-0.053746260702610016,-0.7936584949493408,0.32062727212905884,0.2486308515071869,0.1489395946264267,-0.11162351071834564,-0.13213984668254852,0.2989414930343628,-0.10550440847873688,0.09575903415679932,0.06923137605190277,0.36758869886398315,0.2213616967201233,-0.4446743428707123,-0.07103724777698517,-0.009352303110063076,-0.3629332184791565,0.32663658261299133,-0.21242257952690125,-0.04996263235807419,-0.3337355852127075,0.053505126386880875,0.08285458385944366,0.03099997714161873,0.3437981903553009,-0.22424140572547913,-0.031482942402362823,0.21767064929008484,-0.07059060037136078,0.2397056668996811,-0.03656165301799774,-0.34342023730278015,0.24093137681484222,0.24203969538211823,0.05861460417509079,-0.21497385203838348,-0.1426210254430771,-0.45620349049568176,-0.08419482409954071,-0.07067122310400009,-0.23702141642570496,-0.06289251148700714,-0.0003681369125843048,0.03242504224181175,0.17799602448940277,0.28044694662094116,0.07754688709974289,0.01883050799369812,-0.06338968127965927,-0.21021492779254913,0.2612748444080353,0.47092217206954956,0.34135499596595764,0.058645524084568024,0.39511701464653015,0.31635719537734985,0.14259782433509827,0.02731902338564396,0.08783281594514847,-0.3404589295387268,0.3914117217063904,-0.3379317820072174,-0.28451186418533325,0.5376976728439331,0.6695476174354553,0.18901623785495758,-0.03898744285106659,0.21099665760993958,-1.1571638584136963,0.38850271701812744,-0.11194130033254623,0.10954836755990982,0.1504790186882019,0.10060273855924606,0.6720978021621704,0.18609221279621124,-0.13448020815849304,0.026310063898563385,0.24432414770126343,-0.5640096068382263,0.8475024700164795,-0.06498230248689651,0.16059750318527222,-0.34684932231903076,-0.12011706829071045,0.3775888979434967,-0.2157192826271057,0.006148601416498423,-0.26305660605430603,-0.023421403020620346,0.3394641578197479,0.017509354278445244,0.09506891667842865,0.1806606650352478,-0.2768394351005554,-0.13317596912384033,-0.42391425371170044,0.1847042739391327,-0.10136084258556366,0.07539962232112885,0.15844713151454926,0.26272597908973694,-0.25206461548805237,-0.5299595594406128,-0.09833073616027832,-0.09211809933185577,-0.06766823679208755,0.005088524892926216,0.19108380377292633,0.0879242867231369,-0.12645335495471954,0.10886476933956146,0.24982711672782898,0.22726646065711975,0.35584956407546997,-0.2503809928894043,-0.13831454515457153,0.08643126487731934,-0.1932520866394043,-0.6259501576423645,0.11141932755708694,-0.038724638521671295,0.07252282649278641,-0.08104598522186279,-0.38347089290618896,0.028365254402160645,0.3675362169742584,-0.5047749876976013,0.30477434396743774,0.05753285065293312,0.07749035954475403,0.031125571578741074,-0.06628460437059402,0.022768456488847733,0.011507117189466953,0.10564834624528885,0.04367055371403694,0.19994951784610748,-0.2009134143590927,0.25474846363067627,-0.11837498843669891,-0.09058979898691177,-0.10448265075683594,-0.16458088159561157,0.0729692280292511,0.01517358236014843,0.31337520480155945,0.00023381355276796967,0.044821254909038544,-0.3604525327682495,0.35140907764434814,0.26150205731391907,0.12571890652179718,0.06283368170261383,-0.13986989855766296,-0.2983509302139282,0.059913598001003265,0.04858187213540077,0.3169229328632355,0.14153984189033508,-0.16705366969108582,0.12024576216936111,-0.060822028666734695,-0.480474054813385,0.3005824685096741,0.06615258008241653,0.003074982902035117,-0.4025895893573761,-0.1041480228304863,-0.06647898256778717,-0.2070617824792862,-0.08463067561388016,-0.06555890291929245,-0.011715584434568882,-0.30779415369033813,-0.544256329536438,0.2471877932548523,-0.17462976276874542,0.5564717054367065,0.44476082921028137,0.0886421725153923,-0.13497065007686615,-0.13937082886695862,0.10220256447792053,-0.3616129159927368,0.22775493562221527,0.16722407937049866,0.02179665118455887,0.07627592235803604,0.2282203882932663,0.04520649090409279,-0.005846792832016945,0.550096333026886,-0.14601761102676392,-0.031052228063344955,-0.06949277967214584,-6.468567371368408,0.031306929886341095,-0.3549152612686157,-0.3608527183532715,0.571778416633606,0.13596178591251373,0.1515219360589981,0.05489426106214523,0.004054234828799963,-0.3397349715232849,-0.5765008330345154,0.10078489780426025,-0.501630961894989,-0.010710354894399643,-0.08866321295499802,0.15737959742546082,-0.29108479619026184,-0.4619024097919464,-0.16824990510940552,0.02593524381518364,-0.11864025145769119,-0.5153078436851501,0.428642600774765,0.03832397237420082,0.7779200673103333,-0.006927602458745241,-0.2788131535053253,-0.15307603776454926,0.24833902716636658,-0.10495635867118835,0.2835676372051239,-0.6479260921478271,-0.17770043015480042,0.2248867303133011,0.4372883439064026,-0.25522592663764954,0.2878943085670471,-0.14976133406162262,-0.079033263027668,-0.18909671902656555,-0.07101700454950333,-0.5982592701911926,0.3762016296386719,-0.29545295238494873,0.4512232542037964,-0.18081730604171753,-0.10371126234531403,0.07330106198787689,-0.019215870648622513,0.0812768042087555,-0.0030371856410056353,0.14319871366024017,-0.293596088886261,-0.17847944796085358,-0.14236921072006226,0.11717342585325241,0.026720920577645302,0.30524489283561707,-0.49899551272392273,0.08605565130710602,0.1293366402387619,-0.3484281301498413,-0.11775656044483185,-0.5309445858001709,-0.2997203469276428,0.10804065316915512,-0.4525282680988312,0.1640540510416031,-0.2729890048503876,-0.15448634326457977,-0.004174517467617989,0.22842933237552643,-0.5117911100387573,-0.5480399131774902,-0.07600998133420944,-0.5978776216506958,0.1769857257604599,-0.30983269214630127,-0.08551765233278275,0.05072146654129028,0.045653268694877625,-0.40588706731796265,0.10758037120103836,0.24407324194908142,-0.22862696647644043,0.11113699525594711,0.11105675250291824,0.21219007670879364,-0.16161403059959412,-0.3140779733657837,0.4139057695865631,-0.1549873948097229,-0.016981594264507294,0.09970411658287048,-0.07735930383205414,-0.16276206076145172,-0.3414555788040161,0.13495270907878876,0.09929641336202621,0.054562151432037354,0.10652962327003479,0.19553853571414948,0.09211432188749313,-0.33088767528533936,0.33363720774650574,-0.3273163139820099,-0.545817494392395,-0.0626554861664772,0.3359060287475586,-0.16864636540412903,0.17914539575576782,0.06793828308582306,-0.055854275822639465,-0.11503228545188904,-0.08751920610666275,0.0006880026776343584,0.3494397699832916,0.05728890374302864,0.03021816536784172,-0.10607436299324036,-0.5866267681121826,0.3249043822288513,-0.015473583713173866,-0.2532787024974823,-0.27099472284317017,0.382200688123703,-0.2089882791042328,-0.09233959764242172,0.0328524075448513,-0.11005425453186035,-0.4658832550048828,0.03990350291132927,0.2963438332080841,0.19835114479064941,0.969210684299469,0.24554088711738586,-0.20393966138362885,0.004498331807553768,0.13178810477256775,0.0929095596075058,0.22638508677482605,0.13065959513187408,0.008090326562523842,-0.35847583413124084,0.21095095574855804,-0.000803367467597127,0.4625856578350067,0.03280015289783478,0.12073879688978195,0.12200058996677399,0.4004179537296295,-0.2627124488353729,0.32160189747810364,-0.027848489582538605,-0.22243353724479675,0.45347025990486145,0.2154655158519745,0.16658805310726166,-0.22633400559425354,0.00888755451887846,0.35788923501968384,-0.28905412554740906,-0.03923347219824791,0.21234241127967834,0.039223212748765945,0.07536856085062027,0.05014554783701897,-0.09052325785160065,-0.10014008730649948,-0.23192626237869263,-0.2388310730457306,0.17034724354743958,-0.40087229013442993,-0.10270646214485168,-0.41465598344802856,0.1544344127178192,-0.15364257991313934,-0.19808237254619598,-0.23052451014518738,-0.0772329643368721,0.19546698033809662,0.21942482888698578,0.008202358148992062,-0.09880702197551727,-0.0888480469584465,0.13581053912639618,0.20629845559597015,-0.21010631322860718,0.23154330253601074,0.057374656200408936,-0.060784339904785156,0.0868101567029953,0.15973728895187378,0.6614261865615845,-0.11743974685668945,-0.3653114140033722,0.2754419147968292,0.07552246749401093,-0.07654401659965515,0.44067567586898804,0.25759580731391907,-0.0006717460928484797,0.4719158709049225,-0.3315782845020294,-0.6521828770637512,-0.16968829929828644,-0.1516423374414444,-0.14855416119098663,0.10693008452653885,0.017653318122029305,-0.2685157060623169,0.17277510464191437,-0.21676455438137054,0.5227138996124268,0.1599012315273285,-0.30985021591186523,0.18415164947509766,-0.051856812089681625,-0.5988231897354126,0.1304314285516739,-0.06384317576885223,0.16181884706020355,0.02448112703859806,-0.16495341062545776,-0.2782171070575714,0.24032364785671234,0.08487183600664139,-0.08803867548704147,0.006800985895097256,0.44416555762290955,-0.25770995020866394,-0.12912701070308685,-0.24200481176376343,-0.032727476209402084,0.2192489355802536,0.5205596089363098,-0.318916380405426,-0.2142709195613861,-0.24555081129074097,0.25996309518814087,-0.039614852517843246,-0.2638377547264099,-0.2368811070919037,-0.18413840234279633,0.0485064797103405,0.5662468671798706,0.12208309769630432,-0.08856578171253204,0.01781260222196579,0.14988330006599426,-0.07344703376293182,-0.011201413348317146,-0.08488383889198303,0.02477852813899517,0.27233439683914185,-0.5790505409240723,-0.3289010226726532,-0.06617442518472672,-0.24963299930095673,-0.018260998651385307,-0.20820863544940948,-0.2478368580341339,-0.11122589558362961,0.19614221155643463,0.24574968218803406,-0.07511470466852188,0.0519256666302681,0.0734725371003151,-0.014300433918833733,-0.19618184864521027,-0.15314437448978424,-0.3795340955257416,-0.034834928810596466,0.2843364477157593,-0.1404033601284027,-0.02179330214858055,-0.5085048079490662,0.12596431374549866,-0.35011833906173706,-0.09114430844783783,-0.2385459691286087,-0.222664013504982,0.3827669322490692,0.0998895987868309,0.153695210814476,-0.17360369861125946,-0.3756634294986725,0.11738092452287674,-0.1740979254245758,-0.23385857045650482,0.39107945561408997,0.38347288966178894,-0.36498939990997314,0.28501811623573303,-0.5903573632240295,-0.00866981502622366,0.5115904211997986,0.21348628401756287,-0.025205831974744797,0.229678213596344,-0.12214025855064392,-0.2578650116920471,0.13420182466506958,-0.3720681965351105,-0.05719800293445587,0.18722613155841827,-0.1627316176891327,0.12539058923721313,-0.19057805836200714,0.30148249864578247,-0.005976746790111065,-0.27231186628341675,0.18993744254112244,0.07117107510566711,-0.25184381008148193,-0.5687827467918396,-0.04209177941083908,-0.20256875455379486,0.16509105265140533,-0.28818148374557495,0.12390128523111343,0.17901356518268585,-0.02768358774483204,0.12974384427070618,0.09244156628847122,-0.01299221906810999,0.01941908709704876,0.07058524340391159,-0.02866249904036522,0.09887202084064484,-0.08285848796367645,0.3961787223815918,-0.017728418111801147,0.2784273326396942,0.33391088247299194,-0.4025427997112274,-0.3304031491279602,-0.07530756294727325,0.10508836805820465,0.2279260754585266,0.012232833541929722,0.14518260955810547,-0.41059187054634094,0.044429026544094086,0.3049575388431549,0.25650444626808167,-0.2495335042476654,0.19564063847064972,-0.0972668007016182,0.32206302881240845,0.027670761570334435,0.06465793401002884,0.00021560720051638782,-0.21654780209064484,-0.3024369478225708,0.10080533474683762,-0.03300923854112625,-0.001389548764564097,-0.6361616849899292,0.0997476875782013,-0.08433719724416733,0.2695149779319763,0.22648867964744568,-0.12983809411525726,-0.3412383496761322,0.18758493661880493,0.06818900257349014,0.25206631422042847,-0.07434206455945969,-0.03356846049427986,0.39049842953681946,-0.6985708475112915,-0.3682411313056946,0.03823316469788551,0.14166219532489777,-0.7868484854698181,0.17148590087890625,0.1875493824481964,0.18851354718208313,0.00625058775767684,-0.6893150806427002,-0.44596847891807556,0.012171689420938492,-0.27529528737068176,-0.4402581453323364,-0.253707617521286,0.19267338514328003,-0.09095597267150879,-0.03887784853577614,-0.3685598075389862,0.002271409146487713,-0.16290408372879028,0.21778233349323273,0.2922309637069702,0.012077439576387405,-0.06017277017235756,0.1425803303718567,-0.0314771868288517,0.16899459064006805,0.1547686755657196,0.18196961283683777,0.04518537223339081,-0.01396950427442789,-0.10612235963344574,-0.04779132455587387,0.08344636857509613,0.005988085642457008,-0.11291281878948212,0.29322078824043274,0.009562982246279716,0.4331410527229309,-0.10741328448057175,-0.3345467150211334,0.5585101842880249,-0.2567767798900604,0.09088459610939026,0.18691550195217133,-0.12806576490402222,0.19533143937587738,0.059766530990600586,-0.3302357792854309,-0.21955138444900513,0.09914606064558029,-0.09304635226726532,0.02648189850151539,0.3215399980545044,0.5707184076309204,0.046772267669439316,0.19239483773708344,0.011247052811086178,-0.03213384002447128,-0.2596755623817444,-0.20339395105838776,0.18051384389400482,-0.2481873780488968,0.18141773343086243,0.0520266629755497,0.0473904088139534,-0.11932016164064407,-0.1663968414068222,-0.10429734736680984,0.618482232093811,-0.25836998224258423,-0.4000474512577057,0.6239772439002991,0.1991514265537262,-0.10231821984052658,-0.2034917026758194,-0.3817451298236847,-0.17008069157600403,0.3279634714126587,0.08356516063213348,-0.03134581446647644,-0.32904550433158875,0.629378616809845,-0.3610876202583313,-0.17052742838859558,-0.1697816550731659,-0.05232519283890724,-0.10496895760297775],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"n3t9YYQBoAKt5eeI9Atx","_score":1,"_source":{"text_block_id":"b1","text":"DECISION No 1386/2013/EU OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL","text_embedding":[-0.12467458844184875,-0.07909462600946426,0.218328595161438,-0.2824886441230774,-0.10876516252756119,0.29923713207244873,0.11505664885044098,-0.086357481777668,-0.07543391734361649,0.17387621104717255,0.1491861641407013,0.18002718687057495,-0.1554284691810608,0.4547452926635742,0.10062271356582642,0.3333006501197815,0.18517853319644928,0.11596555262804031,0.031773313879966736,-0.3042897582054138,0.39049339294433594,0.0075785815715789795,0.1962103247642517,0.6373690366744995,0.17353005707263947,-0.24253898859024048,-0.20492210984230042,-0.2257583886384964,-0.1268404722213745,0.025071803480386734,0.26724550127983093,-0.15453824400901794,0.1708139330148697,-0.1792643964290619,0.2488574981689453,0.04411393776535988,0.09588218480348587,-0.32486653327941895,-0.5258475542068481,-0.06807432323694229,0.17727690935134888,-0.09415861964225769,-0.17355017364025116,0.15862266719341278,0.09047713875770569,-0.061330124735832214,0.3294406235218048,0.4353117048740387,-0.10464214533567429,0.00109110027551651,-0.43927350640296936,-0.1138966977596283,0.14277687668800354,-0.06717386096715927,-0.10933955758810043,-0.22183841466903687,-0.3782741129398346,-0.48751217126846313,-0.1501830667257309,-0.4087194800376892,0.2469974160194397,0.0010963777313008904,0.13794514536857605,-0.14864057302474976,-0.05674344301223755,-0.0296242143958807,0.06474265456199646,0.44518816471099854,-0.6598230600357056,-0.3177559971809387,-0.5045840740203857,0.0769331082701683,-0.2564893662929535,-0.15424498915672302,0.1883847713470459,-0.24711531400680542,-0.14942210912704468,0.22464519739151,0.3832436501979828,0.2600013017654419,0.42443835735321045,-0.09215322136878967,0.4171147346496582,0.11835584044456482,0.15547055006027222,0.25910770893096924,0.40483638644218445,-0.11572219431400299,-0.34871697425842285,0.008703166618943214,0.3569011092185974,-0.29394859075546265,0.12088295817375183,0.03977782279253006,0.14428289234638214,0.21682555973529816,0.21708856523036957,-0.2099657654762268,-0.21788853406906128,-0.2276616394519806,-0.1381620466709137,-0.24225693941116333,-0.06895050406455994,-0.06890149414539337,-0.11638692021369934,-0.18844930827617645,0.011377919465303421,-0.09955140203237534,0.2898620367050171,0.26299142837524414,0.3816588222980499,-0.08329898864030838,-0.08395543694496155,-0.4072379469871521,0.05121047794818878,0.3728981614112854,0.15789370238780975,-0.18604916334152222,0.15219271183013916,0.2292894721031189,0.054739370942115784,0.15723831951618195,-0.15680189430713654,0.29938066005706787,0.2585926353931427,-0.6485418677330017,0.14167779684066772,0.10957381129264832,-0.572053074836731,0.09911748021841049,0.12553609907627106,0.17588025331497192,-0.126874178647995,-0.06108326464891434,-0.3119567036628723,0.30044397711753845,0.14561916887760162,-0.38426655530929565,-0.0030313001479953527,0.10174129158258438,-0.3049878478050232,-0.2289981096982956,-0.0574130155146122,-0.08992629498243332,0.4492911100387573,0.3652886152267456,-0.0509597472846508,0.1719166487455368,0.2288784235715866,-0.4858311414718628,-0.06966739892959595,-0.23922689259052277,-0.05810854211449623,-0.06429269909858704,-0.15838873386383057,0.15107381343841553,-0.31170761585235596,0.07541148364543915,-0.12198719382286072,0.2515932023525238,-0.02084643393754959,-0.2382049262523651,0.21795402467250824,0.34460848569869995,0.3317294716835022,-0.0013033979339525104,0.18343400955200195,-0.09565920382738113,0.37747278809547424,0.07837814092636108,-0.08890349417924881,-0.29500019550323486,0.014618098735809326,-0.07399915903806686,0.007286029402166605,0.16184432804584503,0.19046810269355774,-0.04688069969415665,0.13368350267410278,0.0875667929649353,-1.4362963438034058,0.43546783924102783,-0.4207018315792084,0.06357912719249725,0.3161698579788208,0.3238496780395508,0.2268519103527069,-0.05618717148900032,-0.13264305889606476,0.2504197359085083,0.0015016330871731043,-0.29886603355407715,0.6622617244720459,0.012762976810336113,0.09968245774507523,-0.2930842638015747,-0.2449495792388916,0.07696851342916489,-0.046968016773462296,-0.24879656732082367,-0.1515834927558899,-0.13467973470687866,0.41208934783935547,0.16466933488845825,0.21167373657226562,0.1218060776591301,-0.1580379158258438,-0.19029109179973602,-0.08843681216239929,0.3531041443347931,-0.46297916769981384,0.034056343138217926,0.11393775045871735,0.3124857544898987,-0.3290809392929077,-0.24729858338832855,-0.09648480266332626,0.08452156186103821,-0.14355513453483582,-0.07059155404567719,-0.06408396363258362,0.3743666708469391,-0.22817876935005188,0.3105711340904236,0.08891543000936508,0.48797449469566345,0.03309999033808708,-0.042057931423187256,-0.10109574347734451,-0.27141520380973816,-0.14678709208965302,0.28055059909820557,-0.09706676751375198,-0.03798360750079155,0.32593464851379395,0.007254057563841343,-0.48832666873931885,0.2828027307987213,0.11595889180898666,-0.5515419840812683,0.3751848042011261,0.001137334038503468,0.16439612209796906,0.05410929024219513,0.04100555181503296,0.1508386880159378,0.13852748274803162,0.06423423439264297,0.5283709764480591,0.22819429636001587,-0.1901741623878479,0.5150907039642334,-0.306217759847641,0.03658442199230194,-0.1322750300168991,-0.07158663868904114,0.10780906677246094,-0.3752330541610718,0.20989108085632324,-0.05440123379230499,0.017727212980389595,-0.15313301980495453,-0.07266110181808472,0.10582797974348068,0.08783809095621109,-0.09259086102247238,0.08828665316104889,-0.38287848234176636,0.22341839969158173,0.10835638642311096,0.12422512471675873,-0.07954711467027664,-0.5199587941169739,0.004402060993015766,-0.3902081251144409,-0.14216993749141693,0.08841889351606369,0.31978803873062134,0.6705907583236694,-0.19942931830883026,-0.08032888174057007,0.06542863696813583,0.020850282162427902,0.13335463404655457,0.1376953125,-0.08693341165781021,-0.033414945006370544,-0.44309002161026,0.010478815995156765,-0.39111050963401794,0.26717913150787354,0.17143024504184723,-0.12875419855117798,-0.21914930641651154,0.04865598306059837,0.2081318348646164,-0.2443506419658661,0.01603042334318161,0.2906094193458557,0.29176992177963257,-0.141300231218338,0.2809109389781952,0.2596825361251831,0.07848885655403137,0.2585514485836029,-0.0023432490415871143,-0.22018584609031677,-0.12746751308441162,-6.370506286621094,-0.04509032517671585,-0.04095758497714996,-0.2071741223335266,0.6354182362556458,0.23995698988437653,0.47875574231147766,0.11452990025281906,0.14487525820732117,-0.08242860436439514,-0.11065288633108139,0.05359906703233719,-0.28221362829208374,0.3350328207015991,0.048212699592113495,0.166779562830925,-0.5119192600250244,-0.2963975667953491,-0.08503404259681702,-0.021728970110416412,-0.09794636815786362,-0.5538113713264465,0.09058430045843124,0.0007489994168281555,0.4959246814250946,0.013735665008425713,-0.24008925259113312,-0.02125728316605091,0.20703202486038208,-0.42461922764778137,0.16983149945735931,-0.6371363401412964,-0.2658000886440277,-0.028932295739650726,0.1064678356051445,-0.06263880431652069,0.5280886292457581,-0.12271717190742493,-0.13265091180801392,-0.2462567239999771,0.17994236946105957,-0.42746004462242126,0.3319401443004608,0.13004380464553833,0.4173985421657562,-0.20543533563613892,-0.1572771817445755,0.08423876017332077,-0.5151432156562805,-0.09924831241369247,0.2560974359512329,0.2669183313846588,-0.00809934176504612,-0.1549113392829895,-0.31326931715011597,0.3822670578956604,-0.13669532537460327,0.10939784348011017,-0.07357050478458405,0.24954666197299957,-0.1296931505203247,-0.27590495347976685,0.22963754832744598,-0.24060474336147308,-0.02456609345972538,0.12508118152618408,-0.4177558124065399,0.17383262515068054,0.08035511523485184,-0.19139818847179413,0.02651672065258026,0.25681430101394653,-0.3414612412452698,-0.7308647632598877,-0.11915969848632812,-0.4344465434551239,0.42235663533210754,0.017449013888835907,0.038649752736091614,-0.24587681889533997,0.3910006284713745,-0.1247289851307869,-0.20468537509441376,0.27487578988075256,-0.04422297328710556,0.22935087978839874,0.24034640192985535,0.3979489207267761,0.005227213259786367,-0.20490574836730957,0.5347613096237183,-0.04556506127119064,-0.33626389503479004,0.08641882985830307,0.17445853352546692,0.04717016965150833,-0.12867793440818787,-0.020644735544919968,-0.3920830488204956,0.43183863162994385,-0.005925199016928673,0.10557674616575241,0.01522101927548647,-0.05267110839486122,0.3043014109134674,-0.26988160610198975,-0.36371228098869324,0.22714988887310028,0.2646328806877136,-0.06080111488699913,0.28851842880249023,0.17045831680297852,-0.18518990278244019,-0.16484364867210388,-0.2057991623878479,-0.022362783551216125,0.25004318356513977,0.17203909158706665,0.12102648615837097,-0.13704554736614227,-0.32488882541656494,0.3904033303260803,-0.2235279679298401,-0.10977688431739807,-0.35953637957572937,0.34918859601020813,-0.39448001980781555,-0.018203407526016235,-0.004206078127026558,-0.017900342121720314,-0.5269753932952881,0.3539133369922638,0.048793237656354904,0.1459374576807022,0.4749845862388611,-0.001294212182983756,0.027708565816283226,-0.4442814290523529,-0.15395425260066986,0.0989147275686264,0.11689753085374832,0.027361564338207245,0.11550852656364441,-0.11451109498739243,0.3701399564743042,0.14125987887382507,0.44784873723983765,-0.06654898822307587,0.24743430316448212,-0.025356626138091087,0.06745291501283646,-0.016884367913007736,0.34735599160194397,0.2876800298690796,-0.43640509247779846,0.2672736346721649,0.3466278910636902,0.06934331357479095,-0.10037250071763992,-0.13472777605056763,0.3117721378803253,-0.006086043082177639,-0.1890808343887329,-0.015453719533979893,0.3458397090435028,0.049419865012168884,0.02838379517197609,-0.11779877543449402,-0.07599279284477234,-0.23963864147663116,-0.05076810345053673,-0.08146537095308304,-0.3352600336074829,0.2610161602497101,-0.4635941684246063,0.018423879519104958,-0.2943050265312195,-0.1261916309595108,-0.2581321597099304,0.21309517323970795,0.18372319638729095,0.04877523332834244,-0.058476224541664124,-0.2016526311635971,0.566683292388916,-0.13557764887809753,0.03308111056685448,-0.3630716800689697,0.25850069522857666,-0.14647242426872253,-0.055321283638477325,0.2535412013530731,0.07275044918060303,0.31823909282684326,-0.28616297245025635,-0.4854423701763153,0.3783007860183716,-0.06542064249515533,-0.29049503803253174,0.16545359790325165,-0.016162192448973656,-0.08739927411079407,0.3001211881637573,-0.09835059940814972,-0.46223244071006775,0.10635659098625183,-0.015662861987948418,-0.1872568577528,0.10500231385231018,-0.34040212631225586,0.27785879373550415,-0.2446712702512741,-0.16640706360340118,0.7054299116134644,-0.05710330978035927,-0.15779277682304382,0.17622002959251404,-0.38647952675819397,-0.577784538269043,0.10095877945423126,-0.07062356919050217,-0.052964404225349426,-0.052947111427783966,-0.07436257600784302,-0.6156184673309326,0.14876125752925873,0.11643067747354507,0.36799684166908264,-0.018665160983800888,0.293526291847229,0.056906528770923615,-0.17009592056274414,-0.324398934841156,0.05470040813088417,0.0032689054496586323,0.04685065895318985,-0.25589731335639954,-0.3059622049331665,-0.08171988278627396,0.44507354497909546,-0.13689976930618286,-0.12007517367601395,0.03908028081059456,-0.5903739333152771,0.3430403172969818,0.3027133345603943,-0.10157247632741928,0.2013060599565506,0.1374031901359558,0.1618303507566452,-0.06863981485366821,-0.04532238468527794,0.16845768690109253,-0.23895128071308136,-0.12410441040992737,-0.547191858291626,-0.22148627042770386,-0.11119423806667328,-0.09893311560153961,0.11553733795881271,-0.20448321104049683,-0.20367620885372162,-0.1070885956287384,-0.21401195228099823,0.2723486125469208,0.13405956327915192,0.10809001326560974,-0.06354489922523499,-0.38145825266838074,-0.46406883001327515,0.24732902646064758,-0.3130544424057007,-0.09083272516727448,0.1778630018234253,0.19242091476917267,0.019821373745799065,-0.584108829498291,0.1373089700937271,0.39995723962783813,-0.31456416845321655,-0.5185531973838806,0.052052468061447144,-0.03497389331459999,0.43038809299468994,-0.050577979534864426,-0.2001788169145584,0.0505710206925869,0.29853859543800354,-0.39071226119995117,-0.3040374219417572,0.3903292417526245,0.07989374548196793,-0.37328040599823,0.034567371010780334,-0.443124383687973,0.05950344353914261,0.31189239025115967,0.27849850058555603,0.20756085216999054,-0.38453638553619385,-0.35484734177589417,0.16027499735355377,0.26554298400878906,-0.2661852240562439,-0.3617668151855469,0.37591251730918884,-0.09812574833631516,0.10410948842763901,-0.2161729335784912,0.16451218724250793,0.1731051802635193,-0.536973237991333,0.3094993531703949,-0.1673368215560913,-0.27882423996925354,-0.06422308832406998,0.07181990146636963,-0.1600785106420517,0.1515631377696991,-0.059239864349365234,0.4652097523212433,0.1363757699728012,0.24897225201129913,-0.1676769256591797,-0.008321989327669144,0.2113569676876068,-0.1533409208059311,0.488019734621048,-0.14771369099617004,0.009766848757863045,-0.025699852034449577,0.23035860061645508,-0.17135193943977356,0.3680279552936554,0.2191573530435562,-0.10044266283512115,-0.05389993637800217,-0.10899821668863297,0.01137117762118578,0.08033162355422974,0.42725956439971924,0.18075087666511536,-0.7510731220245361,0.1308886706829071,0.2364467829465866,0.4105002284049988,-0.16949567198753357,-0.019051704555749893,0.15759074687957764,0.4950956106185913,-0.08560469001531601,0.04918695241212845,-0.02537914179265499,-0.04926104098558426,-0.17480677366256714,0.2898917496204376,-0.05626223608851433,0.0517895370721817,-0.251159131526947,0.20571167767047882,0.09666847437620163,0.21243351697921753,0.14010998606681824,-0.0836082175374031,-0.43403321504592896,0.012552628293633461,0.19538739323616028,0.1314007043838501,0.3594362735748291,-0.08045198023319244,0.4081898331642151,-0.36298662424087524,-0.26891833543777466,0.11203619092702866,0.15794090926647186,-0.49881213903427124,-0.08343008160591125,0.21218974888324738,0.17286290228366852,0.09938960522413254,-0.29655277729034424,-0.5844921469688416,0.11392965912818909,0.029810640960931778,-0.6587204933166504,-0.4729243814945221,-0.01340701524168253,0.04095693677663803,-0.19945332407951355,-0.40097132325172424,-0.6034160256385803,-0.06891033798456192,-0.048327963799238205,0.279044508934021,-0.33565542101860046,0.05558069050312042,0.38284194469451904,0.09839705377817154,0.4976130723953247,0.03521271049976349,0.24708005785942078,-0.0981200560927391,-0.14655721187591553,0.2591443955898285,-0.0078093428164720535,0.19626542925834656,-0.048357993364334106,-0.22741293907165527,0.2489996999502182,0.11783859133720398,0.2653479278087616,-0.03128618746995926,-0.4538978338241577,0.20838120579719543,-0.4627821147441864,0.10791455954313278,0.4827378988265991,0.17558658123016357,0.130576953291893,-0.1713540405035019,-0.66199791431427,-0.41526493430137634,0.031088437885046005,-0.14843954145908356,-0.11336982250213623,0.3674035370349884,0.7605719566345215,0.36498045921325684,-0.13683128356933594,0.16108763217926025,0.12572067975997925,-0.3529672622680664,-0.0566534660756588,0.10876382887363434,-0.07475634664297104,-0.16105985641479492,-0.09964742511510849,0.28391033411026,-0.18533717095851898,-0.3960622251033783,-0.04952768236398697,0.4160386621952057,-0.2197386920452118,-0.25904572010040283,0.47636497020721436,-0.18594084680080414,-0.045211732387542725,-0.2734227478504181,0.057303983718156815,-0.10789677500724792,0.11724681407213211,0.056434258818626404,-0.08983521908521652,-0.44290512800216675,0.32695436477661133,-0.6351889371871948,0.035245757550001144,-0.038709815591573715,-0.024959784001111984,0.009028649888932705],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"oHt9YYQBoAKt5eeI9Atx","_score":1,"_source":{"text_block_id":"b2","text":"of 20 November 2013","text_embedding":[-0.0053884186781942844,0.017700403928756714,0.106543630361557,0.012181420810520649,-0.04441384971141815,-0.08054681867361069,0.11506757140159607,-0.11317465454339981,0.05140959098935127,0.043745607137680054,0.043745528906583786,-0.24386931955814362,-0.20337744057178497,0.7213094830513,0.15843993425369263,0.42136266827583313,-0.026163041591644287,0.2192489057779312,0.09655919671058655,0.08451393991708755,-0.031167596578598022,-0.2070877104997635,0.18793652951717377,0.530551016330719,-0.09475144743919373,-0.3725135624408722,-0.02228349633514881,-0.3110572397708893,0.15686820447444916,0.16884668171405792,0.20049208402633667,-0.1571742445230484,0.30098503828048706,-0.11143796890974045,-0.10383737087249756,-0.17330537736415863,0.09425711631774902,-0.1160539761185646,-0.02019544132053852,-0.1393585354089737,-0.17953622341156006,-0.09777039289474487,0.04629718139767647,0.24651633203029633,-0.12007943540811539,-0.3505518138408661,0.05172112584114075,0.20904336869716644,0.17807428538799286,0.3846348226070404,-0.09669957309961319,-0.01411669421941042,0.13592815399169922,-0.215070903301239,-0.13971452414989471,-0.13651596009731293,0.031241968274116516,-0.44078850746154785,-0.5305084586143494,-0.2731964886188507,0.14833392202854156,-0.08906915783882141,-0.1850111037492752,-0.3211349546909332,-0.12725208699703217,0.29744550585746765,0.19704587757587433,0.49880000948905945,-0.6536569595336914,-0.6033875942230225,-0.2952491343021393,0.3011648952960968,-0.28773584961891174,-0.1953635960817337,0.2865835130214691,-0.48203638195991516,-0.3631819486618042,0.34702667593955994,0.27603772282600403,0.22974903881549835,-0.11132726818323135,-0.10441554337739944,0.18188448250293732,0.16025963425636292,0.0880439281463623,-0.2713882625102997,0.32538947463035583,-0.12772488594055176,-0.11448776721954346,0.20285291969776154,0.3566725254058838,-0.3649207055568695,0.3761873245239258,-0.12141040712594986,-0.17147032916545868,0.4018523395061493,0.014779791235923767,-0.24387283623218536,0.017465874552726746,-0.15175820887088776,0.24143898487091064,-0.6028245687484741,0.2911021113395691,0.08168603479862213,-0.03772815689444542,0.011475210078060627,0.34403109550476074,-0.04760776832699776,0.2244790643453598,-0.18648064136505127,-0.08781895786523819,0.06333919614553452,-0.2472493201494217,-0.5197579264640808,-0.161055326461792,0.18378961086273193,-0.10265332460403442,-0.39037609100341797,0.22426354885101318,-0.12353798002004623,-0.059010427445173264,-0.026808446273207664,-0.0589173398911953,0.36026906967163086,-0.009006272070109844,-0.4574798345565796,0.1794002652168274,-0.054277703166007996,-0.19540469348430634,0.05271366238594055,0.14595450460910797,0.44106364250183105,-0.23897616565227509,-0.03651280328631401,-0.1907917708158493,0.0864517018198967,0.11838892102241516,-0.2258678823709488,-0.37832391262054443,-0.021971017122268677,-0.44313696026802063,0.15577581524848938,-0.5446229577064514,0.2685481011867523,0.4508340060710907,0.25314176082611084,-0.09964930266141891,0.13705824315547943,-0.28877899050712585,-0.5439095497131348,0.08249012380838394,0.100651316344738,-0.38074979186058044,0.11561641097068787,-0.2027835100889206,0.25764939188957214,-0.31714239716529846,0.011448614299297333,-0.061048541218042374,0.35271379351615906,0.47129854559898376,0.07906993478536606,-0.19859306514263153,0.07562563568353653,0.1323096603155136,0.6529912948608398,-0.2422976940870285,-0.2272268682718277,0.28311607241630554,-0.10794871300458908,-0.08147766441106796,-0.32459819316864014,-0.14605404436588287,-0.1932670623064041,-0.22875140607357025,0.2289150357246399,0.1982220560312271,0.0781460776925087,-0.01216969359666109,0.008007924072444439,-1.879349708557129,0.36140552163124084,-0.037195783108472824,0.17611993849277496,0.2177070826292038,0.206006720662117,0.5892464518547058,-0.0652579739689827,0.4778120815753937,0.19890053570270538,-0.2577163875102997,-0.11710348725318909,0.44874200224876404,-0.1693161278963089,0.23692648112773895,0.01801588572561741,-0.29536956548690796,0.09240534156560898,-0.10963070392608643,0.2329200953245163,-0.050234779715538025,0.11669018864631653,-0.02754366397857666,-0.005408132914453745,0.23472191393375397,-0.06535645574331284,0.2004392147064209,-0.05011385306715965,0.21523897349834442,0.4326317608356476,-0.4726658761501312,-0.23358003795146942,0.21207262575626373,0.24116046726703644,-0.4534699618816376,-0.1609894037246704,-0.03687925636768341,-0.2380719929933548,0.06752469390630722,-0.6237291693687439,0.1207582950592041,0.01701541431248188,-0.11235275119543076,0.3845159113407135,0.018884824588894844,0.53703373670578,0.1621701568365097,-0.4043818414211273,0.0454411543905735,-0.42372262477874756,-0.29329898953437805,0.07274480164051056,0.4833958148956299,-0.005753820296376944,0.702800452709198,0.22930248081684113,-0.11817342042922974,-0.287204772233963,-0.06512641906738281,-0.45827388763427734,0.06041300669312477,0.18059523403644562,0.46657824516296387,0.12594108283519745,-0.061741892248392105,0.22900469601154327,0.13882668316364288,0.20248477160930634,0.2820647060871124,0.18576180934906006,-0.0822664275765419,0.43335387110710144,-0.33207935094833374,0.10109560936689377,-0.20542629063129425,0.28220418095588684,-0.14526601135730743,0.1651485413312912,-0.07055091112852097,0.11298534274101257,-0.18471980094909668,-0.12830595672130585,0.007100982125848532,0.3497215807437897,-0.09211388975381851,0.06095312163233757,0.38105475902557373,-0.2322460412979126,-0.04217730835080147,0.2592768371105194,0.17835365235805511,0.11918070912361145,-0.5223051309585571,-0.025917446240782738,0.16049693524837494,0.235711932182312,0.09906545281410217,0.21499989926815033,0.15022659301757812,-0.31361839175224304,0.2002228945493698,0.34944847226142883,0.05237653851509094,-0.09322593361139297,0.1477358043193817,-0.37996020913124084,-0.3196622431278229,0.04919346049427986,0.14152967929840088,-0.1487017124891281,0.18016600608825684,0.2623539865016937,-0.3915398120880127,0.03678889945149422,-0.04013446718454361,0.30256345868110657,-0.15172381699085236,-0.1927272081375122,0.2900340259075165,0.2808193266391754,-0.31706932187080383,-0.18080274760723114,0.010776542127132416,0.0760011300444603,-0.10431932657957077,-0.1531085968017578,0.10340845584869385,-0.43672895431518555,-6.062915325164795,-0.3603341579437256,-0.12333867698907852,-0.2514233887195587,0.4147723615169525,0.31728148460388184,0.15668369829654694,-0.10869783163070679,0.03698596730828285,-0.24050526320934296,0.25726208090782166,0.1444554328918457,-0.3980084955692291,0.21288973093032837,0.0407974012196064,-0.3364271819591522,0.23347599804401398,-0.15227201581001282,0.15280884504318237,0.32402095198631287,-0.037396881729364395,-0.3633754551410675,0.078232042491436,0.04328417778015137,0.14166538417339325,-0.008837874047458172,-0.2834315299987793,-0.24772025644779205,0.14823009073734283,-0.2937648594379425,0.3138667643070221,-0.3453066051006317,-0.2577633261680603,-0.023132309317588806,-0.10068830102682114,-0.20636247098445892,0.017692409455776215,-0.31916776299476624,-0.23318634927272797,-0.6379926800727844,0.01663418859243393,-0.6132460236549377,0.02372823655605316,0.18837116658687592,0.6370194554328918,-0.41899144649505615,-0.36012211441993713,0.2340928316116333,-0.2763700485229492,-0.18139362335205078,0.2894177734851837,0.08301379531621933,0.1847825050354004,-0.04249142110347748,-0.09639710932970047,0.06437616795301437,-0.1773732751607895,0.05882387235760689,0.3523293435573578,0.08645778149366379,-0.07750936597585678,-0.1717812865972519,0.21899189054965973,-0.27787837386131287,-0.14858216047286987,0.06690455228090286,-0.3976111114025116,0.00905043538659811,-0.29944661259651184,-0.15523412823677063,-0.47649988532066345,-0.018982673063874245,-0.1068955734372139,-0.3941909372806549,0.04192317649722099,-0.3745236396789551,0.3892219364643097,-0.13137511909008026,-0.2933270037174225,-0.08909913897514343,-0.15170782804489136,0.003075703978538513,-0.0035737331490963697,0.29963210225105286,-0.15378481149673462,0.35479533672332764,0.2770213484764099,-0.0016208240995183587,-0.2512267529964447,-0.6787464618682861,0.39950013160705566,-0.36609363555908203,0.105312280356884,-0.230202317237854,-0.02698514424264431,0.009894093498587608,-0.18455033004283905,0.46280142664909363,-0.3227340877056122,0.39193442463874817,-0.08598292618989944,-0.09174194931983948,0.35878172516822815,-0.08597124367952347,-0.00687382323667407,-0.4469573199748993,-0.17904424667358398,-0.08439615368843079,-0.14745233952999115,-0.0011895546922460198,0.002809559227898717,-0.01367728691548109,-0.6337364315986633,0.10356410592794418,0.058064330369234085,-0.12366368621587753,0.3946790397167206,0.23659437894821167,0.18445830047130585,0.01980646513402462,-0.19074220955371857,0.1698867231607437,-0.18151728808879852,-0.15539216995239258,-0.30429819226264954,0.2874695062637329,-0.5632975697517395,-0.3065730631351471,0.15446269512176514,0.029791882261633873,0.020570075139403343,0.29703205823898315,0.07107938081026077,0.6001588702201843,0.6315339207649231,-0.08112155646085739,-0.30421438813209534,-0.7050644755363464,0.09003952890634537,0.08035774528980255,0.26978886127471924,0.1987723857164383,-0.04708832502365112,0.11666644364595413,0.138569638133049,0.3565787076950073,0.5234163403511047,-0.3483816683292389,0.27080973982810974,-0.00701562687754631,0.02390938438475132,-0.26185157895088196,0.5026161074638367,-0.35083556175231934,-0.5898187756538391,0.2922877371311188,0.5709566473960876,-0.3727022111415863,-0.5813706517219543,-0.12486022710800171,-0.05971108749508858,-0.039793193340301514,-0.3432628810405731,0.0836709663271904,-0.10459768772125244,0.034296926110982895,0.13196344673633575,-0.09104012697935104,0.06596105545759201,-0.3247605860233307,0.080164335668087,-0.21534788608551025,-0.19139158725738525,0.20755231380462646,-0.051939237862825394,0.030391676351428032,0.24466963112354279,-0.26568296551704407,0.08996506780385971,0.3359813392162323,-0.2381855696439743,-0.0663498193025589,-0.361232191324234,-0.16482779383659363,0.5543578863143921,-0.07709253579378128,-0.1696784496307373,-0.3108927011489868,0.2946227788925171,-0.0030975292902439833,0.17016153037548065,0.02463366836309433,0.0293277595192194,0.22775571048259735,-0.24040667712688446,-0.4775921404361725,0.5226373076438904,0.3165864646434784,-0.05998080596327782,0.35314294695854187,-0.19121450185775757,0.039651062339544296,0.22540231049060822,-0.004315254744142294,-0.03527737408876419,0.06771150976419449,0.185277059674263,-0.08450809866189957,0.22926513850688934,-0.2104419320821762,0.17896132171154022,-0.011443041265010834,0.3490615785121918,0.23783321678638458,0.2902301251888275,0.09369047731161118,0.06998155266046524,-0.2905530333518982,-0.5709205269813538,-0.16772162914276123,-0.03526916354894638,-0.06127074360847473,-0.3965862989425659,-0.12846378982067108,-0.2372482270002365,0.4090982973575592,-0.07814310491085052,0.04322008416056633,-0.4500901699066162,-0.34723544120788574,-0.11075443029403687,-0.3659329414367676,-0.44119521975517273,0.12168838828802109,-0.3245912492275238,-0.04612861946225166,0.013863836415112019,-0.2814035713672638,-0.3838598430156708,0.30000466108322144,0.141511008143425,0.03236031159758568,0.06417862325906754,-0.37519514560699463,0.06864690035581589,0.3567981421947479,0.07543874531984329,-0.16561152040958405,0.4769256114959717,0.08450248092412949,0.01132469903677702,-0.3244394361972809,0.19555430114269257,0.2125280350446701,-0.1206049695611,-0.15563420951366425,-0.1878460794687271,-0.11177735775709152,-0.17635171115398407,0.11692243069410324,0.27563509345054626,0.1199306920170784,0.17227254807949066,-0.07361522316932678,0.1526048332452774,0.3174525499343872,0.16412235796451569,-0.23977427184581757,0.16673405468463898,0.15232343971729279,0.12186720967292786,-0.20366817712783813,-0.3753960430622101,0.24933643639087677,0.3929544985294342,-0.14392070472240448,-0.4572110176086426,0.031375154852867126,0.1037183478474617,0.0488872230052948,-0.41202425956726074,0.11081328243017197,0.02483920007944107,0.07884827256202698,0.3410668671131134,-0.038377393037080765,0.13616546988487244,-0.16447629034519196,0.05419011786580086,0.096141517162323,0.7484188675880432,0.09836044162511826,-0.4715590178966522,0.0731358602643013,-0.4782121181488037,0.05457957088947296,0.525076687335968,0.47288691997528076,-0.20021958649158478,-0.12794309854507446,0.11274204403162003,0.19697077572345734,0.18759100139141083,0.03450020030140877,-0.6650713682174683,0.30863523483276367,0.1849949210882187,-0.2842518389225006,-0.027816981077194214,-0.15459294617176056,0.30376991629600525,-0.1465921849012375,0.2074345350265503,0.23012633621692657,-0.3864785432815552,-0.2887882888317108,-0.2023838609457016,-0.16534899175167084,0.2111629992723465,-0.08303730934858322,0.3359204828739166,0.14113359153270721,0.23512037098407745,-0.1020004078745842,-0.22230565547943115,0.2001323699951172,0.2426196187734604,0.0014708832604810596,-0.16620081663131714,0.09494873881340027,0.1298818737268448,0.2346087545156479,-0.2775178849697113,0.39078447222709656,0.13091611862182617,-0.15085448324680328,0.12130465358495712,-0.05004020035266876,0.11914893239736557,0.04082037881016731,0.44132199883461,0.18173553049564362,-0.38615739345550537,0.23642100393772125,0.4913508892059326,0.306652694940567,0.032690733671188354,-0.1519751101732254,0.08858808130025864,0.1983136683702469,0.03293853998184204,0.16377471387386322,-0.06840478628873825,-0.11243769526481628,0.40470221638679504,0.146067813038826,-0.2110687643289566,0.043020326644182205,-0.02901388145983219,0.3888275623321533,0.40756356716156006,0.2960110604763031,0.4830873906612396,0.41619911789894104,-0.23664583265781403,-0.08336276561021805,-0.07171168178319931,0.686046302318573,-0.16613240540027618,0.00858286488801241,0.5628091096878052,-0.47875967621803284,-0.09172221273183823,-0.0001618415117263794,0.25493136048316956,0.07085413485765457,-0.396441787481308,0.08241274207830429,0.041850071400403976,0.012398391962051392,-0.18992292881011963,-0.3002503216266632,0.14660091698169708,-0.1353718489408493,-0.5029789805412292,-0.44424864649772644,0.05091606080532074,0.2228442281484604,0.160053089261055,-0.5067787766456604,0.010173779912292957,-0.1971530318260193,-0.1440758854150772,0.2896435558795929,-0.4678543508052826,-0.09022733569145203,0.053517896682024,0.27728956937789917,0.38010966777801514,0.23923088610172272,0.3524831235408783,-0.4911945164203644,-0.5650673508644104,0.3606562912464142,-0.317158043384552,-0.06957188993692398,-0.29848262667655945,-0.08142010867595673,0.4392331540584564,0.17205661535263062,-0.13031546771526337,0.014337107539176941,-0.4443676173686981,0.09115594625473022,-0.31444868445396423,0.14477162063121796,0.2872072458267212,-0.11736869812011719,-0.05560252442955971,0.030489766970276833,-0.23645657300949097,-0.3534625470638275,-0.1094558835029602,-0.08066267520189285,0.09494169801473618,0.4190472662448883,0.5095102190971375,0.503898561000824,-0.403360515832901,-0.28185784816741943,0.538415789604187,-0.2976362407207489,0.1730259209871292,0.12764032185077667,-0.24371618032455444,-0.1931719034910202,-0.2521665394306183,0.39209046959877014,-0.19606846570968628,-0.2947312295436859,-0.07513972371816635,0.4256366193294525,-0.13795165717601776,-0.3479823172092438,0.3488960266113281,-0.09331369400024414,-0.19463427364826202,0.2845926582813263,0.2608952224254608,-0.199795201420784,0.038885679095983505,0.2110457867383957,-0.08290717750787735,-0.24373608827590942,0.23514695465564728,-0.39005959033966064,-0.09493037313222885,-0.009649901650846004,0.1463213860988617,-0.04863609001040459],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"oXt9YYQBoAKt5eeI9Atx","_score":1,"_source":{"text_block_id":"b3","text":"on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","text_embedding":[0.32469621300697327,0.3874764144420624,0.2059173434972763,-0.4717176556587219,0.3068901002407074,0.02098020724952221,0.22859540581703186,-0.0653386190533638,-0.19779792428016663,-0.35547253489494324,-0.041103992611169815,-0.10131557285785675,-0.5026207566261292,0.3023589253425598,0.4807243347167969,0.5062572956085205,-0.06127416715025902,0.2071755975484848,-0.16508755087852478,-0.2200222909450531,0.4753205180168152,-0.10161548107862473,0.12908250093460083,0.7274013757705688,0.4127291738986969,-0.00892686191946268,0.1218864694237709,-0.00889602955430746,0.18365849554538727,-0.2120237797498703,-0.0746077224612236,-0.10110840946435928,0.15470367670059204,0.2671576142311096,0.40506449341773987,-0.023437565192580223,-0.04989377036690712,-0.15732426941394806,-0.13736332952976227,-0.4293241798877716,-0.14284466207027435,-0.4892980456352234,-0.21873830258846283,0.15502037107944489,-0.16969960927963257,0.10359218716621399,-0.3684920370578766,0.2832168638706207,-0.16233867406845093,0.2568967342376709,0.06313370913267136,0.2485005259513855,-0.17144562304019928,-0.16075927019119263,-0.055093709379434586,-0.22898314893245697,0.20663276314735413,-0.377617746591568,-0.5684694647789001,-0.3673734664916992,-0.06197451427578926,-0.22084303200244904,-0.015081391669809818,-0.2423836588859558,-0.005015973933041096,-0.10513737797737122,0.12311902642250061,-0.18056617677211761,-0.26927345991134644,-0.5527562499046326,-0.10769812762737274,0.2594864070415497,-0.21052293479442596,-0.21970048546791077,-0.06634363532066345,-0.247343972325325,-0.5086972713470459,0.2803041338920593,0.34222662448883057,0.3587801456451416,0.38105085492134094,-0.03031774051487446,-0.010720469988882542,0.083011694252491,0.3819732367992401,-0.343475341796875,0.6298117637634277,-0.20389777421951294,-0.339410662651062,0.34478387236595154,0.25260770320892334,-0.5055713057518005,-0.06073553487658501,0.4230360984802246,0.4263280928134918,0.5563488602638245,-0.5139225125312805,-0.2810686528682709,-0.21874171495437622,-0.20884422957897186,0.07260599732398987,-0.1720103770494461,-0.19396577775478363,0.14321169257164001,0.15476681292057037,0.021713517606258392,0.09699582308530807,-0.3105224668979645,0.1736087054014206,0.28166285157203674,0.4015405476093292,0.36373111605644226,-0.09664425253868103,-0.3253152370452881,-0.3449394106864929,0.11127357184886932,-0.14284367859363556,-0.25795847177505493,0.19102121889591217,-0.05279863253235817,0.24588333070278168,0.3289215862751007,-0.012793746776878834,0.32830750942230225,0.05215011537075043,-0.30786532163619995,0.16565947234630585,-0.28658267855644226,-0.40605172514915466,-0.09644739329814911,-0.05515279620885849,0.08717471361160278,-0.006444265134632587,0.06993701308965683,-0.09270444512367249,0.21319521963596344,0.4585428237915039,-0.5270069241523743,-0.08448880910873413,0.4005335569381714,0.42086896300315857,-0.2860177755355835,0.720085859298706,0.25757738947868347,0.45462676882743835,0.21606750786304474,-0.06483247876167297,0.00040013546822592616,-0.0830136388540268,-0.1312786042690277,0.050825927406549454,0.39121532440185547,0.0712541937828064,0.044633444398641586,-0.2257387489080429,-0.3628070652484894,-0.3638725280761719,0.4581094980239868,-0.143940731883049,-0.42188653349876404,0.14341723918914795,0.8198365569114685,0.0066038016229867935,-0.2868802547454834,0.627676248550415,0.035057809203863144,-0.19896072149276733,-0.12330655753612518,0.061638906598091125,0.3144044876098633,0.28334933519363403,0.04255137965083122,0.14588476717472076,-0.2346246838569641,0.03332402929663658,0.05762549862265587,0.2884000539779663,0.3335917294025421,-0.24030210077762604,0.2544749081134796,-1.5772576332092285,-0.13729311525821686,-0.3590051829814911,0.5590872168540955,0.0942804142832756,-0.36882221698760986,-0.060524288564920425,0.04182816669344902,0.2298385053873062,0.645885169506073,-0.4219522476196289,-0.5271161794662476,0.9810060858726501,-0.49231043457984924,0.142796590924263,-0.3509463369846344,0.1102680042386055,0.26851606369018555,0.11237015575170517,-0.3027998208999634,-0.0977650135755539,0.243560329079628,0.2850167155265808,-0.6413038372993469,-0.3949594497680664,-0.04089624434709549,-0.019905997440218925,-0.2933816909790039,-0.19318296015262604,0.2951333224773407,-0.21976260840892792,0.2059381604194641,0.14876224100589752,0.544846773147583,-0.1917269378900528,-0.25889852643013,-0.4158969819545746,-0.03265198692679405,-0.27079224586486816,0.0010012760758399963,0.11437051743268967,0.35455477237701416,0.09324458241462708,0.46552878618240356,0.4269440472126007,0.24664536118507385,0.4722521901130676,-0.17123627662658691,0.1726951003074646,-0.4221822917461395,0.3418772518634796,-0.03771768882870674,0.2050733119249344,0.07082276791334152,0.2102731168270111,0.14787264168262482,-0.11669283360242844,-0.07045785337686539,0.5273188948631287,-0.3052990436553955,0.005709461402148008,-0.0508720725774765,0.07137167453765869,0.4923191964626312,-0.18736101686954498,0.12493428587913513,0.28712666034698486,0.33574995398521423,0.17798930406570435,0.453363299369812,-0.04445352032780647,0.48747193813323975,-0.1831708401441574,0.38574522733688354,-0.1943846344947815,-0.03292958810925484,-0.08619984984397888,-0.2735416293144226,0.03955626115202904,-0.2736372947692871,-0.33527278900146484,-0.19745796918869019,-0.09565343707799911,-0.11806675791740417,-0.14641350507736206,-0.4655860662460327,0.08839795738458633,-0.436677485704422,-0.5983855724334717,-0.13106194138526917,0.3477436304092407,0.5704396367073059,-0.3879883587360382,-0.0905735194683075,-0.005510138813406229,-0.19843101501464844,0.4597887694835663,0.602331280708313,0.2418626844882965,-0.3012143075466156,-0.13181369006633759,0.13060477375984192,-0.16195149719715118,-0.06657042354345322,0.052196063101291656,-0.17487232387065887,0.05718116834759712,0.03158282861113548,-0.13250945508480072,0.11564915627241135,0.47490110993385315,0.3047654628753662,-0.0327981635928154,-0.3136492669582367,0.12878969311714172,0.4663482904434204,0.19279466569423676,-0.19790898263454437,0.32406285405158997,0.24571722745895386,0.0754091665148735,-0.024796457961201668,0.47457703948020935,0.2361757904291153,0.28810882568359375,-0.564379096031189,-0.27078142762184143,-0.7051690816879272,-6.0206379890441895,-0.07757961004972458,-0.21955227851867676,0.1747235655784607,0.313286155462265,0.41398897767066956,0.6176042556762695,0.12289054691791534,-0.18620182573795319,-0.14852987229824066,-0.34562698006629944,-0.1420777291059494,-0.2400091290473938,0.3991651237010956,-0.3697652816772461,-0.02485850267112255,-0.17614853382110596,-0.007082263007760048,-0.20140404999256134,-0.26881876587867737,0.15973037481307983,-0.4710213840007782,0.03676029294729233,-0.09174146503210068,0.7271537184715271,-0.3017834722995758,-0.48952552676200867,-0.2966630160808563,0.4250606298446655,-0.37567684054374695,0.24374370276927948,-0.46756240725517273,-0.23415327072143555,0.044187888503074646,0.13662904500961304,0.39177531003952026,0.0999680683016777,-0.7504799365997314,0.21183329820632935,-0.24667558073997498,0.1403137594461441,-0.2543341815471649,0.051156703382730484,-0.2898651361465454,0.2659744322299957,-0.25530675053596497,0.04744800552725792,0.2990616261959076,-0.20802602171897888,0.07235295325517654,0.3444397747516632,0.4192473590373993,-0.22347182035446167,0.027912236750125885,-0.3728192150592804,0.43688729405403137,-0.005581432953476906,0.48805105686187744,0.13341310620307922,-0.31571999192237854,-0.189931720495224,-0.06638798862695694,0.04350723326206207,-0.06102825328707695,-0.030746793374419212,0.1578935980796814,-0.5172885060310364,0.1384996771812439,0.03887772932648659,-0.3930412232875824,0.18187308311462402,0.11854959279298782,-0.5005293488502502,-0.8308462500572205,-0.21254830062389374,-0.7231813669204712,0.4732128381729126,-0.2224200814962387,-0.01863594725728035,0.19843870401382446,0.024039577692747116,-0.2555008828639984,0.21761803328990936,0.4847926199436188,0.12047047168016434,-0.2308332473039627,0.2866773307323456,0.029426293447613716,-0.07867750525474548,-0.36252307891845703,0.21494150161743164,-0.16421933472156525,-0.02693871408700943,0.029365772381424904,0.5052232146263123,-0.2919585406780243,0.15936428308486938,-0.2429884523153305,-0.09590966254472733,0.16856560111045837,-0.21365946531295776,-0.09549243748188019,0.3366669714450836,-0.03347078710794449,0.029145164415240288,0.11016826331615448,-0.136433944106102,-0.016737358644604683,0.2676349878311157,0.29649388790130615,0.08891120553016663,-0.07962848246097565,-0.09383979439735413,-0.1278044730424881,-0.08479612320661545,-0.04868530109524727,-0.11107780784368515,0.07173559069633484,0.6376542448997498,0.017571045085787773,-0.19387021660804749,0.24432958662509918,-0.14965642988681793,0.1603551059961319,-0.2603466808795929,-0.0014926920412108302,-0.33957207202911377,-0.0362350195646286,0.3275652527809143,0.00007466497481800616,-0.15979667007923126,0.3268292248249054,0.08885575085878372,0.0010644820285961032,0.47332143783569336,0.295427531003952,-0.013966497965157032,-0.2827363908290863,0.11339206993579865,0.5826850533485413,-0.15915989875793457,0.08101610094308853,-0.1531875878572464,-0.05286767706274986,-0.16767233610153198,0.6314378380775452,0.387715607881546,0.10879721492528915,0.518236517906189,-0.10097982734441757,0.4594602584838867,0.017245380207896233,0.10941583663225174,-0.24677115678787231,-0.23867012560367584,0.06510057300329208,0.1828853040933609,-0.3302150368690491,0.3744698464870453,-0.5342289209365845,-0.08515910059213638,0.1669929474592209,-0.340205579996109,-0.41272643208503723,0.3371916115283966,0.036839548498392105,0.06011049449443817,-0.40200403332710266,-0.4050087630748749,0.07220253348350525,0.06283586472272873,-0.037680741399526596,-0.0464092493057251,0.09234773367643356,-0.5232552886009216,0.2770879864692688,-0.2036331295967102,-0.23967669904232025,0.11607276648283005,0.2389598935842514,0.1890220195055008,0.11548822373151779,-0.3127603530883789,-0.23152416944503784,-0.14151501655578613,-0.5439719557762146,0.22980333864688873,-0.19034238159656525,0.1295100897550583,-0.41184350848197937,0.21039746701717377,0.26328080892562866,0.23172281682491302,0.6127422451972961,-0.2597171664237976,-0.04487575963139534,0.19923800230026245,-0.0021347240544855595,-0.19871796667575836,0.3932381570339203,-0.2921258509159088,-0.3022238314151764,-0.16000045835971832,-0.13749243319034576,-0.34678539633750916,-0.3461188077926636,-0.11115455627441406,-0.0367150641977787,-0.04971172660589218,-0.48941925168037415,-0.4458659291267395,0.3894524574279785,-0.25469785928726196,-0.08856867998838425,-0.3511914014816284,-0.37554943561553955,-0.03434848040342331,0.005024358164519072,-0.5237747430801392,-0.2718433141708374,-0.4930269122123718,0.1371968686580658,-0.023079626262187958,0.1149829551577568,-0.18927398324012756,0.0006471716333180666,0.08111283928155899,0.020224912092089653,-0.2223888486623764,-0.15812282264232635,-0.6388609409332275,-0.08733367174863815,-0.4583248794078827,-0.05873053893446922,-0.2750854790210724,0.14180950820446014,-0.05337496101856232,-0.40510720014572144,-0.5198665261268616,0.04196848347783089,0.2567138671875,-0.05302448570728302,-0.08356773853302002,-0.2807370722293854,-0.10730764269828796,0.1314757615327835,-0.13358961045742035,0.6447484493255615,-0.0850261002779007,-0.06978192180395126,0.584140419960022,-0.4242071211338043,-0.026267772540450096,-0.07762575149536133,-0.020835619419813156,-0.5430018305778503,-0.11506244540214539,0.1134147197008133,-0.5633431077003479,0.18977800011634827,0.1489505171775818,0.02048150822520256,-0.09394412487745285,-0.48993542790412903,0.19804954528808594,-0.12826991081237793,0.0013896565651521087,-0.3605104684829712,-0.04578779637813568,-0.32848674058914185,0.054120298475027084,-0.02037585899233818,-0.5083581805229187,0.1393326371908188,0.5468823909759521,0.04114867374300957,-0.3821570575237274,-0.3065146207809448,-0.09662899374961853,-0.2514898180961609,-0.4710538983345032,0.3721894919872284,-0.17659160494804382,-0.1614171415567398,0.3069878816604614,-0.3836388885974884,0.42250528931617737,-0.40016981959342957,-0.2658589780330658,-0.40845468640327454,0.5640788078308105,-0.22934867441654205,-0.2533418536186218,-0.09142330288887024,-0.3211621940135956,-0.16753457486629486,0.6936181783676147,0.1842454969882965,-0.1911413073539734,0.0019917143508791924,-0.03647403046488762,0.29531219601631165,0.13123275339603424,0.016568679362535477,-0.5464214086532593,0.36797550320625305,-0.05101398006081581,-0.05904218181967735,-0.20850983262062073,0.2391044944524765,0.09529118239879608,-0.10766234993934631,0.6050043702125549,0.453382670879364,-0.448514848947525,-0.08954555541276932,0.068373903632164,-0.4384177029132843,0.34681370854377747,-0.22288364171981812,0.3005122244358063,-0.21881483495235443,0.061208948493003845,0.2654024064540863,0.2629457712173462,0.05839822068810463,-0.4416602849960327,0.030207782983779907,0.05197042226791382,0.6256415843963623,-0.5871888995170593,-0.0008379844366572797,0.11041490733623505,0.3570542633533478,-0.09095612168312073,0.22541946172714233,0.40947940945625305,-0.15305401384830475,-0.3153318464756012,0.14093990623950958,-0.003768053837120533,0.4384291470050812,-0.32881468534469604,-0.004456319380551577,0.3735889196395874,-0.15738366544246674,0.08288746327161789,0.10443225502967834,0.05771375820040703,0.6109011769294739,0.3473198115825653,-0.18666449189186096,-0.43859463930130005,-0.07766211777925491,0.19031204283237457,0.37555596232414246,0.05287419259548187,0.30451926589012146,0.20695529878139496,0.04853029549121857,-0.06785380840301514,0.1595725417137146,0.44890734553337097,-0.1712718904018402,-0.15322528779506683,-0.05650399997830391,-0.10361018776893616,0.01837030239403248,0.18892697989940643,-0.2611337900161743,0.3236282169818878,-0.6273532509803772,-0.665651261806488,-0.12345279008150101,0.27004683017730713,-0.18391571938991547,0.22646407783031464,-0.013838422484695911,0.5290347337722778,0.27419954538345337,-0.1578100025653839,-0.13496461510658264,-0.20097805559635162,-0.1587691456079483,0.007846447639167309,0.1508643478155136,0.18768815696239471,-0.27684205770492554,0.1128673255443573,-0.2510620057582855,-0.13535648584365845,0.31469038128852844,0.09288192540407181,0.571156919002533,-0.20288501679897308,-0.05930737033486366,0.4223163425922394,-0.2891029119491577,0.26927831768989563,0.18591514229774475,0.42044517397880554,-0.44629061222076416,-0.12631717324256897,0.07078235596418381,0.12028486281633377,0.12994664907455444,0.05279881879687309,-0.3617657721042633,0.15068164467811584,-0.13430418074131012,0.67612624168396,0.00024926933110691607,-0.23252005875110626,0.5276153683662415,-0.2888546884059906,0.15393434464931488,0.1046387255191803,0.6075381636619568,0.5906254053115845,-0.08359353244304657,0.031162189319729805,-0.3689148724079132,-0.5211391448974609,0.20261885225772858,-0.3457663953304291,-0.03511931374669075,0.171341672539711,0.09740646183490753,0.01425288338214159,0.10595259070396423,0.1264982521533966,-0.125400111079216,-0.2732461392879486,0.4706871211528778,-0.525945246219635,-0.09631387889385223,-0.29950618743896484,0.2150280624628067,-0.32364824414253235,-0.12743984162807465,-0.08038514107465744,0.42054513096809387,0.09850599616765976,-0.3145367503166199,0.44782397150993347,0.043357010930776596,0.19791282713413239,0.3858758807182312,-0.03750838711857796,-0.062123559415340424,-0.4427427351474762,0.12220034748315811,-0.08852756023406982,0.2126147598028183,0.12584790587425232,-0.6362467408180237,0.22068637609481812,0.01655583269894123,-0.41618233919143677,-0.3682248294353485],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"ont9YYQBoAKt5eeI9Atx","_score":1,"_source":{"text_block_id":"b4","text":"(Text with EEA relevance)","text_embedding":[0.15594621002674103,0.05010790750384331,0.06604981422424316,-0.27553698420524597,0.5226279497146606,0.1862040013074875,-0.3163555860519409,0.31725433468818665,-0.030150439590215683,0.012315290048718452,-0.025012006983160973,0.24739360809326172,-0.47549915313720703,0.03882642835378647,0.18354128301143646,0.26573094725608826,0.11769574135541916,0.32577651739120483,0.06331498920917511,-0.11326199024915695,0.10703573375940323,0.02374637871980667,0.025292297825217247,0.07503148913383484,0.005430618301033974,0.08566994965076447,-0.023369360715150833,-0.029419951140880585,-0.1684105396270752,-0.17362254858016968,0.20122547447681427,-0.06369581818580627,0.1233157068490982,0.16331058740615845,-0.12948255240917206,0.12667375802993774,-0.07998725771903992,-0.08136394619941711,-0.14835673570632935,0.12118368595838547,-0.11758523434400558,-0.3871150612831116,0.07764019072055817,-0.006217675283551216,-0.22378325462341309,0.25598639249801636,0.08392772823572159,0.30158305168151855,-0.007104042451828718,0.17231063544750214,-0.4867429733276367,0.1859806925058365,0.1102103441953659,0.10039261728525162,-0.048424020409584045,0.0739964097738266,0.2757547199726105,-0.4469057321548462,-0.14898663759231567,-0.2817528247833252,-0.004215892869979143,-0.18023693561553955,0.37690651416778564,0.03553902730345726,-0.021790696308016777,0.07395759224891663,-0.41569238901138306,0.19394110143184662,-0.49869027733802795,-0.10039358586072922,-0.021256377920508385,0.3648029565811157,-0.2105487585067749,-0.3956261873245239,-0.06889749318361282,0.19334405660629272,-0.191258043050766,0.20720389485359192,-0.039409831166267395,0.0708710104227066,0.03263773396611214,0.25500667095184326,0.08473808318376541,0.19733816385269165,0.33320853114128113,-0.006733328104019165,0.2976197600364685,0.017228493466973305,-0.0905696302652359,0.17328689992427826,0.12245409935712814,-0.20942316949367523,-0.022160552442073822,0.14278644323349,0.27928489446640015,0.03873253986239433,0.10380767285823822,-0.5183557271957397,-0.33395493030548096,-0.22935941815376282,-0.0677587017416954,-0.11246129870414734,0.23710352182388306,0.06794846057891846,-0.2875804901123047,0.051724907010793686,-0.015155252069234848,-0.48110151290893555,0.41420838236808777,0.31301048398017883,0.1757519245147705,0.21258017420768738,-0.16604800522327423,-0.5145701169967651,-0.19387485086917877,0.3677907884120941,0.02867966517806053,-0.1037592738866806,-0.20897182822227478,0.3150617778301239,0.23548099398612976,0.2786446809768677,0.22038330137729645,0.2964571714401245,0.2764929533004761,-0.011067664250731468,0.009042601101100445,-0.008902943693101406,-0.272853285074234,-0.03213925287127495,0.15176931023597717,-0.4593091607093811,0.001538837910629809,0.14724594354629517,-0.49925076961517334,0.3412695825099945,0.11828316748142242,-0.6170270442962646,0.23596909642219543,0.14980478584766388,-0.2599684000015259,-0.03144063055515289,-0.2510910630226135,-0.26031947135925293,0.5361562371253967,-0.23182784020900726,-0.13518314063549042,0.3108801245689392,0.007137571927160025,-0.22777093946933746,-0.2387794703245163,0.1266430765390396,-0.12390438467264175,-0.39703524112701416,-0.3108643591403961,-0.07804930210113525,-0.16896803677082062,0.4242495894432068,-0.20519772171974182,-0.22428253293037415,0.03277428820729256,0.2108590006828308,0.07083317637443542,0.18740452826023102,-0.05370054766535759,0.2721639573574066,0.11372929066419601,0.021852662786841393,-0.0014656377024948597,-0.40597471594810486,0.1441832035779953,-0.12393680214881897,0.5564149618148804,-0.017452973872423172,-0.4874482750892639,0.22029967606067657,0.5274079442024231,0.050629179924726486,-0.17192161083221436,-0.1248651072382927,-1.3458486795425415,0.2777845859527588,-0.18069210648536682,-0.12945154309272766,-0.34161192178726196,0.01809792034327984,0.1771603673696518,0.08131895959377289,0.11868152022361755,0.15293541550636292,-0.2600308358669281,-0.36171936988830566,0.1424138993024826,-0.07277493178844452,0.19623881578445435,-0.41569945216178894,-0.18275408446788788,0.44276535511016846,-0.13280093669891357,-0.010136629454791546,0.2566559612751007,-0.011359915137290955,0.08985179662704468,0.08080122619867325,-0.11769310384988785,-0.5020469427108765,-0.09422267228364944,0.09718962758779526,-0.08965203166007996,0.34469467401504517,-0.1291784644126892,-0.008962846361100674,0.2720057964324951,0.2981354296207428,-0.286953330039978,-0.14103850722312927,0.013890683650970459,-0.2112569808959961,-0.18140465021133423,-0.16706445813179016,-0.009372764267027378,0.13213640451431274,0.11059113591909409,0.2586948573589325,-0.2126413732767105,0.9622665047645569,0.3633284568786621,-0.2637461721897125,0.23208318650722504,0.0157118309289217,-0.04352723807096481,0.04614662379026413,-0.0059789735823869705,-0.2805025279521942,-0.0012614151928573847,0.04852764308452606,-0.34885478019714355,0.1664084643125534,0.3539295494556427,-0.3204573392868042,0.08935675770044327,-0.05365431308746338,0.01137330662459135,-0.03987639769911766,0.05665545165538788,-0.15723809599876404,0.19643476605415344,0.1536051332950592,0.01948383077979088,0.06532955169677734,-0.4741016626358032,0.7273937463760376,0.022857196629047394,0.17621226608753204,0.23011448979377747,-0.2490716576576233,0.06799536943435669,-0.20692941546440125,0.476177841424942,-0.05676053464412689,0.3412589430809021,0.09707948565483093,-0.12388551235198975,-0.12885187566280365,-0.03561024367809296,-0.04098806530237198,0.09274568408727646,-0.34474045038223267,-0.18473368883132935,0.1830168217420578,0.40509429574012756,0.22421281039714813,-0.2253371626138687,0.15045778453350067,-0.01728813163936138,0.07068708539009094,0.2661568522453308,0.14689414203166962,0.0498458556830883,-0.11195441335439682,-0.11258743703365326,0.09005669504404068,0.01174603495746851,-0.3601483106613159,0.08376152068376541,-0.07227162271738052,0.10060382634401321,-0.29936540126800537,-0.2806237041950226,-0.13311034440994263,0.23319227993488312,0.23450535535812378,-0.04191502556204796,-0.19110271334648132,0.22343479096889496,0.1729331612586975,0.11579044908285141,0.32242169976234436,0.11664125323295593,0.05413475260138512,-0.1853509396314621,-0.012939739972352982,-0.024696998298168182,0.17619171738624573,0.2946479022502899,-0.053920943289995193,-0.21081717312335968,-0.3415544629096985,-6.632467269897461,-0.03128223121166229,-0.13420554995536804,-0.29426056146621704,0.42844730615615845,0.3134363293647766,-0.25266095995903015,0.0747150108218193,-0.050537627190351486,-0.0983203575015068,-0.02338854782283306,-0.1719711273908615,0.01564127951860428,0.22881746292114258,-0.11599719524383545,0.34943485260009766,-0.02439470961689949,-0.1509111374616623,-0.34624969959259033,0.14956393837928772,-0.11312368512153625,-0.1041267067193985,0.1125299260020256,0.23579567670822144,0.22335904836654663,0.13585667312145233,-0.3406091630458832,-0.08824250102043152,-0.04306893050670624,-0.23444397747516632,0.23577016592025757,-0.3565533757209778,-0.05290643870830536,-0.0013001426123082638,0.2145765721797943,-0.03477920591831207,0.3029799163341522,-0.23659443855285645,0.012808006256818771,-0.08079896122217178,-0.06531357020139694,-0.18953022360801697,-0.17015185952186584,-0.044907987117767334,0.40667566657066345,-0.058579809963703156,0.13322597742080688,0.14986152946949005,0.06247478723526001,0.07962342351675034,-0.10268697142601013,-0.023596953600645065,0.01279975101351738,0.02613876201212406,0.04972981661558151,0.2939973771572113,0.1303069293498993,0.05128108337521553,0.03866952657699585,-0.2169395536184311,0.3265465497970581,-0.06292373687028885,-0.46359437704086304,-0.4221515655517578,-0.5102131962776184,0.00845128484070301,-0.5734714269638062,-0.20914874970912933,0.08817055821418762,-0.061877354979515076,-0.10393155366182327,0.23916631937026978,-0.5000553727149963,-0.910628080368042,-0.09496743232011795,-0.2994099259376526,0.0906170904636383,-0.12210244685411453,-0.19526606798171997,0.03850710764527321,-0.20206889510154724,-0.22346165776252747,-0.14602337777614594,0.3928403854370117,-0.11626332253217697,-0.0974806472659111,0.05750554800033569,-0.048683568835258484,-0.2293108105659485,-0.3876626193523407,0.718461811542511,-0.24905474483966827,-0.43031591176986694,0.30419430136680603,0.03883582726120949,-0.06838265061378479,0.0847618579864502,-0.0004463063378352672,0.12649689614772797,0.09083566069602966,0.022765882313251495,0.06290198117494583,0.36939436197280884,-0.023030748590826988,0.216282919049263,-0.17204347252845764,0.006255270913243294,-0.18151766061782837,0.2777407765388489,-0.39086201786994934,0.09640174359083176,-0.17917710542678833,-0.32404232025146484,0.057725150138139725,-0.07252100855112076,0.1527293473482132,0.29365724325180054,0.3231423497200012,0.02888113632798195,-0.3684725761413574,-0.25134024024009705,0.3266928791999817,-0.07412979006767273,-0.1795845329761505,-0.20261555910110474,0.014026504009962082,-0.5624399185180664,0.11833996325731277,-0.23263366520404816,-0.028744634240865707,-0.16183114051818848,-0.2145105004310608,0.09065523743629456,0.23591892421245575,0.578900933265686,-0.177913635969162,0.0580606609582901,-0.1435312181711197,-0.2283795177936554,0.2123018503189087,0.14689773321151733,-0.095559261739254,-0.25607749819755554,-0.213485449552536,0.38728976249694824,-0.13017986714839935,-0.05781322717666626,-0.178134948015213,-0.06726536899805069,-0.012013044208288193,0.006321777123957872,-0.3311953842639923,0.3272426426410675,-0.21031339466571808,-0.17324329912662506,0.08049780875444412,0.3367519974708557,-0.0484892763197422,-0.2903279662132263,-0.16602641344070435,0.13123100996017456,-0.2720381021499634,-0.053699322044849396,0.1691751778125763,-0.18473535776138306,0.17695891857147217,-0.16790857911109924,-0.11263520270586014,0.09051297605037689,-0.14438508450984955,-0.5380694270133972,-0.08059367537498474,0.38115739822387695,0.24542410671710968,-0.05751936882734299,0.3360964059829712,-0.21044407784938812,-0.25569891929626465,-0.13413341343402863,0.2716006636619568,0.14447985589504242,-0.11336905509233475,-0.27119889855384827,0.2114485502243042,0.4084078371524811,0.24957874417304993,0.3486248552799225,0.06647977232933044,-0.24073311686515808,-0.2778175175189972,0.04841627553105354,-0.22823336720466614,0.37929195165634155,0.19725541770458221,-0.013742359355092049,-0.08926756680011749,-0.0812988206744194,-0.17494983971118927,0.210393026471138,-0.006391171831637621,-0.18661898374557495,-0.11360016465187073,-0.0266244076192379,0.08802792429924011,-0.6262956857681274,-0.32649368047714233,-0.055647704750299454,-0.026917310431599617,0.2535959780216217,-0.07393193989992142,0.08739613741636276,-0.012591182254254818,-0.06491140276193619,-0.06461460888385773,0.48436272144317627,-0.12848661839962006,-0.0325293093919754,-0.21086859703063965,-0.20165054500102997,0.05752738192677498,-0.1938970685005188,-0.0634017214179039,-0.1276181936264038,-0.09445828944444656,-0.25739654898643494,0.15959326922893524,0.1867411881685257,0.2982800006866455,0.07811038941144943,0.14105041325092316,-0.08787867426872253,-0.38150060176849365,-0.10718250274658203,0.16411755979061127,0.21725846827030182,0.06877569109201431,-0.24113771319389343,-0.2797236442565918,-0.22412902116775513,0.3697289228439331,0.07734441757202148,-0.3331294059753418,-0.06378960609436035,-0.2665024697780609,0.07760778814554214,0.511780321598053,0.08530200272798538,-0.10589190572500229,-0.12392844259738922,0.23549482226371765,0.04858972132205963,0.20102807879447937,-0.10276127606630325,0.14169961214065552,0.10391028225421906,-0.5746424198150635,-0.3835568130016327,0.12090153247117996,-0.3232339322566986,-0.10234960913658142,-0.1737227886915207,-0.08954131603240967,-0.12324372678995132,0.19897308945655823,0.22244668006896973,0.1213129386305809,0.29356735944747925,0.03632913529872894,-0.031652651727199554,-0.11377084255218506,-0.0037252232432365417,-0.2545669972896576,0.14579206705093384,0.3705054819583893,-0.0005218734149821103,0.06778863072395325,-0.4052523970603943,-0.039377693086862564,0.23029133677482605,-0.1446903944015503,-0.18719585239887238,-0.2898186445236206,-0.2658253312110901,-0.0566834956407547,0.48558494448661804,-0.2963138520717621,-0.0214412659406662,-0.13701443374156952,0.20699650049209595,-0.16842316091060638,0.17299580574035645,0.1418200135231018,-0.023292643949389458,-0.10395947843790054,-0.26850926876068115,0.02619030326604843,0.1198725700378418,0.4328044354915619,0.2910516560077667,-0.2526545226573944,0.08608428388834,-0.02687213569879532,0.14164923131465912,-0.2767915427684784,-0.13567811250686646,-0.06571021676063538,-0.07814553380012512,-0.35632407665252686,-0.20343515276908875,0.1622866839170456,0.03710344061255455,-0.16238120198249817,0.6464510560035706,0.20693020522594452,-0.1704932153224945,-0.10945382714271545,-0.07592132687568665,-0.1934128701686859,0.09169082343578339,0.05333830416202545,0.13560551404953003,0.2503022849559784,0.22691035270690918,0.08762045949697495,0.10798262059688568,-0.26487404108047485,-0.2581161856651306,-0.01987733133137226,0.03287718817591667,0.6461146473884583,0.04778889939188957,-0.1487005352973938,0.03546413406729698,0.10217151790857315,0.3379606306552887,0.2073211967945099,0.1985124945640564,-0.26985257863998413,-0.11332431435585022,0.2888301610946655,0.11003252118825912,0.2245854288339615,-0.09415546804666519,-0.13045743107795715,0.19380144774913788,0.263302743434906,0.11811644583940506,0.10371885448694229,-0.02760959416627884,0.6039931178092957,0.333004355430603,0.21714167296886444,0.017185857519507408,0.07535520195960999,0.2245856374502182,0.009825734421610832,0.15684263408184052,0.04576808959245682,-0.06903202831745148,0.35676607489585876,-0.20799870789051056,0.31095337867736816,0.3647671341896057,-0.1644992232322693,-0.23246151208877563,0.17836439609527588,0.16315212845802307,-0.04829667508602142,0.11650536954402924,-0.24695365130901337,-0.2873612344264984,-0.4475375711917877,-0.29855549335479736,0.3171587288379669,0.03951917588710785,-0.08653547614812851,0.11407189816236496,0.09926953911781311,0.004270861390978098,0.10127770900726318,-0.17083489894866943,-0.2350093573331833,-0.09655515849590302,0.08330729603767395,-0.29945141077041626,-0.2840456962585449,0.12894004583358765,0.3048301339149475,-0.24577321112155914,-0.2995911240577698,-0.4220259487628937,0.0583784319460392,0.11523180454969406,0.04290542006492615,0.05666867271065712,0.29689720273017883,0.17097210884094238,-0.0528077557682991,0.26008614897727966,0.16677077114582062,0.012350431643426418,0.047815512865781784,-0.01135003101080656,-0.3984656035900116,0.12083983421325684,0.09008537977933884,0.19187740981578827,0.17719107866287231,0.011053689755499363,-0.22503596544265747,0.38110992312431335,0.08217260241508484,-0.553412675857544,-0.027255527675151825,-0.31134575605392456,0.1865730881690979,0.13652050495147705,0.4473817050457001,0.20442576706409454,0.06896916776895523,-0.13097482919692993,0.21190719306468964,0.03572293370962143,-0.19641727209091187,-0.15214960277080536,0.3716810941696167,0.3421323895454407,0.16961652040481567,-0.06308141350746155,-0.15782348811626434,-0.03838888928294182,-0.11873763054609299,-0.09969867765903473,-0.04946087673306465,-0.1725008636713028,-0.0752921923995018,-0.3895178735256195,0.0053800372406840324,0.01352699100971222,-0.09247653186321259,0.16457369923591614,0.6498260498046875,-0.23620206117630005,-0.234504833817482,0.3558523952960968,-0.012462545186281204,0.3023565709590912,0.04390494152903557,-0.18077826499938965,0.27704083919525146,-0.09696502983570099,0.08073081821203232,-0.15208880603313446,-0.19227111339569092,0.141863614320755,-0.3604254424571991,0.21510225534439087,0.00844008568674326,0.02602076157927513,-0.06218540668487549],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-europea n-parliament-and-of-the-council-of-20-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"o3t9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b5","text":"THE EUROPEAN PARLIAMENT AND THE COUNCIL OF THE EUROPEAN UNION,","text_embedding":[0.03692841902375221,0.13801249861717224,0.11011253297328949,-0.10983967781066895,-0.06479369103908539,0.30464351177215576,0.026093102991580963,0.17341293394565582,-0.05606920272111893,0.14069175720214844,0.0886818915605545,0.042576368898153305,-0.17794960737228394,0.33206918835639954,0.25870224833488464,0.005241773556917906,-0.02907109260559082,0.20689471065998077,0.061674732714891434,-0.04800647124648094,0.44290468096733093,0.13514326512813568,0.2343573272228241,0.2979786992073059,0.34707948565483093,-0.10428324341773987,-0.1029067188501358,-0.29547134041786194,0.127007856965065,-0.07681255787611008,-0.018140016123652458,0.015510336495935917,0.13824468851089478,-0.0810270830988884,0.49385765194892883,0.10244143009185791,-0.08079905807971954,-0.07533954828977585,-0.10412446409463882,-0.10562784969806671,0.14142192900180817,-0.4517063498497009,0.03412990644574165,0.20852987468242645,0.0212852880358696,-0.11468454450368881,0.19129782915115356,0.5362444519996643,-0.1705644726753235,0.07327844947576523,-0.35979461669921875,0.015557374805212021,0.3109930157661438,0.07337017357349396,0.033391717821359634,-0.18312321603298187,-0.1991443634033203,-0.23575279116630554,-0.23962046205997467,-0.363712340593338,0.16719183325767517,0.07782547920942307,0.24652735888957977,-0.26575708389282227,0.097881980240345,-0.1051110178232193,0.04845508188009262,0.19366757571697235,-0.6112697124481201,-0.4265683889389038,-0.014618726447224617,0.12527918815612793,-0.09123532474040985,-0.07171601802110672,0.10491175949573517,-0.17547985911369324,-0.46615299582481384,0.22071877121925354,0.32377269864082336,-0.027179300785064697,0.06238919124007225,0.01930195279419422,0.30889320373535156,0.314679354429245,0.0794675350189209,0.04440169781446457,0.2672819495201111,-0.1289699524641037,-0.190897136926651,0.10948894917964935,-0.1092124879360199,-0.13900308310985565,0.187120258808136,0.1191238984465599,0.055608365684747696,0.11768695712089539,0.13968048989772797,-0.09650643169879913,-0.23544126749038696,-0.20299553871154785,-0.36581093072891235,-0.11786186695098877,-0.2811127305030823,0.06857554614543915,0.04429022967815399,0.12960168719291687,-0.14764030277729034,-0.14452828466892242,0.240229532122612,0.29280713200569153,0.3171928822994232,-0.2657718360424042,-0.025356462225317955,-0.25432756543159485,-0.07101276516914368,0.3043622672557831,0.1104089543223381,-0.14480169117450714,0.06595376133918762,0.020523689687252045,0.16554787755012512,0.220137819647789,-0.12225638329982758,0.15756545960903168,0.1888277232646942,-0.4595840871334076,0.1460990011692047,-0.071044921875,-0.43538305163383484,-0.008678174577653408,0.04778890311717987,0.0421750508248806,-0.17130273580551147,0.01810419373214245,-0.10893929749727249,0.17474053800106049,0.15715709328651428,-0.4090760350227356,0.17416906356811523,0.3057725131511688,0.015008633024990559,-0.07147097587585449,-0.1316407322883606,-0.0769226998090744,0.3371323049068451,0.0015792754711583257,-0.18007227778434753,-0.07158470898866653,0.08191565424203873,-0.19397416710853577,0.04481150954961777,-0.1459607034921646,-0.19836346805095673,0.03492478281259537,0.006346777081489563,0.1750759333372116,-0.076547771692276,0.08710641413927078,0.030432434752583504,0.25377100706100464,-0.15508334338665009,-0.3074655830860138,0.12707620859146118,0.10001003742218018,0.20027177035808563,-0.05704960599541664,0.12332888692617416,0.036795880645513535,0.11296724528074265,0.2988533079624176,-0.042641185224056244,-0.12495347857475281,0.43427520990371704,0.057454224675893784,-0.08044397085905075,0.2737838923931122,0.4375019669532776,0.2367231696844101,0.006747988518327475,0.18848773837089539,-1.4609230756759644,0.2430625855922699,-0.5669203996658325,0.02037213370203972,0.19334568083286285,0.0071286591701209545,0.2788655459880829,0.08896230161190033,-0.20169036090373993,-0.0981387346982956,0.10736671835184097,-0.20900121331214905,0.4532746970653534,0.23481127619743347,0.18436671793460846,-0.1618470549583435,-0.21185754239559174,0.1263410449028015,0.11834625154733658,-0.04608682915568352,-0.16686883568763733,-0.15422582626342773,0.07278240472078323,-0.03334791958332062,0.02301187627017498,0.1588999181985855,-0.08274940401315689,-0.12697945535182953,-0.15090498328208923,0.19695758819580078,-0.3213133215904236,0.11740005761384964,0.11589033901691437,0.3443407714366913,-0.012008787132799625,-0.3818800747394562,-0.19470031559467316,-0.0909893587231636,-0.1250828057527542,-0.00812283344566822,0.08084751665592194,0.43010103702545166,-0.08762006461620331,0.2735547721385956,0.05352376028895378,0.3009220361709595,0.2147146314382553,-0.23401473462581635,-0.10786184668540955,-0.2969619035720825,0.10142939537763596,-0.01903359964489937,0.18620556592941284,-0.06366018950939178,0.0999797061085701,-0.19004014134407043,-0.3766525685787201,0.07250524312257767,0.3776762783527374,-0.3993086814880371,0.41164252161979675,-0.0919339507818222,0.05168731510639191,0.02996150590479374,-0.15906241536140442,0.1381838172674179,0.055563315749168396,0.11988814920186996,0.13245713710784912,0.10085903853178024,-0.3943648636341095,0.15700890123844147,-0.20256027579307556,0.0029635103419423103,-0.006192829925566912,-0.2404627501964569,0.2954837679862976,-0.1520373672246933,0.2823517918586731,-0.050849996507167816,-0.029793569818139076,-0.2023928016424179,-0.1678193360567093,-0.04721388593316078,0.11960314214229584,-0.26879793405532837,-0.04736624285578728,-0.7382982969284058,0.06317368149757385,-0.2278776913881302,0.17978784441947937,0.16155791282653809,-0.2852827310562134,0.04320720583200455,-0.0323113389313221,-0.4670041501522064,0.17892329394817352,0.22497303783893585,0.12628237903118134,-0.3713296055793762,-0.08203957974910736,-0.00436768401414156,-0.2968125343322754,-0.026670821011066437,-0.08945377171039581,-0.05663115158677101,-0.22719155251979828,-0.4359537363052368,-0.009555901400744915,-0.21067951619625092,0.5423278212547302,0.4304228127002716,-0.05840204656124115,-0.27173423767089844,0.06819365173578262,0.17254850268363953,-0.013090982101857662,0.10528907179832458,0.11867911368608475,-0.0018495505210012197,-0.08265417069196701,0.3393351435661316,0.1497187465429306,-0.03607957810163498,0.5016721487045288,-0.5396934151649475,0.023311056196689606,-0.26077941060066223,-6.784995079040527,0.05275815352797508,-0.1793813556432724,-0.22361896932125092,0.7613385319709778,0.3463975191116333,0.04201677069067955,-0.025601329281926155,-0.07185734808444977,-0.08040063083171844,-0.1406623125076294,-0.026595700532197952,-0.22993002831935883,0.3082844018936157,-0.08017212897539139,0.032632194459438324,-0.5369299650192261,-0.17111311852931976,-0.07812534272670746,0.03224962577223778,-0.008665296249091625,-0.47821295261383057,0.11380775272846222,0.02225678041577339,0.34437546133995056,-0.13757361471652985,-0.07029939442873001,-0.04483265057206154,0.3195236623287201,-0.20832736790180206,0.22480382025241852,-0.3350183069705963,-0.22269362211227417,0.33350637555122375,0.10957468301057816,-0.10377568751573563,0.282181054353714,-0.031528908759355545,-0.09902681410312653,-0.33588477969169617,-0.040188468992710114,-0.34496891498565674,0.39381158351898193,-0.09137001633644104,0.22922243177890778,-0.312106192111969,-0.2162562757730484,-0.09715739637613297,-0.4018860161304474,0.08277041465044022,0.11432090401649475,0.36624640226364136,0.03504214435815811,-0.10991568118333817,-0.12344475835561752,0.15983492136001587,0.07444792240858078,0.2790851294994354,-0.12271930277347565,0.05632682517170906,-0.18012411892414093,-0.0025736575480550528,0.10138639062643051,-0.24177482724189758,0.048209913074970245,-0.12831714749336243,-0.4927314519882202,0.2929295301437378,0.22513237595558167,-0.120808444917202,0.22234487533569336,0.160146564245224,-0.40263497829437256,-0.7419188618659973,0.015020078979432583,-0.5035616159439087,0.2820422649383545,-0.13756750524044037,0.21606716513633728,-0.016867034137248993,0.23219487071037292,0.09270571172237396,-0.04072590917348862,0.32100680470466614,0.008618288673460484,-0.0056575629860162735,-0.11207512766122818,0.27401188015937805,-0.06902824342250824,-0.2355860024690628,0.17030280828475952,-0.27135413885116577,-0.3306444585323334,0.1940275877714157,0.23391017317771912,0.1522161215543747,-0.2804083824157715,0.20090773701667786,-0.00802063662558794,0.08693046867847443,0.00918603129684925,-0.03396429121494293,0.1331777721643448,0.08313249051570892,0.204792320728302,-0.15485014021396637,-0.3369675874710083,0.22551363706588745,0.05874555930495262,-0.02953125163912773,0.07200519740581512,-0.07742155343294144,0.0493389330804348,-0.08020146191120148,-0.34941306710243225,0.020285379141569138,0.05928987264633179,0.18849508464336395,0.0382450670003891,0.05264182388782501,-0.5582054257392883,0.6215983033180237,-0.15230092406272888,0.14920224249362946,-0.0726088210940361,0.22029486298561096,-0.35090482234954834,0.009622772224247456,0.16182756423950195,0.1705838143825531,-0.34639814496040344,0.11413388699293137,0.242404043674469,-0.1504918336868286,0.6606329679489136,0.09993521124124527,-0.14783495664596558,-0.38556578755378723,-0.23980402946472168,0.4639367461204529,0.11083351075649261,0.05862194672226906,-0.09889344125986099,-0.15068329870700836,-0.09947078675031662,0.08175475895404816,0.3555523455142975,0.08022424578666687,0.363911896944046,-0.1649826318025589,-0.03674125298857689,-0.062499385327100754,0.3364524245262146,-0.026729295030236244,-0.17327234148979187,0.030268503352999687,0.25153735280036926,-0.03355919569730759,0.06983577460050583,-0.04860273748636246,0.1460573971271515,-0.10339851677417755,0.002709747292101383,0.035624291747808456,0.10241851210594177,0.045419201254844666,0.022258440032601357,-0.2941592037677765,0.08000572770833969,0.016281286254525185,-0.10841096192598343,-0.1123725175857544,-0.007772088050842285,0.19111889600753784,-0.42622625827789307,0.1999785304069519,-0.2536129951477051,0.0439111553132534,-0.1870804876089096,0.0651841089129448,0.14440006017684937,0.2328134924173355,-0.06592229753732681,-0.07745872437953949,0.09724975377321243,-0.03327622264623642,0.26254794001579285,-0.09894251823425293,0.06378280371427536,-0.24699927866458893,0.16777318716049194,0.3126630485057831,0.10312868654727936,0.27078521251678467,-0.10615222901105881,-0.49784523248672485,-0.03780411556363106,0.2176760733127594,-0.08174379169940948,0.08104321360588074,0.08432643860578537,-0.1667921394109726,0.3140046000480652,-0.04190749302506447,-0.6468883156776428,0.03779721260070801,0.07633555680513382,-0.1722956746816635,0.18507708609104156,-0.24587474763393402,0.0661403238773346,0.060417767614126205,-0.3805237114429474,0.5947604775428772,-0.1320231556892395,-0.26202720403671265,0.22314168512821198,-0.18382444977760315,-0.5441782474517822,0.09916145354509354,-0.14636966586112976,-0.10742802917957306,0.013032578863203526,-0.016104351729154587,-0.5231834053993225,0.21710087358951569,-0.0034652994945645332,0.15179432928562164,0.12785686552524567,0.24949416518211365,-0.08202977478504181,0.016958901658654213,-0.030091997236013412,-0.1431189775466919,0.019956644624471664,0.2938079237937927,-0.04295734316110611,-0.4804665744304657,-0.15984566509723663,0.28074517846107483,0.18182048201560974,-0.3730546534061432,-0.0031259816605597734,-0.45232024788856506,0.16627250611782074,0.41377681493759155,-0.014824704267084599,0.14922860264778137,-0.019702652469277382,0.13754071295261383,0.0017479314701631665,0.14475591480731964,0.21231435239315033,-0.27000606060028076,-0.047723058611154556,-0.23835338652133942,-0.15723180770874023,-0.027504703029990196,-0.12828904390335083,-0.16038139164447784,-0.2880546748638153,-0.2510141134262085,-0.24778224527835846,0.08012713491916656,0.0566144622862339,0.10941798985004425,-0.035191621631383896,0.09584113210439682,-0.15541516244411469,-0.12442420423030853,0.2245640903711319,-0.07024327665567398,-0.0013643138809129596,0.11046901345252991,-0.027720429003238678,-0.09368951618671417,-0.31045547127723694,-0.06754199415445328,0.09993477165699005,-0.08441567420959473,-0.5484045743942261,0.13692384958267212,-0.054175715893507004,0.08104044944047928,0.0068662213161587715,-0.18710024654865265,-0.1007489264011383,0.20422735810279846,-0.5169007182121277,-0.36224526166915894,0.35921937227249146,-0.06721173971891403,-0.30116528272628784,-0.02967580035328865,-0.1977572739124298,0.029181169345974922,0.3424546420574188,0.32479128241539,0.2639482617378235,-0.16768527030944824,-0.3137378990650177,-0.022064674645662308,0.03371230512857437,-0.3837275207042694,-0.037238530814647675,0.1994752734899521,0.051774874329566956,-0.045850131660699844,-0.03668520972132683,0.025781158357858658,0.15623100101947784,-0.31429943442344666,0.3677397072315216,-0.06002090126276016,-0.5095977187156677,-0.0003966087242588401,0.18666768074035645,-0.34994426369667053,0.0628199502825737,-0.12205139547586441,0.1948135793209076,0.042688146233558655,0.357366144657135,-0.07212932407855988,0.1210087463259697,0.33782628178596497,-0.16201382875442505,0.031159203499555588,0.029633713886141777,0.18596257269382477,-0.019634000957012177,0.28213149309158325,-0.14512284100055695,0.18702006340026855,0.13999208807945251,-0.2001650035381317,-0.04206514731049538,-0.228058323264122,0.18556611239910126,0.4208141565322876,0.11345042288303375,0.24260884523391724,-0.6340933442115784,0.18628385663032532,0.06843020766973495,0.12375582754611969,-0.2199833244085312,0.07321003079414368,0.0660158321261406,0.5044864416122437,0.023080239072442055,-0.22954188287258148,-0.10786879062652588,-0.053101666271686554,-0.07165609300136566,-0.08101043105125427,0.36569932103157043,0.26795825362205505,-0.19659623503684998,-0.029438406229019165,0.2942579984664917,0.32794442772865295,0.057321205735206604,-0.04218436777591705,-0.13571622967720032,0.009313398040831089,-0.0016643783310428262,0.006572259124368429,0.09527106583118439,-0.027630917727947235,0.2468748241662979,-0.4088583290576935,-0.23972448706626892,-0.1462274193763733,0.08727322518825531,-0.5123482346534729,-0.019953090697526932,0.18029965460300446,0.10921086370944977,0.15047141909599304,-0.11234752088785172,-0.2046714872121811,-0.028948791325092316,-0.148933544754982,-0.3426051735877991,-0.09481717646121979,0.22264926135540009,-0.2754124104976654,-0.345655232667923,-0.2877557873725891,-0.15841469168663025,-0.14232094585895538,0.2017819881439209,0.36712461709976196,-0.05982167273759842,-0.20632825791835785,0.24901041388511658,-0.028334349393844604,0.14317145943641663,0.10365431755781174,0.038791537284851074,0.10825210064649582,-0.14469407498836517,-0.16818860173225403,-0.07420971989631653,0.027486126869916916,0.06742383539676666,-0.30513274669647217,0.07880602777004242,0.07933251559734344,0.5263312458992004,-0.09935172647237778,-0.32814520597457886,0.48106151819229126,-0.2946186363697052,0.15658041834831238,0.17996732890605927,0.4341892898082733,0.45041507482528687,0.17650307714939117,0.004814640618860722,-0.29414570331573486,0.2912234961986542,-0.1276250034570694,-0.2349938601255417,0.08528762310743332,0.43406665325164795,0.39750370383262634,-0.20459644496440887,0.21959908306598663,-0.07561720162630081,-0.20637433230876923,0.07721009850502014,0.1375870704650879,-0.13859261572360992,-0.0006378801772370934,-0.1290179193019867,0.2476951777935028,-0.32185983657836914,-0.19587013125419617,-0.12658704817295074,0.4210655093193054,-0.15686893463134766,-0.23181697726249695,0.39150646328926086,-0.06376431882381439,0.11301172524690628,-0.05328436195850372,0.0803612768650055,-0.022569824010133743,-0.01877499371767044,0.011493653059005737,-0.06274248659610748,-0.1443912386894226,0.4348955452442169,-0.33657538890838623,0.11454381048679352,-0.01119193248450756,-0.18908320367336273,-0.1972428411245346],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"pHt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b6","text":"Having regard to the Treaty on the Functioning of the European Union, and in particular Article 192(3) thereof,","text_embedding":[-0.002230223501101136,0.2595725357532501,0.11406342685222626,-0.14881210029125214,0.06601705402135849,-0.06007795035839081,-0.024426650255918503,0.2419443577528,0.143346905708313,0.24133819341659546,-0.3607323169708252,0.24744229018688202,-0.4497182071208954,0.05676056817173958,0.23878735303878784,0.3509165942668915,0.2289842665195465,0.1330322027206421,0.14999376237392426,-0.5087816715240479,0.3703889548778534,0.21178942918777466,0.24957908689975739,0.33813339471817017,0.23093265295028687,0.18820853531360626,0.002649829490110278,-0.24696917831897736,-0.15396539866924286,0.27425235509872437,0.31563839316368103,-0.37499290704727173,0.06180081516504288,0.4327546954154968,0.05948840081691742,0.5087604522705078,0.04044647142291069,-0.3168874680995941,0.07258542627096176,-0.2634766697883606,0.10539477318525314,-0.21947361528873444,0.12211987376213074,0.08466275036334991,0.1846807897090912,-0.21453537046909332,0.2367805540561676,0.4262779951095581,0.19419363141059875,0.1865704208612442,-0.4581383764743805,0.024187197908759117,0.1306992769241333,0.3029990792274475,-0.04310676455497742,-0.1860819011926651,-0.23811736702919006,-0.37832269072532654,-0.1487918496131897,-0.543721079826355,0.3465402126312256,0.0492570735514164,0.3763468861579895,-0.09900591522455215,0.18960624933242798,-0.12390341609716415,0.026296162977814674,0.3642117977142334,-0.4333653748035431,-0.6358354687690735,0.16720998287200928,0.1596207469701767,-0.15160685777664185,-0.23067158460617065,0.44946929812431335,-0.014821729622781277,-0.35115721821784973,-0.00798556674271822,-0.07937534153461456,0.45723456144332886,0.28572866320610046,0.1269817352294922,0.18676520884037018,0.2019156664609909,0.011918116360902786,-0.11930614709854126,0.4890276789665222,-0.07899138331413269,-0.3075794279575348,-0.04484754428267479,0.0012138801394030452,0.07841446250677109,0.13534343242645264,0.00030106306076049805,-0.020549338310956955,0.11578553915023804,-0.23371194303035736,-0.2782236337661743,-0.08121831715106964,-0.011156811378896236,-0.10954976081848145,0.33563727140426636,-0.29427483677864075,0.002906505949795246,-0.09303542971611023,0.028862308710813522,-0.02236674726009369,-0.3833792507648468,0.26887863874435425,0.34172478318214417,0.15181036293506622,-0.20003783702850342,-0.03328610211610794,-0.5178375840187073,-0.05793062224984169,0.740638017654419,-0.07488087564706802,-0.2325345277786255,-0.10775276273488998,0.28828445076942444,0.4662497043609619,0.15183500945568085,0.044231727719306946,0.3469873368740082,0.5347316861152649,-0.560153603553772,0.43315887451171875,-0.32575419545173645,-0.34113287925720215,0.13103251159191132,0.015935087576508522,0.1329997032880783,-0.3288131058216095,0.18019884824752808,-0.42580223083496094,0.11841350793838501,0.2141617238521576,-0.6601096987724304,-0.1278744488954544,0.10320272296667099,0.13933715224266052,-0.19826923310756683,-0.2600402534008026,-0.2879515588283539,0.20963294804096222,0.2417723834514618,-0.003636786947026849,0.043145857751369476,0.11406593024730682,-0.24117591977119446,0.03459281101822853,0.04927561804652214,-0.22252464294433594,0.13965757191181183,0.01623789593577385,-0.06879498809576035,0.04145503416657448,0.2867201864719391,-0.17813976109027863,-0.15531063079833984,-0.031151028349995613,0.06268578767776489,0.22051529586315155,0.3699636459350586,0.2819031774997711,-0.21588878333568573,0.08592654019594193,-0.004211504943668842,0.16154798865318298,0.08483566343784332,0.022884981706738472,-0.018085479736328125,0.5090188384056091,-0.20234042406082153,-0.07463216781616211,0.2089928388595581,-0.027796048671007156,0.23101398348808289,0.014909420162439346,-0.19406917691230774,-1.4615129232406616,0.24636833369731903,-0.23513923585414886,0.24396775662899017,-0.2535984218120575,-0.061247728765010834,-0.09348293393850327,-0.10422465950250626,-0.09910235553979874,-0.07618691772222519,0.10708220303058624,-0.2165549397468567,0.7168617844581604,-0.15261401236057281,0.37059664726257324,-0.20716968178749084,-0.1434425413608551,0.13888029754161835,0.11826851218938828,0.05051849037408829,-0.19669173657894135,0.11518346518278122,0.6266420483589172,0.261634886264801,-0.08894000947475433,-0.005889096297323704,-0.35426291823387146,0.07989795506000519,-0.16127775609493256,0.2929728031158447,0.0016828906955197453,-0.11641683429479599,-0.034470487385988235,-0.04054960235953331,-0.18578943610191345,-0.43806007504463196,-0.24267573654651642,-0.10071033239364624,-0.10056903958320618,0.0035705585032701492,-0.05783640965819359,0.24605561792850494,0.06409665942192078,0.2694258689880371,0.2618887722492218,0.0858822837471962,0.40350693464279175,0.0015958267031237483,0.0007145857671275735,-0.3735673129558563,-0.0257275328040123,-0.0618852823972702,0.6050655245780945,0.03286058455705643,0.24144187569618225,-0.15290595591068268,-0.3257477283477783,0.29668697714805603,0.17191705107688904,-0.7110204100608826,-0.07185246795415878,-0.14929844439029694,0.1860102117061615,-0.08274922519922256,0.08546354621648788,0.31644994020462036,0.05043618381023407,0.020258493721485138,0.09358585625886917,0.2537741959095001,-0.35691994428634644,0.1984269917011261,-0.10514727234840393,0.09049252420663834,0.06950043141841888,-0.052519217133522034,0.08194117248058319,0.1047767847776413,0.06637072563171387,-0.11753154546022415,-0.2537994086742401,-0.19618655741214752,-0.27507197856903076,0.060487475246191025,0.1529518961906433,-0.033928368240594864,-0.09944068640470505,-0.6637130975723267,-0.3499983847141266,-0.0742521658539772,0.49499207735061646,0.18037185072898865,-0.35374924540519714,-0.07897596061229706,-0.0651603490114212,-0.026147164404392242,0.23220336437225342,0.2492937445640564,0.02765265852212906,-0.475730299949646,-0.20432274043560028,-0.09930608421564102,-0.22353167831897736,-0.15420067310333252,0.03968269005417824,-0.3852558135986328,-0.1279972791671753,-0.5865755677223206,-0.0230229664593935,-0.28387323021888733,0.68434739112854,0.29326415061950684,0.11587882786989212,-0.3079676330089569,-0.18583229184150696,0.1496199369430542,-0.3487698435783386,0.286504328250885,0.19766274094581604,0.23687125742435455,-0.4366818964481354,0.11990199983119965,0.12671822309494019,0.05696657672524452,0.5428580641746521,-0.027064494788646698,0.043180808424949646,-0.14081302285194397,-6.497379779815674,-0.011007120832800865,-0.2019033432006836,-0.28048014640808105,0.7134421467781067,0.31157833337783813,0.10098357498645782,0.12224803864955902,-0.06245065852999687,-0.2828321158885956,-0.30013489723205566,0.09040405601263046,-0.24106742441654205,0.3481801748275757,-0.07572415471076965,-0.1785072684288025,-0.32306113839149475,-0.24641479551792145,-0.16137731075286865,0.11184509098529816,-0.3345583975315094,-0.45501312613487244,0.03744800388813019,0.13476011157035828,0.33731773495674133,-0.36979958415031433,-0.1527594029903412,-0.19926732778549194,0.07517266273498535,-0.44061821699142456,-0.016669265925884247,-0.3473610579967499,-0.02185731939971447,0.023662658408284187,0.1378936618566513,0.17897801101207733,0.523012638092041,-0.045402754098176956,0.22221042215824127,-0.4828556180000305,0.051680851727724075,-0.3408762216567993,0.3843124508857727,-0.049793731421232224,0.29009130597114563,0.07250594347715378,-0.05286896228790283,0.2801578640937805,-0.45934027433395386,0.18239372968673706,-0.15090331435203552,0.27473944425582886,-0.05119720846414566,-0.03653343766927719,-0.6086431741714478,0.15238763391971588,0.023202931508421898,-0.04047192260622978,-0.2123900204896927,-0.016034767031669617,0.023911524564027786,-0.11080002039670944,-0.09018629789352417,-0.03210098296403885,0.09557829052209854,0.26995599269866943,-0.6272796392440796,0.0906953439116478,0.04499460756778717,-0.057060033082962036,0.26180198788642883,0.7152402400970459,-0.4188985526561737,-0.7476111650466919,-0.207804337143898,-0.23998242616653442,0.06269658356904984,-0.1791597604751587,0.15575015544891357,0.015095039270818233,0.07476160675287247,-0.140049546957016,0.2352481633424759,0.37953272461891174,-0.11890454590320587,0.008007003925740719,0.2260100543498993,0.1814645379781723,-0.26561620831489563,-0.6683618426322937,0.5642492175102234,-0.09135965257883072,-0.4998272657394409,0.04560449719429016,0.0563066191971302,0.023261012509465218,-0.1987515240907669,-0.0057905386202037334,-0.10603948682546616,0.07195000350475311,-0.1547371745109558,-0.08215155452489853,0.24698570370674133,0.13355831801891327,0.3137229084968567,-0.14026592671871185,-0.31913602352142334,0.020093068480491638,0.157781720161438,-0.05465816333889961,0.2708086669445038,-0.08736655116081238,0.27911797165870667,0.0531545914709568,-0.22890637814998627,-0.02198212221264839,0.39398300647735596,-0.17945216596126556,0.2886219322681427,-0.023534856736660004,-0.4174906611442566,0.3941381871700287,-0.22767166793346405,0.17554406821727753,-0.46107855439186096,0.3161889314651489,-0.40291309356689453,0.017852215096354485,0.23228095471858978,0.06683029979467392,-0.19016216695308685,0.4074985980987549,0.2653099000453949,-0.012326193042099476,0.778700053691864,0.029926171526312828,0.002302846871316433,0.029780955985188484,0.10309719294309616,0.28397300839424133,0.18750102818012238,0.3374481201171875,-0.38888126611709595,-0.15055689215660095,-0.09900836646556854,0.0957764983177185,0.47962498664855957,-0.04531630501151085,0.23766839504241943,0.024966368451714516,0.22424663603305817,-0.3505185842514038,0.4169538617134094,-0.005683630704879761,-0.27417048811912537,0.1197628602385521,0.465606153011322,0.0667136088013649,0.22546234726905823,0.06811743974685669,0.0003739082894753665,0.15289686620235443,-0.20802803337574005,-0.025851141661405563,0.23828637599945068,0.26553431153297424,-0.15503059327602386,-0.24876588582992554,-0.10371436923742294,0.18081332743167877,-0.16766317188739777,0.16365043818950653,-0.22115102410316467,0.053318314254283905,-0.15444545447826385,0.28982433676719666,-0.5067651867866516,0.07418651133775711,-0.0005358791095204651,0.23702670633792877,0.30880698561668396,0.18841087818145752,-0.3255317211151123,-0.17882028222084045,-0.00955373514443636,-0.21857166290283203,0.2222418189048767,-0.07990431785583496,-0.04486974701285362,-0.2312505692243576,-0.020878467708826065,0.21942752599716187,0.16085034608840942,0.5527285933494568,-0.0037964547518640757,-0.31464460492134094,0.04725360870361328,-0.06534497439861298,-0.5231584310531616,0.28353819251060486,0.3265293836593628,-0.3631193935871124,0.1627417355775833,0.09520755708217621,-0.6490230560302734,-0.1225576102733612,0.08072008937597275,-0.09847906231880188,0.1921001821756363,-0.29692429304122925,-0.07598558068275452,0.0948961079120636,-0.09460403770208359,0.5624753832817078,0.031361039727926254,-0.14424757659435272,0.2526760399341583,0.07241099327802658,-0.5855386257171631,-0.06358043849468231,0.22454127669334412,0.04411441832780838,0.028560729697346687,-0.18313579261302948,-0.36545640230178833,0.04126027971506119,-0.013708825223147869,0.2785681486129761,0.06646127998828888,0.3593566417694092,-0.3866941034793854,-0.18121515214443207,0.062070082873106,-0.24702942371368408,0.09743808954954147,0.10621093958616257,-0.36036500334739685,-0.10157247632741928,0.04110712558031082,0.1695786416530609,0.13918446004390717,-0.004463437013328075,0.20722584426403046,-0.10414351522922516,0.09887602180242538,0.29389193654060364,0.06655152142047882,0.06901440769433975,-0.06009908765554428,0.2513449788093567,0.056508637964725494,-0.02846839651465416,0.07522427290678024,-0.25357291102409363,0.028913643211126328,-0.17840251326560974,-0.09770844131708145,-0.17086200416088104,-0.1510522961616516,-0.05734218657016754,0.08009400963783264,-0.21686610579490662,-0.27692654728889465,-0.15225324034690857,0.08395899832248688,-0.033184099942445755,-0.023626530542969704,-0.0539177767932415,-0.3240920305252075,-0.07931920886039734,0.2605578303337097,-0.032993294298648834,-0.23870567977428436,0.08824069052934647,0.2538652718067169,0.14384374022483826,-0.17318391799926758,0.11474119126796722,0.24717868864536285,-0.15986475348472595,-0.556816577911377,0.004018137231469154,0.23140594363212585,-0.07663938403129578,0.33841216564178467,-0.19640587270259857,-0.1616383045911789,-0.008229881525039673,-0.23697225749492645,-0.18969115614891052,0.2518695592880249,-0.11016740649938583,-0.5978927612304688,-0.08140581101179123,-0.24974937736988068,0.015608686953783035,0.21371711790561676,0.4071425497531891,0.03913820907473564,0.06574425846338272,-0.335723876953125,-0.01068946998566389,0.15674419701099396,-0.14165876805782318,-0.24414125084877014,0.12208038568496704,-0.02995641902089119,-0.0949893593788147,-0.4801065921783447,0.4367927610874176,0.03048105724155903,-0.3754088580608368,0.17820404469966888,-0.007432613521814346,-0.04775669425725937,-0.43820667266845703,0.30739593505859375,-0.34962835907936096,0.14613312482833862,-0.04728412255644798,0.24480418860912323,0.05876640975475311,0.23733749985694885,0.1196204200387001,0.49104198813438416,-0.06696487218141556,-0.14092311263084412,0.29864585399627686,0.10518943518400192,0.45223748683929443,-0.38976654410362244,0.07520617544651031,0.19872482120990753,0.004258858971297741,0.42787453532218933,-0.05147901177406311,0.19738300144672394,-0.45318108797073364,-0.05816982313990593,0.2619698941707611,0.11395896226167679,0.11969075351953506,-0.31686872243881226,-0.035944823175668716,0.2810940444469452,0.33683162927627563,-0.3548901081085205,-0.05640774592757225,0.13198509812355042,0.5803495645523071,0.14886526763439178,-0.07828616350889206,0.06723622232675552,0.07472631335258484,-0.04280301555991173,0.0954962894320488,0.16337069869041443,-0.03231373429298401,-0.39299070835113525,0.11980388313531876,-0.08165048807859421,-0.028411174193024635,-0.029645437374711037,-0.11904437094926834,-0.03499497100710869,-0.17264682054519653,-0.22711345553398132,-0.3865605592727661,0.33604392409324646,-0.2801663875579834,0.09808703511953354,-0.5186317563056946,-0.387086421251297,-0.15846094489097595,0.4466061294078827,-0.6497482061386108,-0.1341407597064972,0.30288878083229065,0.22468772530555725,-0.02046089619398117,-0.44901612401008606,-0.07227915525436401,0.07168865948915482,-0.1999005675315857,-0.30747178196907043,-0.002822887385264039,0.2743276357650757,-0.3189617991447449,-0.12462606281042099,-0.22834472358226776,-0.28208428621292114,-0.05123519524931908,-0.16561147570610046,0.2533654272556305,0.15227729082107544,0.004129743669182062,0.04663090780377388,-0.1510949730873108,0.24457141757011414,0.12505556643009186,-0.11661167442798615,-0.14443352818489075,-0.14107626676559448,-0.531173050403595,0.05539780482649803,0.07865071296691895,-0.004733354318886995,0.0025095962919294834,0.07402059435844421,0.20863966643810272,0.33022841811180115,-0.07008685916662216,-0.3157922625541687,0.1135718896985054,-0.21667158603668213,-0.06177060306072235,-0.0036914837546646595,0.1908150464296341,0.4985750615596771,0.222111776471138,-0.29090020060539246,-0.3237091898918152,0.06649019569158554,-0.12126288563013077,-0.5956774950027466,0.08703838288784027,0.4274037480354309,0.33845198154449463,-0.032157935202121735,0.49801579117774963,0.017842836678028107,-0.2709594666957855,0.14591369032859802,0.19836167991161346,-0.19453680515289307,-0.13597001135349274,-0.25778263807296753,0.39529648423194885,-0.44701096415519714,0.03769319877028465,-0.11753444373607635,0.35758262872695923,-0.13087202608585358,-0.19233161211013794,0.06984346359968185,-0.07905560731887817,0.2274785190820694,0.2097868174314499,-0.3510514795780182,-0.13790631294250488,-0.01119473297148943,0.1443251371383667,-0.011910490691661835,-0.37169700860977173,0.2578238546848297,-0.560250997543335,0.19729912281036377,-0.12635864317417145,-0.18556363880634308,-0.16467954218387604],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"pXt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b7","text":"Having regard to the proposal from the European Commission,","text_embedding":[-0.0494229681789875,-0.10401201993227005,0.22354882955551147,-0.271296888589859,-0.026214132085442543,0.017254158854484558,-0.15972889959812164,-0.2003771811723709,0.07282906025648117,-0.024459565058350563,0.09937833994626999,0.13082055747509003,0.05423896387219429,0.33095261454582214,0.23601460456848145,-0.015813129022717476,0.11501235514879227,0.20211641490459442,-0.09729669243097305,0.06249816715717316,0.6296473741531372,0.4179857075214386,0.06251692026853561,0.18156294524669647,0.17826461791992188,-0.23783081769943237,0.09555269032716751,-0.08068761974573135,0.0071723260916769505,0.062428344041109085,0.13377141952514648,-0.011932048946619034,-0.03286580741405487,-0.02130245603621006,-0.04123503342270851,0.18560422956943512,-0.04445112124085426,-0.029442250728607178,-0.5214480757713318,-0.18780387938022614,0.3098684847354889,-0.09662830829620361,0.14384578168392181,0.073166124522686,0.25815874338150024,-0.07501807808876038,0.35716381669044495,0.6252009272575378,-0.009534007869660854,-0.2212689369916916,-0.22315962612628937,0.0032464417163282633,0.2781154215335846,-0.08561128377914429,-0.15125571191310883,-0.30125072598457336,-0.22816191613674164,-0.49163898825645447,0.03303065523505211,-0.3996671736240387,0.07239276170730591,-0.011540415696799755,0.5875105261802673,0.05093305930495262,0.26378709077835083,-0.07820827513933182,-0.07890261709690094,0.4919738471508026,-0.38795945048332214,-0.4623103439807892,-0.18257613480091095,0.07393787056207657,-0.17796097695827484,-0.18346844613552094,0.06079232692718506,-0.08278541266918182,-0.44885754585266113,0.5164797306060791,0.22775693237781525,0.07508624345064163,0.10780670493841171,0.17112088203430176,0.01323191449046135,0.3915442228317261,-0.15418855845928192,-0.05451396107673645,0.7507657408714294,-0.19292397797107697,-0.20928449928760529,0.16042818129062653,-0.13141728937625885,-0.28888216614723206,0.32157376408576965,0.08697100728750229,0.13891716301441193,0.24946247041225433,0.29291874170303345,-0.161407008767128,-0.2980082333087921,-0.14815153181552887,-0.3456939160823822,-0.257441908121109,-0.5152150988578796,0.006413088645786047,-0.04003998637199402,-0.2625805139541626,-0.05709163472056389,-0.4320782721042633,0.11313676834106445,0.33719325065612793,0.09782599657773972,-0.4288858473300934,0.07448969781398773,-0.44799745082855225,0.10575208812952042,0.5331265330314636,0.11074378341436386,-0.2420412302017212,-0.2035553902387619,0.054214268922805786,0.17461813986301422,0.46223393082618713,-0.12424261122941971,0.23514358699321747,0.29355356097221375,-0.15584062039852142,0.07237109541893005,-0.0979180559515953,-0.4049339294433594,0.08153045922517776,0.18604595959186554,-0.11097157001495361,-0.20067615807056427,0.009307663887739182,-0.11209829896688461,-0.05897001922130585,0.0385763943195343,-0.3757147490978241,0.16861402988433838,0.1975799947977066,-0.023228047415614128,0.013509509153664112,-0.09449414163827896,-0.20793072879314423,0.27252236008644104,0.2655688226222992,-0.1325768083333969,0.09815824776887894,-0.009481571614742279,-0.10557583719491959,-0.150015190243721,-0.041791897267103195,-0.14598339796066284,0.07810349017381668,0.039038944989442825,0.11280325800180435,-0.019897406920790672,0.3936268091201782,-0.01489410549402237,0.007230954710394144,0.0536281019449234,-0.12746474146842957,0.05961204692721367,0.43487218022346497,0.2446732521057129,-0.10526011139154434,0.14818203449249268,0.2810319662094116,0.24853301048278809,0.25634002685546875,-0.067726731300354,0.0669664666056633,0.4168252646923065,-0.26551052927970886,0.12013588100671768,0.3165699541568756,0.0275570135563612,0.22875313460826874,-0.044531047344207764,0.07575494050979614,-1.381552815437317,0.1648896187543869,-0.198317289352417,-0.07781486958265305,-0.025788195431232452,-0.05952347442507744,0.05698657035827637,0.23264361917972565,-0.034868016839027405,-0.11750561743974686,-0.07857677340507507,-0.03950616717338562,0.4037972688674927,0.004476574715226889,0.22336871922016144,0.08927274495363235,-0.10999656468629837,0.2610146701335907,0.14104127883911133,-0.004362035542726517,-0.022878700867295265,-0.2405828982591629,0.36630499362945557,0.039661381393671036,-0.04459637776017189,-0.12239567190408707,-0.1305898278951645,0.0655604675412178,-0.1580376923084259,0.3740628957748413,0.12846720218658447,-0.0738096609711647,-0.07236748188734055,0.09715786576271057,-0.13730387389659882,-0.17251528799533844,0.03802014887332916,-0.05664978548884392,-0.26376742124557495,-0.00857109297066927,0.3726539611816406,0.4701496660709381,0.012390310876071453,0.333688348531723,0.11994647234678268,0.4427717924118042,0.30055636167526245,-0.10306388139724731,-0.27562496066093445,0.08309311419725418,-0.12410710006952286,-0.06326445937156677,0.21062757074832916,0.1220916211605072,0.3358452618122101,-0.1240084171295166,-0.2535127103328705,0.2421562224626541,0.2120857834815979,-0.39518022537231445,0.06424146145582199,-0.0035165634471923113,0.03634438291192055,-0.16426384449005127,0.011914375238120556,0.14994078874588013,-0.11589812487363815,0.16973645985126495,0.04246695712208748,0.33312705159187317,-0.6927241683006287,0.5299068093299866,-0.12973017990589142,-0.00025206184363923967,-0.09302755445241928,0.055232543498277664,0.33084720373153687,-0.14200979471206665,0.2540408670902252,-0.07337425649166107,0.078729547560215,-0.09348396211862564,-0.20981983840465546,0.2473343461751938,0.08052659034729004,-0.08715000748634338,-0.11200762540102005,-0.7524574398994446,-0.0567740760743618,-0.2252749651670456,0.27346885204315186,0.1285269856452942,-0.45474836230278015,0.23646648228168488,-0.19718825817108154,-0.19254976511001587,0.06800156086683273,0.15310949087142944,0.048125654458999634,-0.3804199695587158,-0.10416316986083984,-0.0029889121651649475,-0.43824777007102966,0.15189386904239655,0.12579795718193054,-0.07182744890451431,0.03242873027920723,-0.6298024654388428,0.15384386479854584,-0.05014709755778313,0.27247893810272217,0.2466970682144165,0.050863903015851974,-0.09894943237304688,0.036148350685834885,0.17158961296081543,-0.01458596158772707,0.061314210295677185,0.6102856993675232,0.21391673386096954,-0.2054395228624344,0.2887626588344574,0.14503343403339386,0.04655066505074501,0.3637741506099701,-0.29633069038391113,-0.012466881424188614,-0.2286958545446396,-6.581882476806641,-0.20007698237895966,-0.2194116711616516,-0.26586976647377014,0.389389306306839,0.36916688084602356,0.17548589408397675,-0.05768895149230957,0.3102090656757355,-0.07408557087182999,-0.18827247619628906,-0.19316476583480835,-0.06849567592144012,0.39947831630706787,0.001194396405480802,0.00722920149564743,-0.28812354803085327,-0.14375241100788116,-0.11049232631921768,0.13087785243988037,-0.09317181259393692,-0.6028875708580017,-0.27202120423316956,0.18337386846542358,0.23523640632629395,-0.22273077070713043,-0.18411575257778168,-0.1516372114419937,0.018895817920565605,-0.2616576850414276,0.12880171835422516,-0.7048143744468689,-0.1911284327507019,0.25117263197898865,-0.16039274632930756,-0.06391633301973343,0.5218401551246643,0.03953281417489052,-0.13848982751369476,-0.2301584631204605,-0.18389244377613068,-0.3219042122364044,0.0791882574558258,0.10145115107297897,0.47939470410346985,-0.16409264504909515,0.015348692424595356,0.08240564912557602,-0.1379900872707367,0.10471805930137634,-0.06663543730974197,0.5450311303138733,-0.20698387920856476,-0.11925279349088669,-0.5402724146842957,0.36742234230041504,-0.21745134890079498,0.14346688985824585,-0.23460853099822998,0.11757150292396545,-0.29055550694465637,-0.4477483332157135,0.030216999351978302,-0.16306208074092865,-0.18906576931476593,-0.010699224658310413,-0.5233994126319885,0.18505246937274933,-0.053983841091394424,-0.22396059334278107,0.17786376178264618,0.25516894459724426,-0.3532627522945404,-1.0120668411254883,-0.013706915080547333,-0.3426220715045929,0.18117250502109528,-0.2727581858634949,0.16763661801815033,-0.14957596361637115,0.031758617609739304,-0.17048130929470062,0.16700726747512817,0.03550378605723381,-0.1197853609919548,0.1447262167930603,0.2185768485069275,0.16997657716274261,-0.0012883419403806329,-0.5426605343818665,0.38711825013160706,-0.20534217357635498,-0.30675455927848816,-0.12190508097410202,0.22808729112148285,0.15415605902671814,-0.1435336023569107,0.03833476081490517,-0.23754020035266876,0.07367487251758575,-0.0867374911904335,0.22996215522289276,-0.13180984556674957,0.06627608090639114,0.1260773092508316,-0.2781902551651001,-0.39112937450408936,-0.2144099324941635,0.09265848249197006,0.0020688846707344055,0.10056984424591064,-0.28485438227653503,0.256011962890625,-0.009143097326159477,-0.33117446303367615,0.1317073106765747,-0.03171594813466072,-0.07571641355752945,0.07473346590995789,-0.20425033569335938,-0.14696019887924194,0.5833035111427307,-0.008044642396271229,0.09525377303361893,-0.3783070147037506,-0.07760845869779587,-0.5978991985321045,0.12374162673950195,0.028030753135681152,0.5083723664283752,-0.3194980323314667,0.1366952657699585,0.0000543383248441387,-0.2975815236568451,0.5724687576293945,0.03247620537877083,-0.21651691198349,-0.06415025144815445,0.19444507360458374,0.2465440034866333,0.10723911970853806,0.17318248748779297,-0.17837120592594147,-0.09710120409727097,0.2781182527542114,0.1736859679222107,0.2077219933271408,0.07704592496156693,0.36390647292137146,-0.16942238807678223,-0.021761136129498482,-0.3614605963230133,0.3975658416748047,-0.16495610773563385,-0.3319367468357086,0.018351692706346512,0.04701035097241402,0.26571306586265564,0.18476873636245728,-0.09726077318191528,0.13815096020698547,-0.18618471920490265,-0.13283966481685638,0.17788438498973846,0.27309656143188477,0.2086382657289505,-0.025074774399399757,-0.36834290623664856,-0.08654073625802994,0.13290831446647644,-0.19338174164295197,-0.2162327617406845,0.076968714594841,0.0016217324882745743,-0.3652033805847168,0.4427649974822998,-0.4857470989227295,-0.20821654796600342,-0.355920672416687,0.06722097098827362,0.07557445019483566,0.18283121287822723,-0.13902097940444946,0.015438412316143513,0.09748364239931107,-0.26091501116752625,0.23373515903949738,0.1890031099319458,0.172477126121521,-0.38337138295173645,-0.029299601912498474,0.2424316555261612,0.25731050968170166,0.38273516297340393,-0.13557131588459015,-0.47677087783813477,0.0028654139023274183,-0.06902662664651871,-0.4584566652774811,0.027035340666770935,0.07917296141386032,-0.12728017568588257,0.33964788913726807,-0.009163851849734783,-0.23806560039520264,0.10113680362701416,-0.08276232331991196,0.03625986725091934,0.18853940069675446,-0.26853957772254944,-0.18292899429798126,-0.30037710070610046,-0.1887234002351761,0.43020543456077576,-0.08287005871534348,-0.1542040854692459,0.37729302048683167,-0.22379374504089355,-0.42186644673347473,0.08210135251283646,0.07816886156797409,0.1348903328180313,0.12557287514209747,-0.1351822316646576,-0.468052476644516,0.17469914257526398,0.13272050023078918,0.11458105593919754,0.05181145668029785,0.21719734370708466,-0.01787060685455799,-0.38758745789527893,-0.13220946490764618,-0.048597078770399094,0.040076691657304764,0.12350808829069138,-0.09797937422990799,-0.17413146793842316,-0.10929084569215775,0.2497418373823166,0.08811972290277481,-0.17931406199932098,-0.12462767213582993,-0.3496357500553131,0.014234055764973164,0.28648021817207336,0.14191074669361115,-0.053215209394693375,0.03247397020459175,0.3347395360469818,0.2044689655303955,0.013688926585018635,0.13070566952228546,-0.27476662397384644,0.12421446293592453,-0.2281680703163147,-0.0885312557220459,-0.02365732192993164,-0.14821505546569824,0.026814259588718414,-0.10061124712228775,-0.29377517104148865,-0.03532072901725769,-0.04692003130912781,0.18200577795505524,0.14225415885448456,0.07883297652006149,0.14491580426692963,-0.13942304253578186,-0.28404977917671204,0.29029572010040283,-0.05594896152615547,-0.07222232222557068,0.1612589806318283,0.06768537312746048,0.13580051064491272,-0.1581442505121231,0.006134385708719492,0.354017972946167,-0.00002647191286087036,-0.5558686256408691,0.3082716166973114,0.2133554220199585,0.04579943045973778,0.20114301145076752,-0.19412106275558472,0.027430623769760132,0.20595161616802216,-0.3938647508621216,-0.3581603467464447,0.2705111801624298,-0.214762881398201,-0.45519718527793884,-0.07307065278291702,-0.13541579246520996,0.2841418385505676,0.30700644850730896,0.34157320857048035,0.06049739941954613,-0.03388822078704834,-0.3106641471385956,-0.026897981762886047,0.0009568557143211365,-0.34796562790870667,-0.08618449419736862,0.4904027283191681,0.14581136405467987,-0.19339996576309204,0.02105151303112507,0.021272890269756317,0.1424437165260315,-0.1719031184911728,0.4316358268260956,0.17600233852863312,-0.22061480581760406,0.09528567641973495,0.07681072503328323,-0.1380372792482376,0.14943397045135498,-0.19077759981155396,0.137464702129364,0.22346623241901398,0.06406769901514053,-0.23681974411010742,0.1280694454908371,0.02608424425125122,-0.03138897195458412,0.33516132831573486,-0.22322256863117218,0.5253834128379822,-0.11774644255638123,0.23187477886676788,-0.07408037781715393,0.15968698263168335,0.3104521334171295,0.0038450274150818586,-0.17400968074798584,-0.1310991644859314,0.0352415032684803,0.1756068468093872,0.17388688027858734,0.009919747710227966,-0.7599325180053711,0.16012373566627502,0.3747130334377289,0.25202903151512146,0.1293700486421585,0.11725497990846634,0.05763882026076317,0.6515927910804749,0.018920594826340675,-0.13418638706207275,-0.21749655902385712,-0.3677561283111572,-0.20602916181087494,0.09405741840600967,0.24231348931789398,0.009396220557391644,-0.12613420188426971,0.14487875998020172,0.20600515604019165,0.30037161707878113,-0.005484639201313257,-0.004890811163932085,-0.17687173187732697,-0.017704585567116737,-0.16219361126422882,-0.19294948875904083,0.3344796895980835,-0.12424411624670029,0.32740411162376404,-0.3867804706096649,-0.33632007241249084,0.13460272550582886,0.1778309941291809,-0.2736770212650299,0.12086453288793564,-0.03638394549489021,0.12483382970094681,0.2119768112897873,-0.4970247745513916,-0.39991238713264465,-0.05687089264392853,0.008618869818747044,-0.3537130057811737,-0.23856323957443237,-0.011652915738523006,0.11739828437566757,-0.3326337933540344,-0.2050974816083908,-0.2828337550163269,-0.022387966513633728,-0.0875067338347435,0.4037388861179352,-0.11958765238523483,-0.16560490429401398,0.37830957770347595,-0.22344516217708588,0.27656877040863037,0.295818954706192,0.15043425559997559,-0.19792670011520386,0.022812778130173683,-0.24049563705921173,-0.048996295779943466,0.23983190953731537,0.023682869970798492,0.08572711795568466,-0.06268035620450974,0.036645207554101944,0.568340539932251,-0.022826991975307465,-0.0936800017952919,0.1610487997531891,-0.302856981754303,-0.2149323970079422,-0.22548000514507294,0.24466459453105927,0.4727175235748291,0.027312835678458214,-0.25120776891708374,-0.4644574820995331,0.06322178989648819,0.020258788019418716,-0.3780984580516815,0.07929778099060059,0.4714066982269287,0.06746810674667358,-0.08291663229465485,0.5408682823181152,0.4405633211135864,-0.30707791447639465,-0.021570831537246704,0.13263021409511566,-0.170296311378479,0.045508477836847305,-0.08493184298276901,0.23348493874073029,-0.39869239926338196,0.019106922671198845,0.03713110089302063,0.3439866602420807,0.011998816393315792,-0.21507705748081207,0.15306395292282104,-0.1182439923286438,0.25163137912750244,-0.15420162677764893,-0.14184178411960602,-0.08161094784736633,-0.25706544518470764,-0.034546587616205215,0.033483270555734634,-0.35277482867240906,0.2861610949039459,-0.3770809471607208,0.1861913949251175,-0.22544242441654205,-0.25485876202583313,0.06359179317951202],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"pnt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b8","text":"After transmission of the draft legislative act to the national parliaments,","text_embedding":[0.05021369829773903,-0.13760598003864288,0.00971157755702734,-0.025880899280309677,-0.015864457935094833,0.28959590196609497,0.5250850319862366,-0.35377997159957886,0.016043026000261307,0.02132812701165676,0.0864282101392746,-0.031746476888656616,-0.05203840881586075,0.2323596477508545,0.14671774208545685,0.3856080174446106,-0.014427046291530132,0.07685995101928711,0.2843255400657654,-0.05403435230255127,0.45215341448783875,-0.06687392294406891,0.32271406054496765,0.2883846163749695,0.17547935247421265,-0.3479745090007782,-0.034481968730688095,-0.26752251386642456,-0.3275156319141388,-0.08301328867673874,-0.07741368561983109,-0.44201213121414185,0.21614378690719604,-0.057899605482816696,0.22078122198581696,-0.011374338530004025,-0.10232249647378922,-0.10569927841424942,-0.09711612015962601,0.3553784191608429,0.10809128731489182,-0.5709415078163147,-0.10502598434686661,-0.103502556681633,-0.0005848854780197144,-0.14168070256710052,0.14298245310783386,0.3121267259120941,-0.20435629785060883,0.08560268580913544,-0.6052059531211853,0.1399281620979309,0.2875296473503113,-0.17784856259822845,0.008306303061544895,0.04267003387212753,-0.19004343450069427,-0.19688482582569122,-0.2941827178001404,-0.2678200900554657,0.13891735672950745,-0.21950684487819672,0.2356356978416443,0.001172912074252963,0.24762295186519623,-0.24459080398082733,-0.157655268907547,0.36255279183387756,-0.5906129479408264,-0.3222350776195526,-0.04148313030600548,0.29990965127944946,0.1671171635389328,-0.2481883019208908,0.06466343998908997,-0.13969358801841736,-0.24356384575366974,0.5089027881622314,0.06972137838602066,0.04434894770383835,-0.059388015419244766,0.3280731737613678,-0.004104172345250845,0.22374537587165833,0.23450465500354767,-0.15875926613807678,0.05511028319597244,0.05539824068546295,-0.393268883228302,0.0256029199808836,-0.16986963152885437,-0.13893048465251923,-0.2655949294567108,-0.00233331392519176,-0.11895893514156342,0.11271926760673523,-0.07538400590419769,0.05993087217211723,-0.4112517237663269,-0.3573303520679474,-0.04240928217768669,-0.28535059094429016,-0.02713964320719242,-0.11713673174381256,0.05640094727277756,0.18440474569797516,-0.300640732049942,-0.2009577602148056,0.427237868309021,-0.13412357866764069,0.6222065091133118,-0.2051970660686493,0.11331524699926376,-0.19445018470287323,-0.34173908829689026,0.0721365213394165,0.22820459306240082,-0.550201416015625,-0.15553174912929535,0.011644921265542507,-0.02003267966210842,0.10298638790845871,-0.11283744126558304,0.45686131715774536,0.1407911628484726,-0.2613900303840637,0.12333348393440247,0.10997040569782257,-0.404518723487854,-0.07796750217676163,0.08736724406480789,-0.16087251901626587,-0.17353805899620056,0.175662100315094,-0.20279966294765472,0.2561090588569641,-0.050026632845401764,-0.17172883450984955,0.23504838347434998,0.1639842838048935,-0.2421361356973648,0.3331078588962555,0.12947991490364075,-0.09085428714752197,0.3233896493911743,0.15359176695346832,-0.5943973064422607,-0.08935265988111496,0.05079031363129616,0.02987738512456417,0.21729911863803864,-0.13559739291667938,-0.06733930855989456,-0.32808172702789307,-0.5289663672447205,0.15259221196174622,0.04949519783258438,0.28370150923728943,0.06852135807275772,0.5637983083724976,0.3175455331802368,-0.029993215575814247,0.014363463036715984,-0.1701103001832962,-0.18986818194389343,0.018058640882372856,0.09761966019868851,0.11688528209924698,0.29052066802978516,-0.14979001879692078,0.12898126244544983,0.0227977242320776,0.36302027106285095,0.014643514528870583,-0.052726659923791885,-0.02577400766313076,-0.18008168041706085,0.15227149426937103,0.0655677318572998,0.03729578107595444,-1.4000658988952637,0.49831825494766235,-0.08996488898992538,0.17517070472240448,-0.006053609773516655,0.1821264773607254,0.3611740469932556,0.15755131840705872,-0.14005573093891144,0.2071593701839447,0.08703113347291946,-0.2772420048713684,0.23642878234386444,-0.01946081593632698,-0.039050713181495667,0.08936166018247604,0.09671644866466522,0.3110853135585785,-0.11283839493989944,-0.2291145771741867,0.07408340275287628,0.13357652723789215,0.14523214101791382,-0.18104317784309387,0.07662484049797058,0.20177388191223145,0.1427658051252365,0.21226803958415985,0.12329358607530594,0.41779646277427673,-0.2956756055355072,-0.13495749235153198,0.10064001381397247,-0.1422874480485916,-0.2625682055950165,-0.4224386513233185,-0.03114291839301586,-0.15437041223049164,0.07303881645202637,0.04563705250620842,-0.14359520375728607,0.11856546252965927,0.0475945882499218,0.5982542037963867,-0.24160006642341614,0.810848593711853,0.09897886961698532,0.025611311197280884,-0.2726425528526306,-0.6420049667358398,0.10993434488773346,-0.027389999479055405,-0.3048667907714844,-0.06603163480758667,0.30777251720428467,0.001967647112905979,-0.502796471118927,0.26763561367988586,0.19929370284080505,-0.23661299049854279,0.25963982939720154,-0.03441515937447548,0.32443904876708984,-0.28734520077705383,-0.06797172874212265,0.23964834213256836,0.25275492668151855,-0.21558479964733124,0.42558276653289795,-0.08955574780702591,-0.25785231590270996,0.2278544306755066,-0.07164791971445084,0.16727159917354584,-0.016144780442118645,-0.062463175505399704,0.012463857419788837,-0.3722562789916992,0.2607201337814331,-0.06109456717967987,0.3617139160633087,-0.06368937343358994,-0.15678605437278748,0.010951148346066475,-0.003853019094094634,-0.49727585911750793,0.04481102526187897,-0.28040874004364014,-0.08524513244628906,-0.11125768721103668,0.417240709066391,0.3851170241832733,0.03282659500837326,0.04967454820871353,-0.12045855075120926,-0.18401813507080078,0.47600656747817993,0.4818870425224304,0.17921680212020874,-0.5082595348358154,-0.19455872476100922,0.1745872050523758,-0.3731665015220642,0.11957130581140518,-0.06794431060552597,-0.2976769506931305,-0.2352103590965271,-0.05483449622988701,0.15606731176376343,-0.010418685153126717,0.20448146760463715,0.23971638083457947,0.22186321020126343,0.14679545164108276,-0.13778343796730042,-0.09126903861761093,0.10480865091085434,0.15959936380386353,0.38185545802116394,-0.16449305415153503,-0.2636103928089142,-0.19539837539196014,-0.015093117021024227,0.23790505528450012,0.634371817111969,-0.4439587891101837,-0.0662560909986496,-0.15035486221313477,-6.488053321838379,-0.15739913284778595,0.07477983087301254,-0.2745016813278198,1.070648431777954,0.4003555178642273,0.0852554515004158,-0.18993452191352844,0.07955913245677948,0.21055199205875397,0.02376037836074829,-0.06405861675739288,-0.2072644829750061,0.08911505341529846,-0.16398291289806366,-0.3227698504924774,-0.43074914813041687,-0.1227741464972496,-0.26563775539398193,0.12346012890338898,-0.07676485180854797,-0.36879029870033264,0.4020569920539856,0.17285911738872528,0.05368615686893463,-0.330087810754776,-0.3994203209877014,0.15903638303279877,0.05457287281751633,0.021018316969275475,0.11564456671476364,-0.6062052249908447,0.2855512499809265,0.3927384316921234,0.1286705881357193,-0.3469318449497223,0.1254063993692398,0.23188704252243042,-0.17808352410793304,-0.2971501648426056,-0.2930828630924225,-0.6024541854858398,-0.04155755043029785,-0.1581624150276184,0.3306650221347809,-0.10921378433704376,-0.026727449148893356,-0.13670162856578827,-0.022926729172468185,0.18979628384113312,0.022228552028536797,0.47169163823127747,-0.09678776562213898,0.0407702699303627,-0.15213437378406525,0.12910336256027222,-0.22833967208862305,-0.11932680755853653,-0.19609659910202026,-0.027012377977371216,0.1839396208524704,-0.0560731440782547,0.05721691995859146,-0.07894483953714371,-0.28989458084106445,-0.07173416018486023,-0.4011308550834656,0.011715715751051903,0.33296215534210205,0.20037676393985748,-0.1348138451576233,0.2186020016670227,0.06183566898107529,-0.6844303011894226,-0.08822058886289597,-0.4842991828918457,0.29436928033828735,-0.15480753779411316,0.10799679160118103,0.2858653962612152,0.15405188500881195,0.07833223044872284,0.037137556821107864,0.2395760416984558,0.039913538843393326,0.14889195561408997,-0.043296609073877335,0.3596018850803375,-0.1477782130241394,-0.5145745873451233,0.5197446942329407,-0.03875960782170296,-0.14387673139572144,-0.20920205116271973,0.13100726902484894,0.02323722280561924,-0.18757008016109467,0.3572940528392792,0.10223425179719925,-0.05803297832608223,-0.1327568143606186,-0.40219876170158386,-0.5069757103919983,-0.23180212080478668,-0.05224287882447243,0.1416325718164444,-0.38755613565444946,-0.017088184133172035,-0.22866837680339813,-0.2802905738353729,-0.3297102749347687,-0.1936931312084198,0.2671627104282379,-0.09039082378149033,-0.18766413629055023,-0.042981695383787155,0.029721597209572792,0.12095638364553452,0.09996353089809418,-0.23177474737167358,-0.3284687399864197,0.37275430560112,-0.502247154712677,-0.08684758096933365,-0.5087010860443115,0.0624096542596817,0.0009286602144129574,0.36069536209106445,0.07458852976560593,-0.061480168253183365,-0.13321347534656525,-0.2522701621055603,0.18169794976711273,-0.12937667965888977,0.30203762650489807,-0.05994272977113724,-0.12229155749082565,-0.2373627871274948,-0.1542453169822693,0.31213855743408203,-0.020367246121168137,0.01929936558008194,-0.1630975604057312,-0.08130162209272385,0.019192660227417946,0.14439153671264648,0.2974671423435211,0.2967432737350464,0.05406348034739494,-0.2884061634540558,0.03885668143630028,-0.27890583872795105,0.6292091608047485,-0.30640268325805664,-0.2109641432762146,0.3275304138660431,0.40786367654800415,-0.30503934621810913,0.33747121691703796,-0.03924749046564102,-0.15812379121780396,-0.26482757925987244,0.019764816388487816,-0.025964371860027313,-0.25579801201820374,0.2722562551498413,-0.354295939207077,0.004950655624270439,0.1486930400133133,-0.07750020176172256,-0.08316997438669205,0.000966166437137872,0.06778780370950699,0.4856038987636566,0.015435864217579365,0.39194363355636597,-0.1306024193763733,-0.12687623500823975,-0.16540417075157166,0.23675619065761566,-0.14203397929668427,0.14970582723617554,-0.18159271776676178,-0.22852826118469238,0.45075729489326477,0.2483321577310562,-0.001223689061589539,0.05158200114965439,-0.043314721435308456,-0.08852766454219818,-0.0025120556820183992,0.25977638363838196,0.0352015420794487,0.3321496844291687,-0.27710798382759094,-0.048556137830019,-0.08678470551967621,0.22778089344501495,0.04980350658297539,0.24465689063072205,0.0787300243973732,-0.4373871088027954,0.23259751498699188,-0.21521149575710297,-0.25565212965011597,-0.03791755810379982,0.033334873616695404,-0.0037147372495383024,0.36939001083374023,-0.7507238984107971,0.5253879427909851,0.06275284290313721,-0.2718474268913269,0.3787253797054291,0.18873289227485657,-0.40183839201927185,0.242365300655365,-0.20153333246707916,-0.43371546268463135,-0.19874374568462372,-0.2868117690086365,-0.18437978625297546,-0.021764416247606277,0.2021273821592331,-0.31064572930336,0.06064553186297417,-0.05510890111327171,-0.05442691221833229,-0.0033056477550417185,0.32714658975601196,-0.08364284038543701,-0.1990094929933548,-0.168663889169693,0.3201391100883484,0.20063070952892303,0.09326159954071045,-0.12019085884094238,-0.4970628023147583,-0.12563103437423706,0.18443740904331207,0.05194215476512909,0.13976135849952698,-0.09872429817914963,-0.2644457221031189,0.12463727593421936,0.273375928401947,0.18408219516277313,0.3469921946525574,0.014472583308815956,0.3518488109111786,0.2993956208229065,-0.04956112802028656,-0.15693987905979156,0.05840959772467613,-0.11955922096967697,-0.1561935991048813,-0.37116262316703796,0.49133002758026123,-0.10751623660326004,0.2814379632472992,-0.08179911226034164,-0.23229344189167023,-0.06813753396272659,-0.06409671157598495,0.18188603222370148,-0.027563551440835,-0.23581300675868988,0.0014463682891801,0.10484182834625244,-0.14274515211582184,-0.1017613559961319,-0.36173346638679504,-0.20376968383789062,0.2760709822177887,0.2360578328371048,-0.007030343636870384,-0.1591050773859024,0.23153649270534515,0.1378306895494461,-0.16095194220542908,-0.23445071280002594,0.11375466734170914,-0.1323678344488144,-0.26959502696990967,0.21134990453720093,-0.14411133527755737,0.0964345782995224,0.027310175821185112,-0.20618073642253876,-0.3557877242565155,0.11543900519609451,-0.2421349436044693,-0.22377561032772064,0.08108160644769669,-0.38183021545410156,0.12141314893960953,0.3159928321838379,0.4173643887042999,0.298011839389801,0.21168357133865356,-0.15669487416744232,-0.21691498160362244,-0.15619932115077972,-0.15473850071430206,-0.6612764596939087,0.38914456963539124,-0.008583873510360718,0.014811301603913307,-0.013433510437607765,0.14085611701011658,0.08062420785427094,-0.25810322165489197,0.577151358127594,0.2923026978969574,-0.5607321858406067,-0.02830887958407402,-0.12371429800987244,-0.31756943464279175,0.054128408432006836,-0.10494101792573929,0.32659274339675903,0.34418758749961853,-0.1289021521806717,-0.2881055474281311,0.1842910796403885,0.4003819525241852,-0.3418806493282318,0.012752538546919823,0.010588321834802628,0.171505868434906,-0.05157766118645668,-0.019539956003427505,-0.01943562738597393,0.21972772479057312,0.27893486618995667,-0.04250422492623329,0.34045112133026123,-0.2947078049182892,0.09681885689496994,-0.18394504487514496,0.46785247325897217,0.28388917446136475,-0.5849199891090393,0.1740250289440155,0.16622993350028992,0.2020353227853775,0.06671169400215149,0.07700297981500626,-0.0767827033996582,0.5130383968353271,-0.05267716199159622,0.013354942202568054,0.0313594713807106,-0.16366110742092133,0.3708571493625641,0.18325433135032654,0.014921911992132664,0.14303596317768097,-0.017914852127432823,0.08469580858945847,-0.12661081552505493,0.4748933017253876,0.03499948978424072,-0.12186045944690704,-0.35756635665893555,-0.07819776982069016,0.613207995891571,0.26614341139793396,0.06676754355430603,-0.38108304142951965,0.40330854058265686,-0.5562381148338318,0.016318878158926964,-0.249831885099411,0.24422171711921692,0.11565517634153366,-0.3292485177516937,0.21531076729297638,0.10401055216789246,0.14873507618904114,-0.06263712793588638,0.018229354172945023,-0.03995726630091667,-0.696366012096405,-0.3283775746822357,-0.022991925477981567,-0.14830869436264038,-0.2515631914138794,-0.4547891318798065,-0.520922839641571,-0.5721867084503174,-0.23786185681819916,0.09519671648740768,0.6488669514656067,-0.23592901229858398,0.03502403199672699,0.3232279121875763,0.24441014230251312,0.44302472472190857,0.082938052713871,0.46645864844322205,0.16188263893127441,-0.41424205899238586,-0.26283061504364014,0.254543274641037,0.2187008112668991,0.4499930143356323,0.3825884163379669,0.11996044218540192,-0.10645060986280441,0.1564759463071823,0.38327398896217346,-0.284589022397995,0.2586851418018341,-0.3393980860710144,0.03244771808385849,0.20355647802352905,-0.019678713753819466,0.45774099230766296,-0.13275030255317688,-0.3161538243293762,-0.3125971257686615,0.14895983040332794,0.1080969050526619,-0.25510263442993164,0.18272517621517181,0.5946952104568481,0.05880448967218399,0.02476094849407673,-0.17530976235866547,-0.026148056611418724,-0.04030502587556839,-0.27351224422454834,0.036018576472997665,-0.01267718244343996,0.13790330290794373,0.09227965772151947,0.6661239266395569,-0.2877250015735626,-0.18750938773155212,-0.0719422921538353,0.25387728214263916,0.13513365387916565,-0.11097542941570282,0.3511100709438324,-0.4243659973144531,0.17878183722496033,-0.18852491676807404,0.06180538982152939,0.03354191035032272,-0.35436198115348816,0.14144358038902283,-0.08979237079620361,-0.18472999334335327,0.017091194167733192,-0.3775167167186737,0.14365938305854797,0.011915748938918114,-0.4073995351791382,0.030845295637845993],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"p3t9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b9","text":"Having regard to the opinion of the European Economic and Social Committee (1),","text_embedding":[-0.051678381860256195,-0.11130135506391525,0.254393994808197,-0.2456645369529724,0.09146535396575928,0.2607840299606323,-0.13521310687065125,0.1961815357208252,-0.18057794868946075,0.08080928027629852,0.0805044174194336,0.07331112027168274,-0.015318934805691242,-0.07013711333274841,0.2575173079967499,-0.02155090682208538,0.25406980514526367,0.17462658882141113,0.07517637312412262,-0.1139080822467804,0.48048603534698486,0.20865696668624878,0.02148909494280815,0.1390809863805771,0.12477164715528488,-0.13972774147987366,-0.2289603054523468,-0.18059185147285461,-0.018741479143500328,-0.12288636714220047,0.21215885877609253,0.15696683526039124,-0.0381854884326458,0.09802385419607162,0.06134937331080437,0.23566773533821106,0.38709360361099243,-0.017512192949652672,-0.013903561979532242,0.16099907457828522,0.13509127497673035,-0.2887973487377167,0.07122600823640823,0.31688711047172546,0.08392114192247391,-0.16705241799354553,0.24833250045776367,0.7258780002593994,-0.16773878037929535,0.052130330353975296,-0.13983672857284546,0.19527705013751984,0.5709934830665588,0.13790364563465118,-0.1952120065689087,-0.026350758969783783,-0.031158894300460815,-0.3942004442214966,-0.03600716218352318,-0.4967551827430725,0.280696302652359,0.14814922213554382,0.41904354095458984,-0.22678905725479126,0.3823213279247284,-0.03357839211821556,-0.2139337807893753,0.19849954545497894,-0.5018540024757385,-0.27887803316116333,-0.11297603696584702,0.1983657032251358,-0.3512823283672333,-0.3025667071342468,0.20676571130752563,0.015075643546879292,-0.22817189991474152,0.01990504376590252,0.15544827282428741,0.017975978553295135,0.10377249121665955,0.13581106066703796,0.2860129475593567,0.36861947178840637,0.01652848906815052,-0.26356321573257446,0.61966472864151,-0.2586449086666107,-0.026959266513586044,0.11662273854017258,0.09828925132751465,-0.24120201170444489,0.2609102725982666,0.04243922233581543,-0.08681727945804596,0.14957989752292633,0.26100340485572815,-0.38113272190093994,-0.2833980917930603,-0.14300081133842468,-0.30151546001434326,-0.19482161104679108,-0.48997557163238525,0.0038671260699629784,0.16839991509914398,-0.019752956926822662,-0.0716497153043747,-0.29064038395881653,0.1870715171098709,0.2940080761909485,-0.21822983026504517,-0.2545276880264282,0.028717096894979477,-0.6075672507286072,0.045684557408094406,0.4483962059020996,-0.15925543010234833,-0.3150308430194855,-0.13696108758449554,-0.03698766231536865,0.10125581175088882,0.20719709992408752,-0.12509196996688843,0.08698070794343948,0.25610795617103577,-0.29326409101486206,0.05612562224268913,-0.3404582738876343,-0.44957414269447327,0.03295927494764328,0.20580312609672546,-0.15893684327602386,-0.4036533832550049,0.33008819818496704,-0.27807533740997314,0.14825621247291565,0.22359231114387512,-0.20237275958061218,-0.024861730635166168,0.09233583509922028,0.021563975140452385,-0.16433875262737274,-0.18255692720413208,-0.20996873080730438,0.18499034643173218,-0.03212300315499306,-0.004050246439874172,0.2381124198436737,-0.02549758367240429,-0.2813943028450012,0.06792239844799042,0.05878196656703949,-0.2889556586742401,-0.09901162981987,0.14702937006950378,-0.07900893688201904,-0.033741697669029236,0.3290356695652008,-0.01541753951460123,-0.06087870895862579,0.08282911777496338,0.030398568138480186,0.29495909810066223,0.26732146739959717,0.05757323279976845,0.0023518812377005816,0.1400364339351654,0.059200387448072433,0.10256294906139374,0.37295082211494446,0.09941571205854416,0.06019726023077965,0.3162587881088257,-0.26538902521133423,-0.1392037719488144,0.5566302537918091,0.07929849624633789,0.1885559856891632,0.108536496758461,0.15397685766220093,-1.332627773284912,0.3547886610031128,0.06462462991476059,0.09556494653224945,0.29865843057632446,0.09354542195796967,-0.07934614270925522,0.10093296319246292,0.1321859210729599,-0.10010740160942078,0.014943878166377544,-0.2680600881576538,0.31731709837913513,-0.1617847979068756,0.2216276228427887,-0.24220561981201172,-0.37602531909942627,0.17082619667053223,0.018085051327943802,-0.02220206893980503,-0.31865766644477844,-0.09743419289588928,0.037785086780786514,0.09805112332105637,-0.23610751330852509,-0.13888484239578247,-0.0011432287283241749,0.0009412103099748492,-0.29179465770721436,0.5226169228553772,-0.2666769325733185,0.09326674789190292,-0.3358592987060547,0.1688096821308136,-0.20814508199691772,-0.18342317640781403,0.07468725740909576,0.15789173543453217,-0.1823529154062271,0.11691784858703613,0.11661621183156967,0.23530565202236176,-0.15150322020053864,0.14955945312976837,0.1260259449481964,0.33280518651008606,0.32870805263519287,-0.2750193178653717,0.04958297312259674,-0.1443546861410141,0.012192534282803535,-0.020060867071151733,0.30916666984558105,-0.24076563119888306,0.33276113867759705,-0.25227418541908264,-0.3722190260887146,0.16246986389160156,0.3507031500339508,-0.35356295108795166,0.08113767951726913,-0.12972921133041382,0.14047902822494507,0.04338585585355759,-0.10084028542041779,0.14655810594558716,0.17326195538043976,0.14972515404224396,-0.11238464713096619,0.34208738803863525,-0.4468076527118683,0.6269065141677856,-0.18845947086811066,-0.16322922706604004,-0.07767101377248764,-0.04504790157079697,0.36427637934684753,-0.271048903465271,0.2646082639694214,0.06640663743019104,-0.18201416730880737,-0.10295027494430542,-0.3337821066379547,0.4390847682952881,0.08434782177209854,-0.02615995518863201,-0.20546072721481323,-0.5110370516777039,-0.1626291424036026,0.13242191076278687,0.6349296569824219,-0.06464176625013351,-0.24988916516304016,0.050173819065093994,-0.03384768217802048,-0.22154924273490906,0.07373284548521042,0.4325885474681854,0.15747395157814026,-0.28778573870658875,-0.1024390235543251,0.20853930711746216,-0.02679476886987686,0.11105571687221527,0.08117798715829849,-0.47420385479927063,-0.09759445488452911,-0.3261038064956665,0.23638871312141418,-0.022113842889666557,0.5783918499946594,0.2720886766910553,-0.2281894087791443,-0.17692618072032928,0.09255480766296387,0.2689211666584015,-0.18465393781661987,0.2887011766433716,0.32663822174072266,0.16359788179397583,-0.10683465003967285,0.30180495977401733,0.0309328343719244,-0.10644838213920593,0.49566397070884705,-0.29320138692855835,-0.07892099022865295,-0.45364242792129517,-6.505438327789307,0.005666864570230246,0.005190611816942692,-0.17465543746948242,0.4076087772846222,0.28880417346954346,0.3147672116756439,0.05515577271580696,-0.16138607263565063,0.15547364950180054,-0.30293920636177063,-0.3455633223056793,-0.3247475326061249,0.5211661458015442,0.044723644852638245,0.018799666315317154,-0.443396657705307,-0.24288538098335266,-0.21490508317947388,0.17029079794883728,-0.27944493293762207,-0.416961133480072,-0.29537609219551086,0.35356488823890686,0.42697980999946594,-0.06328866630792618,-0.38250553607940674,-0.03879807889461517,0.018087979406118393,-0.6047248244285583,0.23991219699382782,-0.7053862810134888,-0.07676365971565247,0.06140650063753128,0.17411653697490692,-0.4000053405761719,0.48695310950279236,-0.00769825279712677,-0.24667464196681976,-0.17511962354183197,-0.13431020081043243,-0.06328437477350235,0.4371308982372284,0.1723341941833496,0.47073349356651306,0.14104855060577393,-0.09712228178977966,0.24974849820137024,-0.36093518137931824,0.0231037475168705,0.0038414474111050367,0.244455024600029,-0.24218787252902985,0.03464164212346077,-0.37284719944000244,0.25399962067604065,0.02669806033372879,0.045454010367393494,-0.09051845967769623,-0.11325398832559586,-0.0073487660847604275,-0.17498809099197388,-0.02460276149213314,-0.3063580095767975,-0.04106955602765083,0.2557390630245209,-0.47035354375839233,0.020288752391934395,0.025327563285827637,-0.15017223358154297,0.11588884890079498,0.48617056012153625,-0.3478603959083557,-0.9133720397949219,-0.2595270872116089,-0.24848157167434692,0.44082921743392944,-0.09777459502220154,-0.04675561934709549,0.21859043836593628,0.4088935852050781,-0.21111702919006348,0.1858869194984436,0.08923197537660599,-0.05951133742928505,-0.05960001051425934,0.12364489585161209,0.16020332276821136,-0.35003864765167236,-0.28625065088272095,0.4938374161720276,-0.3723028600215912,-0.3429126441478729,-0.04929380863904953,0.2879028618335724,0.10236561298370361,0.00782962515950203,0.09526140242815018,-0.16708289086818695,-0.06824944168329239,-0.2812243700027466,-0.018354875966906548,0.11860937625169754,0.012387659400701523,0.3806455135345459,-0.04176413267850876,-0.32950347661972046,0.03738466277718544,0.3889249265193939,-0.16128544509410858,0.028658943250775337,-0.26798203587532043,0.11344007402658463,-0.010502851568162441,-0.2580490708351135,0.19605152308940887,0.03949931263923645,-0.050600823014974594,0.01725281961262226,-0.15295830368995667,-0.15171194076538086,0.6386362314224243,-0.2684422731399536,-0.0065865349024534225,-0.6504056453704834,-0.021164990961551666,-0.41302698850631714,0.0651075541973114,-0.053765907883644104,0.19559603929519653,-0.21995536983013153,0.2556239366531372,-0.00548350065946579,-0.023467378690838814,0.750649094581604,0.11728426069021225,-0.14458373188972473,0.025615377351641655,0.09377774596214294,0.2669343948364258,0.31044164299964905,0.1003112941980362,-0.2427477240562439,-0.2385256290435791,-0.07335606962442398,-0.03879133239388466,0.26948025822639465,0.07219195365905762,0.36127418279647827,-0.12317771464586258,0.17162677645683289,-0.08559778332710266,0.36564815044403076,0.0801810547709465,-0.5112281441688538,0.06863190978765488,0.2652207612991333,0.23097361624240875,-0.18576157093048096,-0.127423495054245,0.03564084321260452,-0.10957470536231995,-0.23843009769916534,-0.07654711604118347,0.25836971402168274,0.12320174276828766,-0.17666023969650269,-0.4353698194026947,0.19465495645999908,-0.07175583392381668,-0.343210369348526,-0.006619536317884922,0.07205261290073395,0.016167057678103447,-0.20622855424880981,0.3741401731967926,-0.25491318106651306,-0.18767200410366058,-0.17413395643234253,-0.07584555447101593,0.14234250783920288,0.29567626118659973,-0.2753494381904602,-0.029514065012335777,0.041579026728868484,0.04242850840091705,0.2361452281475067,-0.0700145736336708,0.2622539699077606,-0.4117070138454437,-0.14227613806724548,0.04763580858707428,0.13812986016273499,0.2434970587491989,-0.09947580099105835,-0.09985096752643585,0.4043829143047333,-0.3107539117336273,-0.5304030776023865,0.18108268082141876,-0.03507806360721588,-0.2080235630273819,0.44534608721733093,-0.17400512099266052,-0.40767624974250793,-0.09511979669332504,0.0457676500082016,-0.0578635074198246,-0.17128576338291168,-0.2491082400083542,-0.5007500648498535,0.0564899705350399,-0.4294668138027191,0.3834766149520874,-0.05830615013837814,-0.23994946479797363,0.2273678481578827,-0.03890715166926384,-0.5941856503486633,-0.06445807218551636,0.13954199850559235,0.02085980772972107,0.1249733492732048,-0.1539304405450821,-0.16614198684692383,-0.010098457336425781,0.2205105423927307,0.24887746572494507,0.29796102643013,0.3470364212989807,-0.2984870970249176,-0.27480900287628174,-0.09584294259548187,-0.084249347448349,0.019007418304681778,0.08519342541694641,-0.20604389905929565,-0.1525217592716217,-0.08045560121536255,0.43563249707221985,0.26832064986228943,-0.03406931087374687,-0.014618713408708572,-0.3149558901786804,0.1790875643491745,0.3839200437068939,0.2825840413570404,-0.12229594588279724,0.28806301951408386,0.16666431725025177,0.034320760518312454,0.04977387189865112,0.07919909060001373,-0.006365374196320772,0.013346195220947266,-0.27218514680862427,-0.4415687918663025,-0.0720796063542366,-0.053919028490781784,-0.3066903352737427,-0.1796213984489441,-0.07195517420768738,-0.024065349251031876,0.15691255033016205,0.055234335362911224,-0.04841046780347824,0.15028339624404907,-0.015556765720248222,-0.21115493774414062,-0.302057147026062,0.40631335973739624,-0.2934623658657074,-0.07811260223388672,0.11189591884613037,0.19225141406059265,0.2641013562679291,-0.38415491580963135,-0.13717569410800934,0.35930612683296204,-0.13993427157402039,-0.583294153213501,0.10257630795240402,0.17036476731300354,0.059469420462846756,0.10571067780256271,-0.3621649146080017,0.002508432138711214,0.0754130408167839,-0.4878702759742737,-0.4006251096725464,0.0919785127043724,-0.02633102796971798,-0.477462500333786,-0.15759308636188507,-0.43240591883659363,0.10420367121696472,0.5359414219856262,0.16812832653522491,0.12861445546150208,-0.09106922149658203,-0.23301441967487335,-0.14059773087501526,0.13077379763126373,0.05205244570970535,-0.02031063288450241,0.31606361269950867,-0.23751510679721832,-0.026695000007748604,-0.08986559510231018,0.38092997670173645,-0.07930798083543777,-0.1136169582605362,0.3431428372859955,0.15133923292160034,-0.2073867917060852,-0.07843448966741562,0.05663934722542763,-0.21333378553390503,0.19580131769180298,-0.07991334050893784,0.12648189067840576,0.16429446637630463,0.4441858232021332,-0.03075108863413334,0.3722628057003021,0.1455393135547638,0.19865292310714722,0.5224390625953674,-0.33550480008125305,0.6651445627212524,-0.12421303242444992,0.3620442748069763,-0.046762146055698395,0.00568062998354435,0.5264140367507935,0.022513074800372124,-0.12126769125461578,-0.16389350593090057,0.022818153724074364,0.5326270461082458,-0.04853109270334244,0.10037766396999359,-0.366836279630661,0.11496219038963318,0.35301172733306885,0.17818962037563324,-0.14315029978752136,-0.011284982785582542,0.3176908493041992,0.5901534557342529,0.1536485254764557,-0.25951576232910156,-0.040343958884477615,0.01967821829020977,-0.21686767041683197,0.16391043365001678,0.1628705859184265,-0.020271964371204376,-0.3739357888698578,0.09374292194843292,0.1724090427160263,0.21755994856357574,0.08478586375713348,-0.27911779284477234,-0.3868348300457001,-0.022559132426977158,-0.2797578275203705,-0.1935981661081314,0.4562693238258362,-0.3376096487045288,0.08076462149620056,-0.3863914906978607,-0.5799700617790222,0.4686853587627411,0.37765613198280334,-0.6284439563751221,0.02134678326547146,0.2497866153717041,0.2893003821372986,0.16998036205768585,-0.33987197279930115,-0.29767709970474243,-0.23777596652507782,-0.007445404771715403,-0.32754528522491455,-0.13971161842346191,0.39369064569473267,-0.044882651418447495,-0.23656858503818512,-0.3022456765174866,-0.18265950679779053,-0.09262046962976456,0.10419883579015732,0.20987963676452637,-0.2631763219833374,0.004780247807502747,0.04973335564136505,-0.12217961251735687,0.35237061977386475,-0.14627555012702942,0.11494132876396179,-0.31291472911834717,-0.19423234462738037,-0.18465928733348846,0.11007044464349747,-0.05326227471232414,-0.09574811160564423,-0.01326826587319374,-0.23357804119586945,-0.052140012383461,0.24864503741264343,-0.1934056431055069,-0.2351272851228714,0.1396590918302536,0.010448185727000237,-0.10968512296676636,-0.11284515261650085,0.435606986284256,0.36451423168182373,-0.03892333805561066,-0.23385882377624512,-0.45342200994491577,0.26853683590888977,-0.05438987538218498,-0.2697623372077942,0.18976174294948578,0.35239726305007935,0.4000970721244812,-0.1428210735321045,0.19673588871955872,0.21343912184238434,-0.1426880955696106,-0.10646315664052963,0.3458713889122009,-0.18085868656635284,0.11172066628932953,-0.1896906942129135,-0.024030745029449463,-0.3901263475418091,-0.10079607367515564,-0.04349980875849724,0.5403048992156982,-0.07652963697910309,-0.17779216170310974,0.27354371547698975,0.013518285006284714,0.2053127884864807,-0.046940162777900696,-0.1292733997106552,-0.11799226701259613,-0.19073162972927094,0.11992272734642029,-0.05759324133396149,-0.29257190227508545,0.34579482674598694,-0.490102618932724,0.08211866766214371,-0.03362157940864563,0.06610333919525146,-0.10946846753358841],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"qHt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b10","text":"Having regard to the opinion of the Committee of the Regions (2),","text_embedding":[-0.11179021000862122,-0.09903048723936081,0.13873471319675446,-0.2345775067806244,0.2914288341999054,0.2594449520111084,-0.1866375058889389,0.20788490772247314,-0.09043125063180923,0.014937951229512691,0.1355218142271042,0.0015198076143860817,-0.0657338798046112,0.0762748196721077,0.00683295913040638,0.5950366258621216,0.23917602002620697,0.045084841549396515,0.008863153867423534,-0.06414573639631271,0.49101340770721436,0.09178950637578964,0.015152624808251858,0.3011372685432434,-0.03213748335838318,-0.08134844899177551,-0.22495883703231812,-0.043157171458005905,-0.09561604261398315,-0.03972205892205238,0.23610369861125946,0.0647701844573021,0.18430960178375244,0.11048330366611481,-0.02183297462761402,0.38455843925476074,0.613139271736145,0.03387514129281044,-0.036126118153333664,-0.028158077970147133,0.09892600774765015,-0.20168137550354004,-0.07652603834867477,0.009270085953176022,0.10190185904502869,-0.3041653335094452,0.15971329808235168,0.6865876913070679,-0.017201142385601997,-0.06844465434551239,-0.2739233672618866,0.23448169231414795,0.20932652056217194,-0.035335324704647064,-0.20430167019367218,0.07487106323242188,0.0023270214442163706,-0.26897114515304565,0.020395439118146896,-0.4992371201515198,0.10957563668489456,0.11906272917985916,0.4411509037017822,-0.07613998651504517,0.29522931575775146,0.17380976676940918,-0.39046138525009155,0.2513755261898041,-0.6262252330780029,-0.10707274079322815,0.03485509753227234,0.2861705720424652,-0.2775449752807617,-0.0945398136973381,0.1682056486606598,-0.020397275686264038,-0.48410534858703613,-0.04008204862475395,0.1577773541212082,0.056467555463314056,-0.12761203944683075,-0.18925334513187408,0.18242329359054565,0.2598755657672882,-0.02661409042775631,-0.3950118124485016,0.6546636819839478,-0.3306187093257904,-0.10233011096715927,0.2163565456867218,0.1763412058353424,-0.30451110005378723,0.2346840798854828,-0.036644041538238525,0.015481976792216301,-0.10029245913028717,0.3809669315814972,-0.2041979432106018,-0.516219973564148,-0.14757998287677765,-0.33235964179039,0.07926689833402634,-0.4182596206665039,0.1674107313156128,0.07738492637872696,-0.018225738778710365,0.02591894008219242,-0.31188535690307617,0.032201096415519714,0.6507294774055481,0.04096809774637222,-0.12135785073041916,0.012949205935001373,-0.5845947861671448,0.16720634698867798,0.22543026506900787,-0.09611570090055466,-0.3468911349773407,0.0990501269698143,-0.07546499371528625,0.23260056972503662,0.46492254734039307,-0.14541514217853546,0.10151921957731247,0.2063828557729721,-0.23015941679477692,0.17229796946048737,-0.5392922163009644,-0.4504469037055969,0.00522030983120203,0.08346353471279144,-0.21545428037643433,-0.31776490807533264,0.20901942253112793,-0.32178378105163574,0.16905894875526428,0.03139440342783928,-0.17889784276485443,-0.043798431754112244,-0.13309907913208008,-0.04349169135093689,0.1707298755645752,-0.18121792376041412,-0.5418322682380676,0.41691234707832336,0.14303286373615265,-0.3980987071990967,0.14301516115665436,0.12293612211942673,-0.13236448168754578,0.17412397265434265,0.060745686292648315,-0.23911142349243164,-0.0523015595972538,-0.11515682935714722,0.19184674322605133,-0.04486742615699768,0.27695879340171814,0.16550447046756744,-0.057486873120069504,0.17711150646209717,-0.05180104821920395,0.2048252522945404,0.23722539842128754,0.10368700325489044,-0.019406545907258987,0.12593168020248413,0.0077587030827999115,0.25018566846847534,0.15179060399532318,0.1770070344209671,-0.2936437726020813,0.2845494747161865,-0.11702526360750198,0.09915345907211304,0.14065329730510712,0.014298512600362301,0.43501096963882446,-0.2926294207572937,0.12826350331306458,-1.2809199094772339,0.10982680320739746,-0.14921987056732178,0.05170261487364769,0.352583646774292,-0.08108261972665787,-0.04457160457968712,0.08631426095962524,0.1119319424033165,0.04446657747030258,0.09881805628538132,-0.5070644617080688,0.2896353304386139,-0.1708272099494934,0.09738842397928238,0.06845207512378693,-0.15501751005649567,0.2584141492843628,0.0014039434026926756,-0.22563116252422333,-0.03480324149131775,0.10159406065940857,0.19390003383159637,0.05851206183433533,-0.22520984709262848,-0.1274203360080719,-0.10543786734342575,0.19645142555236816,-0.031766921281814575,0.6292749047279358,-0.3070054054260254,0.05475780367851257,-0.32723918557167053,0.012655746191740036,-0.32924720644950867,-0.31598204374313354,-0.09613890945911407,-0.10321508347988129,-0.08616922795772552,-0.17062894999980927,-0.06065244600176811,0.11426214873790741,-0.20377413928508759,0.3183939456939697,-0.08315397799015045,0.542346715927124,0.2854405343532562,0.0049300831742584705,-0.12401925772428513,-0.04388568550348282,-0.09865885972976685,-0.06598936021327972,0.23036731779575348,-0.31074896454811096,0.2677493989467621,-0.29685044288635254,-0.19834773242473602,0.4331950545310974,0.37600186467170715,-0.4328487813472748,-0.08887097984552383,-0.20263350009918213,0.06467892229557037,-0.03342926502227783,0.02817239798605442,0.13937771320343018,0.04349491000175476,0.08689485490322113,0.3469858765602112,0.06544183194637299,-0.13830769062042236,0.3995856046676636,0.005684107542037964,-0.062444861978292465,-0.040156591683626175,-0.12700167298316956,0.5464531183242798,-0.6037129163742065,0.24455252289772034,-0.07124707102775574,-0.19282390177249908,-0.051749441772699356,-0.5870451927185059,0.04457208141684532,0.08630142360925674,0.07831317186355591,-0.08968856185674667,-0.5066369771957397,-0.12452375143766403,-0.13919344544410706,0.38739579916000366,0.294921875,-0.06774479895830154,0.058995939791202545,-0.20507079362869263,-0.16639669239521027,0.14243829250335693,0.4582195580005646,0.020657110959291458,-0.27740979194641113,-0.3324472904205322,0.03389642387628555,0.06042183190584183,0.26604902744293213,-0.041073158383369446,-0.3142554759979248,-0.23119977116584778,-0.32152706384658813,0.2916175127029419,-0.0244117584079504,0.34784379601478577,0.09257274121046066,-0.11864795535802841,-0.23919495940208435,-0.13023251295089722,0.12400615960359573,-0.1157742366194725,0.27288779616355896,0.2617880403995514,-0.06521771848201752,-0.4453170597553253,0.07140795141458511,0.06371777504682541,-0.13984981179237366,0.29615283012390137,-0.018274594098329544,-0.17876575887203217,-0.2608792781829834,-6.4821696281433105,-0.2254134565591812,-0.2841479182243347,-0.4093632698059082,0.4418148696422577,0.4338342547416687,0.25971782207489014,-0.006025450304150581,0.11722620576620102,0.3666277229785919,-0.09903450310230255,-0.4049307107925415,-0.31187310814857483,0.32196664810180664,0.02550206519663334,-0.18810585141181946,-0.5748997926712036,0.07309776544570923,-0.2201695591211319,0.11163836717605591,-0.028676625341176987,-0.5583244562149048,-0.18807518482208252,0.3564135730266571,0.3989376723766327,0.024964384734630585,-0.24674354493618011,0.06863105297088623,0.011482270434498787,-0.5224776864051819,0.35353097319602966,-0.7018105387687683,0.19946269690990448,0.38771653175354004,0.2392079383134842,-0.26826465129852295,0.3344511091709137,-0.019121628254652023,-0.054705772548913956,-0.015011699870228767,-0.20437952876091003,-0.21521489322185516,0.18091793358325958,0.028245652094483376,0.21953435242176056,-0.12745654582977295,-0.18677140772342682,0.15905117988586426,-0.20980186760425568,0.1033409982919693,0.14990054070949554,0.24822381138801575,-0.2091560810804367,0.24429680407047272,-0.4960610568523407,-0.010205320082604885,-0.01774263009428978,-0.19509266316890717,-0.22996127605438232,-0.28934890031814575,0.10430597513914108,-0.2631203532218933,-0.1228674128651619,-0.23291410505771637,0.031168587505817413,0.18590711057186127,-0.4289914071559906,0.32375308871269226,0.007847048342227936,-0.07641482353210449,0.03833351284265518,0.5037657022476196,-0.38295066356658936,-0.823146641254425,-0.3590237498283386,-0.001701026689261198,0.3541182279586792,-0.1336689591407776,0.1667947620153427,0.32515087723731995,-0.07027508318424225,-0.16183525323867798,0.18919183313846588,0.09467419981956482,-0.16108419001102448,-0.06769152730703354,0.08943755179643631,0.46274974942207336,-0.20488156378269196,-0.32152608036994934,0.5777741074562073,-0.5025782585144043,-0.2328268438577652,-0.23015514016151428,0.2551291882991791,-0.10406718403100967,0.14783895015716553,0.060065850615501404,-0.22304029762744904,-0.034866202622652054,-0.01934027299284935,-0.06341172009706497,-0.0014387833653017879,0.08951226621866226,-0.01130367536097765,-0.041346173733472824,-0.3216530978679657,0.15316258370876312,0.4308512508869171,-0.16355359554290771,0.06942572444677353,0.024470889940857887,0.22826753556728363,0.1577412486076355,-0.15620653331279755,0.2753336727619171,0.11713502556085587,-0.08694182336330414,0.29937005043029785,0.027660373598337173,-0.011707018129527569,0.803048849105835,-0.1990877240896225,0.1173517256975174,-0.575985848903656,0.21492569148540497,-0.39316749572753906,0.19347351789474487,-0.11522423475980759,0.5318187475204468,-0.1529034525156021,-0.0917092114686966,0.3931047022342682,0.06638170778751373,0.48097026348114014,0.06391251087188721,-0.3474625051021576,-0.11267995834350586,-0.0839071273803711,0.02766944095492363,0.08269459754228592,0.09287062287330627,-0.033486515283584595,-0.17373064160346985,-0.04710102081298828,-0.01243571937084198,0.2819400429725647,0.2812531590461731,0.27391111850738525,-0.26310694217681885,0.05344720929861069,-0.17515552043914795,0.5746814608573914,-0.09839755296707153,-0.4322901666164398,0.1986124962568283,0.04872322082519531,0.07679446786642075,0.2613917887210846,-0.2751862406730652,0.0975920557975769,-0.06402455270290375,-0.04125577583909035,-0.08279772847890854,0.23944813013076782,0.09042775630950928,-0.10134576261043549,-0.4188780188560486,0.13770011067390442,0.08284305036067963,-0.2862469553947449,0.08151952177286148,0.013642129488289356,0.20020148158073425,-0.31820690631866455,0.3072088062763214,-0.06712531298398972,-0.1094013899564743,-0.22848418354988098,0.061652809381484985,-0.08666395395994186,0.3634856045246124,-0.2597613036632538,-0.0021490922663360834,0.15809805691242218,0.22009873390197754,0.03572004660964012,-0.19736754894256592,0.3981681764125824,-0.09751942753791809,-0.05321529507637024,0.035301413387060165,0.06299494951963425,0.07649736106395721,-0.08164814859628677,-0.05662854015827179,0.5001286268234253,-0.21272465586662292,-0.6326523423194885,0.15936581790447235,-0.2514183521270752,-0.2820320427417755,0.45585957169532776,-0.28711169958114624,-0.32657590508461,-0.07782234251499176,0.1443413645029068,-0.08824827522039413,-0.2854040265083313,-0.5976369976997375,-0.33044299483299255,0.2971821427345276,-0.2047508955001831,0.3961876332759857,0.20684005320072174,-0.3678983747959137,0.11004892736673355,0.10363791882991791,-0.2366844117641449,-0.1371774971485138,0.08928318321704865,-0.12593424320220947,0.12223904579877853,-0.29261189699172974,-0.4226429760456085,-0.011130152270197868,0.2171630859375,0.17372539639472961,-0.11922257393598557,0.1777477115392685,-0.07236053794622421,0.052203308790922165,-0.17144657671451569,0.03333821892738342,0.01691504195332527,0.0495610311627388,-0.01536020077764988,-0.13202451169490814,-0.08298196643590927,0.3978968560695648,0.5124357342720032,0.06107814982533455,-0.09156444668769836,-0.024336716160178185,0.043135933578014374,0.25454869866371155,0.35828569531440735,0.027238914743065834,0.17133289575576782,0.2965826392173767,0.35067877173423767,-0.03287889063358307,-0.07643532752990723,-0.05449613928794861,-0.049343958497047424,-0.13881096243858337,-0.24180948734283447,-0.1344561129808426,-0.11287640780210495,-0.15626929700374603,-0.06987784802913666,-0.05759737640619278,0.03138040378689766,0.18515323102474213,-0.033726174384355545,0.016504105180501938,0.116289883852005,-0.31320393085479736,-0.3752612769603729,-0.48568350076675415,0.4058428704738617,-0.3631168305873871,-0.029084166511893272,0.056164491921663284,0.13811330497264862,0.2192213535308838,-0.29642266035079956,-0.15162646770477295,0.31870850920677185,-0.2835299074649811,-0.4322699010372162,0.11428140103816986,0.3889816701412201,0.21889321506023407,0.2160702496767044,-0.12104669958353043,0.06154940277338028,0.19722171127796173,-0.4198606014251709,-0.40873122215270996,0.29390472173690796,-0.27684256434440613,-0.3311921954154968,-0.1942685842514038,-0.3306314945220947,-0.07348088175058365,0.5698620676994324,0.14029332995414734,-0.14531822502613068,0.07756926119327545,-0.27264469861984253,-0.14129145443439484,0.2440556138753891,-0.1757066398859024,-0.27423423528671265,0.16949455440044403,-0.08537555485963821,0.06331683695316315,-0.25172343850135803,0.22274383902549744,0.12118401378393173,-0.21415424346923828,0.2181856632232666,0.0847388356924057,-0.31387585401535034,-0.06886214017868042,0.0035344138741493225,-0.19210956990718842,0.1585715115070343,0.08200860023498535,0.4137575626373291,0.31498900055885315,0.1972578763961792,0.019916538149118423,0.40439915657043457,0.18124280869960785,-0.12486562877893448,0.43006864190101624,-0.25016307830810547,0.6878013610839844,-0.32691168785095215,0.21794958412647247,-0.1735394299030304,0.14706480503082275,0.42023277282714844,-0.20558342337608337,0.0026616151444613934,-0.1217523068189621,0.07159502059221268,0.4802282452583313,-0.09836994856595993,0.30013060569763184,-0.2997922897338867,0.1819457709789276,0.1373966932296753,0.2703709602355957,-0.1997942477464676,0.05965143069624901,0.2644113004207611,0.32112643122673035,-0.09649251401424408,-0.11724181473255157,-0.1555580049753189,0.3585087060928345,-0.008248023688793182,0.3516724407672882,-0.18485480546951294,-0.023967796936631203,-0.20520958304405212,0.28644874691963196,-0.149016335606575,0.1873602569103241,-0.01974957436323166,-0.09520237892866135,-0.2820519506931305,-0.05442424491047859,-0.11151385307312012,-0.3032742142677307,0.33138325810432434,-0.16801324486732483,-0.08727531880140305,-0.41998010873794556,-0.39178267121315,0.29046502709388733,0.21789081394672394,-0.42190033197402954,0.10281417518854141,0.22267700731754303,0.28785234689712524,0.20087581872940063,-0.28558650612831116,-0.19687297940254211,-0.14902906119823456,-0.06498956680297852,-0.3286955952644348,0.03136216849088669,0.1575135588645935,-0.057284533977508545,-0.34373563528060913,-0.445582777261734,-0.5651313662528992,-0.08903832733631134,-0.12022075802087784,0.24245239794254303,-0.16308310627937317,0.21982266008853912,0.09741456061601639,-0.31475943326950073,0.4287196695804596,0.09700392186641693,0.1858389973640442,-0.49954599142074585,0.28813087940216064,0.14677152037620544,0.08278720825910568,0.030082305893301964,0.24555142223834991,0.23565581440925598,-0.18556636571884155,-0.218998521566391,0.21336133778095245,-0.34213927388191223,-0.3674289584159851,0.028246387839317322,-0.1541799008846283,-0.4670374393463135,-0.0031054115388542414,0.34409281611442566,0.533329427242279,-0.1726241260766983,-0.22861458361148834,-0.4524039030075073,0.19175021350383759,0.21049673855304718,-0.30336034297943115,-0.032897479832172394,0.4679716229438782,0.3653796911239624,-0.37608325481414795,0.30867359042167664,0.2297525405883789,-0.12523311376571655,-0.14647194743156433,0.09422573447227478,-0.04503034055233002,-0.04071664810180664,-0.26440054178237915,0.07841862738132477,-0.3535449504852295,-0.015414535999298096,0.13360127806663513,0.39267638325691223,0.12514473497867584,-0.17676237225532532,0.1963285505771637,0.005021875258535147,0.26172903180122375,-0.034197062253952026,-0.18495331704616547,0.274840772151947,-0.4009091854095459,0.26784607768058777,-0.11097297817468643,-0.16555875539779663,0.2381516844034195,-0.6186789870262146,0.23053283989429474,0.16960954666137695,0.09436404705047607,-0.055268239229917526],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"qXt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b11","text":"Acting in accordance with the ordinary legislative procedure (3),","text_embedding":[-0.01597270742058754,0.024031510576605797,0.1138254776597023,0.011652829125523567,0.2859574854373932,0.05608027055859566,0.25788813829421997,-0.29308924078941345,-0.11584001779556274,0.12602826952934265,0.2166440188884735,0.2900681793689728,-0.652622401714325,-0.3012973964214325,-0.1722637414932251,0.5342852473258972,0.21583011746406555,0.05133715644478798,0.31722450256347656,-0.3330824375152588,0.2942142188549042,0.1565760374069214,0.08805334568023682,0.18715330958366394,0.06476975232362747,-0.0849168673157692,-0.07858788967132568,0.2150575816631317,-0.10998944193124771,-0.07673680037260056,0.07624851912260056,0.07590397447347641,0.16896580159664154,-0.15168015658855438,0.05772595852613449,0.3686557710170746,0.31393858790397644,-0.20957709848880768,-0.26356878876686096,0.14389054477214813,-0.013144840486347675,-0.460827499628067,-0.4370870888233185,-0.234708771109581,-0.24678099155426025,-0.6537984013557434,-0.05044504627585411,0.5968068838119507,0.24871575832366943,0.10146605968475342,-0.37380310893058777,0.36144882440567017,0.19628474116325378,0.09108865261077881,-0.17520704865455627,-0.03545062243938446,-0.09933508187532425,-0.010606573894619942,-0.2115960270166397,-0.28553077578544617,0.11513601243495941,0.05516320466995239,0.3519379496574402,-0.0735553652048111,0.17908699810504913,0.46635571122169495,-0.0814758911728859,0.21830447018146515,-0.7406715750694275,-0.24466462433338165,-0.12599320709705353,0.24529220163822174,-0.2361382097005844,0.053260885179042816,0.16368134319782257,-0.446501761674881,-0.13840371370315552,0.02931790240108967,0.05600305646657944,0.3667657673358917,-0.0818847045302391,0.09217249602079391,0.16321001946926117,0.24662812054157257,0.15450811386108398,-0.03150324895977974,0.2897091209888458,0.004726890008896589,0.10087259113788605,-0.14480604231357574,-0.38259243965148926,-0.31912800669670105,-0.1315498650074005,0.004922842141240835,-0.05348729342222214,-0.14702185988426208,-0.2522735297679901,-0.09515495598316193,-0.3657359480857849,0.3125607669353485,-0.1971471607685089,-0.1332022100687027,0.18233539164066315,-0.1509513556957245,0.0601772665977478,-0.00488242506980896,0.06450660526752472,-0.555237889289856,-0.12881599366664886,0.6791328191757202,-0.09770524501800537,-0.20405803620815277,0.17127802968025208,-0.28524062037467957,-0.0898914709687233,0.26651325821876526,-0.04521021246910095,-0.370340496301651,-0.0597279854118824,-0.09024862945079803,0.1239251047372818,0.12046301364898682,-0.10361409187316895,0.21532604098320007,0.3391070067882538,-0.41968756914138794,0.22510623931884766,-0.13107933104038239,-0.34796085953712463,0.06094193086028099,-0.03596119210124016,-0.23058442771434784,-0.1263500601053238,0.41489121317863464,-0.4896242320537567,-0.21097363531589508,0.09618101269006729,-0.18094588816165924,-0.08364585787057877,-0.1251123547554016,-0.07514268159866333,0.15482807159423828,0.03174883499741554,-0.08538880199193954,0.32346680760383606,-0.013593393377959728,-0.06596322357654572,0.18357817828655243,-0.14531834423542023,-0.11731697618961334,-0.06980472803115845,-0.14207123219966888,-0.09931782633066177,-0.2071646749973297,-0.11186210066080093,0.11907494813203812,0.17509962618350983,0.5249616503715515,-0.009267655201256275,-0.0055822026915848255,-0.3465621769428253,0.11981584876775742,-0.16572575271129608,-0.09840979427099228,0.014024600386619568,0.02752085030078888,-0.21071317791938782,0.23589953780174255,0.010470067150890827,-0.0323326475918293,-0.012412180192768574,-0.08649424463510513,-0.042515840381383896,0.35892924666404724,0.09594523161649704,0.19295498728752136,0.10163722187280655,-0.010164828039705753,0.004410921595990658,-0.19210709631443024,-1.295678734779358,0.33504733443260193,0.03719698265194893,0.12024394422769547,-0.16257332265377045,0.15629181265830994,0.3796522319316864,-0.005723604001104832,0.1665818691253662,-0.11434905976057053,0.11397305876016617,-0.2508971393108368,0.17093871533870697,-0.34218865633010864,-0.06877744942903519,0.08985503762960434,-0.11461925506591797,0.24518536031246185,-0.24518133699893951,-0.2825910449028015,-0.030638890340924263,0.3388335704803467,-0.02390103042125702,0.17955687642097473,0.021487286314368248,0.19955530762672424,-0.07188311964273453,-0.1585872620344162,0.2365875393152237,0.4676147997379303,-0.4007028639316559,-0.0074598840437829494,-0.022579286247491837,-0.22101442515850067,-0.4265078604221344,-0.19500000774860382,-0.5255768895149231,-0.45752668380737305,0.11508341878652573,0.04975224658846855,-0.10862849652767181,-0.0048602670431137085,-0.23282214999198914,0.4623492658138275,-0.11609999090433121,0.47792357206344604,0.47134557366371155,0.022944970056414604,-0.1216902956366539,-0.04964345693588257,0.003711374243721366,-0.26282528042793274,0.3482604920864105,-0.28803563117980957,0.12447250634431839,-0.1645321398973465,-0.15091298520565033,0.24223756790161133,0.05827929824590683,-0.5218163728713989,0.1510738879442215,0.1906287521123886,0.08828318119049072,-0.11190775781869888,0.024357523769140244,0.0872005894780159,-0.18902786076068878,0.22960056364536285,0.3883434236049652,0.11686023324728012,0.005194767843931913,0.24658527970314026,-0.08725692331790924,-0.3266473114490509,0.06300351768732071,-0.10592203587293625,-0.010761760175228119,-0.2932065427303314,0.08072209358215332,-0.19904300570487976,0.09322889149188995,-0.0991562083363533,-0.1258566528558731,-0.125553160905838,0.02436806447803974,-0.08723405748605728,0.37365660071372986,-0.20639219880104065,-0.28366824984550476,0.07841461151838303,0.37729930877685547,0.25580960512161255,-0.009341438300907612,0.14053717255592346,-0.15758226811885834,-0.19428768754005432,0.28574877977371216,0.5568358898162842,0.16965536773204803,-0.4441429674625397,-0.1201903447508812,0.13640357553958893,0.2025260031223297,0.2621140480041504,-0.274107962846756,-0.24638280272483826,-0.09726198762655258,-0.055196817964315414,-0.05276774615049362,-0.15645959973335266,0.17915558815002441,0.3648875057697296,-0.18571268022060394,-0.3035567104816437,-0.24535605311393738,0.018649231642484665,-0.21922029554843903,0.0673142746090889,0.03858872503042221,-0.0572827123105526,-0.5155565142631531,-0.005369613412767649,0.1880861520767212,0.17898152768611908,0.5317332744598389,-0.0861433669924736,-0.28735095262527466,0.022579392418265343,-6.561375141143799,-0.21723072230815887,0.05360058322548866,0.1424247771501541,0.5889356732368469,0.27685558795928955,-0.05346835404634476,-0.37851038575172424,0.2004590928554535,0.3015328049659729,0.06863023340702057,-0.10030586272478104,-0.22061730921268463,0.05330857262015343,-0.1730966418981552,-0.17921307682991028,-0.2168595790863037,-0.43418213725090027,-0.06298045814037323,0.10610855370759964,-0.011045092716813087,-0.510837197303772,0.4917505085468292,0.19237184524536133,0.4291956424713135,-0.29024621844291687,-0.3435741364955902,0.24168594181537628,0.09762219339609146,-0.41511234641075134,-0.0020295402500778437,-0.5278047919273376,-0.2004326730966568,0.4304705560207367,0.19015918672084808,-0.17657019197940826,0.3888397216796875,-0.29089266061782837,0.25323018431663513,-0.24225284159183502,-0.018148446455597878,-0.334592342376709,-0.008426542393863201,0.08593486249446869,0.025761952623724937,-0.08577395975589752,-0.24803416430950165,0.15660421550273895,0.0056700557470321655,0.20180711150169373,0.09250574558973312,0.31387120485305786,-0.03877480700612068,0.14075639843940735,0.14510907232761383,0.12574449181556702,0.2965342104434967,0.12985064089298248,-0.33721399307250977,0.09652832895517349,0.21748144924640656,0.054287414997816086,-0.48169276118278503,-0.02678942307829857,-0.08593310415744781,0.1909470111131668,-0.13607902824878693,-0.13791079819202423,0.036438703536987305,-0.12387293577194214,0.09522615373134613,-0.07978780567646027,-0.22085483372211456,-0.6798824667930603,0.04957173392176628,-0.4239777624607086,0.15502025187015533,-0.02539505437016487,0.3441402316093445,0.30742713809013367,-0.09449607133865356,-0.19493184983730316,0.3066537082195282,0.36465033888816833,0.1394631564617157,0.10154490172863007,0.2405727356672287,0.7230496406555176,0.07193358242511749,-0.31963035464286804,0.3423856198787689,-0.08839978277683258,-0.012560367584228516,0.3238815367221832,0.2571369707584381,0.013199076987802982,0.08262699097394943,-0.044040363281965256,-0.09976641088724136,-0.3353513777256012,-0.07153810560703278,0.03640976548194885,-0.0265716053545475,0.05090246722102165,0.07896337658166885,-0.08893585950136185,-0.4493781626224518,0.04773302003741264,-0.006838618777692318,-0.14540383219718933,0.003820861456915736,-0.21618519723415375,0.39717957377433777,0.20100829005241394,0.18176545202732086,-0.06831087917089462,-0.10254531353712082,0.0859731063246727,0.16187092661857605,-0.062459055334329605,-0.6047459840774536,0.5339845418930054,-0.5112603902816772,0.18515944480895996,-0.4144562780857086,0.22943846881389618,-0.1018902063369751,0.46271660923957825,0.1841752529144287,0.019149888306856155,-0.17631006240844727,-0.03476794436573982,0.09746235609054565,-0.12603972852230072,0.7514227032661438,0.13725975155830383,0.08716537803411484,-0.2511899769306183,-0.18585777282714844,0.31599488854408264,0.13350914418697357,-0.22996829450130463,-0.43331342935562134,-0.02839263714849949,-0.09644455462694168,0.008833259344100952,0.5148407816886902,0.053649190813302994,0.05232670530676842,0.09673436731100082,0.2907281816005707,0.031672604382038116,0.36719152331352234,-0.15114060044288635,-0.3937273621559143,0.3170660436153412,0.2161625325679779,-0.12664470076560974,0.6191419959068298,-0.14627616107463837,0.035731930285692215,0.09044241905212402,0.10058122128248215,-0.1749715656042099,-0.10267139971256256,0.14935968816280365,-0.30825716257095337,-0.07595103979110718,0.1375449150800705,0.10347640514373779,-0.2312610149383545,-0.05377435311675072,0.003728266339749098,0.23211248219013214,-0.04171595722436905,0.1322815865278244,-0.2647620439529419,-0.04427357390522957,-0.38862183690071106,0.467135488986969,0.3613840639591217,-0.428419828414917,-0.4700925350189209,-0.15614740550518036,0.2880891263484955,-0.1740088164806366,0.2636217176914215,-0.6847227811813354,0.1536777913570404,-0.03267752751708031,0.02360839769244194,0.10744408518075943,0.11629585176706314,0.05040861293673515,-0.17576444149017334,-0.11165911704301834,0.02325546182692051,-0.06498795747756958,0.1071479395031929,0.14808395504951477,-0.115262970328331,-0.177991583943367,0.11513964831829071,-0.2947634756565094,-0.42059510946273804,-0.13599835336208344,-0.014771917834877968,-0.16560590267181396,0.1564868837594986,-0.3838184177875519,0.01971246860921383,0.0461319200694561,-0.20756106078624725,0.40941935777664185,-0.031852394342422485,-0.3768867552280426,0.16597674787044525,-0.13394516706466675,-0.47956785559654236,-0.23006367683410645,-0.12234938144683838,-0.3315598964691162,-0.02486792765557766,-0.17098189890384674,-0.6656377911567688,-0.2871174216270447,0.17478975653648376,-0.04434463754296303,0.26230376958847046,0.22038845717906952,-0.18766702711582184,0.04291970282793045,-0.2190263569355011,-0.10518193244934082,-0.13938765227794647,-0.01582995057106018,-0.29504135251045227,-0.33666062355041504,-0.32326486706733704,-0.01299277413636446,-0.1493077278137207,0.3631635010242462,-0.17867840826511383,0.0536918118596077,0.3629639148712158,0.2588459253311157,0.12806229293346405,-0.05125092715024948,-0.01266625989228487,0.28191256523132324,0.1298646628856659,0.05830950289964676,0.1741321086883545,0.18977399170398712,-0.02104046940803528,-0.4121992886066437,-0.2593158483505249,0.2811097800731659,-0.03620632365345955,0.4073266386985779,-0.1934189349412918,-0.4708156883716583,0.06991269439458847,-0.2765989601612091,-0.045882564038038254,-0.09200157225131989,-0.04523259401321411,0.026056421920657158,0.17977125942707062,-0.19126436114311218,0.26131802797317505,-0.2032320648431778,-0.028314489871263504,0.11491239815950394,0.31593814492225647,0.18591713905334473,-0.10566674917936325,0.08039232343435287,0.27014994621276855,-0.015941372141242027,-0.40834879875183105,0.16221797466278076,0.1191905066370964,-0.27882906794548035,0.2653341591358185,-0.41641613841056824,0.41286036372184753,-0.0633363127708435,-0.16855821013450623,-0.29228878021240234,0.13274942338466644,0.06221310421824455,-0.1884676218032837,-0.22723177075386047,-0.40276971459388733,-0.03560812398791313,0.24542613327503204,0.43655654788017273,-0.0017211490776389837,0.21552987396717072,-0.2130434364080429,-0.07394177466630936,0.14829294383525848,-0.1741132289171219,-0.7015901207923889,0.12613043189048767,-0.08260536193847656,-0.14726337790489197,-0.19888417422771454,0.2523494362831116,-0.04352843761444092,-0.39748135209083557,0.6609249114990234,-0.09946579486131668,-0.19554142653942108,-0.12620627880096436,0.13468489050865173,-0.30401962995529175,-0.13333867490291595,0.0027779978699982166,0.3103692829608917,0.3290511667728424,0.07595188915729523,-0.1317969411611557,0.2502383589744568,0.09875289350748062,0.2176041454076767,0.28210997581481934,-0.16132065653800964,0.388601690530777,-0.08023762702941895,0.18474362790584564,-0.1921815127134323,-0.17395177483558655,0.14158543944358826,0.2282765954732895,0.30678173899650574,-0.04568490758538246,0.14167043566703796,0.13192708790302277,0.2293323278427124,0.3426031768321991,-0.5943858027458191,0.05910783261060715,0.49070098996162415,0.25330713391304016,-0.12192189693450928,-0.11160368472337723,-0.07760515064001083,0.21371586620807648,0.07515417039394379,-0.23358699679374695,0.3235200345516205,-0.060611821711063385,0.44354909658432007,0.3028254508972168,-0.08873409032821655,0.2832527458667755,-0.10496257245540619,0.01571219228208065,-0.3213959336280823,-0.1301928013563156,-0.011281614191830158,-0.27751538157463074,-0.2787913382053375,-0.09765230119228363,0.08683592826128006,0.16060125827789307,0.15652087330818176,-0.1041414886713028,0.25792235136032104,-0.4200423061847687,0.023838995024561882,0.059815339744091034,0.12315864115953445,-0.3500981628894806,0.05608956143260002,0.274612694978714,0.25699806213378906,-0.11225297302007675,-0.047283198684453964,0.015695879235863686,-0.08013052493333817,-0.3774263560771942,-0.047733716666698456,0.12385525554418564,0.12363411486148834,-0.0971871092915535,-0.06359628587961197,-0.4522137939929962,-0.2787397801876068,-0.20082512497901917,0.5332965850830078,0.1971689909696579,-0.009746938943862915,0.17275868356227875,0.03942253813147545,0.10816694051027298,0.5488670468330383,-0.2099350392818451,0.1565054953098297,0.2349635511636734,-0.23558129370212555,-0.14681768417358398,-0.00614218320697546,0.02268902026116848,0.011804943904280663,0.2612624168395996,-0.11448245495557785,-0.30872073769569397,0.3399955928325653,0.07613791525363922,-0.41429635882377625,-0.036998387426137924,-0.271882563829422,0.21450121700763702,0.21846672892570496,-0.023597706109285355,0.461627334356308,0.06392621248960495,-0.01667858101427555,-0.11811978369951248,0.3183143138885498,-0.008466517552733421,-0.3495037853717804,0.057477232068777084,0.6060816049575806,0.134672150015831,-0.22544370591640472,-0.08592443913221359,0.18315382301807404,-0.1097339391708374,-0.1655462235212326,0.2647719383239746,0.23707883059978485,0.2127574384212494,-0.3552228808403015,0.4371442198753357,-0.06858234107494354,-0.05337650701403618,0.052510108798742294,0.5482357144355774,-0.1392333209514618,-0.005011211149394512,0.5541163682937622,-0.07450079917907715,0.0952475294470787,0.11520390957593918,0.09232496470212936,0.010630070231854916,-0.1084609404206276,0.1061626523733139,-0.14153920114040375,-0.017149778082966805,-0.1688915640115738,-0.22679880261421204,0.39120131731033325,-0.118503138422966,-0.2915942966938019,-0.1674264520406723],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"qnt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b12","text":"Whereas:","text_embedding":[-0.31164586544036865,0.11355200409889221,-0.01583472266793251,-0.061771247535943985,-0.17205187678337097,0.1118365079164505,0.01882004737854004,0.1064457818865776,0.2424839437007904,-0.07930316776037216,0.0950445681810379,0.2611438035964966,-0.17273429036140442,0.34909719228744507,0.1122998520731926,0.49227333068847656,0.1369846612215042,-0.03082979843020439,0.03353649377822876,0.19382062554359436,0.2669813632965088,0.31218844652175903,-0.02890661358833313,0.2595822215080261,0.22034156322479248,0.10992687940597534,0.14277812838554382,-0.3571569323539734,0.1446540653705597,0.13656039535999298,-0.20109137892723083,-0.1078186184167862,0.39460474252700806,-0.033857591450214386,0.09133800864219666,0.099357970058918,-0.09983783960342407,-0.07298177480697632,0.11405356973409653,-0.08085667341947556,-0.24932482838630676,-0.13841234147548676,0.023459121584892273,0.04436750337481499,-0.014772508293390274,-0.11852189153432846,-0.22730594873428345,0.337320476770401,-0.056577496230602264,0.1581605076789856,-0.5142360925674438,0.28507763147354126,0.16253934800624847,0.22614538669586182,0.1715901792049408,0.03528256714344025,0.09310062229633331,-0.2576444745063782,-0.22058960795402527,-0.1558724343776703,0.329316109418869,0.15545174479484558,-0.00795662496238947,0.06166849657893181,0.10777746140956879,0.5602460503578186,-0.22725838422775269,-0.024676378816366196,-0.822607696056366,-0.0044013503938913345,-0.2553224265575409,-0.031605951488018036,-0.039097387343645096,0.05335734784603119,0.10280220210552216,0.15860515832901,-0.2542015314102173,0.05956881120800972,0.30263593792915344,0.011275244876742363,-0.013667594641447067,-0.14206793904304504,-0.029497191309928894,0.23094192147254944,0.1512715071439743,-0.08599140495061874,0.5197475552558899,-0.038306623697280884,-0.32925546169281006,0.2235964834690094,-0.06445939838886261,-0.2797660529613495,0.13300999999046326,0.25832411646842957,0.3301183879375458,0.16598835587501526,0.3456151485443115,-0.2118077278137207,0.05334412306547165,0.02142762392759323,-0.45708754658699036,-0.3601897060871124,0.1342431753873825,-0.17824070155620575,0.10003892332315445,-0.2367129623889923,-0.3743358254432678,0.09801343828439713,-0.010738646611571312,0.3716326057910919,0.006197899580001831,0.06878124177455902,-0.18656471371650696,-0.0801481157541275,-0.11136279255151749,-0.05432429164648056,-0.1214093416929245,-0.17732925713062286,-0.15242868661880493,0.10058999061584473,0.11311556398868561,0.1711627095937729,-0.027971256524324417,0.5155918002128601,0.21230792999267578,-0.4594917893409729,0.04907885938882828,-0.01976361870765686,-0.4512486457824707,0.03810984268784523,0.05132202431559563,0.2116759568452835,-0.04579176753759384,-0.004070477560162544,-0.20071831345558167,-0.16559067368507385,0.18141379952430725,-0.2630999684333801,-0.08051048964262009,-0.15272200107574463,-0.401231974363327,0.21471473574638367,-0.024732768535614014,-0.09181732684373856,0.26682937145233154,-0.05886401608586311,0.11787571758031845,-0.08996555954217911,0.16507425904273987,-0.1767013967037201,-0.0816202312707901,-0.06803366541862488,-0.41838210821151733,0.10013075917959213,0.11417410522699356,0.03250914439558983,-0.11463214457035065,0.3533632755279541,0.23366041481494904,0.06695135682821274,0.1914244294166565,-0.10476458072662354,0.14055630564689636,-0.07594920694828033,0.2684664726257324,0.03525068983435631,0.08934479206800461,0.4320847988128662,0.029749469831585884,0.12272948026657104,-0.008814005181193352,-0.008974678814411163,0.19836315512657166,-0.24404338002204895,-0.008283201605081558,0.23677554726600647,0.21400150656700134,0.0950675681233406,0.17887695133686066,0.0630331039428711,-1.701908826828003,0.363733172416687,-0.18812838196754456,0.09711708128452301,-0.05007178336381912,-0.14051689207553864,0.1024680882692337,-0.20751185715198517,-0.0403742641210556,-0.039942242205142975,-0.312591552734375,-0.22667713463306427,0.3880414068698883,-0.08551200479269028,0.28315359354019165,0.2898959815502167,-0.2283414900302887,-0.021593444049358368,-0.07053424417972565,-0.046456608921289444,0.10931289941072464,-0.0057467203587293625,-0.24174275994300842,0.25321847200393677,0.038198716938495636,0.09966154396533966,-0.20225511491298676,-0.28211742639541626,-0.017901986837387085,0.25268131494522095,-0.1468195766210556,-0.06035999208688736,-0.013064390979707241,0.284756600856781,0.040646497160196304,-0.23687279224395752,-0.04865554720163345,-0.06046334654092789,0.16009670495986938,-0.238917276263237,-0.2608436048030853,-0.053530313074588776,-0.14061014354228973,0.1692800670862198,0.05755743384361267,0.26325806975364685,0.43522337079048157,-0.18412229418754578,-0.11451481282711029,0.060281261801719666,0.141710102558136,0.14104729890823364,0.3828199505805969,0.18061241507530212,0.07090966403484344,-0.22636672854423523,-0.07222220301628113,-0.1751825213432312,0.2568804621696472,-0.6178377866744995,-0.22790531814098358,0.10825973749160767,0.18767467141151428,-0.11217871308326721,0.012235000729560852,0.013177501037716866,-0.13859008252620697,0.1107141524553299,0.021098628640174866,0.030498605221509933,-0.3161694407463074,0.12121443450450897,0.32850131392478943,0.016073716804385185,0.2689726650714874,-0.14198896288871765,-0.22760722041130066,0.1166134774684906,0.1392861306667328,0.020216479897499084,0.02093782275915146,0.17829477787017822,-0.019053300842642784,-0.044638581573963165,-0.2617698907852173,0.12089437246322632,-0.1389978528022766,0.01701197773218155,-0.12671495974063873,-0.09522058069705963,0.0086860042065382,-0.09412519633769989,-0.408462256193161,0.009833849966526031,0.0501619353890419,-0.12115377187728882,0.4022151529788971,0.23334698379039764,0.18416377902030945,-0.4116061329841614,0.10022479295730591,0.1199033260345459,0.01920529082417488,0.0976766049861908,-0.027479667216539383,-0.29051658511161804,-0.0009039454162120819,-0.6196589469909668,-0.07297166436910629,-0.14445000886917114,0.2702231705188751,0.509598433971405,0.007542666047811508,0.0214958805590868,0.24361445009708405,0.20384475588798523,0.07275539636611938,0.07014483213424683,0.2358894795179367,-0.36507007479667664,-0.0063291192054748535,-0.017102859914302826,0.05057324096560478,0.051493819802999496,0.07608504593372345,-0.22268478572368622,-0.0052958084270358086,-0.028731726109981537,-6.83950138092041,0.040697839111089706,0.0212603397667408,-0.3321840167045593,0.5956058502197266,0.18235339224338531,-0.25272756814956665,-0.4005477726459503,-0.019734729081392288,0.10102513432502747,-0.26215481758117676,-0.16644668579101562,-0.38713181018829346,0.26829639077186584,0.04930112138390541,-0.13171398639678955,-0.12031491100788116,-0.21437928080558777,-0.481805682182312,0.020390301942825317,-0.34161660075187683,-0.22213278710842133,0.2075267732143402,-0.09229157865047455,0.22819867730140686,0.47990700602531433,0.11960269510746002,-0.16005778312683105,-0.0509304441511631,-0.03761714696884155,0.3646185100078583,-0.37904343008995056,-0.06547047197818756,0.25061023235321045,0.20623598992824554,-0.00652504526078701,0.0638396367430687,-0.003064594231545925,0.5009702444076538,-0.05609966069459915,-0.40449750423431396,-0.06555846333503723,0.1690121442079544,0.062180422246456146,0.3483699560165405,-0.18025699257850647,-0.3355923593044281,0.13158512115478516,-0.21715286374092102,0.014420440420508385,0.4717424511909485,0.41172876954078674,-0.2395504117012024,-0.04319854453206062,-0.011373579502105713,0.21422430872917175,0.25733688473701477,-0.041765835136175156,0.14753760397434235,-0.15852507948875427,0.22551986575126648,-0.02626381628215313,-0.24106739461421967,-0.09420889616012573,0.37088102102279663,-0.371211439371109,-0.2988054156303406,0.13885244727134705,-0.05488450825214386,0.034741923213005066,-0.28360021114349365,-0.2058091163635254,-0.04548957943916321,-0.9937859177589417,-0.06666240096092224,-0.17142145335674286,-0.11007661372423172,-0.2995595932006836,0.14797240495681763,0.03364233672618866,0.08976150304079056,-0.26302841305732727,0.25208526849746704,0.016421586275100708,-0.2175731062889099,0.16147130727767944,-0.29252323508262634,0.2807769775390625,0.2306830883026123,-0.07181768119335175,0.279676616191864,0.17206308245658875,-0.1435740441083908,-0.22163259983062744,0.06554774940013885,0.0725160539150238,-0.15564501285552979,-0.19514133036136627,-0.02884065732359886,-0.12407100945711136,0.08452628552913666,0.06394442170858383,0.10381795465946198,0.27628499269485474,0.052120789885520935,-0.04921377822756767,-0.32251060009002686,0.17024347186088562,0.1668604612350464,-0.005748705938458443,-0.0838390439748764,-0.11936676502227783,-0.18630656599998474,-0.02198084257543087,-0.008638843894004822,-0.05085882917046547,0.14547774195671082,-0.05885661393404007,0.1725388914346695,0.06360077112913132,-0.1519879698753357,0.5224748849868774,-0.3345010578632355,-0.35005658864974976,-0.3233029842376709,0.2041279673576355,-0.3402820825576782,0.09479279816150665,-0.14989228546619415,0.0958036556839943,-0.2829411029815674,-0.13199864327907562,0.11446401476860046,-0.11760398745536804,0.5059760212898254,-0.05107906088232994,-0.21909545361995697,-0.21298828721046448,0.27673131227493286,0.23837636411190033,0.3874761760234833,-0.246782124042511,-0.1591155081987381,-0.10927024483680725,0.13638582825660706,0.11374413967132568,0.43877384066581726,0.09824609756469727,0.19300588965415955,-0.023726973682641983,0.16637727618217468,-0.4413440227508545,0.40734854340553284,-0.0088735930621624,-0.19254522025585175,-0.32367250323295593,-0.07851840555667877,-0.1601758450269699,-0.1393081247806549,-0.4169237017631531,0.08568556606769562,-0.056485366076231,-0.26932859420776367,-0.1441057175397873,-0.22290518879890442,0.18139736354351044,-0.292059063911438,-0.10482892394065857,0.02661079354584217,-0.24533967673778534,-0.18632899224758148,-0.03438258543610573,-0.09773960709571838,0.3039359748363495,0.08111845701932907,0.1485975682735443,0.32135945558547974,-0.25075817108154297,-0.16764622926712036,0.09096238017082214,0.11200382560491562,-0.23239195346832275,-0.17690972983837128,-0.14880523085594177,0.3279760777950287,-0.16643795371055603,0.2170228511095047,-0.27832359075546265,0.14811214804649353,0.1553468257188797,0.05717148631811142,-0.00038849562406539917,0.13105721771717072,0.054612018167972565,0.06104051321744919,-0.10396313667297363,0.029266707599163055,0.04072248935699463,-0.02185577154159546,0.042251065373420715,0.0027269870042800903,-0.08094926178455353,-0.1253749132156372,-0.16203972697257996,-0.4560733437538147,0.05182623863220215,0.25499534606933594,-0.21266613900661469,-0.14702020585536957,-0.049488842487335205,-0.12719666957855225,-0.08842906355857849,-0.3987787365913391,0.35324811935424805,0.15589016675949097,-0.38787347078323364,0.08651414513587952,-0.37714725732803345,-0.07793350517749786,-0.057435162365436554,0.07151298224925995,-0.27848631143569946,0.0317951962351799,-0.07907649129629135,-0.46559619903564453,-0.0017371326684951782,-0.019893838092684746,0.16801631450653076,0.1631077080965042,0.008858714252710342,0.1007157638669014,-0.5094887614250183,-0.18357673287391663,-0.07537208497524261,0.00835239514708519,0.11380356550216675,-0.05399174243211746,-0.0015867045149207115,-0.1701282560825348,-0.17725418508052826,0.13650354743003845,0.04215066879987717,-0.045090075582265854,-0.07620234042406082,0.19384220242500305,-0.06018298119306564,0.013652369379997253,-0.12400995194911957,-0.007588830776512623,0.12484899163246155,-0.07354985177516937,-0.1897066831588745,0.04708365350961685,0.14194363355636597,-0.02704482525587082,0.05438647419214249,-0.660053014755249,-0.010380087420344353,-0.5523365139961243,-0.049365922808647156,0.021535418927669525,-0.09495209902524948,-0.1018044576048851,-0.08850088715553284,0.24461780488491058,0.11915108561515808,0.32626503705978394,0.22032958269119263,0.12231861054897308,0.02993699535727501,0.37538474798202515,-0.3608478307723999,-0.07690420746803284,0.06191466376185417,0.03802800923585892,0.024267584085464478,-0.3156067132949829,0.36797451972961426,0.10684116929769516,0.003545507788658142,-0.06974585354328156,-0.008429192006587982,-0.11655017733573914,-0.15745557844638824,0.05264526605606079,0.20199015736579895,0.45725566148757935,0.18383166193962097,-0.07742580771446228,0.017078546807169914,0.19977006316184998,-0.14311359822750092,-0.008100328035652637,0.09880180656909943,-0.038704074919223785,-0.07716435194015503,0.2389623373746872,0.3223875164985657,-0.011923903599381447,0.20119139552116394,-0.18215157091617584,-0.21570973098278046,0.29591280221939087,-0.1693684160709381,0.09806351363658905,-0.021868053823709488,0.009022017940878868,0.008295133709907532,-0.09512557089328766,-0.05564722418785095,0.25108423829078674,-0.06778362393379211,0.25390559434890747,-0.019924452528357506,0.02094055712223053,-0.18602870404720306,0.2965545356273651,0.09453079849481583,0.05480670928955078,0.47375476360321045,-0.3966691195964813,-0.07617197930812836,0.12140079587697983,-0.0021355655044317245,0.24940940737724304,0.05883758142590523,0.12203603982925415,0.05251322686672211,-0.11359712481498718,0.16729618608951569,0.05883502960205078,0.26511910557746887,-0.09635299444198608,0.29639682173728943,0.21036598086357117,0.09261860698461533,0.4359916150569916,0.13941481709480286,-0.0725705698132515,0.03691790625452995,0.3746773600578308,0.129052996635437,-0.2796112596988678,0.08839071542024612,-0.079454205930233,0.13281044363975525,-0.04688918590545654,-0.10865642875432968,-0.0470973402261734,0.27949821949005127,-0.03069593571126461,-0.12460865080356598,0.049256790429353714,-0.05337423086166382,0.08106140047311783,-0.21139176189899445,-0.19120465219020844,0.19150689244270325,-0.10373082756996155,-0.12841293215751648,-0.011293640360236168,0.46108031272888184,-0.20051531493663788,0.09831658005714417,-0.20675629377365112,0.046726129949092865,0.06455634534358978,-0.10253806412220001,-0.13753673434257507,0.16880398988723755,0.1426389366388321,-0.19632777571678162,-0.059921033680438995,-0.2833893597126007,0.13989806175231934,-0.1303599625825882,0.09073075652122498,0.1916331797838211,-0.05299391970038414,0.10834049433469772,-0.20832723379135132,0.1675337553024292,-0.009263386949896812,-0.1490088403224945,-0.16228075325489044,0.21922923624515533,0.1603376865386963,-0.2948821187019348,-0.17529091238975525,-0.3345465064048767,-0.03746785223484039,-0.0034086033701896667,0.3268553614616394,0.1286918818950653,-0.10098183155059814,0.05812835693359375,0.14672237634658813,-0.1632664054632187,0.37913262844085693,0.06023101508617401,0.04199547320604324,-0.2581254541873932,-0.019169261679053307,-0.15260456502437592,-0.34604910016059875,0.21791419386863708,0.030009299516677856,0.2686309516429901,0.03471115231513977,-0.16973775625228882,0.0731005072593689,-0.3085671067237854,-0.7735868096351624,0.12543374300003052,-0.16160991787910461,0.07416848838329315,0.15464471280574799,-0.055529892444610596,0.23963212966918945,0.002126335632055998,-0.04835817590355873,-0.014017872512340546,0.41928398609161377,0.20568495988845825,-0.33061808347702026,0.10314686596393585,0.3117523193359375,0.3930758237838745,-0.03259959816932678,-0.1768077313899994,-0.03931789472699165,-0.15005220472812653,-0.25186577439308167,0.0933331549167633,-0.22910460829734802,-0.07948434352874756,-0.04766757786273956,0.05601295828819275,-0.30457600951194763,-0.16227249801158905,0.2504873275756836,0.436300128698349,-0.3011977970600128,-0.23728853464126587,0.0008363425731658936,0.1477281004190445,-0.1401679515838623,0.10844333469867706,0.04318615421652794,-0.018300693482160568,0.049485944211483,0.20761655271053314,-0.18543118238449097,0.02303171157836914,0.13059589266777039,-0.16066323220729828,0.18219882249832153,0.2013731598854065,0.14982199668884277,0.14789417386054993],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"q3t9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b13","text":"(1) The Union has set itself the objective of becoming a smart, sustainable and inclusive economy by 2020 with a set of policies and actions aimed at making it a low-carbon and resource-efficient economy (4).","text_embedding":[0.015611676499247551,-0.032980985939502716,0.3927682638168335,-0.08444162458181381,0.33796072006225586,0.04778183251619339,0.02842750959098339,0.19930653274059296,-0.0014390641590580344,-0.4554453194141388,0.1882021278142929,-0.1844673901796341,-0.06642677634954453,0.28920066356658936,0.4122703969478607,0.182224839925766,0.17780038714408875,-0.06166113168001175,-0.08635096997022629,-0.26787713170051575,0.4211429953575134,-0.03333209082484245,0.6667274832725525,0.9160339832305908,0.7015178203582764,0.08973457664251328,0.31153541803359985,-0.057132940739393234,0.33449792861938477,0.2146228849887848,0.3497389853000641,-0.3428555428981781,0.42529985308647156,-0.0083199143409729,0.47742536664009094,0.4110429584980011,-0.2820592522621155,-0.13711683452129364,0.07725919783115387,-0.14939089119434357,-0.6527935862541199,-0.1280980408191681,0.3946685492992401,0.37059080600738525,0.346230685710907,0.10733923316001892,-0.4153285622596741,0.46976232528686523,0.0064103249460458755,0.2497931569814682,-0.04926695674657822,-0.11606169492006302,0.3386947512626648,-0.21702608466148376,-0.07161514461040497,-0.24512165784835815,-0.0466616116464138,-0.457427054643631,-0.6685651540756226,-0.4513743817806244,0.20161090791225433,0.03309270739555359,-0.01337957102805376,-0.07116514444351196,0.24218496680259705,-0.23150813579559326,-0.22851097583770752,0.09070662409067154,-0.3447457551956177,-0.5297021865844727,-0.48658517003059387,0.021059447899460793,-0.3253699839115143,-0.5180819034576416,-0.0008386725676245987,-0.023987887427210808,-0.48422467708587646,0.4372432827949524,0.21743057668209076,-0.046967122703790665,-0.23387892544269562,0.2549460530281067,-0.0893465131521225,0.03243348002433777,0.32265350222587585,-0.18884792923927307,0.521477222442627,0.21257080137729645,-0.03680022805929184,0.5691612958908081,0.2829982340335846,-0.271152526140213,0.19321610033512115,0.15980374813079834,0.0018116375431418419,0.20902280509471893,-0.3938758075237274,-0.32649868726730347,-0.0448593832552433,-0.14817816019058228,0.4737387001514435,-0.18306472897529602,-0.028018102049827576,0.006112009286880493,0.17861412465572357,0.09659393876791,-0.06014266982674599,-0.40008389949798584,0.6721493601799011,0.502012312412262,0.2563595175743103,0.0500478558242321,0.02737574465572834,-0.2410363405942917,0.2677694261074066,0.28479552268981934,-0.31110990047454834,-0.20058153569698334,0.1413697451353073,0.13164468109607697,-0.03586961701512337,0.4609981179237366,0.05275626480579376,0.3656080961227417,0.01042957790195942,-0.28939688205718994,-0.06933188438415527,-0.07246040552854538,-0.46750664710998535,-0.10797777771949768,0.13636691868305206,0.04319348558783531,-0.26191702485084534,-0.1251310110092163,-0.18651069700717926,0.38537004590034485,0.4888985753059387,-0.24150079488754272,0.016276182606816292,0.1011565774679184,-0.06809321790933609,-0.17719343304634094,0.627094566822052,0.01949378289282322,0.31820982694625854,0.1346639096736908,0.3325618803501129,0.027733705937862396,-0.1109616607427597,-0.18382233381271362,-0.04071453958749771,0.13306964933872223,-0.3405245542526245,0.11679551750421524,-0.1999523639678955,0.15664076805114746,-0.32421159744262695,0.3210362195968628,-0.0388113372027874,0.07441369444131851,-0.24828960001468658,-0.0823371633887291,0.12142173200845718,-0.0706683099269867,0.24163442850112915,0.028127944096922874,0.04475906491279602,0.06878740340471268,0.06529399007558823,0.36768561601638794,0.30166929960250854,-0.2328537255525589,0.28043872117996216,-0.1754409372806549,0.2514694035053253,0.3314390480518341,0.167678564786911,0.014514646492898464,-0.3418920040130615,0.4679930806159973,-1.840600848197937,0.4696073830127716,0.11982789635658264,0.47322171926498413,-0.25387561321258545,-0.27931010723114014,-0.14761145412921906,0.07449191063642502,0.145779088139534,0.4312106966972351,0.039591167122125626,-0.23143930733203888,0.870233952999115,-0.4419172704219818,0.38604211807250977,-0.2844589054584503,0.05817630514502525,0.5722622275352478,-0.35407549142837524,-0.12860317528247833,-0.22598636150360107,-0.09288134425878525,-0.1237310841679573,-0.3808169960975647,0.10659237951040268,-0.10676128417253494,0.026980720460414886,0.04996507614850998,-0.3826238811016083,-0.0008721592603251338,-0.670426607131958,-0.27766329050064087,0.27646857500076294,0.3685748279094696,-0.05828266963362694,-0.3897891044616699,-0.27802160382270813,0.08384991437196732,-0.010302203707396984,-0.08723520487546921,0.09832287579774857,0.3146132230758667,0.010611387901008129,0.2735598683357239,0.5029785633087158,0.1785663515329361,0.4560439884662628,-0.4100523889064789,0.04256204888224602,-0.08939998596906662,0.27442654967308044,-0.17085978388786316,0.2651729881763458,0.32596445083618164,0.18619167804718018,0.2520902752876282,-0.3526723384857178,-0.12590375542640686,0.2696656584739685,-0.5771089196205139,-0.17198233306407928,-0.14791785180568695,-0.044887714087963104,0.08870691061019897,-0.1396610587835312,0.15947511792182922,0.31915250420570374,0.13356731832027435,0.5124269127845764,0.24953500926494598,-0.5229878425598145,0.48026788234710693,0.02210273966193199,-0.042853500694036484,-0.18037264049053192,-0.07362306863069534,0.07899776101112366,-0.2998107671737671,0.28983765840530396,-0.1634964644908905,-0.06426653265953064,-0.3416009843349457,-0.1027064248919487,-0.1670408397912979,-0.0999465063214302,-0.264627605676651,-0.27882516384124756,-0.6014496088027954,-0.3476717472076416,-0.06913428008556366,0.2676112949848175,0.1681647002696991,-0.2683720588684082,-0.013903186656534672,0.06352552771568298,-0.0368095263838768,0.6577405333518982,0.3188309073448181,-0.06479047983884811,-0.355866938829422,-0.47653084993362427,0.4335068166255951,-0.3296119272708893,-0.4171608090400696,0.07188679277896881,-0.06868164241313934,-0.17017506062984467,-0.3531176447868347,-0.02054462768137455,-0.24053432047367096,0.6728549599647522,0.3023359775543213,-0.12451255321502686,-0.003434211015701294,0.11646120250225067,0.2284422665834427,-0.0744602382183075,-0.008703846484422684,0.42797303199768066,0.3135926127433777,0.042932845652103424,-0.18061479926109314,0.1814802587032318,0.14741533994674683,0.15198884904384613,-0.46169528365135193,0.027640463784337044,-0.3701742887496948,-6.143206596374512,-0.07959551364183426,-0.2279076874256134,0.16774548590183258,0.34605565667152405,-0.011707247234880924,-0.1727086901664734,0.4179779589176178,0.159504234790802,-0.21912197768688202,-0.2508048117160797,0.08738550543785095,-0.33837926387786865,0.3189738392829895,-0.15181340277194977,-0.08827771246433258,-0.052998848259449005,-0.20430821180343628,-0.24213285744190216,-0.09784410148859024,0.07663485407829285,-0.7986031174659729,0.038471028208732605,0.17481333017349243,0.4218151271343231,-0.3014793395996094,-0.36949408054351807,-0.2527911067008972,0.1501367837190628,-0.2876368761062622,0.24344594776630402,-0.40075838565826416,0.01369519904255867,0.2552095651626587,0.4446307122707367,-0.04700147360563278,0.26354721188545227,-0.37045055627822876,0.029073582962155342,-0.2494300752878189,-0.22854070365428925,-0.03972693160176277,0.20178340375423431,-0.040126901119947433,0.8197059035301208,0.06624254584312439,0.1812305897474289,0.033162932842969894,-0.2177085131406784,-0.2078332155942917,0.21540643274784088,0.3152364492416382,0.06604059040546417,-0.12797503173351288,-0.5358464121818542,0.3540392518043518,0.37886565923690796,0.4749862849712372,0.2660927176475525,-0.09378021210432053,-0.22839704155921936,0.16722436249256134,0.09748561680316925,-0.09318362176418304,0.08423490077257156,0.5155964493751526,-0.2572503983974457,0.14494852721691132,-0.04840964823961258,-0.002922022482380271,-0.05309887230396271,0.13156673312187195,-0.3826375901699066,-0.6747010946273804,-0.09793958067893982,-0.6820777654647827,0.3116278350353241,-0.13464322686195374,0.10142362862825394,0.07130692154169083,0.29988905787467957,-0.19477388262748718,0.1639743447303772,0.3682383596897125,0.18307135999202728,-0.43973761796951294,-0.06575658172369003,-0.03865070641040802,-0.2222413569688797,-0.2867366075515747,0.5885887742042542,-0.04299444705247879,0.058044709265232086,-0.15548335015773773,0.41376739740371704,-0.05180086940526962,0.001507667824625969,-0.013312487863004208,-0.3626250922679901,-0.0037093600258231163,-0.33950522541999817,-0.10031893104314804,-0.016118988394737244,0.12496833503246307,-0.12418146431446075,-0.2504085600376129,-0.030992703512310982,-0.05785036087036133,0.05028687044978142,-0.05523579195141792,0.018777431920170784,-0.11726123839616776,-0.23028747737407684,-0.11959623545408249,-0.506415069103241,-0.06419496238231659,0.0007085166871547699,0.008300190791487694,0.31403523683547974,0.025700518861413002,-0.25520849227905273,0.6899350881576538,-0.3873593807220459,-0.07234039902687073,-0.45207053422927856,-0.2718012034893036,-0.4569854438304901,0.09456765651702881,0.2604193687438965,-0.2459108829498291,-0.11900924146175385,-0.030053602531552315,-0.07566499710083008,-0.3995914161205292,0.8811360001564026,0.46033716201782227,0.18404421210289001,-0.24471355974674225,-0.11180737614631653,0.5960177183151245,0.04482268914580345,0.41207730770111084,0.2334296703338623,-0.511537492275238,-0.02596747688949108,0.45929214358329773,0.26486936211586,-0.08272715657949448,0.2596261501312256,-0.08248715102672577,0.15305453538894653,0.09930897504091263,0.16842350363731384,-0.3009014129638672,-0.4296532869338989,0.18126626312732697,0.34848394989967346,-0.10992993414402008,0.4115683436393738,-0.4317483603954315,-0.045995987951755524,0.04024188593029976,-0.3812601566314697,-0.43639686703681946,0.28830674290657043,0.13690634071826935,0.09908096492290497,-0.39894208312034607,-0.032921142876148224,-0.14551863074302673,-0.04103817790746689,-0.30667245388031006,-0.12337620556354523,-0.24270248413085938,-0.20438025891780853,-0.12177207320928574,0.1809244006872177,-0.5834242701530457,0.13479362428188324,0.12541601061820984,-0.027942337095737457,0.16713573038578033,-0.15253236889839172,-0.3383161127567291,0.1650083363056183,-0.4858088791370392,-0.0054604774340987206,0.01645760051906109,0.040343690663576126,-0.32912594079971313,0.14310012757778168,0.3705011308193207,0.30193987488746643,0.5761886239051819,-0.3304673135280609,-0.12808772921562195,0.19292253255844116,0.2746915817260742,-0.40374067425727844,0.07727954536676407,-0.10845164954662323,-0.1170114055275917,-0.21357950568199158,-0.33767956495285034,-0.14960475265979767,-0.2585129141807556,-0.09930131584405899,0.13789156079292297,-0.022251512855291367,-0.46104127168655396,-0.049727581441402435,0.22197093069553375,-0.13761276006698608,0.3555092215538025,0.08201432973146439,-0.3492996394634247,0.0025448501110076904,-0.20611020922660828,-0.40923747420310974,-0.07016380876302719,-0.19931429624557495,-0.0776284784078598,-0.19276197254657745,-0.1926291286945343,-0.21680651605129242,0.18678253889083862,0.1165861263871193,0.48334652185440063,-0.21065185964107513,0.07120788097381592,-0.6367337703704834,-0.5300949811935425,-0.21750640869140625,0.07674109190702438,-0.28909558057785034,0.34235215187072754,-0.21701760590076447,-0.19350558519363403,-0.13584068417549133,0.18995212018489838,0.05810999870300293,-0.12415072321891785,0.23220641911029816,-0.359320729970932,-0.023042311891913414,0.40716058015823364,0.02977644093334675,0.5720853805541992,0.03330327570438385,-0.27057623863220215,-0.023010144010186195,-0.5141208171844482,-0.362374484539032,-0.12243524193763733,-0.0890943631529808,-0.14575116336345673,-0.25114744901657104,-0.2634764015674591,-0.5667542815208435,-0.12651269137859344,-0.24136555194854736,0.09828509390354156,0.03635961562395096,-0.27476266026496887,0.08863552659749985,0.329891175031662,-0.16386060416698456,-0.5124447345733643,-0.14947623014450073,-0.3860914707183838,0.6133778691291809,0.2064756453037262,-0.44777289032936096,0.2343500852584839,0.38385269045829773,-0.00809926725924015,-0.2460024654865265,0.2634185552597046,0.027968624606728554,-0.22022663056850433,-0.394925594329834,-0.13404835760593414,-0.18078120052814484,-0.011752014048397541,0.3698924779891968,-0.00913877971470356,0.22770282626152039,-0.39390093088150024,-0.19575853645801544,-0.2997645437717438,0.5263549089431763,-0.08038830757141113,0.19062456488609314,-0.11092297732830048,-0.4580032527446747,-0.018877346068620682,0.5782740712165833,-0.13770119845867157,0.14227889478206635,0.10340067744255066,0.05564321205019951,0.08388607949018478,-0.033023666590452194,-0.14094004034996033,-0.408691942691803,0.1300075352191925,-0.05388522520661354,0.14469535648822784,-0.4291037619113922,0.06947146356105804,0.5554602742195129,-0.13940615952014923,0.5568925738334656,-0.05134129896759987,-0.1352468729019165,0.16342157125473022,0.11678498983383179,-0.22232937812805176,0.061443258076906204,0.12295158952474594,0.17285403609275818,-0.2942277491092682,0.13219879567623138,-0.046714041382074356,0.33356359601020813,0.21452683210372925,-0.4367961585521698,-0.10135695338249207,-0.35015854239463806,0.6252657771110535,-0.5365284085273743,0.03162447363138199,-0.06873632222414017,0.3728429079055786,0.05353311821818352,-0.0721195712685585,-0.07167338579893112,-0.14200840890407562,-0.14667266607284546,0.34650474786758423,0.29703956842422485,0.3159453272819519,-0.43680840730667114,-0.021296396851539612,0.5784274339675903,-0.19695501029491425,0.13306565582752228,0.26882731914520264,-0.13124054670333862,0.6506242752075195,-0.26642167568206787,0.08768841624259949,-0.4099869132041931,-0.027344312518835068,0.34692278504371643,0.043634746223688126,0.08114077895879745,0.5161777138710022,-0.023857614025473595,0.14745688438415527,0.25234079360961914,0.313116192817688,0.3831994831562042,-0.5562748312950134,-0.17018930613994598,-0.12386774271726608,-0.36022770404815674,0.2976284623146057,-0.004963286221027374,0.01941533014178276,0.2876999080181122,-0.37262311577796936,-0.36500534415245056,-0.12251805514097214,0.2950512766838074,0.0061315069906413555,-0.2445491999387741,0.10448254644870758,0.4655199646949768,0.17777679860591888,-0.5919048190116882,-0.14683781564235687,-0.24435558915138245,0.11493111401796341,-0.4385163187980652,0.31981605291366577,-0.17974422872066498,0.12074848264455795,-0.3596300482749939,-0.4646351635456085,-0.5306243896484375,-0.1612745225429535,-0.15557020902633667,0.4730788767337799,-0.15487563610076904,-0.1722821444272995,-0.22614321112632751,0.04622146859765053,0.2965753972530365,-0.049436792731285095,0.2956550717353821,-0.42612236738204956,-0.1449253261089325,0.03771748021245003,-0.04274819791316986,-0.06738685071468353,-0.011031066998839378,-0.1984281688928604,0.36860787868499756,-0.3006414473056793,0.5708092451095581,0.0074760462157428265,-0.3202098608016968,0.568155825138092,-0.0846547856926918,0.21344700455665588,-0.06168753653764725,0.3740852177143097,0.39043933153152466,0.06645246595144272,-0.014675515703856945,-0.3361353874206543,-0.17435568571090698,0.021387003362178802,-0.3939415216445923,0.09043421596288681,0.23249581456184387,0.27277448773384094,0.16336075961589813,0.2341516762971878,0.1384245604276657,-0.40604713559150696,-0.023063644766807556,0.6280155777931213,-0.2193264663219452,0.257151335477829,-0.08104538172483444,0.2694067060947418,-0.2406858503818512,-0.09542276710271835,-0.14023277163505554,0.4177524149417877,-0.13204945623874664,-0.31394293904304504,0.1779329478740692,0.1312495619058609,0.21234597265720367,0.6497042179107666,0.008051075041294098,0.307807058095932,-0.4365931451320648,0.02515731006860733,-0.14308160543441772,0.31541526317596436,0.42537209391593933,-0.7792426347732544,0.007277222350239754,-0.22018125653266907,-0.15427377820014954,-0.46797963976860046],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"rHt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b14","text":"(2) Successive environment action programmes have provided the framework for Union action in the field of the environment since 1973.","text_embedding":[0.08621098846197128,0.16334736347198486,0.0049164206720888615,-0.5161047577857971,0.338262677192688,0.22310452163219452,0.1020418182015419,0.291156530380249,-0.40023186802864075,0.013984192162752151,-0.08722550421953201,0.10419709980487823,-0.544680118560791,0.37616536021232605,0.36680305004119873,0.4091078042984009,0.020631946623325348,-0.15452513098716736,-0.440534770488739,-0.23114266991615295,0.4353981018066406,-0.0648370087146759,0.500008225440979,0.8681164383888245,0.28743788599967957,0.20273220539093018,0.06291326135396957,-0.21138805150985718,0.3172488808631897,-0.02789909765124321,0.08277079463005066,-0.1800519824028015,0.1944941282272339,0.2221001386642456,0.08234427124261856,0.1318156123161316,-0.13548600673675537,0.015491750091314316,-0.11175946146249771,-0.49751225113868713,-0.05203006789088249,-0.5210707783699036,-0.13683082163333893,-0.11711413413286209,0.3340108394622803,0.48742589354515076,-0.208389014005661,0.18994903564453125,-0.07943704724311829,0.5284721851348877,-0.3222617208957672,-0.0411958321928978,0.5728009939193726,-0.05555252730846405,-0.12203638255596161,-0.32604745030403137,0.030911553651094437,-0.28574395179748535,-0.5603212714195251,-0.3549520969390869,0.02950236387550831,-0.21572740375995636,0.22439418733119965,0.06329770386219025,-0.019097084179520607,0.0535133071243763,-0.04885171726346016,0.2789369821548462,-0.03252331167459488,-0.6695895195007324,-0.2269599884748459,0.11234767735004425,0.10659675300121307,-0.11428792774677277,-0.20952102541923523,0.0916249006986618,-0.4012422263622284,0.10841035097837448,0.042168039828538895,0.28507521748542786,0.3434883952140808,0.00975041650235653,-0.08971960097551346,0.12439189106225967,0.660479724407196,-0.38093864917755127,0.4623525142669678,0.010345261543989182,-0.059432994574308395,0.33227288722991943,0.12394716590642929,-0.5831969380378723,-0.0806291475892067,0.5458371639251709,0.22381502389907837,0.47961074113845825,-0.20800799131393433,-0.15167716145515442,-0.17326012253761292,-0.5048490166664124,-0.22560718655586243,-0.4889010488986969,-0.2284214347600937,-0.00256441836245358,-0.01131933368742466,0.02216053567826748,-0.16880369186401367,-0.47474205493927,-0.2836250066757202,0.16960807144641876,0.3831465244293213,0.21720530092716217,0.04443523287773132,-0.4507736563682556,0.13558733463287354,-0.08963814377784729,-0.3234065771102905,-0.2454238086938858,-0.0658334419131279,0.12847885489463806,0.09630326181650162,0.3628654479980469,-0.17616066336631775,0.32913878560066223,0.1129772737622261,-0.364109605550766,0.011720567010343075,-0.26146695017814636,-0.28833672404289246,0.05725650489330292,-0.1517106592655182,0.295165091753006,0.1441027671098709,0.2527204155921936,-0.12408480048179626,0.310787558555603,0.5469431281089783,-0.30840247869491577,0.05264883115887642,0.20648933947086334,0.03900622949004173,0.23901964724063873,0.35543227195739746,-0.006557323969900608,0.42131081223487854,0.14351989328861237,0.1953914761543274,-0.05707773193717003,0.2214021235704422,-0.29442933201789856,0.0806083083152771,0.11886749416589737,-0.3196985721588135,0.004147367551922798,-0.18639379739761353,0.03698765113949776,-0.07531769573688507,0.22596602141857147,-0.2748293876647949,-0.17515693604946136,0.13324953615665436,0.36126944422721863,0.009655419737100601,-0.020573817193508148,0.5397130846977234,-0.12578073143959045,-0.2676575779914856,-0.11326885968446732,-0.033068884164094925,0.14029914140701294,0.26713332533836365,-0.062017396092414856,0.08145131915807724,-0.28191420435905457,-0.06454751640558243,0.2187931388616562,0.22645439207553864,0.23782755434513092,0.020710645243525505,0.11125601083040237,-1.147483229637146,0.386272668838501,-0.05175051838159561,0.45896539092063904,0.07809847593307495,-0.2456085979938507,0.14052832126617432,-0.06379390507936478,0.027618614956736565,0.5723361968994141,-0.10908480733633041,-0.31868332624435425,0.5757892727851868,-0.395203173160553,0.35608622431755066,-0.20775547623634338,-0.011176823638379574,0.39076367020606995,0.1535998284816742,-0.21321186423301697,0.23119840025901794,0.33221954107284546,0.1389712244272232,-0.5480712652206421,-0.19945654273033142,-0.232474684715271,0.18761935830116272,-0.2475438266992569,-0.19078324735164642,0.20530205965042114,-0.4331419765949249,0.2161899209022522,0.24959373474121094,0.3989294469356537,0.0472712405025959,-0.06279849261045456,-0.28136005997657776,0.21165092289447784,0.04972413554787636,-0.23808540403842926,0.005549352150410414,0.06297901272773743,-0.014225626364350319,0.36519360542297363,0.12316935509443283,0.4016886055469513,0.30186644196510315,-0.284993052482605,0.45137131214141846,-0.4853263199329376,0.4363464415073395,0.28417733311653137,0.08808677643537521,-0.11896183341741562,0.3685729503631592,-0.03511901944875717,-0.2491167038679123,0.006349675823003054,0.10305645316839218,-0.2870820462703705,0.3841017782688141,0.3526332974433899,-0.16461898386478424,0.21692335605621338,0.1614634394645691,-0.07581465691328049,0.40651512145996094,0.2039693295955658,0.15323565900325775,0.40190747380256653,0.05166862532496452,0.2905867099761963,-0.02751687541604042,0.20401103794574738,-0.2208189219236374,-0.2583484947681427,0.1380728781223297,-0.37061217427253723,0.22682754695415497,-0.029146933928132057,0.02512107603251934,0.20995602011680603,-0.04830765351653099,-0.06789085268974304,0.030352219939231873,-0.36070960760116577,-0.007636584807187319,-0.0037848770152777433,-0.5312265753746033,-0.35150977969169617,0.1328076720237732,0.14177186787128448,-0.2104656994342804,-0.24650554358959198,-0.18697430193424225,-0.16223131120204926,0.4946707785129547,0.5262722969055176,0.21782846748828888,-0.555799663066864,-0.4569297730922699,-0.044776443392038345,0.03850841894745827,-0.4565584659576416,0.04878108203411102,-0.000775330641772598,-0.05287829041481018,-0.4615533947944641,-0.38227376341819763,0.26226314902305603,0.441446453332901,0.2749635875225067,-0.006442830432206392,-0.1543503999710083,-0.22867897152900696,0.2036292403936386,-0.09773752093315125,0.23759910464286804,0.23260925710201263,0.24909859895706177,-0.14018134772777557,-0.1906251311302185,-0.17046546936035156,0.06707913428544998,0.25766462087631226,-0.3827807903289795,-0.26935458183288574,-0.3834708333015442,-6.23129415512085,-0.024373523890972137,0.0068191420286893845,0.14884373545646667,0.5759296417236328,0.23674915730953217,0.5017138719558716,0.2851680517196655,-0.03244634345173836,-0.2759759724140167,-0.02730691432952881,-0.07301689684391022,-0.29303887486457825,0.031206481158733368,-0.3687809109687805,-0.2526019215583801,0.00025395394186489284,-0.24486228823661804,-0.08559839427471161,-0.16655761003494263,0.01549200527369976,-0.7371113300323486,-0.19431643187999725,-0.06397539377212524,0.23602722585201263,-0.016735533252358437,-0.22557805478572845,-0.14927175641059875,0.04957292601466179,-0.41449984908103943,0.4874391257762909,-0.4554689824581146,-0.08133932203054428,0.25632867217063904,0.3039892911911011,-0.1160644069314003,-0.0487651526927948,-0.39851588010787964,0.14924387633800507,-0.7308316826820374,0.10936018079519272,-0.49052131175994873,0.0672973096370697,-0.20725524425506592,0.09449556469917297,-0.05035768821835518,0.13529931008815765,0.01873057149350643,-0.19058337807655334,0.05760775879025459,-0.1310279816389084,0.4067247807979584,-0.09125743806362152,-0.07816654443740845,-0.2096468210220337,0.2022513747215271,0.10632098466157913,0.018877582624554634,0.3922862112522125,0.08615346997976303,-0.19117504358291626,0.06878045201301575,0.029101906344294548,-0.17239625751972198,0.048747483640909195,0.2913881242275238,-0.5274977684020996,0.35375282168388367,0.06145160645246506,-0.12499576807022095,0.1199561133980751,0.32018032670021057,-0.7671903967857361,-0.8046721816062927,-0.06837642937898636,-0.6263003349304199,0.8675551414489746,-0.6051158308982849,0.1714981645345688,0.3233552873134613,-0.22111335396766663,-0.10422177612781525,0.20441891252994537,0.22823546826839447,0.09724460542201996,0.13845650851726532,0.17310291528701782,-0.020249182358384132,0.22077617049217224,-0.4070930778980255,0.4572126865386963,0.012065724469721317,-0.14275671541690826,0.16201545298099518,0.3948115408420563,-0.11393877118825912,0.020394718274474144,-0.16393771767616272,-0.2880968451499939,-0.050308842211961746,-0.16670078039169312,-0.39112362265586853,0.05128185451030731,0.30464616417884827,0.0575728602707386,-0.09154250472784042,-0.08608022332191467,-0.1376154124736786,0.06670279800891876,0.25462719798088074,-0.04191230237483978,-0.12485162913799286,-0.06433375179767609,0.05357285961508751,-0.1670117974281311,0.10172028839588165,0.387033075094223,0.03648883104324341,0.39651817083358765,0.05965178459882736,-0.6619818210601807,0.5218777656555176,-0.2605706453323364,0.14850175380706787,0.0010745548643171787,-0.0793050229549408,-0.2368895709514618,-0.030041132122278214,0.1628691703081131,-0.005595186725258827,-0.2001725137233734,0.14361253380775452,0.0003563273057807237,0.03719857707619667,0.2283525913953781,-0.060157060623168945,-0.1954948455095291,-0.21568946540355682,-0.13455167412757874,0.6151259541511536,-0.3229588270187378,0.5984552502632141,-0.1250193566083908,-0.27794742584228516,0.36610785126686096,0.40974465012550354,0.3646230697631836,0.09650376439094543,0.4808138310909271,-0.29069429636001587,0.35316115617752075,-0.26388654112815857,0.18041358888149261,-0.03469327092170715,-0.1953776329755783,0.14271144568920135,-0.10880297422409058,-0.49299681186676025,0.4751359820365906,-0.2345527708530426,0.10592895746231079,-0.07044585049152374,-0.14604751765727997,-0.47303810715675354,0.16192850470542908,-0.06348881125450134,0.11603330820798874,-0.36976224184036255,-0.12856903672218323,-0.051377587020397186,0.02549031190574169,-0.12191744148731232,0.1370142698287964,0.37706488370895386,-0.420114666223526,0.34895777702331543,0.13035865128040314,-0.35824570059776306,0.10899631679058075,0.022881416603922844,0.3259531259536743,0.2752337157726288,-0.2806262969970703,-0.04820204898715019,0.0913148820400238,-0.11302127689123154,-0.32797160744667053,0.016214147210121155,0.008714457973837852,-0.07645264267921448,0.6259018182754517,0.46879851818084717,0.22733797132968903,0.5235212445259094,-0.28230398893356323,-0.4549999237060547,-0.090709388256073,0.027244411408901215,-0.17021460831165314,-0.11052924394607544,-0.1511932909488678,-0.13379868865013123,0.061143647879362106,-0.4504331350326538,-0.6701993346214294,-0.032005637884140015,-0.18179653584957123,-0.15633757412433624,0.20518460869789124,-0.8479899764060974,0.41558539867401123,0.37106406688690186,-0.17089314758777618,0.593960165977478,-0.06511946022510529,-0.2591400742530823,-0.11970791220664978,-0.372566819190979,-0.6732348799705505,0.1623891294002533,-0.10769639909267426,0.006666892673820257,-0.3076293170452118,0.23293781280517578,-0.4509657919406891,-0.20931300520896912,-0.033659372478723526,-0.09271539747714996,-0.35837501287460327,0.4152517020702362,-0.4817812740802765,-0.2053142786026001,-0.6905214786529541,-0.06232030689716339,-0.2825731635093689,0.3616258203983307,0.13809490203857422,-0.3940252661705017,-0.28933730721473694,0.029178397729992867,0.2789560556411743,0.13600383698940277,-0.13340848684310913,-0.1651925891637802,0.492860347032547,0.30244284868240356,-0.10066254436969757,0.4027499258518219,0.11381611227989197,0.018963100388646126,0.5368108153343201,-0.3087647557258606,0.17301945388317108,-0.2783375084400177,0.0056111859157681465,-0.3408645987510681,-0.1384921669960022,-0.0846022218465805,-0.3785790205001831,0.2568216025829315,-0.1282779425382614,-0.05109420418739319,-0.10314320772886276,-0.38221144676208496,0.12909036874771118,-0.004418350290507078,-0.2760013937950134,-0.4199458360671997,-0.00442726444453001,-0.17445319890975952,0.07115437835454941,-0.06473704427480698,-0.3005424439907074,0.23339515924453735,0.48650962114334106,-0.1722203493118286,-0.2606351375579834,-0.07152912765741348,0.5269027948379517,-0.2160942405462265,-0.4765085279941559,-0.04412718117237091,-0.0377783328294754,-0.44719210267066956,0.22531194984912872,-0.2825954258441925,0.3356347382068634,-0.3308316767215729,-0.2664206027984619,-0.3583719730377197,0.47359007596969604,-0.21009071171283722,0.040150925517082214,-0.0038978541269898415,-0.20794963836669922,-0.2642851173877716,0.5086462497711182,0.0753701776266098,-0.11374429613351822,-0.06861784309148788,-0.20675496757030487,-0.0060728383250534534,0.14722780883312225,-0.09876972436904907,-0.34314998984336853,0.23899881541728973,-0.06481358408927917,-0.11445610225200653,-0.38789787888526917,0.20478555560112,0.09172983467578888,-0.15302585065364838,0.6930587887763977,-0.15151120722293854,-0.44016847014427185,-0.017005903646349907,0.05793881416320801,-0.1217266246676445,0.35483619570732117,-0.2603960931301117,0.2639833390712738,0.3157688081264496,-0.056600481271743774,0.09407868981361389,0.3937321603298187,0.2253955900669098,-0.2657138407230377,-0.057232294231653214,-0.10620812326669693,0.4620785415172577,-0.5839326977729797,0.20484772324562073,0.20604312419891357,0.24630199372768402,-0.09524204581975937,0.2973842918872833,0.0765698179602623,-0.05566944181919098,-0.16933223605155945,-0.23100823163986206,0.07702041417360306,0.588010847568512,-0.29044821858406067,-0.04258136823773384,0.4230097830295563,-0.1628330945968628,0.21275432407855988,0.16759534180164337,0.13734982907772064,0.424386590719223,0.12446821480989456,-0.08908386528491974,-0.2507438361644745,-0.018504571169614792,0.11329418420791626,0.23026125133037567,0.22820726037025452,0.5898088216781616,-0.04512382671236992,0.1098865494132042,-0.16421282291412354,0.4969552159309387,0.08411846309900284,0.04271548613905907,-0.13452556729316711,0.0033120340667665005,-0.10518573969602585,0.08265355229377747,0.2198181301355362,-0.17161695659160614,0.4347743093967438,-0.5475870370864868,-0.3781675696372986,-0.3378937542438507,0.14376744627952576,-0.5210573077201843,0.2187931090593338,-0.03731352090835571,0.4326514005661011,0.2607368528842926,-0.4353417158126831,0.07131735980510712,0.05318993702530861,-0.43169108033180237,-0.2467341274023056,0.5920062065124512,-0.17012901604175568,0.01275694090873003,-0.14577825367450714,-0.35021477937698364,-0.2954447567462921,-0.16277655959129333,-0.22883863747119904,0.585496187210083,-0.05735054984688759,0.18643924593925476,0.1434006541967392,-0.14060817658901215,0.3114970028400421,-0.24071983993053436,0.15603519976139069,-0.20633050799369812,-0.24160587787628174,-0.2621842324733734,-0.07012312114238739,0.14349624514579773,-0.006920876447111368,-0.2917887568473816,0.1862785369157791,0.06490375846624374,0.7388002276420593,-0.09049506485462189,-0.2969033420085907,0.42555001378059387,-0.7696901559829712,-0.11591881513595581,0.3218848705291748,0.1304377019405365,0.3513350784778595,0.2587354779243469,0.045360032469034195,-0.21360234916210175,-0.02618689090013504,-0.032198816537857056,-0.7095260620117188,-0.180406853556633,0.5901089310646057,0.34069228172302246,0.32684028148651123,0.3909207880496979,0.49677765369415283,-0.07662136107683182,0.005225803703069687,0.14080321788787842,-0.27667590975761414,0.021474290639162064,-0.565416157245636,0.08359558135271072,-0.19725829362869263,-0.3874153196811676,-0.13172248005867004,0.29181620478630066,-0.030821185559034348,-0.07562927156686783,0.3438361883163452,-0.30842864513397217,0.2338274121284485,0.49350547790527344,0.4733724296092987,-0.029406540095806122,-0.4324185848236084,-0.04934341460466385,-0.36530357599258423,0.022364716976881027,-0.06531761586666107,-0.7292605638504028,0.14553053677082062,-0.1523120403289795,-0.3041246235370636,-0.10486726462841034],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"rXt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b15","text":"(3) The Sixth Community Environment Action Programme (5) (‘6th EAP’) ended in July 2012, but many measures and actions launched under that programme continue to be implemented.","text_embedding":[0.08789829164743423,0.03002706728875637,0.47924113273620605,-0.18730196356773376,0.3248385787010193,0.16001734137535095,0.1725480854511261,-0.09116049110889435,-0.19673626124858856,0.008220911026000977,0.05455882474780083,-0.16215087473392487,-0.27671998739242554,0.1066427007317543,0.3228694796562195,0.20539362728595734,0.42481350898742676,-0.01305383164435625,-0.2711251378059387,-0.037053342908620834,0.2760861814022064,-0.2637270987033844,0.2564111351966858,0.5981752872467041,0.35945218801498413,0.3312861919403076,0.06103808805346489,-0.18928901851177216,0.23086683452129364,-0.2553904056549072,0.14561739563941956,-0.16523543000221252,0.2137138545513153,-0.01317701768130064,0.24598121643066406,0.30535954236984253,-0.21570022404193878,0.051668811589479446,-0.221277117729187,-0.22322115302085876,-0.23715940117835999,-0.8467761278152466,-0.4890754222869873,-0.25819987058639526,0.27184662222862244,0.21772153675556183,-0.022028420120477676,0.29268965125083923,-0.18919232487678528,0.6576774716377258,-0.396728515625,0.03812079504132271,0.4057040214538574,0.13240331411361694,-0.10576622188091278,-0.36455708742141724,0.13924428820610046,-0.7530503273010254,-0.4302942156791687,-0.3418501615524292,0.34503650665283203,-0.35280266404151917,-0.20652122795581818,-0.15976038575172424,-0.15713636577129364,0.2040254771709442,-0.10100443661212921,0.1813754290342331,-0.08910784870386124,-0.3702975809574127,-0.18304774165153503,-0.06519261747598648,-0.04878978058695793,-0.39203888177871704,0.08351294696331024,-0.2286282777786255,0.0025227090809494257,0.07969361543655396,0.08453617990016937,0.355923593044281,-0.01931781694293022,-0.2160429060459137,0.08312220871448517,0.4997630715370178,0.2104530781507492,-0.13150712847709656,0.6173148155212402,-0.24602890014648438,-0.3152039349079132,-0.008210975676774979,0.12954844534397125,-0.6188347935676575,0.5222839713096619,0.4260016083717346,0.1167084202170372,0.6992225050926208,-0.1633545458316803,-0.19241483509540558,-0.368499219417572,-0.4430447518825531,-0.36669689416885376,-0.17463798820972443,-0.12110233306884766,-0.1316373199224472,0.003120166016742587,-0.16873447597026825,-0.12548816204071045,-0.395271897315979,-0.34946775436401367,-0.08072676509618759,0.05421959608793259,0.22274915874004364,0.017515357583761215,-0.5107579827308655,-0.3862553536891937,0.20934414863586426,-0.17759749293327332,-0.002803526818752289,-0.19364586472511292,0.06431104242801666,0.25964680314064026,0.3016819357872009,-0.10382399708032608,0.8177315592765808,0.036466799676418304,-0.44262751936912537,-0.31800177693367004,-0.30009639263153076,-0.38309377431869507,0.18012045323848724,0.17788949608802795,-0.05067511647939682,0.10480455309152603,0.1005474179983139,-0.3849639892578125,0.35088762640953064,0.4051763415336609,-0.17132319509983063,0.21062012016773224,0.038933731615543365,0.09387649595737457,-0.4331471025943756,-0.10141010582447052,0.24559776484966278,0.17095598578453064,0.16523471474647522,0.06919832527637482,-0.0317830927670002,0.23809972405433655,-0.3521055281162262,0.16770030558109283,-0.2945100665092468,-0.2999049127101898,-0.26228243112564087,0.015560065396130085,0.26022273302078247,-0.16582782566547394,0.3957473337650299,-0.14258654415607452,-0.16324584186077118,0.4251786172389984,0.30236563086509705,0.18795454502105713,-0.3849767744541168,0.7330625653266907,-0.08754564821720123,0.12219371646642685,-0.13156923651695251,0.18825013935565948,0.033293865621089935,0.34160274267196655,-0.3600689768791199,0.2508588433265686,-0.6242172122001648,0.07344195246696472,0.08505972474813461,0.3455340266227722,0.01585828699171543,0.011552714742720127,0.37580516934394836,-1.2735451459884644,0.19971901178359985,-0.4172874391078949,0.0038002203218638897,-0.005102802999317646,-0.13294894993305206,-0.20514938235282898,0.09322265535593033,0.28874167799949646,0.5690514445304871,-0.2773943245410919,-0.48233360052108765,0.7259925007820129,-0.4195419251918793,0.44532862305641174,-0.20824727416038513,0.11427339166402817,0.23287491500377655,-0.14426302909851074,-0.06270980089902878,0.29190731048583984,0.2649722695350647,0.02964223362505436,-0.2685699462890625,-0.34663838148117065,-0.5337368249893188,0.09206439554691315,-0.11268474161624908,-0.2551886737346649,0.15627911686897278,-0.6975610852241516,0.4274934232234955,0.22633692622184753,0.49201279878616333,0.16057142615318298,-0.20958714187145233,-0.2391388863325119,0.05107960104942322,0.1403302699327469,-0.5406361818313599,-0.2349732667207718,-0.021938567981123924,0.08047676086425781,0.35393303632736206,-0.17077627778053284,0.6915448904037476,0.2903452515602112,-0.4811192452907562,0.5745514631271362,-0.4419861435890198,0.4774894118309021,0.23191073536872864,-0.04973555728793144,-0.15419858694076538,0.21071448922157288,0.2993851602077484,-0.24175505340099335,0.20547842979431152,0.4752652049064636,-0.31671592593193054,0.1500803530216217,-0.06633167713880539,-0.0029413639567792416,-0.3682675361633301,0.1268833875656128,0.037940312176942825,0.3695572018623352,0.2279192954301834,0.15732789039611816,0.26390326023101807,0.10639140754938126,0.5734926462173462,0.08225471526384354,0.19370289146900177,-0.06561656296253204,0.2112627476453781,0.08241187781095505,-0.694290041923523,0.4649154543876648,-0.34025973081588745,0.23694173991680145,0.3316851556301117,-0.18351098895072937,-0.1936430037021637,0.30280017852783203,-0.30772700905799866,-0.062451474368572235,-0.32489141821861267,-0.5125784277915955,-0.42409056425094604,0.12013901770114899,0.2703602910041809,0.3016861081123352,-0.3534402549266815,0.03541098162531853,-0.25014054775238037,0.4333294928073883,0.1235651820898056,0.4111996591091156,-0.455873966217041,-0.26591557264328003,0.26151329278945923,-0.13767623901367188,0.04590766504406929,0.26423531770706177,-0.2832898795604706,-0.1356905847787857,-0.3153323531150818,0.13930323719978333,0.30648231506347656,0.44058436155319214,0.07100718468427658,-0.24957850575447083,-0.29261669516563416,0.1423988789319992,0.10426624119281769,-0.02194642834365368,0.017069747671484947,0.34327468276023865,0.14508357644081116,-0.37886637449264526,-0.1717601716518402,-0.15736249089241028,-0.007245074026286602,0.14060232043266296,-0.28347763419151306,-0.28594261407852173,-0.36578136682510376,-6.17333984375,-0.05353747680783272,0.024105045944452286,0.2356986701488495,0.10044876486063004,0.38878315687179565,0.1426399052143097,0.24978451430797577,0.012209308333694935,-0.13338717818260193,0.11872408539056778,-0.1633954495191574,-0.19289866089820862,0.4225948750972748,-0.1721646785736084,-0.25851449370384216,0.11256422847509384,-0.42644065618515015,-0.013402307406067848,-0.07209992408752441,0.3111927807331085,-0.3794645071029663,-0.028123188763856888,-0.13195094466209412,0.39559173583984375,-0.14683838188648224,-0.40818390250205994,0.0776342898607254,-0.11250611394643784,-0.43292611837387085,0.34039029479026794,-0.34364384412765503,-0.3880533277988434,0.2133268564939499,0.15675297379493713,0.146505668759346,-0.030004143714904785,-0.40625935792922974,-0.29475319385528564,-0.4878006875514984,0.3990981876850128,-0.7991601824760437,-0.27606791257858276,0.04751436039805412,0.3779265284538269,0.04412616416811943,0.18641307950019836,0.295134037733078,-0.0841861292719841,0.21691098809242249,0.2583306133747101,0.5866214036941528,-0.1844760775566101,0.3738747537136078,-0.12144669145345688,0.0689457356929779,-0.09537795931100845,0.1290130764245987,0.0735151544213295,-0.26938000321388245,-0.12093255668878555,0.08185721933841705,0.006862511392682791,-0.13224287331104279,0.016460206359624863,0.19605572521686554,-0.29611724615097046,0.0019788227509707212,-0.12391786277294159,0.0067770881578326225,0.06399599462747574,0.26670554280281067,-0.5462793707847595,-0.910129725933075,-0.25123724341392517,-0.4348418116569519,1.0548369884490967,-0.3629921078681946,0.02439565770328045,-0.2728186845779419,0.17312480509281158,-0.0361957773566246,0.23507654666900635,0.20677022635936737,-0.06748010963201523,-0.05124692991375923,0.16725276410579681,-0.0322965569794178,0.33328184485435486,-0.3669607639312744,0.5512310266494751,-0.13988669216632843,-0.10613258183002472,0.035433098673820496,0.14576730132102966,-0.07819835096597672,0.27148595452308655,0.017557138577103615,-0.19548410177230835,0.09419193118810654,-0.23160633444786072,-0.1349281519651413,0.27961936593055725,0.2399023026227951,-0.14806166291236877,-0.014058418571949005,-0.06235948204994202,-0.10599470138549805,0.2278965413570404,0.19290852546691895,0.015098554082214832,-0.2020464688539505,-0.1775267869234085,-0.21938011050224304,-0.31979888677597046,0.15079812705516815,0.20142388343811035,0.037978317588567734,0.4474705159664154,-0.03233728185296059,-0.24619758129119873,0.44693946838378906,-0.16106365621089935,0.39236465096473694,-0.1395537108182907,0.028681466355919838,-0.2620922923088074,0.17336416244506836,0.03951340168714523,0.1677091419696808,-0.167398601770401,-0.07403399795293808,-0.08351770788431168,0.1123189777135849,0.5244001150131226,0.1891554892063141,-0.17368364334106445,-0.5480281710624695,0.020594382658600807,0.3972357511520386,-0.2631825804710388,0.2413836270570755,-0.4427952766418457,0.14452295005321503,0.3679172694683075,0.4637911915779114,0.5127257704734802,-0.15340037643909454,0.505705714225769,-0.31220173835754395,0.10060201585292816,-0.17597314715385437,0.10567086935043335,0.09346946328878403,-0.45112642645835876,0.003906493075191975,0.11498095840215683,-0.45891159772872925,0.210139662027359,-0.2645775377750397,0.06220807507634163,-0.06024947017431259,-0.32692569494247437,-0.02039376087486744,0.0025997585617005825,0.05127326771616936,-0.007828125730156898,-0.050411712378263474,0.02871769666671753,-0.3246835172176361,0.028208579868078232,-0.31701239943504333,0.07429029792547226,0.283649206161499,-0.031420014798641205,-0.1497219353914261,-0.23285189270973206,-0.254770427942276,-0.1147378459572792,0.33168932795524597,0.2064906358718872,0.0075536323711276054,-0.3953776955604553,-0.2340424358844757,0.21780681610107422,-0.0818876251578331,-0.009139686822891235,-0.08475194871425629,0.376251220703125,-0.22369050979614258,0.23537448048591614,0.1330110877752304,0.20918986201286316,0.9342849850654602,-0.16588720679283142,-0.6914496421813965,0.36873143911361694,0.05758754163980484,-0.26886099576950073,0.07436369359493256,-0.18505041301250458,-0.3044643998146057,0.3594897389411926,-0.08906332403421402,-0.36198440194129944,-0.19166533648967743,-0.08270910382270813,-0.1979411542415619,0.20993836224079132,-0.4255090653896332,0.3073028326034546,0.5112890005111694,-0.5565201044082642,0.365426629781723,0.30397042632102966,-0.19200094044208527,0.0626952201128006,-0.20772068202495575,-0.697507381439209,0.08014268428087234,-0.09968960285186768,0.1658954620361328,-0.10809499025344849,0.1638176143169403,-0.255567342042923,0.18443433940410614,-0.35502707958221436,-0.07757680118083954,-0.2757751941680908,0.260579913854599,-0.3042380213737488,-0.4000670909881592,-0.3935508131980896,-0.00015170946426223963,-0.32034143805503845,0.2840331494808197,-0.18790066242218018,-0.3577781021595001,-0.35697701573371887,0.39907345175743103,0.015914607793092728,-0.027088135480880737,0.055552393198013306,-0.4537380337715149,0.1637616902589798,0.4892504811286926,-0.39102262258529663,0.29490819573402405,0.26821455359458923,-0.055938471108675,-0.11196213960647583,-0.09664127975702286,0.26903417706489563,-0.13929693400859833,-0.012487923726439476,-0.44564566016197205,-0.4250354766845703,-0.24137334525585175,-0.4816306531429291,0.21566565334796906,-0.0023808786645531654,0.06497624516487122,-0.2895110845565796,-0.09518252313137054,0.4319244921207428,0.0619344487786293,0.01537904143333435,-0.41867607831954956,0.001845914521254599,-0.3413723409175873,0.4068692624568939,-0.14562508463859558,-0.5626593828201294,0.14411969482898712,0.12531419098377228,-0.19826677441596985,-0.3364892899990082,-0.15340930223464966,0.21217131614685059,-0.19030126929283142,-0.6941698789596558,0.04293200373649597,-0.1840963363647461,0.2864533066749573,0.4625195562839508,-0.30689164996147156,0.3148682713508606,-0.2536734342575073,0.07706265151500702,-0.4568975865840912,0.5793699026107788,0.05973346158862114,-0.3295278549194336,-0.18412809073925018,-0.25297242403030396,-0.3640044629573822,0.5925772190093994,0.2416987121105194,-0.03345789760351181,-0.05508071184158325,-0.13976791501045227,-0.06332610547542572,0.11926569789648056,0.2554991841316223,-0.3895447254180908,0.3097632825374603,0.04149552062153816,0.034798260778188705,-0.40132150053977966,0.31859153509140015,0.24302682280540466,-0.24354073405265808,0.6219460368156433,0.01560672651976347,-0.3390195369720459,0.20549432933330536,-0.1293773055076599,-0.3318386971950531,0.6447457075119019,-0.5795415639877319,0.3484695851802826,0.1696540117263794,-0.04447988048195839,0.009260830469429493,0.0339912474155426,0.2884534001350403,-0.40200287103652954,0.1856754720211029,0.2179357260465622,0.7509042620658875,-0.4149418771266937,-0.33281224966049194,0.43403297662734985,0.08980316668748856,-0.18637263774871826,0.268197625875473,0.04258326441049576,-0.2876746356487274,-0.27225035429000854,-0.1955890655517578,0.4613507390022278,0.7639301419258118,-0.14959192276000977,-0.06514137238264084,0.2602894902229309,-0.08569999039173126,0.36172357201576233,-0.0887463241815567,0.24792110919952393,0.31231337785720825,0.004636037163436413,0.06448252499103546,-0.04026492312550545,0.24954524636268616,0.2137417495250702,0.2892565429210663,-0.28264331817626953,0.4279100298881531,0.14433982968330383,0.012704883702099323,0.03904842585325241,0.3689417839050293,0.19364652037620544,0.1547967493534088,-0.4077479839324951,-0.05825253576040268,-0.00361897936090827,0.3880079686641693,0.20010146498680115,-0.04817115142941475,0.46627551317214966,-0.3839991092681885,-0.660049319267273,-0.2708955705165863,0.22063341736793518,-0.295274555683136,0.299617201089859,0.20326869189739227,0.2516176104545593,0.008898226544260979,-0.24749569594860077,-0.06702287495136261,-0.20147666335105896,-0.16648969054222107,-0.30024823546409607,0.24700979888439178,-0.05243600532412529,-0.021753348410129547,-0.26961177587509155,-0.5684546232223511,-0.15480832755565643,-0.1909342110157013,-0.027247970923781395,0.30658894777297974,-0.04601772874593735,0.0823131576180458,0.2538885474205017,-0.16749027371406555,0.5338742733001709,-0.05111964792013168,0.30726927518844604,-0.15627136826515198,-0.5473499298095703,0.03321830555796623,-0.07572180777788162,0.036921314895153046,0.2108227014541626,0.006569610442966223,0.4951402544975281,0.12926995754241943,0.2862928509712219,0.26158004999160767,-0.12944981455802917,0.3240128457546234,-0.037629835307598114,-0.16715197265148163,0.15124693512916565,0.3310958445072174,0.1654801070690155,0.27487117052078247,-0.14857366681098938,-0.26757192611694336,-0.1702735871076584,-0.06533730030059814,-0.606732189655304,0.012036735191941261,0.7745962142944336,0.07918725907802582,0.06128869205713272,0.11900828778743744,0.6871751546859741,-0.3141825199127197,-0.07934202253818512,0.2717694640159607,-0.36529797315597534,-0.062296707183122635,-0.5177062153816223,0.10528192669153214,-0.11617374420166016,-0.2979184091091156,-0.0410740002989769,0.3144802153110504,0.07933725416660309,-0.182416632771492,0.10084178298711777,0.00528642488643527,0.4480724334716797,0.5027746558189392,0.3191559612751007,-0.173726886510849,-0.367644727230072,0.034263063222169876,-0.47849392890930176,0.2606545090675354,0.06392493098974228,-0.6649950742721558,0.18978598713874817,-0.024503985419869423,-0.14918211102485657,-0.43133577704429626],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"rnt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b16","text":"(4) The final assessment of the 6th EAP concluded that the programme delivered benefits for the environment and provided an overarching strategic direction for environment policy. Despite those achievements, unsustainable trends still persist in the four priority areas identified in the 6th EAP: climate change; nature and biodiversity; environment and health and quality of life; and natural resources and wastes.","text_embedding":[-0.13892075419425964,-0.1381981372833252,0.618492066860199,-0.1258816123008728,0.6118267178535461,0.5112102627754211,0.22458317875862122,0.2388020008802414,-0.25530657172203064,-0.08520731329917908,0.0949941948056221,0.21838195621967316,-0.18426093459129333,-0.06164414435625076,0.3530482053756714,0.439410537481308,0.1538497656583786,-0.08367015421390533,-0.1502102166414261,-0.15413253009319305,0.5000182390213013,-0.21907268464565277,0.16928039491176605,0.5342671871185303,0.756650984287262,0.4118115305900574,-0.12335388362407684,-0.0204545296728611,0.20619936287403107,0.07966376841068268,-0.1569984406232834,-0.0666525736451149,-0.26379379630088806,-0.021032625809311867,0.1578671634197235,0.5644064545631409,-0.3816889524459839,-0.302408903837204,-0.18926291167736053,-0.1802666336297989,-0.29446327686309814,-0.9904126524925232,-0.3195018172264099,-0.14619013667106628,0.16217055916786194,-0.04828118532896042,-0.3257141709327698,0.3649086058139801,-0.05950760096311569,0.37303346395492554,-0.5496402382850647,0.29437199234962463,0.05886334925889969,0.07033680379390717,-0.09718974679708481,0.2163892537355423,0.22470439970493317,-0.4477198123931885,-0.6238193511962891,-0.36175328493118286,-0.14258654415607452,-0.5673742890357971,-0.1675206422805786,0.22267676889896393,0.1670919507741928,0.10454490780830383,-0.2662279009819031,0.011023078113794327,-0.0069509223103523254,-0.507144570350647,-0.4586782455444336,-0.00622730003669858,-0.29990994930267334,-0.30603450536727905,-0.09946804493665695,-0.2785758078098297,-0.2596251368522644,0.11839699745178223,-0.08752238005399704,0.12420909851789474,0.18220338225364685,-0.26236748695373535,-0.02441129833459854,0.31776148080825806,0.14813858270645142,-0.030965210869908333,0.998684823513031,-0.045695532113313675,-0.1337331384420395,0.06869524717330933,0.140102356672287,-0.7050291895866394,0.5331188440322876,0.36826688051223755,-0.0919848084449768,0.6369805932044983,0.014438710175454617,-0.4732770323753357,-0.6021700501441956,-0.5154666900634766,-0.23487702012062073,-0.16630245745182037,-0.37724944949150085,-0.4231361746788025,0.14552487432956696,-0.4631122648715973,-0.016493191942572594,-0.5802253484725952,-0.40078267455101013,0.48626816272735596,-0.1824476569890976,0.31010162830352783,-0.3191051781177521,-0.28406620025634766,-0.1322791874408722,0.4386143386363983,-0.1334674209356308,-0.07917698472738266,0.23477602005004883,0.24611154198646545,0.22128397226333618,0.07274165004491806,-0.21212857961654663,0.8010813593864441,-0.03894558921456337,-0.442460834980011,0.20488139986991882,-0.5130783915519714,-0.5733794569969177,0.2799617350101471,-0.153195321559906,-0.02846580743789673,-0.10532955825328827,0.22915074229240417,-0.43649765849113464,0.4814363718032837,0.5700566172599792,0.16319629549980164,-0.0479707308113575,0.1146104633808136,-0.26935938000679016,-0.36399757862091064,0.37523072957992554,-0.3657553195953369,0.41574376821517944,-0.07456642389297485,0.35393840074539185,-0.3488297462463379,0.06070796772837639,-0.046720653772354126,0.3707425594329834,-0.23620165884494781,-0.1961924135684967,-0.18594218790531158,0.07902452349662781,0.5952544808387756,-0.021641474217176437,0.8920049667358398,-0.06596893072128296,-0.181733176112175,0.4178808331489563,0.37467730045318604,0.17077989876270294,0.002263275906443596,0.7230116128921509,-0.07436870783567429,0.2105075716972351,0.07197725027799606,0.16835317015647888,0.07453318685293198,0.48065558075904846,-0.24033810198307037,0.328906387090683,-0.6281903982162476,0.27950578927993774,0.28166651725769043,0.6348533034324646,0.5781713724136353,0.1838405281305313,0.35996896028518677,-1.6895078420639038,0.04045229032635689,-0.3701656758785248,-0.19094976782798767,-0.1826009601354599,-0.04642696678638458,-0.10359468311071396,0.2820001542568207,0.039492346346378326,0.28673651814460754,-0.2939615249633789,-0.990263819694519,0.7234100103378296,-0.4176575243473053,0.1889064460992813,-0.6045084595680237,0.03091299720108509,0.38717401027679443,-0.42090892791748047,-0.0786576122045517,0.07255777716636658,0.03012237325310707,0.11239022761583328,-0.004220443312078714,-0.1082964539527893,-0.29051247239112854,0.37638798356056213,-0.3044305741786957,-0.20633503794670105,0.7067369818687439,-0.7422276735305786,-0.16225457191467285,0.4276769161224365,0.6844539642333984,0.11659543961286545,-0.33541402220726013,-0.5150755047798157,0.4934425354003906,-0.08879069983959198,-0.11044753342866898,-0.1568666249513626,0.34078866243362427,0.041188448667526245,0.3839360475540161,0.041920557618141174,0.6238903403282166,0.5956985950469971,-0.4274703860282898,0.6188423037528992,-0.1380631923675537,0.354485422372818,0.03822101280093193,0.05613510683178902,0.028046661987900734,0.030945144593715668,0.4586612284183502,-0.41116318106651306,0.21714630722999573,0.6488426327705383,-0.6755993366241455,-0.3039637506008148,0.13070286810398102,-0.17370103299617767,-0.32637742161750793,0.1546645611524582,-0.18920443952083588,0.26996007561683655,0.26818057894706726,-0.0071805608458817005,-0.13811582326889038,-0.364667683839798,1.309647560119629,-0.11059694737195969,0.18996880948543549,-0.11998659372329712,0.023514844477176666,0.09185417741537094,-0.2829061448574066,0.3286188244819641,-0.24902015924453735,0.03458969667553902,0.45622947812080383,-0.07510625571012497,-0.2073746621608734,0.4765605628490448,-0.3220444917678833,-0.24678117036819458,-0.7077022790908813,-0.22681844234466553,-0.43316906690597534,0.06939662247896194,0.4154616594314575,-0.3529110550880432,0.020817546173930168,-0.1933654397726059,-0.5444855093955994,0.29996636509895325,0.7379332780838013,0.30059871077537537,-0.5985763072967529,-0.1723335236310959,0.2862253785133362,-0.31953927874565125,-0.13946205377578735,0.09744218736886978,-0.01452387124300003,-0.23164039850234985,-0.4902869164943695,0.06418446451425552,0.0010017685126513243,0.2669619619846344,0.18128134310245514,-0.00046916399151086807,-0.34336912631988525,0.1511315256357193,0.02093547396361828,-0.024806423112750053,0.10916661471128464,0.32517075538635254,0.24197275936603546,-0.34816864132881165,-0.16312865912914276,-0.161112979054451,0.3460541367530823,0.20687465369701385,-0.16365882754325867,0.11845080554485321,-0.43040037155151367,-5.438910007476807,0.021720273420214653,0.15498270094394684,-0.013899773359298706,0.32159173488616943,0.4074329435825348,0.11068834364414215,0.23752345144748688,-0.22642925381660461,-0.08253198862075806,-0.032017648220062256,-0.16691172122955322,-0.42188116908073425,0.1458965539932251,-0.0875505730509758,0.0012937237042933702,-0.04624292254447937,-0.3251167833805084,-0.29060956835746765,-0.16800445318222046,-0.07983340322971344,-0.7916634678840637,0.012083226814866066,-0.09017755836248398,0.5058193206787109,0.18009115755558014,-0.3565290570259094,0.36049169301986694,-0.2423929125070572,-0.3323292136192322,0.6223422884941101,-0.47102829813957214,-0.266977995634079,0.11401362717151642,0.5215662121772766,0.014316422864794731,-0.0171738900244236,-0.41054999828338623,0.004473486915230751,-0.31123194098472595,0.39943361282348633,-0.6111403107643127,-0.25186365842819214,0.31752124428749084,0.5664038062095642,0.18055613338947296,-0.01577046327292919,0.3364337384700775,0.23414483666419983,0.11421500891447067,0.2401701956987381,0.6028217077255249,-0.34714755415916443,-0.1389695405960083,-0.10297536104917526,-0.00889137014746666,0.19736096262931824,-0.02933528460562229,0.09291847050189972,-0.20601284503936768,0.22626852989196777,0.17597270011901855,0.10953959077596664,-0.3624430298805237,-0.19237421452999115,0.5675365328788757,-0.26356738805770874,0.16040445864200592,-0.37838152050971985,-0.05809846147894859,-0.062336064875125885,0.4351741373538971,-0.4299059510231018,-0.9746822118759155,-0.6841035485267639,-0.1690875142812729,0.6528711915016174,-0.4461636543273926,-0.09965196996927261,-0.3233441710472107,0.3814166188240051,-0.18165622651576996,0.08847411721944809,0.5662796497344971,0.06760278344154358,-0.0884234607219696,0.48906224966049194,0.02977965772151947,0.07787858694791794,-0.6370244026184082,0.6496005654335022,-0.3555973768234253,-0.11310002952814102,0.1792929470539093,0.31098422408103943,-0.08364654332399368,-0.16706691682338715,0.004410035442560911,0.32963088154792786,-0.17226465046405792,-0.06274774670600891,-0.09607889503240585,-0.07939576357603073,0.47336462140083313,-0.2944597601890564,0.20108558237552643,-0.02519037015736103,-0.4789930284023285,0.26634299755096436,-0.21762774884700775,-0.007252980023622513,0.0857812687754631,-0.05506453290581703,0.07594402879476547,-0.18276354670524597,-0.05198778212070465,-0.07980367541313171,0.37634193897247314,0.5226984024047852,-0.45083460211753845,-0.13958588242530823,0.7364165782928467,-0.3274044692516327,0.21154947578907013,-0.20808649063110352,0.12143953889608383,-0.6689779758453369,-0.08985603600740433,-0.37848836183547974,0.03298775106668472,-0.5124701857566833,-0.3646188974380493,0.49085181951522827,0.20551155507564545,0.6942399144172668,0.1277133673429489,-0.08498845249414444,-0.4765114486217499,-0.06755638867616653,0.6958726644515991,-0.0877777561545372,0.08184796571731567,-0.1672048270702362,0.13975319266319275,0.04183211177587509,0.3285839259624481,0.6473090052604675,0.31451624631881714,0.34522685408592224,-0.31234219670295715,0.19030699133872986,-0.22919102013111115,0.26882660388946533,0.07954525202512741,-0.2642051875591278,0.04483010619878769,0.40836015343666077,-0.32026180624961853,0.38521626591682434,-0.43427470326423645,0.2549417316913605,-0.19949106872081757,-0.43529579043388367,-0.3362194895744324,-0.026111101731657982,-0.1570928990840912,-0.0009420355781912804,-0.34143853187561035,-0.3317945599555969,-0.21026462316513062,-0.0015460343565791845,-0.09021905064582825,0.20650576055049896,0.03984895721077919,-0.18724417686462402,-0.15110807120800018,-0.05941736698150635,-0.41800037026405334,-0.23920264840126038,0.47979113459587097,0.21365804970264435,0.013294210657477379,-0.5659168362617493,-0.051478028297424316,0.45061194896698,-0.05575352534651756,-0.2048344910144806,-0.14096997678279877,0.2624443471431732,-0.2897779047489166,0.0820780023932457,0.0745355412364006,-0.11467375606298447,0.6620407104492188,-0.4081120491027832,-0.29296740889549255,0.382612019777298,-0.03813427314162254,-0.4452618956565857,-0.01104025263339281,-0.3470210134983063,-0.32579588890075684,0.26845070719718933,-0.2203385829925537,-0.6525710225105286,-0.15561826527118683,-0.1343650072813034,-0.010972998104989529,0.3303585946559906,-0.24910569190979004,-0.07974183559417725,0.04288864880800247,-0.3242965042591095,0.35323354601860046,0.6855000257492065,-0.168676495552063,0.03584817796945572,-0.6427088975906372,-0.8017187118530273,0.35340407490730286,-0.07383139431476593,0.2501526474952698,0.09622864425182343,-0.08322790265083313,-0.3836444318294525,-0.2643583416938782,0.30973976850509644,-0.10071125626564026,-0.026815656572580338,0.12420597672462463,-0.4581833779811859,-0.6210924983024597,-0.23469477891921997,0.10877139866352081,-0.14165297150611877,0.3626355230808258,-0.055154383182525635,-0.3275008499622345,0.026324719190597534,0.6299958825111389,0.006676329765468836,0.12980222702026367,0.2653467655181885,-0.35898515582084656,0.05694454535841942,0.6628847122192383,-0.47286689281463623,0.25003767013549805,0.07515891641378403,0.2255171537399292,-0.37048012018203735,-0.06345493346452713,0.06420228630304337,0.023928696289658546,-0.025511156767606735,-0.08518300205469131,-0.3495343029499054,-0.21225926280021667,-0.5867320895195007,0.14131173491477966,-0.0752672329545021,-0.016449058428406715,-0.17266833782196045,-0.12982803583145142,0.4945257604122162,-0.05455837398767471,-0.2762924134731293,-0.24065567553043365,-0.16252216696739197,-0.5434000492095947,0.3718782663345337,-0.3623707890510559,-0.5016040205955505,0.3290551006793976,0.35607796907424927,-0.36040762066841125,-0.13069359958171844,0.14035440981388092,0.5617051720619202,-0.33556893467903137,-0.6825494170188904,-0.16703633964061737,-0.3984781801700592,0.02381685934960842,0.4338110089302063,-0.44656670093536377,0.19182808697223663,-0.3621312975883484,0.17210476100444794,-0.09283167123794556,0.2129441201686859,0.030648717656731606,-0.31664812564849854,-0.18413490056991577,-0.2850484848022461,-0.20753712952136993,0.7003992199897766,0.15246015787124634,0.016811976209282875,0.09586358070373535,0.10981027036905289,-0.2405870109796524,0.10517162829637527,0.1716127097606659,-0.21095669269561768,0.06799975782632828,0.283905953168869,-0.07025136053562164,-0.4535888135433197,0.3033289611339569,0.2947137951850891,-0.16878175735473633,0.35523420572280884,-0.11328189074993134,-0.08793174475431442,0.022857744246721268,-0.12060655653476715,-0.17836084961891174,0.841812789440155,-0.22803859412670135,0.2975234091281891,0.3481437861919403,0.2068939208984375,-0.12684966623783112,0.2705253064632416,0.11962302774190903,-0.4384094774723053,0.30385181307792664,-0.3685292899608612,0.8536154627799988,-0.30082693696022034,0.03418230637907982,0.41664066910743713,0.30258724093437195,-0.31755295395851135,0.5326912999153137,0.08124328404664993,-0.14042262732982635,-0.28272712230682373,-0.31256014108657837,0.7796613574028015,0.8588078022003174,-0.12388993799686432,-0.2114517092704773,0.33952829241752625,0.09963037818670273,-0.36650994420051575,0.21874703466892242,0.19579912722110748,0.297402560710907,-0.2811391353607178,0.05370758846402168,-0.30583643913269043,-0.007430910132825375,0.1469990760087967,0.040491096675395966,-0.2654695510864258,0.23100201785564423,-0.1511356085538864,-0.10023035854101181,0.0799361988902092,0.5743943452835083,0.015714116394519806,-0.09246472269296646,-0.04925695061683655,0.024039722979068756,0.21691662073135376,0.316059947013855,0.395605206489563,-0.28680121898651123,-0.17867134511470795,-0.1546032577753067,-0.5207076072692871,-0.3453807234764099,0.22708463668823242,0.061275966465473175,0.19684451818466187,0.07695648819208145,0.3402119278907776,0.20636242628097534,-0.3704637289047241,-0.1313885897397995,-0.2935190498828888,-0.23569367825984955,-0.4463600516319275,0.43413668870925903,-0.19312696158885956,0.052884697914123535,-0.3123057782649994,-0.41740915179252625,-0.26822707056999207,-0.2648509442806244,-0.15503011643886566,0.612896203994751,-0.2826234698295593,0.0445060171186924,0.4465489387512207,-0.41044190526008606,0.5372175574302673,-0.20677550137043,0.11781836301088333,-0.3381067216396332,-0.5004830360412598,-0.027324164286255836,0.1771618276834488,0.3945026993751526,0.07568850368261337,0.3520936071872711,0.4415312111377716,0.202870711684227,0.16817370057106018,0.20607595145702362,-0.3292735517024994,0.19281181693077087,-0.004212560597807169,-0.5034784078598022,-0.019185619428753853,0.5864759683609009,0.4813185930252075,0.05910322442650795,-0.1059030219912529,-0.29960760474205017,-0.1559230387210846,0.0003321653639432043,-0.5255571007728577,-0.19880619645118713,0.5151845812797546,0.0860687717795372,-0.17019179463386536,0.16245168447494507,0.27883535623550415,-0.42804476618766785,0.0014775191666558385,0.3486950099468231,-0.3225480020046234,0.18808229267597198,-0.3070449233055115,0.3126719295978546,-0.24223868548870087,-0.31457406282424927,0.17261634767055511,0.5642222762107849,0.20408742129802704,0.010198535397648811,0.05531877279281616,0.056522566825151443,0.1424122452735901,0.12322650104761124,0.4404774010181427,0.05803903192281723,-0.5833738446235657,-0.12552036345005035,-0.2589114308357239,0.1786537915468216,-0.06584177166223526,-0.8808875679969788,0.37919890880584717,0.08584656566381454,-0.16983595490455627,-0.624958336353302],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"r3t9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b17","text":"(5) The final assessment of the 6th EAP highlighted some shortcomings. The achievement of the objectives set out in the Seventh Environment Action Programme (‘7th EAP’) therefore requires the full commitment of the Member States and the relevant Union institutions and the willingness to take responsibility for the delivery of the programme’s intended benefits.","text_embedding":[-0.22946156561374664,0.15544578433036804,0.4299227297306061,-0.1089673787355423,0.4934389889240265,0.31089872121810913,0.22183139622211456,0.1123138815164566,-0.37580549716949463,-0.03737063333392143,-0.013346708379685879,-0.010891244746744633,-0.23285667598247528,-0.07588852196931839,0.46757572889328003,0.2808421850204468,0.3707553446292877,-0.32973653078079224,-0.04516691714525223,0.031695909798145294,0.2528592050075531,-0.05261223390698433,0.5435676574707031,0.7861694097518921,0.6734690070152283,-0.03244180232286453,-0.038881007581949234,-0.07482348382472992,0.1426829844713211,-0.019413767382502556,0.04329078271985054,-0.2898681163787842,0.03599012270569801,0.03314618021249771,0.110995352268219,0.34281155467033386,-0.029793689027428627,0.05384810268878937,-0.32843098044395447,-0.19264210760593414,-0.14177635312080383,-0.8714154362678528,-0.65639728307724,0.0016565646510571241,0.06004519388079643,0.2108951061964035,-0.03418717533349991,0.18161460757255554,-0.41123199462890625,0.15107199549674988,-0.2661433219909668,0.4152926802635193,0.09807653725147247,0.13282528519630432,-0.29367074370384216,-0.28643471002578735,0.1587972342967987,-0.3369574248790741,-0.41160789132118225,-0.3385975956916809,0.053164977580308914,-0.5918627381324768,0.021286895498633385,0.11848711222410202,0.1638500988483429,0.06883173435926437,-0.024548791348934174,0.03208727762103081,-0.2368619590997696,-0.39614295959472656,-0.4574151635169983,0.2160867154598236,-0.3580579161643982,-0.4092467427253723,-0.007792798336595297,-0.09445112198591232,-0.21075449883937836,0.14960132539272308,0.007180074229836464,0.3359735906124115,0.14254194498062134,-0.12145538628101349,0.17628593742847443,0.2669585049152374,0.27179065346717834,-0.20536714792251587,0.8062604069709778,-0.1355983018875122,0.0161551795899868,0.08549105376005173,0.26568925380706787,-0.6575540900230408,0.1464277058839798,0.41289690136909485,0.10016338527202606,0.21203544735908508,-0.31750673055648804,-0.0433608703315258,-0.5886315107345581,-0.3468075096607208,-0.024408088997006416,0.07197195291519165,-0.2710413932800293,-0.13384003937244415,-0.17555658519268036,-0.19602084159851074,0.03241613879799843,-0.48777690529823303,-0.29068052768707275,0.24558475613594055,0.231343075633049,0.12588289380073547,0.05181904509663582,-0.5300235748291016,-0.1300571709871292,0.17789702117443085,-0.3503420054912567,0.01113860309123993,0.13671211898326874,0.21796934306621552,0.3987168073654175,0.4652005434036255,-0.24199192225933075,0.6027345061302185,0.15370909869670868,-0.5020459294319153,0.05666482076048851,-0.4664015769958496,-0.30094319581985474,0.4621376693248749,-0.024091117084026337,-0.36661019921302795,0.05149223282933235,0.21182756125926971,-0.6333165764808655,0.18903431296348572,0.5637929439544678,-0.07175471633672714,0.05542731285095215,0.13004310429096222,-0.20327167212963104,-0.5355886816978455,0.14315356314182281,-0.08977267146110535,0.351446270942688,0.22776591777801514,0.18582533299922943,-0.03182249516248703,0.21602992713451385,0.019450275227427483,0.12895438075065613,-0.43246692419052124,-0.3140298128128052,-0.16815027594566345,-0.21977394819259644,0.4152219593524933,0.038439199328422546,0.5707239508628845,-0.23008422553539276,-0.05516766384243965,0.36844414472579956,0.2526216506958008,0.25935885310173035,0.027571232989430428,0.5183795094490051,-0.12080804258584976,0.4038342833518982,-0.12753891944885254,0.17566075921058655,0.1928827315568924,0.36203667521476746,-0.4137667119503021,0.3318663537502289,-0.5914191007614136,-0.13756747543811798,-0.052840545773506165,0.37209540605545044,0.06356088072061539,0.047560591250658035,0.27229902148246765,-1.4385398626327515,0.2984078526496887,-0.3936152756214142,0.12052613496780396,-0.3045511245727539,-0.11596988886594772,-0.34791597723960876,-0.10954946279525757,-0.12473408877849579,0.3515438735485077,-0.17036928236484528,-0.5475718379020691,0.748757004737854,-0.6333909630775452,0.4673033058643341,-0.4392366409301758,0.09789256006479263,0.27885690331459045,-0.18003340065479279,-0.22278332710266113,0.2047187238931656,0.09473224729299545,0.028751583769917488,-0.1367216557264328,-0.13840462267398834,-0.3208690583705902,0.0831400603055954,-0.013395487330853939,-0.3199259340763092,0.5265811085700989,-0.609173059463501,0.2890564203262329,0.3096328377723694,0.35455402731895447,0.1346243917942047,-0.18621593713760376,-0.45302802324295044,0.16883976757526398,0.20161652565002441,-0.20673520863056183,-0.0880502462387085,0.12942802906036377,0.039226844906806946,0.3890158534049988,-0.11576978117227554,0.5640121698379517,0.1943373829126358,-0.3791715204715729,0.4472044110298157,-0.40296587347984314,0.23375704884529114,0.01821863278746605,-0.11118066310882568,-0.12872211635112762,0.3018419146537781,0.09847535938024521,-0.5020677447319031,0.45584186911582947,0.6909062266349792,-0.39699649810791016,-0.06808210164308548,-0.055008430033922195,-0.07804730534553528,-0.07812857627868652,0.10248564183712006,-0.10122184455394745,0.40899336338043213,0.305827260017395,0.1560361236333847,0.5333013534545898,-0.1815071702003479,0.8382857441902161,-0.15544506907463074,0.39508676528930664,-0.4031035900115967,-0.11190831661224365,-0.04950858652591705,-0.33840346336364746,0.22897237539291382,-0.5053460597991943,0.19351504743099213,0.5081049799919128,0.1038893461227417,-0.09638073295354843,0.36534205079078674,-0.48732686042785645,0.04329787567257881,-0.4273112416267395,-0.4520447254180908,-0.2294279932975769,0.2126966267824173,0.14963461458683014,-0.23390129208564758,-0.2202288806438446,-0.34763312339782715,-0.38870224356651306,0.5203279852867126,0.31642311811447144,0.24483904242515564,-0.45098987221717834,-0.09467940777540207,0.20263348519802094,-0.324027419090271,-0.12537406384944916,0.47702527046203613,-0.251871794462204,-0.12207517772912979,-0.3983887732028961,0.37141695618629456,0.2410053014755249,0.3956877291202545,0.34714436531066895,-0.12199176847934723,-0.36627283692359924,0.26964589953422546,0.13424424827098846,0.09510471671819687,0.2634611129760742,0.39089471101760864,0.021805692464113235,-0.3089227080345154,-0.36952483654022217,-0.1784847229719162,0.10213606059551239,0.2813740670681,-0.4197215735912323,-0.14387841522693634,-0.5141797661781311,-5.916160583496094,-0.29624995589256287,0.09340473264455795,0.14209139347076416,0.26876044273376465,0.34398043155670166,0.09811767935752869,0.35040801763534546,-0.27984264492988586,-0.4947916269302368,-0.043929215520620346,-0.10073918104171753,-0.34125617146492004,0.001953964587301016,-0.401950865983963,-0.21284909546375275,0.060731880366802216,-0.39345160126686096,-0.1411183774471283,-0.12875835597515106,-0.15359996259212494,-0.4497148394584656,0.22378797829151154,-0.09827189147472382,0.4814912974834442,0.032798271626234055,-0.6353708505630493,0.022919008508324623,-0.053785040974617004,-0.44233402609825134,0.40422263741493225,-0.5600338578224182,-0.34416890144348145,0.02256959304213524,0.4694046974182129,-0.07956144958734512,0.1636413037776947,-0.20256219804286957,0.07454057782888412,-0.3109157085418701,0.3111250102519989,-0.6177244186401367,-0.15872731804847717,-0.29235896468162537,0.3766450881958008,0.05100395157933235,-0.005099186673760414,0.244807630777359,0.24395716190338135,0.12097843736410141,0.11561299860477448,0.6750015020370483,-0.47019773721694946,0.17027780413627625,-0.14414756000041962,0.2690531015396118,0.2346944808959961,0.2646286189556122,-0.07730431854724884,-0.17861293256282806,0.15648403763771057,0.2756557762622833,0.13918757438659668,-0.16155412793159485,-0.0734979435801506,0.22400526702404022,-0.050270646810531616,0.10867282003164291,-0.18932749330997467,-0.1025637686252594,0.12979388236999512,0.46796655654907227,-0.6355113387107849,-0.8600010275840759,-0.3119921386241913,-0.4039783477783203,0.646528959274292,-0.3382260501384735,0.24720050394535065,-0.10231888294219971,0.17122888565063477,-0.1547812670469284,0.2911692261695862,0.040119823068380356,0.1303345412015915,0.16490444540977478,0.14284032583236694,0.43256819248199463,0.23185062408447266,-0.39886578917503357,0.7470304369926453,-0.012219241820275784,-0.1328788548707962,-0.09953763335943222,0.24099938571453094,-0.10534781217575073,0.20768442749977112,-0.19208498299121857,0.05460919067263603,-0.006373150274157524,-0.4001661241054535,-0.2947598397731781,-0.02957136370241642,0.45286211371421814,-0.2946454584598541,-0.02765018492937088,-0.19111482799053192,-0.44551408290863037,0.35876619815826416,-0.19017824530601501,0.1913251131772995,-0.33222946524620056,0.24024993181228638,-0.05880699306726456,-0.15339112281799316,-0.15859468281269073,0.04106486961245537,0.2935679256916046,0.36566299200057983,-0.08084284514188766,-0.1376459002494812,0.21230947971343994,-0.4988119304180145,-0.07643143832683563,-0.1004050150513649,-0.06081026792526245,-0.36795464158058167,0.05429595336318016,-0.032436009496450424,0.007725777570158243,-0.2837807536125183,-0.14840446412563324,0.03421362489461899,0.26423439383506775,0.7027199268341064,0.11729692667722702,-0.08859799802303314,-0.2970498204231262,-0.05603625625371933,0.32465165853500366,-0.053217142820358276,0.0800161361694336,-0.20488430559635162,0.013245876878499985,0.4310868978500366,0.16618464887142181,0.389528751373291,-0.002263118512928486,0.5088143944740295,-0.22684189677238464,0.4917411804199219,-0.19107180833816528,0.30019617080688477,-0.08018623292446136,-0.38929030299186707,0.1812928318977356,0.20237354934215546,-0.34079980850219727,0.3192397356033325,-0.36816152930259705,0.47260332107543945,0.13279305398464203,-0.5302138924598694,-0.3642248213291168,0.253653347492218,-0.031073199585080147,0.06751154363155365,-0.13859783113002777,-0.3955143988132477,-0.0966518372297287,0.020453447476029396,-0.023613926023244858,0.17890743911266327,0.24521702527999878,-0.2642629146575928,-0.06869025528430939,-0.2146792858839035,-0.4396056532859802,0.09370450675487518,0.42670080065727234,-0.03611773997545242,0.05543727055191994,-0.27428627014160156,-0.029842516407370567,0.046996574848890305,-0.07265733927488327,-0.0446077398955822,-0.09716402739286423,0.21682311594486237,-0.3649420142173767,-0.09438967704772949,-0.08014895766973495,0.1997677981853485,0.8997734785079956,-0.1484663486480713,-0.2328534573316574,0.17921999096870422,0.2758266031742096,-0.35986247658729553,0.13711564242839813,0.22401483356952667,-0.30671003460884094,0.17566797137260437,-0.47455504536628723,-0.5876700282096863,-0.22939468920230865,-0.2146449089050293,0.1999119371175766,0.2403022199869156,-0.3676339089870453,0.1387380063533783,0.34182876348495483,-0.3480927646160126,0.5646357536315918,0.5753105282783508,-0.422002375125885,0.20369185507297516,-0.3391752541065216,-0.6115617752075195,0.17649729549884796,-0.21789582073688507,0.133898064494133,-0.09013570100069046,0.10113133490085602,-0.4485052824020386,-0.1553066372871399,0.10487648099660873,0.13098342716693878,-0.3082788586616516,0.4698329269886017,-0.5233502984046936,-0.3515181243419647,-0.2992974817752838,0.16982775926589966,-0.11078401654958725,0.22381319105625153,-0.4828415513038635,-0.31297817826271057,-0.06471510976552963,0.30194640159606934,-0.04524872824549675,-0.0027469235938042402,-0.0036142996978014708,-0.020947283133864403,0.36742061376571655,0.3867993652820587,-0.22237589955329895,0.13391917943954468,0.24560023844242096,0.16438786685466766,-0.0021251013968139887,-0.15267926454544067,0.02560337260365486,0.05216870829463005,-0.18206310272216797,-0.15376532077789307,-0.4780580699443817,-0.20072713494300842,-0.4000137746334076,0.1829989105463028,-0.002061694860458374,-0.02378753386437893,-0.13994452357292175,-0.2756386995315552,0.37845414876937866,-0.2736445665359497,-0.3594798445701599,-0.29852500557899475,-0.24340741336345673,-0.4998435974121094,0.2561032176017761,-0.233242005109787,-0.47826430201530457,0.3219364881515503,-0.028666812926530838,-0.16167159378528595,0.0035020201466977596,0.04569923132658005,0.45245060324668884,-0.38727304339408875,-0.4289862811565399,0.24991653859615326,-0.30620744824409485,0.13783739507198334,0.31842240691185,-0.534447193145752,0.1109997034072876,-0.30484339594841003,-0.2083739936351776,-0.41079723834991455,0.23024515807628632,0.03038669563829899,-0.31592273712158203,-0.28905928134918213,-0.4524102210998535,-0.24980203807353973,0.6703675389289856,0.17024509608745575,-0.06306423246860504,0.22849442064762115,0.001096081337891519,0.07913222163915634,-0.022087929770350456,-0.0737319216132164,-0.41617918014526367,0.21477054059505463,0.020850971341133118,0.01818501017987728,-0.4264116585254669,0.3833499848842621,0.12323135882616043,-0.16325999796390533,0.49599489569664,-0.08767727017402649,-0.3578859269618988,-0.21217139065265656,-0.08731113374233246,-0.4496840238571167,0.702665388584137,-0.4139907956123352,0.1834702491760254,0.21166636049747467,0.1675388067960739,0.0029532480984926224,-0.01545991376042366,0.17753811180591583,-0.5902921557426453,0.16298659145832062,0.09425490349531174,0.7250175476074219,-0.22297260165214539,0.08135008066892624,0.3745569884777069,-0.019289297983050346,-0.3925662934780121,0.41055139899253845,0.0578480027616024,-0.41582855582237244,-0.15945228934288025,-0.09789954870939255,0.3962041735649109,0.6844330430030823,0.22079701721668243,0.17705345153808594,0.20671358704566956,0.09230603277683258,0.23028989136219025,0.2775919437408447,0.15179775655269623,0.37159767746925354,-0.3380752503871918,0.19526098668575287,-0.08412255346775055,0.01824038103222847,0.26863181591033936,0.43775248527526855,0.03654821217060089,0.5509740710258484,-0.26484230160713196,0.027147023007273674,-0.12229238450527191,0.7493977546691895,0.27303817868232727,-0.2406674176454544,-0.32031184434890747,-0.15597547590732574,0.021092304959893227,0.34274160861968994,0.3605261743068695,-0.23757624626159668,0.2297520488500595,-0.5222750902175903,-0.5688727498054504,-0.15788671374320984,0.29346227645874023,-0.3772840201854706,0.281936913728714,0.10550904273986816,0.413604199886322,0.2531563639640808,-0.17588472366333008,0.07433762401342392,-0.04638679325580597,0.060329336673021317,-0.5829761624336243,0.21763284504413605,-0.062216296792030334,-0.0452495701611042,-0.05945517122745514,-0.5156386494636536,-0.3537353277206421,-0.21729923784732819,-0.08924590051174164,0.4638114273548126,-0.002737356349825859,0.15534062683582306,0.4615059494972229,-0.3095943033695221,0.829547643661499,-0.0435975082218647,0.1957782804965973,-0.2242138683795929,-0.3941528797149658,0.05545631796121597,-0.04279479384422302,0.03510620445013046,0.03676959127187729,0.4642869234085083,0.27648767828941345,-0.017467409372329712,0.6903070211410522,0.07456523180007935,-0.2926952838897705,0.4701896607875824,-0.1796632707118988,-0.4150581955909729,-0.03970923647284508,0.45420220494270325,0.4009349048137665,0.053710151463747025,-0.045194461941719055,-0.26188743114471436,-0.16024251282215118,0.15141625702381134,-0.4457748830318451,-0.025828609243035316,0.6378108859062195,0.2720102071762085,0.08408821374177933,-0.011290552094578743,0.4768734574317932,-0.5054445266723633,0.021924320608377457,0.37638774514198303,-0.2876015901565552,0.013668455183506012,-0.3516054153442383,0.1869974285364151,-0.05632911995053291,-0.6469969153404236,0.20792794227600098,0.3318120539188385,0.07744912058115005,-0.020789122208952904,0.12199472635984421,-0.22681671380996704,0.21446481347084045,0.23078417778015137,0.4370369017124176,0.1727140247821808,-0.34218069911003113,-0.0689215436577797,-0.19691117107868195,-0.26174819469451904,-0.035143084824085236,-0.6525232791900635,0.16479775309562683,0.29707765579223633,-0.31918877363204956,-0.37085509300231934],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"sHt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b18","text":"(6) According to the report of the European Environment Agency entitled ‘The European environment – state and outlook 2010’ (‘SOER 2010’)’ a number of major environmental challenges still remain, and serious repercussions will ensue if nothing is done to address them.","text_embedding":[-0.3820720613002777,-0.03194327652454376,0.2242671400308609,-0.15529857575893402,0.3747836649417877,0.08037278801202774,0.23666588962078094,0.06432349979877472,-0.11982946842908859,0.03691752627491951,-0.1331673413515091,-0.10437074303627014,-0.349305659532547,0.3089727461338043,0.015533286146819592,0.14644698798656464,0.23043210804462433,-0.25193026661872864,0.11484821885824203,0.04959017410874367,0.7309425473213196,0.2218169867992401,0.2649628221988678,0.7337616086006165,0.4345073103904724,-0.5758348703384399,-0.29429638385772705,-0.1261979192495346,-0.1573740690946579,-0.004841047339141369,-0.15033097565174103,-0.12552350759506226,-0.5938178896903992,-0.11483917385339737,0.2583623230457306,0.42473074793815613,-0.36514294147491455,-0.2661079466342926,-0.1563960462808609,-0.052525997161865234,-0.01475030742585659,-0.2302197813987732,-0.4927213490009308,-0.04568743333220482,0.31362786889076233,0.06571798771619797,0.18978270888328552,0.18334263563156128,-0.03605520725250244,0.25641143321990967,-0.23621277511119843,0.30117225646972656,0.1716272234916687,-0.06704802811145782,-0.4138883650302887,-0.34023502469062805,-0.04853123053908348,-0.5272524952888489,-0.8345412611961365,-0.04299835488200188,-0.018903139978647232,0.01653800532221794,-0.27606192231178284,-0.17792606353759766,-0.2896217405796051,-0.20891126990318298,-0.0551302433013916,0.02271771803498268,-0.5179304480552673,-0.5457517504692078,-0.12071071565151215,0.09120550006628036,-0.10165206342935562,-0.03414882719516754,-0.015098421834409237,0.09238586574792862,-0.12995120882987976,0.24890151619911194,-0.028016813099384308,0.13097959756851196,0.2088548094034195,0.11255072057247162,0.10219244658946991,0.10071191191673279,0.21123890578746796,-0.1080191358923912,0.6802529096603394,0.3760799467563629,-0.21798335015773773,0.2933195233345032,0.6562848687171936,-0.5467668771743774,0.31617358326911926,0.09393414109945297,0.2502420246601105,0.4101240932941437,0.1159498542547226,-0.3955596089363098,-0.580830991268158,-0.0946301594376564,-0.18617582321166992,-0.04402833431959152,-0.49336737394332886,-0.08572997897863388,0.029657093808054924,-0.47468695044517517,-0.2658803164958954,0.10381554067134857,-0.06373737007379532,0.4173325300216675,0.2949337959289551,0.16250629723072052,-0.13332469761371613,-0.4770463705062866,-0.05670715123414993,0.24540236592292786,-0.02655356004834175,-0.15812920033931732,0.3023954927921295,0.30108287930488586,0.45265692472457886,0.27314725518226624,-0.2838553190231323,0.175053671002388,0.10279958695173264,-0.1139642521739006,0.03606312721967697,-0.24130509793758392,-0.6185839176177979,0.26025477051734924,0.08480458706617355,0.04004458338022232,0.029374010860919952,-0.10747312754392624,0.11736632883548737,0.2779928743839264,0.45838940143585205,-0.3047313094139099,-0.11835496872663498,0.4823763072490692,-0.17836879193782806,-0.13721734285354614,0.2113027125597,0.24676494300365448,0.21305303275585175,0.02213248796761036,-0.0988275483250618,0.0534062534570694,0.030367229133844376,-0.287239134311676,0.16428610682487488,-0.05831195414066315,-0.230327770113945,0.08254288136959076,-0.08810944855213165,0.18546931445598602,-0.08572184294462204,0.22754700481891632,-0.15681937336921692,-0.21301594376564026,0.07260866463184357,0.11470368504524231,0.22775724530220032,0.2151005119085312,0.5084989070892334,0.022907765582203865,0.1086680218577385,0.21783767640590668,0.2573866546154022,0.18186071515083313,0.16617386043071747,-0.42550912499427795,0.526500403881073,-0.7305625677108765,-0.00973754096776247,0.6493262052536011,0.6639305353164673,0.24729378521442413,-0.044919658452272415,0.08930035680532455,-1.4165314435958862,0.1757892668247223,-0.33448442816734314,-0.1566941887140274,-0.11295387148857117,0.0829586312174797,0.12506014108657837,0.11186914891004562,0.11826416850090027,0.18467329442501068,-0.2310888022184372,-0.3634014427661896,0.8126636743545532,-0.3923754096031189,0.04889173433184624,-0.36342427134513855,0.15950313210487366,0.48980623483657837,0.15720778703689575,0.039641037583351135,-0.18467119336128235,0.13616527616977692,0.009108292870223522,-0.08677513897418976,0.2060146927833557,-0.10703754425048828,0.1270766258239746,-0.24639777839183807,-0.32417309284210205,0.018156247213482857,-0.3016831576824188,0.06611935049295425,0.2536652982234955,0.6546676754951477,-0.12581941485404968,-0.2426867038011551,-0.16746886074543,-0.20511974394321442,-0.4152956008911133,-0.10137293487787247,0.23936957120895386,0.14341314136981964,-0.04228554666042328,0.5046157836914062,-0.12085088342428207,0.37888145446777344,0.2657635807991028,-0.34619590640068054,0.202657088637352,-0.46286308765411377,-0.018266046419739723,0.002331376075744629,0.14758840203285217,-0.3028392493724823,0.41827166080474854,0.4671160876750946,-0.38197657465934753,0.1116844117641449,0.637442409992218,-0.5972741842269897,0.045535504817962646,0.027228474617004395,0.01286354660987854,0.1536664068698883,-0.19791346788406372,-0.14686264097690582,0.2529408633708954,0.07377400249242783,-0.0021518936846405268,0.08106009662151337,-0.5232484936714172,0.8055051565170288,-0.3240283131599426,0.28143075108528137,-0.23682908713817596,-0.34434592723846436,0.14212606847286224,-0.18850666284561157,0.37196576595306396,-0.22295671701431274,0.1327240914106369,0.10715160518884659,0.07255595177412033,0.09499049186706543,0.31084582209587097,-0.01036861352622509,0.13729263842105865,-0.42994534969329834,-0.24193991720676422,-0.09112010896205902,0.5564679503440857,-0.008193938061594963,-0.20591755211353302,0.12386540323495865,0.3953726589679718,-0.25415411591529846,0.39360201358795166,0.5465113520622253,0.5464009642601013,-0.3247070610523224,-0.04568442329764366,0.23601771891117096,-0.022305192425847054,-0.34287506341934204,0.25499847531318665,-0.2514265775680542,0.08210596442222595,-0.05344459041953087,-0.17759518325328827,0.136879101395607,0.6262065172195435,0.19381855428218842,-0.1817266196012497,-0.3099202513694763,-0.207195445895195,0.1624748706817627,-0.06583593785762787,0.2059958279132843,0.1834314614534378,0.3112688660621643,0.026363587006926537,-0.5792466402053833,0.24094246327877045,0.35611262917518616,0.2983342111110687,-0.4837845265865326,-0.1761661320924759,-0.6189672946929932,-6.063676834106445,-0.392500102519989,0.03786448389291763,0.15616683661937714,0.31089508533477783,0.31465786695480347,0.03289758786559105,0.3087443709373474,0.0004410565015859902,-0.3429936468601227,0.13068296015262604,0.059263329952955246,-0.32691630721092224,0.4018646776676178,-0.3532174527645111,-0.16108466684818268,0.02190564014017582,-0.026595620438456535,-0.5920129418373108,-0.02395014837384224,-0.2138296216726303,-0.4827693998813629,-0.12844856083393097,-0.35617077350616455,0.6222818493843079,0.12829622626304626,-0.2697277367115021,-0.10454218834638596,0.2069949358701706,-0.3666459321975708,0.5348798036575317,-0.8094013333320618,-0.1244831532239914,-0.12239433825016022,0.1436966359615326,-0.03953170403838158,0.03947337344288826,-0.19685855507850647,0.09000339359045029,-0.38177627325057983,0.11448833346366882,-0.4757843315601349,0.16185495257377625,-0.052588846534490585,0.45214277505874634,-0.18907123804092407,0.16771268844604492,0.23992276191711426,-0.45228320360183716,0.021688442677259445,0.2387220710515976,0.2345886528491974,-0.09094133973121643,-0.3519124984741211,-0.1279527097940445,0.29726096987724304,0.3863881528377533,-0.0648881047964096,0.16690684854984283,0.059732913970947266,0.04797547683119774,-0.12611152231693268,-0.10999006778001785,-0.2697102725505829,0.0905555933713913,0.42861366271972656,-0.36104148626327515,0.17862701416015625,-0.0017706026555970311,-0.03221073001623154,-0.026931723579764366,0.2806101441383362,-0.4482503831386566,-0.7639164328575134,-0.18512019515037537,-0.5846225619316101,0.7442840933799744,-0.46029382944107056,0.10340585559606552,-0.10642067342996597,-0.05764289200305939,-0.0812511146068573,0.24437831342220306,0.4012703001499176,-0.16024403274059296,0.07801072299480438,0.18176156282424927,-0.03565185144543648,0.018835298717021942,-0.3696330487728119,0.9751701354980469,-0.44290822744369507,-0.285336434841156,0.16366514563560486,0.15119034051895142,0.17201809585094452,0.19869647920131683,-0.05951204523444176,-0.439215749502182,-0.06954046338796616,-0.1280427724123001,-0.05108989030122757,-0.03980708122253418,0.3294595777988434,-0.011614775285124779,-0.0682908296585083,-0.3464007079601288,-0.07284930348396301,0.1646028459072113,-0.08252034336328506,0.4450126886367798,-0.42079436779022217,-0.15735846757888794,-0.20950238406658173,-0.26192063093185425,0.33619964122772217,0.33393046259880066,0.3822709321975708,0.2666463851928711,-0.37701940536499023,-0.1827244907617569,0.4280826449394226,0.13451237976551056,0.30564600229263306,-0.2687198221683502,0.29243770241737366,-0.73252272605896,0.08538301289081573,-0.13018010556697845,0.2674930989742279,-0.22716473042964935,0.21436065435409546,0.4008527994155884,0.05557962507009506,0.7402498722076416,-0.1265563666820526,0.2758063077926636,-0.40112707018852234,-0.15282027423381805,0.3729709982872009,0.16754379868507385,0.26622381806373596,-0.05555726960301399,0.04643341153860092,-0.08607930690050125,0.2093241661787033,0.4867877960205078,-0.32572898268699646,0.4254523515701294,-0.35725244879722595,0.20620512962341309,-0.5492885708808899,-0.04275630787014961,-0.25849199295043945,0.06119506061077118,0.24466682970523834,0.15883421897888184,-0.23561343550682068,0.24171973764896393,-0.21544988453388214,0.43331071734428406,-0.15930421650409698,-0.23914377391338348,-0.2717021405696869,0.012944100424647331,-0.004662050865590572,0.04322081431746483,-0.4385780394077301,-0.4208299219608307,0.14024464786052704,-0.28993263840675354,-0.1555674821138382,-0.05759458243846893,-0.036237120628356934,-0.2842131555080414,0.11723877489566803,-0.13075728714466095,-0.43884986639022827,-0.18466505408287048,0.2055874764919281,0.14779745042324066,0.32081419229507446,-0.26666364073753357,0.13224226236343384,0.26857906579971313,-0.061117228120565414,0.21108603477478027,-0.10099957883358002,0.12046899646520615,-0.7500602006912231,0.21546153724193573,0.2748189866542816,0.11322040110826492,0.7630268931388855,-0.05751236528158188,-0.5936038494110107,0.2024393528699875,0.15815827250480652,-0.45419231057167053,0.4551188051700592,0.0065179020166397095,-0.5223971605300903,0.4887443482875824,-0.25825533270835876,-0.6406864523887634,-0.09466821700334549,-0.3929569125175476,0.17938204109668732,-0.04926063492894173,-0.48632875084877014,0.0328935831785202,0.1816038340330124,-0.4953877627849579,0.5825583338737488,0.20380212366580963,-0.28781741857528687,0.2092963606119156,-0.6541774272918701,-0.5762380361557007,0.4757921099662781,-0.07994185388088226,0.29513871669769287,-0.11045434325933456,-0.07675805687904358,-0.19850380718708038,-0.36884865164756775,0.40349656343460083,0.12075179070234299,-0.23875431716442108,0.10513829439878464,-0.29986369609832764,-0.679395854473114,0.046766556799411774,-0.013480758294463158,-0.24594682455062866,0.4224698841571808,0.10386722534894943,-0.36928173899650574,0.005663705058395863,0.30298417806625366,0.28924745321273804,-0.09818453341722488,-0.0646049901843071,-0.3041764497756958,0.4341302812099457,0.3630949854850769,-0.24326319992542267,0.15880869328975677,0.09391423314809799,0.06559445708990097,-0.20222622156143188,0.016604388132691383,0.3502051532268524,-0.20013022422790527,0.19372370839118958,-0.5004602670669556,-0.353607177734375,-0.4532333314418793,-0.6477997899055481,-0.0882994756102562,-0.07506387680768967,-0.23361080884933472,0.00568330567330122,-0.024618476629257202,0.6896753311157227,-0.3487260937690735,0.022399187088012695,0.04988408088684082,0.2949892282485962,-0.27617818117141724,0.07888127118349075,-0.15512317419052124,-0.15521952509880066,0.15327668190002441,0.028778942301869392,-0.07221607118844986,-0.27405744791030884,-0.12287528067827225,0.25386446714401245,-0.20799681544303894,-0.43695133924484253,0.07295217365026474,-0.2877062261104584,-0.2574508488178253,0.4557897746562958,-0.1860208511352539,0.42339426279067993,-0.14193502068519592,0.04211736470460892,-0.39054805040359497,0.4168887734413147,-0.16690745949745178,-0.44652777910232544,-0.023546405136585236,-0.07148449867963791,0.13931985199451447,0.5935639142990112,0.23783469200134277,0.06350931525230408,-0.00844357069581747,-0.1056654304265976,-0.22138841450214386,-0.17613588273525238,-0.11210090667009354,-0.09534575045108795,0.35562923550605774,0.14137797057628632,0.1378510594367981,-0.16421252489089966,-0.027010854333639145,0.21284699440002441,-0.1862877458333969,0.39224979281425476,0.3564265966415405,-0.22327837347984314,-0.005705003626644611,-0.11211467534303665,-0.14413665235042572,0.419221431016922,-0.04307042807340622,0.41196930408477783,-0.038219619542360306,0.031110549345612526,0.11632563173770905,0.1044321283698082,-0.0182008258998394,-0.19909921288490295,0.49773886799812317,-0.17715544998645782,0.4186337888240814,-0.0314176008105278,0.6100776791572571,0.13766328990459442,0.08662553131580353,0.10086148232221603,0.3015405535697937,0.02964303083717823,-0.465035617351532,0.045224808156490326,-0.14293032884597778,0.15647099912166595,0.5245810151100159,-0.4753478765487671,0.23651711642742157,-0.05763547495007515,0.01351150032132864,-0.06459661573171616,0.0028566003311425447,0.14226728677749634,0.4635779559612274,0.10892941057682037,0.07426082342863083,-0.22810344398021698,-0.10592067241668701,-0.0013336042175069451,0.06913457065820694,0.1772971898317337,0.18978166580200195,-0.23138578236103058,-0.2840571105480194,0.21497008204460144,0.3765966296195984,-0.164362832903862,0.4221721589565277,-0.215574711561203,-0.08306529372930527,-0.272784560918808,0.11006145179271698,0.42366594076156616,-0.4498225152492523,0.06626324355602264,-0.4014759957790375,-0.3612862229347229,-0.24545176327228546,0.10486162453889847,-0.6733619570732117,-0.032809678465127945,-0.10854330658912659,0.35894808173179626,0.45382606983184814,-0.34481391310691833,-0.031523995101451874,-0.13937994837760925,-0.36263105273246765,-0.4672676920890808,0.31609731912612915,0.10752694308757782,-0.046228669583797455,-0.2924228310585022,-0.2509818375110626,-0.12429283559322357,-0.4093833863735199,-0.175411194562912,0.6511408686637878,0.03530067205429077,-0.2690015435218811,0.37132275104522705,-0.0673486664891243,0.26445358991622925,-0.04681985452771187,0.1256903111934662,-0.21190495789051056,-0.5569322109222412,-0.02342245914041996,-0.30982330441474915,0.1770450919866562,-0.2249806970357895,-0.012623886577785015,0.3120978772640228,0.2812778055667877,0.510824978351593,-0.14236463606357574,-0.11243577301502228,0.3680514097213745,-0.20908649265766144,-0.23060303926467896,-0.14741547405719757,0.5875914692878723,0.24608364701271057,0.1094578430056572,-0.04480624198913574,-0.17696234583854675,0.013779552653431892,0.17066876590251923,-0.13720004260540009,-0.1119011864066124,0.1398380845785141,0.28477129340171814,-0.1566144824028015,0.2147853523492813,0.4241809546947479,-0.2718960642814636,0.049514759331941605,0.3931713104248047,-0.2141152322292328,-0.42398256063461304,-0.2768348753452301,-0.16270212829113007,-0.5942466259002686,-0.2338954657316208,-0.13812664151191711,0.6091764569282532,0.13373811542987823,-0.0443749874830246,0.31100451946258545,0.08913679420948029,-0.201432004570961,0.19524498283863068,0.24020394682884216,-0.128440722823143,0.2336190789937973,0.09258607029914856,-0.3973468840122223,0.024541201069951057,-0.004066837020218372,-0.5422835946083069,0.10364793986082077,-0.06685151904821396,-0.27758416533470154,-0.32167530059814453],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} +{"_index":"navigator_test_htmls_non_translated","_type":"_doc","_id":"sXt9YYQBoAKt5eeI9Aty","_score":1,"_source":{"text_block_id":"b19","text":"(7) Global systemic trends and challenges, related to population dynamics, urbanisation, disease and pandemics, accelerating technological change and unsustainable economic growth add to the complexity of tackling environmental challenges and achieving long-term sustainable development. Ensuring the Union’s long-term prosperity requires taking further action to address those challenges.","text_embedding":[-0.0878722071647644,-0.059006065130233765,0.03415190801024437,0.02274320274591446,0.3890351951122284,0.3833858072757721,0.21113277971744537,0.39151182770729065,-0.17110829055309296,-0.06921468675136566,0.2970183193683624,-0.05862206593155861,-0.32705995440483093,0.5877962112426758,0.4478931725025177,0.2995859384536743,0.2675224840641022,0.02406904101371765,-0.053484994918107986,-0.05891586095094681,0.27471327781677246,-0.4026501774787903,0.573633074760437,0.391811341047287,0.3421562612056732,0.256792277097702,-0.11241530627012253,-0.16128166019916534,-0.20186495780944824,0.1333988755941391,0.1628439575433731,-0.17171593010425568,0.08840072900056839,-0.011850597336888313,-0.13861513137817383,0.4657098054885864,-0.1547141671180725,-0.24322305619716644,0.08727534860372543,0.07878077030181885,-0.3868480622768402,-0.4940040707588196,-0.03438275679945946,0.028215903788805008,0.26229557394981384,-0.3052634000778198,-0.3714141845703125,0.3011729121208191,-0.6137958765029907,0.18344026803970337,-0.3458016514778137,0.48477989435195923,0.5402119755744934,-0.34329840540885925,-0.1403384953737259,-0.046894632279872894,0.0958898589015007,-0.2692103385925293,-0.3276573121547699,-0.6608946323394775,-0.20931430160999298,-0.09442013502120972,0.1279447078704834,-0.06600988656282425,0.05867893993854523,0.05905846878886223,-0.09921412914991379,0.36592939496040344,-0.631777286529541,-0.7954733371734619,-0.27122125029563904,0.1785595864057541,-0.21331506967544556,-0.14782267808914185,-0.08201486617326736,-0.08824178576469421,-0.3973902463912964,0.2519690692424774,0.014594326727092266,-0.21106116473674774,-0.11687221378087997,-0.015599289909005165,-0.18233145773410797,-0.13618814945220947,0.4652421176433563,-0.08422153443098068,0.8260966539382935,0.2538975775241852,-0.21926330029964447,0.47619834542274475,0.04058089852333069,-0.17654234170913696,0.12413126975297928,0.49429550766944885,-0.046937860548496246,0.16463197767734528,-0.4546460211277008,-0.34234461188316345,-0.13149426877498627,-0.32572340965270996,-0.1124066635966301,-0.1487351357936859,-0.06131165474653244,0.09172723442316055,0.3172161281108856,-0.13482654094696045,0.13383613526821136,-0.1337364912033081,-0.25282493233680725,0.12022250145673752,0.04167768359184265,-0.09109097719192505,-0.2876911759376526,-0.26259392499923706,0.3724672496318817,0.6941811442375183,-0.14279605448246002,-0.20889046788215637,-0.03772351145744324,0.046742238104343414,-0.07980381697416306,0.2032996416091919,-0.3204580247402191,0.4785495102405548,-0.18628191947937012,-0.09323463588953018,0.0804068073630333,-0.06387367099523544,-0.24730581045150757,0.28575944900512695,-0.1835472732782364,0.22397813200950623,-0.1962360292673111,-0.1926942765712738,-0.08195212483406067,0.1569705754518509,0.36566784977912903,-0.28960439562797546,0.29133081436157227,0.17339125275611877,0.07317229360342026,0.043217726051807404,0.5089470744132996,-0.07209298014640808,0.3653735816478729,-0.2856311500072479,0.5982947945594788,-0.3320225775241852,0.027081631124019623,-0.08077935874462128,0.11054979264736176,0.03351316973567009,0.10556889325380325,0.024732014164328575,-0.06650891900062561,0.4519015848636627,-0.32373106479644775,0.1036759614944458,-0.015505841933190823,0.13750796020030975,-0.016947897151112556,-0.0011088779428973794,0.30094924569129944,0.11353876441717148,0.5383651256561279,-0.22069241106510162,0.06122675538063049,0.11903292685747147,0.12446507066488266,0.28708720207214355,0.011060960590839386,0.036176424473524094,0.22186681628227234,-0.3394055962562561,0.18957263231277466,0.5331993103027344,0.5153523683547974,0.3583807945251465,-0.21828629076480865,0.6435365080833435,-1.737493634223938,0.11342743784189224,-0.05880153551697731,0.04897051677107811,-0.2424831986427307,-0.2264324426651001,-0.029265686869621277,0.3252662718296051,0.14830753207206726,0.29627150297164917,-0.3471534848213196,-0.12901520729064941,0.6336100101470947,-0.1863686889410019,0.008012388832867146,-0.25907954573631287,0.00451311282813549,0.5032134056091309,-0.03611713647842407,-0.12029769271612167,-0.06819794327020645,0.1934061199426651,0.0380977988243103,-0.28037360310554504,-0.12412707507610321,0.0016392546240240335,-0.032568059861660004,-0.05281247943639755,-0.3551730811595917,0.15168726444244385,-0.5776550769805908,-0.29725760221481323,0.06975988298654556,0.40116995573043823,0.2178473025560379,-0.2612789273262024,-0.20851729810237885,-0.05344099551439285,-0.08578547090291977,0.13134941458702087,-0.14552955329418182,-0.3139241337776184,0.013644181191921234,0.36961162090301514,0.2908349633216858,0.31028953194618225,0.403676837682724,-0.5140847563743591,0.6090313196182251,-0.23424069583415985,0.2539235055446625,0.2992202341556549,0.3583481013774872,0.07221025228500366,0.23217184841632843,0.3888697326183319,-0.6348536610603333,0.030025199055671692,0.14930696785449982,-0.6800917387008667,0.1008181944489479,-0.046020448207855225,-0.07467087358236313,-0.13336674869060516,-0.01412173267453909,-0.3220290243625641,0.39420464634895325,0.22895756363868713,-0.4534395635128021,-0.1636016070842743,-0.17591190338134766,0.7133796215057373,0.07288309186697006,0.25576385855674744,-0.03638289496302605,-0.07926960289478302,0.14021658897399902,-0.3190907835960388,0.1205638200044632,-0.04105518385767937,-0.16703040897846222,-0.030732182785868645,-0.22655126452445984,-0.27098536491394043,-0.1282421052455902,-0.12673601508140564,-0.11375179141759872,-0.3122123181819916,-0.24242423474788666,-0.3230738043785095,0.18266086280345917,0.29470351338386536,-0.5249642133712769,0.15159207582473755,0.1297612339258194,-0.40421515703201294,0.5498168468475342,0.7880787253379822,0.07154417783021927,-0.34247955679893494,-0.2430073618888855,0.31798234581947327,-0.26292166113853455,-0.5844368934631348,0.21958190202713013,-0.14934156835079193,-0.18524518609046936,-0.4147632122039795,-0.14972014725208282,-0.050917383283376694,0.32715243101119995,0.2939256429672241,0.09517545998096466,-0.24236129224300385,-0.22339284420013428,0.10237620025873184,0.04819251969456673,0.34065672755241394,0.30846479535102844,0.30009353160858154,-0.010721399448812008,-0.2575613856315613,0.06297548115253448,0.3449854850769043,0.26009511947631836,-0.8477386236190796,0.10227454453706741,-0.5598748326301575,-5.845949649810791,0.19400958716869354,0.10187593102455139,-0.2909828722476959,0.5998953580856323,0.44000110030174255,0.20860473811626434,0.28865447640419006,0.12825021147727966,-0.28818362951278687,-0.030079307034611702,0.2741732895374298,-0.4769750237464905,-0.0837949812412262,-0.22830279171466827,-0.09775888174772263,0.19040529429912567,0.06022213399410248,-0.4548051357269287,-0.030017999932169914,0.01839682087302208,-0.695740818977356,-0.07718533277511597,0.19238591194152832,0.4287930727005005,0.12889504432678223,-0.41682037711143494,0.20979094505310059,-0.023150606080889702,-0.17036741971969604,0.6434999108314514,-0.4257195293903351,-0.26784518361091614,0.06780323386192322,0.12555056810379028,0.19220931828022003,0.28412213921546936,-0.342847615480423,-0.12836414575576782,-0.5146535038948059,-0.21116672456264496,-0.4411574900150299,0.2869097590446472,-0.18279556930065155,0.5019403100013733,0.3193579316139221,0.28812339901924133,0.19536003470420837,-0.3767049312591553,0.14253561198711395,0.27611836791038513,0.081303671002388,0.2724187672138214,-0.28211554884910583,-0.1215224415063858,0.33245038986206055,0.3313778042793274,0.019887397065758705,0.1272081434726715,0.2543720006942749,0.1724536418914795,0.09206616878509521,-0.1646323949098587,-0.5800663828849792,-0.08875685185194016,0.28027093410491943,-0.9461100101470947,0.20022518932819366,-0.28649428486824036,-0.17680703103542328,0.09274391084909439,0.6233264207839966,-0.33865389227867126,-0.5782618522644043,-0.4250930845737457,-0.26692232489585876,0.4702536463737488,-0.36732423305511475,-0.14957651495933533,-0.3568652868270874,0.14160668849945068,-0.221072256565094,0.10009036213159561,0.17849618196487427,0.26939111948013306,0.1181083396077156,0.12618181109428406,-0.3841736614704132,-0.33211377263069153,-0.3243436813354492,0.6264731884002686,-0.2326316237449646,-0.031082840636372566,-0.03970462083816528,0.44015878438949585,0.10908902436494827,-0.21980272233486176,0.21506397426128387,-0.20525836944580078,-0.40394365787506104,0.045069362968206406,-0.38251280784606934,0.12886646389961243,0.3100012540817261,0.0783764198422432,-0.18224330246448517,-0.18608099222183228,-0.11735589057207108,0.21701660752296448,-0.24712763726711273,0.008208967745304108,-0.05675714462995529,-0.15141884982585907,-0.25394678115844727,-0.164376899600029,-0.05900496244430542,0.11917860805988312,0.5721801519393921,0.6823035478591919,-0.40578746795654297,-0.3384512662887573,0.9688912630081177,-0.0522959902882576,0.35689324140548706,-0.11296474933624268,0.27528801560401917,-0.43290480971336365,-0.038195353001356125,-0.1646159440279007,-0.33053699135780334,-0.23921196162700653,-0.1131981834769249,0.35515493154525757,-0.2832815945148468,0.7701252102851868,0.1891145557165146,0.3514541685581207,-0.1992863565683365,-0.6040239334106445,0.7087253928184509,0.09473802894353867,0.39262890815734863,-0.14022096991539001,-0.005737783387303352,-0.09781249612569809,0.3047325909137726,0.2141360640525818,0.08590156584978104,0.4636836051940918,0.002657514763996005,0.1519375443458557,-0.08736711740493774,0.32641178369522095,-0.2761908173561096,-0.2153475284576416,0.2535789906978607,0.17072486877441406,-0.40874555706977844,0.46415725350379944,-0.5379979610443115,0.10261323302984238,-0.023443112149834633,-0.3850414454936981,-0.1023915633559227,0.010765046812593937,0.0359579361975193,0.2484300136566162,-0.5314248204231262,-0.17178158462047577,-0.056657493114471436,-0.08956263959407806,0.2129666954278946,-0.03779155761003494,0.06188657507300377,-0.1185009703040123,0.056085582822561264,-0.3355109393596649,-0.5842034220695496,0.01316295936703682,0.3621397614479065,0.13218070566654205,0.27189913392066956,-0.29524871706962585,0.44612979888916016,0.3691435754299164,-0.18995527923107147,-0.1333085596561432,0.1353919804096222,-0.10119573771953583,-0.18707755208015442,0.2638775408267975,0.4476349353790283,0.382493257522583,0.40332090854644775,-0.2032856047153473,-0.07707102596759796,0.03578709065914154,0.31581926345825195,-0.24914905428886414,0.2757258713245392,-0.30320441722869873,-0.22839410603046417,0.3166855275630951,0.0550684854388237,-0.25064384937286377,0.014323520474135876,-0.008235662244260311,-0.040640536695718765,0.13161516189575195,-0.4350380599498749,0.1665021926164627,0.18078498542308807,-0.41402339935302734,0.43534553050994873,0.3538401424884796,-0.4514545202255249,0.10891319066286087,-0.870713472366333,-0.03306238353252411,0.42288798093795776,0.09182926267385483,0.21311819553375244,0.26467376947402954,0.15151779353618622,-0.15353135764598846,-0.25911006331443787,0.11799363791942596,-0.3294006884098053,0.044192470610141754,-0.09774865955114365,-0.5062870979309082,-0.7925241589546204,-0.20728369057178497,-0.3694475591182709,-0.3633313477039337,0.2584189176559448,0.3123122751712799,-0.48483482003211975,-0.004980162251740694,0.2413034737110138,0.038687072694301605,-0.448702335357666,-0.011713762767612934,-0.2430044412612915,0.2558267414569855,0.3186044991016388,0.3243792951107025,0.5058992505073547,0.17898304760456085,0.016167884692549706,-0.05778965353965759,-0.2753830552101135,-0.030627863481640816,-0.2203618586063385,0.15416111052036285,-0.41253477334976196,-0.3490106761455536,-0.5493267774581909,-0.3067697584629059,-0.4019765555858612,-0.4944601356983185,-0.2144014686346054,0.19047905504703522,-0.3715663254261017,0.42772483825683594,0.36068540811538696,-0.09692559391260147,0.03798995539546013,-0.11027631163597107,-0.04925818741321564,0.08388686925172806,-0.1892433911561966,-0.19216707348823547,0.17610955238342285,0.3673017919063568,-0.08650418370962143,-0.09412933886051178,0.11845473945140839,0.11192675679922104,-0.13605932891368866,-0.5525145530700684,-0.16293813288211823,-0.2232564389705658,-0.11230102926492691,0.4435371160507202,-0.10227717459201813,0.20973506569862366,-0.3201450705528259,0.10328127443790436,0.030058367177844048,0.14963577687740326,0.12571676075458527,0.05075947940349579,-0.15217098593711853,-0.363673597574234,0.11742963641881943,0.12308689951896667,-0.03367989510297775,-0.20589125156402588,-0.04495827108621597,-0.2676198482513428,-0.11752630025148392,0.032116975635290146,-0.17973363399505615,0.20046938955783844,0.32541152834892273,-0.13357232511043549,0.014947986230254173,-0.40991538763046265,-0.2212105542421341,0.3706504702568054,-0.263975590467453,0.46108436584472656,0.14023925364017487,-0.09294888377189636,0.0432683564722538,-0.22962722182273865,0.018713107332587242,0.36984267830848694,0.34751224517822266,0.03705919533967972,-0.0037507100496441126,0.182151198387146,0.20854298770427704,0.807835578918457,-0.02559814602136612,-0.5339115858078003,-0.17424798011779785,-0.4021751880645752,0.746080756187439,-0.19576962292194366,0.36027204990386963,-0.017090225592255592,0.07058849930763245,0.05229081213474274,0.25796180963516235,0.23375047743320465,-0.05638258531689644,-0.2802601158618927,0.05622017756104469,0.270818829536438,0.35337433218955994,-0.2785644829273224,0.20557355880737305,0.5437595844268799,-0.0727631226181984,-0.36334607005119324,0.020726356655359268,-0.18322770297527313,0.12448734790086746,-0.26009228825569153,0.09425536543130875,-0.38950011134147644,0.18805164098739624,0.173885777592659,-0.3370414078235626,-0.08489666134119034,0.3371260464191437,0.1773221641778946,-0.1890270709991455,0.33834725618362427,0.1736491471529007,0.17186467349529266,-0.4948206841945648,-0.18480055034160614,0.028081778436899185,-0.2747499942779541,0.17249464988708496,0.2279919981956482,0.03231167793273926,-0.10284215956926346,-0.6026715040206909,-0.40160810947418213,0.0051393355242908,0.14526525139808655,-0.4100583493709564,-0.2794821262359619,-0.12442618608474731,0.29819586873054504,0.3076495826244354,-0.5299609899520874,0.1715087890625,-0.07031480967998505,-0.43522441387176514,-0.6763493418693542,0.253580242395401,0.021724453195929527,-0.42362481355667114,-0.4295792579650879,-0.39797043800354004,-0.19813039898872375,-0.22960561513900757,-0.10809104889631271,0.6428225040435791,0.22892074286937714,-0.07258784770965576,0.13268201053142548,-0.10010414570569992,0.4690035283565521,0.0048420303501188755,0.22265765070915222,-0.41166213154792786,0.04000229388475418,-0.227059468626976,0.06151142716407776,0.011462432332336903,0.19939669966697693,-0.0597708560526371,0.13969409465789795,0.22453810274600983,0.6315983533859253,-0.12407056242227554,-0.3997436761856079,0.40060749650001526,-0.6941749453544617,-0.12558826804161072,-0.14492805302143097,0.472815603017807,0.38362187147140503,-0.05121532827615738,0.017184829339385033,-0.5537664890289307,0.3417729437351227,-0.16732914745807648,-0.782917857170105,-0.16042545437812805,0.11356809735298157,0.3350638151168823,-0.1259983330965042,0.04864152520895004,0.14221306145191193,-0.13693901896476746,-0.1848045140504837,0.4618300199508667,-0.2781126797199249,0.021816251799464226,0.08238594979047775,0.17699241638183594,-0.3992431163787842,0.01811436004936695,0.12223353981971741,0.25754451751708984,-0.12180282175540924,0.08131629973649979,0.24267253279685974,0.04633132368326187,-0.02634737454354763,0.46323177218437195,0.3080310821533203,0.031283993273973465,-0.1975499987602234,0.20495377480983734,0.12228385359048843,-0.2087937295436859,0.5100041031837463,-0.9054516553878784,0.19979043304920197,-0.18467731773853302,-0.3146923780441284,-0.22176812589168549],"text_block_coords":null,"text_block_page":null,"document_id":"CCLW.legislative.8570.3016","document_name":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’","document_description":"The Decision no 1386/2013/EU sets up the General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet'. It adopts the '7th Environment Action programme' or ‘7th EAP'. The priority objectives of the 7th EAP are: (a) to protect, conserve and enhance the Union's natural capital; (b) to turn the Union into a resource-efficient, green and competitive low-carbon economy; (c) to safeguard the Union's citizens from environment-related pressures and risks to health and well-being; (d) to maximise the benefits of Union environment legislation by improving implementation; (e) to improve the knowledge and evidence base for Union environment policy; (f) to secure investment for environment and climate policy and address environmental externalities; (g) to improve environmental integration and policy coherence; (h) to enhance the sustainability of the Union's cities; (i) to increase the Union's effectiveness in addressing inter­ national environmental and climate-related challenges.","document_source_url":"https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1516647740078&uri=CELEX:32013D1386","document_cdn_object":null,"document_md5_sum":null,"translated":false,"document_slug":"european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016","document_content_type":"text/html","document_date":"01/01/2013","document_geography":"EUR","document_category":"Legislative","document_source":"CCLW","document_type":"EU Decision","document_sectors":["Economy-wide","Health","Transportation"],"document_name_and_slug":"Decision No 1386/2013/EU of the European Parliament and of the Council of 19 November 2013 on a General Union Environment Action Programme to 2020 ‘Living well, within the limits of our planet’ european-union_2013_decision-no-1386-2013-eu-of-the-european-parliament-and-of-the-council-of-19-november-2013-on-a-general-union-environment-action-programme-to-2020-living-well-within-the-limits-of-our-planet_8570_3016"}} diff --git a/tests/data/navigator_test_htmls_non_translated.mapping.json b/tests/data/navigator_test_htmls_non_translated.mapping.json index ac4dd96a..4a2dfdc6 100644 --- a/tests/data/navigator_test_htmls_non_translated.mapping.json +++ b/tests/data/navigator_test_htmls_non_translated.mapping.json @@ -1 +1,109 @@ -{"navigator_test_htmls_non_translated":{"mappings":{"properties":{"document_category":{"type":"keyword"},"document_cdn_object":{"type":"keyword"},"document_content_type":{"type":"keyword"},"document_date":{"type":"date","format":"dd/MM/yyyy"},"document_description":{"type":"keyword","normalizer":"folding"},"document_description_embedding":{"type":"knn_vector","dimension":768,"method":{"engine":"nmslib","space_type":"innerproduct","name":"hnsw","parameters":{"ef_construction":512,"m":16}}},"document_geography":{"type":"keyword"},"document_id":{"type":"keyword","normalizer":"folding"},"document_md5_sum":{"type":"keyword"},"document_name":{"type":"keyword","normalizer":"folding"},"document_name_and_slug":{"type":"keyword","eager_global_ordinals":true,"normalizer":"folding"},"document_sectors":{"type":"keyword"},"document_slug":{"type":"keyword"},"document_source":{"type":"keyword"},"document_source_url":{"type":"keyword"},"document_type":{"type":"keyword"},"for_search_document_description":{"type":"text","analyzer":"folding"},"for_search_document_name":{"type":"text","analyzer":"folding"},"text":{"type":"text","analyzer":"folding"},"text_block_coords":{"type":"keyword"},"text_block_id":{"type":"keyword"},"text_block_page":{"type":"integer"},"text_embedding":{"type":"knn_vector","dimension":768,"method":{"engine":"nmslib","space_type":"innerproduct","name":"hnsw","parameters":{"ef_construction":512,"m":16}}},"translated":{"type":"boolean"}}}}} +{ + "navigator_test_htmls_non_translated": { + "mappings": { + "properties": { + "document_category": { + "type": "keyword" + }, + "document_cdn_object": { + "type": "keyword" + }, + "document_content_type": { + "type": "keyword" + }, + "document_date": { + "type": "date", + "format": "dd/MM/yyyy" + }, + "document_description": { + "type": "keyword", + "normalizer": "folding" + }, + "document_description_embedding": { + "type": "knn_vector", + "dimension": 768, + "method": { + "engine": "nmslib", + "space_type": "innerproduct", + "name": "hnsw", + "parameters": { + "ef_construction": 512, + "m": 16 + } + } + }, + "document_geography": { + "type": "keyword" + }, + "document_id": { + "type": "keyword", + "normalizer": "folding" + }, + "document_md5_sum": { + "type": "keyword" + }, + "document_name": { + "type": "keyword", + "normalizer": "folding" + }, + "document_name_and_slug": { + "type": "keyword", + "eager_global_ordinals": true, + "normalizer": "folding" + }, + "document_sectors": { + "type": "keyword" + }, + "document_slug": { + "type": "keyword" + }, + "document_source": { + "type": "keyword" + }, + "document_source_url": { + "type": "keyword" + }, + "document_type": { + "type": "keyword" + }, + "for_search_document_description": { + "type": "text", + "analyzer": "folding" + }, + "for_search_document_name": { + "type": "text", + "analyzer": "folding" + }, + "text": { + "type": "text", + "analyzer": "folding" + }, + "text_block_coords": { + "type": "keyword" + }, + "text_block_id": { + "type": "keyword" + }, + "text_block_page": { + "type": "integer" + }, + "text_embedding": { + "type": "knn_vector", + "dimension": 768, + "method": { + "engine": "nmslib", + "space_type": "innerproduct", + "name": "hnsw", + "parameters": { + "ef_construction": 512, + "m": 16 + } + } + }, + "translated": { + "type": "boolean" + } + } + } + } +} \ No newline at end of file diff --git a/tests/data/navigator_test_htmls_translated.mapping.json b/tests/data/navigator_test_htmls_translated.mapping.json index bddba8ca..9ef2c807 100644 --- a/tests/data/navigator_test_htmls_translated.mapping.json +++ b/tests/data/navigator_test_htmls_translated.mapping.json @@ -1 +1,109 @@ -{"navigator_test_htmls_translated":{"mappings":{"properties":{"document_category":{"type":"keyword"},"document_cdn_object":{"type":"keyword"},"document_content_type":{"type":"keyword"},"document_date":{"type":"date","format":"dd/MM/yyyy"},"document_description":{"type":"keyword","normalizer":"folding"},"document_description_embedding":{"type":"knn_vector","dimension":768,"method":{"engine":"nmslib","space_type":"innerproduct","name":"hnsw","parameters":{"ef_construction":512,"m":16}}},"document_geography":{"type":"keyword"},"document_id":{"type":"keyword","normalizer":"folding"},"document_md5_sum":{"type":"keyword"},"document_name":{"type":"keyword","normalizer":"folding"},"document_name_and_slug":{"type":"keyword","eager_global_ordinals":true,"normalizer":"folding"},"document_sectors":{"type":"keyword"},"document_slug":{"type":"keyword"},"document_source":{"type":"keyword"},"document_source_url":{"type":"keyword"},"document_type":{"type":"keyword"},"for_search_document_description":{"type":"text","analyzer":"folding"},"for_search_document_name":{"type":"text","analyzer":"folding"},"text":{"type":"text","analyzer":"folding"},"text_block_coords":{"type":"keyword"},"text_block_id":{"type":"keyword"},"text_block_page":{"type":"integer"},"text_embedding":{"type":"knn_vector","dimension":768,"method":{"engine":"nmslib","space_type":"innerproduct","name":"hnsw","parameters":{"ef_construction":512,"m":16}}},"translated":{"type":"boolean"}}}}} +{ + "navigator_test_htmls_translated": { + "mappings": { + "properties": { + "document_category": { + "type": "keyword" + }, + "document_cdn_object": { + "type": "keyword" + }, + "document_content_type": { + "type": "keyword" + }, + "document_date": { + "type": "date", + "format": "dd/MM/yyyy" + }, + "document_description": { + "type": "keyword", + "normalizer": "folding" + }, + "document_description_embedding": { + "type": "knn_vector", + "dimension": 768, + "method": { + "engine": "nmslib", + "space_type": "innerproduct", + "name": "hnsw", + "parameters": { + "ef_construction": 512, + "m": 16 + } + } + }, + "document_geography": { + "type": "keyword" + }, + "document_id": { + "type": "keyword", + "normalizer": "folding" + }, + "document_md5_sum": { + "type": "keyword" + }, + "document_name": { + "type": "keyword", + "normalizer": "folding" + }, + "document_name_and_slug": { + "type": "keyword", + "eager_global_ordinals": true, + "normalizer": "folding" + }, + "document_sectors": { + "type": "keyword" + }, + "document_slug": { + "type": "keyword" + }, + "document_source": { + "type": "keyword" + }, + "document_source_url": { + "type": "keyword" + }, + "document_type": { + "type": "keyword" + }, + "for_search_document_description": { + "type": "text", + "analyzer": "folding" + }, + "for_search_document_name": { + "type": "text", + "analyzer": "folding" + }, + "text": { + "type": "text", + "analyzer": "folding" + }, + "text_block_coords": { + "type": "keyword" + }, + "text_block_id": { + "type": "keyword" + }, + "text_block_page": { + "type": "integer" + }, + "text_embedding": { + "type": "knn_vector", + "dimension": 768, + "method": { + "engine": "nmslib", + "space_type": "innerproduct", + "name": "hnsw", + "parameters": { + "ef_construction": 512, + "m": 16 + } + } + }, + "translated": { + "type": "boolean" + } + } + } + } +} \ No newline at end of file diff --git a/tests/data/navigator_test_pdfs_non_translated.mapping.json b/tests/data/navigator_test_pdfs_non_translated.mapping.json index 40ce9419..4c72e4bb 100644 --- a/tests/data/navigator_test_pdfs_non_translated.mapping.json +++ b/tests/data/navigator_test_pdfs_non_translated.mapping.json @@ -1 +1,109 @@ -{"navigator_test_pdfs_non_translated":{"mappings":{"properties":{"document_category":{"type":"keyword"},"document_cdn_object":{"type":"keyword"},"document_content_type":{"type":"keyword"},"document_date":{"type":"date","format":"dd/MM/yyyy"},"document_description":{"type":"keyword","normalizer":"folding"},"document_description_embedding":{"type":"knn_vector","dimension":768,"method":{"engine":"nmslib","space_type":"innerproduct","name":"hnsw","parameters":{"ef_construction":512,"m":16}}},"document_geography":{"type":"keyword"},"document_id":{"type":"keyword","normalizer":"folding"},"document_md5_sum":{"type":"keyword"},"document_name":{"type":"keyword","normalizer":"folding"},"document_name_and_slug":{"type":"keyword","eager_global_ordinals":true,"normalizer":"folding"},"document_sectors":{"type":"keyword"},"document_slug":{"type":"keyword"},"document_source":{"type":"keyword"},"document_source_url":{"type":"keyword"},"document_type":{"type":"keyword"},"for_search_document_description":{"type":"text","analyzer":"folding"},"for_search_document_name":{"type":"text","analyzer":"folding"},"text":{"type":"text","analyzer":"folding"},"text_block_coords":{"type":"keyword"},"text_block_id":{"type":"keyword"},"text_block_page":{"type":"integer"},"text_embedding":{"type":"knn_vector","dimension":768,"method":{"engine":"nmslib","space_type":"innerproduct","name":"hnsw","parameters":{"ef_construction":512,"m":16}}},"translated":{"type":"boolean"}}}}} +{ + "navigator_test_pdfs_non_translated": { + "mappings": { + "properties": { + "document_category": { + "type": "keyword" + }, + "document_cdn_object": { + "type": "keyword" + }, + "document_content_type": { + "type": "keyword" + }, + "document_date": { + "type": "date", + "format": "dd/MM/yyyy" + }, + "document_description": { + "type": "keyword", + "normalizer": "folding" + }, + "document_description_embedding": { + "type": "knn_vector", + "dimension": 768, + "method": { + "engine": "nmslib", + "space_type": "innerproduct", + "name": "hnsw", + "parameters": { + "ef_construction": 512, + "m": 16 + } + } + }, + "document_geography": { + "type": "keyword" + }, + "document_id": { + "type": "keyword", + "normalizer": "folding" + }, + "document_md5_sum": { + "type": "keyword" + }, + "document_name": { + "type": "keyword", + "normalizer": "folding" + }, + "document_name_and_slug": { + "type": "keyword", + "eager_global_ordinals": true, + "normalizer": "folding" + }, + "document_sectors": { + "type": "keyword" + }, + "document_slug": { + "type": "keyword" + }, + "document_source": { + "type": "keyword" + }, + "document_source_url": { + "type": "keyword" + }, + "document_type": { + "type": "keyword" + }, + "for_search_document_description": { + "type": "text", + "analyzer": "folding" + }, + "for_search_document_name": { + "type": "text", + "analyzer": "folding" + }, + "text": { + "type": "text", + "analyzer": "folding" + }, + "text_block_coords": { + "type": "keyword" + }, + "text_block_id": { + "type": "keyword" + }, + "text_block_page": { + "type": "integer" + }, + "text_embedding": { + "type": "knn_vector", + "dimension": 768, + "method": { + "engine": "nmslib", + "space_type": "innerproduct", + "name": "hnsw", + "parameters": { + "ef_construction": 512, + "m": 16 + } + } + }, + "translated": { + "type": "boolean" + } + } + } + } +} \ No newline at end of file diff --git a/tests/data/navigator_test_pdfs_translated.mapping.json b/tests/data/navigator_test_pdfs_translated.mapping.json index 83153135..30532754 100644 --- a/tests/data/navigator_test_pdfs_translated.mapping.json +++ b/tests/data/navigator_test_pdfs_translated.mapping.json @@ -1 +1,109 @@ -{"navigator_test_pdfs_translated":{"mappings":{"properties":{"document_category":{"type":"keyword"},"document_cdn_object":{"type":"keyword"},"document_content_type":{"type":"keyword"},"document_date":{"type":"date","format":"dd/MM/yyyy"},"document_description":{"type":"keyword","normalizer":"folding"},"document_description_embedding":{"type":"knn_vector","dimension":768,"method":{"engine":"nmslib","space_type":"innerproduct","name":"hnsw","parameters":{"ef_construction":512,"m":16}}},"document_geography":{"type":"keyword"},"document_id":{"type":"keyword","normalizer":"folding"},"document_md5_sum":{"type":"keyword"},"document_name":{"type":"keyword","normalizer":"folding"},"document_name_and_slug":{"type":"keyword","eager_global_ordinals":true,"normalizer":"folding"},"document_sectors":{"type":"keyword"},"document_slug":{"type":"keyword"},"document_source":{"type":"keyword"},"document_source_url":{"type":"keyword"},"document_type":{"type":"keyword"},"for_search_document_description":{"type":"text","analyzer":"folding"},"for_search_document_name":{"type":"text","analyzer":"folding"},"text":{"type":"text","analyzer":"folding"},"text_block_coords":{"type":"keyword"},"text_block_id":{"type":"keyword"},"text_block_page":{"type":"integer"},"text_embedding":{"type":"knn_vector","dimension":768,"method":{"engine":"nmslib","space_type":"innerproduct","name":"hnsw","parameters":{"ef_construction":512,"m":16}}},"translated":{"type":"boolean"}}}}} +{ + "navigator_test_pdfs_translated": { + "mappings": { + "properties": { + "document_category": { + "type": "keyword" + }, + "document_cdn_object": { + "type": "keyword" + }, + "document_content_type": { + "type": "keyword" + }, + "document_date": { + "type": "date", + "format": "dd/MM/yyyy" + }, + "document_description": { + "type": "keyword", + "normalizer": "folding" + }, + "document_description_embedding": { + "type": "knn_vector", + "dimension": 768, + "method": { + "engine": "nmslib", + "space_type": "innerproduct", + "name": "hnsw", + "parameters": { + "ef_construction": 512, + "m": 16 + } + } + }, + "document_geography": { + "type": "keyword" + }, + "document_id": { + "type": "keyword", + "normalizer": "folding" + }, + "document_md5_sum": { + "type": "keyword" + }, + "document_name": { + "type": "keyword", + "normalizer": "folding" + }, + "document_name_and_slug": { + "type": "keyword", + "eager_global_ordinals": true, + "normalizer": "folding" + }, + "document_sectors": { + "type": "keyword" + }, + "document_slug": { + "type": "keyword" + }, + "document_source": { + "type": "keyword" + }, + "document_source_url": { + "type": "keyword" + }, + "document_type": { + "type": "keyword" + }, + "for_search_document_description": { + "type": "text", + "analyzer": "folding" + }, + "for_search_document_name": { + "type": "text", + "analyzer": "folding" + }, + "text": { + "type": "text", + "analyzer": "folding" + }, + "text_block_coords": { + "type": "keyword" + }, + "text_block_id": { + "type": "keyword" + }, + "text_block_page": { + "type": "integer" + }, + "text_embedding": { + "type": "knn_vector", + "dimension": 768, + "method": { + "engine": "nmslib", + "space_type": "innerproduct", + "name": "hnsw", + "parameters": { + "ef_construction": 512, + "m": 16 + } + } + }, + "translated": { + "type": "boolean" + } + } + } + } +} \ No newline at end of file diff --git a/tests/routes/test_search.py b/tests/routes/test_search.py index a40eee31..4b844644 100644 --- a/tests/routes/test_search.py +++ b/tests/routes/test_search.py @@ -110,16 +110,6 @@ def _populate_search_db_families(db: Session) -> None: ) -def _map_old_category_to_new(supplied_category: str) -> str: - """Temporarily translate new category strings into old values when searching""" - # TODO: remove after opensearch data & frontend upgrades - if supplied_category.lower() == "law": - return "Legislative" - if supplied_category.lower() == "policy": - return "Executive" - return supplied_category - - def _generate_metadata( cclw_taxonomy_data: Mapping[str, dict] ) -> Mapping[str, Sequence[str]]: @@ -172,9 +162,7 @@ def _create_family_structures( .one() .id ), - family_category=FamilyCategory( - _map_old_category_to_new(doc_details["document_category"]) - ), + family_category=FamilyCategory(doc_details["document_category"]), ) family_slug = Slug( name=family_id, @@ -733,7 +721,7 @@ def test_multiple_filters(test_opensearch, test_db, monkeypatch, client, mocker) "terms": {_FILTER_FIELD_MAP[FilterField("sources")]: ["CCLW"]} } in query_body["query"]["bool"]["filter"] assert { - "terms": {_FILTER_FIELD_MAP[FilterField("categories")]: ["Law"]} + "terms": {_FILTER_FIELD_MAP[FilterField("categories")]: ["Legislative"]} } in query_body["query"]["bool"]["filter"] assert { "range": {"document_date": {"gte": "01/01/1900", "lte": "31/12/2020"}}