Skip to content

Instantly share code, notes, and snippets.

View faymek's full-sized avatar

Faymek Feng faymek

  • Shanghai Jiao Tong University
  • Shanghai
View GitHub Profile
@faymek
faymek / bibtex_to_coins_xml.py
Created March 30, 2025 17:44
given a bibtext entry, convert to coins xml, append it in a hidden DOM, then [zotero connector](https://www.zotero.org/download/connectors) can detect all of them.
entry = {
"number": "JVET-S2001",
"title": "Versatile Video Coding (Draft 10), Document JVET-S2001",
"author": "B. Bross, J. Chen, S. Liu, Y.-K. Wang",
"booktitle": "Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 19th Meeting",
"date": "2020-10-08",
"address": "Geneva, Switzerland",
"url": "https://jvet-experts.org/doc_end_user/documents/19_Teleconference/wg11/JVET-S2001-v17.zip",
}