Skip to content

Commit 65403ba

Browse files
authored
Add organizations in fundings (#587)
1 parent 0846c9e commit 65403ba

File tree

10 files changed

+129
-4
lines changed

10 files changed

+129
-4
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,17 +204,32 @@ If you like `QuantumToolbox.jl`, we would appreciate it if you starred the repos
204204
`QuantumToolbox.jl` is supported by the [Unitary Fund](https://unitary.fund), a grant program for quantum technology projects.
205205

206206
<div align="center">
207-
<a href="https://unitary.fund">
207+
<a href="https://unitary.fund" target="about:blank">
208208
<img src="https://raw.githubusercontent.com/unitaryfund/unitary.fund/refs/heads/main/src/assets/svg/logo.svg" alt="Unitary Fund logo" width="200">
209209
</a>
210210
</div>
211211

212+
`QuantumToolbox.jl` is partially supported by
213+
214+
<div align="center">
215+
<a href="https://www.epfl.ch" target="about:blank"><img src="docs/src/assets/org-logo/EPFL.svg" style="margin:5px;" alt="EPFL logo" width="200"></a>
216+
<a href="https://www.epfl.ch/research/domains/quantum-center" target="about:blank"><img src="docs/src/assets/org-logo/EPFL-QSE.svg" style="margin:5px;" alt="EPFL QSE logo" width="200"></a>
217+
218+
<a href="https://www.ncku.edu.tw" target="about:blank"><img src="docs/src/assets/org-logo/NCKU.png" style="margin:5px;" alt="NCKU logo" width="250"></a>
219+
<a href="https://qfort.ncku.edu.tw" target="about:blank"><img src="docs/src/assets/org-logo/QFort.png" style="margin:5px;" alt="QFort logo" width="250"></a>
220+
<a href="https://www.nstc.gov.tw" target="about:blank"><img src="docs/src/assets/org-logo/NSTC.png" style="margin:5px;" alt="NSTC logo" width="250"></a>
221+
222+
<a href="https://dml.riken.jp" target="about:blank"><img src="docs/src/assets/org-logo/RIKEN.png" style="margin:5px;" alt="RIKEN logo" width="200"></a>
223+
<a href="https://rqc.riken.jp" target="about:blank"><img src="docs/src/assets/org-logo/RIKEN-RQC.svg" style="margin:5px;" alt="RIKEN RQC logo" width="200"></a>
224+
<a href="https://www.jst.go.jp/moonshot" target="about:blank"><img src="docs/src/assets/org-logo/JST-Moonshot.png" style="margin:5px;" alt="JST Moonshot logo" width="200"></a>
225+
</div>
226+
212227
### Other Acknowledgements
213228

214229
We are also grateful to the [Zulip](https://zulip.com) team for providing a free chat service for open-source projects.
215230

216231
<div align="center">
217-
<a href="https://zulip.com">
232+
<a href="https://zulip.com" target="about:blank">
218233
<img src="https://zulip.com/static/images/logo/zulip-org-logo.svg" alt="Zulip logo" width="200">
219234
</a>
220235
</div>
Lines changed: 17 additions & 0 deletions
Loading

docs/src/assets/org-logo/EPFL.svg

Lines changed: 21 additions & 0 deletions
Loading
9.84 KB
Loading

docs/src/assets/org-logo/NCKU.png

23.4 KB
Loading

docs/src/assets/org-logo/NSTC.png

19.3 KB
Loading

docs/src/assets/org-logo/QFort.png

64 KB
Loading
Lines changed: 55 additions & 0 deletions
Loading

docs/src/assets/org-logo/RIKEN.png

8.35 KB
Loading

docs/src/resources/acknowledgements.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,36 @@
66

77
```@raw html
88
<div align="center">
9-
<a href="https://unitary.fund">
9+
<a href="https://unitary.fund" target="about:blank">
1010
<img src="https://raw.githubusercontent.com/unitaryfund/unitary.fund/refs/heads/main/src/assets/svg/logo.svg" alt="Unitary Fund logo" width="200">
1111
</a>
1212
</div>
1313
```
1414

15+
`QuantumToolbox.jl` is partially supported by
16+
17+
```@raw html
18+
<div align="center">
19+
<a href="https://www.epfl.ch" target="about:blank"><img src="/org-logo/EPFL.svg" style="margin:5px;" alt="EPFL logo" width="200"></a>
20+
<a href="https://www.epfl.ch/research/domains/quantum-center" target="about:blank"><img src="/org-logo/EPFL-QSE.svg" style="margin:5px;" alt="EPFL QSE logo" width="200"></a>
21+
22+
<a href="https://www.ncku.edu.tw" target="about:blank"><img src="/org-logo/NCKU.png" style="margin:5px;" alt="NCKU logo" width="250"></a>
23+
<a href="https://qfort.ncku.edu.tw" target="about:blank"><img src="/org-logo/QFort.png" style="margin:5px;" alt="QFort logo" width="250"></a>
24+
<a href="https://www.nstc.gov.tw" target="about:blank"><img src="/org-logo/NSTC.png" style="margin:5px;" alt="NSTC logo" width="250"></a>
25+
26+
<a href="https://dml.riken.jp" target="about:blank"><img src="/org-logo/RIKEN.png" style="margin:5px;" alt="RIKEN logo" width="200"></a>
27+
<a href="https://rqc.riken.jp" target="about:blank"><img src="/org-logo/RIKEN-RQC.svg" style="margin:5px;" alt="RIKEN RQC logo" width="200"></a>
28+
<a href="https://www.jst.go.jp/moonshot" target="about:blank"><img src="/org-logo/JST-Moonshot.png" style="margin:5px;" alt="JST Moonshot logo" width="200"></a>
29+
</div>
30+
```
31+
1532
## [Other Acknowledgements](@id doc:Other-Acknowledgements)
1633

1734
We are also grateful to the [Zulip](https://zulip.com) team for providing a free chat service for open-source projects.
1835

1936
```@raw html
2037
<div align="center">
21-
<a href="https://zulip.com">
38+
<a href="https://zulip.com" target="about:blank">
2239
<img src="https://zulip.com/static/images/logo/zulip-org-logo.svg" alt="Zulip logo" width="200">
2340
</a>
2441
</div>

0 commit comments

Comments
 (0)