All Projects → wowchemy → Hugo Academic Cli

wowchemy / Hugo Academic Cli

Licence: mit
📚 Import academic publications from Bibtex to Hugo

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hugo Academic Cli

Gscholar
Query Google Scholar with Python
Stars: ✭ 209 (+32.28%)
Mutual labels:  cli, bibtex
my-writing-workflow
Tutorial for converting markdown files in to APA-formatted docs, based on my workflow.
Stars: ✭ 35 (-77.85%)
Mutual labels:  bibtex, academic
Pubs
Your bibliography on the command line
Stars: ✭ 176 (+11.39%)
Mutual labels:  cli, bibtex
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+4261.39%)
Mutual labels:  hugo, academic
Papis
Powerful and highly extensible command-line based document and bibliography manager.
Stars: ✭ 636 (+302.53%)
Mutual labels:  cli, bibtex
Hugo Elasticsearch
Generate Elasticsearch indexes for Hugo static sites by parsing front matter
Stars: ✭ 19 (-87.97%)
Mutual labels:  cli, hugo
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+4.43%)
Mutual labels:  hugo, academic
starter-hugo-research-group
👥 轻松创建研究组或组织网站 Easily create a stunning Research Group, Team, or Business Website with no-code
Stars: ✭ 148 (-6.33%)
Mutual labels:  hugo, academic
mutschler.eu
Source code for my personal website https://mutschler.eu
Stars: ✭ 59 (-62.66%)
Mutual labels:  hugo, academic
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+3756.33%)
Mutual labels:  hugo, academic
Starter Academic
🎓 Easily create a beautiful academic résumé or educational website using Hugo, GitHub, and Netlify
Stars: ✭ 1,158 (+632.91%)
Mutual labels:  hugo, academic
Git Machete
Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen ;)
Stars: ✭ 158 (+0%)
Mutual labels:  cli
Passw0rd
🔑securely checks a password to see if it has been previously exposed in a data breach
Stars: ✭ 159 (+0.63%)
Mutual labels:  cli
Uptoc
A static file deployment tool that supports multiple platforms./ 一个支持多家云厂商的静态文件部署工具
Stars: ✭ 159 (+0.63%)
Mutual labels:  cli
Crud
Build custom admin panels. Fast!
Stars: ✭ 2,144 (+1256.96%)
Mutual labels:  admin
Domain Cli
Search domain names if registered or not in terminal
Stars: ✭ 161 (+1.9%)
Mutual labels:  cli
Webtau
Webtau (short for web test automation) is a testing API, command line tool and a framework to write unit, integration and end-to-end tests. Test across REST-API, Graph QL, Browser, Database, CLI and Business Logic with consistent set of matchers and concepts. REPL mode speeds-up tests development. Rich reporting cuts down investigation time.
Stars: ✭ 156 (-1.27%)
Mutual labels:  cli
Enhancd
🚀 A next-generation cd command with your interactive filter
Stars: ✭ 2,049 (+1196.84%)
Mutual labels:  cli
Fselect
Find files with SQL-like queries
Stars: ✭ 3,103 (+1863.92%)
Mutual labels:  cli
Python Pushover
Comprehensive bindings and command line utility for the Pushover notification service
Stars: ✭ 158 (+0%)
Mutual labels:  cli

Hugo Academic CLI

Download from PyPI Download from Anaconda License

📚 Import publications from your reference manager to Hugo

Features

  • Import publications, including books, conference proceedings and journals, from your reference manager to your static site generator
    • Simply export a BibTeX file from your reference manager, such as Zotero, and provide this as the input
  • Hugo command pass-through

Community

❤️ Support this open-source software

To help us develop this Academic CLI 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. 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. Install Python 3.6+ if it’s not already installed
  4. 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

Alternatively, install Academic CLI v0.5.1 if you do not wish to install Hugo on your computer:

pip3 install academic==0.5.1

Or, help test the lastest development version:

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

Usage

Use the cd command to navigate to your website folder in the terminal:

cd <MY_WEBSITE_FOLDER>

Help:

academic

Import publications:

academic import --bibtex my_publications.bib

Optional arguments:

  • --help Help
  • --featured Flag publications as featured (to appear in Featured Publications widget)
  • --overwrite Overwrite existing publications
  • --publication-dir PUBLICATION_DIR Path to your publications directory (defaults to publication)
  • --normalize Normalize tags by converting them to lowercase and capitalizing the first letter
  • --verbose or -v Show verbose messages

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

Run a Hugo command (pass-through):

academic server

Contribute

For local development, clone this repository and use Pipenv to install the tool using the following commands:

git clone https://github.com/wowchemy/hugo-academic-cli.git
cd hugo-academic-cli
pip3 install pipenv
pipenv install -e .

Preparing a contribution:

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

License

Copyright 2018-present George Cushen.

Licensed under the MIT License.

Analytics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].