Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Apr 20, 2024
1 parent f6346cc commit acccd5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/md-generator/generate_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def generate_bar_representation(data, folders, bar_width=400, bar_height=8):

def generate_markdown_table(data, folders, all_concepts):
"""Generate markdown table representation of the data."""
markdown = "| Icon Set | Concepts | Total | All Equivalence (%) | Some Equivalence (%) | Unique (%) | Missing |\n"
markdown = "| <sub><sup>ICON SET</sup></sub> | <sub><sup>CONCEPTS</sup></sub> | <sub><sup>TOTAL</sup></sub> | <sub><sup>ALL EQUIVALENCE (%)</sup></sub> | <sub><sup>SOME EQUIVALENCE (%)</sup></sub> | <sub><sup>UNIQUE (%)</sup></sub> | <sub><sup>MISSING</sup></sub> |\n"
markdown += "| --------- | --------: | -----: | ----------: | -------------------: | -------------------: | ------------: |\n"

for folder in folders:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Blau
<img src='https://dummyimage.com/2x8/0066FF/000&text=+' alt='All Equivalence'><img src='https://dummyimage.com/9x8/EAC344/000&text=+' alt='Some Equivalence'><img src='https://dummyimage.com/2x8/59C2C9/000&text=+' alt='Unique'><img src='https://dummyimage.com/387x8/D1D5E4/000&text=+' alt='Missing'>


| Icon Set | Concepts | Total | All Equivalence (%) | Some Equivalence (%) | Unique (%) | Missing |
| <sub><sup>ICON SET</sup></sub> | <sub><sup>CONCEPTS</sup></sub> | <sub><sup>TOTAL</sup></sub> | <sub><sup>ALL EQUIVALENCE (%)</sup></sub> | <sub><sup>SOME EQUIVALENCE (%)</sup></sub> | <sub><sup>UNIQUE (%)</sup></sub> | <sub><sup>MISSING</sup></sub> |
| --------- | --------: | -----: | ----------: | -------------------: | -------------------: | ------------: |
| Telefonica | 420 | 1193 | 3 (0.3%) ![All Equivalence](https://dummyimage.com/8x8/0066FF/000&text=+) | 451 (37.8%) ![Some Equivalence](https://dummyimage.com/8x8/EAC344/000&text=+) | 739 (61.9%) ![Unique](https://dummyimage.com/8x8/59C2C9/000&text=+) | 516 |
| O2 | 302 | 894 | 3 (0.3%) ![All Equivalence](https://dummyimage.com/8x8/0066FF/000&text=+) | 443 (49.6%) ![Some Equivalence](https://dummyimage.com/8x8/EAC344/000&text=+) | 448 (50.1%) ![Unique](https://dummyimage.com/8x8/59C2C9/000&text=+) | 815 |
Expand Down

0 comments on commit acccd5d

Please sign in to comment.