Skip to content
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Java TeX CSS Python Ruby Groovy Other
Branch: master
Clone or download

Latest commit

Latest commit 41678ce May 28, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.dependabot Correct label name in dependabot Apr 28, 2020
.github Switch to upstream version of markdow-lint (#6544) May 28, 2020
.idea/runConfigurations Improve performance for loading files (#6332) Apr 22, 2020
buildSrc Rework journal abbreviation caching (#6304) May 1, 2020
buildres Fix StartupWMClass (#6398) May 3, 2020
config Enforce LeftCurly rule (#6452) May 13, 2020
docs Add markdown checks (and fix some markdown issues) (#6524) May 27, 2020
flatpak Flatpack: Fix filename of jabref.desktop Nov 9, 2019
gradle/wrapper Update gradle wrapper from 6.3-rc-3 to 6.3 Mar 29, 2020
javafx/scene/control Make it easier to create FXML dialogs (#3880) Mar 23, 2018
lib Fix libre office connection and other progress dialogs (#6478) May 14, 2020
licenses Remove JGoodies (#4895) Apr 18, 2019
scripts Update AUTHORS May 15, 2020
snap Add launcher to fix extension import in snap (#6439) May 8, 2020
src Merge pull request #6518 from JabRef/refactor_tableprefs May 28, 2020
.editorconfig Add workaround for buildSrc issue (#6433) May 6, 2020
.gitattributes Next development cycle Dec 15, 2019
.gitbook.yaml Add gitbooks Jan 5, 2020
.gitignore Ignore generated .mv file May 8, 2020
.mailmap Update AUTHORS May 15, 2020
.markdownlint.yml Add markdown checks (and fix some markdown issues) (#6524) May 27, 2020
.sonarcloud.properties Create .sonarcloud.properties Feb 21, 2020
AUTHORS Update AUTHORS May 15, 2020
CHANGELOG.md Merge pull request #6518 from JabRef/refactor_tableprefs May 28, 2020
CONTRIBUTING.md Add link to teaching page Mar 23, 2020
DEVELOPERS Farewell Jörg - maybe you come back at some time Mar 8, 2020
GitVersion.yml Show development information Mar 6, 2020
JabRef-downgrade-regpatch.reg Backward compatibility for 4.3.1 (#6296) Apr 26, 2020
LICENSE.md Update year Mar 1, 2020
README.md Fix links in the readme May 28, 2020
build.gradle Merge pull request #6523 from JabRef/dependabot/gradle/com.tngtech.ar… May 25, 2020
codecov.yml Check for secrets being present at GitHub workflows (#5973) Mar 22, 2020
crowdin.yml Remove menu* from crowdin.yml (#4094) Jun 4, 2018
eclipse.gradle Fix jstyle was invalid with default section at the start (#6386) May 2, 2020
external-libraries.txt Reduce the number depencencies introduced by markdown renderer (#6247) Apr 5, 2020
gradlew Update to Gradle 6.0 (and therefore disable build scan) (#5541) Nov 10, 2019
gradlew.bat Update gradle from 6.2 to 6.2.1 (#6048) Feb 29, 2020
mkdocs.yml Fix display of duplicate heading Jan 7, 2020
mlc_config.json Add markdown checks (and fix some markdown issues) (#6524) May 27, 2020
settings.gradle Javadoc for the whole project can be built using gradle Mar 17, 2014

README.md

JabRef Bibliography Management

JabRef is an open-source, cross-platform citation and reference management tool.

Stay on top of your literature: JabRef helps you to collect and organize sources, find the paper you need and discover the latest research. main table

Features

JabRef is available free of charge and is actively developed. It supports you in every step of your research work.

Collect

  • Search across many online scientific catalogues like CiteSeer, CrossRef, Google Scholar, IEEEXplore, INSPIRE-HEP, Medline PubMed, MathSciNet, Springer, arXiv, and zbMATH
  • Import options for over 15 reference formats
  • Easily retrieve and link full-text articles
  • Fetch complete bibliographic information based on ISBN, DOI, PubMed-ID and arXiv-ID
  • Extract metadata from PDFs
  • Import new references directly from the browser with one click using the official browser extension for Firefox, Chrome, Edge and Vivaldi

Organize

  • Group your research into hierarchical collections and organize research items based on keywords/tags, search terms or your manual assignments
  • Advanced search and filter features
  • Complete and fix bibliographic data by comparing with curated online catalogues such as Google Scholar, Springer or MathSciNet
  • Customizable citation key generator
  • Customize and add new metadata fields or reference types
  • Find and merge duplicates
  • Attach related documents: 20 different kinds of documents supported out of the box, completely customizable and extendable
  • Automatically rename and move associated documents according to customizable rules
  • Keep track of what you read: ranking, priority, printed, quality-assured

Cite

  • Native BibTeX and Biblatex support
  • Cite-as-you-write functionality for external applications such as Emacs, Kile, LyX, Texmaker, TeXstudio, Vim and WinEdt.
  • Format references in one of the many thousand built-in citation styles or create your style
  • Support for Word and LibreOffice/OpenOffice for inserting and formatting citations

Share

  • Many built-in export options or create your export format
  • Library is saved as a simple text file and thus it is easy to share with others via Dropbox and is version-control friendly
  • Work in a team: sync the contents of your library via a SQL database

Installation

Fresh development builds are available at builds.jabref.org. The latest stable release is available at FossHub.

Please see our Installation Guide.

Bug Reports, Suggestions, Other Feedback

Donation Paypal Donate

We are thankful for any bug reports or other feedback. If you have ideas for new features you want to be included in JabRef, tell us in our forum! If you need support in using JabRef, please read the documentation first, the frequently asked questions (FAQ) and also have a look at our community forum. You can use our GitHub issue tracker to file bug reports.

An explanation of donation possibilities and usage of donations is available at our donations page.

Contributing

dev-docs Help Contribute to Open Source Join the chat at https://gitter.im/JabRef/jabref OpenHub Deployment Status Test Status codecov.io

Want to be part of a free and open-source project that tens of thousands of scientists use every day? Check out the ways you can contribute, below:

We view pull requests as a collaborative process. Submit a pull request early to get feedback from the team on work in progress. We will discuss improvements with you and agree to merge them once the developers approve.

If you want a step-by-step walk-through on how to set-up your workspace, please check this guideline.

To compile JabRef from source, you need a Java Development Kit 14 and JAVA_HOME pointing to this JDK. To run it, just execute gradlew run. When you want to develop, it is necessary to generate additional sources using gradlew generateSource and then generate the Eclipse gradlew eclipse. For IntelliJ IDEA, just import the project via a Gradle Import by pointing at the build.gradle.

gradlew test executes all tests. We use Github Actions for executing the tests after each commit. For developing, it is sufficient to locally only run the associated test for the classes you changed. Github will report any other failure.

You can’t perform that action at this time.