ICSAC commited on
Commit
8e792f7
·
1 Parent(s): 6c77b87

Org card (index.html): new cover, anti-establishment voice, case study, affiliation + Stripe

Browse files

HF renders org card from index.html, not README.md. Bringing index.html
to parity with the new direction:

- Banner swapped from constellation banner.svg to cover.png (LinkedIn cover).
- New stance blockquote: 'Academic publishing is broken, and the
gatekeepers know it.'
- New 'Why this exists' section with anonymized case study (94%
self-overlap iThenticate desk-reject from a large commercial publisher).
- 'Persistence' section foregrounds free-to-submit / no APCs / annual
paperback + ebook, with submit + journal CTAs.
- New 'Affiliate with the Institute' section: ICSAC-NNNNN ID, printable
QR-verified PDF credential, right to use affiliation on future works.
- 'Support the work' adds Stripe (Donate/Support/Sponsor via
/community/donate) alongside Manifund.

Files changed (1) hide show
  1. index.html +73 -20
index.html CHANGED
@@ -4,11 +4,12 @@
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>ICSAC — Institute for Complexity Science and Advanced Computing</title>
7
- <meta name="description" content="An independent research institute running open, fully-public peer review for complexity science, information theory, and computing. Fort Wayne, IN." />
8
  <style>
9
  .icsac-card{
10
  --ink:#14161a; --ink-soft:#4a4f57; --rule:#d8dadd; --rule-soft:#ececef;
11
- --accent:#2b3a67; --accent-warm:#7a5c2e; --bg:#fbfbf9; --bg-card:#ffffff; --quote-bg:#f3f1ea;
 
12
  background:var(--bg); color:var(--ink);
13
  font-family:"Charter","Iowan Old Style","Georgia","Source Serif Pro",serif;
14
  font-size:17px; line-height:1.55; -webkit-font-smoothing:antialiased;
@@ -34,15 +35,18 @@
34
  margin:0 0 28px; padding-bottom:24px; border-bottom:1px solid var(--rule);
35
  }
36
  .icsac-card blockquote.stance{
37
- margin:32px 0 40px; padding:22px 26px;
38
  background:var(--quote-bg); border-left:3px solid var(--accent);
39
  font-size:17.5px; font-style:italic; color:var(--ink);
40
  }
 
41
  .icsac-card h2{
42
  font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
43
  font-size:12px; letter-spacing:.22em; text-transform:uppercase;
44
  color:var(--accent); font-weight:600; margin:36px 0 16px; padding:0;
45
  }
 
 
46
  .icsac-card .bullets{list-style:none; padding:0; margin:0;}
47
  .icsac-card .bullets li{
48
  padding:11px 0 11px 22px; position:relative;
@@ -95,8 +99,18 @@
95
  font-size:13px; letter-spacing:.04em;
96
  }
97
  .icsac-card .cta.warm{background:var(--accent-warm);}
 
98
  .icsac-card .cta:hover{background:#1d2a4d; text-decoration:none;}
99
  .icsac-card .cta.warm:hover{background:#5e4520;}
 
 
 
 
 
 
 
 
 
100
  .icsac-card .foot{
101
  margin-top:48px; padding-top:20px; border-top:1px solid var(--rule);
102
  font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
@@ -107,6 +121,7 @@
107
  .icsac-card h1{font-size:24px;}
108
  .icsac-card .tagline{font-size:16px;}
109
  .icsac-card blockquote.stance{padding:18px 20px; font-size:16px;}
 
110
  }
111
  </style>
112
  </head>
@@ -114,27 +129,45 @@
114
  <div class="icsac-card">
115
  <div class="wrap">
116
 
117
- <img class="banner" src="https://huggingface.co/spaces/ICSAC-Institute/README/resolve/main/banner.svg" alt="ICSAC — Institute for Complexity Science and Advanced Computing" />
118
 
119
  <p class="mark">ICSAC · EST. 2026 · FORT WAYNE</p>
120
  <h1>Institute for Complexity Science<br/>&amp; Advanced Computing</h1>
121
  <p class="tagline">
122
- Open editorial infrastructure for independent and heterodox researchers.
123
- The whole pipeline &mdash; prompts, rubrics, scoring, redaction, audit &mdash; is published here.
124
  </p>
125
  <p class="meta">Fort Wayne, Indiana &middot; Founded 2026 &middot; <a href="https://icsacinstitute.org">icsacinstitute.org</a></p>
126
 
127
  <blockquote class="stance">
128
- Independent and heterodox researchers have legitimate cause to be skeptical of black-box editorial AI.
129
- The reasonable response is not to hide the system behind a &ldquo;trust us.&rdquo; The reasonable response is to publish it.
 
130
  </blockquote>
131
 
132
- <h2>What ICSAC does</h2>
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  <ul class="bullets">
134
- <li><strong>Open peer review.</strong> A 5-reviewer AI panel + Review-Quality-Control audit + human curator who confirms, modifies, or overrides every recommendation. The redacted review record is published alongside the accepted paper.</li>
135
- <li><strong>The journal &mdash; <em>Persistence</em>.</strong> Annual print + ebook + free curation records online. No APCs. Authors retain copyright. First issue May 2027.</li>
136
- <li><strong>Open machinery.</strong> Prompts, rubrics, scoring code, citation verification, redaction layer, RQC audit &mdash; published. Fork it, audit it, run it yourself.</li>
137
  </ul>
 
 
 
 
138
 
139
  <h2>On Hugging Face</h2>
140
  <a class="pin" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system">
@@ -146,27 +179,47 @@
146
  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.
147
  </p>
148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  <h2>Where the rest lives</h2>
150
  <ul class="links">
151
  <li><span class="ico">SITE</span><span class="desc"><a href="https://icsacinstitute.org">icsacinstitute.org</a></span></li>
152
- <li><span class="ico">JRNL</span><span class="desc"><a href="https://icsacinstitute.org/journal"><em>Persistence</em></a> &mdash; annual, no APCs</span></li>
153
  <li><span class="ico">PUB</span><span class="desc"><a href="https://icsacinstitute.org/publications">Accepted papers</a> with full review records</span></li>
154
- <li><span class="ico">SUB</span><span class="desc"><a href="https://icsacinstitute.org/submit">Submit a manuscript</a><small>ORCID-gated &middot; DOI, arXiv ID, or PDF &middot; 5&ndash;10 day turnaround</small></span></li>
 
155
  <li><span class="ico">ID</span><span class="desc"><a href="https://icsacinstitute.org/verify">Verify a member ID</a></span></li>
156
  <li><span class="ico">DOI</span><span class="desc"><a href="https://zenodo.org/communities/icsac">Zenodo community</a></span></li>
157
  <li><span class="ico">SRC</span><span class="desc"><a href="https://github.com/ICSAC">github.com/ICSAC</a></span></li>
158
  </ul>
159
 
160
- <h2>Submit from anywhere</h2>
161
- <p style="margin:0 0 14px; color:var(--ink-soft);">
162
- Independent researcher. Graduate student. Lab without an open-access budget.
163
- <strong style="color:var(--ink);">The review is the same for everyone</strong> &mdash;
164
- no fast-track for friends, no slow-walk for outsiders. The panel reads the manuscript, not the affiliation.
165
  </p>
166
  <div class="cta-row">
167
- <a class="cta" href="https://icsacinstitute.org/submit"> Submit a paper</a>
168
  <a class="cta warm" href="https://manifund.org/projects/icsac-ai-assisted-peer-review-for-independent-researchers">Back us on Manifund</a>
169
  </div>
 
 
 
170
 
171
  <p class="foot">
172
  <a href="mailto:info@icsacinstitute.org">info@icsacinstitute.org</a>
 
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>ICSAC — Institute for Complexity Science and Advanced Computing</title>
7
+ <meta name="description" content="Open peer review for independent researchers. Free to submit, no APCs. Accepted work published annually in Persistence (paperback + ebook). Fort Wayne, IN." />
8
  <style>
9
  .icsac-card{
10
  --ink:#14161a; --ink-soft:#4a4f57; --rule:#d8dadd; --rule-soft:#ececef;
11
+ --accent:#2b3a67; --accent-warm:#7a5c2e; --accent-stripe:#635bff;
12
+ --bg:#fbfbf9; --bg-card:#ffffff; --quote-bg:#f3f1ea;
13
  background:var(--bg); color:var(--ink);
14
  font-family:"Charter","Iowan Old Style","Georgia","Source Serif Pro",serif;
15
  font-size:17px; line-height:1.55; -webkit-font-smoothing:antialiased;
 
35
  margin:0 0 28px; padding-bottom:24px; border-bottom:1px solid var(--rule);
36
  }
37
  .icsac-card blockquote.stance{
38
+ margin:32px 0 24px; padding:22px 26px;
39
  background:var(--quote-bg); border-left:3px solid var(--accent);
40
  font-size:17.5px; font-style:italic; color:var(--ink);
41
  }
42
+ .icsac-card blockquote.stance strong{ font-style:normal; }
43
  .icsac-card h2{
44
  font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
45
  font-size:12px; letter-spacing:.22em; text-transform:uppercase;
46
  color:var(--accent); font-weight:600; margin:36px 0 16px; padding:0;
47
  }
48
+ .icsac-card .lede{ font-size:16.5px; color:var(--ink); margin:0 0 14px; }
49
+ .icsac-card .lede + .lede{ margin-top:0; }
50
  .icsac-card .bullets{list-style:none; padding:0; margin:0;}
51
  .icsac-card .bullets li{
52
  padding:11px 0 11px 22px; position:relative;
 
99
  font-size:13px; letter-spacing:.04em;
100
  }
101
  .icsac-card .cta.warm{background:var(--accent-warm);}
102
+ .icsac-card .cta.stripe{background:var(--accent-stripe);}
103
  .icsac-card .cta:hover{background:#1d2a4d; text-decoration:none;}
104
  .icsac-card .cta.warm:hover{background:#5e4520;}
105
+ .icsac-card .cta.stripe:hover{background:#4b44d9;}
106
+ .icsac-card .case{
107
+ margin:18px 0 8px; padding:18px 22px;
108
+ background:var(--bg-card); border:1px solid var(--rule); border-left:3px solid var(--accent-warm);
109
+ border-radius:4px; font-size:15.5px; color:var(--ink);
110
+ }
111
+ .icsac-card .case p{ margin:0 0 8px; }
112
+ .icsac-card .case p:last-child{ margin-bottom:0; }
113
+ .icsac-card .case em{ color:var(--ink-soft); }
114
  .icsac-card .foot{
115
  margin-top:48px; padding-top:20px; border-top:1px solid var(--rule);
116
  font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
 
121
  .icsac-card h1{font-size:24px;}
122
  .icsac-card .tagline{font-size:16px;}
123
  .icsac-card blockquote.stance{padding:18px 20px; font-size:16px;}
124
+ .icsac-card .case{ padding:16px 18px; font-size:15px; }
125
  }
126
  </style>
127
  </head>
 
129
  <div class="icsac-card">
130
  <div class="wrap">
131
 
132
+ <img class="banner" src="https://huggingface.co/spaces/ICSAC-Institute/README/resolve/main/cover.png" alt="ICSAC — Institute for Complexity Science and Advanced Computing" />
133
 
134
  <p class="mark">ICSAC · EST. 2026 · FORT WAYNE</p>
135
  <h1>Institute for Complexity Science<br/>&amp; Advanced Computing</h1>
136
  <p class="tagline">
137
+ Open peer review for independent researchers. <strong style="color:var(--ink);">Free to submit. No APCs. Ever.</strong>
138
+ Accepted work runs in our annual print &amp; ebook journal, <em>Persistence</em>.
139
  </p>
140
  <p class="meta">Fort Wayne, Indiana &middot; Founded 2026 &middot; <a href="https://icsacinstitute.org">icsacinstitute.org</a></p>
141
 
142
  <blockquote class="stance">
143
+ <strong>Academic publishing is broken, and the gatekeepers know it.</strong>
144
+ Paywalls in front, four-figure APCs in back, opaque desk-rejects in the middle, plagiarism detectors that flag a researcher&rsquo;s
145
+ <em>own</em> prior work as misconduct. ICSAC is the answer we built after the system told us no for the wrong reason.
146
  </blockquote>
147
 
148
+ <h2>Why this exists</h2>
149
+ <div class="case">
150
+ <p>A peer-reviewed paper from this lab was desk-rejected by a large commercial publisher&rsquo;s flagship journal on a 94% plagiarism flag &mdash; <strong>entirely from self-overlap with the author&rsquo;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&rsquo;t read past the score.</p>
151
+ <p><em>That is not peer review. That is liability-management automation wearing the costume of peer review.</em></p>
152
+ </div>
153
+ <p class="lede" style="margin-top:14px;">
154
+ 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.
155
+ <strong>The redacted review record is published alongside the accepted paper.</strong> Receipts, in public.
156
+ </p>
157
+ <p class="lede">
158
+ Prompts, rubrics, scoring code, citation verification, redaction layer, RQC audit &mdash; <strong>all published here, MIT-licensed</strong>. Fork it. Audit it. Run it yourself. If we get something wrong, you can see exactly where.
159
+ </p>
160
+
161
+ <h2>The journal &mdash; Persistence</h2>
162
  <ul class="bullets">
163
+ <li><strong>Free to submit. Free to read. No APCs &mdash; ever.</strong> No fast-track for friends, no slow-walk for outsiders.</li>
164
+ <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>
165
+ <li><strong>Authors retain copyright.</strong> DOI on accept via Zenodo. ORCID-gated submission, 5&ndash;10 day turnaround.</li>
166
  </ul>
167
+ <div class="cta-row">
168
+ <a class="cta" href="https://icsacinstitute.org/submit">&rarr; Submit a paper</a>
169
+ <a class="cta warm" href="https://icsacinstitute.org/journal">About Persistence</a>
170
+ </div>
171
 
172
  <h2>On Hugging Face</h2>
173
  <a class="pin" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system">
 
179
  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.
180
  </p>
181
 
182
+ <h2>Affiliate with the Institute</h2>
183
+ <p class="lede">
184
+ 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:
185
+ </p>
186
+ <ul class="bullets">
187
+ <li><strong>A verifiable ICSAC ID</strong> in the form <code>ICSAC-NNNNN</code>, listed in our public directory.</li>
188
+ <li><strong>A printable digital credential (PDF)</strong> with a QR code that resolves to your public verification page at <code>icsacinstitute.org/verify/&lt;id&gt;</code>.</li>
189
+ <li><strong>The right to list &ldquo;Affiliate Researcher, ICSAC&rdquo;</strong> on future works &mdash; papers, preprints, talks, conference proceedings &mdash; where appropriate and consistent with the venue&rsquo;s affiliation guidelines.</li>
190
+ <li><em>Persistence</em> digest newsletter, discount on the annual print, eligibility for merit-based promotion to Research Fellow.</li>
191
+ </ul>
192
+ <p class="footnote">
193
+ Affiliation does <strong>not</strong> include review or curation rights &mdash; those are earned through demonstrated participation, not purchased.
194
+ </p>
195
+ <div class="cta-row">
196
+ <a class="cta" href="https://icsacinstitute.org/community/membership-affiliation">&rarr; Become an Affiliate Researcher</a>
197
+ </div>
198
+
199
  <h2>Where the rest lives</h2>
200
  <ul class="links">
201
  <li><span class="ico">SITE</span><span class="desc"><a href="https://icsacinstitute.org">icsacinstitute.org</a></span></li>
202
+ <li><span class="ico">JRNL</span><span class="desc"><a href="https://icsacinstitute.org/journal"><em>Persistence</em></a> &mdash; annual print + ebook, no APCs</span></li>
203
  <li><span class="ico">PUB</span><span class="desc"><a href="https://icsacinstitute.org/publications">Accepted papers</a> with full review records</span></li>
204
+ <li><span class="ico">SUB</span><span class="desc"><a href="https://icsacinstitute.org/submit">Submit a manuscript</a><small>Free &middot; ORCID-gated &middot; DOI, arXiv ID, or PDF &middot; 5&ndash;10 day turnaround</small></span></li>
205
+ <li><span class="ico">AFF</span><span class="desc"><a href="https://icsacinstitute.org/community/membership-affiliation">Affiliate Researcher</a> &mdash; annual, verifiable ID + QR-credentialed</span></li>
206
  <li><span class="ico">ID</span><span class="desc"><a href="https://icsacinstitute.org/verify">Verify a member ID</a></span></li>
207
  <li><span class="ico">DOI</span><span class="desc"><a href="https://zenodo.org/communities/icsac">Zenodo community</a></span></li>
208
  <li><span class="ico">SRC</span><span class="desc"><a href="https://github.com/ICSAC">github.com/ICSAC</a></span></li>
209
  </ul>
210
 
211
+ <h2>Support the work</h2>
212
+ <p class="lede">
213
+ ICSAC runs on bootstrap funding from <a href="https://3riverswebtech.com">3Rivers WebTech</a> and direct contributions from people who think rigorous, accessible peer review is worth keeping alive outside the gatekept circuit.
214
+ <strong>No grants, no university overhead, no APCs &mdash; so the math has to come from somewhere.</strong>
 
215
  </p>
216
  <div class="cta-row">
217
+ <a class="cta stripe" href="https://icsacinstitute.org/community/donate">&rarr; Donate &middot; Support &middot; Sponsor</a>
218
  <a class="cta warm" href="https://manifund.org/projects/icsac-ai-assisted-peer-review-for-independent-researchers">Back us on Manifund</a>
219
  </div>
220
+ <p class="footnote">
221
+ 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.
222
+ </p>
223
 
224
  <p class="foot">
225
  <a href="mailto:info@icsacinstitute.org">info@icsacinstitute.org</a>