Henry Zhu
Henry Zhu
要把代码放在if __name__ == '__main__':里面才不会报错
这个是基于 [nju-thesis](https://github.com/Haixing-Hu/nju-thesis/tree/master),原来的版本是 [C] (参考链接 [link](https://github.com/Haixing-Hu/nju-thesis/blob/04387c17e758a89dbb140ca0c34fa72696954ac3/gbt7714-2005.bst#L1783C3-L1783C69)) ```bst FUNCTION {inproceedings} { % void Entry::inproceedings() { "C" set.mark % set_mark("C"); inconf.impl % inbook_impl(); } ``` 但是根据2021年新发布的 [武汉大学本科生毕业论文(设计)工作管理办法(修订)](https://uc.whu.edu.cn/xs/bylw_sj_.htm)中关于参考文献的规定,确实是[A],但是有两个地方。摘录如下 > 3.文献是会议论文集时,书写格式为: > [序号]作者. 文章题目[A].主编.论文集名[C],出版地:出版单位,出版年份:起止页码. 所以这篇论文的引用如下(直接从[IEEEXplore](https://ieeexplore.ieee.org/document/9879745)拿的bibtex,没有出版地和单位了)...
能不能用 API key 的方式呢
Why is this merge blocked? How to copy a short commit hash? Most of the time only a short hash is required.
my `pyproject.toml` is: ```toml [project] name = "my project" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.11, =0.34.3", "loguru>=0.7.3", "transformers[torch]>=4.54.1", ] ``` When...