Changes
On May 13, 2025 at 11:36:46 AM UTC,
-
Changed value of field
config
to{ "max_datasets": 10, "tsm_schema": { "root": "Dataset", "types": { "Dataset": { "fields": { "title": { "validators": [ [ "tsm_trim_string", 255 ] ] }, "organization": {}, "data_custodian": { "replace_from": "organization", "validators": [ [ "tsm_get_nested", "title" ] ] }, "type": { "value": "dataset" } } } } } }
in CSA open science data -
Changed value of field
status
to{'job_count': 3, 'last_job': {'id': '44f05e84-7ac8-4a84-93d3-6b8dd5ead17a', 'created': '2025-05-08 14:46:45.547518', 'gather_started': '2025-05-08 14:46:47.737712', 'gather_finished': '2025-05-08 14:46:59.243433', 'finished': '2025-05-08 14:47:19.079817', 'source_id': '1fb1a036-5ea5-433b-af49-6f4f012bb9e1', 'status': 'Finished', 'stats': {'added': 0, 'updated': 0, 'not modified': 0, 'errored': 153, 'deleted': 0}, 'object_error_summary': [{'message': "Invalid package with GUID 0321af77-53fc-4063-a91a-1284d6ade4be: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 07e083c2-ab5a-473e-80e8-2a7131bf24de: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 08b13a1d-98fd-4374-b131-931116a15709: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 08e0918b-27fa-4920-b96e-257825cf52cb: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 0a35279d-2a6d-4e08-aa80-dd784317891c: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 0a6316c3-dde4-4311-82d0-ff1c5250b200: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 0a8a411b-43e9-4128-bddb-e44b9cc4b8e2: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 0c653108-21c1-429b-b46e-d337cf711f9e: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 14ad8e71-1e62-4ec4-a1b5-97811d6ccdeb: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 1580e250-789a-4903-891a-a8af451f5b38: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 15e5b076-f8cd-4828-8a47-77ad28b7d83d: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 1f3c75eb-5f37-462d-a432-88939281984d: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 232d6e00-d3f2-4b60-9e4a-93bb63084bb9: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 2433bb36-caa4-483b-98bc-1153644d5157: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 26aa5c1f-93a6-453f-8b23-392ee034e4eb: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 27988e6d-d38d-4150-b70f-0f11cb99ea34: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 29d7ce96-595c-4ce1-8eaf-089a8b9f129f: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 2a44e397-9b03-4f26-8a9e-77e42b63909b: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 2d33e8ec-f652-451a-b1f3-859062ea5524: {'data_custodian': ['Missing value']}", 'error_count': 1}, {'message': "Invalid package with GUID 002ba51f-9aa4-4765-ad2f-fddd44d00fbc: {'data_custodian': ['Missing value']}", 'error_count': 1}], 'gather_error_summary': []}, 'total_datasets': 0}
in CSA open science data
| f | 1 | { | f | 1 | { |
| 2 | "author": "etienne-low-decarie", | 2 | "author": "etienne-low-decarie", | ||
| n | 3 | "config": "{\"max_datasets\": 10}", | n | 3 | "config": "{\r\n \"max_datasets\": 10,\r\n \"tsm_schema\": |
| 4 | {\r\n \"root\": \"Dataset\",\r\n \"types\": {\r\n | ||||
| 5 | \"Dataset\": {\r\n \"fields\": {\r\n | ||||
| 6 | \"title\": {\r\n \"validators\": [\r\n | ||||
| 7 | [\r\n \"tsm_trim_string\",\r\n | ||||
| 8 | 255\r\n ]\r\n ]\r\n | ||||
| 9 | },\r\n \"organization\": {},\r\n | ||||
| 10 | \"data_custodian\": {\r\n \"replace_from\": | ||||
| 11 | \"organization\",\r\n \"validators\": [\r\n | ||||
| 12 | [\r\n \"tsm_get_nested\",\r\n | ||||
| 13 | \"title\"\r\n ]\r\n | ||||
| 14 | ]\r\n },\r\n \"type\": {\r\n | ||||
| 15 | \"value\": \"dataset\"\r\n }\r\n | ||||
| 16 | }\r\n }\r\n }\r\n }\r\n}", | ||||
| 4 | "creator_user_id": "65c46bd5-c5cc-44f5-b960-66904ffb881e", | 17 | "creator_user_id": "65c46bd5-c5cc-44f5-b960-66904ffb881e", | ||
| 5 | "doi": "10.9999/lo8ibdrc", | 18 | "doi": "10.9999/lo8ibdrc", | ||
| 6 | "doi_date_published": null, | 19 | "doi_date_published": null, | ||
| 7 | "doi_publisher": "XXX", | 20 | "doi_publisher": "XXX", | ||
| 8 | "doi_status": false, | 21 | "doi_status": false, | ||
| 9 | "domain": "site.url", | 22 | "domain": "site.url", | ||
| 10 | "frequency": "MONTHLY", | 23 | "frequency": "MONTHLY", | ||
| 11 | "groups": [], | 24 | "groups": [], | ||
| 12 | "id": "1fb1a036-5ea5-433b-af49-6f4f012bb9e1", | 25 | "id": "1fb1a036-5ea5-433b-af49-6f4f012bb9e1", | ||
| 13 | "max_datasets": 10, | 26 | "max_datasets": 10, | ||
| 14 | "metadata_created": "2025-05-02T18:23:33.741948", | 27 | "metadata_created": "2025-05-02T18:23:33.741948", | ||
| n | 15 | "metadata_modified": "2025-05-06T23:03:05.213328", | n | 28 | "metadata_modified": "2025-05-13T11:36:42.532132", |
| 16 | "name": "csa-open-science-data", | 29 | "name": "csa-open-science-data", | ||
| 17 | "notes": "", | 30 | "notes": "", | ||
| 18 | "organization": { | 31 | "organization": { | ||
| 19 | "approval_status": "approved", | 32 | "approval_status": "approved", | ||
| 20 | "created": "2025-04-15T05:44:27.228897", | 33 | "created": "2025-04-15T05:44:27.228897", | ||
| 21 | "description": "", | 34 | "description": "", | ||
| 22 | "id": "0f2b208b-64ba-4df8-8a32-0cd12440171b", | 35 | "id": "0f2b208b-64ba-4df8-8a32-0cd12440171b", | ||
| 23 | "image_url": "", | 36 | "image_url": "", | ||
| 24 | "is_organization": true, | 37 | "is_organization": true, | ||
| 25 | "name": "ckan-demo-org", | 38 | "name": "ckan-demo-org", | ||
| 26 | "state": "active", | 39 | "state": "active", | ||
| 27 | "title": "CKAN demo org", | 40 | "title": "CKAN demo org", | ||
| 28 | "type": "organization" | 41 | "type": "organization" | ||
| 29 | }, | 42 | }, | ||
| 30 | "owner_org": "0f2b208b-64ba-4df8-8a32-0cd12440171b", | 43 | "owner_org": "0f2b208b-64ba-4df8-8a32-0cd12440171b", | ||
| 31 | "private": false, | 44 | "private": false, | ||
| 32 | "relationships_as_object": [], | 45 | "relationships_as_object": [], | ||
| 33 | "relationships_as_subject": [], | 46 | "relationships_as_subject": [], | ||
| 34 | "resources": [], | 47 | "resources": [], | ||
| 35 | "source_type": "ckan", | 48 | "source_type": "ckan", | ||
| 36 | "state": "active", | 49 | "state": "active", | ||
| 37 | "status": { | 50 | "status": { | ||
| n | 38 | "job_count": 1, | n | 51 | "job_count": 3, |
| 39 | "last_job": { | 52 | "last_job": { | ||
| n | 40 | "created": "2025-05-02 18:23:45.972113", | n | 53 | "created": "2025-05-08 14:46:45.547518", |
| 41 | "finished": "2025-05-02 18:23:48.076605", | 54 | "finished": "2025-05-08 14:47:19.079817", | ||
| 42 | "gather_error_summary": [ | 55 | "gather_error_summary": [], | ||
| 56 | "gather_finished": "2025-05-08 14:46:59.243433", | ||||
| 57 | "gather_started": "2025-05-08 14:46:47.737712", | ||||
| 58 | "id": "44f05e84-7ac8-4a84-93d3-6b8dd5ead17a", | ||||
| 59 | "object_error_summary": [ | ||||
| 60 | { | ||||
| 61 | "error_count": 1, | ||||
| 62 | "message": "Invalid package with GUID | ||||
| 63 | 0321af77-53fc-4063-a91a-1284d6ade4be: {'data_custodian': ['Missing | ||||
| 64 | value']}" | ||||
| 43 | { | 65 | }, | ||
| 66 | { | ||||
| 44 | "error_count": 1, | 67 | "error_count": 1, | ||
| n | 45 | "message": "Unable to search remote CKAN for | n | 68 | "message": "Invalid package with GUID |
| 46 | datasets:Response from remote CKAN was not JSON: '<!DOCTYPE | 69 | 07e083c2-ab5a-473e-80e8-2a7131bf24de: {'data_custodian': ['Missing | ||
| 47 | html>\\n<!--[if IE 9]> <html lang=\"en\" class=\"ie9\"> | 70 | value']}" | ||
| 48 | <![endif]-->\\n<!--[if gt IE 8]><!--> <html lang=\"en\"> | 71 | }, | ||
| 49 | <!--<![endif]-->\\n <head>\\n \\n\\t\\n\\t\\t<!--\\n | 72 | { | ||
| 50 | Instructions\\n Make a copy of this file, remove the \\'.example\\' | 73 | "error_count": 1, | ||
| 51 | extension and replace the contents with any html you would like to | 74 | "message": "Invalid package with GUID | ||
| 52 | appear\\n in the footer. This is intended for scripts such as | 75 | 08b13a1d-98fd-4374-b131-931116a15709: {'data_custodian': ['Missing | ||
| 53 | analytic trackers.\\n-->\\n\\n<script | 76 | value']}" | ||
| 54 | fd287373/bb72b7edd313/launch-e34f760eaec8.min.js\"></script>\\n<script | 77 | }, | ||
| 55 | type=\"text/javascript\">\\n var _gaq = _gaq || [];\\n | 78 | { | ||
| 56 | _gaq.push([\\'_setAccount\\', \\'UA-7396105-1\\']);\\n | 79 | "error_count": 1, | ||
| 57 | _gaq.push([\\'_setDomainName\\', \\'asc-csa.gc.ca\\']);\\n | 80 | "message": "Invalid package with GUID | ||
| 58 | _gaq.push([\\'_gat._anonymizeIp\\']); | 81 | 08e0918b-27fa-4920-b96e-257825cf52cb: {'data_custodian': ['Missing | ||
| 59 | _gaq.push([\\'_trackPageview\\']);\\n \\n (function() | 82 | value']}" | ||
| 60 | {\\n var ga = document.createElement(\\'script\\'); ga.type | 83 | }, | ||
| 61 | = \\'text/javascript\\'; ga.async = true;\\n ga.src = | 84 | { | ||
| 62 | (\\'https:\\' == document.location.protocol ? \\'https://ssl\\' : | 85 | "error_count": 1, | ||
| 63 | \\'http://www\\') + \\'.google-analytics.com/ga.js\\';\\n | 86 | "message": "Invalid package with GUID | ||
| 64 | var s = document.getElementsByTagName(\\'script\\')[0]; | 87 | 0a35279d-2a6d-4e08-aa80-dd784317891c: {'data_custodian': ['Missing | ||
| 65 | s.parentNode.insertBefore(ga, s);\\n })();\\n \\n | 88 | value']}" | ||
| 66 | </script>\\n\\n<script async | 89 | }, | ||
| 67 | m/gtag/js?id=G-SP0M01CHEV\"></script>\\n<script>\\n\\twindow.dataLayer | 90 | { | ||
| 68 | = window.dataLayer || [];\\n\\tfunction | 91 | "error_count": 1, | ||
| 69 | gtag(){dataLayer.push(arguments);}\\n\\tgtag(\\'js\\', new | 92 | "message": "Invalid package with GUID | ||
| 70 | Date());\\n\\n\\tgtag(\\'config\\', | 93 | 0a6316c3-dde4-4311-82d0-ff1c5250b200: {'data_custodian': ['Missing | ||
| 71 | \\'G-SP0M01CHEV\\');\\n\\t</script>\\n\\n\\n\\n\\n\\n <meta | 94 | value']}" | ||
| 72 | name=\"dcterms.creator\" content=\"Canadian Space Agency\" />\\n | 95 | }, | ||
| 73 | <meta name=\"dcterms.language\" title=\"ISO639-2\" content=\"eng\" | 96 | { | ||
| 74 | />\\n <meta name=\"dcterms.accessRights\" content=\"2\" />\\n <meta | 97 | "error_count": 1, | ||
| 75 | name=\"dcterms.service\" content=\"CSA-ASC\"/>\\n \\n <meta | 98 | "message": "Invalid package with GUID | ||
| 76 | name=\"dcterms.title\" content=\"Open data and information Portal\" | 99 | 0a8a411b-43e9-4128-bddb-e44b9cc4b8e2: {'data_custodian': ['Missing | ||
| 77 | />\\n\\n\\n\\t\\n\\n\\n <meta name=\"generator\" content=\"ckan | 100 | value']}" | ||
| 78 | 2.9.9\" />\\n <meta name=\"viewport\" content=\"width=device-width, | 101 | }, | ||
| 79 | initial-scale=1.0\">\\n<!--CKANEXT-CSA VERSION 1.0 -->\\n | 102 | { | ||
| 80 | <title>\\n Open data and information Portal\\n </title>\\n\\n | 103 | "error_count": 1, | ||
| 81 | \\n <link rel=\"shortcut icon\" href=\"/favicon.ico\" />\\n \\n | 104 | "message": "Invalid package with GUID | ||
| 82 | \\n \\n \\n \\n \\n\\n \\n \\n \\n \\n | 105 | 0c653108-21c1-429b-b46e-d337cf711f9e: {'data_custodian': ['Missing | ||
| 83 | \\n \\n\\n\\n \\n \\n \\n \\n\\n \\n <link | 106 | value']}" | ||
| 84 | href=\"/webassets/base/2471d0b8_main.css\" | 107 | }, | ||
| 85 | rel=\"stylesheet\"/>\\n<link href=\"/GCWeb/css/theme.min.css\" | 108 | { | ||
| 86 | rel=\"stylesheet\"/>\\n<link | 109 | "error_count": 1, | ||
| 87 | assets/webassets-external/760f7fab7d5590a8f461886955c2b72a_extra.css\" | 110 | "message": "Invalid package with GUID | ||
| 88 | rel=\"stylesheet\"/>\\n \\n </head>\\n\\n \\n <body | 111 | 14ad8e71-1e62-4ec4-a1b5-97811d6ccdeb: {'data_custodian': ['Missing | ||
| 89 | data-site-root=\"https://donnees-data.asc-csa.gc.ca/\" | 112 | value']}" | ||
| 90 | data-locale-root=\"https://donnees-data.asc-csa.gc.ca/en/\" >\\n\\n | 113 | }, | ||
| 91 | \\n <div class=\"hide\"><a href=\"#content\">Skip to | 114 | { | ||
| 92 | content</a></div>\\n \\n\\n \\n \\n\\n\\n\\n<!-- Web Experience | 115 | "error_count": 1, | ||
| 93 | Toolkit (WET) / Bo\u00eete \u00e0 outils de | 116 | "message": "Invalid package with GUID | ||
| 94 | l\\'exp\u00e9riencse-search-boxce Web | 117 | 1580e250-789a-4903-891a-a8af451f5b38: {'data_custodian': ['Missing | ||
| 95 | (BOEW)\\n\\t\\twet-boew.github.io/wet-boew/License-en_(.html / | 118 | value']}" | ||
| 96 | wet-boew.github.io/wet-boew/Licence-fr.html -->\\n\\n<header | 119 | }, | ||
| 97 | id=\"wb-cont\" style=\"background-color: white;\">\\n\\t<div | 120 | { | ||
| 98 | id=\"wb-bnr\" class=\"container\">\\n\\t\\t<div | 121 | "error_count": 1, | ||
| 99 | class=\"row\">\\n\\t\\t\\t<section id=\"wb-lng\" class=\"col-xs-3 | 122 | "message": "Invalid package with GUID | ||
| 100 | col-sm-12 pull-right text-right\">\\n\\t\\t\\t\\t<h2 | 123 | 15e5b076-f8cd-4828-8a47-77ad28b7d83d: {'data_custodian': ['Missing | ||
| 101 | class=\"wb-inv\">Language selection</h2>\\n\\n\\t\\t\\t\\t\\t | 124 | value']}" | ||
| 102 | <!--template/snippets/language_selector.html start-->\\n <div | 125 | }, | ||
| 103 | class=\"row\">\\n <div class=\"col-md-12\">\\n <h2 | 126 | { | ||
| 104 | class=\"wb-inv\">Language selection link</h2>\\n <ul | 127 | "error_count": 1, | ||
| 105 | class=\"list-inline margin-bottom-none\">\\n\\n \\n | 128 | "message": "Invalid package with GUID | ||
| 106 | <li><a lang=\"fr\" hreflang=\"fr\" | 129 | 1f3c75eb-5f37-462d-a432-88939281984d: {'data_custodian': ['Missing | ||
| 107 | earch?rows=100&start=0&sort=id+asc\">Fran\u00e7ais</a></li>\\n | 130 | value']}" | ||
| 108 | \\n\\n </ul>\\n\\n </div>\\n </div>\\n</section>\\n | 131 | }, | ||
| 109 | <!--template/snippets/language_selector.html end--> <!-- add ckan | 132 | { | ||
| 110 | translate button here-->\\n\\n\\t\\t\\t\\n\\t\\t\\t<div class=\"brand | 133 | "error_count": 1, | ||
| 111 | col-xs-9 col-sm-5 col-md-4\" property=\"publisher\" | 134 | "message": "Invalid package with GUID | ||
| 112 | resource=\"#wb-publisher\" | 135 | 232d6e00-d3f2-4b60-9e4a-93bb63084bb9: {'data_custodian': ['Missing | ||
| 113 | typeof=\"GovernmentOrganization\">\\n\\t\\t\\t\\t<a href= | 136 | value']}" | ||
| 114 | https://www.canada.ca/en.html property=\"url\">\\n\\t\\t\\t\\t\\t<img | 137 | }, | ||
| 115 | src=\"/sig-blk-en.svg\" alt=\"\" property=\"logo\"><span | 138 | { | ||
| 116 | class=\"wb-inv\" property=\"name\"> Government of Canada / <span | 139 | "error_count": 1, | ||
| 117 | lang=\"fr\">Gouvernement du | 140 | "message": "Invalid package with GUID | ||
| 118 | Canada</span></span>\\n\\t\\t\\t\\t</a>\\n\\t\\t\\t\\t<meta | 141 | 2433bb36-caa4-483b-98bc-1153644d5157: {'data_custodian': ['Missing | ||
| 119 | property=\"areaServed\" typeof=\"Country\" | 142 | value']}" | ||
| 120 | content=\"Canada\">\\n\\t\\t\\t\\t<link property=\"logo\" | 143 | }, | ||
| 121 | href=\"/wmms-blk.svg\">\\n\\t\\t\\t</div>\\n\\n\\t\\t\\t<section | 144 | { | ||
| 122 | id=\"wb-srch\" class=\"col-lg-offset-4 col-md-offset-4 col-sm-offset-2 | 145 | "error_count": 1, | ||
| 123 | col-xs-12 col-sm-5 col-md-4\">\\n\\t\\t\\t\\t<h2>Search | 146 | "message": "Invalid package with GUID | ||
| 124 | Canada.ca</h2>\\n\\t\\t\\t\\t<form | 147 | 26aa5c1f-93a6-453f-8b23-392ee034e4eb: {'data_custodian': ['Missing | ||
| 125 | action=\\'https://www.canada.ca/en/sr/srb.html\\' method=\"get\" | 148 | value']}" | ||
| 126 | name=\"cse-search-box\" role=\"search\">\\n\\t\\t\\t\\t\\t<div | 149 | }, | ||
| 127 | class=\"form-group wb-srch-qry\">\\n\\t\\t\\t\\t\\t\\t<label | 150 | { | ||
| 128 | for=\"wb-srch-q\" class=\"wb-inv\">Search | 151 | "error_count": 1, | ||
| 129 | Canada.ca</label>\\n\\t\\t\\t\\t\\t\\t<input name=\"cdn\" | 152 | "message": "Invalid package with GUID | ||
| 130 | value=\"canada\" type=\"hidden\"/>\\n\\t\\t\\t\\t\\t\\t<input | 153 | 27988e6d-d38d-4150-b70f-0f11cb99ea34: {'data_custodian': ['Missing | ||
| 131 | name=\"st\" value=\"s\" type=\"hidden\"/>\\n\\t\\t\\t\\t\\t\\t<input | 154 | value']}" | ||
| 132 | name=\"num\" value=\"10\" type=\"hidden\"/>\\n\\t\\t\\t\\t\\t\\t<input | 155 | }, | ||
| 133 | name=\"langs\" value=\"en\" | 156 | { | ||
| 134 | type=\"hidden\"/>\\n\\t\\t\\t\\t\\t\\t<input name=\"st1rt\" | 157 | "error_count": 1, | ||
| 135 | value=\"1\" type=\"hidden\"/>\\n\\t\\t\\t\\t\\t\\t<input | 158 | "message": "Invalid package with GUID | ||
| 136 | name=\"s5bm3ts21rch\" value=\"x\" | 159 | 29d7ce96-595c-4ce1-8eaf-089a8b9f129f: {'data_custodian': ['Missing | ||
| 137 | type=\"hidden\"/>\\n\\n\\t\\t\\t\\t\\t\\t\\t<input id=\"wb-srch-q\" | 160 | value']}" | ||
| 138 | list=\"wb-srch-q-ac\" class=\"wb-srch-q form-control\" name=\"q\" | 161 | }, | ||
| 139 | type=\"search\" value=\"\" size=\"34\" maxlength=\"170\" | 162 | { | ||
| 140 | placeholder=\"Search | 163 | "error_count": 1, | ||
| 141 | Canada.ca\"/>\\n\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\t<input | 164 | "message": "Invalid package with GUID | ||
| 142 | type=\"hidden\" name=\"_charset_\" | 165 | 2a44e397-9b03-4f26-8a9e-77e42b63909b: {'data_custodian': ['Missing | ||
| 143 | value=\"UTF-8\"/>\\n\\n\\t\\t\\t\\t\\t\\t<datalist | 166 | value']}" | ||
| 144 | t\\t\\t\\t\\t</datalist>\\n\\t\\t\\t\\t\\t</div>\\n\\t\\t\\t\\t\\t<div | 167 | }, | ||
| 145 | class=\"form-group submit\">\\n\\t\\t\\t\\t\\t<button type=\"submit\" | 168 | { | ||
| 146 | id=\"wb-srch-sub\" class=\"btn btn-primary btn-small\" | 169 | "error_count": 1, | ||
| 147 | name=\"wb-srch-sub\"><span class=\"glyphicon-search | 170 | "message": "Invalid package with GUID | ||
| 148 | glyphicon\"></span><span | 171 | 2d33e8ec-f652-451a-b1f3-859062ea5524: {'data_custodian': ['Missing | ||
| 149 | \\t</div>\\n\\t\\t\\t\\t</form>\\n\\t\\t\\t\\t<!--\\n\\t\\t\\t\\t<form | 172 | value']}" | ||
| 150 | action=https://www.canada.ca/en/sr/srb.html method=\"post\" | 173 | }, | ||
| 151 | name=\"cse-search-box\" role=\"search\">\\n\\t\\t\\t\\t\\t<div | 174 | { | ||
| 152 | class=\"form-group wb-srch-qry\">\\n\\t\\t\\t\\t\\t\\t<label | 175 | "error_count": 1, | ||
| 153 | for=\"wb-srch-q\" class=\"wb-inv\">Search | 176 | "message": "Invalid package with GUID | ||
| 154 | anada.ca</label>\\n\\n\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<input | 177 | 002ba51f-9aa4-4765-ad2f-fddd44d00fbc: {'data_custodian': ['Missing | ||
| 155 | id=\"wb-srch-q\" list=\"wb-srch-q-ac\" class=\"wb-srch-q | 178 | value']}" | ||
| 156 | form-control\" name=\"q\" type=\"search\" value=\"\" size=\"34\" | ||||
| 157 | maxlength=\"170\" placeholder= \"Search | ||||
| 158 | Canada.ca\">\\n\\t\\t\\t\\t\\t\\t\\n\\n\\n\\t\\t\\t\\t\\t\\t<datalist | ||||
| 159 | t\\t\\t\\t\\t</datalist>\\n\\t\\t\\t\\t\\t</div>\\n\\t\\t\\t\\t\\t<div | ||||
| 160 | class=\"form-group submit\">\\n\\t\\t\\t\\t\\t\\t<button | ||||
| 161 | type=\"submit\" id=\"wb-srch-sub\" class=\"btn btn-primary btn-small\" | ||||
| 162 | name=\"wb-srch-sub\"><span class=\"glyphicon-search | ||||
| 163 | glyphicon\"></span><span class=\"wb-inv\">Search | ||||
| 164 | \t\\t\\t-->\\n\\t\\t\\t</section>\\n\\t\\t</div>\\n\\t</div>\\n\\t<nav | ||||
| 165 | class=\"gcweb-menu\" typeof=\"SiteNavigationElement\" | ||||
| 166 | aria-label=\"menu\">\\n\\t\\t<div class=\"container\">\\n\\t\\t\\t<h2 | ||||
| 167 | class=\"wb-inv\">Menu</h2>\\n\\t\\t\\t<button type=\"button\" | ||||
| 168 | aria-haspopup=\"true\" aria-expanded=\"false\"><span | ||||
| 169 | class=\"wb-inv\">Main </span>Menu <span class=\"expicon glyphicon | ||||
| 170 | glyphicon-chevron-down\"></span></button>\\n\\t\\t\\t\\n\\t\\t\\t<ul | ||||
| 171 | role=\"menu\" aria-orientation=\"vertical\" | ||||
| 172 | m/canada/sitemenu/sitemenu-v2-en.html\">\\n\\t\\t\\t\\n\\t\\t\\t\\t<li | ||||
| 173 | role=\"presentation\"><a role=\"menuitem\" | ||||
| 174 | href=\"https://www.canada.ca/en/services/jobs.html\">Jobs and the | ||||
| 175 | workplace</a></li>\\n\\t\\t\\t\\t<li role=\"presentation\"><a | ||||
| 176 | role=\"menuitem\" | ||||
| 177 | //www.canada.ca/en/services/immigration-citizenship.html\">Immigration | ||||
| 178 | and citizenship</a></li>\\n\\t\\t\\t\\t<li role=\"presentation\"><a | ||||
| 179 | role=\"menuitem\" href=\"https://travel.gc.ca/\">Travel and | ||||
| 180 | tourism</a></li>\\n\\t\\t\\t\\t<li role=\"presentation\"><a | ||||
| 181 | role=\"menuitem\" | ||||
| 182 | href=\"https://www.canada.ca/en/services/business.html\">Business and | ||||
| 183 | industry</a></li>\\n\\t\\t\\t\\t<li role=\"presentation\"><a | ||||
| 184 | role=\"menuitem\" | ||||
| 185 | ada.ca/en/services/benefits.html\">Benefits</a></li>\\n\\t\\t\\t\\t<li | ||||
| 186 | role=\"presentation\"><a role=\"menuitem\" | ||||
| 187 | .canada.ca/en/services/health.html\">Health</a></li>\\n\\t\\t\\t\\t<li | ||||
| 188 | role=\"presentation\"><a role=\"menuitem\" | ||||
| 189 | ww.canada.ca/en/services/taxes.html\">Taxes</a></li>\\n\\t\\t\\t\\t<li | ||||
| 190 | role=\"presentation\"><a role=\"menuitem\" | ||||
| 191 | ref=\"https://www.canada.ca/en/services/environment.html\">Environment | ||||
| 192 | and natural resources</a></li>\\n\\t\\t\\t\\t<li | ||||
| 193 | role=\"presentation\"><a role=\"menuitem\" | ||||
| 194 | href=\"https://www.canada.ca/en/services/defence.html\">National | ||||
| 195 | security and defence</a></li>\\n\\t\\t\\t\\t<li | ||||
| 196 | role=\"presentation\"><a role=\"menuitem\" | ||||
| 197 | href=\"https://www.canada.ca/en/services/culture.html\">Culture, | ||||
| 198 | history and sport</a></li>\\n\\t\\t\\t\\t<li role=\"presentation\"><a | ||||
| 199 | role=\"menuitem\" | ||||
| 200 | href=\"https://www.canada.ca/en/services/policing.html\">Policing, | ||||
| 201 | justice and emergencies</a></li>\\n\\t\\t\\t\\t<li | ||||
| 202 | role=\"presentation\"><a role=\"menuitem\" | ||||
| 203 | href=\"https://www.canada.ca/en/services/transport.html\">Transport | ||||
| 204 | and infrastructure</a></li>\\n\\t\\t\\t\\t<li role=\"presentation\"><a | ||||
| 205 | role=\"menuitem\" | ||||
| 206 | tps://www.international.gc.ca/world-monde/index.aspx?lang=eng\">Canada | ||||
| 207 | and the world</a></li>\\n\\t\\t\\t\\t<li role=\"presentation\"><a | ||||
| 208 | role=\"menuitem\" | ||||
| 209 | href=\"https://www.canada.ca/en/services/finance.html\">Money and | ||||
| 210 | finances</a></li>\\n\\t\\t\\t\\t<li role=\"presentation\"><a | ||||
| 211 | role=\"menuitem\" | ||||
| 212 | href=\"https://www.canada.ca/en/services/science.html\">Science and | ||||
| 213 | a></li>\\n\\t\\t\\t</ul>\\n\\t\\t</div>\\n\\t</nav>\\n</header>\\n<!-- | ||||
| 214 | Static header ends -->\\n\\n \\n <div class=\\'page-wrap\\'>\\n | ||||
| 215 | <div id=\"content\" class=\"container\" role=\"main\">\\n \\n | ||||
| 216 | \\n <div class=\"flash-messages\">\\n \\n | ||||
| 217 | \\n \\n </div>\\n \\n\\n \\n | ||||
| 218 | <div class=\"toolbar\" role=\"navigation\" | ||||
| 219 | aria-label=\"breadcrumbs\">\\n \\n <ol | ||||
| 220 | class=\"breadcrumb\">\\n | ||||
| 221 | <!--template/snippets/home_breadcrumb.html | ||||
| 222 | start-->\\n\\n\\n\\n\\n<li><a | ||||
| 223 | href=\"https://www.canada.ca/en.html\">Canada.ca</a></li>\\n<li><a | ||||
| 224 | href=\"https://www.asc-csa.gc.ca/eng/Default.asp\">Canadian Space | ||||
| 225 | Agency</a></li>\\n<li id=\"wb-cont\"><a | ||||
| 226 | href=\"https://asc-csa.gc.ca/eng/open-data/default.asp\">Open data and | ||||
| 227 | nformation</a></li>\\n\\n\\n<!--template/snippets/home_breadcrumb.html | ||||
| 228 | end-->\\n </ol>\\n \\n | ||||
| 229 | </div>\\n \\n\\n <div class=\"row wrapper\">\\n | ||||
| 230 | \\n \\n \\n \\n \\n \\n | ||||
| 231 | <h1>Open data and information Portal</h1>\\n \\n \\n\\n\\n | ||||
| 232 | \\n <aside class=\"secondary col-sm-3\">\\n | ||||
| 233 | \\n \\n <!--template/package/search.html start-->\\n | ||||
| 234 | <aside class=\"mrgn-tp-lg\" role=\"region\" aria-label=\"filters\">\\n | ||||
| 235 | <div>\\n <h2 style=\"padding-left: 12px; padding-right: 12px; | ||||
| 236 | padding-top: 12px; padding-bottom: 12px;\"> <a | ||||
| 237 | href=\"/en/dataset/?q=\" class=\"btn btn-default mrgn-bttm-md | ||||
| 238 | btn-block\"><span class=\"glyphicon glyphicon-refresh\"></span> Clear | ||||
| 239 | filters</a>\\n </h2>\\n | ||||
| 240 | </div>\\n<!--template/snippets/dataset_facets.html | ||||
| 241 | start-->\\n\\n\\n\\n\\n \\n \\n\\n | ||||
| 242 | \\n\\n\\n<!--template/snippets/facet_list.html | ||||
| 243 | end-->\\n\\n\\n\\n\\n\\n \\n \\n\\n | ||||
| 244 | \\n\\n\\n<!--template/snippets/facet_list.html | ||||
| 245 | end-->\\n\\n\\n\\n\\n\\n \\n \\n\\n | ||||
| 246 | \\n\\n\\n<!--template/snippets/facet_list.html | ||||
| 247 | end-->\\n\\n\\n\\n\\n\\n \\n \\n\\n | ||||
| 248 | \\n\\n\\n<!--template/snippets/facet_list.html | ||||
| 249 | end-->\\n\\n\\n\\n\\n\\n\\n\\n\\n \\n \\n\\n | ||||
| 250 | \\n\\n\\n<!--template/snippets/facet_list.html end-->\\n\\n\\n \\n | ||||
| 251 | \\n\\n\\n \\n \\n\\n | ||||
| 252 | \\n\\n\\n<!--template/snippets/facet_list.html end-->\\n\\n | ||||
| 253 | \\n\\n<!--template/snippets/dataset_facets.html | ||||
| 254 | -->\\n\\n\\n\\n\\n\\n</aside>\\n\\n\\n<!--template/package/search.html | ||||
| 255 | end-->\\n\\n </aside>\\n \\n\\n \\n | ||||
| 256 | <div class=\"primary col-sm-9 col-xs-12\">\\n \\n\\n | ||||
| 257 | \\n <section class=\"module\">\\n <div | ||||
| 258 | class=\"module-content\">\\n \\n \\n \\n \\n | ||||
| 259 | \\n \\n \\n \\n \\n\\n\\n\\n\\n\\n\\n\\n<form | ||||
| 260 | id=\"dataset-search-form\" class=\"search-form\" method=\"get\" | ||||
| 261 | data-module=\"select-switch\">\\n\\n \\n <div class=\"input-group | ||||
| 262 | search-input-group\">\\n <label for=\"field-giant-search\" | ||||
| 263 | class=\\'wb-inv\\'>Search the list of datasets </label>\\n <input | ||||
| 264 | aria-label=\"Search datasets...\" id=\"field-giant-search\" | ||||
| 265 | type=\"text\" class=\"form-control input-lg\" name=\"q\" value=\"\" | ||||
| 266 | autocomplete=\"off\" placeholder=\"Search datasets...\">\\n \\n | ||||
| 267 | <span class=\"input-group-btn\">\\n <button class=\"btn | ||||
| 268 | btn-default btn-lg\" aria-label=\"search\" type=\"submit\" | ||||
| 269 | value=\"search\" style=\"padding-top: 7px;padding-bottom: 6px;\">\\n | ||||
| 270 | <i class=\"fa fa-search\"></i>\\n </button>\\n </span>\\n | ||||
| 271 | <span class=\"wb-inv\">Search</span>\\n \\n </div>\\n \\n\\n | ||||
| 272 | \\n <span>\\n \\n \\n\\n \\n \\n \\n <input type=\"hidden\" | ||||
| 273 | name=\"science_admin\" | ||||
| 274 | value=\"True/api/3/action/package_search?rows=100\" />\\n \\n \\n | ||||
| 275 | \\n \\n \\n <input type=\"hidden\" name=\"start\" value=\"0\" />\\n | ||||
| 276 | \\n \\n \\n </span>\\n \\n\\n \\n \\n <div | ||||
| 277 | class=\"form-select form-group control-order-by\" | ||||
| 278 | style=\"display:flex; flex-direction: row; justify-content: | ||||
| 279 | right\">\\n <label for=\"field-order-by\" style=\"margin: 0 | ||||
| 280 | 5px\">Order by </label>\\n <select id=\"field-order-by\" | ||||
| 281 | name=\"sort\" class=\"form-control\">\\n \\n \\n | ||||
| 282 | <option value=\"score desc, metadata_modified | ||||
| 283 | desc\">Relevance</option>\\n \\n \\n | ||||
| 284 | \\n <option value=\"title_string asc\">Name | ||||
| 285 | Ascending</option>\\n \\n \\n \\n | ||||
| 286 | <option value=\"title_string desc\">Name Descending</option>\\n | ||||
| 287 | \\n \\n \\n <option | ||||
| 288 | value=\"metadata_modified desc\">Last Modified</option>\\n | ||||
| 289 | \\n \\n \\n <option | ||||
| 290 | value=\"views_recent desc\">Popular</option>\\n \\n | ||||
| 291 | \\n </select>\\n \\n <button class=\"btn | ||||
| 292 | btn-default\" type=\"submit\" name=\"submit\">Sort</button>\\n | ||||
| 293 | \\n </div>\\n\\n \\n \\n\\n \\n \\n <h2>\\n\\n | ||||
| 294 | \\n \\n \\n \\n\\nNo datasets found</h2>\\n \\n \\n\\n \\n\\n | ||||
| 295 | \\n</form>\\n\\n\\n\\n <p class=\"extra\">Please try another | ||||
| 296 | search.</p>\\n\\n\\n\\n\\n \\n \\n\\n \\n\\n \\n | ||||
| 297 | </div>\\n\\n \\n \\n \\n </section>\\n\\n \\n<section | ||||
| 298 | class=\"module\">\\n <div class=\"module-content\">\\n \\n\\n | ||||
| 299 | \\n \\n \\n\\n <h3>\\n \\n You can | ||||
| 300 | also access this registry using the <a href=\"/en/API\">API</a>.\\n\\n | ||||
| 301 | \\n </h3>\\n\\n \\n </div>\\n</section>\\n\\n\\n | ||||
| 302 | </div>\\n \\n </div>\\n \\n \\n<div | ||||
| 303 | class=\"pagedetails container\" style=\"background-color: | ||||
| 304 | white;\">\\n\\n<div class=\"row\">\\n\\n<div class=\"col-sm-6 col-md-5 | ||||
| 305 | col-lg-4\">\\n\\n<a | ||||
| 306 | href=\"https://www.asc-csa.gc.ca/eng/forms/information-request.asp\" | ||||
| 307 | class=\"btn btn-default\">Report a problem on this | ||||
| 308 | page</a>\\n\\n</div>\\n</div>\\n<dl id=\"wb-dtmd\">\\n<dt>Date | ||||
| 309 | modified: </dt>\\n<dd><time | ||||
| 310 | erty=\"dateModified\">2021-05-04</time></dd>\\n</dl>\\n\\n</div>\\n\\n | ||||
| 311 | </div>\\n </div>\\n \\n \\n\\n<!-- Static footer starts | ||||
| 312 | -->\\n<footer id=\"wb-info\">\\n\\t<div | ||||
| 313 | class=\"landscape\">\\n\\t\\t<nav class=\"container wb-navcurr\" | ||||
| 314 | aria-label=\"footer links\">\\n\\t\\t\\t\\n\\t\\t\\t<h3 | ||||
| 315 | class=\"text-white\">Government of Canada</h3>\\n\\t\\t\\t<ul | ||||
| 316 | class=\"list-unstyled colcount-sm-2 | ||||
| 317 | colcount-md-3\">\\n\\t\\t\\t\\t<li><a | ||||
| 318 | href=\\'https://www.canada.ca/en/contact.html\\'>All | ||||
| 319 | contacts</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 320 | href=\\'https://www.canada.ca/en/government/dept.html\\'>Departments | ||||
| 321 | and agencies</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 322 | href=\\'https://www.canada.ca/en/government/system.html\\'>About | ||||
| 323 | government</a></li>\\n\\t\\t\\t</ul>\\n\\t\\t\\t<h4 | ||||
| 324 | class=\"text-white\">Themes and topics</h4>\\n\\t\\t\\t<ul | ||||
| 325 | class=\"list-unstyled colcount-sm-2 | ||||
| 326 | colcount-md-3\">\\n\\t\\t\\t\\t<li><a | ||||
| 327 | /www.canada.ca/en/services/immigration-citizenship.html\\'>Immigration | ||||
| 328 | and citizenship</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 329 | .canada.ca/en/services/jobs.html\\'>Jobs</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 330 | href=\\'https://travel.gc.ca/\\'>Travel and | ||||
| 331 | tourism</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 332 | ca/en/services/business.html\\'>Business</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 333 | ca/en/services/benefits.html\\'>Benefits</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 334 | ada.ca/en/services/health.html\\'>Health</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 335 | anada.ca/en/services/taxes.html\\'>Taxes</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 336 | f=\\'https://www.canada.ca/en/services/environment.html\\'>Environment | ||||
| 337 | and natural resources</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 338 | href=\\'https://www.canada.ca/en/services/defence.html\\'>National | ||||
| 339 | security and defence</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 340 | href=\\'https://www.canada.ca/en/services/culture.html\\'>Culture, | ||||
| 341 | history and sport</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 342 | href=\\'https://www.canada.ca/en/services/policing.html\\'>Policing, | ||||
| 343 | justice and emergencies</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 344 | href=\\'https://www.canada.ca/en/services/transport.html\\'>Transport | ||||
| 345 | and infrastructure</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 346 | 'https://international.gc.ca/world-monde/index.aspx?lang=eng\\'>Canada | ||||
| 347 | and the world</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 348 | href=\\'https://www.canada.ca/en/services/finance.html\\'>Money and | ||||
| 349 | finance</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 350 | href=\\'https://www.canada.ca/en/services/science.html\\'>Science and | ||||
| 351 | innovation</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 352 | ttps://www.canada.ca/en/services/indigenous-peoples.html\\'>Indigenous | ||||
| 353 | peoples</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 354 | href=\\'https://www.canada.ca/en/services/veterans.html\\'>Veterans | ||||
| 355 | and military</a></li>\\n\\t\\t\\t\\t<li><a | ||||
| 356 | /li>\\n\\t\\t\\t</ul>\\n\\t\\t\\t\\n\\t\\t</nav>\\n\\t</div>\\n\\t<div | ||||
| 357 | class=\"brand\">\\n\\t\\t<div class=\"container\">\\n\\t\\t\\t<div | ||||
| 358 | class=\"row\">\\n\\t\\t\\t\\t<nav class=\"col-md-9 col-lg-10 | ||||
| 359 | ftr-urlt-lnk\" aria-label=\"sub footer links\">\\n\\t\\t\\t\\t\\t<h2 | ||||
| 360 | class=\"wb-inv\">About this | ||||
| 361 | site</h2>\\n\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t<li><a | ||||
| 362 | href=\\'https://www.canada.ca/en/social.html\\'>Social | ||||
| 363 | media</a></li>\\n\\t\\t\\t\\t\\t\\t<li><a | ||||
| 364 | href=\\'https://www.canada.ca/en/mobile.html\\'>Mobile | ||||
| 365 | applications</a></li>\\n\\t\\t\\t\\t\\t\\t<li><a | ||||
| 366 | href=\\'https://www.canada.ca/en/government/about.html\\'>About | ||||
| 367 | Canada.ca</a></li>\\n\\t\\t\\t\\t\\t\\t<li><a | ||||
| 368 | href=\\'https://www.canada.ca/en/transparency/terms.html\\'>Terms and | ||||
| 369 | conditions</a></li>\\n\\t\\t\\t\\t\\t\\t<li><a | ||||
| 370 | a></li>\\n\\t\\t\\t\\t\\t</ul>\\n\\t\\t\\t\\t</nav>\\n\\t\\t\\t\\t<div | ||||
| 371 | class=\"col-xs-6 visible-sm visible-xs tofpg\"> <a | ||||
| 372 | href=\"#wb-cont\">Top of Page <span class=\"glyphicon | ||||
| 373 | glyphicon-chevron-up\"></span></a> | ||||
| 374 | </div>\\n\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t<div class=\"col-xs-6 col-md-3 | ||||
| 375 | col-lg-2 text-right\"> <img | ||||
| 376 | tps://wet-boew.github.io/themes-dist/GCWeb/GCWeb/assets/wmms-blk.svg\" | ||||
| 377 | alt=\"Symbol of the Government of Canada\"> | ||||
| 378 | iv>\\n\\t\\t</div>\\n\\t</div>\\n</footer>\\n\\n\\n\\t\\n\\t\\t<!--\\n | ||||
| 379 | Instructions\\n Make a copy of this file, remove the \\'.example\\' | ||||
| 380 | extension and replace the contents with any html you would like to | ||||
| 381 | appear\\n in the footer. This is intended for scripts such as | ||||
| 382 | analytic trackers.\\n-->\\n\\n<script | ||||
| 383 | t/javascript\">_satellite.pageBottom();</script>\\n\\t\\n\\n\\n<script | ||||
| 384 | jax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.js\"></script>\\n<!-- | ||||
| 385 | <script | ||||
| 386 | /etc/designs/canada/wet-boew/js/wet-boew.min.js\\'></script>\\n<script | ||||
| 387 | ps://canada.ca/etc/designs/canada/wet-boew/js/theme.min.js\"></script> | ||||
| 388 | -->\\n\\n<!--template/footer.html end-->\\n\\n \\n \\n \\n \\n | ||||
| 389 | \\n \\n \\n \\n\\n \\n\\n \\n \\n <link | ||||
| 390 | href=\"/webassets/vendor/f3b8236b_select2.css\" | ||||
| 391 | rel=\"stylesheet\"/>\\n<link | ||||
| 392 | href=\"/webassets/vendor/0b01aef1_font-awesome.css\" | ||||
| 393 | rel=\"stylesheet\"/>\\n <script src=\"/jquery.min.js\" | ||||
| 394 | type=\"text/javascript\"></script>\\n<script | ||||
| 395 | src=\"/wet-boew/js/wet-boew.js\" | ||||
| 396 | type=\"text/javascript\"></script>\\n<script | ||||
| 397 | src=\"/GCWeb/js/theme.min.js\" | ||||
| 398 | type=\"text/javascript\"></script>\\n<script | ||||
| 399 | src=\"/wet-boew/js/i18n/en.min.js\" | ||||
| 400 | type=\"text/javascript\"></script>\\n<script | ||||
| 401 | src=\"/webassets/vendor/d8ae4bed_jquery.js\" | ||||
| 402 | type=\"text/javascript\"></script>\\n<script | ||||
| 403 | src=\"/webassets/vendor/fb6095a0_vendor.js\" | ||||
| 404 | type=\"text/javascript\"></script>\\n<script | ||||
| 405 | src=\"/webassets/vendor/580fa18d_bootstrap.js\" | ||||
| 406 | type=\"text/javascript\"></script>\\n<script | ||||
| 407 | src=\"/webassets/base/15a18f6c_main.js\" | ||||
| 408 | type=\"text/javascript\"></script>\\n<script | ||||
| 409 | src=\"/webassets/base/2448af8b_ckan.js\" | ||||
| 410 | type=\"text/javascript\"></script>\\n<script | ||||
| 411 | src=\"/webassets/base/cd2c0272_tracking.js\" | ||||
| 412 | type=\"text/javascript\"></script>\\n </body>\\n</html>' | ||||
| 413 | ps://donnees-data.asc-csa.gc.ca/en/dataset?science_admin=Trueterms:[]" | ||||
| 414 | } | 179 | } | ||
| 415 | ], | 180 | ], | ||
| n | 416 | "gather_finished": "2025-05-02 18:23:48.076605", | n | ||
| 417 | "gather_started": "2025-05-02 18:23:46.611712", | ||||
| 418 | "id": "62d4243e-c088-41a1-b936-57eb11f69cfb", | ||||
| 419 | "object_error_summary": [], | ||||
| 420 | "source_id": "1fb1a036-5ea5-433b-af49-6f4f012bb9e1", | 181 | "source_id": "1fb1a036-5ea5-433b-af49-6f4f012bb9e1", | ||
| 421 | "stats": { | 182 | "stats": { | ||
| 422 | "added": 0, | 183 | "added": 0, | ||
| 423 | "deleted": 0, | 184 | "deleted": 0, | ||
| n | 424 | "errored": 1, | n | 185 | "errored": 153, |
| 425 | "not modified": 0, | 186 | "not modified": 0, | ||
| 426 | "updated": 0 | 187 | "updated": 0 | ||
| 427 | }, | 188 | }, | ||
| 428 | "status": "Finished" | 189 | "status": "Finished" | ||
| 429 | }, | 190 | }, | ||
| 430 | "total_datasets": 0 | 191 | "total_datasets": 0 | ||
| 431 | }, | 192 | }, | ||
| 432 | "tags": [], | 193 | "tags": [], | ||
| 433 | "title": "CSA open science data", | 194 | "title": "CSA open science data", | ||
| t | t | 195 | "tsm_schema": { | ||
| 196 | "root": "Dataset", | ||||
| 197 | "types": { | ||||
| 198 | "Dataset": { | ||||
| 199 | "fields": { | ||||
| 200 | "data_custodian": { | ||||
| 201 | "replace_from": "organization", | ||||
| 202 | "validators": [ | ||||
| 203 | [ | ||||
| 204 | "tsm_get_nested", | ||||
| 205 | "title" | ||||
| 206 | ] | ||||
| 207 | ] | ||||
| 208 | }, | ||||
| 209 | "organization": {}, | ||||
| 210 | "title": { | ||||
| 211 | "validators": [ | ||||
| 212 | [ | ||||
| 213 | "tsm_trim_string", | ||||
| 214 | 255 | ||||
| 215 | ] | ||||
| 216 | ] | ||||
| 217 | }, | ||||
| 218 | "type": { | ||||
| 219 | "value": "dataset" | ||||
| 220 | } | ||||
| 221 | } | ||||
| 222 | } | ||||
| 223 | } | ||||
| 224 | }, | ||||
| 434 | "type": "harvest", | 225 | "type": "harvest", | ||
| 435 | "url": "https://donnees-data.asc-csa.gc.ca" | 226 | "url": "https://donnees-data.asc-csa.gc.ca" | ||
| 436 | } | 227 | } |