daskol / typst-templates

A list of paper templates in the area of machine learning.
MIT License
57 stars 2 forks source link

CVPR reference format #14

Open LeeWlving opened 1 month ago

LeeWlving commented 1 month ago

Thank you for your great job! However, I have a problem that the reference format of cvpr template is not standard ieee format. Maybe a special csl for cvpr is better?

daskol commented 1 month ago

Totally agreed. The issue is that creating a CSL-file is not so simple and requires plenty of time and effort.

I am going to solve the problem with a translator from BST (Bibliogrpaphy STyle) files to CSL files. Currently, I've implemented two BST parsers, a layer for intermediate representation, and simple stack machine for evaluating BST expressions (so it is possible to generate LaTeX bibentries). The most difficult part, projecting IR to CSL, remains.

LeeWlving commented 1 month ago

Thank you for your excellent job!