-
Notifications
You must be signed in to change notification settings - Fork 2
/
scientific-communication.html
811 lines (734 loc) · 44.9 KB
/
scientific-communication.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
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Centella Scientific Communications</title>
<meta name="keywords" content="centella, centella scientific, Centella, Centella Scientific, centella.co.in, Centella Scientific communication, centella drug discovery, centella academy, centella medical communication, centella market research, Centella Editing ">
<meta name="description" content="Centella is a technology platform that provide end-to-end scientific research solutions to the scientific community. It is founded and lead by experienced & practicing research scientists. ">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script type="text/javascript" src="js/nav.js"></script>
<link rel="stylesheet" href="aos.css">
<link rel="stylesheet" href="aos.js">
<style type="text/css">
#colr {
background: -webkit-linear-gradient(#ffffff, #252525);
background-clip: content-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
html {
scroll-behavior: smooth;
}
@media (max-width: 767px) {
.navicon {
width: 1.125em;
font-size: x-large;
margin-top: -80%;
margin-left: 400%;
height: .125em;
}
.navicon::before,
.navicon::after {
display: block;
position: absolute;
width: 100%;
height: 100%;
transition: all .2s ease-out;
content: '';
background: #3D4852;
}
.navicon::before {
top: 5px;
}
.navicon::after {
top: -5px;
}
.menu-btn:not(:checked)~.menu {
display: none;
}
.menu-btn:checked~.menu {
display: block;
}
.menu-btn:checked~.menu-icon .navicon {
background: transparent;
}
.menu-btn:checked~.menu-icon .navicon::before {
transform: rotate(-45deg);
}
.menu-btn:checked~.menu-icon .navicon::after {
transform: rotate(45deg);
}
.menu-btn:checked~.menu-icon .navicon::before,
.menu-btn:checked~.menu-icon .navicon::after {
top: 0;
}
}
<!--footer css-->.overlay {
width: 150%;
position: absolute;
z-index: 100;
}
.contain {
width: 130%;
-webkit-box-shadow: 0 8px 6px -6px #999;
-moz-box-shadow: 0 8px 6px -6px #999;
box-shadow: 0 8px 6px -5px rgb(129, 126, 126);
}
body {
overflow-y: scroll;
overflow-x: hidden;
}
header {
transform-style: preserve-3d;
position: relative;
top: 0;
transition: top 0.3s ease-in-out;
z-index: 100000;
}
.nav-up {
top: -110px;
}
.social-container {
width: 186px;
margin: 0vh auto;
margin-right: 1%;
text-align: center;
}
.social-icons {
padding: 0;
list-style: none;
margin: .1em;
}
.social-icons li {
display: inline-block;
margin: 0.18em;
position: relative;
font-size: 1.2em;
}
.social-icons i {
color: #fff;
position: absolute;
top: 4px;
left: 4px;
transition: all 265ms ease-out;
}
.social-icons a {
display: inline-block;
}
.social-icons a:before {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
content: " ";
width: 26px;
height: 26px;
border-radius: 100%;
display: block;
background: linear-gradient(45deg, #00B5F5, #002A8F);
transition: all 265ms ease-out;
}
.social-icons a:hover:before {
transform: scale(0);
transition: all 265ms ease-in;
}
.social-icons a:hover i {
transform: scale(2.2);
-ms-transform: scale(2.2);
-webkit-transform: scale(2.2);
color: #00B5F5;
background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F);
background-clip: content-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 265ms ease-in;
}
.naav ul li ul {
display: none;
}
.naav ul li:hover ul {
display: block;
}
.naav ul li ul {
display: none;
position: absolute;
z-index: 1;
}
.naav ul li:hover ul {
display: block;
background-color: whitesmoke;
border-top-right-radius: 2%;
border-bottom-left-radius: 2%;
border-bottom-right-radius: 2%;
padding: 1%;
z-index: 1;
}
.txt {
animation: moveright 1s linear 1;
visibility: hidden;
animation-fill-mode: forwards;
}
.pic1 {
animation: moveright 1s linear 1;
animation-delay: .5s;
visibility: hidden;
animation-fill-mode: forwards;
}
.pic2 {
animation: movedown 1s linear 1;
animation-delay: .5s;
visibility: hidden;
animation-fill-mode: forwards;
}
.pic3 {
animation: moveleft 1s linear 1;
animation-delay: .5s;
visibility: hidden;
animation-fill-mode: forwards;
}
.ac1 {
animation: moveright 1s linear 1;
visibility: hidden;
animation-fill-mode: forwards;
}
.ac2 {
animation: moveleft 1s linear 1;
animation-delay: .5s;
visibility: hidden;
animation-fill-mode: forwards;
}
@keyframes moveleft {
0% {
transform: translateX(100px);
visibility: visible;
}
100% {
transform: translateX(0);
visibility: visible;
}
}
@keyframes movedown {
0% {
transform: translateY(-100px);
visibility: visible;
}
100% {
transform: translateY(0);
visibility: visible;
}
}
@keyframes moveright {
0% {
transform: translateX(-100px);
visibility: visible;
}
100% {
transform: translateX(0);
visibility: visible;
}
}
body {
overflow: hidden;
}
html {
overflow-x: hidden;
}
@media only screen and (max-width:767px) {
.txt {
padding-top: 30%;
font-size: xx-large;
color: white;
}
.txt2 {
width: 110%;
margin: 0%;
font-size: 14px;
}
.ac1 {
font-size: 14px;
}
.public {
width: 100%;
}
.sci {
padding-top: 0%;
}
.quo {
font-size: 18px;
}
.pb1 {
font-size: 14px;
}
.how {
font-size: 36px;
}
.pbb h1 {
font-size: 16px;
}
.logo {
margin-right: 0%;
width: 50%;
}
.menu {
padding-top: 0%;
margin-left: 0%;
width: 100%;
animation: moveright .1s linear 1;
visibility: hidden;
animation-fill-mode: forwards;
position: relative;
z-index: 10;
}
.overlay {
width: 150%;
-webkit-box-shadow: 0 8px 6px -6px #999;
-moz-box-shadow: 0 8px 6px -6px #999;
box-shadow: 0 8px 6px -5px rgb(129, 126, 126);
}
.bt1 {
padding-left: 0%;
}
.fotertxt {
font-size: x-small;
}
}
.overlay {
width: 100%;
-webkit-box-shadow: 0 8px 6px -6px #999;
-moz-box-shadow: 0 8px 6px -6px #999;
box-shadow: 0 8px 6px -5px rgb(129, 126, 126);
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-197087162-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-197087162-1');
</script>
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-PSC5X9H');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PSC5X9H"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="mx-0 naav">
<header class=" fixed nav-down mx-auto w-full ">
<div class=" overlay mx-auto object-center flex flex-wrap flex-col md:flex-row " id="bar" style="background-color:rgb(255, 255, 255); ">
<a class="logo flex items-center mb-0 mr-auto md:ml-auto " href="index.html">
<img class=" w-30 h-20 p-0 " src="pics/centella.png" alt="">
</a>
<nav id="nvb" class="menu md:py-2 md:pl-4 md:border-gray-100 z-100 ml-36 mr-auto flex flex-wrap items-center text-black justify-center ">
<input class="menu-btn hidden" type="checkbox" id="menu-btn">
<label class="menu-icon block cursor-pointer md:hidden px-2 py-0 relative " style="position: relative;top:-10px ;padding-left: 25%;padding-top: 0%;" for="menu-btn">
<span class="navicon bg-blue-900 flex object-center relative " ></span>
</label>
<ul class="menu border-b md:border-none text-xl flex justify-end list-reset m-0 " style="font-weight: 450;">
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="index.html#about">About</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="index.html#team">Team</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="index.html#service">Offerings</a>
<ul>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="scientific-communication.html">Scientific Communication</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="medical-communication.html">Medical Communication</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="market-research.html">Market Research</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="centella-academy.html">Centella Academy</a></li>
</ul>
</li>
<li class="active border-t md:border-none"><a class="m-3 hover:text-blue-600" href="centella-discovery.html"> Drug Discovery</a></li>
<li class="active border-t md:border-none"><a class="m-3 hover:text-blue-600" href="index.html#whycentella">Why Centella?</a></li>
<li class="active border-t md:border-none"><a class="m-3 hover:text-blue-600" href="career.html">Careers</a></li>
<button class="cont inline-flex text-xl items-center p-0 py-1 px-6 focus:outline-none hover:bg-blue-600 rounded text-black mx-12 -mt-1" style="background-color: #1bb3f4;"><a href="index.html#consult" >Contact us</a></button>
</ul>
</nav>
</div>
</header>
</div>
<section class="text-white body-font bg-black py-16" style="padding-top: 8%;padding-bottom: 2%;">
<div class="container px-5 py-0 mx-auto mb-0 bg-transparent">
<h1 class="text-5xl txt mx-auto font-medium title-roboto text-center text-white mb-0 p-2" id="colr">SCIENTIFIC COMMUNICATIONS </h1>
</div>
</section>
<section class="text-black " style="padding-top: 4%;padding-bottom: 3%;">
<div class="container mx-auto flex px-5 py-6 md:flex-row flex-col items-center">
<div data-aos="fade-down-right" class="pl-20 lg:max-w-lg md:mb-0">
<img class="sci h-64 object-fit object-center rounded" alt="hero" src="pics/a2.svg">
</div>
<div data-aos="fade-up-left" class=" lg:w-2/3 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="txt2 text-lg text-left text-black mb-0 " style="font-family: montserrat;padding-right: 3%;padding-left: 3%;padding-top: 0%;padding-bottom: 3%;">Disseminating science in the form of published articles is fundamental to a researcher’s job. Given the fierce competition in academic publishing, and the fact that research institutions are continuously seeking for rapid progress in their research, researchers come under intense pressure to get their findings published. Hence, it is essential to accelerate the pace of publication without undermining quality. With the best of research experience and writing skillset, Centella’s unique subject matter experts support you in your end-to-end publication journey and tailor solutions for your exclusive needs.
</h1>
</div>
</div>
</section>
<section class=" body-font">
<div class=" px-0 py-0 mx-auto text-black">
<div class="lg:w-3/4 w-full mx-auto text-center">
<h3 class="leading-relaxed text-lg quo mb-0 text-3xl" style="font-family: Montserrat;"><i class="fa fa-quote-left " style="position: absolute;left: 15%;color: #002A8F;"></i><br> Take your manuscript to <span style="color: #0043e0;font-weight: bold;font-size: xx-large;"> International</span> standards. <br> <i class="fa fa-quote-right"
style="position: absolute;right: 15%;color: #002A8F;padding-left: 10px"></i></h3>
<span class="inline-block h-1 w-10 rounded bg-indigo-500 mt-6 mb-2"></span>
</div>
</div>
</section>
<section class="text-black ">
<div class="container mx-auto flex px-5 py-6 md:flex-row flex-col items-center">
<div data-aos="fade-down-right" class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<img class="object-cover object-center rounded" alt="hero" src="pics/ex.png">
</div>
<div data-aos="fade-up-left" class=" lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class=" text-3xl mb-0 font-medium text-gray-900" style="font-family: montserrat;">Academic editing
</h1>
<h1><span class="text-xl " style="font-family: montserrat;padding-bottom: 8%;"> Shaping your manuscripts communication-ready </span></h1>
<h1 class="text-lg ac1 text-black mb-0 " style="font-family: montserrat;padding-right: 1%;padding-top: 4%;padding-bottom: 1%; ">Precisely written, clearly articulated and meticulously drafted manuscripts crawl their way into high impact journals. Centella customizes its academic editing services to upgrade the manuscripts of native as well as non-native English authors. </h1>
</div>
</div>
</section>
<section id="offer" class="mx-auto text-gray-600 bg-white overflow-hidden" style="font-family: Montserrat;">
<div class="container mx-auto px-5 py-24 " style="padding: 5%;">
<div class="flex flex-col text-center w-full mb-4">
<h1 class="sm:text-4xl text-3xl font-medium title-font mb-2 text-gray-900">What we Offer</h1>
</div>
<div class="flex flex-wrap -m-4">
<div data-aos="fade-right" class=" p-4 xl:w-1/3 md:w-1/2 w-full ">
<div class="h-full p-6 rounded-lg border-2 border-gray-300 flex flex-col relative overflow-hidden">
<h2 class="text-sm tracking-widest title-font mb-6 text-2xl font-medium text-black">BASIC</h2>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span> Spell check, Punctuation and grammar
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Sentence structure, terminology
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Certificate of Editing
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Journal specific formatting (Up to one journal)
</p>
</div>
</div>
<div data-aos="flip-left" class="p-4 xl:w-1/3 md:w-1/2 w-full">
<div class="h-full p-6 rounded-lg border-2 border-indigo-500 flex flex-col relative overflow-hidden">
<span class="bg-indigo-500 text-white px-3 py-1 tracking-widest text-xs absolute right-0 top-0 rounded-bl">POPULAR</span>
<h2 class="text-sm tracking-widest title-font mb-6 text-2xl text-black font-medium">ADVANCE</h2>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span> Spell check, Punctuation and grammar
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Sentence structure, terminology
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Certificate of Editing
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Journal specific formatting (Up to one journal)
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Rephrasing & Restructuring
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Presentation Check (Logic, Clarity & Flow)
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Feedback on original writing
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Customized cover letter
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Reference check (Consistency & Accuracy)
</p>
</div>
</div>
<div data-aos="fade-left" class="p-4 xl:w-1/3 md:w-1/2 w-full ">
<div class="h-full p-6 rounded-lg border-2 border-gray-300 flex flex-col relative overflow-hidden">
<h2 class="text-sm tracking-widest title-font mb-6 text-2xl font-medium text-black">PREMIUM</h2>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span> Spell check, Punctuation and grammar
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Sentence structure, terminology
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Certificate of Editing
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Journal specific formatting (Up to one journal)
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Rephrasing & Restructuring
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Presentation Check (Logic, Clarity & Flow)
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Feedback on original writing
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Customized cover letter
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Reference check (Consistency & Accuracy)
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Rebuttal Letter editing
</p>
<p class="flex items-center text-black mb-2">
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Crosschecking responses with revised manuscript
</p>
</div>
</div>
<div class="container text-center ">
<button class="items-center object-center text-black bg-yellow-400 border-0 py-2 px-6 focus:outline-none hover:bg-red-500 rounded text-lg" style="align-items: center; background-color:#1bb3f4;"><a href="index.html"> Get Solution</a></button>
</div>
</div>
</div>
</section>
<section class="container mx-auto flex px-5 py-6 flex-col items-center public text-white bg-white py-18" style="padding-top: 30px;">
<h1 class="mx-4 sm:text-4xl e text-3xl font-medium title-font mb-2 text-black" style="font-family: Montserrat;">Publication support</h1>
<h1 class="mx-4 pb1 text-lg font-medium text-black mb-0 " style="font-family: montserrat;">Precisely written, clearly articulated and meticulously drafted manuscripts are the cornerstones to get published in high impact journals. Our academic editing services are customized to cater the challenges confronted by both non-native English
speakers as well as native English speakers to who wish to get published. </h1>
</section>
<div class="pbb">
<section class="text-black ">
<div class="container mx-auto flex px-5 py-6 md:flex-row flex-col items-center">
<div data-aos="fade-down-right" class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<img class="pl-20 w-86 rounded" alt="hero" src="pics/p1.svg">
</div>
<div data-aos="fade-up-left" class=" lg:flex-grow md:w-2/3 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center" style="font-family: Montserrat;">
<h2 class=" text-3xl mb-2 font-medium text-gray-900" style="font-family: montserrat;">Journal selection & submission
</h2>
<h1 class=" text-x font-medium mb-0 ">Improve your chances of publication by letting Centella suggest you the top 3-5 journals that fit in your area of work. We understand your criteria and propose best suggestions and advice that can take your article to the next level.
</h1>
<h1 class=" text-lg font-medium mb-0 "> Criteria for selecting the journal : </h1>
<h1 class=" text-lg font-medium mb-0 "> 1.Target journal type </h1>
<h1 class=" text-lg font-medium mb-0 "> 2. Indexing(PubMed, Scopus, SCI, Web of Science..etc) </h1>
<h1 class=" text-lg font-medium mb-0 ">3. Impact factor </h1>
<h1 class=" text-lg font-medium mb-4 "> 4. Type of article </h1>
</div>
</section>
<section class="text-black ">
<div class="container mx-auto flex px-5 py-6 md:flex-row flex-col items-center" style="font-family: Montserrat;">
<div data-aos="fade-up-left" class=" lg:flex-grow md:w-2/3 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h2 class=" text-3xl mb-2 font-medium text-gray-900" style="font-family: montserrat;">Rejected/Revised paper editing
</h2>
<h1 class=" text-x font-medium mb-4 ">Centella offers customized editing services in the fixing the rejected manuscript It's done either by resubmitting to the same target journal with substantive evidence or communicating to new journal by enhancing the quality of the manuscript. Our
subject matter experts ensure that your manuscript is revised and rewritten meticulously as per the reviewer comments and drafts a strong rebuttal to the queries.</h1>
</div>
<div data-aos="fade-down-right" class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 md:mb-0">
<img class="pl-24 h-64 object-center rounded" alt="hero" src="pics/p2.svg">
</div>
</div>
</section>
<section class="text-black ">
<div class="container mx-auto flex px-5 py-6 md:flex-row flex-col items-center" style="font-family: Montserrat;">
<div data-aos="fade-down-right" class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 md:mb-0">
<img class="pl-24 h-72 object-center rounded" alt="hero" src="pics/p3.svg">
</div>
<div data-aos="fade-up-left" class=" lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h2 class=" text-3xl mb-2 font-medium text-gray-900" style="font-family: montserrat;">Artwork preparation
</h2>
<h1 class=" text-x font-medium mb-4 "> Centella’s experienced artwork editors, armed with latest software tools will check and address all the technical aspects of your manuscript such as color, resolution (DPI or PPI), file size to confirm adherence to journal guidelines.
</h1>
</div>
</div>
</section>
<section class="text-black ">
<div class="container mx-auto flex px-5 py-6 md:flex-row flex-col items-center" style="font-family: Montserrat;">
<div data-aos="fade-up-left" class=" lg:flex-grow md:w-2/3 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h2 class=" text-3xl mb-2 font-medium text-gray-900" style="font-family: montserrat;">Video abstract
</h2>
<h1 class=" text-x mb-4 ">“Stand out from the crowd”- With more than 5000 manuscripts published every day, it will be challenging task to make your work stand out. Of late videos have emerged as an important medium to reach out and connect with a wider target
audience. With the help of Centella’s video abstract service, you can transform your published manuscript into a top quality engaging and impactful video that summarizes and showcases the essential findings. Our team of creative
experts with scientific background will create a 2-3 minute audiovisual file that can be shared at symposiums to enhance your chances of funding and citations.</h1>
</div>
<div data-aos="fade-down-right" class="lg:max-w-lg md:w-1/3 w-2/3 md:mb-0">
<img class="object-cover object-center rounded" alt="hero" src="pics/p4.svg">
</div>
</div>
</section>
<section class="text-black ">
<div class="container mx-auto flex px-0 py-6 md:flex-row flex-col items-center" style="font-family: Montserrat;">
<div data-aos="fade-down-right" class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<img class="object-cover object-center rounded" alt="hero" src="pics/p5.svg">
</div>
<div data-aos="fade-up-left" class=" lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h2 class=" text-2xl font-medium mb-4 ">• Poster preparation</h1>
<h2 class=" text-2xl font-medium mb-4 "> • Plagiarism check </h1>
<h2 class=" text-2xl font-medium mb-4 "> • Journal submission & <br> Post-submission assistance </h1>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<div class="container text-center " style="padding-bottom: 4%;">
<button class=" text-black py-2 px-6 rounded text-lg" style="align-items: center; background-color:#1bb3f4;"><a href="index.html#consult"> Get Solution</a></button>
</div>
<section>
<footer class="text-white" style="font-family: Montserrat;padding-bottom: 2%;padding-top: 0%;background-color: rgb(0, 0, 0);">
<a class="flex title-font items-center mb-4 md:mb-2 md:ml-9" href="index.html">
<img class=" w-30 h-20 p-0 " style="object-fit: cover;padding-left: 45%;padding-top: 6px;" src="pics/centella.png" alt="logo">
</a>
<nav class=" md:mr-auto md:ml-5 md:py- md:pl-4 flex flex-wrap items-center justify-center mb-4">
<a class="mr-5 text-lg hover:text-blue-600" href="index.html#about">About</a>
<a class="mr-5 text-lg hover:text-blue-600" href="index.html#service">Services</a>
<a class="mr-5 text-lg hover:text-blue-600" href="index.html#team">Our Team</a>
<a class="mr-5 text-lg hover:text-blue-600" href="career.html">Careers</a>
<a class="mr-5 text-lg hover:text-blue-600" href="index.html#consult">Contact Us</a>
<a class="mr-5 text-lg hover:text-blue-600">Privacy Policy</a>
</nav>
<hr style="height:1px;border-width:1;background-color: #000000;color: #000000;">
<div class=" px-5 py-3 mx-auto flex items-center sm:flex-row flex-col " style="padding-top: 3%;">
<p class="fotertxt " style="font-size: 16px;">© 2021 CENTELLA SCIENTIFIC PRIVATE LIMITED. All rights reserved
</p>
<div class="social-container">
<ul class="social-icons">
<li><a href="https://www.instagram.com/centella.scientific/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://twitter.com/centellascient1" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/centellascientific/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.facebook.com/Centella-Scientific-103572945211581" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCAdelmyMPBzu2WqiHc6Mh8w" target="_blank"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
<section class="text-white container ">
<div class="container mx-auto flex px-5 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 flex flex-col text-right ">
<h4 class=" text-lg dsg" style="padding-top: 2%;"> Designed & Developed by </h4>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 " style="padding-top:14px;">
<a href="https://rivach.com/" style="font-weight: bold;" class="colr" target="_blank"> <img class=" h-20 object-center rounded" alt="rivach.com" src="pics/rivach.png"></a>
</div>
</div>
</section>
</footer>
</section>
<script src="aos.js"></script>
<script>
AOS.init({
duration: 500,
});
</script>
</body>
</html>