From ba896aeb1abbd74ccc9d9da72e2b4ee7624618ec Mon Sep 17 00:00:00 2001 From: Abishaa Vengadeswaran <38211976+vabishaa@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:37:40 +0200 Subject: [PATCH] Update vp-index.js - Remove Cellosaurus --- assets/js/vp-index.js | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/assets/js/vp-index.js b/assets/js/vp-index.js index ac49edb..0828481 100644 --- a/assets/js/vp-index.js +++ b/assets/js/vp-index.js @@ -134,25 +134,6 @@ const resources = [ "queryType": ["search.Catalogue"], "theme": [] }, - { - "resourceName": "Cellosaurus", - "resourceAddress": "https://ejp-rd-dev1.vm.cesnet.cz/grlcs/cellosaurus", - "resourceHomePage": "https://web.expasy.org/cellosaurus/", - "eMail": "", - "resourceDescription": "The Cellosaurus is a knowledge resource on cell lines. It attempts to describe all cell lines used in biomedical research.\n\nIts scope includes:\n1) Immortalized cell lines\n2) Naturally immortal cell lines (example: stem cell lines)\n3) Finite life cell lines when those are distributed and used widely\n4) Vertebrate cell line with an emphasis on human, mouse and rat cell lines\n5) Invertebrate (insects and ticks) cell lines\nIts scope does not include:\n1) Primary cell lines (with the exception of the finite life cell lines described above)\n2) Plant cell lines.", - "resourceType": [ - "knowledgeBase" - ], - "_id": "981801637", - "created": "2020-10-26T15:26:15.891Z", - "updated": "2020-10-26T15:26:15.891Z", - "specsURL": "", - "logo": "", - "resourceContentType": "", - "queryable": true, - "queryType": ["search.Knowledge"], - "theme": [] - }, { "resourceName": "DDP", "resourceAddress": "", @@ -412,4 +393,4 @@ const resources = [ } ]; -exports.resources = resources; \ No newline at end of file +exports.resources = resources;