@@ -410,11 +410,6 @@ portal:
410410 "name": "Population Data Resource",
411411 "plural": "Population Data Resources"
412412 },
413- {
414- "graphql": "_geospatial_tool_resource_count",
415- "name": "Geospatial Tool Resource",
416- "plural": "Geospatial Tool Resources"
417- },
418413 {
419414 "graphql": "_key_data_resource_count",
420415 "name": "Key Dataset",
@@ -432,11 +427,6 @@ portal:
432427 "name": "Population Data Resource",
433428 "plural": "Population Data Resources"
434429 },
435- {
436- "graphql": "_geospatial_tool_resource_count",
437- "name": "Geospatial Tool Resource",
438- "plural": "Geospatial Tool Resources"
439- },
440430 {
441431 "graphql": "_key_data_resource_count",
442432 "name": "Key Dataset",
@@ -1207,102 +1197,6 @@ portal:
12071197 "accessibleValidationField": "project_id"
12081198 }
12091199 },
1210-
1211- {
1212- "tabTitle": "Geospatial Tool Resources",
1213- "charts": {
1214- "domain": {
1215- "chartType": "count",
1216- "title": "Domain"
1217- }
1218- },
1219- "filters": {
1220- "tabs": [
1221- {
1222- "title": "Search Facets",
1223- "fields": [
1224- "project_sponsor",
1225- "project_sponsor_type",
1226- "domain",
1227- "keywords",
1228- "tool_type",
1229- "operating_system",
1230- "languages"
1231- ]
1232- }
1233- ]
1234- },
1235- "table": {
1236- "enabled": true,
1237- "fields": [
1238- "project_sponsor",
1239- "resource_short_name",
1240- "resource_description",
1241- "domain",
1242- "keywords",
1243- "access_type",
1244- "tool_type",
1245- "operating_system",
1246- "languages"
1247- ],
1248- "linkFields": [
1249- "resource_url"
1250- ]
1251- },
1252- "dropdowns": {
1253- "download-table": {
1254- "title": "Download Dataset Table"
1255- }
1256- },
1257- "buttons": [
1258- {
1259- "enabled": true,
1260- "type": "data-json",
1261- "title": "JSON",
1262- "dropdownId": "download-table",
1263- "leftIcon": "datafile",
1264- "rightIcon": "download",
1265- "fileName": "datasets_table.json"
1266- },
1267- {
1268- "enabled": true,
1269- "type": "data-tsv",
1270- "title": "TSV",
1271- "dropdownId": "download-table",
1272- "leftIcon": "datafile",
1273- "rightIcon": "download",
1274- "fileName": "datasets_table.tsv"
1275- },
1276- {
1277- "enabled": true,
1278- "type": "data-csv",
1279- "title": "CSV",
1280- "dropdownId": "download-table",
1281- "leftIcon": "datafile",
1282- "rightIcon": "download",
1283- "fileName": "datasets_table.csv"
1284- }
1285- ],
1286- "loginForDownload": true,
1287- "guppyConfig": {
1288- "dataType": "geospatial_tool_resource",
1289- "nodeCountTitle": "Geospatial Tool Resources",
1290- "fieldMapping": [
1291- {
1292- "field": "project_id",
1293- "name": "Dataset ID"
1294- },
1295- {
1296- "field": "submitter_id",
1297- "name": "Dataset Name"
1298- }
1299- ],
1300- "accessibleFieldCheckList": [
1301- "project_id"
1302- ],
1303- "accessibleValidationField": "project_id"
1304- }
1305- },
13061200 {
13071201 "tabTitle": "Key Data Resources",
13081202 "charts": {
0 commit comments