Skip to content

Commit

Permalink
chore: add citation (#945)
Browse files Browse the repository at this point in the history
This adds the long requested citation. I think we should also add a
Zenodo citation too. Note that requesting a paper instead of the
software project is discouraged; there's also a way to request both be
cited, etc.



https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files

Close #738.

---------

Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Nov 16, 2024
1 parent bfbd625 commit acc69a8
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ repos:
- id: check-metaschema
files: \.schema\.json

- repo: https://github.com/citation-file-format/cffconvert
rev: 054bda51dbe278b3e86f27c890e3f3ac877d616c
hooks:
- id: validate-cff

- repo: https://github.com/scientific-python/cookie
rev: 2024.08.19
hooks:
Expand Down
59 changes: 59 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
cff-version: 1.2.0
message: "Please cite this software using the metadata from 'preferred-citation'."
title: "Scikit-build-core"
version: "0.10.7"
date-released: "2024-10-20"
abstract: "Build compiled Python packages using CMake"
keywords:
- python
- cmake
authors:
- family-names: Schreiner
given-names: Henry
name-suffix: III
orcid: https://orcid.org/0000-0002-7833-783X
affiliation: Princeton University
website: https://iscinumpy.dev
alias: henryiii
- family-names: Fillion-Robin
given-names: Jean-Christophe
orcid: https://orcid.org/0000-0002-9688-8950
affiliation: Kitware
alias: jcfr
- family-names: McCormick
given-names: Matt
orcid: https://orcid.org/0000-0001-9475-3756
affiliation: Kitware
alias: thewtex
- family-names: Le
given-names: Christian
orcid: https://orcid.org/0000-0001-5122-8521
alias: LecrisUT
url: https://scikit-build-core.readthedocs.io
repository-code: https://github.com/scikit-build/scikit-build-core
license: Apache-2.0
preferred-citation:
type: conference-paper
title: Scikit-build-core
conference:
name: SciPy 2024
journal: Proceedings of the 23rd Python in Science Conference
issn: 2575-9752
date-published: 2024-07-10
doi: 10.25080/FMKR8387
license: CC-BY-4.0
authors:
- family-names: Schreiner
given-names: Henry
name-suffix: III
orcid: https://orcid.org/0000-0002-7833-783X
affiliation: Princeton University
website: https://iscinumpy.dev
- family-names: Fillion-Robin
given-names: Jean-Christophe
orcid: https://orcid.org/0000-0002-9688-8950
affiliation: Kitware
- family-names: McCormick
given-names: Matt
orcid: https://orcid.org/0000-0001-9475-3756
affiliation: Kitware

0 comments on commit acc69a8

Please sign in to comment.