Skip to content
Merged

Dev #18

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 20 additions & 39 deletions clinicians.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
>
<link rel="stylesheet" href="styles.css">
</head>
<body class="page-clinicians" data-lang="it">
<body class="page-clinicians" data-lang="en">
<header class="site-header">
<nav class="topbar" aria-label="Primary navigation">
<div class="topbar-inner">
<div class="brand-lockup">
<a class="brand" href="index.html">ReportX</a>
<a class="powered-by" href="https://aimagelab.unimore.it/" aria-label="Powered by AI Image Lab">
Expand All @@ -24,55 +25,34 @@
<a href="clinicians.html">Annotators</a>
<a href="experimental-protocol.html">Protocol</a>
<button class="share-button" type="button" data-share-button>Share</button>
</div>
</nav>
<section id="top" class="hero">
<div class="hero-copy">
<p class="eyebrow">ReportX instructions hub</p>
<h1>One template, three ways in.</h1>
<p>
Pick the documentation path you need: dataset release fields, the Italian
annotator guide, or the English annotator guide.
</p>
<div class="landing-links" aria-label="Documentation entry points">
<a class="landing-card dataset-card" href="dataset-release.html">
<span class="card-kicker">Dataset</span>
<strong>Small Dataset Release</strong>
<span>Field definitions, tumor region legend, and machine/annotator ownership.</span>
</a>
<a class="landing-card clinician-card" href="clinicians.html">
<span class="card-kicker">Annotators</span>
<strong>Annotator guide</strong>
<span>Annotation protocol, annotation fields, examples, and language selector.</span>
</a>
<div class="top-language-switch" aria-label="Language selector">
<input class="lang-radio" type="radio" name="language" id="lang-en" checked>
<label for="lang-en">English</label>
<input class="lang-radio" type="radio" name="language" id="lang-it">
<label for="lang-it">Italiano</label>
</div>
</div>
</section>
</header>

<main>
<section class="section language-panel">
<div class="section-heading">
<div class="lang-copy-it">
</div>
</nav>
<section id="top" class="hero">
<div class="hero-content">
<div class="hero-copy clinicians-it-content">
<p class="eyebrow">Guida per annotatori</p>
<h1>Guida ReportX per gli Annotatori</h1>
<p>Scegli la lingua per il protocollo di annotazione e la guida ai campi di annotazione.</p>
<p>Protocollo di annotazione, campi di annotazione ed esempi.</p>
</div>
<div class="lang-copy-en">
<div class="hero-copy clinicians-en-content">
<p class="eyebrow">Annotator guide</p>
<h1>ReportX Annotators Guide</h1>
<p>Choose the language for the annotation protocol and annotator field guide.</p>
<p>Annotation protocol, annotation fields, and examples.</p>
</div>
</div>
<div class="language-switch" aria-label="Language selector">
<input class="lang-radio" type="radio" name="language" id="lang-it" checked>
<label for="lang-it">Italiano</label>
<input class="lang-radio" type="radio" name="language" id="lang-en">
<label for="lang-en">English</label>
</div>
</section>
</header>

<section class="section alt clinicians-it-content">
<main>

<section class="section alt clinicians-it-content">
<div class="section-heading">
<p class="eyebrow">Obiettivo</p>
<h2>Annotazione del dataset BraTS2023 completo</h2>
Expand Down Expand Up @@ -1153,6 +1133,7 @@ <h2>Utilizzo della piattaforma ToothFairy4M</h2>

<footer class="footer">
<p>ReportX Dataset</p>
<p class="footer-copy">© AImageLab, University of Modena and Reggio Emilia</p>
<div class="footer-links">
<a href="feedback.html">Feedback / issues</a>
</div>
Expand Down
5 changes: 4 additions & 1 deletion dataset-release.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<body class="page-dataset">
<header class="site-header">
<nav class="topbar" aria-label="Primary navigation">
<div class="topbar-inner">
<div class="brand-lockup">
<a class="brand" href="index.html">ReportX</a>
<a class="powered-by" href="https://aimagelab.unimore.it/" aria-label="Powered by AI Image Lab">
Expand All @@ -25,7 +26,8 @@
<a href="experimental-protocol.html">Protocol</a>
<button class="share-button" type="button" data-share-button>Share</button>
</div>
</nav>
</div>
</nav>
<section id="top" class="hero">
<div class="hero-copy">
<p class="eyebrow">ReportX instructions hub</p>
Expand Down Expand Up @@ -750,6 +752,7 @@ <h2>Utilizzo della piattaforma ToothFairy4M</h2>

<footer class="footer">
<p>ReportX Dataset</p>
<p class="footer-copy">© AImageLab, University of Modena and Reggio Emilia</p>
<div class="footer-links">
<a href="feedback.html">Feedback / issues</a>
</div>
Expand Down
Loading
Loading