ICSAC commited on
Commit
1569235
·
1 Parent(s): 3812cb1

Org card v4: discovered HF embeds index.html INLINE without external CSS; all styles now inlined in <style> tag

Browse files
Files changed (1) hide show
  1. index.html +162 -71
index.html CHANGED
@@ -5,84 +5,175 @@
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
- <link rel="stylesheet" href="style.css" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  </head>
10
  <body>
11
- <main>
12
- <header class="hero">
13
- <div class="mark">ICSAC</div>
14
- <h1>Institute for Complexity Science<br />and Advanced Computing</h1>
15
- <p class="tagline">
16
- Open editorial infrastructure for independent and heterodox researchers.
17
- The whole pipeline &mdash; prompts, rubrics, scoring, redaction, audit &mdash; is published here.
18
- </p>
19
- <p class="meta">Fort Wayne, Indiana &middot; Founded 2026</p>
20
- </header>
21
 
22
- <section class="stance">
23
- <blockquote>
24
- Independent and heterodox researchers have legitimate cause to be skeptical of black-box editorial AI.
25
- The reasonable response is not to hide the system behind a &ldquo;trust us.&rdquo; The reasonable response is to publish it.
26
- </blockquote>
27
- </section>
28
 
29
- <section>
30
- <h2>What we do</h2>
31
- <ul class="bullets">
32
- <li>Run an open peer-review pipeline &mdash; 5-reviewer AI panel + Review-Quality-Control audit + human curator sign-off &mdash; with the redacted review record published alongside every accepted paper.</li>
33
- <li>Publish <em>Persistence</em>, an annual journal in print and ebook. No APCs, authors retain copyright. First issue: May 2027.</li>
34
- <li>Open-source the editorial machinery so anyone can audit it, fork it, or run it themselves.</li>
35
- </ul>
36
- </section>
37
 
38
- <section>
39
- <h2>What lives on Hugging Face</h2>
40
- <div class="card-grid">
41
- <a class="card" href="https://huggingface.co/spaces/ICSAC-Institute/editorial-system">
42
- <div class="card-title">editorial-system</div>
43
- <div class="card-sub">Space &middot; static &middot; MIT</div>
44
- <div class="card-desc">
45
- The open-source AI editorial pipeline that receives, reviews, and adjudicates every submission to ICSAC and to <em>Persistence</em>.
46
- Submission handler, rubrics, prompts, citation checks, redaction layer, and the audit pass that scores the panel itself.
47
- </div>
48
- </a>
49
- </div>
50
- <p class="footnote">
51
- One defensive exception: the prompt-injection signal in the RQC audit is not published, to avoid teaching adversarial submissions what to evade.
52
- Everything else about how your work is evaluated is in the open.
53
- </p>
54
- </section>
55
 
56
- <section>
57
- <h2>Where the rest lives</h2>
58
- <ul class="links">
59
- <li><a href="https://icsacinstitute.org">icsacinstitute.org</a> &mdash; institute site</li>
60
- <li><a href="https://icsacinstitute.org/journal">/journal</a> &mdash; <em>Persistence</em></li>
61
- <li><a href="https://icsacinstitute.org/publications">/publications</a> &mdash; accepted papers with full review records</li>
62
- <li><a href="https://icsacinstitute.org/submit">/submit</a> &mdash; ORCID-gated, DOI or PDF, 5&ndash;10 day turnaround</li>
63
- <li><a href="https://icsacinstitute.org/verify">/verify</a> &mdash; check an ICSAC member ID</li>
64
- <li><a href="https://zenodo.org/communities/icsac">Zenodo community</a> &mdash; DOI-minted deposits</li>
65
- <li><a href="https://github.com/ICSAC">github.com/ICSAC</a> &mdash; source mirrors</li>
66
- </ul>
67
- </section>
68
 
69
- <section class="support">
70
- <h2>Support this work</h2>
71
- <p>
72
- ICSAC runs on bootstrap funding from <a href="https://3riverswebtech.com">3Rivers WebTech</a> and private donors.
73
- If you want to help keep rigorous peer review accessible to researchers without institutional cover, our Manifund page is here:
74
- </p>
75
- <p>
76
- <a class="cta" href="https://manifund.org/projects/icsac-ai-assisted-peer-review-for-independent-researchers">manifund.org/projects/icsac</a>
77
- </p>
78
- </section>
79
 
80
- <footer>
81
- <p>
82
- <a href="mailto:info@icsacinstitute.org">info@icsacinstitute.org</a>
83
- &middot; The review is the same for everyone.
84
- </p>
85
- </footer>
86
- </main>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  </body>
88
  </html>
 
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;
15
+ padding:0; margin:0;
16
+ }
17
+ .icsac-card *{box-sizing:border-box;}
18
+ .icsac-card .wrap{max-width:760px; margin:0 auto; padding:48px 28px 64px;}
19
+ .icsac-card .banner{display:block; width:100%; height:auto; margin:0 0 28px; border-radius:8px;}
20
+ .icsac-card .mark{
21
+ font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
22
+ font-size:12px; letter-spacing:.22em; color:var(--accent); margin:0 0 14px;
23
+ }
24
+ .icsac-card h1{
25
+ font-size:30px; line-height:1.18; font-weight:600; margin:0 0 16px;
26
+ letter-spacing:-.005em; color:var(--ink);
27
+ }
28
+ .icsac-card .tagline{
29
+ font-size:18px; color:var(--ink-soft); max-width:58ch; margin:0 0 12px;
30
+ }
31
+ .icsac-card .meta{
32
+ font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
33
+ font-size:12px; letter-spacing:.08em; color:var(--ink-soft);
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;
49
+ border-bottom:1px solid var(--rule-soft); font-size:16px;
50
+ }
51
+ .icsac-card .bullets li:last-child{border-bottom:0;}
52
+ .icsac-card .bullets li::before{
53
+ content:"—"; position:absolute; left:0; color:var(--accent);
54
+ }
55
+ .icsac-card .bullets strong{color:var(--ink); font-weight:600;}
56
+ .icsac-card .pin{
57
+ display:block; padding:20px 22px; margin:8px 0 14px;
58
+ background:var(--bg-card); border:1px solid var(--rule); border-radius:6px;
59
+ text-decoration:none; color:var(--ink);
60
+ transition:border-color .15s ease, transform .15s ease;
61
+ }
62
+ .icsac-card .pin:hover{border-color:var(--accent); transform:translateY(-1px);}
63
+ .icsac-card .pin .pin-title{
64
+ font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
65
+ font-size:15px; font-weight:600; color:var(--accent); margin:0 0 4px;
66
+ }
67
+ .icsac-card .pin .pin-sub{
68
+ font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
69
+ font-size:11px; letter-spacing:.08em; color:var(--ink-soft); margin:0 0 10px;
70
+ }
71
+ .icsac-card .pin .pin-desc{font-size:15.5px; color:var(--ink); line-height:1.5; margin:0;}
72
+ .icsac-card .footnote{
73
+ margin:14px 0 0; font-size:14px; color:var(--ink-soft); font-style:italic;
74
+ }
75
+ .icsac-card .links{list-style:none; padding:0; margin:0;}
76
+ .icsac-card .links li{
77
+ padding:9px 0; border-bottom:1px solid var(--rule-soft); font-size:15.5px;
78
+ display:flex; gap:10px;
79
+ }
80
+ .icsac-card .links li:last-child{border-bottom:0;}
81
+ .icsac-card .links .ico{
82
+ font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
83
+ font-size:11px; letter-spacing:.06em; color:var(--accent);
84
+ min-width:50px; text-transform:uppercase; padding-top:2px;
85
+ }
86
+ .icsac-card .links .desc{color:var(--ink); flex:1;}
87
+ .icsac-card .links .desc small{display:block; color:var(--ink-soft); font-size:13px; margin-top:2px;}
88
+ .icsac-card a{color:var(--accent); text-decoration:underline; text-underline-offset:2px; text-decoration-thickness:1px;}
89
+ .icsac-card a:hover{text-decoration-thickness:2px;}
90
+ .icsac-card .cta-row{margin:18px 0 0; display:flex; flex-wrap:wrap; gap:10px;}
91
+ .icsac-card .cta{
92
+ display:inline-block; padding:10px 18px; background:var(--accent); color:#fff;
93
+ text-decoration:none; border-radius:4px;
94
+ font-family:"IBM Plex Mono","JetBrains Mono","Menlo",monospace;
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;
103
+ font-size:12px; letter-spacing:.06em; color:var(--ink-soft);
104
+ }
105
+ @media (max-width:600px){
106
+ .icsac-card .wrap{padding:32px 18px 52px;}
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>
113
  <body>
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">
141
+ <div class="pin-title">editorial-system</div>
142
+ <div class="pin-sub">SPACE &middot; STATIC &middot; MIT</div>
143
+ <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>
144
+ </a>
145
+ <p class="footnote">
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>
173
+ &middot; Bootstrap support from <a href="https://3riverswebtech.com">3Rivers WebTech</a> &amp; private donors
174
+ </p>
175
+
176
+ </div>
177
+ </div>
178
  </body>
179
  </html>