Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Pharos resource to live deploys #787

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 22 additions & 3 deletions _data/live_deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1737,7 +1737,27 @@
"highlight": "Over 15'000 genes from multiple organisms."
}
]
},
},
{
"name": "Pharos",
"description": "Pharos is the user interface to the Knowledge Management Center (KMC) for the Illuminating the Druggable Genome (IDG) program funded by the National Institutes of Health (NIH) Common Fund. (Grant No. 1U24CA224370-01). The goal of KMC is to develop a comprehensive, integrated knowledge-base for the Druggable Genome (DG) to illuminate the uncharacterized and/or poorly annotated portion of the DG.",
"url": "https://pharos.nih.gov/",
"sitemap": "https://pharos-api.ncats.io/sitemap.xml",
"profiles": [
{
"profileName": "Protein",
"conformsTo": "0.11-RELEASE",
"exampleURL": "https://pharos.nih.gov/targets/CAMK2A",
"highlight": "Over 20412 proteins."
},
{
"profileName": "ChemicalSubstance",
"conformsTo": "0.4-RELEASE",
"exampleURL": "https://pharos.nih.gov/ligands/tamatinib",
"highlight": "Over 355932 chemical substances."
}
]
},
{
"name": "e!DAL-PGP: Plant Genomics and Phenomics Research Data Repository",
"description": "The Leibniz Institute of Plant Genetics and Crop Plant Research (IPK) and German Plant Phenotyping Network (DPPN) has jointly initiated the Plant Genomics and Phenomics Research Data Repository (PGP) as infrastructure to comprehensively publish plant research data. This covers in particular cross-domain datasets that are not being published in central repositories because of its volume or unsupported data scope, like image collections from plant phenotyping and microscopy, unfinished genomes, genotyping data, visualizations of morphological plant models, data from mass spectrometry as well as software and documents.",
Expand All @@ -1755,8 +1775,7 @@
"conformsTo": "0.6-RELEASE",
"exampleURL": "http://dx.doi.org/10.5447/ipk/2022/5",
"highlight": "over 250 pages with markup"
}

}
]
}
]
Expand Down
Loading