Skip to content

Commit

Permalink
Fix MammoTab name
Browse files Browse the repository at this point in the history
  • Loading branch information
cremarco committed Aug 1, 2024
1 parent b08bc0c commit b3597ed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/MammotabHero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Bgblur from "@components/Bgblur.astro";
<h1
class="pb-4 text-4xl font-bold bg-gradient-to-r from-[#E99E57] to-[#FD726D] inline-block text-transparent bg-clip-text"
>
Mammotab dataset
MammoTab dataset
</h1>
<p
class="max-w-2xl mb-6 font-light text-gray-500 lg:mb-8 md:text-lg lg:text-xl dark:text-gray-400"
Expand Down
15 changes: 10 additions & 5 deletions src/components/MammotabTimeline.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ import TableV2 from "@/components/TableV2.astro";
<ol class="relative border-s border-purple-500 max-w-screen-lg">
<div class="absolute top-0 left-0 w-[1px] h-full bg-purple-500"></div>
<Release
title="Mammotab 2024"
title="MammoTab 2024"
version="V2-alpha (SemTab)"
link="https://doi.org/10.5281/zenodo.7014472"
downloadable="false"
>
<div>
<p class="text-base md:text-base lg:text-base">
This version was created for SemTab 2024, it comes from the preliminary version of V2. The annotations within MammoTab 24 are derived from Wikidata v.
20240401 and follow the structure used in the <a
This version was created for SemTab 2024, it comes from the
preliminary version of V2. The annotations within MammoTab 24 are
derived from Wikidata v. 20240401 and follow the structure used in the <a
href="https://sem-tab-challenge.github.io/2024/tracks/sti-vs-llm-track.html "
target="_blank">SemTab challenge.</a
>.
Expand Down Expand Up @@ -118,13 +119,17 @@ import TableV2 from "@/components/TableV2.astro";
</Upgrades>

<Release
title="Mammotab 2022"
title="MammoTab 2022"
version="V1"
link="https://doi.org/10.5281/zenodo.7014472"
>
<div>
<p class="text-base md:text-base lg:text-base">
The annotations within MammoTab22 are derived from Wikidata v. 20220511 and follow the structure used in the SemTab challenge. All tables are stored in a separate CSV file, where each line in the file corresponds to a row in the table. Target columns for annotation, CTA, and CEA are saved in separate CSV files
The annotations within MammoTab22 are derived from Wikidata v.
20220511 and follow the structure used in the SemTab challenge. All
tables are stored in a separate CSV file, where each line in the file
corresponds to a row in the table. Target columns for annotation, CTA,
and CEA are saved in separate CSV files
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ import link from "@/assets/link.svg";
href="https://unimib-datai.github.io/mammotab-docs/"
variant="secondary"
>
Check out Mammotab <svg
Check out MammoTab <svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="18"
Expand Down

0 comments on commit b3597ed

Please sign in to comment.