LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.38k stars 525 forks source link

No citation file #1923

Closed dpaleka closed 9 months ago

dpaleka commented 11 months ago

If this repo had a CITATION.cff file, the project would be easy to cite in papers, and every paper would cite it in the same way (enabling e.g. Google Scholar accounting). See examples for PyTorch and Stockfish.

AlexisOlson commented 9 months ago

The basic info should be something like:

cff-version: 1.2.0
title: LeelaChessZero
type: software
authors:
  - name: The LCZero Authors
repository-code: 'https://github.com/LeelaChessZero/lc0'
url: 'https://lczero.org/'
repository-artifact: 'https://github.com/LeelaChessZero/lc0/releases/'
abstract: >-
  Lc0 is a UCI-compliant chess engine designed to play chess
  via neural network, specifically those of the
  LeelaChessZero project.
keywords:
  - chess
  - neural networks (NN)
  - artificial intelligence (AI)
license: GPL-3.0
AlexisOlson commented 9 months ago

Created https://github.com/LeelaChessZero/lc0/pull/1934

mooskagh commented 9 months ago

Thanks Danial for the suggestion and Alexis for providing the file! Closing the issue as fixed.