Skip to content

Commit

Permalink
Copy table fix
Browse files Browse the repository at this point in the history
  • Loading branch information
royallyscrewd committed Jul 19, 2024
1 parent f5b8493 commit 3628e20
Showing 1 changed file with 49 additions and 19 deletions.
68 changes: 49 additions & 19 deletions src/pages/datasets.astro
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ import data from "@/assets/sti-survey.json";
<td class="p-3 min-w-24 text-center">-</td>
<td class="p-3 min-w-24 text-center">93,3K</td>
<td class="p-3 min-w-24 text-center">7K</td>
<td class="p-3 min-w-24 "> Freebase</td>
<td class="p-3 min-w-24"> Freebase</td>
<td class="p-3 min-w-24"
>[<a
href="https://www.semantic-web-journal.net/content/effective-and-efficient-semantic-table-interpretation-using-tableminer"
Expand Down Expand Up @@ -709,12 +709,22 @@ import data from "@/assets/sti-survey.json";
>
R2
</th>
<td class="p-3 min-w-24 text-center">484K</td>
<td class="p-3 min-w-24 text-center">2,8M</td>
<td class="p-3 min-w-24 text-center">7,9M</td>
<td class="p-3 min-w-24 text-center">-</td>
<td class="p-3 min-w-24 text-center">1,2M</td>
<td class="p-3 min-w-24 text-center">-</td>
<td class="p-3 min-w-24 text-center">12,1K</td>
<td class="p-3 min-w-24 text-center"
><div class="flex flex-col w-full items-center">
<span>55,9K</span>
<span>(4|8|4,6)</span>
</div></td
>
<td class="p-3 min-w-24 text-center"
><div class="flex flex-col w-full items-center">
<span>84,9K</span>
<span>(5|16|7,97)</span>
</div></td
>
<td class="p-3 min-w-24 text-center">438K</td>
<td class="p-3 min-w-24 text-center">283K</td>
<td class="p-3 min-w-24 text-center">43,8K</td>
</tr>
<tr class="even:bg-tableBottom odd:bg-tableDark">
<th
Expand All @@ -723,12 +733,22 @@ import data from "@/assets/sti-survey.json";
>
R3
</th>
<td class="p-3 min-w-24 text-center">484K</td>
<td class="p-3 min-w-24 text-center">2,8M</td>
<td class="p-3 min-w-24 text-center">7,9M</td>
<td class="p-3 min-w-24 text-center">-</td>
<td class="p-3 min-w-24 text-center">1,2M</td>
<td class="p-3 min-w-24 text-center">-</td>
<td class="p-3 min-w-24 text-center">62,6K</td>
<td class="p-3 min-w-24 text-center"
><div class="flex flex-col w-full items-center">
<span>229K</span>
<span>(3|7|3,66)</span>
</div></td
>
<td class="p-3 min-w-24 text-center"
><div class="flex flex-col w-full items-center">
<span>397K</span>
<span>(3|16|7,34)</span>
</div></td
>
<td class="p-3 min-w-24 text-center">167K</td>
<td class="p-3 min-w-24 text-center">768K</td>
<td class="p-3 min-w-24 text-center">167K</td>
</tr>

<tr class="even:bg-tableBottom odd:bg-tableDark">
Expand All @@ -738,12 +758,22 @@ import data from "@/assets/sti-survey.json";
>
R4
</th>
<td class="p-3 min-w-24 text-center">484K</td>
<td class="p-3 min-w-24 text-center">2,8M</td>
<td class="p-3 min-w-24 text-center">7,9M</td>
<td class="p-3 min-w-24 text-center">-</td>
<td class="p-3 min-w-24 text-center">1,2M</td>
<td class="p-3 min-w-24 text-center">-</td>
<td class="p-3 min-w-24 text-center">22,4K</td>
<td class="p-3 min-w-24 text-center"
><div class="flex flex-col w-full items-center">
<span>79,6K</span>
<span>(1|8|3,55)</span>
</div></td
>
<td class="p-3 min-w-24 text-center"
><div class="flex flex-col w-full items-center">
<span>670K</span>
<span>(6|15,5K|30,94)</span>
</div></td
>
<td class="p-3 min-w-24 text-center">32,5K</td>
<td class="p-3 min-w-24 text-center">1,7M</td>
<td class="p-3 min-w-24 text-center">56,5K</td>
</tr>

<tr class="even:bg-tableBottom odd:bg-tableDark">
Expand Down

0 comments on commit 3628e20

Please sign in to comment.