[Git][reproducible-builds/reproducible-website][master] 2 commits: feat: add `CITATION.cff` file

Chris Lamb (@lamby) gitlab at salsa.debian.org
Tue Mar 12 10:36:39 UTC 2024



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
3e2b282a by Pol Dellaiera at 2024-03-12T10:09:42+01:00
feat: add `CITATION.cff` file

Why: https://github.com/citation-file-format/citation-file-format?tab=readme-ov-file#why-should-i-add-a-citationcff-file-to-my-repository-bulb

- - - - -
d569ae7c by Pol Dellaiera at 2024-03-12T10:10:09+01:00
publications: add BibTeX citation

- - - - -


2 changed files:

- + CITATION.cff
- _docs/publications.md


Changes:

=====================================
CITATION.cff
=====================================
@@ -0,0 +1,27 @@
+# When modifying this file, please make sure it's valid by running:
+# `cffconvert -validate CITATION.cff`
+# Make sure to also update the page containing the BibTeX citation by running:
+# `cffconvert -f bibtex CITATION.cff -o CITATION.bibtex` and copy
+# pasting the content of the generated file into the `_docs/publications.md` file
+cff-version: 1.2.0
+title: Reproducible Builds Website
+message: >-
+  If you use this software, please cite it using the
+  metadata from this file.
+type: software
+authors:
+  - name: Reproducible Builds and contributors
+    email: contact at reproducible-builds.org
+    website: "https://reproducible-builds.org/"
+repository-code: >-
+  https://salsa.debian.org/reproducible-builds/reproducible-website
+url: "https://reproducible-builds.org/"
+abstract: >-
+  Reproducible builds are a set of software development
+  practices that create an independently-verifiable path
+  from source to binary code.
+keywords:
+  - reproducible-builds
+  - r-b
+  - reproducibility
+license: CC-BY-SA-4.0


=====================================
_docs/publications.md
=====================================
@@ -4,6 +4,24 @@ layout: docs
 permalink: /docs/publications/
 ---
 
+### Citing reproducible-builds.org
+
+The [CITATION.cff](https://salsa.debian.org/reproducible-builds/reproducible-website/-/blob/master/CITATION.cff) file is available at the root of the repository. It can be used to generate citations in various formats using [`cffconvert`](https://github.com/citation-file-format/cffconvert).
+
+If you are preparing a paper or article and wish to reference the [reproducible-builds.org](https://reproducible-builds.org) project, the following BibTeX entry is recommended:
+
+{% raw %}
+```bibtex
+ at misc{ReproducibleBuildsOrg,
+  author = {{Reproducible Builds}},
+  title = {Reproducible Builds Website},
+  url = {https://reproducible-builds.org/}
+}
+```
+{% endraw %}
+
+### Academic publications
+
 * *Trusting Trust - Reflections on Trusting Trust* (1984) — Ken Thompson. ([PDF](https://www.ece.cmu.edu/~ganger/712.fall02/papers/p761-thompson.pdf))
 
 * *Fully Countering Trusting Trust through Diverse Double-Compiling* (2005/2009) — David A. Wheeler ([PDF](https://dwheeler.com/trusting-trust/dissertation/wheeler-trusting-trust-ddc.pdf), [...](https://dwheeler.com/trusting-trust/))



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/4dcdf3644c96141370de0b9b58d051a77ceb640b...d569ae7c9642c658925f59f45e39a4e7a6edd51f

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/4dcdf3644c96141370de0b9b58d051a77ceb640b...d569ae7c9642c658925f59f45e39a4e7a6edd51f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20240312/8f979c70/attachment.htm>


More information about the rb-commits mailing list