WDscholia / scholia

Wikidata-based scholarly profiles
https://scholia.toolforge.org
Other
222 stars 79 forks source link

In work aspect, add panel for citations from Wikimedia projects #433

Closed Daniel-Mietchen closed 3 years ago

Daniel-Mietchen commented 6 years ago

e.g. via something like

SELECT * WHERE {
  SERVICE wikibase:mwapi {
      bd:serviceParam wikibase:api "Search" .
      bd:serviceParam wikibase:endpoint "sw.wikipedia.org" .
      bd:serviceParam mwapi:srsearch "\"10.1038/171737a0\"" .
      ?title wikibase:apiOutput mwapi:title .
  }
} LIMIT 200

Try it

Daniel-Mietchen commented 6 years ago

This approach could be of interest for other aspects too, e.g. chemical compounds, diseases, taxa.

Daniel-Mietchen commented 6 years ago

Works with ISBNs too:

SELECT * WHERE {
  SERVICE wikibase:mwapi {
      bd:serviceParam wikibase:api "Search" .
      bd:serviceParam wikibase:endpoint "en.wikipedia.org" .
      bd:serviceParam mwapi:srsearch "\"ISBN: 9781852337520\"" .
      ?title wikibase:apiOutput mwapi:title .
  }
} LIMIT 200

Try it

fnielsen commented 3 years ago

Available now e.g., by https://scholia.toolforge.org/work/Q21012624