Giter Club home page Giter Club logo

dblp-parser's People

Contributors

kite1988 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dblp-parser's Issues

journal paper

What steps will reproduce the problem?
Some of the journal papers is not inserted

I found that the code could not correctly insert some of the journal papers. I 
guess it's related to the xml format. I am using the dblp.xml on April of 2015.

Original issue reported on code.google.com by [email protected] on 18 Apr 2015 at 7:09

DBLP Parser as Library Function

I'd like to use your dblp-parser.
Since I don't plan to put the data into MySQL I'd like to encourage a structural change where one can use the parser as library part which returns a Multimap (https://google.github.io/guava/releases/snapshot/api/docs/com/google/common/collect/Multimap.html) containing the parsed items.

I think this would even enhance the code quality by using the concept of "separation of concerns" since the DB connection is no longer part of the parser.

Institution affiliations

Description:
Add possibility to parse author institution affiliations to be able to tell which institution a certain author is affiliated to. DBLP website contains corresponding feature (see screenshot below).

Implementation:

  • Change SQL schema
    • Add institution table (inst_key, name)
    • Change author table to include inst_key column
  • Adapt parser
    • Extract <note> nodes describing affiliations (xpath selector `//note[@type="affiliation"]
    • Extract institute/unit (if any), institution, country. Examples:
<note type="affiliation">University of Paderborn, Germany</note>
<note type="affiliation">Autonomous University of Barcelona, Spain</note>
<note type="affiliation">TU Wien</note>
<note type="affiliation">The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong</note>
<note type="affiliation">TNO Human Factors, Department of Perceptual and Cognitive Systems</note>
<note type="affiliation">Kelley School of Business, Indiana University, IN, USA</note>
`)

See:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.