GetRD / academic-file-converter

πŸ“š Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. ε°†Bibtex转捒为Markdown网站

Home Page:https://docs.hugoblox.com/reference/content-types/#automatically-import-publications-from-bibtex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import fails without any output even with verbose param

rikrdo89 opened this issue Β· comments

After installing the latest version, and running academic import -v --bibtex my.bib in my wowchemy academic directory , there is no a single line of std output/error. Nothing changes in my directory tree.

Here is the output of tree after running import (same as before)

$ tree content/publication/
content/publication/
β”œβ”€β”€ _index.md
β”œβ”€β”€ conference-paper
β”‚   β”œβ”€β”€ cite.bib
β”‚   β”œβ”€β”€ conference-paper.pdf
β”‚   β”œβ”€β”€ featured.jpg
β”‚   └── index.md
β”œβ”€β”€ journal-article
β”‚   β”œβ”€β”€ cite.bib
β”‚   β”œβ”€β”€ featured.jpg
β”‚   └── index.md
└── preprint
    β”œβ”€β”€ featured.jpg
    └── index.md

Here is the output of help. Version is not specified.

$ academic import -h
usage: academic import [-h] [--assets] [--bibtex BIBTEX] [--publication-dir PUBLICATION_DIR] [--featured]
                       [--overwrite] [--normalize] [-v] [-dr]

options:
  -h, --help            show this help message and exit
  --assets              Import third-party JS and CSS for generating an offline site
  --bibtex BIBTEX       File path to your BibTeX file
  --publication-dir PUBLICATION_DIR
                        Path to import publications to (default `content/publication`)
  --featured            Flag publications as featured
  --overwrite           Overwrite existing publications
  --normalize           Normalize each keyword to lowercase with uppercase first letter
  -v, --verbose         Verbose mode
  -dr, --dry-run        Perform a dry run (Bibtex only)

This issue is stale because it has not had any recent activity. The resources of the project maintainers are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the main branch, consider contributing a Pull Request with a fix.

If this is a feature request, and you feel that it is still relevant and valuable, consider contributing a Pull Request for review.

This issue will automatically close soon if no further activity occurs. Thank you for your contributions.