Spaces:
Running
Running
File size: 13,558 Bytes
335a64a 0c132c6 d79073f 1569235 8e792f7 1569235 8e792f7 1569235 8e792f7 1569235 8e792f7 1569235 8e792f7 1569235 8e792f7 1569235 8e792f7 1569235 0c132c6 1569235 0c132c6 8e792f7 0c132c6 1569235 8e792f7 1569235 d79073f 0c132c6 1569235 8e792f7 1569235 0c132c6 8e792f7 1569235 8e792f7 1569235 8e792f7 0c132c6 1569235 0c132c6 8e792f7 1569235 8e792f7 1569235 8e792f7 1569235 8e792f7 61713aa 8e792f7 1569235 8e792f7 1569235 8e792f7 1569235 d79073f 1569235 0c132c6 335a64a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ICSAC — Institute for Complexity Science and Advanced Computing</title>
<meta name="description" content="Open peer review for independent researchers. Free to submit, no APCs. Accepted work published annually in Persistence (paperback + ebook)." />
<style>
.icsac-card{
--ink:#14161a; --ink-soft:#4a4f57; --rule:#d8dadd; --rule-soft:#ececef;
--accent:#2b3a67; --accent-warm:#7a5c2e; --accent-stripe:#635bff;
--bg:#fbfbf9; --bg-card:#ffffff; --quote-bg:#f3f1ea;
background:var(--bg); color:var(--ink);
font-family:"Charter","Iowan Old Style","Georgia","Source Serif Pro",serif;
font-size:17px; line-height:1.55; -webkit-font-smoothing:antialiased;
padding:0; margin:0;
}
.icsac-card *{box-sizing:border-box;}
.icsac-card .wrap{max-width:760px; margin:0 auto; padding:48px 28px 64px;}
.icsac-card .banner{display:block; width:100%; height:auto; margin:0 0 28px; border-radius:8px;}
.icsac-card .mark{
font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
font-size:12px; letter-spacing:.22em; color:var(--accent); margin:0 0 14px;
}
.icsac-card h1{
font-size:30px; line-height:1.18; font-weight:600; margin:0 0 16px;
letter-spacing:-.005em; color:var(--ink);
}
.icsac-card .tagline{
font-size:18px; color:var(--ink-soft); max-width:58ch; margin:0 0 12px;
}
.icsac-card .meta{
font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
font-size:12px; letter-spacing:.08em; color:var(--ink-soft);
margin:0 0 28px; padding-bottom:24px; border-bottom:1px solid var(--rule);
}
.icsac-card blockquote.stance{
margin:32px 0 24px; padding:22px 26px;
background:var(--quote-bg); border-left:3px solid var(--accent);
font-size:17.5px; font-style:italic; color:var(--ink);
}
.icsac-card blockquote.stance strong{ font-style:normal; }
.icsac-card h2{
font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
font-size:12px; letter-spacing:.22em; text-transform:uppercase;
color:var(--accent); font-weight:600; margin:36px 0 16px; padding:0;
}
.icsac-card .lede{ font-size:16.5px; color:var(--ink); margin:0 0 14px; }
.icsac-card .lede + .lede{ margin-top:0; }
.icsac-card .bullets{list-style:none; padding:0; margin:0;}
.icsac-card .bullets li{
padding:11px 0 11px 22px; position:relative;
border-bottom:1px solid var(--rule-soft); font-size:16px;
}
.icsac-card .bullets li:last-child{border-bottom:0;}
.icsac-card .bullets li::before{
content:"—"; position:absolute; left:0; color:var(--accent);
}
.icsac-card .bullets strong{color:var(--ink); font-weight:600;}
.icsac-card .pin{
display:block; padding:20px 22px; margin:8px 0 14px;
background:var(--bg-card); border:1px solid var(--rule); border-radius:6px;
text-decoration:none; color:var(--ink);
transition:border-color .15s ease, transform .15s ease;
}
.icsac-card .pin:hover{border-color:var(--accent); transform:translateY(-1px);}
.icsac-card .pin .pin-title{
font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
font-size:15px; font-weight:600; color:var(--accent); margin:0 0 4px;
}
.icsac-card .pin .pin-sub{
font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
font-size:11px; letter-spacing:.08em; color:var(--ink-soft); margin:0 0 10px;
}
.icsac-card .pin .pin-desc{font-size:15.5px; color:var(--ink); line-height:1.5; margin:0;}
.icsac-card .footnote{
margin:14px 0 0; font-size:14px; color:var(--ink-soft); font-style:italic;
}
.icsac-card .links{list-style:none; padding:0; margin:0;}
.icsac-card .links li{
padding:9px 0; border-bottom:1px solid var(--rule-soft); font-size:15.5px;
display:flex; gap:10px;
}
.icsac-card .links li:last-child{border-bottom:0;}
.icsac-card .links .ico{
font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
font-size:11px; letter-spacing:.06em; color:var(--accent);
min-width:50px; text-transform:uppercase; padding-top:2px;
}
.icsac-card .links .desc{color:var(--ink); flex:1;}
.icsac-card .links .desc small{display:block; color:var(--ink-soft); font-size:13px; margin-top:2px;}
.icsac-card a{color:var(--accent); text-decoration:underline; text-underline-offset:2px; text-decoration-thickness:1px;}
.icsac-card a:hover{text-decoration-thickness:2px;}
.icsac-card .cta-row{margin:18px 0 0; display:flex; flex-wrap:wrap; gap:10px;}
.icsac-card .cta{
display:inline-block; padding:10px 18px; background:var(--accent); color:#fff;
text-decoration:none; border-radius:4px;
font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
font-size:13px; letter-spacing:.04em;
}
.icsac-card .cta.warm{background:var(--accent-warm);}
.icsac-card .cta.stripe{background:var(--accent-stripe);}
.icsac-card .cta:hover{background:#1d2a4d; text-decoration:none;}
.icsac-card .cta.warm:hover{background:#5e4520;}
.icsac-card .cta.stripe:hover{background:#4b44d9;}
.icsac-card .case{
margin:18px 0 8px; padding:18px 22px;
background:var(--bg-card); border:1px solid var(--rule); border-left:3px solid var(--accent-warm);
border-radius:4px; font-size:15.5px; color:var(--ink);
}
.icsac-card .case p{ margin:0 0 8px; }
.icsac-card .case p:last-child{ margin-bottom:0; }
.icsac-card .case em{ color:var(--ink-soft); }
.icsac-card .foot{
margin-top:48px; padding-top:20px; border-top:1px solid var(--rule);
font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
font-size:12px; letter-spacing:.06em; color:var(--ink-soft);
}
@media (max-width:600px){
.icsac-card .wrap{padding:32px 18px 52px;}
.icsac-card h1{font-size:24px;}
.icsac-card .tagline{font-size:16px;}
.icsac-card blockquote.stance{padding:18px 20px; font-size:16px;}
.icsac-card .case{ padding:16px 18px; font-size:15px; }
}
</style>
</head>
<body>
<div class="icsac-card">
<div class="wrap">
<img class="banner" src="https://huggingface.co/spaces/ICSAC-Institute/README/resolve/main/cover.png" alt="ICSAC — Institute for Complexity Science and Advanced Computing" />
<h1>Institute for Complexity Science<br/>& Advanced Computing</h1>
<p class="tagline">
Open peer review for independent researchers. <strong style="color:var(--ink);">Free to submit. No APCs. Ever.</strong>
Accepted work runs in our annual print & ebook journal, <em>Persistence</em>.
</p>
<p class="meta"><a href="https://icsacinstitute.org">icsacinstitute.org</a></p>
<blockquote class="stance">
<strong>Academic publishing is broken, and the gatekeepers know it.</strong>
Paywalls in front, four-figure APCs in back, opaque desk-rejects in the middle, plagiarism detectors that flag a researcher’s
<em>own</em> prior work as misconduct. ICSAC is the answer we built after the system told us no for the wrong reason.
</blockquote>
<h2>Why this exists</h2>
<div class="case">
<p>A peer-reviewed paper from this lab was desk-rejected by a large commercial publisher’s flagship journal on a 94% plagiarism flag — <strong>entirely from self-overlap with the author’s own prior open-access papers</strong> on the same research program. Iterative thinking, properly cited, dressed up as misconduct by a content-matching tool and rubber-stamped by an editor who didn’t read past the score.</p>
<p><em>That is not peer review. That is liability-management automation wearing the costume of peer review.</em></p>
</div>
<p class="lede" style="margin-top:14px;">
So we built the alternative in the open. A 5-reviewer AI panel, a Review-Quality-Control audit that scores the panel itself, and a human curator with their name attached who confirms, modifies, or overrides every recommendation.
<strong>The redacted review record is published alongside the accepted paper.</strong> Receipts, in public.
</p>
<p class="lede">
Prompts, rubrics, scoring code, citation verification, redaction layer, RQC audit — <strong>all published here, MIT-licensed</strong>. Fork it. Audit it. Run it yourself. If we get something wrong, you can see exactly where.
</p>
<h2>The journal — Persistence</h2>
<ul class="bullets">
<li><strong>Free to submit. Free to read. No APCs — ever.</strong> No fast-track for friends, no slow-walk for outsiders.</li>
<li><strong>Annual paperback + ebook.</strong> Accepted papers run in the print volume of <em>Persistence</em>, with a permanent free online record of the full review trail. First issue <strong>May 2027</strong>.</li>
<li><strong>Authors retain copyright.</strong> DOI on accept via Zenodo. ORCID-gated submission, 5–10 day turnaround.</li>
</ul>
<div class="cta-row">
<a class="cta" href="https://icsacinstitute.org/submit">→ Submit a paper</a>
<a class="cta warm" href="https://icsacinstitute.org/journal">About Persistence</a>
</div>
<h2>On Hugging Face</h2>
<a class="pin" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system">
<div class="pin-title">editorial-system</div>
<div class="pin-sub">SPACE · STATIC · MIT</div>
<p class="pin-desc">The open-source AI editorial pipeline that receives, reviews, and adjudicates every submission to ICSAC and to <em>Persistence</em>. Submission handler, rubrics, prompts, citation checks, redaction layer, and the audit pass that scores the panel itself.</p>
</a>
<p class="footnote">
One defensive exception: the prompt-injection signal in the RQC audit is withheld, to avoid teaching adversarial submissions what to evade. Everything else is in the open.
</p>
<h2>Affiliate with the Institute</h2>
<p class="lede">
For independent researchers, postdocs between posts, retired scientists who never stopped working, and anyone whose work is real but whose letterhead is not. <strong>Annual affiliation</strong> includes:
</p>
<ul class="bullets">
<li><strong>A verifiable ICSAC ID</strong> in the form <code>ICSAC-NNNNN</code>, listed in our public directory.</li>
<li><strong>A printable digital credential (PDF)</strong> with a QR code that resolves to your public verification page at <code>icsacinstitute.org/verify/<id></code>.</li>
<li><strong>The right to list “Affiliate Researcher, ICSAC”</strong> on future works — papers, preprints, talks, conference proceedings — where appropriate and consistent with the venue’s affiliation guidelines.</li>
<li><em>Persistence</em> digest newsletter, discount on the annual print, eligibility for merit-based promotion to Research Fellow.</li>
</ul>
<p class="footnote">
Affiliation does <strong>not</strong> include review or curation rights — those are earned through demonstrated participation, not purchased.
</p>
<div class="cta-row">
<a class="cta" href="https://icsacinstitute.org/community/membership-affiliation">→ Become an Affiliate Researcher</a>
</div>
<h2>Where the rest lives</h2>
<ul class="links">
<li><span class="ico">SITE</span><span class="desc"><a href="https://icsacinstitute.org">icsacinstitute.org</a></span></li>
<li><span class="ico">JRNL</span><span class="desc"><a href="https://icsacinstitute.org/journal"><em>Persistence</em></a> — annual print + ebook, no APCs</span></li>
<li><span class="ico">PUB</span><span class="desc"><a href="https://icsacinstitute.org/publications">Accepted papers</a> with full review records</span></li>
<li><span class="ico">SUB</span><span class="desc"><a href="https://icsacinstitute.org/submit">Submit a manuscript</a><small>Free · ORCID-gated · DOI, arXiv ID, or PDF · 5–10 day turnaround</small></span></li>
<li><span class="ico">AFF</span><span class="desc"><a href="https://icsacinstitute.org/community/membership-affiliation">Affiliate Researcher</a> — annual, verifiable ID + QR-credentialed</span></li>
<li><span class="ico">ID</span><span class="desc"><a href="https://icsacinstitute.org/verify">Verify a member ID</a></span></li>
<li><span class="ico">DOI</span><span class="desc"><a href="https://zenodo.org/communities/icsac">Zenodo community</a></span></li>
<li><span class="ico">SRC</span><span class="desc"><a href="https://github.com/ICSAC">github.com/ICSAC</a></span></li>
</ul>
<h2>Support the work</h2>
<p class="lede">
ICSAC runs on direct contributions from people who think rigorous, accessible peer review is worth keeping alive outside the gatekept circuit.
<strong>No grants, no university overhead, no APCs — so the math has to come from somewhere.</strong>
</p>
<div class="cta-row">
<a class="cta stripe" href="https://icsacinstitute.org/community/donate">→ Donate · Support · Sponsor</a>
<a class="cta warm" href="https://manifund.org/projects/icsac-ai-assisted-peer-review-for-independent-researchers">Back us on Manifund</a>
</div>
<p class="footnote">
One-time donation, annual Supporter (name on /supporters), or annual Sponsor (logo + link). All run through Stripe at <a href="https://icsacinstitute.org/community/donate">icsacinstitute.org/community/donate</a>. ICSAC is not a registered 501(c)(3); contributions are not tax-deductible.
</p>
<p class="foot">
<a href="mailto:info@icsacinstitute.org">info@icsacinstitute.org</a>
· Independent and donor-funded
</p>
</div>
</div>
</body>
</html>
|