Skip to content

arXiv.org non-official badge implementation for Markdown files

License

Notifications You must be signed in to change notification settings

zsxoff/arxiv-badge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published