-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (133 loc) · 6.62 KB
/
index.html
File metadata and controls
143 lines (133 loc) · 6.62 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary meta -->
<title>Quercus Viewer — Professional 3D Molecular Structure Analysis</title>
<meta name="description" content="Free, browser-based 3D molecular structure viewer for proteins and chemicals. Load from RCSB PDB or PubChem, compare up to 4 structures side-by-side, collaborate live, and export publication-quality renders — no installation required." />
<meta name="keywords" content="protein structure viewer, 3D molecular visualization, PDB viewer, WebGL molecular viewer, browser-based molecular viewer, NGL viewer, protein visualization, structural biology, PubChem viewer, molecular graphics, open source protein viewer" />
<meta name="author" content="QuercusCode" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://quercusviewer.com/" />
<!-- Theme -->
<meta name="theme-color" content="#030303" />
<meta name="color-scheme" content="dark" />
<!-- Favicons -->
<link rel="icon" type="image/png" href="logo/icon-black.png" media="(prefers-color-scheme: light)" />
<link rel="icon" type="image/png" href="logo/icon-white.png" media="(prefers-color-scheme: dark)" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Quercus Viewer" />
<meta property="og:url" content="https://quercusviewer.com/" />
<meta property="og:title" content="Quercus Viewer — Professional 3D Molecular Structure Analysis" />
<meta property="og:description" content="Free, browser-based 3D molecular structure viewer. Load proteins from RCSB PDB, compare structures side-by-side, collaborate live, and export publication-quality renders — no installation required." />
<meta property="og:image" content="https://quercusviewer.com/logo/og-card-v3.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Quercus Viewer — 3D protein structure visualized in a dark browser interface" />
<meta property="og:locale" content="en_US" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://quercusviewer.com/" />
<meta name="twitter:title" content="Quercus Viewer — Professional 3D Molecular Structure Analysis" />
<meta name="twitter:description" content="Free, browser-based 3D molecular structure viewer. Load proteins from RCSB PDB, compare structures side-by-side, collaborate live, and export publication-quality renders." />
<meta name="twitter:image" content="https://quercusviewer.com/logo/og-card-v3.png" />
<meta name="twitter:image:alt" content="Quercus Viewer interface showing a 3D protein structure" />
<!-- Structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"@id": "https://quercusviewer.com/#app",
"name": "Quercus Viewer",
"url": "https://quercusviewer.com/",
"description": "Professional browser-based 3D molecular structure viewer for proteins and chemicals. Features multi-view analysis, live collaboration, studio mode, and publication-quality export.",
"applicationCategory": "ScientificApplication",
"applicationSubCategory": "Molecular Visualization",
"operatingSystem": "Web Browser",
"browserRequirements": "Requires a modern browser with WebGL support",
"softwareVersion": "1.0",
"license": "https://opensource.org/licenses/MIT",
"isAccessibleForFree": true,
"offers": [
{
"@type": "Offer",
"name": "Free",
"price": "0",
"priceCurrency": "USD",
"description": "Unlimited structure viewing, PDB & PubChem import, basic representations, screenshot export"
},
{
"@type": "Offer",
"name": "Pro",
"price": "12",
"priceCurrency": "USD",
"description": "Multi-view compare, advanced color schemes, studio mode, publication export, PDF reports"
},
{
"@type": "Offer",
"name": "Team",
"price": "29",
"priceCurrency": "USD",
"description": "Real-time live collaboration, shared session management, team structure library, admin dashboard"
}
],
"featureList": [
"Load structures from RCSB PDB and PubChem",
"Drag-and-drop local PDB, CIF, SDF, MOL files",
"Up to 4 simultaneous side-by-side views",
"Cartoon, surface, ball-and-stick, ribbon representations",
"Real-time live collaboration with cursor sync",
"Keyframe animation and studio mode",
"High-resolution publication export",
"PDF summary report generation",
"Structure superposition and contact maps",
"Accessibility features including OpenDyslexic font"
],
"screenshot": "https://quercusviewer.com/logo/og-card-v3.png",
"provider": {
"@type": "Organization",
"@id": "https://quercusviewer.com/#organization"
}
},
{
"@type": "Organization",
"@id": "https://quercusviewer.com/#organization",
"name": "QuercusCode",
"url": "https://quercusviewer.com/",
"sameAs": ["https://github.com/QuercusCode/QuercusViewer"]
},
{
"@type": "WebSite",
"@id": "https://quercusviewer.com/#website",
"url": "https://quercusviewer.com/",
"name": "Quercus Viewer",
"description": "Professional 3D Molecular Structure Analysis",
"publisher": {
"@id": "https://quercusviewer.com/#organization"
},
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://quercusviewer.com/app?q={search_term_string}"
},
"query-input": "required name=search_term_string"
}
}
]
}
</script>
<!-- Fonts -->
<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=Space+Grotesk:wght@300;400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>