-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-general.html
684 lines (666 loc) · 30.5 KB
/
blog-general.html
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
<!DOCTYPE html>
<html class="no-js" lang="en">
<!-- Mirrored from theme-land.com/sapp/demo/blog-two-column.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 Nov 2023 19:54:02 GMT -->
<head>
<meta charset="UTF-8" />
<meta name="description" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>NeuroAscend.AI | General Blog Library</title>
<!-- Favicon -->
<link rel="icon" href="assets/logo/logo-1.png" />
<!-- ***** All CSS Files ***** -->
<!-- Style css -->
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body class="blog">
<!--====== Scroll To Top Area Start ======-->
<div id="scrollUp" title="Scroll To Top">
<i class="fas fa-arrow-up"></i>
</div>
<!--====== Scroll To Top Area End ======-->
<div class="main">
<!-- ***** Header Start ***** -->
<header class="navbar navbar-sticky navbar-expand-lg navbar-dark">
<div class="container position-relative">
<a class="navbar-brand" href="index.html">
<img
class="navbar-brand-regular logo-standard"
src="assets/logo/logo-1.png"
alt="brand-logo"
/>
<img
class="navbar-brand-sticky logo-standard"
src="assets/logo/logo-1.png"
alt="sticky brand-logo"
/>
</a>
<button
class="navbar-toggler d-lg-none"
type="button"
data-toggle="navbarToggler"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-inner">
<!-- Mobile Menu Toggler -->
<button
class="navbar-toggler d-lg-none"
type="button"
data-toggle="navbarToggler"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<nav>
<ul class="navbar-nav" id="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html" id="NavbarHome">
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#feature">Features</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="index.html#review">User Comments</a>
</li> -->
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="javascript:;"
id="navbarDropdownMenuLink"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Blog
</a>
<ul
class="dropdown-menu"
aria-labelledby="navbarDropdownMenuLink"
>
<li>
<a class="dropdown-item" href="blog-general.html"
>General Library</a
>
</li>
<li>
<a class="dropdown-item" href="blog-exercise.html"
>Exercise Library</a
>
</li>
<li>
<a class="dropdown-item" href="blog-activity.html"
>Activity Library</a
>
</li>
<li>
<a class="dropdown-item" href="blog-diet.html"
>Diet Library</a
>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#subscribe">Subscribe</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<!-- ***** Header End ***** -->
<!-- ***** Breadcrumb Area Start ***** -->
<section
class="section breadcrumb-area bg-overlay d-flex align-items-center"
>
<div class="container">
<div class="row">
<div class="col-12">
<!-- Breamcrumb Content -->
<div class="breadcrumb-content text-center">
<h2 class="text-white text-capitalize">General Blog Library</h2>
<!-- <ol class="breadcrumb d-flex justify-content-center">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item">
<a href="index.html">Blog Pages</a>
</li>
<li class="breadcrumb-item active">Blog - 2 Column</li>
</ol> -->
</div>
</div>
</div>
</div>
</section>
<!-- ***** Breadcrumb Area End ***** -->
<!-- ***** Blog Area Start ***** -->
<section id="blog" class="section blog-area ptb_100">
<div class="container">
<div class="row">
<div class="col-12 col-md-6">
<!-- Single Blog -->
<div class="single-blog res-margin">
<!-- Blog Thumb -->
<div class="blog-thumb">
<a href="#"
><img
src="assets/blog/general/general-blog-post-7.jpg"
alt="Alzhimer's info"
/></a>
</div>
<div class="css-1bot5uz">
Image by
<a
href="https://unsplash.com/@sweetlifediabetes?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash"
class="css-vurnku"
>Sweet Life</a
>
on
<a
href="https://unsplash.com/photos/a-person-holding-a-small-device-in-their-hands-bPRZiasA8SM?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash"
class="css-vurnku"
>Unsplash</a
>
</div>
<!-- Blog Content -->
<div class="blog-content p-4">
<!-- Meta Info -->
<ul class="meta-info d-flex justify-content-between">
<li>By <a href="#">NeuroAscend.AI</a></li>
<li><a href="#">Feb 25, 2024</a></li>
</ul>
<!-- Blog Title -->
<h3 class="blog-title my-3">
<a href="#"
>Unveiling the Complex Link Between Diabetes and Cognitive
Decline in Aging Adults
</a>
</h3>
<p>
The investigation sought to overcome prior limitations in
research methodology regarding the association between
diabetes and cognitive decline by conducting an in-depth
analysis of longitudinal data from the Ginkgo Evaluation of
Memory Study.
</p>
<a href="blog-general-post-7.html" class="blog-btn mt-3"
>Read More</a
>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<!-- Single Blog -->
<div class="single-blog res-margin">
<!-- Blog Thumb -->
<div class="blog-thumb">
<a href="#"
><img
src="assets/blog/general/general-blog-post-6.jpg"
alt="Alzhimer's info"
/></a>
</div>
<div class="css-1bot5uz">
Image by
<a
href="https://www.freepik.com/free-photo/memory-loss-dementia-alzheimer-concept-created-with-generative-ai-technology_40871019.htm#fromView=search&page=1&position=8&uuid=eb4df28c-549b-4bfd-b8d0-90b5ebb49f40"
class="css-vurnku"
>
atlascompany</a
>
on Freepik
</div>
<!-- Blog Content -->
<div class="blog-content p-4">
<!-- Meta Info -->
<ul class="meta-info d-flex justify-content-between">
<li>By <a href="#">NeuroAscend.AI</a></li>
<li><a href="#">Feb 25, 2024</a></li>
</ul>
<!-- Blog Title -->
<h3 class="blog-title my-3">
<a href="#"
>Harnessing Deep Learning for Early Detection and
Subtyping of Cognitive Decline: Advancements and
Implications
</a>
</h3>
<p>
Dementia and other neurodegenerative diseases represent
significant public health challenges worldwide, affecting
millions of individuals and placing a substantial burden on
healthcare systems. Despite their prevalence, these
conditions are often underdiagnosed, particularly in their
early stages when intervention could be most effective.
</p>
<a href="blog-general-post-6.html" class="blog-btn mt-3"
>Read More</a
>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<!-- Single Blog -->
<div class="single-blog res-margin">
<!-- Blog Thumb -->
<div class="blog-thumb">
<a href="#"
><img
src="assets/blog/general/general-blog-post-5.jpg"
alt="Alzhimer's info"
/></a>
</div>
<div class="css-1bot5uz">
Image by
<a
href="https://www.freepik.com/free-photo/robot-handshake-human-background-futuristic-digital-age_17850426.htm#fromView=search&page=1&position=45&uuid=f3a02b15-cf16-42ab-a221-68d3aa97ab79"
class="css-vurnku"
>
rawpixel.com</a
>
on Freepik
</div>
<!-- Blog Content -->
<div class="blog-content p-4">
<!-- Meta Info -->
<ul class="meta-info d-flex justify-content-between">
<li>By <a href="#">NeuroAscend.AI</a></li>
<li><a href="#">Feb 25, 2024</a></li>
</ul>
<!-- Blog Title -->
<h3 class="blog-title my-3">
<a href="#"
>Unveiling Early Signs of Cognitive Decline: Deep Learning
in Clinical Notes
</a>
</h3>
<p>
Dementia, a complex neurodegenerative syndrome characterized
by progressive cognitive decline and memory impairment,
represents a significant global health challenge, afflicting
over 50 million individuals worldwide. Despite its profound
impact, dementia often remains underdiagnosed due to the
lack of standardized diagnostic procedures and the
labor-intensive nature of the diagnostic process.
</p>
<a href="blog-general-post-5.html" class="blog-btn mt-3"
>Read More</a
>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<!-- Single Blog -->
<div class="single-blog res-margin">
<!-- Blog Thumb -->
<div class="blog-thumb">
<a href="#"
><img
src="assets/blog/general/general-blog-post-3.jpg"
alt="Alzhimer's info"
/></a>
</div>
<div class="css-1bot5uz">
Image by
<a
href="https://www.freepik.com/free-photo/doctor-performing-medical-research-lab_24236632.htm#fromView=search&page=2&position=1&uuid=6defdcad-5231-4d2b-9d71-0246f582ca0d"
class="css-vurnku"
>
Freepik</a
>
</div>
<!-- Blog Content -->
<div class="blog-content p-4">
<!-- Meta Info -->
<ul class="meta-info d-flex justify-content-between">
<li>By <a href="#">NeuroAscend.AI</a></li>
<li><a href="#">Jan 15, 2024</a></li>
</ul>
<!-- Blog Title -->
<h3 class="blog-title my-3">
<a href="#"
>Unveiling the Complexities of Alzheimer's Disease:
Insights from Research Frameworks and Gender
Disparities</a
>
</h3>
<p>
Alzheimer's disease (AD) poses a significant challenge,
being a progressive neurodegenerative disorder with no known
cure. Recent research has delved into defining AD not just
as a clinical entity but as a biological phenomenon. The
NIA-AA Research Framework proposes a shift from syndromal to
a biomarker-based definition of AD, aiming for targeted
interventions grounded in biological understanding.
</p>
<a href="blog-general-post-3.html" class="blog-btn mt-3"
>Read More</a
>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<!-- Single Blog -->
<div class="single-blog res-margin">
<!-- Blog Thumb -->
<div class="blog-thumb">
<a href="#"
><img
src="assets/blog/general/general-blog-post-4.jpg"
alt="Alzhimer's info"
/></a>
</div>
<div class="css-1bot5uz">
Image by
<a
href="https://www.freepik.com/free-photo/shot-senior-man-looking-out-window-while-sitting-wheelchair-homeelder-asian-male-stay-home-alone-wheelchair-look-view-out-window-from-living-room_27949520.htm#fromView=search&page=1&position=1&uuid=c281999c-858a-4668-ac7a-1af75ea6a41e?log-in=google"
class="css-vurnku"
>
Lifestylememory</a
>
on Freepik
</div>
<!-- Blog Content -->
<div class="blog-content p-4">
<!-- Meta Info -->
<ul class="meta-info d-flex justify-content-between">
<li>By <a href="#">NeuroAscend.AI</a></li>
<li><a href="#">Jan 15, 2024</a></li>
</ul>
<!-- Blog Title -->
<h3 class="blog-title my-3">
<a href="#"
>Navigating the Alzheimer's Challenge: A Holistic
Perspective
</a>
</h3>
<p>
Alzheimer's disease, an inexorable neurodegenerative force,
not only presents a medical challenge but also raises
profound ethical questions about maintaining dignity and
quality of life amidst cognitive decline and the inexorable
march towards death. This ethical conundrum is accentuated
by the fact that those directly affected often struggle to
express their preferences due to cognitive impairments.
</p>
<a href="blog-general-post-4.html" class="blog-btn mt-3"
>Read More</a
>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<!-- Single Blog -->
<div class="single-blog res-margin">
<!-- Blog Thumb -->
<div class="blog-thumb">
<a href="#"
><img
src="assets/blog/general/general-blog-post-1.jpg"
alt="Alzhimer's info"
/></a>
</div>
<div class="css-1bot5uz">
Image by
<a
href="https://www.freepik.com/free-photo/senior-people-confronting-alzheimer-disease_16518797.htm#fromView=search&page=1&position=49&uuid=c95bb7c4-d694-421a-9478-14609cd8e0ca"
class="css-vurnku"
>
Freepik</a
>
</div>
<!-- Blog Content -->
<div class="blog-content p-4">
<!-- Meta Info -->
<ul class="meta-info d-flex justify-content-between">
<li>By <a href="#">NeuroAscend.AI</a></li>
<li><a href="#">May 23, 2023</a></li>
</ul>
<!-- Blog Title -->
<h3 class="blog-title my-3">
<a href="#"
>Understanding the Basics of Alzheimer’s Disease and
Providing Support for Those Affected</a
>
</h3>
<p>
Millions of individuals throughout the world are afflicted
by the degenerative brain ailment known as Alzheimer’s
disease. One of the main causes of dementia, it is a
degenerative disorder that can lead to serious memory loss
and cognitive impairment.
</p>
<a href="blog-1.html" class="blog-btn mt-3">Read More</a>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<!-- Single Blog -->
<div class="single-blog res-margin">
<!-- Blog Thumb -->
<div class="blog-thumb">
<a href="#"
><img
src="assets/blog/general/general-blog-post-2.jpg"
alt="Empowering Individuals with Alzheimer’s"
/></a>
</div>
<div class="css-1bot5uz">
Image by
<a
href="https://www.freepik.com/free-photo/old-young-man-holding-hands-close-up_36802621.htm#fromView=search&page=2&position=52&uuid=1ac045c9-0c6d-492b-a387-8a86a87c2d14"
class="css-vurnku"
>
pvproductions</a
>
on Freepik
</div>
<!-- Blog Content -->
<div class="blog-content p-4">
<!-- Meta Info -->
<ul class="meta-info d-flex justify-content-between">
<li>By <a href="#">NeuroAscend.AI</a></li>
<li><a href="#">May 31, 2023</a></li>
</ul>
<!-- Blog Title -->
<h3 class="blog-title my-3">
<a href="#"
>Empowering Individuals with Alzheimer’s: Enhancing
Quality of Life and Caregiver Support</a
>
</h3>
<p>
This article expands on our earlier investigation of
Alzheimer’s disease by exploring the many facets of this
neurological condition. We will talk about creative ideas,
doable plans of action, and neighborhood resources that may
dramatically improve the quality of life for those impacted
by the condition.
</p>
<a href="blog-2.html" class="blog-btn mt-3">Read More</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<!-- Pagination -->
<ul class="pagination justify-content-center">
<li class="disabled px-1">
<a href="#" aria-label="Previous">
<i class="fas fa-arrow-left"></i>
</a>
</li>
<li class="px-1"><a href="#">1</a></li>
<li class="active px-1"></li>
<li>
<a href="#" aria-label="Next">
<i class="fas fa-arrow-right"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- ***** Blog Area End ***** -->
<!--====== Footer Area Start ======-->
<footer class="footer-area bg-gray">
<!-- Footer Top -->
<div class="footer-top ptb_100">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-sm-6 col-lg-3">
<!-- Footer Items -->
<div class="footer-items">
<!-- Logo -->
<a class="navbar-brand" href="#">
<img
class="logo-footer"
src="assets/logo/logo-1.png"
alt=""
/>
</a>
<!-- <p class="mt-2 mb-3">
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Quis non, fugit totam vel laboriosam vitae.
</p> -->
<!-- Social Icons -->
<div class="social-icons d-flex">
<a
href="https://www.linkedin.com/company/neuroascend-ai/mycompany/"
>
<svg
xmlns="http://www.w3.org/2000/svg"
height="1em"
viewBox="0 0 448 512"
>
<!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<style>
svg {
fill: #701f9c;
}
</style>
<path
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
height="1em"
viewBox="0 0 448 512"
>
<!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<style>
svg {
fill: #701f9c;
}
</style>
<path
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"
/>
</svg>
</a>
<a
href="https://www.instagram.com/neuroascendai/?igshid=YTQwZjQ0NmI0OA%3D%3D&utm_source=qr"
>
<svg
xmlns="http://www.w3.org/2000/svg"
height="1em"
viewBox="0 0 448 512"
>
<!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<style>
svg {
fill: #701f9c;
}
</style>
<path
d="M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
height="1em"
viewBox="0 0 448 512"
>
<!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<style>
svg {
fill: #701f9c;
}
</style>
<path
d="M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z"
/>
</svg>
</a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<!-- Footer Items -->
<div class="footer-items">
<!-- Footer Title -->
<h3 class="footer-title mb-2">Useful Links</h3>
<ul>
<li class="py-2"><a href="index.html#home">Home</a></li>
<li class="py-2">
<a href="index.html#features">Features</a>
</li>
<!-- <li class="py-2">
<a href="index.html#review">User Comments</a>
</li> -->
<li class="py-2">
<a href="index.html#blog">Blog</a>
</li>
<li class="py-2">
<a href="index.html#subscribe">Subscribe</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Copyright Area -->
<div
class="copyright-area d-flex flex-wrap justify-content-center justify-content-sm-between text-center py-4"
>
<!-- Copyright Left -->
<div class="copyright-left">
© Copyright by 2023 NeuroAscend.AI, Inc
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--====== Footer Area End ======-->
</div>
<!-- ***** All jQuery Plugins ***** -->
<!-- jQuery(necessary for all JavaScript plugins) -->
<script src="assets/js/jquery/jquery.min.js"></script>
<!-- Bootstrap js -->
<script src="assets/js/bootstrap/popper.min.js"></script>
<script src="assets/js/bootstrap/bootstrap.min.js"></script>
<!-- Plugins js -->
<script src="assets/js/plugins/plugins.min.js"></script>
<!-- Active js -->
<script src="assets/js/active.js"></script>
</body>
<!-- Mirrored from theme-land.com/sapp/demo/blog-two-column.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 Nov 2023 19:54:03 GMT -->
</html>