feat: initial commit - oncology literature search platform
OncoLit: a multi-tenant oncology literature search, feed, and collaboration platform. Built with FastAPI + Vue 3 + PostgreSQL. Includes PubMed pipeline, drug approvals, AI summaries, and systematic review tools.
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" sizes="68x68" href="/favicon-68.png" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="192x192" href="/icon-192.png" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#1a5276" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="OncoLit 肿瘤科研文献速递——全球肿瘤学进展文献检索与推送平台,每日自动推送最新肿瘤研究,支持 PubMed 搜索、AI 摘要、系统评价与 Meta 分析工具。" />
|
||||
<title>OncoLit 肿瘤科研文献速递,每日更新</title>
|
||||
<link rel="preconnect" href="https://pubmed.ncbi.nlm.nih.gov" crossorigin />
|
||||
<meta property="og:title" content="OncoLit 肿瘤科研文献速递,每日更新" />
|
||||
<meta property="og:description" content="全球肿瘤学进展文献检索与推送平台,每日自动推送最新肿瘤研究,AI 摘要、精准推送、团队协作。" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://oncolit.gonsun.com/" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="OncoLit 肿瘤科研文献速递,每日更新" />
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "OncoLit 肿瘤科研文献速递,每日更新",
|
||||
"url": "https://oncolit.gonsun.com",
|
||||
"description": "全球肿瘤学进展文献检索与推送平台——肿瘤科医生每日文献速览",
|
||||
"inLanguage": "zh-CN",
|
||||
"potentialAction": {
|
||||
"@type": "SearchAction",
|
||||
"target": {
|
||||
"@type": "EntryPoint",
|
||||
"urlTemplate": "https://oncolit.gonsun.com/search?q={search_term_string}"
|
||||
},
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user