docs: link the documentation site + citation metadata
Browse files- CITATION.cff +17 -0
CITATION.cff
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: "If you use this software, please cite it as below."
|
| 3 |
+
title: "screening-ceiling"
|
| 4 |
+
abstract: "A machine-certified impossibility result about coupling extraction."
|
| 5 |
+
type: software
|
| 6 |
+
authors:
|
| 7 |
+
- name: "ChipletOS / Genesis contributors"
|
| 8 |
+
version: 0.1.0
|
| 9 |
+
date-released: 2026-07-28
|
| 10 |
+
license: CC-BY-4.0
|
| 11 |
+
repository-code: "https://github.com/nickharris808/screening-ceiling"
|
| 12 |
+
url: "https://nickharris808.github.io/physics-lint/"
|
| 13 |
+
keywords:
|
| 14 |
+
- rf
|
| 15 |
+
- signal-integrity
|
| 16 |
+
- physics
|
| 17 |
+
- verification
|