Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inab/citations-widget-oeb
https://github.com/inab/citations-widget-oeb
elixir-euro elixir-spain openebench
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/inab/citations-widget-oeb
- Owner: inab
- License: agpl-3.0
- Created: 2018-05-18T07:59:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T03:58:06.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T10:21:41.756Z (7 months ago)
- Topics: elixir-euro, elixir-spain, openebench
- Language: JavaScript
- Size: 1.85 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Citation
This is a standalone widget to display the citations of a tool at OpenEBench.
![Alt text](docs/images/screenshot.png 'Screenshot')
Live demo available at : https://inab.github.io/citations-widget-OEB/
# How to
Add the build file which you can download from build/build.js and tag it into your html. You can then call the `loadCitationChart()` function. The HTML file should look like the following example:
**Note** : The class attribute on the div should be `class="opebcitations"`
```html
loadCitationChart();
```
### Attributes that can be set on the _
_ tag- data-id : should be unique and start with a letter
- data-url : the ID of the tool from OEB
- data-title : chart title
- data-h : height of the chart
- data-legend : boolean