Skip to content

Commit

Permalink
Update vp-index.js
Browse files Browse the repository at this point in the history
- add resourceType "patientRegistry" for ERNs
- change resourceType "DataServiceto "knowlegeBase" for resource Metabolights
  • Loading branch information
vabishaa authored Jul 6, 2023
1 parent 1ba8f0f commit 33e17de
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions assets/js/vp-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const resources = [
"eMail": "",
"resourceDescription": "A catalog to contain all metabolights study resources.",
"resourceType": [
"DataService"
"knowledgeBase"
],
"_id": "",
"created": "",
Expand Down Expand Up @@ -255,7 +255,9 @@ const resources = [
"resourceHomePage": "https://cranio.molgeniscloud.org/",
"eMail": "",
"resourceDescription": "ERN CRANIO is the European Reference Network for rare and/or complex craniofacial anomalies and ear, nose and throat (ENT) disorders. The network was officially launched in March 2017. There are 29 European hospitals involved in ERN CRANIO, from 11 EU member states. It is a multi-disciplinary network of highly specialised healthcare professionals. Patient representatives also play an active role in the network and its activities.",
"resourceType": [],
"resourceType": [
"patientRegistry"
],
"_id": "",
"created": "",
"updated": "",
Expand All @@ -272,7 +274,9 @@ const resources = [
"resourceHomePage": "https://solve-rd.eu/",
"eMail": "",
"resourceDescription": "The aim of ERN-Skin is to have a central European registry for all cases of rare dermatological diseases, which will be a useful tool for clinical research, simplify the development of cohorts and answer the specific questions of each Disease Group.",
"resourceType": [],
"resourceType": [
"patientRegistry"
],
"_id": "",
"created": "",
"updated": "",
Expand All @@ -289,7 +293,9 @@ const resources = [
"resourceHomePage": "",
"eMail": "",
"resourceDescription": "EURO-NMD is a European reference network for the thematic grouping of rare neuromuscular diseases (NMDs), a broad group of related disorders that represent a major cause of mortality and lifelong disability in children and adults.",
"resourceType": [],
"resourceType": [
"patientRegistry"
],
"_id": "",
"created": "",
"updated": "",
Expand Down Expand Up @@ -325,7 +331,9 @@ const resources = [
"resourceHomePage": "",
"eMail": "",
"resourceDescription": "FAIRVASC is a research project of the European Vasculitis Society (EUVAS) and RITA European Reference Network, bringing together leading scientists, clinicians and patient organisations. The FAIRVASC consortium is made up of 10 partners who represent all of these areas of patient care, also substantial support from VIFOR PHARMA should be acknowledged. There are many important gaps in our knowledge about why and how vasculitis occurs, why some people seem to be more susceptible than others, how the disease process acts inside the body and whether different kinds of vasculitis should be treated in different ways.",
"resourceType": [],
"resourceType": [
"patientRegistry"
],
"_id": "",
"created": "",
"updated": "",
Expand Down

0 comments on commit 33e17de

Please sign in to comment.