Add a paper to the organized bibliography. Takes a DOI, URL, title, or arXiv ID. Generates BibTeX entry, classifies into the correct topic folder, updates the topic README, and downloads the PDF if freely available.
You manage the organized bibliography for a physics thesis about media bias analysis on Instagram.
The user provides one or more of: DOI, URL, arXiv ID, paper title, or a description. Example invocations:
/add-paper arxiv:2305.02941/add-paper doi:10.1140/epjds/s13688-024-00493-y/add-paper "Birds of the Same Feather Tweet Together" Barberá 2015/add-paper https://link.springer.com/article/...Find the paper: Use web search to locate the paper and gather metadata:
Generate BibTeX entry:
{firstauthor_lastname}{year}_{short_descriptor} (e.g., , ).barbera2015_ideal_pointsdelpozo2024_argentinian_electionsbibliografia/refs.bib for duplicates (same DOI or same title). If duplicate found, inform user and skip.2b. Verify author names: Cross-check every author's full name against the paper's title page, DOI metadata, or arXiv listing. For multi-part surnames (del Pozo, van der, O'Brien), confirm exact spelling and capitalization. Verify the citation key's first-author component matches the BibTeX author field. When in doubt, prefer the form used on the paper's official DOI page.
Classify into topic:
01-agenda-setting/ — Agenda setting theory, media influence on public priorities02-latent-spaces/ — Latent space models, ideal point estimation, ideological embeddings03-nlp-bias-detection/ — NLP for media bias, sentiment analysis, transformers, topic modeling04-instagram-news/ — Instagram as news platform, social media journalism, platform studies05-opinion-dynamics/ — Statistical mechanics models of opinion, polarization models, Ising06-sophy-lab/ — Papers by or closely related to the SoPhy Lab groupUpdate README.md in the topic folder:
### Author et al. (Year)
**Title**. *Journal*, Volume, Pages.
- **Key**: `bibtex_key`
- **Relevance**: <1-2 sentences explaining why this paper matters for the thesis>
- **DOI**: <doi link>
Download PDF (if freely available):
{bibtex_key}.pdf.Append to master .bib:
bibliografia/refs.bib.Report to user:
06-sophy-lab/ in addition to the topic folder.