chaitnya26 commited on
Commit
1597e30
·
verified ·
1 Parent(s): 874931a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +228 -50
index.html CHANGED
@@ -1,54 +1,232 @@
1
  <!DOCTYPE html>
2
  <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Chait Labs</title>
7
- <script src="https://cdn.tailwindcss.com"></script>
8
- </head>
9
- <body class="bg-gradient-to-br from-gray-900 to-black text-white min-h-screen flex items-center justify-center">
10
- <div class="max-w-md w-full text-center p-8 rounded-2xl bg-gray-800/50 shadow-xl border border-gray-700">
11
- <!-- Logo / Avatar -->
12
- <div class="flex justify-center mb-6">
13
- <div class="h-20 w-20 rounded-full bg-gradient-to-tr from-blue-500 to-cyan-400 flex items-center justify-center text-2xl font-bold shadow-lg">
14
- CL
15
- </div>
16
- </div>
17
-
18
- <!-- Title -->
19
- <h1 class="text-3xl font-extrabold tracking-tight mb-2">Chait Labs</h1>
20
- <p class="text-gray-400 text-sm mb-6">
21
- Innovating at the intersection of AI, Aerospace, and Biotech.
22
- </p>
23
-
24
- <!-- Buttons -->
25
- <div class="flex flex-col gap-3">
26
- <a
27
- href="https://huggingface.co/chaitlabs"
28
- target="_blank"
29
- class="px-4 py-2 rounded-lg bg-blue-600 hover:bg-blue-700 transition text-white font-medium shadow-md"
30
- >
31
- Visit Hugging Face
32
- </a>
33
- <a
34
- href="https://github.com/chaitlabs"
35
- target="_blank"
36
- class="px-4 py-2 rounded-lg bg-gray-700 hover:bg-gray-600 transition text-white font-medium shadow-md"
37
- >
38
- GitHub
39
- </a>
40
- <a
41
- href="mailto:contact@chaitlabs.org"
42
- class="px-4 py-2 rounded-lg bg-gradient-to-r from-cyan-500 to-blue-500 hover:from-cyan-600 hover:to-blue-600 transition text-white font-medium shadow-md"
43
- >
44
- Contact Us
45
- </a>
46
- </div>
47
-
48
- <!-- Footer -->
49
- <p class="text-xs text-gray-500 mt-8">
50
- © 2025 Chait Labs. All rights reserved.
51
- </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  </div>
53
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  </html>
 
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
+ <title>Chait Labs | Frontier AI Research</title>
7
+ <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
8
+ <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
9
+ <style>
10
+ /* keep your existing theme variables and styles here (unchanged) */
11
+ </style>
12
+ </head>
13
+ <body>
14
+ <!-- Header -->
15
+ <header class="header">
16
+ <nav class="nav-container">
17
+ <div class="terminal-prompt">chaitlabs@research:~$<span class="cursor"></span></div>
18
+ <ul class="nav-menu">
19
+ <li><a href="#home">./home</a></li>
20
+ <li><a href="#focus">./research_focus</a></li>
21
+ <li><a href="#projects">./projects</a></li>
22
+ <li><a href="#about">./about</a></li>
23
+ <li><a href="#contact">./contact</a></li>
24
+ </ul>
25
+ </nav>
26
+ </header>
27
+
28
+ <!-- Hero -->
29
+ <section id="home" class="hero">
30
+ <div class="container">
31
+ <div class="hero-content">
32
+ <div class="terminal-header">
33
+ user@terminal:~/chaitlabs$ cat ./mission.txt
34
+ </div>
35
+ <h1 class="hero-title">
36
+ <span class="name-highlight">CHAIT LABS</span><br>
37
+ <span class="role-highlight">FRONTIER AI RESEARCH</span>
38
+ </h1>
39
+ <p class="hero-subtitle">
40
+ INDEPENDENT • ADVANCED • FUTURE-FOCUSED
41
+ </p>
42
+ <p class="hero-description">
43
+ // Independent research company building scalable, ethical, and groundbreaking AI systems<br>
44
+ // Pioneering cognitive architectures, next-gen machine learning, and applied intelligence<br>
45
+ // Working at the intersection of AI, Aerospace, Biotech & High-performance Engineering
46
+ </p>
47
+
48
+ <div class="terminal-stats">
49
+ <div class="stat-block reveal">
50
+ <div class="stat-label">FOCUS_AREAS</div>
51
+ <div class="stat-value">4</div>
52
+ </div>
53
+ <div class="stat-block reveal">
54
+ <div class="stat-label">AI_MODELS</div>
55
+ <div class="stat-value">20+</div>
56
+ </div>
57
+ <div class="stat-block reveal">
58
+ <div class="stat-label">DOMAINS</div>
59
+ <div class="stat-value">3</div>
60
+ </div>
61
+ <div class="stat-block reveal">
62
+ <div class="stat-label">VISION</div>
63
+ <div class="stat-value">∞</div>
64
+ </div>
65
+ </div>
66
+
67
+ <div class="command-buttons">
68
+ <a href="#contact" class="cmd-btn">init_contact</a>
69
+ <a href="#projects" class="cmd-btn cmd-btn-secondary">view_research</a>
70
+ </div>
71
+
72
+ <div class="loading-bar"></div>
73
+ </div>
74
+ </div>
75
+ </section>
76
+
77
+ <!-- Research Focus -->
78
+ <section id="focus" class="section skills">
79
+ <div class="container">
80
+ <div class="section-header">
81
+ <div class="section-prompt">user@terminal:~/research_focus$ ls -la</div>
82
+ <h2 class="section-title">RESEARCH PILLARS</h2>
83
+ <p class="section-subtitle">
84
+ // Advancing scalable intelligence architectures for real-world impact
85
+ </p>
86
+ </div>
87
+ <div class="skills-grid">
88
+ <div class="skill-terminal reveal">
89
+ <div class="skill-header">./cognitive_architecture/</div>
90
+ <h3 class="skill-title">AI ARCHITECTURES</h3>
91
+ <ul class="skill-list">
92
+ <li>LLMs & Beyond Transformers</li>
93
+ <li>Neuro-symbolic reasoning</li>
94
+ <li>World-model integration</li>
95
+ <li>Hallucinatory latent space</li>
96
+ </ul>
97
+ </div>
98
+ <div class="skill-terminal reveal">
99
+ <div class="skill-header">./rag_systems/</div>
100
+ <h3 class="skill-title">RETRIEVAL SYSTEMS</h3>
101
+ <ul class="skill-list">
102
+ <li>RAG pipelines</li>
103
+ <li>Vector databases</li>
104
+ <li>Domain-specific embeddings</li>
105
+ <li>Semantic verification layers</li>
106
+ </ul>
107
+ </div>
108
+ <div class="skill-terminal reveal">
109
+ <div class="skill-header">./medical_ai/</div>
110
+ <h3 class="skill-title">MEDICAL INTELLIGENCE</h3>
111
+ <ul class="skill-list">
112
+ <li>ICD-11 embeddings</li>
113
+ <li>Symptom mapping engines</li>
114
+ <li>Dual-reasoning medical chatbots</li>
115
+ <li>Regulatory-compliant systems</li>
116
+ </ul>
117
+ </div>
118
+ <div class="skill-terminal reveal">
119
+ <div class="skill-header">./frontier_applications/</div>
120
+ <h3 class="skill-title">FRONTIER APPLICATIONS</h3>
121
+ <ul class="skill-list">
122
+ <li>Aerospace optimization</li>
123
+ <li>Biotech modeling</li>
124
+ <li>Knowledge democratization</li>
125
+ <li>AGI-style architectures</li>
126
+ </ul>
127
+ </div>
128
+ </div>
129
+ </div>
130
+ </section>
131
+
132
+ <!-- Projects -->
133
+ <section id="projects" class="section">
134
+ <div class="container">
135
+ <div class="section-header">
136
+ <div class="section-prompt">user@terminal:~/projects$ cat research.log</div>
137
+ <h2 class="section-title">RESEARCH PROJECTS</h2>
138
+ <p class="section-subtitle">// Open research & applied prototypes</p>
139
+ </div>
140
+ <div class="experience-grid">
141
+ <div class="project-terminal reveal">
142
+ <div class="project-header">
143
+ <div class="project-info">
144
+ <h3>ICD-11 MEDICAL RAG</h3>
145
+ <div class="project-company">HEALTHCARE AI</div>
146
+ </div>
147
+ <span class="project-date">2025</span>
148
+ </div>
149
+ <p class="project-description">
150
+ // Parsed & embedded 16,563 ICD-11 entities<br>
151
+ // Built domain-specific retrieval + Mistral LLM pipeline<br>
152
+ // High-accuracy semantic search for clinical reasoning
153
+ </p>
154
+ </div>
155
+ <div class="project-terminal reveal">
156
+ <div class="project-header">
157
+ <div class="project-info">
158
+ <h3>COGNITIVE AI ENGINE</h3>
159
+ <div class="project-company">INTERNAL R&D</div>
160
+ </div>
161
+ <span class="project-date">2025</span>
162
+ </div>
163
+ <p class="project-description">
164
+ // Designed architecture for dual-system cognition<br>
165
+
166
+ </p>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ </section>
171
+
172
+ <!-- About -->
173
+ <section id="about" class="section education">
174
+ <div class="container">
175
+ <div class="section-header">
176
+ <div class="section-prompt">user@terminal:~/about$ cat org.txt</div>
177
+ <h2 class="section-title">ABOUT CHAIT LABS</h2>
178
+ <p class="section-subtitle">
179
+ // Independent research-driven organization
180
+ </p>
181
+ </div>
182
+ <div class="education-grid">
183
+ <div class="edu-terminal reveal">
184
+ <h3 class="edu-title">MISSION</h3>
185
+ <div class="edu-description">
186
+ To build scalable, ethical, and groundbreaking AI systems that transform medicine, aerospace, biotech, and knowledge discovery.
187
+ </div>
188
+ </div>
189
+ <div class="edu-terminal reveal">
190
+ <h3 class="edu-title">VISION</h3>
191
+ <div class="edu-description">
192
+ AI as a force multiplier for human potential, enabling discoveries across all scientific frontiers.
193
+ </div>
194
+ </div>
195
+ </div>
196
  </div>
197
+ </section>
198
+
199
+ <!-- Contact -->
200
+ <section id="contact" class="section contact">
201
+ <div class="container">
202
+ <div class="section-header">
203
+ <div class="section-prompt">user@terminal:~/contact$ ./connect.sh</div>
204
+ <h2 class="section-title">CONNECT WITH US</h2>
205
+ </div>
206
+ <div class="contact-grid">
207
+ <div class="contact-terminal reveal">
208
+ <div class="contact-label">EMAIL</div>
209
+ <div class="contact-value"><a href="mailto:changxao@protonmail.com">changxao@protonmail.com</a></div>
210
+ </div>
211
+ <div class="contact-terminal reveal">
212
+ <div class="contact-label">HUGGINGFACE</div>
213
+ <div class="contact-value"><a href="https://huggingface.co/chaitlabs">huggingface.co/chaitlabs</a></div>
214
+ </div>
215
+ <div class="contact-terminal reveal">
216
+ <div class="contact-label">LOCATION</div>
217
+ <div class="contact-value">Global / Remote</div>
218
+ </div>
219
+ </div>
220
+ </div>
221
+ </section>
222
+
223
+ <!-- Footer -->
224
+ <footer class="footer">
225
+ <div class="container">
226
+ <div class="footer-text">// EOF: Research initialized successfully</div>
227
+ <div class="footer-signature">CHAIT LABS © 2025 – FRONTIER AI SYSTEMS</div>
228
+ </div>
229
+ </footer>
230
+ </body>
231
  </html>
232
+