| 1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 3 | <defs> |
| 4 | <linearGradient id="coverScrim" x1="0" y1="0" x2="1" y2="0"> |
| 5 | <stop offset="0%" stop-color="#FFFFFF" stop-opacity="0.96" /> |
| 6 | <stop offset="42%" stop-color="#FFFFFF" stop-opacity="0.85" /> |
| 7 | <stop offset="70%" stop-color="#FFFFFF" stop-opacity="0.0" /> |
| 8 | </linearGradient> |
| 9 | </defs> |
| 10 | |
| 11 | <g id="bg"> |
| 12 | <rect x="0" y="0" width="1280" height="720" fill="#FFFFFF" /> |
| 13 | <image href="../images/cover_bg.png" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice" /> |
| 14 | <rect x="0" y="0" width="1280" height="720" fill="url(#coverScrim)" /> |
| 15 | </g> |
| 16 | |
| 17 | <g id="cover-marks"> |
| 18 | <rect x="80" y="120" width="80" height="4" fill="#3182CE" /> |
| 19 | <text x="80" y="160" font-family="Arial, "Microsoft YaHei", sans-serif" font-size="13" font-weight="700" fill="#3182CE" letter-spacing="2.5">PAPER · DEEP READ</text> |
| 20 | <text x="80" y="184" font-family="Arial, "Microsoft YaHei", sans-serif" font-size="12" font-weight="500" fill="#4A5568" letter-spacing="1.5">NeurIPS 2017 · arXiv:1706.03762</text> |
| 21 | </g> |
| 22 | |
| 23 | <g id="cover-title"> |
| 24 | <text x="80" y="320" font-family="Georgia, "Microsoft YaHei", serif" font-size="64" font-weight="700" fill="#1A365D">Attention</text> |
| 25 | <text x="80" y="394" font-family="Georgia, "Microsoft YaHei", serif" font-size="64" font-weight="700" fill="#1A365D">Is All</text> |
| 26 | <text x="80" y="468" font-family="Georgia, "Microsoft YaHei", serif" font-size="64" font-weight="700" fill="#1A365D">You Need</text> |
| 27 | </g> |
| 28 | |
| 29 | <g id="cover-subtitle"> |
| 30 | <line x1="80" y1="510" x2="180" y2="510" stroke="#1A365D" stroke-width="1.5" /> |
| 31 | <text x="80" y="540" font-family="Georgia, "Microsoft YaHei", serif" font-size="18" font-style="italic" fill="#4A5568">Vaswani · Shazeer · Parmar · Uszkoreit</text> |
| 32 | <text x="80" y="564" font-family="Georgia, "Microsoft YaHei", serif" font-size="18" font-style="italic" fill="#4A5568">Jones · Gomez · Kaiser · Polosukhin</text> |
| 33 | <text x="80" y="592" font-family="Arial, "Microsoft YaHei", sans-serif" font-size="14" fill="#4A5568">Google Brain · Google Research · University of Toronto</text> |
| 34 | </g> |
| 35 | |
| 36 | <g id="cover-takeaway"> |
| 37 | <rect x="80" y="608" width="6" height="56" fill="#3182CE" /> |
| 38 | <text x="100" y="630" font-family="Arial, "Microsoft YaHei", sans-serif" font-size="14" font-weight="700" fill="#1A365D" letter-spacing="1">THE 2017 IDEA</text> |
| 39 | <text x="100" y="656" font-family="Georgia, "Microsoft YaHei", serif" font-size="18" font-style="italic" fill="#1A202C">Drop recurrence and convolution. Use only attention.</text> |
| 40 | </g> |
| 41 | |
| 42 | <g id="footer"> |
| 43 | <text x="1200" y="694" text-anchor="end" font-family="Arial, "Microsoft YaHei", sans-serif" font-size="11" fill="#A0AEC0">01</text> |
| 44 | <line x1="80" y1="694" x2="120" y2="694" stroke="#A0AEC0" stroke-width="0.5" /> |
| 45 | </g> |
| 46 | </svg> |