JabRef: Difference between revisions

From Wiki
Jump to navigation Jump to search
Alfons (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
<p align="justify" style="width:100%">
'''JabRef''' is a Grafical User Interface (GUI) to manage BibTex databases. There are two things that makes this program very useful and intersting: is a java jar file, which means you can run it in different platforms and save all data in a bibtex file format. In addition, this progam is free software.
'''JabRef''' is a Grafical User Interface (GUI) to manage BibTex databases. There are two things that makes this program very useful and intersting: is a java jar file, which means you can run it in different platforms and save all data in a bibtex file format. In addition, this progam is free software.


Line 7: Line 8:
* Import files from a lot of different file formats like BibTeXML, CSA, Refer/Endnote, SilverPlatter, Scifinder, OVID, INSPEC, Biblioscape, Sixpack,...
* Import files from a lot of different file formats like BibTeXML, CSA, Refer/Endnote, SilverPlatter, Scifinder, OVID, INSPEC, Biblioscape, Sixpack,...
* Automatic bibtex key generation, and customizable, too.
* Automatic bibtex key generation, and customizable, too.
</p>


==Installation==
==Installation==
<p align="justify" style="width:100%">
JabRef is a java program, you don't need to install it, the only requirement is to have java installed in your system. To download it you have to go to the project page [http://jabref.sourceforge.net/] and into the donwload section, download the jar file.
JabRef is a java program, you don't need to install it, the only requirement is to have java installed in your system. To download it you have to go to the project page [http://jabref.sourceforge.net/] and into the donwload section, download the jar file.


Line 17: Line 20:


     alias jabref='java -jar /path_to_jar_file/JabRef-2.2.jar'
     alias jabref='java -jar /path_to_jar_file/JabRef-2.2.jar'
</p>


==External links==
==External links==
 
<p align="justify" style="width:100%">
* JabRef project official webpage [http://jabref.sf.net]
* JabRef project official webpage [http://jabref.sf.net]
* JabRef download page [http://jabref.sourceforge.net/download.php]
* JabRef download page [http://jabref.sourceforge.net/download.php]
* LaTeX project official webpage [http://www.latex-project.org/]
* LaTeX project official webpage [http://www.latex-project.org/]
* BibTeX webpage [http://www.bibtex.org/]
* BibTeX webpage [http://www.bibtex.org/]
</p>

Revision as of 08:46, 26 October 2007

JabRef is a Grafical User Interface (GUI) to manage BibTex databases. There are two things that makes this program very useful and intersting: is a java jar file, which means you can run it in different platforms and save all data in a bibtex file format. In addition, this progam is free software. JabRef allows you:

  • Import old bibtex files (you don't need to reenter all you bibliography).
  • Fetch papers/books/... references directly from Medline[1] and other databases.
  • Import references from IsiKnowledge (not directly like Medline)
  • Import files from a lot of different file formats like BibTeXML, CSA, Refer/Endnote, SilverPlatter, Scifinder, OVID, INSPEC, Biblioscape, Sixpack,...
  • Automatic bibtex key generation, and customizable, too.

Installation

JabRef is a java program, you don't need to install it, the only requirement is to have java installed in your system. To download it you have to go to the project page [2] and into the donwload section, download the jar file. To run it you only have to type, from the directory where you've downloaded it): java -jar JabRef-2.2.jar You can also create an alias to make it easyer. Edit, in your home, your .bashrc file (assuming you're working in bash), and add this line: alias jabref='java -jar /path_to_jar_file/JabRef-2.2.jar'

External links

  • JabRef project official webpage [3]
  • JabRef download page [4]
  • LaTeX project official webpage [5]
  • BibTeX webpage [6]