معرفی شرکت ها


academic-0.8.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Import publications from your reference manager to Hugo
ویژگی مقدار
سیستم عامل -
نام فایل academic-0.8.1
نام academic
نسخه کتابخانه 0.8.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده George Cushen
ایمیل نویسنده hugo-discuss@googlegroups.com
آدرس صفحه اصلی https://wowchemy.com
آدرس اینترنتی https://pypi.org/project/academic/
مجوز MIT
# [Hugo Academic CLI](https://github.com/wowchemy/hugo-academic-cli) [![Download from PyPI](https://img.shields.io/pypi/v/academic.svg?style=for-the-badge)](https://pypi.python.org/pypi/academic) [![Conda](https://img.shields.io/conda/v/conda-forge/academic?label=CONDA&style=for-the-badge)](https://anaconda.org/conda-forge/academic) [![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) [![GitHub Sponsors](https://img.shields.io/github/sponsors/gcushen?label=%E2%9D%A4%EF%B8%8F%20sponsor&style=for-the-badge)](https://github.com/sponsors/gcushen) [![Twitter Follow](https://img.shields.io/twitter/follow/georgecushen?label=Follow%20on%20Twitter&style=for-the-badge)](https://twitter.com/GeorgeCushen) [![GitHub followers](https://img.shields.io/github/followers/gcushen?label=Follow%20on%20GH&style=for-the-badge)](https://github.com/gcushen) ### 📚 Import publications from your reference manager to [Hugo](https://gohugo.io/) **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](https://www.zotero.org), and provide this as the input * Hugo command pass-through **Community** - 📚 [View the **documentation**](https://wowchemy.com/docs/content/publications/#import-from-bibtex) and usage guide below - 💬 [Chat with the **Wowchemy community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io) - 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithAcademic](https://twitter.com/search?q=(%23MadeWithWowchemy%20OR%20%23MadeWithAcademic)&src=typed_query) **❤️ 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: - ❤️ [Become a **GitHub Sponsor** and **unlock perks**](https://github.com/sponsors/gcushen) - ☕️ [**Donate a coffee**](https://paypal.me/cushen) - 👩‍💻 [**Contribute**](#contribute) ## Prerequisites 1. Create a [Hugo](https://gohugo.io) website such as by using the [Hugo Academic Starter](https://github.com/wowchemy/starter-hugo-academic) template for the [Wowchemy](https://wowchemy.com) website builder 1. [Download your site from GitHub, installing Hugo and its dependencies](https://wowchemy.com/docs/getting-started/install-hugo-extended/) 1. Install [Python 3.6+](https://realpython.com/installing-python/) if it’s not already installed 1. [Version control](https://guides.github.com/introduction/git-handbook/#version-control) your website - Ideally, version control your site with [Git](http://rogerdudler.github.io/git-guide/) 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:** 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](https://wowchemy.com/docs/content/publications/). **Run a Hugo command (pass-through):** academic server ## Contribute Interested in contributing to **open source** and **open science**? Learn [how to contribute code on Github](https://codeburst.io/a-step-by-step-guide-to-making-your-first-github-contribution-5302260a2940). Check out the [open issues](https://github.com/wowchemy/hugo-academic-cli/issues) and contribute a [Pull Request](https://github.com/wowchemy/hugo-academic-cli/pulls). 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](https://georgecushen.com). Licensed under the [MIT License](https://github.com/wowchemy/hugo-academic-cli/blob/main/LICENSE.md). ![PyPI - Downloads](https://img.shields.io/pypi/dm/academic?label=PyPi%20Downloads&style=for-the-badge) ![Conda](https://img.shields.io/conda/dn/conda-forge/academic?label=Conda%20Downloads&style=for-the-badge) [![License](https://img.shields.io/pypi/l/academic.svg?style=for-the-badge)](https://github.com/wowchemy/hugo-academic-cli/blob/main/LICENSE.md)


نیازمندی

مقدار نام
==0.16.10 ruamel.yaml
- toml
- requests
==1.1.0 bibtexparser


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl academic-0.8.1:

    pip install academic-0.8.1.whl


نصب پکیج tar.gz academic-0.8.1:

    pip install academic-0.8.1.tar.gz