mirror of
https://github.com/openmlsys/openmlsys-zh.git
synced 2026-03-21 12:32:04 +08:00
Split each bilingual CONTRIBUTING file into _en.md and _zh.md variants: - CONTRIBUTING.md → CONTRIBUTING_en.md + CONTRIBUTING_zh.md - style.md → style_en.md + style_zh.md - info.md → info_en.md + info_zh.md - issue.md → issue_en.md + issue_zh.md - reference_guide.md → reference_guide_en.md + reference_guide_zh.md terminology.md kept as-is (bilingual lookup table by nature). Update README.md to link to _zh.md files, README_EN.md to _en.md files. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
606 B
606 B
Reference Citation Guide
All references are maintained in mlsys.bib.
Adding Bibliography Entries
Add a BibTeX entry to mlsys.bib. Before adding, search for existing keys to avoid duplicates:
@inproceedings{cnn2015,
title = {CNN},
author = {xxx},
year = {2015},
keywords = {xxx}
}
In-text Citations
A space is required before the citation directive:
-
Single reference
This article references the paper :cite:`cnn2015` -
Multiple references separated by commas
This article references the papers :cite:`cnn2015,rnn2015`