forked from AnodyneWiki/anodynewiki-chrp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrefs.rb
More file actions
20 lines (20 loc) · 2.85 KB
/
refs.rb
File metadata and controls
20 lines (20 loc) · 2.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$refs = [
{ name: "Wikipedia", url: "https://en.wikipedia.org/wiki/", key: "Wikipedia", icon: "https://en.wikipedia.org/static/favicon/wikipedia.ico", clean: true },
{ name: "Wikidata", url: "https://www.wikidata.org/wiki/", key: "Wikidata", icon: "https://www.wikidata.org/static/favicon/wikidata.ico", clean: false },
{ name: "EffectIndex", url: "https://www.effectindex.com/effects/", key: "EffectIndex", icon: "https://www.effectindex.com/_nuxt/icons/icon_64x64.722c40.png", clean: true },
{ name: "DrugBank", url: "https://go.drugbank.com/drugs/", key: "DrugBank ID", icon: "https://go.drugbank.com/favicons/favicon.ico", clean: true },
{ name: "Erowid", url: "https://erowid.org", key: "Erowid", icon: "https://erowid.org/favicon.ico", clean: true },
{ name: "OpenErowid", url: "https://erowid.io", key: "Erowid", icon: "https://sernyl.io/logo-notext-lm.png", clean: true },
{ name: "PubChem", url: "https://pubchem.ncbi.nlm.nih.gov/compound/", key: "PubChemId", icon: "https://pubchem.ncbi.nlm.nih.gov/pcfe/favicon/favicon.ico", clean: false },
{ name: "ChemSpider", url: "https://www.chemspider.com/Chemical-Structure.", end: ".html", key: "chemspiderId", icon: "https://www.rsc-cdn.org/oxygen/assets/favicons/favicon-32x32.png", clean: true },
{ name: "ChEMBL", url: "https://www.ebi.ac.uk/chembl/explore/compound/", end: "", key: "ChEMBL", icon: "https://www.ebi.ac.uk/chembl/_nuxt/img/chembl_logo_pink.fa83e6a.png", clean: false },
{ name: "ChEBI", url: "https://www.ebi.ac.uk/chebi/searchId.do?chebiId=", end: "", key: "ChEBI", icon: "https://www.ebi.ac.uk/chebi/images/ChEBI_logo.png", clean: false },
{ name: "Probes & Drugs", url: "https://www.probes-drugs.org/compound/", end: "", key: "PD", icon: "https://www.probes-drugs.org/static/img/pd_logo.svg", clean: false },
{ name: "Common Chemistry", url: "https://commonchemistry.cas.org/detail?cas_rn=", key: "CAS", icon: "https://commonchemistry.cas.org/favicon.png?ver=2", clean: false },
{ name: "Isomer Design", url: "https://isomerdesign.com/", key: "IsomerDesign", icon: "https://isomerdesign.com/favicon.ico", clean: false },
{ name: "HMDB", url: "https://hmdb.ca/metabolites/", key: "HMDB ID", icon: "https://hmdb.ca/assets/favicon-9531cde275d5419775671ec3320c1245747b762c98fb8c2d800f1ddfdb4f42c9.png", clean: true },
{ name: "KEGG", url: "https://www.kegg.jp/entry/", key: "KEGG ID", icon: "https://www.kegg.jp/favicon.ico", clean: true },
{ name: "UNII", url: "https://gsrs.ncats.nih.gov/ginas/app/ui/substances/", key: "UNII", icon: "https://gsrs.ncats.nih.gov/ginas/app/ui/assets/favicon/favicon-32x32.png", clean: false },
{ name: "EPA DSSTox", url: "https://comptox.epa.gov/dashboard/chemical/details/", key: "DSSTox Substance ID", icon: "https://comptox.epa.gov/dashboard/epa_logo.png", clean: true },
#{ name: "ECHA Chem", url: "https://chem.echa.europa.eu/100.005.543", key: "UNII", clean: true },
]