publications-list.sh
A tool to get publications list from DBLP as a table in LaTeX or in BibTeX for references.
Science Score: 67.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
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Repository
A tool to get publications list from DBLP as a table in LaTeX or in BibTeX for references.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
A tool to get publications list from DBLP as a table in LaTeX or in BibTeX for references.

Don't reveal this to your professor. Say you are doing clerical work.
```bash $ node index.js latex-table https://dblp.org/pid/XX/YYYY.html -o output.tex
Generated LaTeX table saved to output.tex
$ node index.js bibtex https://dblp.org/pid/XX/YYYY.html -o output.bib
Generated BibTeX file saved to output.bib
$ node index.js latex-table https://dblp.org/pid/XX/YYYY.html -o output.tex --title /dynamic/i
Filter publications by title containing "dynamic" (case-insensitive), and save to output.tex
$ node index.js latex-table https://dblp.org/pid/XX/YYYY.html -o output.tex --year 1999-2009
Filter publications by year between 1999 and 2009, and save to output.tex
$ node index.js latex-table https://dblp.org/pid/XX/YYYY.html -o output.tex --author /Teja/i
Filter publications by author containing "Teja" (case-insensitive), and save to output.tex
$ node index.js bibtex https://dblp.org/pid/XX/YYYY.html -o output.bib --author /Teja/i
Filter publications by author containing "Teja" (case-insensitive), and save to output.bib
```
References
- dblp: How can I fetch all publications of one specific author?
- JavaScript Reference : MDN Web Docs
- Regex lookahead, lookbehind and atomic groups
- BibTeX
Owner
- Name: pantryf
- Login: pantryf
- Kind: organization
- Repositories: 1
- Profile: https://github.com/pantryf
Exploring cutting-edge tech to drive business forward.
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Sahu
given-names: Subhajit
orcid: https://orcid.org/0000-0001-5140-6578
title: "javascriptf/script-publications-list: A tool to get publications list from DBLP as a table in LaTeX or in BibTeX for references"
version: 1.0.0
doi: 10.5281/zenodo.10014627
date-released: 2023-10-17
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Subhajit Sahu | w****7@g****m | 6 |
Issues and Pull Requests
Last synced: 8 months ago
Dependencies
- sax 1.2.4
- xml2js 0.6.2
- xmlbuilder 11.0.1
- xml2js ^0.6.2
