steeliron550-ui/search-bibtex — explained in plain English
Analysis updated 2026-05-18
Generate correct BibTeX entries for a paper by giving the tool a PDF or title.
Fix inaccurate references that an AI assistant generated for a bibliography.
Refresh an existing bibliography file with updated metadata while keeping citation keys intact.
Batch process a large stack of papers to build a bibliography file automatically.
| steeliron550-ui/search-bibtex | open-builders/pumpfun-bundler-pump.fun-bundler-solana-token-bundler-bot | openai/openai-deno-build | |
|---|---|---|---|
| Stars | 143 | 143 | 143 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | — | — | 2024-10-30 |
| Maintenance | — | — | Stale |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 4/5 | 2/5 |
| Audience | researcher | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Ships as prebuilt binaries so no Node.js install is required, source builds need pnpm and a Makefile.
PolyCite is a command-line tool that helps researchers find accurate citation data for academic papers. When writing a paper, authors need to list references in a specific format called BibTeX. Doing this by hand is slow, and using AI assistants to generate references often produces errors such as wrong authors, wrong years, or papers that do not exist at all. This tool is built to solve those problems. Given a PDF of a paper, a title string, or an existing bibliography file, the tool contacts multiple academic databases at once: DBLP, arXiv, Crossref, OpenAlex, Semantic Scholar, and DOI resolution services. It collects candidate results, scores them by how well they match the title, authors, year, and identifiers, then presents a ranked list for the user to pick from. An interactive terminal menu lets the user navigate candidates with keyboard shortcuts, filter results, and confirm a choice. For scripts or automated pipelines, a flag lets the user select a result by index without any interactive prompt. The tool can also update an existing bibliography file in place: it re-queries each entry, replaces the metadata with fresher data from the databases, and keeps the original citation keys intact so references in the paper text do not break. Batch processing is supported for working through many papers at once. Distribution is through pre-built binaries for each platform placed in the repository's dist-bin folder, so no Node.js installation is required to run it. Source builds use pnpm and a Makefile. Configuration lives in a TOML file where the user can set source priority order, scoring weights for each field, how many candidates to return, and whether sources are queried in parallel. The README is written primarily in Chinese with English documentation available in a separate file.
A command-line tool that finds accurate BibTeX citation data for academic papers by querying multiple scholarly databases and letting you pick the best match.
Mainly TypeScript. The stack also includes TypeScript, pnpm, TOML.
The README does not state a license.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.