From e0c4f6377c5256ed725b8c1dc836f3212ce4d5da Mon Sep 17 00:00:00 2001 From: Luciano Bello Date: Thu, 22 Aug 2024 20:28:08 +0200 Subject: [PATCH] Add links to GH projects in README.md (#17) --- README.md | 50 +++++++++++++++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 147385a..d12c09e 100644 --- a/README.md +++ b/README.md @@ -21,24 +21,40 @@ The [_Munich Quantum Toolkit (MQT)_](https://mqt.readthedocs.io) is a collection ## GitHub Information -| Projekt | latest version | forks | stars | -| ------------------- | --------------------------------: | ------------------------------: | ------------------------------: | -| `mqt-ddsim` | ![gh.mqt.ddsim.release][] | ![gh.mqt.ddsim.forks][] | ![gh.mqt.ddsim.stars][] | -| `mqt-qcec` | ![gh.mqt.qcec.release][] | ![gh.mqt.qcec.forks][] | ![gh.mqt.qcec.stars][] | -| `mqt-qmap` | ![gh.mqt.qmap.release][] | ![gh.mqt.qmap.forks][] | ![gh.mqt.qmap.stars][] | -| `mqt-qecc` | ![gh.mqt.qecc.release][] | ![gh.mqt.qecc.forks][] | ![gh.mqt.qecc.stars][] | -| `mqt-bench` | ![gh.mqt.bench.release][] | ![gh.mqt.bench.forks][] | ![gh.mqt.bench.stars][] | -| `mqt-predictor` | ![gh.mqt.predictor.release][] | ![gh.mqt.predictor.forks][] | ![gh.mqt.predictor.stars][] | -| `mqt-core` | ![gh.mqt.core.release][] | ![gh.mqt.core.forks][] | ![gh.mqt.core.stars][] | -| `mqt-problemsolver` | ![gh.mqt.problemsolver.release][] | ![gh.mqt.problemsolver.forks][] | ![gh.mqt.problemsolver.stars][] | -| `mqt-syrec` | ![gh.mqt.syrec.release][] | ![gh.mqt.syrec.forks][] | ![gh.mqt.syrec.stars][] | -| `mqt-ddvis` | ![gh.mqt.ddvis.release][] | ![gh.mqt.ddvis.forks][] | ![gh.mqt.ddvis.stars][] | -| `mqt-qusat` | ![gh.mqt.qusat.release][] | ![gh.mqt.qusat.forks][] | ![gh.mqt.qusat.stars][] | -| `mqt-dasqa` | ![gh.mqt.dasqa.release][] | ![gh.mqt.dasqa.forks][] | ![gh.mqt.dasqa.stars][] | -| `mqt-ionshuttler` | ![gh.mqt.ionshuttler.release][] | ![gh.mqt.ionshuttler.forks][] | ![gh.mqt.ionshuttler.stars][] | -| `mqt-qubomaker` | ![gh.mqt.qubomaker.release][] | ![gh.mqt.qubomaker.forks][] | ![gh.mqt.qubomaker.stars][] | -| `mqt-qudits` | ![gh.mqt.qudits.release][] | ![gh.mqt.qudits.forks][] | ![gh.mqt.qudits.stars][] | +| GitHub Project | latest version | forks | stars | +| --------------------- | --------------------------------: | ------------------------------: | ------------------------------: | +| [`mqt-ddsim`] | ![gh.mqt.ddsim.release][] | ![gh.mqt.ddsim.forks][] | ![gh.mqt.ddsim.stars][] | +| [`mqt-qcec`] | ![gh.mqt.qcec.release][] | ![gh.mqt.qcec.forks][] | ![gh.mqt.qcec.stars][] | +| [`mqt-qmap`] | ![gh.mqt.qmap.release][] | ![gh.mqt.qmap.forks][] | ![gh.mqt.qmap.stars][] | +| [`mqt-qecc`] | ![gh.mqt.qecc.release][] | ![gh.mqt.qecc.forks][] | ![gh.mqt.qecc.stars][] | +| [`mqt-bench`] | ![gh.mqt.bench.release][] | ![gh.mqt.bench.forks][] | ![gh.mqt.bench.stars][] | +| [`mqt-predictor`] | ![gh.mqt.predictor.release][] | ![gh.mqt.predictor.forks][] | ![gh.mqt.predictor.stars][] | +| [`mqt-core`] | ![gh.mqt.core.release][] | ![gh.mqt.core.forks][] | ![gh.mqt.core.stars][] | +| [`mqt-problemsolver`] | ![gh.mqt.problemsolver.release][] | ![gh.mqt.problemsolver.forks][] | ![gh.mqt.problemsolver.stars][] | +| [`mqt-syrec`] | ![gh.mqt.syrec.release][] | ![gh.mqt.syrec.forks][] | ![gh.mqt.syrec.stars][] | +| [`mqt-ddvis`] | ![gh.mqt.ddvis.release][] | ![gh.mqt.ddvis.forks][] | ![gh.mqt.ddvis.stars][] | +| [`mqt-qusat`] | ![gh.mqt.qusat.release][] | ![gh.mqt.qusat.forks][] | ![gh.mqt.qusat.stars][] | +| [`mqt-dasqa`] | ![gh.mqt.dasqa.release][] | ![gh.mqt.dasqa.forks][] | ![gh.mqt.dasqa.stars][] | +| [`mqt-ionshuttler`] | ![gh.mqt.ionshuttler.release][] | ![gh.mqt.ionshuttler.forks][] | ![gh.mqt.ionshuttler.stars][] | +| [`mqt-qubomaker`] | ![gh.mqt.qubomaker.release][] | ![gh.mqt.qubomaker.forks][] | ![gh.mqt.qubomaker.stars][] | +| [`mqt-qudits`] | ![gh.mqt.qudits.release][] | ![gh.mqt.qudits.forks][] | ![gh.mqt.qudits.stars][] | +[`mqt-ddsim`]: https://github.com/cda-tum/mqt-ddsim +[`mqt-qcec`]: https://github.com/cda-tum/mqt-qcec +[`mqt-qmap`]: https://github.com/cda-tum/mqt-qmap +[`mqt-qecc`]: https://github.com/cda-tum/mqt-qecc +[`mqt-bench`]: https://github.com/cda-tum/mqt-bench +[`mqt-predictor`]: https://github.com/cda-tum/mqt-predictor +[`mqt-core`]: https://github.com/cda-tum/mqt-core +[`mqt-problemsolver`]: https://github.com/cda-tum/mqt-problemsolver +[`mqt-syrec`]: https://github.com/cda-tum/mqt-syrec +[`mqt-ddvis`]: https://github.com/cda-tum/mqt-ddvis +[`mqt-qusat`]: https://github.com/cda-tum/mqt-qusat +[`mqt-dasqa`]: https://github.com/cda-tum/mqt-dasqa +[`mqt-qubomaker`]: https://github.com/cda-tum/mqt-qubomaker +[`mqt-ionshuttler`]: https://github.com/cda-tum/mqt-ionshuttler +[`mqt-qubomaker`]: https://github.com/cda-tum/mqt-qubomaker +[`mqt-qudits`]: https://github.com/cda-tum/mqt-qudits [gh.mqt.ddsim.release]: https://img.shields.io/github/v/release/cda-tum/mqt-ddsim?label=%20&style=flat-square [gh.mqt.ddsim.forks]: https://img.shields.io/github/forks/cda-tum/mqt-ddsim?label=%20&style=flat-square [gh.mqt.ddsim.stars]: https://img.shields.io/github/stars/cda-tum/mqt-ddsim?label=%20&style=flat-square