Coder Social home page Coder Social logo

opmorgan / bibtex-to-markdown Goto Github PK

View Code? Open in Web Editor NEW

This project forked from getrd/academic-file-converter

0.0 0.0 0.0 154 KB

📚 Import references from Bibtex to your Markdown website or book. 将Bibtex转换为Markdown网站

Home Page: https://wowchemy.com/docs/content/publications/#import-from-bibtex

License: MIT License

Python 89.94% TeX 9.00% Makefile 1.06%

bibtex-to-markdown's Introduction

Download from PyPI Discord GitHub Sponsors Twitter Follow GitHub followers

📚 Easily import publications from your reference manager to your Markdown-formatted website or book

Features

  • Import Bibtex publications (such as books, conference proceedings and journals) from your reference manager to your Markdown-formatted website or book
    • Simply export a BibTeX file from your reference manager, such as Zotero, and provide this as the input to the converter tool
  • Compatible with all static website generators such as Next, Astro, Gatsby, Hugo, etc.

Community

❤️ Support this open-source software

To help us develop this converter tool and the associated Wowchemy software sustainably under the MIT license, we ask all individuals and businesses that use it to help support its ongoing maintenance and development via sponsorship and contributing.

Support development of the Academic CLI:

Prerequisites

  1. Install Python 3.11+ if it’s not already installed

For Building a Website with Hugo (Optional)

  1. Create a Hugo website such as by using the Hugo Academic Starter template for the Wowchemy website builder
  2. Download your site from GitHub, installing Hugo and its dependencies
  3. Version control your website
    • Ideally, version control your site with Git so that you can review the proposed changes and accept or reject them without risking breaking your site
    • Otherwise, if not using Git, backup your site folder prior to running this tool

Installation

Open your Terminal or Command Prompt app and install the Academic CLI tool:

pip3 install -U academic

Or, help test the latest development version:

pip3 install -U git+https://github.com/wowchemy/hugo-academic-cli.git

Usage

Download references from your reference manager, such as Zotero, in the Bibtex format.

Use the cd command to navigate to the folder containing your Bibtex file:

cd <MY_BIBTEX_FOLDER>

Import publications:

Say we downloaded our publications from our reference manager, such as Zotero, to a file named my_publications.bib within the website folder. We can import them into the default content/publication/ folder with:

academic import --bibtex my_publications.bib

Import publications to a specific folder (e.g. content/zh/publication):

Say our site has multiple languages, we may want to output the publications to a specific folder with:

academic import --bibtex my_publications.bib --publication-dir content/zh/publication/

Optional arguments:

  • --publication-dir PUBLICATION_DIR Folder to import publications to (defaults to content/publication)
  • --overwrite Overwrite any existing publications in the output folder
  • --normalize Normalize tags by converting them to lowercase and capitalizing the first letter (e.g. "sciEnCE" -> "Science")
  • --featured Flag these publications as featured (to appear in Featured Publications widget)
  • --verbose or -v Show verbose messages
  • --help Help

After importing publications, a full text PDF and image can be associated with each item and further details added via extra parameters.

Contribute

Interested in contributing to open source and open science?

Learn how to contribute code on Github.

Check out the open issues and contribute a Pull Request.

For local development, clone this repository and use Poetry to install and run the converter using the following commands:

git clone https://github.com/wowchemy/bibtex-to-markdown.git
cd bibtex-to-markdown
poetry install
poetry run academic import --bibtex=tests/data/article.bib --publication-dir=debug --overwrite

Preparing a contribution:

  • Lint: make lint
  • Format: make format
  • Test: make test

License

Copyright 2018-present George Cushen.

Licensed under the MIT License.

PyPI - Downloads License

bibtex-to-markdown's People

Contributors

arichardson avatar armfazh avatar chasnelson1990 avatar christianbrodbeck avatar dependabot[bot] avatar drt24 avatar framboisepi avatar gcushen avatar harvester57 avatar highlando avatar hoechenberger avatar jmuchovej avatar k4rtik avatar liuq avatar lsy3 avatar opmorgan avatar ostaadt avatar sjamieson avatar zyrikby avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.