https://github.com/augustunderground/bib.sh
Script for citation retrieval from Google Books
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.9%) to scientific vocabulary
Keywords
Repository
Script for citation retrieval from Google Books
Basic Info
- Host: GitHub
- Owner: AugustUnderground
- Language: Shell
- Default Branch: master
- Size: 7.81 KB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Bibliography.Shell
My script for retrieving Citations from the commandline. Query Google Books from the Terminal and retrieve BibTex or Roff/Refer Citation.
Dependecies
Usage
bash
$ ./bib.sh <query>
Example: Searching for "layout design scheible" on google
bash
$ ./bib.sh layout design scheible
This will pipe the titles retrieved from Google Books into fzf/fzy. After selecting one, you'll get the BibTex reference printed to stdout.
@book{ label = scheible19,
title = "Fundamentals of Layout Design for Electronic Circuits",
author = "Jens Lienig", "Juergen Scheible" ,
publisher = "Springer Nature",
year = "2020-03-19"
}
To append a reference to a bibliography simply redirect the output to that file:
bash
$ ./bib.sh -l layout design scheible >> library.bib
After selecting the source, there wont be any output in the terminal.
Options
-lbibtex output-rRoff output-bsearch bibtex-gsearch Google Books
For Roff/Refer output use the -r flag, this only works with google books.
bash
$ ./bib.sh -r layout design scheible
Related Work
Owner
- Name: ynk
- Login: AugustUnderground
- Kind: user
- Location: Innsmouth
- Company: @electronics-and-drives
- Website: https://augustunderground.github.io/
- Repositories: 12
- Profile: https://github.com/AugustUnderground
PhD Student at Reutlingen University
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0