You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Our backend resolves the compact identifier to find the URLs to query
23
+
2. For each URL, it loads its content and search for JSON-LD script tags
24
+
- Xpath query used on the loaded HTML: `//script[@type='application/ld+json']`
25
+
3. If multiple providers have this content available, the recommendation index from the resolver API is used to pick one.
26
+
27
+
The source code can be found [here](https://github.com/identifiers-org/cloud-ws-metadata/blob/aa70412bcded9d8888c633ba2ae672bb98d049f8/src/main/java/org/identifiers/cloud/ws/metadata/models/MetadataFetcherChromeEngineBased.java).
28
+
29
+
### Resources providing metadata
30
+
Following is a list of resources in the Identifiers.org registry providing metadata (last updated 2018-12-05).
[gpmdb](http://identifiers.org/gpmdb), and [kaggle](http://identifiers.org/kaggle)
48
+
49
+
50
+
## Acquisition of metadata from other providers
51
+
52
+
Following [our recent participation on the 3rd German BioHackathon](https://www.denbi.de/de-nbi-events/1762-3rd-biohackathon-germany-identifiers-bridgedb-togoid),
53
+
we have expanded our metadata service to collect information from other metadata providing services.
54
+
This is implemented by retriever components that use the APIs from these services to acquire information
55
+
on compact identifiers.
56
+
The retrievers enabled and the data collected differs based on the namespace of the compact identifier.
57
+
58
+
This is used in our resolution page to display metadata on resolved compact identifiers.
| lei | Global LEI Index |https://www.gleif.org/lei/HWUPKR0MPOU8FGXBT394| Yes |https://www.gleif.org/| Yes |
37
-
| biomodels.db | BioModels through OmicsDI |https://www.omicsdi.org/dataset/biomodels/BIOMD0000000048| Yes |https://www.omicsdi.org/| No |
38
-
| pdb | Protein Databank in Europe (PDBe) |http://www.pdbe.org/2gc4| Yes |http://www.pdbe.org/| No |
39
-
| sgd | SGD through the Alliance of Genome Resources |https://www.alliancegenome.org/gene/SGD:S000003909| Yes |https://www.alliancegenome.org| No |
40
-
| wb | WormBase through the Alliance of Genome Resources |https://www.alliancegenome.org/gene/WB:WBGene00000001| Yes |https://www.alliancegenome.org| No |
41
-
| fb | FlyBase through the Alliance of Genome Resources |https://www.alliancegenome.org/gene/FB:FBgn0011293| Yes |https://www.alliancegenome.org| No |
42
-
| arrayexpress | ArrayExpress through OmicsDI |https://www.omicsdi.org/dataset/arrayexpress-repository/E-MEXP-1712| Yes |https://www.omicsdi.org/| No |
43
-
| mgi | MGI through the Alliance of Genome Resources |https://www.alliancegenome.org/gene/MGI:2442292| Yes |https://www.alliancegenome.org| No |
44
-
| rgd | RGD through the Alliance of Genome Resources |https://www.alliancegenome.org/gene/RGD:2018| Yes |https://www.alliancegenome.org| No |
45
-
| zfin | ZFIN through the Alliance of Genome Resources |https://test.alliancegenome.org/gene/ZFIN:ZDB-GENE-041118-11| Yes |https://www.alliancegenome.org| No |
46
-
| narcis | NARCIS at The Hague |http://www.narcis.nl/publication/RecordID/oai:cwi.nl:4725| Yes |http://www.narcis.nl/?Language=en| No |
47
-
| gxa.expt | GXA Expt through OmicsDI |https://www.omicsdi.org/dataset/atlas-experiments/E-MTAB-2037| Yes |https://www.omicsdi.org/| No |
48
-
| metabolights | MataboLights through OmicsDI |https://www.omicsdi.org/dataset/metabolights_dataset/MTBLS1| Yes |https://www.omicsdi.org/| No |
49
-
| rgd.qtl | Rat Genome Database qTL at Medical College of Wisconsin |http://rgd.mcw.edu/rgdweb/report/qtl/main.html?id=1354581| Yes |http://rgd.mcw.edu/| No |
50
-
| rgd.strain | Rat Genome Database strain at Medical College of Wisconsin |http://rgd.mcw.edu/rgdweb/report/strain/main.html?id=5688061| Yes |http://rgd.mcw.edu/| No |
51
-
| ega.study | EGA Study through OmicsDI |https://www.omicsdi.org/dataset/ega/EGAS00000000001| Yes |https://www.omicsdi.org/| No |
52
-
| ega.dataset | EGA Dataset through OmicsDI |https://www.omicsdi.org/dataset/ega/EGAD00000000001| Yes |https://www.omicsdi.org/| No |
53
-
| pride.project | PRIDE Project through OmicsDI |https://www.omicsdi.org/dataset/pride/PXD000440| Yes |https://www.omicsdi.org/| No |
54
-
| lincs.data | Lincs through OmicsDI |https://www.omicsdi.org/dataset/lincs/LDS-1110| Yes |https://www.omicsdi.org/| No |
55
-
| mw.study | Metabolomics Workbench Study through OmicsDI |https://www.omicsdi.org/dataset/metabolomics_workbench/ST000900| Yes |https://www.omicsdi.org/| No |
56
-
| mex | Metabolome Express through OmicsDI |https://www.omicsdi.org/dataset/metabolome_express/MEX36| Yes |https://www.omicsdi.org/| No |
57
-
| gpmdb | GPMDB through OmicsDI |https://www.omicsdi.org/dataset/gpmdb/GPM32310002988| Yes |https://www.omicsdi.org/| No |
58
-
| kaggle | Kaggle |https://www.kaggle.com/nasa/kepler-exoplanet-search-results| Yes |https://kaggle.com| No |
59
-
{: .hover }
120
+
### Retriever implementation
121
+
At this time (Jan 23rd 2025), only two data retrievers are implemented:
122
+
-[EBI Search](https://www.ebi.ac.uk), the search engine that incorporates EBI resources in addition to collaborator resources.
123
+
-[TogoID](https://togoid.dbcls.jp), an ID conversion service implementing unique features with an intuitive web interface and an API for programmatic access.
124
+
125
+
If you are interested in contributing to this list, [please reach out to us](/pages/contact).
0 commit comments