Menu

#40 Implement Bibtex crawler & subcrawler

open
None
6
2008-09-18
2008-08-15
No

Implement both a bibtex crawler AND a bibtex subcrawler to convert Bibtex files to RDF.

provide BOTH because users may want all their bibtex files within their folders crawled (subcrawler), but may opt to only crawl/select a single file (crawler with datasource).

Also, the datasource could take configuration values such as supporting JabRef's proprietary pdf= syntax.

For jabref/pdf:

@INPROCEEDINGS{Sauermann2005b,
title = {{The Semantic Desktop---a Basis for Personal Knowledge Management}},
pdf = {Sauermann2005b.pdf}
}

the pdf= link is relative to the path of the bibtex or to some configurable path - so this "absolute path for relative PDF links" must be configurable for a bibtex file, hence a datasource, hence the crawler.

this kind-of-worked in gnowsis, we must reactivate the code from here:
https://gnowsis.opendfki.de/repos/gnowsis/tags/0.8.3-alpha/gnowsis_adapterpack/WEB-INF/src/org/gnowsis/adapters/bibtex/

Discussion

  • Leo Sauermann

    Leo Sauermann - 2008-09-18
    • assigned_to: mylka --> leo_sauermann
     

Log in to post a comment.