Switch to unified view

a b/documentation/assets/monai_zenodo.svg
1
<svg xmlns="http://www.w3.org/2000/svg"
2
     width="186" height="20">
3
        <linearGradient id="b" x2="0" y2="100%">
4
            <stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
5
            <stop offset="1" stop-opacity=".1"/>
6
        </linearGradient>
7
        <mask id="a" width="186" height="20">
8
            <rect width="186" height="20" rx="3"
9
            fill="#fff"/>
10
        </mask>
11
        <g mask="url(#a)">
12
            <path fill="#555" d="M0 0h31v20H0z" />
13
            <path fill="#007ec6"
14
            d="M31 0h155v20H31z"
15
            />
16
            <path fill="url(#b)" d="M0 0h186v20H0z" />
17
        </g>
18
        <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,
19
        Verdana,Geneva,sans-serif" font-size="11">
20
            <text x="16" y="15" fill="#010101"
21
            fill-opacity=".3">
22
                DOI
23
            </text>
24
            <text x="16" y="14">
25
                DOI
26
            </text>
27
            <text x="108"
28
            y="15" fill="#010101" fill-opacity=".3">
29
                10.5281/zenodo.7459814
30
            </text>
31
            <text x="108" y="14">
32
                10.5281/zenodo.7459814
33
            </text>
34
        </g>
35
    </svg>