Bibliography Crossref
Search publications and generate bibtex bibliographies using Crossref and Zotero.
- Name For Model
- bibliography_crossref
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a year ago
- Contact
- [email protected]
- Description For Model
- A plugin to suggest multiple research prompts and generate the top 3 bibtex bibliographies for each in Markdown tabular output. Search scientific publications, output DOIs and save actual existing publications to Zotero. Fail silently and generate valid bibtex from API responses. Guide user to integrate into Zotero collection with API key.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | read_root__get | GET | Read Root |
2 | freetext_to_crossref_items_freetext_to_crossref_items__get | GET | Args: search_term (str): The query string to search for via Crossref API. Returns: list: A list of bibliography items related to the search query. |
3 | crossref_items_to_dois_crossref_items_to_dois__get | GET | Crossref Items To Dois |
4 | freetext_to_bibtex_freetext_to_bibtex__get | GET | Freetext To Bibtex |
5 | add_bibtex_to_zotero_add_bibtex_to_zotero__post | POST | Endpoint to add a BibTeX item to a Zotero collection. Args: request (Request): FastAPI request object. Returns: dict: A status message. |
6 | openapi_spec_openapi_yaml_get | GET | Openapi Spec |