Extension:DBLP Import
From MediaWiki.org
|
Tetherless Map Release status: beta |
|
|---|---|
| Description | Import papers as bibtex from DBLP |
| Author(s) | Jie Bao |
| Last version | 0.1 (2009-01-15) |
| MediaWiki | 1.10.* or greater |
| License | GPL |
| Download | See here |
| Example | Jie Bao's Publication |
|
Check usage (experimental) |
|
Contents |
[edit] Basic Description
This extension allows users to batch import papers from DBLP, a Computer Science paper bibliography. Users can import papers by author names. Fetched data is in raw bibtex format, which can be further consumed by other bibtex extensions, e.g., Extension:Bibtex.
[edit] Download and installation
- Download a zip file from http://tw.rpi.edu/wiki.tw/images/e/ee/Dblp.zip
- Unzip the package to YOUR_MW_PATH/extensions/DBLP
- Add to LocalSetting.php
require_once( "$IP/extensions/DBLP/dblpweb.php" );
- make sure "run.bat" is executable (e.g., permission 755)
- make necessary configuration changes to dblp.config.php
The extension has been tested on both Windows and Linux servers.
[edit] Usage
From Commandline
php dblpcmd.php FIRSTNAME LASTNAME [MIDDLENAMEINITIAL]
From Web
http://your wiki url/index.php?action=dblp&first=FIRSTNAME&mid=[MIDDLENAMEINITIAL]&last=LASTNAME
Using template may make web usage easier, e.g., [1]. If used with the Semantic Mediawiki extension, it may be further automated using semantic queries for a person's first name, last name and middle name initial (see examples [2] [3])
[edit] Version History
- 2009-01-15. Release 0.1, allow importing by author names
[edit] Bugs
- Can't handle special characters in author names and paper titles.
[edit] Contact
baojie AT gmail [REMOVE ME] DOT com
