PIWO based dblp tool #112
Replies: 2 comments
-
A note on this: If the DOI is known, you should be able to get the data more directly via our DOI API, for example via Content Negotiation and Access-Header: https://dblp.org/doi/10.1145/3297280.3297631 or directly via file extension: https://dblp.org/doi/10.1145/3297280.3297631.html The DOI part is case-insensitive. If the DOI is unknown to dblp, a status 404 is responded. |
Beta Was this translation helpful? Give feedback.
-
Thx for the hint - i appreciate it! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After Discussion with Marcel Ackermann a few weeks ago that there is bibtex compatible bibliographic reference available on dblp i created a small tool based on the MediaWiki Extension Piwo. The idea is that you can create a SemanticMediaWiki reference with a direct link to the event.
Here is an example how it works.
{{dblp|/conf/sac/FathallaVA019}}
add the acronym of the conference
I'd love to make this all a one step process and e.g. integrate with https://confident.dbis.rwth-aachen.de/dblpconf/series/sac
If you'd like to get the PIWO python source code for this just contact me.
Beta Was this translation helpful? Give feedback.
All reactions