Dblpconf
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/0xcc1dc00f.svg for clickable svg version
article
example
<article mdate="2020-02-04" key="persons/CasperGGGHLR12">
<author orcid="0000-0002-1163-8988">Markus Casper</author>
<author>Gayane Grigoryan</author>
<author>Oliver Gronz</author>
<author>Oliver Gutjahr</author>
<author orcid="0000-0002-4831-9016">Günther Heinemann</author>
<author>Rita Ley</author>
<author>Andreas Rock</author>
<title>Analysis of projected hydrological behavior of catchments based on signature indices</title>
<journal>Hydrology and Earth System Sciences</journal>
<volume>16</volume>
<pages>409-421</pages>
<year>2012</year>
<ee type="oa">https://doi.org/10.5194/hess-16-409-2012</ee>
</article>
book
incollection
example
<incollection mdate="2017-07-12" key="reference/vlsi/Muroga99n" publtype="encyclopedia">
<author>Saburo Muroga</author>
<title>Field-Programmable Gate Arrays.</title>
<year>1999</year>
<booktitle>The VLSI Handbook</booktitle>
<ee>https://doi.org/10.1201/9781420049671.ch44</ee>
<crossref>reference/vlsi/1999</crossref>
<url>db/reference/vlsi/vlsi1999.html#Muroga99n</url>
</incollection>
inproceedings
example
<inproceedings mdate="2019-08-02" key="persons/Codd74">
<author>E. F. Codd</author>
<title>Seven Steps to Rendezvous with the Casual User.</title>
<month>January</month>
<year>1974</year>
<pages>179-200</pages>
<booktitle>IFIP Working Conference Data Base Management</booktitle>
<crossref>conf/ds/1974</crossref>
<url>db/conf/ds/dbm74.html#Codd74</url>
<note>IBM Research Report RJ 1333, San Jose, California</note>
<cdrom>DS/DS1974/P179.pdf</cdrom>
</inproceedings>
mastersthesis
example
<mastersthesis mdate="2002-01-03" key="phd/Ylonen94">
<author>Tatu Ylönen</author>
<title>Shadow Paging Is Feasible.</title>
<year>1994</year>
<school>Helsinki University of Technology, Department of Computer Science</school>
</mastersthesis>
phdthesis
example
<phdthesis mdate="2016-05-04" key="phd/sk/Frisch2009">
<author>Guido Frisch</author>
<title>Using open source software to develop E-business applications for medium- and small-sized enterprises.</title>
<year>2009</year>
<school>Bratislava, Univ.</school>
<pages>1-151</pages>
<isbn>978-3-8300-4753-7</isbn>
<ee>http://d-nb.info/996716548</ee>
</phdthesis>
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>