Skip to content

Commit 87f586c

Browse files
committed
docs: add review description
1 parent bc19b2c commit 87f586c

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/pages/about.astro

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import merkleTrees from '../assets/Merkle.png';
1616
1717
const title = "About - The Insight Journal";
1818
const description = "Learn about the Insight Journal's mission, technology, and how to contribute to open, reproducible medical image analysis research.";
19-
const currentYear = new Date().getFullYear();
2019
const lastModified = new Date();
2120
---
2221

@@ -104,7 +103,7 @@ const lastModified = new Date();
104103
<li><strong>Verifiable Provenance:</strong> Cryptographic identifiers (<a href="https://dpid.org" target="_blank" rel="noopener noreferrer">DPIDs</a>) and blockchain-based
105104
records create tamper-proof provenance for all contributions.</li>
106105
<li><strong>Community Governance:</strong> Decision-making power resides with the community,
107-
not corporate publishers. The journal's future belongs to its users.</li>
106+
not corporate publishers. The journal's future belongs to its contributors.</li>
108107
<li><strong>Sustainability:</strong> Built on open-source principles with cost-effective
109108
infrastructure designed for long-term preservation and community ownership.</li>
110109
</ul>
@@ -211,6 +210,9 @@ const lastModified = new Date();
211210
These technologies all share a common foundation: <a href="https://en.wikipedia.org/wiki/Merkle_tree" target="_blank" rel="noopener noreferrer">Merkle trees</a>, which provide cryptographic
212211
verification and tamper-proof records. Every change, every version, every contribution is
213212
permanently and verifiably recorded.
213+
<br />
214+
<i>Post-publication manipulations are impossible without detection.</i>
215+
<strong>This ensures integrity, transparency, and trustworthiness</strong>
214216
</p>
215217

216218
<h3>FAIR by Design</h3>
@@ -314,14 +316,14 @@ const lastModified = new Date();
314316
rich, interactive content that transforms articles from static PDFs into engaging, explorable research artifacts.
315317
</p>
316318
<p>
317-
MyST Markdown's structured yet human-readable format makes research exceptionally accessible to AI systems and large language models (LLMs).
318-
Unlike proprietary formats or PDFs that obscure content structure, MyST preserves semantic meaning through its markup—equations remain
319-
interpretable, code blocks are clearly delineated, and citations maintain their relationships. This machine-readability enables AI agents
319+
<strong>MyST Markdown's structured yet human-readable format makes research exceptionally accessible to AI systems and large language models (LLMs).</strong>
320+
Unlike proprietary formats or PDFs that obscure content structure, MyST <strong>preserves semantic meaning</strong> through its markup—equations remain
321+
interpretable, code blocks are clearly delineated, and citations maintain their relationships. This <strong>machine-readability</strong> enables AI agents
320322
to accurately extract methodologies, reproduce analyses, generate summaries, and synthesize findings across multiple papers.
321323
</p>
322324
<p>
323-
As research increasingly leverages AI for literature review, meta-analysis, and automated hypothesis generation, MyST's transparent structure ensures
324-
that published knowledge remains computationally accessible for decades to come, bridging human scholarship and artificial intelligence.
325+
As research increasingly leverages AI for literature review, meta-analysis, and automated hypothesis generation, <strong>MyST's transparent structure ensures
326+
that published knowledge remains computationally accessible for decades to come</strong>, bridging human scholarship and artificial intelligence.
325327
</p>
326328

327329
<h3>MyST Example</h3>
@@ -536,7 +538,7 @@ image = itk.imread('data/img1.png')
536538
When the editorial process is complete and your manuscript is accepted, a version-of-record
537539
DOI will be minted for the final published version. Your work will be indexed in CrossRef,
538540
OpenAlex, and Google Scholar, and contributors will receive automatic ORCID credit.
539-
</p>
541+
</p> -->
540542

541543
<h2>Become a Reviewer</h2>
542544
<p>
@@ -552,7 +554,7 @@ image = itk.imread('data/img1.png')
552554

553555
<h3>The Review Process</h3>
554556
<p>
555-
As a reviewer, you will:
557+
<a href="https://desci.typeform.com/insight" target="_blank" rel="noopener noreferrer">As a reviewer</a>, you will:
556558
</p>
557559
<ol>
558560
<li>Receive invitations to review submissions that match your expertise</li>
@@ -598,7 +600,7 @@ image = itk.imread('data/img1.png')
598600
<li>Helping maintain and improve the article template</li>
599601
<li>Spreading awareness of open science principles</li>
600602
<li>Supporting the development of ITK and related tools</li>
601-
</ul> -->
603+
</ul>
602604
</section>
603605
</wa-tab-panel>
604606
</wa-tab-group>

0 commit comments

Comments
 (0)