Slashdot Mirror


Software for Managing Your Bibliography?

Oliver Kayas asks: "I'm a newcomer to Linux specifically the Ubuntu distribution. I have been searching for software that will allow me to manage bibliographies for my thesis. I've come across Kile/Latex however, this only works on KDE and I am using Gnome. Under Windows I was using Endnote 8 which even allowed me to link references to documents on my hard disk so I could easily search for papers I just wanted to read. I know I could use an emulator such as Wine to use Endnote but that defeats the object of switching to Linux. I was wondering if you know of any alternatives?"

5 of 77 comments (clear)

  1. Kile by MarkRose · · Score: 4, Informative

    Just install Kile. Programs that use libraries other than the GNOME libraries will work perfectly fine in GNOME. You'll need to install kdelibs and whatnot, but apt-get in Ubuntu will take care of all the necessary dependencies for you. Good luck!

    --
    Be relentless!
  2. bibtex by jefu · · Score: 4, Informative
    I you are using LaTeX, use bibtex to manage the bibliography. It is not only easy to use, but can produce bibliographies in a variety of formats that are requested/required by various professional publications.

    I think that citeseer and other online resources often provide bibliographic information in bibtex format.

    I think there are also ways to export/import various bibliographic formats into bibtex as well, which makes it easy to use bibliographies that are already compiled.

  3. Re:Mac OS by zhiwenchong · · Score: 5, Informative

    I second that. I use Bibdesk and it is quite good -- very Mac like and much better than managing .bib files by hand. Furthermore it handles the .RIS (Endnote) and .BIB files that most electronic journal sites generate. I don't even type citations by hand these days - I just search for them on EngineeringVillage2 or Elsevier and drag the .RIS file into Bibdesk. Then I just drag the item into TeXshop and the citation is there.

    As for porting it.... well, could be tough considering it uses the Cocoa framework.

    However, since the poster is asking for a Linux solution, I can only think of web-based bib managers:

    Cite-U-Like - a del.icio.us for journals, can export to Bibdesk.
    Refworks - if your campus has a subscription to Refworks, it's one of the best web-based bibliography managers around. It like the Bloglines of academic journals... well kind of...

    Pybliographer looks promising too...

  4. Crossplatform JabRef by namtro · · Score: 4, Informative

    I've just completed my thesis and have been quite happy with JabRef which a Java based frontend to Bibtex. It's really quite flexible and works well with LyX, Kile, or WinEdt. While I didn't need the capability, it can also import a whole bunch of formats.

  5. Try these two. by Linuxathome · · Score: 4, Informative

    Personally, I like using pybliographer (as was already mentioned) for my thesis. But also check out JabRef which is written entirely in Java. So if you ever needed to go back to windows and still want to manage your BibTeX entries, JabRef may be a good option. Be careful moving back and forth between different bib managers because each one has its own convention in created keys (by default)--thus, the key for one entry in pybliographer will be different than the key referring to the same entry in JabRef. IIRC, both programs allow you to redefine how you want your keys to be configured, so if you define your own key structure, this problem is minimal.

    If you're on a Mac, try out BibDesk. This user has a screencast (flash video demonstration) showing you how to export "BibTeX data and adding it to a BibDesk library, autofiling and associating a PDF file, adding the citation to a TeX file, then formatting a bibliography."