Dblpconf

From BITPlan Wiki
Jump to navigation Jump to search

OsProject

OsProject
id  dblpconf
state  dropped
owner  Wolfgang Fahl
title  dblpconf
url  https://github.com/WolfgangFahl/dblpconf
version  0.0.3
description  dblp conference browser
date  2021-01-30
since  2021-01-30
until  2022-12-04

tickets

Sunsetting dblpconf

dblpconf is based on the old XML style dumps of dblp. Since the RDF Dumps are available now please use pysotsog instead

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

What is the goal

Scientific Conference Linked Open Data see http://confident.bitplan.com

Demo

There is a demo at https://confident.dbis.rwth-aachen.de/dblpconf/

Wikidata

Conference Series

wikidata table in dblpconf demo try it!

# Conference Series wikidata query
# see https://confident.dbis.rwth-aachen.de/dblpconf/wikidata
# WF 2021-01-30
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?confSeries ?acronym ?confSeriesLabel ?official_website ?DBLP_pid ?WikiCFP_pid ?FreeBase_pid ?Microsoft_Academic_pid ?Publons_pid ?ACM_pid ?GND_pid
WHERE 
{
 #  scientific conference series (Q47258130) 
 ?confSeries wdt:P31 wd:Q47258130.
 OPTIONAL { ?confSeries wdt:P1813 ?short_name . }
 BIND (COALESCE(?short_name,?confSeriesLabel) AS ?acronym).
 #  official website (P856) 
 OPTIONAL {
   ?confSeries wdt:P856 ?official_website
 } 
 # any item with a DBLP venue ID 
 OPTIONAL {
   ?confSeries wdt:P8926 ?DBLP_pid.
 }
 # WikiCFP pid 
 optional {
    ?confSeries wdt:P5127 ?WikiCFP_pid.
 }
 # FreeBase pid
 optional {
   ?confSeries wdt:P646 ?FreeBase_pid.
 }
 # Microsoft Academic ID
 optional {
   ?confSeries wdt:P6366 ?Microsoft_Academic_pid.
 }
 # Publons journals/conferences ID 
 optional {
   ?confSeries wdt:P7461 ?Publons_pid.
 }
 # ACM conference ID   
 optional {
   ?confSeries wdt:P7979 ?ACM_pid.
 }
 # GND pid
 optional {
   ?confSeries wdt:P227 ?GND_pid.
 }
 # label 
 ?confSeries rdfs:label ?confSeriesLabel filter (lang(?confSeriesLabel) = "en").
}
ORDER BY (?acronym)

DBLP 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&uuml;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

example

<book mdate="2019-05-27" key="tr/acm/CS2013">
  <title>Computer Science Curricula 2013</title>
  <publisher>ACM Press and IEEE Computer Society Press</publisher>
  <year>2013</year>
  <ee>https://doi.org/10.1145/2534860</ee>
  <isbn>978-1-4503-2309-3</isbn>
</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&ouml;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>

proceedings

example

<proceedings mdate="2020-03-27" key="reference/genetic/2015">
  <editor orcid="0000-0002-2798-0104">Amir Hossein Gandomi</editor>
  <editor orcid="0000-0002-7593-8509">Amir Hossein Alavi</editor>
  <editor orcid="0000-0002-7002-5815">Conor Ryan</editor>
  <title>Handbook of Genetic Programming Applications</title>
  <publisher>Springer</publisher>
  <year>2015</year>
  <isbn>978-3-319-20882-4</isbn>
  <ee>https://doi.org/10.1007/978-3-319-20883-1</ee>
<url>db/reference/genetic/genetic2015.html</url>
</proceedings>

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>

Libraries used

Freitext

pyLoDStorage