garywelz commited on
Commit
72629fd
Β·
verified Β·
1 Parent(s): 629c289

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. index.html +3 -3
README.md CHANGED
@@ -33,7 +33,7 @@ The Research Paper Metadata Database represents **prior work** that demonstrates
33
  The Research Paper Metadata Database serves as a **core data infrastructure component** of the CopernicusAI Knowledge Engine, providing:
34
 
35
  - **Foundation for Knowledge Graph Construction:** Structured metadata enables relationship mapping - **βœ… Now Fully Operational** (December 2025) with 12,000+ mathematics papers indexed, interactive knowledge graph visualization, and relationship extraction (citations, semantic similarity, categories)
36
- - **Knowledge Engine Dashboard** (βœ… Implemented December 2025) - Fully operational web interface providing unified access to research papers through knowledge graph visualization, vector search, RAG queries, and content browsing. Live at: https://copernicus-frontend-phzp4ie2sq-uc.a.run.app/knowledge-engine
37
  - **Vector Search:** Semantic search using Vertex AI embeddings across papers, podcasts, and processes
38
  - **RAG System:** Retrieval-augmented generation with citation support and multi-modal content integration
39
  - **Integration with AI Podcast Generation:** Links research papers to generated podcast content
@@ -78,7 +78,7 @@ This project creates a database of scientific research paper metadata for the pu
78
 
79
  ## πŸ”— Related Projects
80
 
81
- - [Copernicus AI](https://huggingface.co/spaces/garywelz/copernicusai) - Main knowledge engine integrating metadata with AI podcasts
82
  - [GLMP](https://huggingface.co/spaces/garywelz/glmp) - Genome Logic Modeling Project using metadata for source references
83
  - [Programming Framework](https://huggingface.co/spaces/garywelz/programming_framework) - Universal process analysis tool that can utilize metadata
84
  - [Science Video Database](https://huggingface.co/spaces/garywelz/sciencevideodb) - Video content management with potential metadata linking
@@ -107,7 +107,7 @@ The Research Paper Metadata Database is designed as infrastructure for AI-assist
107
 
108
  ---
109
 
110
- **Part of the Copernicus AI Knowledge Engine**
111
 
112
  Β© 2025 Gary Welz. All rights reserved.
113
 
 
33
  The Research Paper Metadata Database serves as a **core data infrastructure component** of the CopernicusAI Knowledge Engine, providing:
34
 
35
  - **Foundation for Knowledge Graph Construction:** Structured metadata enables relationship mapping - **βœ… Now Fully Operational** (December 2025) with 12,000+ mathematics papers indexed, interactive knowledge graph visualization, and relationship extraction (citations, semantic similarity, categories)
36
+ - **Research Tools Dashboard** (βœ… Implemented December 2025) - Fully operational web interface providing unified access to research papers through knowledge graph visualization, vector search, RAG queries, and content browsing. Live at: https://copernicus-frontend-phzp4ie2sq-uc.a.run.app/knowledge-engine
37
  - **Vector Search:** Semantic search using Vertex AI embeddings across papers, podcasts, and processes
38
  - **RAG System:** Retrieval-augmented generation with citation support and multi-modal content integration
39
  - **Integration with AI Podcast Generation:** Links research papers to generated podcast content
 
78
 
79
  ## πŸ”— Related Projects
80
 
81
+ - [CopernicusAI](https://huggingface.co/spaces/garywelz/copernicusai) - Main knowledge engine integrating metadata with AI podcasts
82
  - [GLMP](https://huggingface.co/spaces/garywelz/glmp) - Genome Logic Modeling Project using metadata for source references
83
  - [Programming Framework](https://huggingface.co/spaces/garywelz/programming_framework) - Universal process analysis tool that can utilize metadata
84
  - [Science Video Database](https://huggingface.co/spaces/garywelz/sciencevideodb) - Video content management with potential metadata linking
 
107
 
108
  ---
109
 
110
+ **Part of the CopernicusAI Knowledge Engine**
111
 
112
  Β© 2025 Gary Welz. All rights reserved.
113
 
index.html CHANGED
@@ -168,14 +168,14 @@
168
 
169
  <div class="grid md:grid-cols-2 gap-6">
170
  <div class="bg-white rounded-lg shadow-md p-6 card-hover">
171
- <h3 class="text-xl font-semibold text-gray-900 mb-3">πŸ”¬ Copernicus AI</h3>
172
  <p class="text-gray-600 mb-4">
173
  Main knowledge engine integrating metadata with AI podcasts and research synthesis.
174
  </p>
175
  <a href="https://huggingface.co/spaces/garywelz/copernicusai"
176
  class="text-blue-600 hover:text-blue-700 font-semibold"
177
  target="_blank" rel="noopener noreferrer">
178
- Visit Copernicus AI β†’
179
  </a>
180
  </div>
181
 
@@ -242,7 +242,7 @@
242
  <footer class="gradient-bg text-white py-8 mt-12">
243
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
244
  <p class="text-lg font-semibold mb-2">Research Paper Metadata Database</p>
245
- <p class="text-sm opacity-75">Part of the Copernicus AI Knowledge Engine</p>
246
  <p class="text-xs opacity-50 mt-4">&copy; 2025 Gary Welz. All rights reserved.</p>
247
  </div>
248
  </footer>
 
168
 
169
  <div class="grid md:grid-cols-2 gap-6">
170
  <div class="bg-white rounded-lg shadow-md p-6 card-hover">
171
+ <h3 class="text-xl font-semibold text-gray-900 mb-3">πŸ”¬ CopernicusAI</h3>
172
  <p class="text-gray-600 mb-4">
173
  Main knowledge engine integrating metadata with AI podcasts and research synthesis.
174
  </p>
175
  <a href="https://huggingface.co/spaces/garywelz/copernicusai"
176
  class="text-blue-600 hover:text-blue-700 font-semibold"
177
  target="_blank" rel="noopener noreferrer">
178
+ Visit CopernicusAI β†’
179
  </a>
180
  </div>
181
 
 
242
  <footer class="gradient-bg text-white py-8 mt-12">
243
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
244
  <p class="text-lg font-semibold mb-2">Research Paper Metadata Database</p>
245
+ <p class="text-sm opacity-75">Part of the CopernicusAI Knowledge Engine</p>
246
  <p class="text-xs opacity-50 mt-4">&copy; 2025 Gary Welz. All rights reserved.</p>
247
  </div>
248
  </footer>