Añade sección 'How to cite' con BibTeX
Browse files
README.md
CHANGED
|
@@ -52,6 +52,24 @@ Riesz-energy/spherical-codes apparatus and the earlier detection
|
|
| 52 |
contribution entirely). Kept for provenance, not cited by any table
|
| 53 |
or figure above. See `archive/README.md`.
|
| 54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
## License
|
| 56 |
|
| 57 |
Apache-2.0, matching the code repository.
|
|
|
|
| 52 |
contribution entirely). Kept for provenance, not cited by any table
|
| 53 |
or figure above. See `archive/README.md`.
|
| 54 |
|
| 55 |
+
## How to cite
|
| 56 |
+
|
| 57 |
+
Cite the code repository (this dataset's own DOI,
|
| 58 |
+
[10.57967/hf/9743](https://doi.org/10.57967/hf/9743), identifies this
|
| 59 |
+
specific CSV collection if you need to reference it directly):
|
| 60 |
+
|
| 61 |
+
```bibtex
|
| 62 |
+
@software{munozpla2026samefunctiondifferentpruning,
|
| 63 |
+
author = {Muñoz Plá, Manuel},
|
| 64 |
+
title = {Same function, different pruning: the dominant direction
|
| 65 |
+
of W_O under free, soft, and hard intervention},
|
| 66 |
+
year = {2026},
|
| 67 |
+
version = {2.0.0},
|
| 68 |
+
doi = {10.5281/zenodo.21630535},
|
| 69 |
+
url = {https://github.com/mmunozpl/angular-separation-vit}
|
| 70 |
+
}
|
| 71 |
+
```
|
| 72 |
+
|
| 73 |
## License
|
| 74 |
|
| 75 |
Apache-2.0, matching the code repository.
|