Dblpconf: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
Line 29: Line 29:
   }
   }
Note top of article
Note top of article
[[http://wiki.bitplan.com/index.php/Dblpconf#/article article]]
[[http://wiki.bitplan.com/index.php/Dblpconf#article article]]
2467138 instances  
565 instances  
End note
End note
   class article << Entity >> {
   class article << Entity >> {
Line 39: Line 39:
   }
   }
Note top of book
Note top of book
[[http://wiki.bitplan.com/index.php/Dblpconf#/book book]]
[[http://wiki.bitplan.com/index.php/Dblpconf#book book]]
18485 instances  
7 instances  
End note
End note
   class book << Entity >> {
   class book << Entity >> {
Line 48: Line 48:
   }
   }
Note top of proceedings
Note top of proceedings
[[http://wiki.bitplan.com/index.php/Dblpconf#/proceedings proceedings]]
[[http://wiki.bitplan.com/index.php/Dblpconf#proceedings proceedings]]
46324 instances  
2 instances  
End note
End note
   class proceedings << Entity >> {
   class proceedings << Entity >> {
Line 60: Line 60:
   }
   }
Note top of inproceedings
Note top of inproceedings
[[http://wiki.bitplan.com/index.php/Dblpconf#/inproceedings inproceedings]]
[[http://wiki.bitplan.com/index.php/Dblpconf#inproceedings inproceedings]]
2753104 instances  
2 instances  
End note
End note
   class inproceedings << Entity >> {
   class inproceedings << Entity >> {
Line 71: Line 71:
   }
   }
Note top of www
Note top of www
[[http://wiki.bitplan.com/index.php/Dblpconf#/www www]]
[[http://wiki.bitplan.com/index.php/Dblpconf#www www]]
2677677 instances  
16 instances  
End note
End note
   class www << Entity >> {
   class www << Entity >> {
Line 78: Line 78:
   }
   }
Note top of mastersthesis
Note top of mastersthesis
[[http://wiki.bitplan.com/index.php/Dblpconf#/mastersthesis mastersthesis]]
[[http://wiki.bitplan.com/index.php/Dblpconf#mastersthesis mastersthesis]]
12 instances  
6 instances  
End note
End note
   class mastersthesis << Entity >> {
   class mastersthesis << Entity >> {
Line 87: Line 87:
   }
   }
Note top of incollection
Note top of incollection
[[http://wiki.bitplan.com/index.php/Dblpconf#/incollection incollection]]
[[http://wiki.bitplan.com/index.php/Dblpconf#incollection incollection]]
66325 instances  
1768 instances  
End note
End note
   class incollection << Entity >> {
   class incollection << Entity >> {
Line 98: Line 98:
   publtype : TEXT  
   publtype : TEXT  
   url : TEXT  
   url : TEXT  
  }
Note top of phdthesis
[[http://wiki.bitplan.com/index.php/Dblpconf#/phdthesis phdthesis]]
79386 instances
End note
  class phdthesis << Entity >> {
  author : TEXT
  ee : TEXT
  isbn : TEXT
  pages : TEXT
  publisher : TEXT
  school : TEXT
  series : TEXT
  volume : TEXT
   }
   }
   Record <|-- article
   Record <|-- article
Line 120: Line 106:
   Record <|-- mastersthesis
   Record <|-- mastersthesis
   Record <|-- incollection
   Record <|-- incollection
  Record <|-- phdthesis
}
}



Revision as of 10:25, 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

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><incollection mdate="2017-07-12" key="reference/vlsi/Nakagawa99" publtype="encyclopedia">
<author>Akio Nakagawa</author>
<title>Power IC Technologies.</title>
<year>1999</year>
<booktitle>The VLSI Handbook</booktitle>
<ee>https://doi.org/10.1201/9781420049671.ch8</ee>
<crossref>reference/vlsi/1999</crossref>
<url>db/reference/vlsi/vlsi1999.html#Nakagawa99</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>

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>

Freitext