1414 href ="https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,300;0,6..72,400;1,6..72,300;1,6..72,400&family=Outfit:wght@200;300;400;500&family=IBM+Plex+Mono:wght@300;400&display=swap "
1515 rel ="stylesheet "
1616 />
17- < link rel =" icon " href =" /static/catpred-favicon.svg " type =" image/svg+xml " />
18- < link rel ="stylesheet " href ="/static/catpred.css?v=20260309a " />
17+
18+ < link rel ="stylesheet " href ="/static/catpred.css?v=20260314a " />
1919 </ head >
2020 < body >
2121 < div class ="texture " aria-hidden ="true "> </ div >
4040 </ header >
4141
4242 < main >
43- < section id ="predictor " class ="studio container reveal snap-section ">
43+ < section class ="hero reveal show ">
44+ < div class ="container hero-content ">
45+ < span class ="hero-badge "> Published in Nature Communications</ span >
46+ < h1 > Predict Enzyme< br > < em > Kinetic Parameters</ em > </ h1 >
47+ < p class ="hero-lead "> Deep learning ensemble predictions for kcat, Km, and Ki with built-in uncertainty quantification.</ p >
48+ < a href ="#predictor " class ="btn btn-dark hero-cta "> Start predicting →</ a >
49+ </ div >
50+ </ section >
51+
52+ < section id ="predictor " class ="studio container reveal show snap-section ">
4453 < div class ="studio-head ">
4554 < div class ="studio-titleblock ">
46- < h1 > Enzyme Kinetics Prediction</ h1 >
55+ < h2 > Enzyme Kinetics Prediction</ h2 >
4756 < p class ="studio-subtitle "> kcat, Km, and Ki with uncertainty estimates</ p >
4857 </ div >
4958
@@ -107,7 +116,14 @@ <h3>Results</h3>
107116
108117 < div id ="resultCards " class ="result-cards ">
109118 < article class ="empty-result ">
110- < p > Run a prediction to see kinetic estimates here.</ p >
119+ < div class ="empty-result-icon " aria-hidden ="true ">
120+ < svg viewBox ="0 0 48 48 " width ="48 " height ="48 " fill ="none " xmlns ="http://www.w3.org/2000/svg ">
121+ < circle cx ="24 " cy ="24 " r ="18 " stroke ="currentColor " stroke-width ="1 " stroke-dasharray ="4 3 " opacity ="0.4 "/>
122+ < path d ="M17 30c2-4.5 4-8 7-10 3 2 5 5.5 7 10 " stroke ="currentColor " stroke-width ="1.2 " stroke-linecap ="round " opacity ="0.35 "/>
123+ < circle cx ="24 " cy ="18 " r ="2.5 " stroke ="currentColor " stroke-width ="1 " opacity ="0.3 "/>
124+ </ svg >
125+ </ div >
126+ < p > Run a prediction to see kinetic< br > estimates here.</ p >
111127 </ article >
112128 </ div >
113129
@@ -121,8 +137,71 @@ <h3>Results</h3>
121137 </ div >
122138 </ section >
123139
140+ < section class ="section how-it-works reveal ">
141+ < div class ="container ">
142+ < div class ="section-head centered ">
143+ < h2 > How It Works</ h2 >
144+ < p class ="muted "> Three steps to enzyme kinetics predictions</ p >
145+ </ div >
146+ < div class ="step-cards ">
147+ < article class ="step-card ">
148+ < span class ="step-number "> 01</ span >
149+ < h3 > Enter Data</ h3 >
150+ < p > Provide substrate SMILES notation and enzyme amino acid sequence for each entry.</ p >
151+ </ article >
152+ < article class ="step-card ">
153+ < span class ="step-number "> 02</ span >
154+ < h3 > Run Prediction</ h3 >
155+ < p > Our deep learning ensemble processes inputs through multiple model checkpoints.</ p >
156+ </ article >
157+ < article class ="step-card ">
158+ < span class ="step-number "> 03</ span >
159+ < h3 > Get Results</ h3 >
160+ < p > Receive predicted kinetic parameters with uncertainty estimates and detailed metrics.</ p >
161+ </ article >
162+ </ div >
163+ </ div >
164+ </ section >
165+
166+ < section class ="section section-alt citation-section reveal ">
167+ < div class ="container ">
168+ < div class ="section-head centered ">
169+ < h2 > Peer-Reviewed Research</ h2 >
170+ < p class ="muted "> CatPred is backed by rigorous scientific methodology</ p >
171+ </ div >
172+ < div class ="citation-card ">
173+ < div class ="citation-icon " aria-hidden ="true ">
174+ < svg viewBox ="0 0 24 24 " width ="24 " height ="24 " fill ="none " stroke ="currentColor " stroke-width ="1.5 " stroke-linecap ="round " stroke-linejoin ="round ">
175+ < path d ="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20 "/>
176+ </ svg >
177+ </ div >
178+ < div class ="citation-body ">
179+ < h3 > CatPred: A comprehensive framework for deep learning in vitro enzyme kinetic parameters kcat, Km and Ki</ h3 >
180+ < p > Nature Communications, 2025 — Veda Sheersh Boorla, Costas D. Maranas</ p >
181+ < a class ="citation-link " href ="https://www.nature.com/articles/s41467-025-57215-9 " target ="_blank " rel ="noreferrer "> Read the paper →</ a >
182+ </ div >
183+ </ div >
184+ </ div >
185+ </ section >
186+
124187 </ main >
125188
189+ < footer class ="site-footer ">
190+ < div class ="container ">
191+ < div class ="footer-inner ">
192+ < div class ="footer-brand ">
193+ < span class ="brand-word "> CatPred</ span >
194+ < p > Maranas Group · Penn State University</ p >
195+ </ div >
196+ < nav class ="footer-nav " aria-label ="Footer navigation ">
197+ < a href ="https://www.nature.com/articles/s41467-025-57215-9 " target ="_blank " rel ="noreferrer "> Paper</ a >
198+ < a href ="https://github.com/maranasgroup/catpred/ " target ="_blank " rel ="noreferrer "> GitHub</ a >
199+ </ nav >
200+ </ div >
201+ < p class ="footer-copy "> © 2025 Maranas Group, Penn State University. All rights reserved.</ p >
202+ </ div >
203+ </ footer >
204+
126205 < a class ="mobile-stick " href ="#predictor "> Run prediction</ a >
127206
128207 < script src ="/static/catpred.js?v=20260301a "> </ script >
0 commit comments