330 lines
13 KiB
HTML
330 lines
13 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<title>Peer-Review Intros — Abigail</title>
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
||
<link rel="stylesheet" href="styles.css">
|
||
<style>
|
||
.hero-grid {
|
||
display: grid; grid-template-columns: 1.3fr 1fr;
|
||
gap: 64px; align-items: start;
|
||
}
|
||
.criteria-quote {
|
||
background: var(--paper-2);
|
||
border-left: 3px solid var(--signal);
|
||
padding: 20px 24px;
|
||
border-radius: 8px;
|
||
font-size: 14px;
|
||
line-height: 1.6;
|
||
color: var(--ink);
|
||
}
|
||
.criteria-quote .src {
|
||
display: block;
|
||
font-family: "JetBrains Mono", monospace;
|
||
font-size: 11px;
|
||
color: var(--mute);
|
||
margin-top: 12px;
|
||
letter-spacing: 0.04em;
|
||
}
|
||
.what-counts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
|
||
.what-card {
|
||
background: #FFFFFF;
|
||
border: 1px solid var(--rule);
|
||
border-radius: 12px;
|
||
padding: 24px;
|
||
}
|
||
.what-card h3 {
|
||
font-size: 16px; font-weight: 600;
|
||
margin: 0 0 8px;
|
||
}
|
||
.what-card p {
|
||
font-size: 14px; color: var(--mute); margin: 0 0 12px;
|
||
}
|
||
.what-card ul {
|
||
list-style: none; padding: 0; margin: 0;
|
||
font-size: 13px; color: var(--ink);
|
||
}
|
||
.what-card li {
|
||
padding: 4px 0 4px 20px;
|
||
position: relative;
|
||
}
|
||
.what-card li::before {
|
||
content: "✓";
|
||
position: absolute; left: 0;
|
||
color: var(--signal);
|
||
font-weight: 700;
|
||
}
|
||
.steps {
|
||
display: grid; grid-template-columns: repeat(4, 1fr);
|
||
gap: 24px;
|
||
position: relative;
|
||
}
|
||
.step { text-align: center; }
|
||
.step-num {
|
||
width: 44px; height: 44px;
|
||
border-radius: 50%;
|
||
background: var(--paper);
|
||
border: 2px solid var(--ink);
|
||
color: var(--ink);
|
||
display: flex; align-items: center; justify-content: center;
|
||
font-weight: 700;
|
||
font-size: 16px;
|
||
margin: 0 auto 16px;
|
||
}
|
||
.step h3 { font-size: 15px; font-weight: 600; margin: 0 0 6px; }
|
||
.step p { font-size: 13px; color: var(--mute); margin: 0; line-height: 1.5; }
|
||
.faq-item { border-top: 1px solid var(--rule); }
|
||
.faq-item:last-child { border-bottom: 1px solid var(--rule); }
|
||
.faq-q {
|
||
width: 100%; background: transparent; border: 0;
|
||
text-align: left;
|
||
padding: 20px 0;
|
||
font: inherit; font-size: 16px; font-weight: 600;
|
||
cursor: pointer;
|
||
display: flex; justify-content: space-between; align-items: center;
|
||
color: var(--ink);
|
||
}
|
||
.faq-a {
|
||
max-height: 0; overflow: hidden;
|
||
color: var(--mute);
|
||
font-size: 14px; line-height: 1.6;
|
||
transition: max-height 0.25s, padding 0.25s;
|
||
}
|
||
.faq-item.open .faq-a { max-height: 400px; padding: 0 0 20px; }
|
||
@media (max-width: 880px) {
|
||
.hero-grid, .what-counts-grid, .steps { grid-template-columns: 1fr; }
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<nav>
|
||
<div class="container">
|
||
<a class="brand" href="../index.html">Abigail<span class="brand-dot">.</span></a>
|
||
<div class="nav-links">
|
||
<a href="../abigail_individuals.html">Individuals</a>
|
||
<a href="../abigail_employers.html">Employers</a>
|
||
<a href="services.html">Services</a>
|
||
<a href="attorneys.html">Attorneys</a>
|
||
<div class="nav-dropdown" id="resourcesDropdown">
|
||
<button class="nav-trigger" aria-haspopup="true">
|
||
Resources
|
||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M2 3.5l3 3 3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
||
</button>
|
||
<div class="dropdown-menu" role="menu">
|
||
<a href="../abigail_library.html">Library</a>
|
||
<a href="petitions.html">Petitions</a>
|
||
<a href="press.html">Press support</a>
|
||
<a href="judging.html">Peer-review intros</a>
|
||
</div>
|
||
</div>
|
||
<a href="../abigail_pricing.html">Pricing</a>
|
||
<a href="login.html" style="color:var(--mute);">Log in</a>
|
||
</div>
|
||
<a href="#contact" class="nav-cta">Get matched</a>
|
||
</div>
|
||
</nav>
|
||
|
||
<section class="hero">
|
||
<div class="container">
|
||
<div class="hero-grid">
|
||
<div>
|
||
<div class="eyebrow">Peer-Review Introductions · O-1A Criterion 4</div>
|
||
<h1>Build the <em>judging</em> evidence USCIS actually credits.</h1>
|
||
<p class="lead">Many strong candidates miss Criterion 4 simply because no one ever invited them to review. Abigail introduces qualified applicants to journals, conferences, panels, and grant committees actively seeking reviewers in their field.</p>
|
||
<div class="cta-buttons">
|
||
<a href="#contact" class="btn btn-primary">Request matching</a>
|
||
<a href="../abigail_library.html" class="btn btn-secondary">Read the guide</a>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<div class="criteria-quote">
|
||
<strong>Criterion 4:</strong> Evidence of the alien's participation, either individually or on a panel, as a judge of the work of others in the same or an allied field of specialization for which classification is sought.
|
||
<span class="src">8 C.F.R. § 214.2(o)(3)(iii)(B)(4)</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="section alt">
|
||
<div class="container">
|
||
<div class="section-head">
|
||
<h2>What counts as "judging."</h2>
|
||
<p>USCIS reads Criterion 4 broadly — but only when the evidence is documented properly. Here's what we help match you to.</p>
|
||
</div>
|
||
|
||
<div class="what-counts-grid">
|
||
<div class="what-card">
|
||
<h3>Academic peer review</h3>
|
||
<p>Refereeing manuscripts for peer-reviewed journals or conference proceedings.</p>
|
||
<ul>
|
||
<li>Journal manuscript reviews</li>
|
||
<li>Conference paper reviews (NeurIPS, ICML, ACL, CHI, etc.)</li>
|
||
<li>Special-issue editorial roles</li>
|
||
</ul>
|
||
</div>
|
||
<div class="what-card">
|
||
<h3>Conference & panel judging</h3>
|
||
<p>Serving on selection committees, panels, or technical program committees.</p>
|
||
<ul>
|
||
<li>Conference program committees</li>
|
||
<li>Best-paper / best-poster panels</li>
|
||
<li>Industry track selection committees</li>
|
||
</ul>
|
||
</div>
|
||
<div class="what-card">
|
||
<h3>Competition & hackathon judging</h3>
|
||
<p>Evaluating submissions to competitive events in your field.</p>
|
||
<ul>
|
||
<li>Hackathon technical judging</li>
|
||
<li>Startup competition panels</li>
|
||
<li>Industry awards programs</li>
|
||
</ul>
|
||
</div>
|
||
<div class="what-card">
|
||
<h3>Grant & funding review</h3>
|
||
<p>Reviewing applications for grant programs, fellowships, or accelerators.</p>
|
||
<ul>
|
||
<li>NSF / NIH study sections (rare but powerful)</li>
|
||
<li>Foundation grant panels</li>
|
||
<li>Accelerator / fellowship selection</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="section">
|
||
<div class="container">
|
||
<div class="section-head">
|
||
<h2>How the matching service works.</h2>
|
||
<p>A 60-day engagement. We do the outreach. You do the reviews. Documentation is automatic.</p>
|
||
</div>
|
||
|
||
<div class="steps">
|
||
<div class="step">
|
||
<div class="step-num">1</div>
|
||
<h3>Profile intake</h3>
|
||
<p>You share your field, publications, prior reviewing experience, availability, and target O-1A timeline.</p>
|
||
</div>
|
||
<div class="step">
|
||
<div class="step-num">2</div>
|
||
<h3>Targeted outreach</h3>
|
||
<p>We identify journals, conferences, and panels actively recruiting reviewers in your specialty — then make introductions.</p>
|
||
</div>
|
||
<div class="step">
|
||
<div class="step-num">3</div>
|
||
<h3>You review</h3>
|
||
<p>You accept invitations that fit your time and expertise. Decline anything that doesn't. Quality of review is on you.</p>
|
||
</div>
|
||
<div class="step">
|
||
<div class="step-num">4</div>
|
||
<h3>Documentation</h3>
|
||
<p>For each accepted review, Abigail collects the invitation letter and completion confirmation — formatted as O-1A exhibits.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="section alt">
|
||
<div class="container">
|
||
<div class="section-head">
|
||
<h2>Common questions.</h2>
|
||
</div>
|
||
<div style="max-width: 780px; margin: 0 auto;">
|
||
<div class="faq-item">
|
||
<button class="faq-q">Can you guarantee a specific number of review invitations? <span>+</span></button>
|
||
<div class="faq-a">No. We can guarantee the outreach (a defined number of targeted introductions per engagement), but acceptance is at the discretion of the program. Most applicants in a fitting field receive 3–8 viable invitations over the 60-day engagement.</div>
|
||
</div>
|
||
<div class="faq-item">
|
||
<button class="faq-q">Is peer-review service legal advice? <span>+</span></button>
|
||
<div class="faq-a">No. Peer-review introductions are a non-legal professional service. Legal evaluation of how your accumulated evidence maps to O-1A criteria is a separate service provided by Abigail Legal Services, P.C. under separate engagement.</div>
|
||
</div>
|
||
<div class="faq-item">
|
||
<button class="faq-q">How early should I start this before filing? <span>+</span></button>
|
||
<div class="faq-a">Ideally 4–6 months before your target filing date. Most reviews take 4–8 weeks from invitation to completion documentation. Starting 60 days out is feasible but tight.</div>
|
||
</div>
|
||
<div class="faq-item">
|
||
<button class="faq-q">What if I already have one or two review invitations? <span>+</span></button>
|
||
<div class="faq-a">Even better. We focus on filling gaps — adding 2–4 more high-credibility reviews can move a borderline Criterion 4 into clearly-satisfied territory.</div>
|
||
</div>
|
||
<div class="faq-item">
|
||
<button class="faq-q">Do I have to use Abigail for my filing to use this service? <span>+</span></button>
|
||
<div class="faq-a">No. Evidence-building services are available standalone. But the documentation we produce is exhibit-ready for any attorney's package.</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="section" id="contact">
|
||
<div class="container">
|
||
<div class="cta-band">
|
||
<h2>Get matched.</h2>
|
||
<p>Tell us your field, your timeline, and the criterion you're trying to strengthen. We'll respond within one business day.</p>
|
||
<div class="cta-buttons">
|
||
<a href="../abigail_individuals.html#hero" class="btn btn-primary">Start with intake</a>
|
||
<a href="services.html" class="btn btn-secondary">See all services</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<footer>
|
||
<div class="container">
|
||
<div>
|
||
<div class="brand" style="color:var(--ink); margin-bottom:8px;">Abigail<span class="brand-dot">.</span></div>
|
||
<div>AI-native immigration platform</div>
|
||
</div>
|
||
<div class="footer-links">
|
||
<div>
|
||
<div style="color:var(--ink); font-weight:600; margin-bottom:8px;">Services</div>
|
||
<div><a href="services.html">All services</a></div>
|
||
<div><a href="press.html">Press support</a></div>
|
||
<div><a href="judging.html">Peer-review intros</a></div>
|
||
<div><a href="attorneys.html">Attorney network</a></div>
|
||
</div>
|
||
<div>
|
||
<div style="color:var(--ink); font-weight:600; margin-bottom:8px;">Resources</div>
|
||
<div><a href="../abigail_library.html">Library</a></div>
|
||
<div><a href="petitions.html">Petitions</a></div>
|
||
<div><a href="../abigail_pricing.html">Pricing</a></div>
|
||
</div>
|
||
<div>
|
||
<div style="color:var(--ink); font-weight:600; margin-bottom:8px;">Legal</div>
|
||
<div><a href="#">Terms</a></div>
|
||
<div><a href="#">Privacy</a></div>
|
||
<div><a href="login.html">Log in</a></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="container">
|
||
<div class="disclaimer">
|
||
Peer-review introduction is a non-legal professional service. Abigail does not guarantee specific review invitations or O-1A approval outcomes. Documentation produced is exhibit-formatted but does not constitute legal advice. Legal services, where elected, are provided by Abigail Legal Services, P.C. under separate engagement.
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
|
||
<script>
|
||
const dd = document.getElementById("resourcesDropdown");
|
||
if (dd) {
|
||
const trigger = dd.querySelector(".nav-trigger");
|
||
trigger.addEventListener("click", (e) => {
|
||
e.stopPropagation();
|
||
dd.classList.toggle("open");
|
||
});
|
||
document.addEventListener("click", () => dd.classList.remove("open"));
|
||
dd.querySelector(".dropdown-menu").addEventListener("click", (e) => e.stopPropagation());
|
||
}
|
||
document.querySelectorAll(".faq-q").forEach(q => {
|
||
q.addEventListener("click", () => q.parentElement.classList.toggle("open"));
|
||
});
|
||
</script>
|
||
|
||
</body>
|
||
</html>
|