excite-cli

A terminal-based citation generator

https://gitlab.com/nshan651/excite-cli

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

A terminal-based citation generator

Basic Info
  • Host: gitlab.com
  • Owner: nshan651
  • Default Branch: main
Statistics
  • Stars: 0
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Created about 4 years ago
Metadata Files
Readme License Citation

README.md

Logo

Search for a citation by specifying either the title of the work or an identifier code (ISBN, OCLC, LCCN, OLID) and a citation type (MLA, APA, BibTex).

Copy citations to your clipboard and/or add them to a bibliography file.

Usage

``` $ excite -h Usage: excite [-h] [-o] [-r ] {bibtex,APA,MLA}

Arguments: {bibtex,APA,MLA} Cite style input ISBN, DOI, or title query

Options: -h, --help Show this help message and exit. -o, --output Output citation to a file. -r , Rename output file. (default: citation.txt) --rename ```

Examples

ISBN

$ excite APA 9781400079278 Murakami, H.(2006). Kafka on the shore. VINTAGE.

DOI

$ excite bibtex 10.2307/2266170 @article{church1940, author = "Alonzo Church" title = "A formulation of the simple theory of types" journal = "Journal of Symbolic Logic" year = "1940" publisher = "Cambridge University Press (CUP)" pages = "56-68" doi = "10.2307/2266170" }

SEARCH

$ excite MLA "The Lord of the Rings" ``` [1] The Lord of the Rings J.R.R. Tolkien 1954

ISBN: 9785878600132

[2] Novels (Hobbit / Lord of the Rings) J.R.R. Tolkien 1979

ISBN: 9780261103566

[3] Lord of the Rings J. R. R. Tolkien 1976

ISBN: 9780061917820

[4] Realm of the Ring Lords Laurence Gardner 2000

ISBN: 9781931412148

[5] Lord of the Rings Cedco Publishing 2001

ISBN: 9780768325294

Press any key for more results Tolkien, J.R.R., et. al. "The Lord of the Rings." WSOY, 1954. ```

Dependencies

  • Lua 5.4.4+

sudo luarocks install lua-curl lua-json argparse

Owner

  • Name: Nick S
  • Login: nshan651
  • Kind: user

Citation (citation.txt)

@article{konashevych2020,
author = "Oleksii Konashevych and Oleg Khovayko"
title = "Randpay: The technology for blockchain micropayments and transactions which require recipient's consent"
journal = "Computers & Security"
year = "2020"
publisher = "Elsevier BV"
pages = "101892"
doi = "10.1016/j.cose.2020.101892"
}