forked from rayford295/rayford-knowledge-atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
144 lines (124 loc) · 5.68 KB
/
index.html
File metadata and controls
144 lines (124 loc) · 5.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rayford GeoGraph | Yifan Yang Research Atlas</title>
<meta
name="description"
content="Rayford GeoGraph is an interactive research atlas for Yifan Yang's papers, book chapters, repositories, datasets, and GeoAI workflows."
>
<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=Fraunces:opsz,wght@9..144,700;9..144,800&family=Manrope:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='14' fill='%23102019'/%3E%3Ctext x='32' y='39' text-anchor='middle' font-family='Arial' font-size='22' font-weight='800' fill='%231fc7a1'%3ERG%3C/text%3E%3C/svg%3E">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<canvas class="starfield" id="starfield" aria-hidden="true"></canvas>
<div class="app-shell">
<header class="topbar">
<a class="brand" href="#graph" aria-label="Rayford GeoGraph">
<span class="brand-mark">RG</span>
<span>
<strong>Rayford GeoGraph</strong>
<small>Research atlas powered by papers and GitHub repositories</small>
</span>
</a>
<label class="search-box" for="search-input">
<span>Search</span>
<input id="search-input" type="search" placeholder="CLIP, Text SAM, street-view, geo-privacy">
</label>
<nav class="top-links" aria-label="Primary links">
<a href="./fork.html">Make Your Own</a>
<a href="https://rayford295.github.io/" target="_blank" rel="noopener">Main Site</a>
<a href="https://scholar.google.com/citations?user=B-fiSHwAAAAJ" target="_blank" rel="noopener">Scholar</a>
<a href="https://github.com/rayford295/Rayford-GeoGraph" target="_blank" rel="noopener">GitHub</a>
</nav>
</header>
<main class="atlas">
<aside class="source-rail" aria-label="Repository sources">
<div class="rail-heading">
<p>Sources</p>
<strong id="paper-count">0</strong>
<span>research outputs</span>
</div>
<div class="rail-stats">
<div>
<strong id="theme-count">0</strong>
<span>themes</span>
</div>
<div>
<strong id="year-range">2024-2026</strong>
<span>timeline</span>
</div>
</div>
<a class="scholar-card" id="scholar-card" href="https://scholar.google.com/citations?user=B-fiSHwAAAAJ" target="_blank" rel="noopener">
<span>Google Scholar</span>
<strong id="scholar-citations">--</strong>
<small>citations · h-index <b id="scholar-hindex">--</b></small>
<em id="scholar-updated">Weekly snapshot pending</em>
</a>
<a class="fork-card" href="./fork.html">
<span>Fork Template</span>
<strong>Build your own GeoGraph</strong>
<em>Use this repository as a public research atlas template.</em>
</a>
<div class="filter-bar" id="filter-bar" aria-label="Theme filters"></div>
<div class="repo-list" id="repo-list" aria-label="Repository cards"></div>
</aside>
<section class="graph-stage" id="graph">
<div class="stage-toolbar">
<div>
<p class="kicker">Research Constellation</p>
<h1>Every output becomes a star in the same research sky.</h1>
</div>
<div class="mode-tabs" aria-label="Graph modes">
<button class="mode-tab active" type="button" data-mode="network">Network</button>
<button class="mode-tab" type="button" data-mode="timeline">Timeline</button>
<button class="mode-tab" type="button" data-mode="repo">Repo</button>
</div>
</div>
<div class="graph-wrap">
<svg id="graph-svg" viewBox="0 0 980 660" role="img" aria-label="Interactive research map"></svg>
</div>
</section>
<aside class="inspector" id="detail-panel" aria-label="Research output detail">
<div class="inspector-topline">
<span id="detail-type">Research Output</span>
<span id="detail-status">Published</span>
</div>
<h2 id="detail-title">Select a node</h2>
<p class="detail-meta" id="detail-meta">Open any research output to inspect its paper, code repository, methods, links, and graph relationships.</p>
<div class="repo-preview" id="repo-preview"></div>
<section class="detail-section">
<h3>Summary</h3>
<p id="detail-summary">The graph is driven by markdown pages and enriched with GitHub repository metadata.</p>
</section>
<section class="detail-section">
<h3>Why It Matters</h3>
<p id="detail-impact"></p>
</section>
<section class="detail-section">
<h3>Themes</h3>
<div class="token-group" id="detail-themes"></div>
</section>
<section class="detail-section">
<h3>Methods</h3>
<div class="token-group" id="detail-methods"></div>
</section>
<section class="detail-section">
<h3>Connections</h3>
<ul class="connection-list" id="detail-connections"></ul>
</section>
<section class="detail-section">
<h3>Links</h3>
<div class="detail-links" id="detail-links"></div>
</section>
</aside>
</main>
</div>
<script src="./data.js"></script>
<script src="./script.js"></script>
</body>
</html>