Difference between revisions of "Dblpconf"
Jump to navigation
Jump to search
(→www) |
|||
| Line 208: | Line 208: | ||
== inproceedings == | == inproceedings == | ||
== www == | == www == | ||
| + | === example === | ||
| + | <source lang='xml'> | ||
| + | <www mdate="2018-07-05" key="persons/Ley93"> | ||
| + | <author>Michael Ley</author> | ||
| + | <title>DBLP.uni-trier.de: Computer Science Bibliography</title> | ||
| + | <year>1993</year> | ||
| + | <ee>http://dblp.uni-trier.de/</ee> | ||
| + | </www> | ||
| + | </source> | ||
=Freitext= | =Freitext= | ||
Revision as of 10:55, 26 January 2021
OsProject
| OsProject | |
|---|---|
| id | dblpconf |
| state | |
| owner | Wolfgang Fahl |
| title | dblpconf |
| url | https://github.com/WolfgangFahl/dblpconf |
| version | 0.0.1 |
| description | |
| date | 2021/01/25 |
| since | |
| until | |
What is it?
dblpconf analyzes a dblp.xml dump https://dblp.uni-trier.de/xml/ from the dblp computer science bibliography and makes the results available for use in a python project. There is also a flask+bootstrap 4 web interface
Entities

see http://diagrams.bitplan.com/render/svg/0xa651411a.svg for clickable svg version
article
book
incollection
inproceedings
www
example
<www mdate="2018-07-05" key="persons/Ley93">
<author>Michael Ley</author>
<title>DBLP.uni-trier.de: Computer Science Bibliography</title>
<year>1993</year>
<ee>http://dblp.uni-trier.de/</ee>
</www>