Skip to content

Commit bf80fc6

Browse files
committed
Deploy from jjohare/logseq @ bc54bcf83b1b0b14a35069e669c44c88f9cbd12b jjohare/logseq@bc54bcf
1 parent 372a0cb commit bf80fc6

File tree

548 files changed

+2623
-2583
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

548 files changed

+2623
-2583
lines changed

_headers

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/*
2+
# Security Headers for GitHub Pages / Netlify / Cloudflare
3+
X-Frame-Options: DENY
4+
X-Content-Type-Options: nosniff
5+
X-XSS-Protection: 1; mode=block
6+
Referrer-Policy: strict-origin-when-cross-origin
7+
Permissions-Policy: accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()
8+
9+
# Content Security Policy - Allow WASM and inline styles for React
10+
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob:; font-src 'self'; connect-src 'self'; worker-src 'self' blob:; frame-ancestors 'none'
11+
12+
# WASM files need correct MIME type
13+
/*.wasm
14+
Content-Type: application/wasm
15+
Cache-Control: public, max-age=31536000, immutable
16+
17+
# Cache static assets
18+
/assets/*
19+
Cache-Control: public, max-age=31536000, immutable
20+
21+
# Don't cache API/data files
22+
/api/*
23+
Cache-Control: no-cache, must-revalidate
24+
25+
/data/*
26+
Cache-Control: no-cache, must-revalidate

api/pages/pages/A-Star Algorithm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"RB-1018-dijkstra-algorithm"
88
],
99
"wiki_links": [
10+
"Heuristic Methods",
1011
"Graph Theory",
11-
"Pathfinding",
12-
"Route Planning",
1312
"Search Algorithms",
14-
"Priority Queue",
1513
"Dijkstra's Algorithm",
16-
"Heuristic Methods"
14+
"Route Planning",
15+
"Priority Queue",
16+
"Pathfinding"
1717
],
1818
"ontology": {
1919
"term_id": "AI-1004",

api/pages/pages/AI Applications.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"backlinks": [],
66
"wiki_links": [
77
"Medical AI",
8-
"Artificial Intelligence",
98
"Autonomous Vehicles",
9+
"Industrial AI",
1010
"AI Assistant",
11-
"AI Deployment",
12-
"Industrial AI"
11+
"Artificial Intelligence",
12+
"AI Deployment"
1313
],
1414
"ontology": {
1515
"term_id": "AI-0604",

api/pages/pages/AI Infrastructure.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"backlinks": [],
66
"wiki_links": [
77
"Edge AI",
8-
"Artificial Intelligence",
8+
"Cloud AI",
99
"GPU Computing",
10-
"AI Deployment",
11-
"Cloud AI"
10+
"Artificial Intelligence",
11+
"AI Deployment"
1212
],
1313
"ontology": {
1414
"term_id": "AI-0603",

api/pages/pages/AI Safety.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"AI Risks"
1212
],
1313
"wiki_links": [
14-
"Artificial Intelligence",
15-
"AI Alignment",
1614
"AI Governance",
15+
"AI Alignment",
16+
"Value Alignment",
1717
"Interpretability",
1818
"Adversarial Robustness",
19-
"Value Alignment"
19+
"Artificial Intelligence"
2020
],
2121
"ontology": {
2222
"term_id": "AI-0600",

api/pages/pages/Accessibility Standards.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"Assistive Technology Integration",
1010
"Design Standards",
1111
"Universal Design",
12-
"Inclusive Virtual Experiences",
1312
"metaverse",
14-
"Multi-Modal Interfaces"
13+
"Multi-Modal Interfaces",
14+
"Inclusive Virtual Experiences"
1515
],
1616
"ontology": {
1717
"term_id": "MV-9757",

api/pages/pages/Account Abstraction.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
],
99
"wiki_links": [
1010
"Blockchain",
11-
"BlockchainDomain",
1211
"Ethereum",
12+
"BlockchainDomain",
1313
"Ethereum Standard",
1414
"ERC-4337"
1515
],

api/pages/pages/Active Learning.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"Data Annotation"
88
],
99
"wiki_links": [
10+
"Labeling Cost",
11+
"Machine Learning",
1012
"Data-Efficient Learning",
1113
"Uncertainty Sampling",
1214
"Online Learning",
1315
"Human-in-the-Loop",
14-
"Machine Learning",
15-
"Labeling Cost",
1616
"Semi-Supervised Learning"
1717
],
1818
"ontology": {

api/pages/pages/Adaptive Virtual Experience.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"Biosensing Interface"
77
],
88
"wiki_links": [
9-
"User Behavior Tracking",
10-
"Real-Time Analytics",
11-
"Dynamic Gaming",
129
"Personalized Learning",
13-
"Therapeutic VR",
1410
"Machine Learning",
11+
"Therapeutic VR",
12+
"Real-Time Analytics",
1513
"metaverse",
14+
"Dynamic Gaming",
15+
"User Behavior Tracking",
1616
"Virtual Reality Experience"
1717
],
1818
"ontology": {

api/pages/pages/Adaptive Virtual World.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"Intelligent Virtual Entity"
77
],
88
"wiki_links": [
9-
"Procedural Generation",
10-
"Virtual World",
9+
"Emergent Gameplay",
1110
"Persistent World Evolution",
11+
"Virtual World",
12+
"metaverse",
1213
"Personalized Environments",
1314
"Generative AI",
1415
"Neural Networks",
15-
"Emergent Gameplay",
16-
"metaverse"
16+
"Procedural Generation"
1717
],
1818
"ontology": {
1919
"term_id": "MV-9759",

0 commit comments

Comments
 (0)