KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
bibwiki
★ 40
Open GitHub ↗
BibTeX Generator for Wikipedia
Download README (.md)
Explore Similar Repositories
all-in-one-wordpress-security
:
Github repository for the all in one WordPress security plugin
mnIMAPSync
:
Java IMAP email syncing tool
awspushbundle
:
A Symfony Bundle for sending cross platform push notifications, using Amazon SNS
meteor-url-shortener
:
A URL shortening service built with Meteor
PanelDue
:
Firmware for TFT control panel for Duet electronics
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bibwiki
?
Download (.md)
# bibwiki *BibTeX Generator for Wikipedia* This project uses Wikipedia's API to extract information about articles using their URLs and then formats a citation for that article for use with BibTeX. ## Things that happen when you click the button 1. The country code and article name are extracted from the URL. 2. All redirects are followed to get to the canonical name for the article. 3. The details for the article are retrieved. 4. The BibTeX and HTML representations for the citation are updated. Steps 3 and 4 occur as asynchronous callbacks once the previous step is complete. ## Bundled dependencies This project uses: * Twitter Bootstrap * jQuery * moment.js ## Disclaimer Most educators and professionals do not consider it appropriate to use tertiary sources such as encyclopedias as a sole source for any information. Citing an encyclopedia as an important reference in footnotes or bibliographies may result in censure or a failing grade. Wikipedia articles should be used for background information, as a reference for correct terminology and search terms, and as a starting point for further research. ## Inspired projects Others have written other versions of this using other frameworks, here's a selection: * https://github.com/karlosos/url_to_bibtex (React)