academic-file-converter icon indicating copy to clipboard operation
academic-file-converter copied to clipboard

📚 Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. 将Bibtex转换为Markdown网站

Results 14 academic-file-converter issues
Sort by recently updated
recently updated
newest added

Currently, we use the ID provided by Bibtex. An ID based on the title may be more intuitive but this kind of ID is unavailable in Bibtex, so would require...

enhancement
help wanted
good first issue

# Goals Add support for JSON CSL # Details Use JSON CSL as input since it's the web-friendly reference format that can be exported by popular reference managers. Going forward,...

enhancement
help wanted
good first issue

# Goals Add support for front matter options (e.g. projects, categories) via reference manager's `extras` field. This could simplify the process of importing publications, effectively using the reference manager as...

enhancement
help wanted
good first issue

# Background Merging of #68 introduced a dependency on Hugo by using the `hugo new` command. Users have reported that the Academic tool can now be more difficult to use...

enhancement
help wanted
good first issue

Similar to the nbconvert approach documented at https://wowchemy.com/docs/import/jupyter/ but using the Python module directly rather than via SDK. Algo idea: 1. Recursively locate all Jupyter notebooks in a site's `content/`...

enhancement
help wanted
good first issue

Building upon #49 where the GitHub Action for CI was created. See workflow at https://github.com/wowchemy/hugo-academic-cli/actions Todo: - [ ] Formatting (Isort and Black) will not currently provide errors, so requires...

enhancement
help wanted
good first issue

Bumps [notebook](https://github.com/jupyter/notebook) from 7.0.6 to 7.0.7. Release notes Sourced from notebook's releases. v7.0.7 7.0.7 (Full Changelog) Enhancements made Update to JupyterLab 4.0.11 #7215 (@​krassowski) Maintenance and upkeep improvements Update ruff...

stale
dependencies

Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.8 to 4.0.11. Release notes Sourced from jupyterlab's releases. v4.0.11 4.0.11 (Full Changelog) Security fixes Potential authentication and CSRF tokens leak in JupyterLab (GHSA-44cc-43rp-5947) SXSS in Markdown...

stale
dependencies

Bumps [jupyter-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) from 2.2.0 to 2.2.2. Changelog Sourced from jupyter-lsp's changelog. jupyter-lsp 2.2.2 bug fixes: address warning about renamed extension_points (#1035) fix compatibility with jupyter server 1.x fix an authentication-related...

stale
dependencies

Hi 👋 I like to use the academic-file-converter in a GitHub action to build a static website. I feed it with a bib file download from [my dblp profile](https://dblp1.uni-trier.de/pid/141/9540.html?view=bibtex). This...