-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (176 loc) · 9.55 KB
/
index.html
File metadata and controls
193 lines (176 loc) · 9.55 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenFF Roadmap 2026–2027</title>
<link rel="stylesheet" href="css/main.css">
<!-- Apply theme before paint to avoid flash -->
<script>
(function(){
var t=localStorage.getItem("openff-theme")||
(window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light");
document.documentElement.setAttribute("data-theme",t);
})();
</script>
</head>
<body>
<!-- Navigation -->
<nav class="site-nav">
<div class="container">
<span class="nav-logo">Open<span>FF</span> Roadmap</span>
<div class="nav-breadcrumb">
<span class="current">2026–2027 Overview</span>
</div>
<button class="theme-toggle" id="theme-toggle" aria-label="Toggle theme"></button>
</div>
</nav>
<!-- Page content -->
<main class="page-content">
<div class="container">
<!-- Header: title/desc left, FTE card right -->
<div style="display:grid; grid-template-columns:1fr minmax(260px,30%); gap:2rem; align-items:start; padding: 2rem 0 1.5rem; border-bottom: 1px solid var(--color-border); margin-bottom: 1.25rem;">
<div>
<h1 style="margin-bottom:0.5rem;">Roadmap Proposal 2026–2027</h1>
<p style="color:var(--color-text-muted); line-height:1.7; margin:0;">
Staff recommendations and alternatives for the Open Force Field Consortium's
2026–2027 priorities. Solid-border nodes are <strong>recommended</strong> items;
dashed-border nodes are <strong>alternatives</strong>.
Recommendations are made based on staff's estimation of cost-benefit-risk analysis of individual projects, without any effort to match recommendations to available capacity. If all recommended priorities were pursued, they would amount to a drastic over-commitment of staff effort. Final decisions on the roadmap, including fitting objectives to staff capacity, will be made by the OpenFF Consortium Governing Board.
Click any project to view details.
</p>
</div>
<!-- FTE available -->
<div class="card" style="background:var(--color-surface-2,var(--color-surface)); padding:0.75rem 1rem;">
<div style="display:flex; align-items:center; gap:0.5rem; margin-bottom:0.5rem;">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="flex-shrink:0;opacity:0.7;"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg>
<strong style="font-size:0.8rem;">FTE Available 2026–2027</strong>
</div>
<div style="display:flex; gap:1.25rem; flex-wrap:wrap; margin-bottom:0.4rem;">
<div>
<div style="font-size:1.25rem; font-weight:700; line-height:1.1;">2.7</div>
<div class="text-xs text-muted">Infrastructure FTE</div>
</div>
<div>
<div style="font-size:1.25rem; font-weight:700; line-height:1.1;">1<span style="font-weight:400; color:var(--color-text-muted);">[.5]</span></div>
<div class="text-xs text-muted">Science FTE <span style="color:var(--color-text-faint);">[.5 donated]</span></div>
</div>
<div>
<div style="font-size:1.25rem; font-weight:700; line-height:1.1;">0.5</div>
<div class="text-xs text-muted">Project management FTE</div>
</div>
<div>
<div style="font-size:1.25rem; font-weight:700; line-height:1.1;">44</div>
<div class="text-xs text-muted">Total FTE-months</div>
</div>
</div>
<p class="text-xs text-muted" style="margin:0; line-height:1.4;">Allowing for reasonable time off, sick leave, and other commitments. ~35% of infrastructure FTE is committed to ongoing maintenance and support. ~1 FTE-month per year is committed to the MuPT collaboration.</p>
</div>
</div>
<!-- Feedback link -->
<div style="margin-bottom:1.25rem; font-size:0.85rem;">
📝 <a href="https://docs.google.com/forms/d/e/1FAIpQLSdQjPg2tKHUFYdKPCBe7mxDkd2FHJGgpVNAjNV32atZWy02ew/viewform?usp=preview" style="color:var(--color-primary);">Share your feedback on this roadmap</a> (Google Form)
</div>
<!-- Project grid -->
<section style="margin-top:3rem;">
<div style="display:flex; align-items:center; justify-content:space-between; gap:1rem; margin-bottom:1.25rem; flex-wrap:wrap;">
<h2 style="font-size:1rem; font-weight:600; color:var(--color-text-muted); text-transform:uppercase; letter-spacing:0.08em; margin:0;">
All Projects
</h2>
<div style="display:flex; align-items:center; gap:0.5rem; font-size:0.8rem;">
<label for="sort-key" style="color:var(--color-text-muted); white-space:nowrap;">Sort by</label>
<select id="sort-key" style="font-size:0.8rem; padding:0.25rem 0.4rem; border:1px solid var(--color-border); border-radius:4px; background:var(--color-surface); color:var(--color-text);">
<option value="recommended">Recommended first</option>
<option value="science_code">Science (new code) FTE</option>
<option value="science_exp">Science (experiments) FTE</option>
<option value="infrastructure">Infrastructure FTE</option>
<option value="other">Other FTE</option>
<option value="total">Total FTE</option>
<option value="enables">Unlocks (# projects)</option>
</select>
<button id="sort-dir" title="Toggle sort direction" style="font-size:0.8rem; padding:0.25rem 0.5rem; border:1px solid var(--color-border); border-radius:4px; background:var(--color-surface); color:var(--color-text); cursor:pointer;">↑</button>
</div>
</div>
<div id="project-grid" style="display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:1rem;"></div>
</section>
</div>
</main>
<!-- Footer -->
<footer style="margin-top:4rem; padding:1.5rem 0; border-top:1px solid var(--color-border); color:var(--color-text-faint); font-size:0.75rem; text-align:center; line-height:1.8;">
<div class="container">
<p style="margin:0;">© 2026 Lily Wang and the OpenFF Team. Built with assistance from <a href="https://claude.ai" style="color:var(--color-text-muted);">Claude</a> (Anthropic).</p>
</div>
</footer>
<!-- Scripts -->
<script type="module">
import { initTheme } from "./js/theme.js";
initTheme();
import { PROJECTS, CATEGORIES } from "./data/projects.js";
import { totalFTE, projectURL } from "./js/utils.js";
const grid = document.getElementById("project-grid");
const sortKeyEl = document.getElementById("sort-key");
const sortDirEl = document.getElementById("sort-dir");
let sortKey = "recommended";
let sortAsc = false; // default: recommended first = desc (true=recommended at top)
function getValue(p, key) {
switch (key) {
case "recommended": return p.recommended ? 1 : 0;
case "science_code": return p.fte?.science_code ?? 0;
case "science_exp": return p.fte?.science_exp ?? 0;
case "infrastructure": return p.fte?.infrastructure ?? 0;
case "other": return p.fte?.other ?? 0;
case "total": return totalFTE(p) ?? 0;
case "enables": return (p.enables ?? []).length;
default: return 0;
}
}
function renderGrid() {
const projects = [...PROJECTS].sort((a, b) => {
const va = getValue(a, sortKey);
const vb = getValue(b, sortKey);
return sortAsc ? va - vb : vb - va;
});
grid.innerHTML = projects.map(p => {
const cat = CATEGORIES[p.category] || CATEGORIES.infrastructure;
const fte = totalFTE(p);
return `
<a href="${projectURL(p.id)}" class="card card-link" style="
border-left: 3px ${p.recommended ? 'solid' : 'dotted'} ${cat.color};
${!p.recommended ? 'filter:saturate(0.35) opacity(0.85);' : ''}
">
<div style="display:flex; align-items:flex-start; justify-content:space-between; gap:0.5rem; margin-bottom:0.5rem;">
<span class="badge badge--cat-${p.category}" style="font-size:0.7rem;">${cat.label}</span>
${!p.recommended ? '<span class="badge badge--alt" style="font-size:0.7rem;">ALT</span>' : ''}
</div>
<h3 style="font-size:0.9rem; margin-bottom:0.5rem; line-height:1.4;">${p.title}</h3>
<p style="font-size:0.78rem; color:var(--color-text-muted); margin-bottom:0.75rem; line-height:1.5;
display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;">
${p.summary}
</p>
<div style="display:flex; align-items:center; justify-content:flex-end; gap:0.5rem;">
<div style="display:flex; gap:0.5rem; align-items:center;">
${fte ? (() => { const s = fte < 1 ? "S" : fte <= 4 ? "M" : "L"; const icons = "👤".repeat(fte < 1 ? 1 : fte <= 4 ? 2 : 3); return `<span class="text-xs text-muted" style="font-family:var(--font-mono);">${icons} ${s}</span>`; })() : ""}
</div>
</div>
</a>
`;
}).join("");
}
sortKeyEl.addEventListener("change", () => {
sortKey = sortKeyEl.value;
// Default direction: recommended=desc (recommended first), others=desc (highest first)
sortAsc = false;
sortDirEl.textContent = "↓";
renderGrid();
});
sortDirEl.addEventListener("click", () => {
sortAsc = !sortAsc;
sortDirEl.textContent = sortAsc ? "↑" : "↓";
renderGrid();
});
// Initial render: recommended first (desc)
sortDirEl.textContent = "↓";
renderGrid();
</script>
</body>
</html>