ICSAC commited on
Commit
a250a86
·
1 Parent(s): 37e20b6

index.html: target=_blank (HF Space sandbox blocks _top)

Browse files

HF wraps static Spaces in an iframe whose sandbox attribute omits
allow-top-navigation, so target=_top silently no-ops. allow-popups +
allow-popups-to-escape-sandbox are set, so target=_blank opens the link
in a new tab and works.

Files changed (1) hide show
  1. index.html +8 -8
index.html CHANGED
@@ -29,22 +29,22 @@
29
  <p class="sub">Open-source AI editorial pipeline for the Institute for Complexity Science and Advanced Computing.</p>
30
 
31
  <nav class="nav">
32
- <a target="_top" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/tree/main">Source (Files)</a>
33
- <a target="_top" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/blob/main/README.md">README</a>
34
- <a target="_top" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/tree/main/rubrics">Rubrics</a>
35
- <a target="_top" href="https://icsacinstitute.org">icsacinstitute.org</a>
36
- <a target="_top" href="https://icsacinstitute.org/submit">/submit</a>
37
  </nav>
38
 
39
  <p>This Space hosts the canonical source of the system that receives, reviews, and adjudicates every paper submitted to ICSAC and its journal <em>Persistence</em>. The submission handler, the rubrics, the prompts, the citation checks, the redaction layer, the audit pass that scores the panel itself &mdash; nothing about how submissions are evaluated is hidden, with one defensive exception (the prompt-injection signal in the RQC audit is unpublished).</p>
40
 
41
  <h2>Why this is public</h2>
42
- <p>Independent and heterodox researchers have legitimate cause to be skeptical of black-box editorial AI. The reasonable response is not to hide the system behind a "trust us"; the reasonable response is to publish it. Open the <a target="_top" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/blob/main/README.md">README</a> for the full overview, or browse the source via the <a target="_top" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/tree/main">Files</a> tab above.</p>
43
 
44
  <h2>License &amp; provenance</h2>
45
- <p>MIT-licensed. Maintained by ICSAC, Fort Wayne IN. See <a target="_top" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/blob/main/LICENSE">LICENSE</a> and <a target="_top" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/blob/main/README.md">README.md</a> for citation guidance.</p>
46
 
47
- <p class="note">This Space is one of two mirrors of the canonical source. The other lives at <code><a target="_top" href="https://github.com/ICSAC/editorial-system">github.com/ICSAC/editorial-system</a></code>; the two stay in sync.</p>
48
  </main>
49
  </body>
50
  </html>
 
29
  <p class="sub">Open-source AI editorial pipeline for the Institute for Complexity Science and Advanced Computing.</p>
30
 
31
  <nav class="nav">
32
+ <a target="_blank" rel="noopener" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/tree/main">Source (Files)</a>
33
+ <a target="_blank" rel="noopener" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/blob/main/README.md">README</a>
34
+ <a target="_blank" rel="noopener" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/tree/main/rubrics">Rubrics</a>
35
+ <a target="_blank" rel="noopener" href="https://icsacinstitute.org">icsacinstitute.org</a>
36
+ <a target="_blank" rel="noopener" href="https://icsacinstitute.org/submit">/submit</a>
37
  </nav>
38
 
39
  <p>This Space hosts the canonical source of the system that receives, reviews, and adjudicates every paper submitted to ICSAC and its journal <em>Persistence</em>. The submission handler, the rubrics, the prompts, the citation checks, the redaction layer, the audit pass that scores the panel itself &mdash; nothing about how submissions are evaluated is hidden, with one defensive exception (the prompt-injection signal in the RQC audit is unpublished).</p>
40
 
41
  <h2>Why this is public</h2>
42
+ <p>Independent and heterodox researchers have legitimate cause to be skeptical of black-box editorial AI. The reasonable response is not to hide the system behind a "trust us"; the reasonable response is to publish it. Open the <a target="_blank" rel="noopener" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/blob/main/README.md">README</a> for the full overview, or browse the source via the <a target="_blank" rel="noopener" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/tree/main">Files</a> tab above.</p>
43
 
44
  <h2>License &amp; provenance</h2>
45
+ <p>MIT-licensed. Maintained by ICSAC, Fort Wayne IN. See <a target="_blank" rel="noopener" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/blob/main/LICENSE">LICENSE</a> and <a target="_blank" rel="noopener" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system/blob/main/README.md">README.md</a> for citation guidance.</p>
46
 
47
+ <p class="note">This Space is one of two mirrors of the canonical source. The other lives at <code><a target="_blank" rel="noopener" href="https://github.com/ICSAC/editorial-system">github.com/ICSAC/editorial-system</a></code>; the two stay in sync.</p>
48
  </main>
49
  </body>
50
  </html>