Skip to content

Java application for translating in relational the dblp database + author information importer from arnetminer

License

Notifications You must be signed in to change notification settings

interesaaat/dblpImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dblpImporter

Java application for translating in relational the dblp database + author information importer from arnetminer.

Requirements:

  • Maven

Usage:

  • run dblpImoprter.Parser.main passing as input the dblp.xml file (the dtd file is needed and must reside in the same directory of the xml file);
  • create the db using the schema contained in resources (working only for MySQL); and
  • import in the db the generated csv files contained in the output directory.

Known problems:

If errors such as "JAXP00010001" are returned, run with the JVM parameters -Xmx4096m -DentityExpansionLimit=2500000

arnetminerImporter

Utility to add authors information to the dblp database by retrieveing data from arnetminer.

Usage:

  • configure hibernate by modifing the file resources/hibernate.cfg.xml;
  • launch arnetminerImporter.Importer.main passing as input the hibernate configuration file hibernate.cfg.xml.

About

Java application for translating in relational the dblp database + author information importer from arnetminer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages