Skip to content

Commit b87b23c

Browse files
committed
docs: add code DOI badge and CITATION.cff
Adds the Zenodo code-release DOI 10.5281/zenodo.20019817 (minted automatically by the GitHub-Zenodo integration when v0.4.1 was published) as a second badge alongside the existing dataset DOI. CITATION.cff lists both DOIs (code + dataset) so GitHub renders a 'Cite this repository' button with APA and BibTeX exports.
1 parent 1802b4c commit b87b23c

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite both the code and the dataset."
3+
title: "DEFault++: Hierarchical fault diagnosis and runtime feature extraction for HuggingFace transformers"
4+
authors:
5+
- family-names: Jahan
6+
given-names: Sigma
7+
type: software
8+
version: "0.4.1"
9+
date-released: "2026-05-04"
10+
license: Apache-2.0
11+
repository-code: "https://github.com/SigmaJahan/DEFaultplusplus-Transformer-Debugging"
12+
identifiers:
13+
- type: doi
14+
value: 10.5281/zenodo.20019817
15+
description: Code release v0.4.1 archived on Zenodo.
16+
- type: doi
17+
value: 10.5281/zenodo.20018623
18+
description: DEFault++ benchmark v1 dataset on Zenodo (paper-aligned feature CSVs).
19+
keywords:
20+
- transformer
21+
- fault diagnosis
22+
- fault detection
23+
- deep learning debugging
24+
- huggingface
25+
- fine-tuning
26+
- feature extraction
27+
- training monitoring

defaultplusplus/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# defaultplusplus
22

33
[![CI](https://github.com/SigmaJahan/DEFaultplusplus-Transformer-Debugging/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/SigmaJahan/DEFaultplusplus-Transformer-Debugging/actions/workflows/ci.yml)
4+
[![Code DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.20019817.svg)](https://doi.org/10.5281/zenodo.20019817)
45
[![Dataset DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.20018623.svg)](https://doi.org/10.5281/zenodo.20018623)
56

67
Hierarchical fault diagnosis and runtime feature extraction for

0 commit comments

Comments
 (0)