-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbibliography.html
More file actions
134 lines (126 loc) · 11.6 KB
/
bibliography.html
File metadata and controls
134 lines (126 loc) · 11.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bibliography — SupplementScore</title>
<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%3Cpath d='M4.5 3.75C4.5 3.75 4.5 3 6 3H18C19.5 3 19.5 3.75 19.5 3.75V13.5C19.5 18.75 15.75 21 12 21.75C8.25 21 4.5 18.75 4.5 13.5V3.75Z' fill='%237B1FA2'/%3E%3C/svg%3E">
<meta name="description" content="Every PMID cited across SupplementScore — 7 unique PubMed sources, sortable by funder type and citation count.">
<link rel="canonical" href="https://supplementscore.org/bibliography.html">
<meta property="og:title" content="Bibliography — SupplementScore">
<meta property="og:description" content="Every PMID cited across the site, browseable + sortable.">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<script>document.documentElement.setAttribute('data-theme','light');</script>
<style>html{color-scheme:light}</style>
<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=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/styles.css?v=20260527-bottomline">
<link rel="manifest" href="/manifest.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/icon-180-apple.svg">
<meta name="theme-color" content="#7B1FA2">
<meta name="apple-mobile-web-app-title" content="SuppScore">
<meta name="apple-mobile-web-app-capable" content="yes">
<style>
body { background: var(--color-background-primary); color: var(--color-text-primary); }
.bib-wrap { max-width: 1180px; margin: 0 auto; padding: 32px 24px 64px; }
.bib-back { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--color-text-secondary); text-decoration: none; padding: 6px 12px; border: 1px solid var(--color-border-secondary); border-radius: 8px; margin-bottom: 24px; }
.bib-back:hover { color: var(--color-brand); }
.bib-h1 { font-size: 2rem; font-weight: 800; letter-spacing: -.5px; margin: 0 0 6px; }
.bib-sub { color: var(--color-text-secondary); font-size: 14.5px; margin-bottom: 20px; max-width: 720px; line-height: 1.55; }
.bib-stats { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0 22px; }
.bib-stat { font-size: 12px; padding: 6px 11px; border-radius: 999px; border: 1px solid var(--color-border-tertiary); background: var(--color-background-secondary); cursor: pointer; transition: all .12s; }
.bib-stat.on, .bib-stat:hover { background: var(--color-brand); color: #fff; border-color: var(--color-brand); }
.bib-search { width: 100%; padding: 11px 14px; border: 0.5px solid var(--color-border-secondary); border-radius: 10px; font-size: 14px; font-family: inherit; outline: none; background: var(--color-background-primary); margin-bottom: 14px; box-sizing: border-box; }
.bib-search:focus { border-color: var(--color-brand); box-shadow: 0 0 0 3px rgba(123,31,162,.12); }
table { width: 100%; border-collapse: collapse; font-size: 13px; background: var(--color-background-primary); border: 0.5px solid var(--color-border-tertiary); border-radius: 12px; overflow: hidden; }
thead th { text-align: left; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--color-text-tertiary); padding: 11px 14px; background: var(--color-background-secondary); border-bottom: 0.5px solid var(--color-border-tertiary); white-space: nowrap; }
tbody td { padding: 11px 14px; border-bottom: 0.5px dashed var(--color-border-tertiary); vertical-align: top; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr.hidden { display: none; }
.num { text-align: right; font-variant-numeric: tabular-nums; color: var(--color-text-secondary); }
.bib-fpill { display: inline-block; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 999px; text-transform: uppercase; letter-spacing: .03em; }
.bib-text { color: var(--color-text-secondary); line-height: 1.5; max-width: 600px; }
.bib-foot { margin-top: 28px; font-size: 12px; color: var(--color-text-tertiary); padding: 14px 0; border-top: 0.5px solid var(--color-border-tertiary); }
</style>
<!-- SEO-BC-SCHEMA:start -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "SupplementScore",
"item": "https://supplementscore.org/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Bibliography",
"item": "https://supplementscore.org/bibliography.html"
}
]
}
</script>
<!-- SEO-BC-SCHEMA:end -->
<meta property="og:url" content="https://supplementscore.org/bibliography.html">
<meta property="og:site_name" content="SupplementScore">
<meta name="twitter:title" content="Bibliography">
<meta name="twitter:description" content="Every PMID cited across SupplementScore — 7 unique PubMed sources, sortable by funder type and citation count.">
</head>
<body>
<main class="bib-wrap">
<a href="index.html" class="bib-back">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M15 18l-6-6 6-6"/></svg>
Back to Supplement Score
</a>
<h1 class="bib-h1">Bibliography</h1>
<p class="bib-sub">Every PMID cited across SupplementScore — 7 unique PubMed sources. Filter by funder type to verify the evidence base for any tier call. <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">CC-BY 4.0</a> — reuse with attribution.</p>
<div class="bib-stats">
<button class="bib-stat on" data-filter="all" type="button">All (7)</button>
<button class="bib-stat" data-filter="public" type="button">Public (0)</button>
<button class="bib-stat" data-filter="nonprofit" type="button">Nonprofit (0)</button>
<button class="bib-stat" data-filter="industry" type="button">Industry (0)</button>
<button class="bib-stat" data-filter="mixed" type="button">Mixed (0)</button>
<button class="bib-stat" data-filter="none_disclosed" type="button">No funder disclosed (7)</button>
</div>
<input type="text" id="bib-search" class="bib-search" placeholder="Filter by PMID, author, journal, year..." autocomplete="off">
<table>
<thead>
<tr><th style="width:90px">PMID</th><th style="width:130px">Funder type</th><th style="width:80px;text-align:right">Cites</th><th>Reference</th></tr>
</thead>
<tbody id="bib-body">
<tr data-funder="none_disclosed" data-cites="1"><td><a href="https://pubmed.ncbi.nlm.nih.gov/12092213/" target="_blank" rel="noopener">12092213</a></td><td><span class="bib-fpill" style="background:#8A87801a;color:#8A8780;border:1px solid #8A878055">none disclosed</span></td><td class="num">1</td><td class="bib-text">Trifan A, Balan G, Stanciu C. "Pancreatic enzymes replacement therapy in chronic pancreatitis: an update." Rev Med Chir Soc Med Nat Iasi , 2001;105(4):646-50. PMID: 12092213 .</td></tr><tr data-funder="none_disclosed" data-cites="1"><td><a href="https://pubmed.ncbi.nlm.nih.gov/22722514/" target="_blank" rel="noopener">22722514</a></td><td><span class="bib-fpill" style="background:#8A87801a;color:#8A8780;border:1px solid #8A878055">none disclosed</span></td><td class="num">1</td><td class="bib-text">Baraldi S, Hepgul N, Mondelli V, Pariante CM. "Symptomatic treatment of interferon-α-induced depression in hepatitis C: a systematic review." J Clin Psychopharmacol , 2012;32(4):531-43. PMID: 22722514 . DOI: 10.1097/JCP.0b013e31825d9982 .</td></tr><tr data-funder="none_disclosed" data-cites="1"><td><a href="https://pubmed.ncbi.nlm.nih.gov/33549728/" target="_blank" rel="noopener">33549728</a></td><td><span class="bib-fpill" style="background:#8A87801a;color:#8A8780;border:1px solid #8A878055">none disclosed</span></td><td class="num">1</td><td class="bib-text">Donoso A, et al. "Therapeutic uses of natural astaxanthin: An evidence-based review focused on human clinical trials." Pharmacol Res , 2021;166:105479. PMID: 33549728 . DOI: 10.1016/j.phrs.2021.105479 .</td></tr><tr data-funder="none_disclosed" data-cites="1"><td><a href="https://pubmed.ncbi.nlm.nih.gov/34445021/" target="_blank" rel="noopener">34445021</a></td><td><span class="bib-fpill" style="background:#8A87801a;color:#8A8780;border:1px solid #8A878055">none disclosed</span></td><td class="num">1</td><td class="bib-text">Todorova V, et al. "Plant Adaptogens — History and Future Perspectives." Nutrients , 2021;13(8):2861. PMID: 34445021 . DOI: 10.3390/nu13082861 .</td></tr><tr data-funder="none_disclosed" data-cites="1"><td><a href="https://pubmed.ncbi.nlm.nih.gov/37348963/" target="_blank" rel="noopener">37348963</a></td><td><span class="bib-fpill" style="background:#8A87801a;color:#8A8780;border:1px solid #8A878055">none disclosed</span></td><td class="num">1</td><td class="bib-text">Small C, et al. "The Alkylamine Stimulant 1,3-Dimethylamylamine Exhibits Substrate-Like Regulation of Dopamine Transporter Function and Localization." J Pharmacol Exp Ther , 2023;386(2):266-273. PMID: 37348963 . DOI: 10.1124/jpet.122.001573 .</td></tr><tr data-funder="none_disclosed" data-cites="1"><td><a href="https://pubmed.ncbi.nlm.nih.gov/38501161/" target="_blank" rel="noopener">38501161</a></td><td><span class="bib-fpill" style="background:#8A87801a;color:#8A8780;border:1px solid #8A878055">none disclosed</span></td><td class="num">1</td><td class="bib-text">Dewi L, et al. "Cordyceps militaris accelerates stem cell recruitment to human skeletal muscle after exercise." Food Funct , 2024;15(8):4010-4020. PMID: 38501161 . DOI: 10.1039/d3fo03770c .</td></tr><tr data-funder="none_disclosed" data-cites="1"><td><a href="https://pubmed.ncbi.nlm.nih.gov/38612968/" target="_blank" rel="noopener">38612968</a></td><td><span class="bib-fpill" style="background:#8A87801a;color:#8A8780;border:1px solid #8A878055">none disclosed</span></td><td class="num">1</td><td class="bib-text">Szumny D, et al. "Extract from chokeberry, honeysuckle berry, and bilberry improves near visual acuity in people with presbyopia." Nutrients , 2024;16(7):926. PMID: 38612968 . DOI: 10.3390/nu16070926 .</td></tr>
</tbody>
</table>
<div class="bib-foot">Browse 700+ supplement entries: <a href="index.html" style="color:inherit;text-decoration:underline">Index</a> · See methodology: <a href="methodology.html" style="color:inherit;text-decoration:underline">Methodology</a> · Suggest a missing citation: use the "Report inaccuracy" button on any supplement card.</div>
</main>
<script>
(function(){
var rows = [].slice.call(document.querySelectorAll('#bib-body tr'));
var search = document.getElementById('bib-search');
var filter = 'all';
function apply() {
var q = search.value.trim().toLowerCase();
rows.forEach(function(r){
var matchFilter = (filter === 'all') || (r.dataset.funder === filter);
var matchSearch = !q || r.textContent.toLowerCase().indexOf(q) !== -1;
r.classList.toggle('hidden', !(matchFilter && matchSearch));
});
}
search.addEventListener('input', apply);
[].forEach.call(document.querySelectorAll('.bib-stat'), function(b){
b.addEventListener('click', function(){
[].forEach.call(document.querySelectorAll('.bib-stat'), function(x){ x.classList.remove('on'); });
b.classList.add('on');
filter = b.dataset.filter;
apply();
});
});
})();
</script>
</body>
</html>