Embedding / arxiv-badge

arXiv.org non-official badge implementation for Markdown files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arXiv.org non-official badge implementation for Markdown files

This is unofficial badges implementation based on shields.io and arxiv.org.

This project was inspired by the badges by Lilian Besson.

Variations

Basic structure of badge looks like:

arXiv

[![arXiv](https://img.shields.io/badge/arXiv-<INDEX>-<COLOR>.svg)](https://arxiv.org/abs/<INDEX>)

where INDEX is part of URL address for paper which contains version of paper like 1234.56789v1.

Based on arxiv.org colors

In this examples non-existent paper with id 1234.56789 was used.


Based on site footer colors:

arXiv

[![arXiv](https://img.shields.io/badge/arXiv-1234.56789-b31b1b.svg)](https://arxiv.org/abs/1234.56789)

Based on site icon colors:

arXiv

[![arXiv](https://img.shields.io/badge/arXiv-1234.56789-00ff00.svg)](https://arxiv.org/abs/1234.56789)

Based on site icon colors:

arXiv

[![arXiv](https://img.shields.io/badge/arXiv-1234.56789-f9f107.svg)](https://arxiv.org/abs/1234.56789)

Badge style

You can customize badges style adding ?style= options. See more about styles in https://shields.io/.

Examples:

arXiv

[![arXiv](https://img.shields.io/badge/arXiv-1234.56789-b31b1b.svg?style=plastic)](https://arxiv.org/abs/1234.56789)

arXiv

[![arXiv](https://img.shields.io/badge/arXiv-1234.56789-b31b1b.svg?style=flat)](https://arxiv.org/abs/1234.56789)

arXiv

[![arXiv](https://img.shields.io/badge/arXiv-1234.56789-b31b1b.svg?style=flat-square)](https://arxiv.org/abs/1234.56789)

arXiv

[![arXiv](https://img.shields.io/badge/arXiv-1234.56789-b31b1b.svg?style=for-the-badge)](https://arxiv.org/abs/1234.56789)

References

License

License: Unlicense

This project is licensed under the terms of the Unlicense (see LICENSE file).

About

arXiv.org non-official badge implementation for Markdown files

License:The Unlicense