Skip to content

Commit

Permalink
More badges (#3143)
Browse files Browse the repository at this point in the history
* more badges

* community

* center badges
  • Loading branch information
lazarusA authored Aug 11, 2023
1 parent 30e7d79 commit 7b481f6
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@
</picture>
</div>

<div align="center">

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/MakieOrg/Makie.jl/blob/main/LICENSE)
[![][docs-stable-img]][docs-stable-url] [![][docs-master-img]][docs-master-url]
[![][docs-stable-img]][docs-stable-url] [![][docs-master-img]][docs-master-url][![JOSS][joss-img]][joss-url]
[![Build Status](https://github.com/MakieOrg/Makie.jl/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/MakieOrg/Makie.jl/actions/workflows/ci.yml?query=branch%3Amaster)
[![](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow%20%40MakiePlots)](https://twitter.com/MakiePlots)
[![chat][discord-img]][discord-url]
[![Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/Makie&label=Downloads)](https://pkgs.genieframework.com?packages=Makie)

</div>

From the japanese word [_Maki-e_](https://en.wikipedia.org/wiki/Maki-e), which is a technique to sprinkle lacquer with gold and silver powder.
Data is the gold and silver of our age, so let's spread it out beautifully on the screen!

Expand All @@ -24,8 +29,13 @@ Data is the gold and silver of our age, so let's spread it out beautifully on th
[docs-stable-url]: http://docs.makie.org/stable/
[docs-master-img]: https://img.shields.io/badge/docs-master-blue.svg
[docs-master-url]: http://docs.makie.org/dev/
[joss-url]: https://doi.org/10.21105/joss.03349
[joss-img]: http://joss.theoj.org/papers/10.21105/joss.03349/status.svg

# Citing Makie
[discord-url]: https://discord.com/invite/2FBjYAT3cY
[discord-img]: https://img.shields.io/discord/996787732149981214.svg?logo=discord&colorB=7289DA&style=flat-square

## Citing Makie

If you use Makie for a scientific publication, please cite [our JOSS paper](https://joss.theoj.org/papers/10.21105/joss.03349) the following way:

Expand Down Expand Up @@ -56,7 +66,11 @@ Journal of Open Source Software, 6(65), 3349, https://doi.org/10.21105/joss.0334

or [Download the BibTeX file](./assets/DanischKrumbiegel2021.bibtex).

# Installation
## Community Channels

We are on [Discord](https://discord.com/invite/2FBjYAT3cY) and [Discourse](https://discourse.julialang.org/c/17?tags=Makie)! Community channels are a great way for you to ask questions and get help. Please join us!

## Installation

Please consider using the backends directly. As explained in the documentation, they re-export all of Makie's functionality.
So, instead of installing Makie, just install e.g. GLMakie directly:
Expand Down Expand Up @@ -99,7 +113,7 @@ To run the tests, you also should add:
For more info about ReferenceTests, check out its [README](./ReferenceUpdater/README.md)
</details>

# Examples
## Examples

The following examples are supposed to be self-explanatory. For further information [check out the documentation!](http://docs.makie.org/stable/)

Expand Down

0 comments on commit 7b481f6

Please sign in to comment.