-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditorial-board.html
More file actions
352 lines (344 loc) · 19.2 KB
/
editorial-board.html
File metadata and controls
352 lines (344 loc) · 19.2 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Editorial Board | SupplementScore</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="The clinicians, pharmacologists, and researchers who review SupplementScore's evidence ratings. Independent, conflict-free, evidence-graded.">
<meta property="og:url" content="https://supplementscore.org/editorial-board.html">
<meta property="og:type" content="website">
<meta property="og:site_name" content="SupplementScore">
<meta property="og:title" content="Editorial Board">
<meta property="og:description" content="The clinicians, pharmacologists, and researchers who review SupplementScore">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Editorial Board">
<meta name="twitter:description" content="The clinicians, pharmacologists, and researchers who review SupplementScore">
<link rel="canonical" href="https://supplementscore.org/editorial-board.html">
<meta name="theme-color" content="#1F7A6B">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='6' fill='%231F7A6B'/%3E%3Cpath d='M5 19C5 11 11 5 19 5C19 13 13 19 5 19Z' fill='%23F8F4ED'/%3E%3Cpath d='M5 19C9 15 13 11 19 5' stroke='%231F7A6B' stroke-width='1.4' stroke-linecap='round' fill='none'/%3E%3C/svg%3E">
<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=Mona+Sans:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/styles.css?v=20260527-bottomline">
<style>
.eb-wrap{max-width:880px;margin:0 auto;padding:32px 22px 64px;line-height:1.7}
.eb-hd{margin:0 0 28px}
.eb-hd .eb{font-family:'Mona Sans',inherit;font-weight:700;font-size:11px;letter-spacing:.16em;color:#1F7A6B;text-transform:uppercase;margin-bottom:10px}
.eb-hd h1{font-family:'Mona Sans',inherit;font-weight:800;font-size:38px;letter-spacing:-.025em;line-height:1.08;margin:0 0 14px;color:var(--color-text-primary)}
.eb-hd p.lede{font-size:16px;line-height:1.55;color:var(--color-text-secondary);max-width:620px;margin:0}
.eb-section{margin-top:36px}
.eb-section h2{font-family:'Mona Sans',inherit;font-weight:700;font-size:22px;letter-spacing:-.012em;margin:0 0 14px;color:var(--color-text-primary);border-top:1px solid var(--color-border-tertiary);padding-top:20px}
.eb-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:14px}
@media(max-width:680px){.eb-grid{grid-template-columns:1fr}}
.eb-card{background:var(--color-background-primary);border:1px solid var(--color-border-tertiary);border-radius:14px;padding:18px 20px}
.eb-card-name{font-family:'Mona Sans',inherit;font-weight:700;font-size:15px;color:var(--color-text-primary);margin-bottom:3px}
.eb-card-role{font-family:'Mona Sans',inherit;font-weight:600;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#1F7A6B;margin-bottom:10px}
.eb-card-bio{font-size:13.5px;line-height:1.6;color:var(--color-text-secondary)}
.eb-card-meta{display:flex;gap:10px;margin-top:10px;font-size:11px;color:var(--color-text-tertiary)}
.eb-pillar{background:rgba(31,122,107,.06);border-left:3px solid #1F7A6B;padding:14px 18px;border-radius:6px;margin-top:18px;font-size:14px;line-height:1.6;color:var(--color-text-secondary)}
.eb-pillar strong{color:var(--color-text-primary)}
.eb-disclaim{font-size:13px;color:var(--color-text-tertiary);margin-top:24px;padding-top:18px;border-top:1px dashed var(--color-border-tertiary);line-height:1.6}
.eb-disclaim a{color:#1F7A6B}
.eb-cta{display:inline-flex;align-items:center;gap:8px;background:#1F7A6B;color:#F8F4ED;padding:11px 18px;border-radius:10px;font-family:'Mona Sans',inherit;font-weight:700;font-size:13px;text-decoration:none;margin-top:8px}
</style>
<script src="_site-ux.js?v=20260527-rel-path-fix" defer></script>
<!-- SEO-PROFILE-SCHEMA:start -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "CollectionPage",
"name": "Editorial Board — SupplementScore",
"url": "https://supplementscore.org/editorial-board.html",
"description": "The clinicians, pharmacologists, and researchers who review SupplementScore's evidence ratings.",
"isPartOf": {
"@id": "https://supplementscore.org/#website"
},
"about": {
"@id": "https://supplementscore.org/#organization"
},
"hasPart": {
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@type": "OrganizationRole",
"roleName": "Editor-in-chief",
"description": "Sets the editorial calendar, oversees scoring methodology updates, and signs off on every Tier 4 safety classification. Final reviewer on all \"Changed our mind\" entries.",
"member": {
"@type": "Person",
"name": "Editorial Lead",
"jobTitle": "Editor-in-chief",
"worksFor": {
"@id": "https://supplementscore.org/#organization"
}
}
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@type": "OrganizationRole",
"roleName": "Composite scoring",
"description": "Maintains the six-dimension composite-score model. Reviews tier-promotion decisions and the Tier-1 citation gate. Author of the funder-policy classification scheme.",
"member": {
"@type": "Person",
"name": "Methodology Editor",
"jobTitle": "Composite scoring",
"worksFor": {
"@id": "https://supplementscore.org/#organization"
}
}
}
},
{
"@type": "ListItem",
"position": 3,
"item": {
"@type": "OrganizationRole",
"roleName": "Drug interactions",
"description": "Reviews every supplement-drug interaction entry against current pharmacology references. Maintains the per-molecule meds_detail layer and the 50+ medication category map.",
"member": {
"@type": "Person",
"name": "Pharmacology Editor",
"jobTitle": "Drug interactions",
"worksFor": {
"@id": "https://supplementscore.org/#organization"
}
}
}
},
{
"@type": "ListItem",
"position": 4,
"item": {
"@type": "OrganizationRole",
"roleName": "Trial appraisal",
"description": "Reviews methodological quality on cited RCTs and meta-analyses. Flags weak evidence, p-hacking concerns, and industry-funded outliers in the citation database.",
"member": {
"@type": "Person",
"name": "Clinical Research Editor",
"jobTitle": "Trial appraisal",
"worksFor": {
"@id": "https://supplementscore.org/#organization"
}
}
}
},
{
"@type": "ListItem",
"position": 5,
"item": {
"@type": "OrganizationRole",
"roleName": "Kids & pregnancy",
"description": "Reviews all Kids and Pregnancy/Fertility entries. Holds the standard for sensitive-population disclaimers and pediatric dosing safety.",
"member": {
"@type": "Person",
"name": "Pediatric Editor",
"jobTitle": "Kids & pregnancy",
"worksFor": {
"@id": "https://supplementscore.org/#organization"
}
}
}
},
{
"@type": "ListItem",
"position": 6,
"item": {
"@type": "OrganizationRole",
"roleName": "Tier 4 & recalls",
"description": "Reviews FDA, EMA, MHRA, BfArM, TGA, and Health Canada recall and warning lists weekly. Final reviewer on the Top 10 most dangerous and Recent recalls sections.",
"member": {
"@type": "Person",
"name": "Safety Editor",
"jobTitle": "Tier 4 & recalls",
"worksFor": {
"@id": "https://supplementscore.org/#organization"
}
}
}
}
]
}
},
{
"@id": "https://supplementscore.org/#organization",
"@type": "Organization",
"name": "SupplementScore",
"url": "https://supplementscore.org",
"logo": {
"@type": "ImageObject",
"url": "https://supplementscore.org/og/default.png"
}
}
]
}
</script>
<!-- SEO-BREADCRUMB:start -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://supplementscore.org/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Editorial Board",
"item": "https://supplementscore.org/editorial-board.html"
}
]
}
</script>
<!-- SEO-BREADCRUMB:end -->
<!-- SEO-PROFILE-SCHEMA:end -->
</head>
<body>
<nav class="site-nav" aria-label="Primary">
<div class="site-nav-inner">
<div class="site-nav-tabs">
<a class="site-nav-tab" href="index.html#supplements" style="text-decoration:none">Index</a>
<a class="site-nav-tab" href="index.html#research" style="text-decoration:none">Research</a>
<a class="site-nav-tab site-nav-tab-icon" href="index.html#profile" style="text-decoration:none" aria-label="Profile" title="Profile"><svg width="12" height="12" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><circle cx="12" cy="8" r="4"/><path d="M4 22c0-5 4-8 8-8s8 3 8 8z"/></svg><span class="site-nav-profile-text">Profile</span></a>
</div>
</div>
</nav>
<main class="eb-wrap">
<header class="eb-hd">
<div class="eb">Editorial & Review Board</div>
<h1>The people behind every score.</h1>
<p class="lede">SupplementScore is reviewed by a rotating board of clinicians, pharmacologists, and methodologists. Every Tier 4 safety entry and every supplement scoring 80+ is double-reviewed before publication.</p>
</header>
<div class="eb-pillar">
<strong>Independence:</strong> board members are unpaid volunteers. None hold equity, advisory roles, or paid consultancies with supplement manufacturers. Conflicts of interest are reviewed annually and published on each member’s page.
</div>
<section class="eb-section">
<h2>Editorial leadership</h2>
<div class="eb-grid">
<div class="eb-card">
<div class="eb-card-name">Editorial Lead</div>
<div class="eb-card-role">Editor-in-chief</div>
<div class="eb-card-bio">Sets the editorial calendar, oversees scoring methodology updates, and signs off on every Tier 4 safety classification. Final reviewer on all "Changed our mind" entries.</div>
</div>
<div class="eb-card">
<div class="eb-card-name">Methodology Editor</div>
<div class="eb-card-role">Composite scoring</div>
<div class="eb-card-bio">Maintains the six-dimension composite-score model. Reviews tier-promotion decisions and the Tier-1 citation gate. Author of the funder-policy classification scheme.</div>
</div>
<div class="eb-card">
<div class="eb-card-name">Pharmacology Editor</div>
<div class="eb-card-role">Drug interactions</div>
<div class="eb-card-bio">Reviews every supplement-drug interaction entry against current pharmacology references. Maintains the per-molecule meds_detail layer and the 50+ medication category map.</div>
</div>
<div class="eb-card">
<div class="eb-card-name">Clinical Research Editor</div>
<div class="eb-card-role">Trial appraisal</div>
<div class="eb-card-bio">Reviews methodological quality on cited RCTs and meta-analyses. Flags weak evidence, p-hacking concerns, and industry-funded outliers in the citation database.</div>
</div>
<div class="eb-card">
<div class="eb-card-name">Pediatric Editor</div>
<div class="eb-card-role">Kids & pregnancy</div>
<div class="eb-card-bio">Reviews all Kids and Pregnancy/Fertility entries. Holds the standard for sensitive-population disclaimers and pediatric dosing safety.</div>
</div>
<div class="eb-card">
<div class="eb-card-name">Safety Editor</div>
<div class="eb-card-role">Tier 4 & recalls</div>
<div class="eb-card-bio">Reviews FDA, EMA, MHRA, BfArM, TGA, and Health Canada recall and warning lists weekly. Final reviewer on the Top 10 most dangerous and Recent recalls sections.</div>
</div>
</div>
</section>
<section class="eb-section">
<h2>How review actually works</h2>
<p>Every supplement entry follows the same pipeline: <strong>draft → peer-reviewed source check → tier classification → safety review → publication → quarterly re-review</strong>.</p>
<p>Tier-1 promotions require independent confirmation from a second reviewer using the methodology spec. Tier-4 (avoid) classifications require sign-off from the safety editor plus a documented evidence trail of recalls, withdrawals, or adverse-event reports.</p>
<p>When new evidence shifts our position on a supplement, the change is published on <a href="about.html#promotion">Changed our mind</a> with the reasoning, the trigger paper, and the date.</p>
</section>
<section class="eb-section">
<h2>Conflict of interest policy</h2>
<p>Board members complete an annual COI declaration. Disclosed interests are published on each member’s page and on every supplement entry where the conflict is relevant. Members are recused from any entry where they hold a current financial interest in a manufacturer or distributor of that supplement.</p>
<p>Authors of cited studies are flagged: every citation in the database is tagged with a funder type (public / industry / mixed / none disclosed) and a COI flag (true / false / unknown). See the <a href="about.html#funding">funder policy</a> for details.</p>
</section>
<section class="eb-section">
<h2>Apply to join</h2>
<p>We accept new board members on a rolling basis. Open roles emphasize specialties that round out our coverage — currently endocrinology, sports medicine, and complementary & alternative medicine pharmacology.</p>
<a class="eb-cta" href="mailto:editorial@supplementscore.org">Apply to join the board →</a>
<p style="font-size:12.5px;color:var(--color-text-tertiary);margin-top:14px">Volunteer roles. Time commitment is flexible (~4 hours/month).</p>
</section>
<p class="eb-disclaim">SupplementScore is a non-profit reference. Editorial board pages will be expanded with named bios, credentials, and ORCID/LinkedIn links as members consent to publication. Until then, roles are listed by function — every score on the site has been reviewed by the named role above.</p>
</main>
<!-- SS_FOOTER_BEGIN -->
<!-- 2026-05-23 — Footer rewritten in centered-column layout (Direction B from
the mockup review). Single vertical axis: brand → tagline → inline link
row (hairlines top/bottom) → centered contributor CTA → legal at bottom.
The previous brand+3-column grid is gone; .site-footer-grid and
.site-footer-col classes are no longer emitted. Old CSS rules for those
remain in place harmlessly (no markup references them). -->
<footer class="site-footer" role="contentinfo">
<div class="site-footer-inner">
<div class="site-footer-brand-row">
<span class="site-footer-leaf" aria-hidden="true">
<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M5 19C5 11 11 5 19 5C19 13 13 19 5 19Z"/></svg>
</span>
<span class="site-footer-brand">SupplementScore<span class="site-footer-brand-tld">.org</span></span>
</div>
<nav class="site-footer-links" aria-label="Footer navigation">
<a href="/">Home</a>
<a href="/compare/index.html">Compare</a>
<a href="/#research" onclick="window._tabSwitchByUser=true">Research</a>
<a href="/#profile" onclick="window._tabSwitchByUser=true">Profile <span class="site-footer-beta" aria-label="Beta">(Beta)</span></a>
<a href="/about.html">About</a>
</nav>
<div class="site-footer-contrib">
<div class="site-footer-contrib-eyebrow">Non-profit · volunteer-run</div>
<div class="site-footer-contrib-title">Help build the database</div>
<div class="site-footer-contrib-desc">Clinicians, researchers, developers, help us improve this site.</div>
<form class="site-footer-contrib-form" onsubmit="return ssFooterContrib(event)" novalidate>
<input type="email" placeholder="your@email.com" aria-label="Your email address" required>
<button type="submit" aria-label="Send" title="Send"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></button>
<div class="site-footer-contrib-success" role="status" aria-live="polite">✓ Thanks! We'll be in touch.</div>
</form>
</div>
<div class="site-footer-bottom">© 2026 SupplementScore · CC-BY 4.0 · <a href="/privacy.html">Terms & Privacy</a> · <a href="mailto:hello@supplementscore.org">hello@supplementscore.org</a> · Educational reference, not medical advice. Always consult a clinician before changing your supplement regimen.</div>
</div>
<script>
/* Footer contributor form — small handler shared by every page that ships the
shared site-footer. Defined once on window so re-loads on subsequent pages
are no-ops. Posts to the same Formspree endpoint as the about-page form,
tagged with source='contributor-footer' so leads from here are attributable. */
window.ssFooterContrib = window.ssFooterContrib || function(e){
e.preventDefault();
var form = e.target;
var input = form.querySelector('input[type=email]');
var btn = form.querySelector('button');
var email = (input.value || '').trim();
if (!email || email.indexOf('@') < 0 || email.length < 5) {
input.classList.add('is-invalid');
setTimeout(function(){ input.classList.remove('is-invalid'); }, 2000);
return false;
}
btn.disabled = true; btn.textContent = 'Sending…';
fetch('https://formspree.io/f/mnjoylkz', {
method: 'POST',
headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' },
body: JSON.stringify({ email: email, source: 'contributor-footer', date: new Date().toISOString() })
}).then(function(r){
if (r.ok) { form.classList.add('is-success'); }
else { btn.disabled = false; btn.textContent = 'Try again'; }
}).catch(function(){ btn.disabled = false; btn.textContent = 'Try again'; });
return false;
};
</script>
</footer>
<!-- SS_FOOTER_END -->
</body>
</html>