11 Oct 2006 (updated 11 Oct 2006 at 21:51 UTC) »
24 Sep 2006 (updated 24 Sep 2006 at 22:12 UTC) »
Context: my pet project is a bibliography management tool. Its purpose is to help you organise references, search for new material on external databases, help you cite these references in documents,... I've been able to integrate my code with OpenOffice (thanks PyUNO), with LyX (I won't thanks unix pipes on this one), define a proper citation mini-language, put a GUI around part of it (thanks PyGTK) and test some parts of it (thanks, dogtail), send queries to PubMed, Web of Science, CrossRef (thanks Twisted), parse their results (thanks ElementTree), and even package the whole easily (thanks setuptools)!
A while ago, I said that the purpose of pyblio was not to replace tools like EndNote and the like. Maybe I should revise this. Areas where I'd like to push involve reference sharing and fulltext management. I've already a few ideas, but I need to see if the recent features help the project get more traction.
8 Sep 2006 (updated 8 Sep 2006 at 03:02 UTC) »
Instead of simply documenting how to use pyblio, I've started working on simple demo code that actually use the framework, and are also immediately useful. The first one is an online PubMed to BibTeX converter. Maybe this will help people start using it.
4 Sep 2006 (updated 4 Sep 2006 at 23:15 UTC) »
Pyblio has gained a nice feature. For the record, it's a python framework for handling publication references, but probably also your collection of books, dvds, tapes, whatever. In pyblio 1.3, you can now adapt a publication database format (from, say, PubMed) into another format (say, BibTeX). It's still more of a proof of concept, waiting for more extensive use. So far I have the following features:
What I need to complete is:
I would like to extend the data model a bit, but this will certainly wait until the rest consolidates.
Unfortunately, the community that lives around pyblio has a low ratio of developers / users. Worse, as I had not enough free time these last months for the project, I probably discouraged some potential developers. I really need to lower the barrier of entry into the project, but I don't know how so far. Perhaps by completing a few sample applications instead of adding new features? Writing documentation? Putting some simple web apps online, so that people can actually test some features?
I'm leaving my current job at the end of june, and this will make a nice open position for a hacker wishing to work on a open-source project written in python, in a very nice area of Switzerland (french-speaking area BTW).
The job is at EPFL (Swiss Institute of Technology), and is about continuing the development of a service called infoscience which provides researchers of more than 200 labs with a common platform for managing their publications. It is not (only) an archive, as it behaves as a web service for plenty of web sites, and also pumps information from external systems.
So basically the job is about balancing the demand for specific tools (for a given lab, for the librarians,...) and the need for a high-level common platform (which already provides conversion services, quality checking tools,...) Part of the software is developed in collaboration with the CDS team at CERN, part is specific to infoscience and its design is completely up to the person in charge of this job.
The detailed offer and the procedure for applying is available on the EPFL jobs website, in french. Feel free to contact me directly for more info.
(and no, I don't leave because it's boring, but because I've been recruited by Google :-))
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!