-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcsconfs-submit.html
More file actions
46 lines (46 loc) · 3.05 KB
/
Copy pathcsconfs-submit.html
File metadata and controls
46 lines (46 loc) · 3.05 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Submit conference information - CS Picks</title>
<meta name="description" content="Suggest a new computer science conference schedule or correct an existing CS Picks entry." />
<link rel="canonical" href="https://cspicks.roars.dev/csconfs-submit.html" />
<meta property="og:type" content="website"><meta property="og:site_name" content="CS Picks">
<meta property="og:title" content="Submit conference information - CS Picks">
<meta property="og:description" content="Suggest a new conference schedule or correct an existing CS Picks entry.">
<meta property="og:url" content="https://cspicks.roars.dev/csconfs-submit.html"><meta property="og:image" content="https://cspicks.roars.dev/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Submit conference information - CS Picks">
<meta name="twitter:description" content="Suggest a new conference schedule or correct an existing CS Picks entry.">
<meta name="twitter:image" content="https://cspicks.roars.dev/og-image.png">
<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&family=Outfit:wght@500;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./src/style.css"><link rel="stylesheet" href="./csconfs/submit.css">
</head>
<body class="search-page csconfs-submit-page">
<div id="app">
<header>
<div class="title-row">
<a class="site-title-link" href="index.html" aria-label="CS Picks home"><h1>CS Picks</h1></a>
<a class="github-link" href="https://github.com/dynaroars/cspicks" target="_blank" rel="noopener noreferrer" aria-label="View CS Picks on GitHub" title="View source on GitHub"></a>
<a class="icon-link roars-link" href="https://roars.dev" target="_blank" rel="noopener noreferrer" aria-label="ROARS Lab" title="ROARS Lab"></a>
</div>
<nav class="top-nav" aria-label="Primary navigation">
<a href="index.html">🔎 Search</a><a href="simulator.html">☠️ Simulator</a>
<a href="csconfs.html" class="active" aria-current="page">📅 CS Confs</a><a href="grants.html">💰 Awards & Grants</a><a href="nsf.html">🇺🇸 NSF Funding</a>
</nav>
</header>
<main class="csconfs-submit-container">
<div class="submit-intro">
<p class="submit-kicker"><a href="csconfs.html">← Conference schedule</a></p>
<h2>Submit or correct conference information</h2>
<p>Provide an official conference or sponsoring-society source. The form opens a pre-filled email or GitHub issue; maintainers review every proposal before changing the schedule.</p>
</div>
<div id="submission-form-root"></div>
</main>
</div>
<script type="module" src="/csconfs/submit.js"></script>
</body>
</html>