Skip to content

Commit 1b693a3

Browse files
committed
docs: add Codecov badge, prepare Zenodo DOI badge slot, and fix CITATION
- README: add a live Codecov coverage badge (token wired up via repo Secrets in this round) and a commented-out Zenodo DOI badge that will be enabled once the first DOI is minted by the next GitHub release. - CITATION.cff: the preferred-citation block had the wrong title (it pointed at the CTRA arXiv preprint while the URL pointed at the QQA ICLR 2025 paper). Replace the title with the correct ICLR 2025 paper ("Optimization by Parallel Quasi-Quantum Annealing with Gradient-Based Sampling") and add an arXiv:2409.02135 identifier so citation tooling (Zenodo, ORCID, OpenAlex) resolves to the same artefact. Made-with: Cursor
1 parent 275d04d commit 1b693a3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CITATION.cff

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license: BSD-3-Clause
1111
version: 0.3.0
1212
preferred-citation:
1313
type: conference-paper
14-
title: "Continuous Tensor Relaxation for Finding Diverse Solutions in Combinatorial Optimization"
14+
title: "Optimization by Parallel Quasi-Quantum Annealing with Gradient-Based Sampling"
1515
authors:
1616
- family-names: Ichikawa
1717
given-names: Yuma
@@ -21,3 +21,7 @@ preferred-citation:
2121
name: "International Conference on Learning Representations (ICLR)"
2222
year: 2025
2323
url: "https://openreview.net/forum?id=9EfBeXaXf0"
24+
identifiers:
25+
- type: other
26+
value: "arXiv:2409.02135"
27+
description: arXiv preprint

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ methods, a 17-class problem catalogue, a Streamlit dashboard and a CLI.
1414
<a href="https://github.com/Yuma-Ichikawa/QQA4CO/actions/workflows/ci.yml"><img src="https://github.com/Yuma-Ichikawa/QQA4CO/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
1515
<a href="https://yuma-ichikawa.github.io/QQA4CO/"><img src="https://img.shields.io/badge/docs-mkdocs--material-blue?logo=materialformkdocs&logoColor=white" alt="Documentation"></a>
1616
<a href="https://github.com/Yuma-Ichikawa/QQA4CO/discussions"><img src="https://img.shields.io/github/discussions/Yuma-Ichikawa/QQA4CO?logo=github&label=Discussions" alt="GitHub Discussions"></a>
17+
<a href="https://codecov.io/gh/Yuma-Ichikawa/QQA4CO"><img src="https://codecov.io/gh/Yuma-Ichikawa/QQA4CO/branch/main/graph/badge.svg" alt="Coverage"></a>
18+
<!-- Zenodo DOI badge: replace ZENODO_RECORD_ID once the first DOI is minted (see tasks/test/oss_followups_after_zenodo_codecov.md) -->
19+
<!-- <a href="https://doi.org/10.5281/zenodo.ZENODO_RECORD_ID"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.ZENODO_RECORD_ID.svg" alt="DOI"></a> -->
1720
</p>
1821

1922
<p align="center">

0 commit comments

Comments
 (0)