-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (58 loc) · 3.81 KB
/
Copy pathindex.html
File metadata and controls
63 lines (58 loc) · 3.81 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/CiteLens/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CiteLens — Find the follow-up papers that matter most</title>
<!-- Primary SEO -->
<meta name="description" content="CiteLens ranks papers that cite your research by impact, network centrality, relevance, and citation context. Free alternative to Connected Papers, scite.ai, and Litmaps." />
<meta name="keywords" content="citation analysis, literature review, research tools, arxiv, semantic scholar, openalex, paper recommendation, bibliometrics, citing papers, academic search, connected papers alternative, scite alternative, research rabbit alternative, inciteful alternative, litmaps alternative" />
<meta name="author" content="Md Kishor Morol" />
<link rel="canonical" href="https://kishormorol.github.io/CiteLens/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kishormorol.github.io/CiteLens/" />
<meta property="og:title" content="CiteLens — Discover the citing papers that actually matter" />
<meta property="og:description" content="Paste any arXiv ID, DOI, or paper URL. CiteLens scores every citing paper across Impact, Network, Relevance, and Context — with plain-English explanations. Free, no sign-up." />
<meta property="og:image" content="https://kishormorol.github.io/CiteLens/docs/screenshot.png" />
<meta property="og:site_name" content="CiteLens" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CiteLens — Discover the citing papers that actually matter" />
<meta name="twitter:description" content="Paste any arXiv ID, DOI, or paper URL. CiteLens ranks citing papers by impact, network, relevance, and context — with plain-English explanations." />
<meta name="twitter:image" content="https://kishormorol.github.io/CiteLens/docs/screenshot.png" />
<!-- JSON-LD structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "CiteLens",
"url": "https://kishormorol.github.io/CiteLens/",
"description": "CiteLens discovers and ranks the most important papers citing any research paper. Scores are based on impact, network centrality, semantic relevance, and citation context.",
"applicationCategory": "ResearchApplication",
"operatingSystem": "Web",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"author": { "@type": "Person", "name": "Md Kishor Morol", "url": "https://github.com/kishormorol" },
"sourceCode": "https://github.com/kishormorol/CiteLens",
"keywords": "citation analysis, literature review, arxiv, semantic scholar, bibliometrics, paper ranking, connected papers alternative",
"featureList": [
"Multi-signal paper ranking (Impact, Network, Relevance, Context)",
"Plain-English score explanations",
"Force-directed citation network graph",
"Timeline of citation growth",
"Smart filters by year, relevance, review type",
"Supports arXiv ID, DOI, Semantic Scholar URL, and paper titles",
"Free, no sign-up required"
]
}
</script>
<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=Inter:wght@400;500;600&family=Instrument+Serif:ital@0;1&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>