jabref-team-1
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: Collective-IFT
- License: mit
- Language: Java
- Default Branch: main
- Size: 207 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
- Releases: 0
Metadata Files
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.

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 catalogs 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 using one of thousands of built-in citation styles or create your own 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
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 the feature section of 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
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:
- Not a programmer? Help translating JabRef at Crowdin or learn how to help at contribute.jabref.org
- Quick overview on the architecture needed? Look at our high-level documentation
- For details on how to contribute, have a look at our guidelines for contributing.
- You are welcome to contribute new features. To get your code included into JabRef, just fork the JabRef repository, make your changes, and create a pull request.
- To work on existing JabRef issues, check out our issue tracker. New to open source contributing? Look for issues with the "good first issue" label to get started.
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. Please also remember to discuss bigger changes early with the core developers to avoid a waste of time and work. Some fundamental design decisions can be found within our list of Architectural Decision Records.
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 20 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.
Sponsoring
Owner
- Name: Collective-IFT
- Login: Collective-IFT
- Kind: organization
- Repositories: 1
- Profile: https://github.com/Collective-IFT
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: JabRef
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Oliver
family-names: Kopp
orcid: 'https://orcid.org/0000-0001-6962-4290'
- given-names: Tobias
family-names: Diez
orcid: 'https://orcid.org/0000-0002-1407-7696'
- given-names: Christoph
family-names: Schwentker
- given-names: Carl Christian
family-names: Snethlage
- given-names: Jonatan
family-names: Asketorp
- given-names: Benedikt
family-names: Tutzer
- given-names: Thilo
family-names: Ertel
- given-names: Houssem
family-names: Nasri
repository-code: 'https://github.com/jabref/jabref/'
url: 'https://www.jabref.org'
abstract: >-
JabRef is an open-source, cross-platform citation and
reference management tool.
keywords:
- reference manager
- bibtex
- biblatex
license: MIT
preferred-citation:
type: article
authors:
- family-names: "Kopp"
given-names: "Oliver"
orcid: "https://orcid.org/0000-0001-6962-4290"
- family-names: "Snethlage"
given-names: "Carl Christian"
- family-names: "Schwentker"
given-names: "Christoph"
doi: "10.47397/tb/44-3/tb138kopp-jabref"
journal: "TUGboat"
month: 11
start: 441
end: 447
title: "JabRef: BibTeX-based literature management software"
issue: 138
volume: 44
number: 3
year: 2023
GitHub Events
Total
Last Year
Dependencies
- peter-evans/create-or-update-comment v4 composite
- actions/cache v4 composite
- actions/checkout v4 composite
- lycheeverse/lychee-action v1.9.3 composite
- appleboy/ssh-action v1.0.3 composite
- styfle/cancel-workflow-action 0.12.1 composite
- thollander/actions-comment-pull-request v2 composite
- actions/checkout v4 composite
- actions/download-artifact master composite
- actions/setup-java v4 composite
- actions/upload-artifact v4 composite
- apple-actions/import-codesign-certs v2 composite
- gittools/actions/gitversion/execute v1.1.1 composite
- gittools/actions/gitversion/setup v1.1.1 composite
- gradle/actions/setup-gradle v3 composite
- actions/checkout v4 composite
- actions/setup-java v4 composite
- actions/upload-artifact v4 composite
- apple-actions/import-codesign-certs v2 composite
- awalsh128/cache-apt-pkgs-action master composite
- gittools/actions/gitversion/execute v1.1.1 composite
- gittools/actions/gitversion/setup v1.1.1 composite
- gradle/actions/setup-gradle v3 composite
- oracle-actions/setup-java v1 composite
- thollander/actions-comment-pull-request v2 composite
- actions/checkout v4 composite
- actions/download-artifact master composite
- actions/setup-java v4 composite
- actions/upload-artifact v4 composite
- apple-actions/import-codesign-certs v2 composite
- awalsh128/cache-apt-pkgs-action latest composite
- gittools/actions/gitversion/execute v1.1.1 composite
- gittools/actions/gitversion/setup v1.1.1 composite
- gradle/actions/setup-gradle v3 composite
- thollander/actions-comment-pull-request v2 composite
- BoundfoxStudios/action-gource v2 composite
- Pendect/action-rsyncer v2.0.0 composite
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- actions/checkout v4 composite
- actions/configure-pages v4 composite
- actions/deploy-pages v4 composite
- actions/upload-pages-artifact v3 composite
- ruby/setup-ruby v1 composite
- actions/checkout v4 composite
- peter-evans/create-pull-request v6 composite
- actions/checkout v4 composite
- actions/setup-java v4 composite
- gradle/actions/setup-gradle v3 composite
- peter-evans/create-pull-request v6 composite
- actions/checkout v4 composite
- actions/setup-java v4 composite
- gradle/actions/setup-gradle v3 composite
- DavidAnson/markdownlint-cli2-action v15 composite
- actions/checkout v4 composite
- actions/setup-java v4 composite
- awalsh128/cache-apt-pkgs-action latest composite
- codecov/codecov-action v4 composite
- gradle/actions/setup-gradle v3 composite
- gradle/wrapper-validation-action v2 composite
- mirromutth/mysql-action v1.1 composite
- nikitasavinov/checkstyle-action master composite
- olivernybroe/action-conflict-finder v4.0 composite
- postgres 13-alpine docker
- postgres 10.8 docker
- actions/checkout v4 composite
- actions/setup-java v4 composite
- gradle-update/update-gradle-wrapper-action v1 composite
- softprops/action-gh-release v2 composite
- ruby 2.7 build
- com.fasterxml:aalto-xml 1.3.2 implementation
- com.github.Dansoftowner:jSystemThemeDetector 3.8 implementation
- com.github.javakeyring:java-keyring 1.0.4 implementation
- com.github.sialcasa.mvvmFX:mvvmfx-validation f195849ca9 implementation
- com.github.tomtung:latex2unicode_2.13 0.3.2 implementation
- com.google.guava:guava 33.0.0-jre implementation
- com.googlecode.plist:dd-plist 1.28 implementation
- com.h2database:h2-mvstore 2.2.224 implementation
- com.konghq:unirest-java 3.14.5 implementation
- com.oracle.ojdbc:ojdbc10 19.3.0.0 implementation
- com.tobiasdiez:easybind 2.2.1-SNAPSHOT implementation
- com.vladsch.flexmark:flexmark 0.64.8 implementation
- com.vladsch.flexmark:flexmark-html2md-converter 0.64.8 implementation
- commons-cli:commons-cli 1.6.0 implementation
- de.rototor.snuggletex:snuggletex 1.3.0 implementation
- de.rototor.snuggletex:snuggletex-jeuclid 1.3.0 implementation
- de.saxsys:mvvmfx 1.8.0 implementation
- de.undercouch:citeproc-java 3.0.0-beta.2 implementation
- info.debatty:java-string-similarity 2.0.0 implementation
- io.github.java-diff-utils:java-diff-utils 4.12 implementation
- jakarta.annotation:jakarta.annotation-api 2.1.1 implementation
- jakarta.inject:jakarta.inject-api 2.0.1 implementation
- jakarta.ws.rs:jakarta.ws.rs-api 3.1.0 implementation
- org.antlr:antlr4-runtime 4.13.1 implementation
- org.apache.logging.log4j:log4j-to-slf4j 2.23.1 implementation
- org.apache.lucene:lucene-analysis-common $luceneVersion implementation
- org.apache.lucene:lucene-core $luceneVersion implementation
- org.apache.lucene:lucene-highlighter $luceneVersion implementation
- org.apache.lucene:lucene-queries $luceneVersion implementation
- org.apache.lucene:lucene-queryparser $luceneVersion implementation
- org.apache.pdfbox:fontbox 3.0.2 implementation
- org.apache.pdfbox:pdfbox 3.0.1 implementation
- org.apache.pdfbox:xmpbox 3.0.2 implementation
- org.bouncycastle:bcprov-jdk18on 1.77 implementation
- org.controlsfx:controlsfx 11.2.0 implementation
- org.fxmisc.flowless:flowless 0.7.2 implementation
- org.fxmisc.richtext:richtextfx 0.11.2 implementation
- org.glassfish.hk2:hk2-api 3.1.0 implementation
- org.glassfish.hk2:hk2-testing-jersey 3.0.4 implementation
- org.glassfish.jersey.containers:jersey-container-grizzly2-http 3.1.5 implementation
- org.glassfish.jersey.containers:jersey-container-netty-http 3.1.1 implementation
- org.glassfish.jersey.core:jersey-server 3.1.5 implementation
- org.glassfish.jersey.inject:jersey-hk2 3.1.5 implementation
- org.glassfish.jersey.media:jersey-media-json-gson 3.1.1 implementation
- org.jabref:afterburner.fx 2.0.0 implementation
- org.jsoup:jsoup 1.17.2 implementation
- org.jspecify:jspecify 0.3.0 implementation
- org.kordamp.ikonli:ikonli-javafx 12.3.1 implementation
- org.kordamp.ikonli:ikonli-materialdesign2-pack 12.3.1 implementation
- org.libreoffice:libreoffice 7.6.4 implementation
- org.libreoffice:unoloader 7.6.4 implementation
- org.postgresql:postgresql 42.7.1 implementation
- org.slf4j:jul-to-slf4j 2.0.9 implementation
- org.slf4j:slf4j-api 2.0.12 implementation
- org.tinylog:slf4j-tinylog 2.7.0 implementation
- org.tinylog:tinylog-api 2.7.0 implementation
- org.tinylog:tinylog-impl 2.7.0 implementation
- com.tngtech.archunit:archunit-junit5-api 1.2.1 testImplementation
- io.github.classgraph:classgraph 4.8.168 testImplementation
- org.glassfish.hk2:hk2-junitrunner 3.0.4 testImplementation
- org.glassfish.hk2:hk2-testing 3.0.4 testImplementation
- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 3.1.5 testImplementation
- org.hamcrest:hamcrest-library 2.2 testImplementation
- org.junit.jupiter:junit-jupiter 5.10.2 testImplementation
- org.junit.platform:junit-platform-launcher 1.10.2 testImplementation
- org.mockito:mockito-core 5.11.0 testImplementation
- org.testfx:testfx-core 4.0.16-alpha testImplementation
- org.testfx:testfx-junit5 4.0.16-alpha testImplementation
- org.xmlunit:xmlunit-core 2.9.1 testImplementation
- org.xmlunit:xmlunit-matchers 2.9.1 testImplementation
- com.tngtech.archunit:archunit-junit5-engine 1.2.1 testRuntimeOnly
- jekyll ~> 4.3
- jekyll-default-layout >= 0
- jekyll-figure >= 0
- jekyll-relative-links >= 0
- jekyll-remote-theme >= 0
- jekyll-titles-from-headings >= 0
- just-the-docs = 0.5.0
