diff --git a/README.md b/README.md index 98c9e7e7..e4c7bf9f 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,6 @@ https://github.com/nih-sparc/sparc-api/blob/f3444a32964f5340e0ee1f10a08a05839620 ``` ADDITIONAL_LINKS = 'additionalLinks' -BIOLUCIDA_2D = 'biolucida-2d' -BIOLUCIDA_3D = 'biolucida-3d' COMMON_IMAGES = 'common-images' CONTEXT_FILE = 'abi-context-file' CSV = 'csv' diff --git a/src/App.vue b/src/App.vue index 4d2db5d9..3299be0d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -134,7 +134,6 @@ export default { ALGOLIA_INDEX: import.meta.env.VITE_APP_ALGOLIA_INDEX, PENNSIEVE_API_LOCATION: import.meta.env.VITE_APP_PENNSIEVE_API_LOCATION, BL_SERVER_URL: import.meta.env.VITE_APP_BL_SERVER_URL, - NL_LINK_PREFIX: import.meta.env.VITE_APP_NL_LINK_PREFIX, ROOT_URL: import.meta.env.VITE_APP_ROOT_URL, FLATMAPAPI_LOCATION: import.meta.env.VITE_FLATMAPAPI_LOCATION, }, diff --git a/src/components/BadgesGroup.vue b/src/components/BadgesGroup.vue index e198ad59..cf55e6d1 100644 --- a/src/components/BadgesGroup.vue +++ b/src/components/BadgesGroup.vue @@ -32,12 +32,6 @@ export default { return [] }, }, - datasetBiolucida: { - type: Object, - default: () => { - return {} - }, - }, entry: { type: Object, default: () => { @@ -72,15 +66,6 @@ export default { }, }, watch: { - datasetBiolucida: { - deep: true, - immediate: true, - handler: function (biolucidaData) { - if ('dataset_images' in biolucidaData) { - this.addToCategories(biolucidaData['dataset_images'], 'Images') - } - }, - }, entry: { deep: true, immediate: true, @@ -88,7 +73,6 @@ export default { this.addToCategories(this.entry.flatmaps, 'Flatmaps') this.addToCategories(this.entry.plots, 'Plots') this.addToCategories(this.entry.scaffolds, 'Scaffolds') - this.addToCategories(this.entry.segmentation, 'Segmentations') this.addSimulationsToCategories(this.entry.simulation) /** disable the following this.addToCategories(this.entry.images, 'Images'); @@ -117,7 +101,7 @@ export default { color: #fff!important; } } - + .tag-button + .tag-button { margin-left: 0!important; } diff --git a/src/components/DatasetCard.vue b/src/components/DatasetCard.vue index a3205e57..370ee4ae 100644 --- a/src/components/DatasetCard.vue +++ b/src/components/DatasetCard.vue @@ -12,7 +12,6 @@ :envVars="envVars" :label="label" :datasetThumbnail="thumbnail" - :dataset-biolucida="biolucidaData" :category="currentCategory" @card-clicked="galleryClicked" @datalink-clicked="galleryDatalinkClicked" @@ -42,7 +41,6 @@
@@ -60,7 +58,6 @@