page-journal.php 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114
  1. <?php
  2. /**
  3. * Template Name: Journal
  4. *
  5. * @package UIU_CSE
  6. */
  7. get_header(); ?>
  8. <?php while (have_posts()) : the_post();
  9. $auth_token = get_field('auth_token', 'option');
  10. $client_id = get_field('client_id', 'option');
  11. $employee_info_api = get_field('employee_info_api', 'option');
  12. $journal_api = get_field('journal_api', 'option');
  13. $conference_api = get_field('conference_api', 'option');
  14. $response_employeeJournal = wp_remote_post(
  15. $journal_api,
  16. array(
  17. 'body' => array(
  18. 'employee_id' => "",
  19. "year" => "",
  20. 'user_login_id' => $client_id,
  21. 'auth_token' => $auth_token
  22. // 'page' : 1,
  23. // 'limit' : 1
  24. )
  25. )
  26. );
  27. $employeeJournal = json_decode(wp_remote_retrieve_body($response_employeeJournal), true);
  28. ?>
  29. <main id="main" class="site-main" role="main">
  30. <div class="">
  31. <section class="container-fluid">
  32. <div class="banner-img-holder">
  33. <div class="banner-overlay">
  34. </div>
  35. <img class="banner-img" src="<?php echo get_the_post_thumbnail_url(); ?>" alt="">
  36. <div class="banner-title">
  37. <h1>
  38. Research at <br> Department of <br>
  39. Computer Science &amp; Engineering
  40. </h1>
  41. </div>
  42. </div>
  43. </section>
  44. <section id="breadcrumb" class="container">
  45. <div>
  46. <span class="crumbs">Department of CSE > Research > Journals</span>
  47. </div>
  48. </section>
  49. </div>
  50. <div class="row container">
  51. <div class="col-md-3 col-sidebar">
  52. <div class="generic-para sidebar-links">
  53. <h3>Research</h3>
  54. <ul>
  55. <li><a href="#">Conference Papers</a></li>
  56. <li class="active"><a href="#">Journals</a></li>
  57. <li><a href="#">Journals</a></li>
  58. <li><a href="#">Journals</a></li>
  59. <li><a href="#">Journals</a></li>
  60. </ul>
  61. </div>
  62. </div>
  63. <div class="col-md-9 col-content">
  64. <div class="sections">
  65. <section id="conference-papers-section" class="container generic-content" data-theme="light">
  66. <div class="generic-para shadowed">
  67. <h3>Journal Papers</h3>
  68. <div class="paper-details">
  69. <span class="paper-year">2015</span>
  70. <h2 class="paper-title">Target Coverage Through Distributed Clustering in Directional Sensor Networks</h2>
  71. <p class="paper-tags">
  72. <span class="tag">Wireless Communications</span>
  73. </p>
  74. <p class="paper-event">
  75. <i>Publication: </i> Eurasip Journal on Wireless Communications and Networking, April 2015 (in Press). SCIE,
  76. </p>
  77. <p class="paper-contributors">
  78. <i>Authors: </i> Md. Mofijul Islam, Md. Ahasanuzzaman, Md. Abdur Razzaque, M. M. Hassan, Abdulhameed Alelaiwi, Yang Xiang
  79. </p>
  80. </div>
  81. <div class="paper-details">
  82. <span class="paper-year">2014</span>
  83. <h2 class="paper-title">Study of Optical Radiation Efficiency of Nanoparticles</h2>
  84. <p class="paper-tags">
  85. <span class="tag">Nano-Optics</span>
  86. </p>
  87. <p class="paper-event">
  88. <i>Publication: </i>Nanoscience&Nanotechnololy Letter. Volume 6, Number 2, February 2014 , pp. 170-173(4)
  89. </p>
  90. <p class="paper-contributors">
  91. <i>Authors: </i>Nurain, N., Kabir, T., and Kabir, M. H.
  92. </p>
  93. </div>
  94. <div class="paper-details">
  95. <span class="paper-year">2014</span>
  96. <h2 class="paper-title">Improving Speech Signal Intelligibility by Optimal Computation using Single-Channel Adaptive Filtering</h2>
  97. <p class="paper-tags">
  98. <span class="tag">Machine Translation</span> <span class="tag">Speech Synthesis and Recognition</span>
  99. </p>
  100. <p class="paper-event">
  101. <i>Publication: </i>ISBN : 973-93-80883-71-7, IJCA November 2014 Edition, November 18, 2014
  102. </p>
  103. <p class="paper-contributors">
  104. <i>Authors: </i>Ohidujjaman, Mahmudul Hasan, and Mohammad Nurul Huda
  105. </p>
  106. </div>
  107. <div class="paper-details">
  108. <span class="paper-year">2015</span>
  109. <h2 class="paper-title">Data Compression Considering Text Files</h2>
  110. <p class="paper-tags">
  111. <span class="tag">Data Compression</span>
  112. </p>
  113. <p class="paper-event">
  114. <i>Publication: </i>International Journal of Computer Applications (IJCA) March 2014 Edition
  115. </p>
  116. <p class="paper-contributors">
  117. <i>Authors: </i>Kashfia Sailunaz, Mohammed Rokibul Alam Kotwal and Mohammad Nurul Huda
  118. </p>
  119. </div>
  120. <div class="paper-details">
  121. <span class="paper-year">2015</span>
  122. <h2 class="paper-title">Target Coverage Through Distributed Clustering in Directional Sensor Networks</h2>
  123. <p class="paper-tags">
  124. <span class="tag">Wireless Communications</span>
  125. </p>
  126. <p class="paper-event">
  127. <i>Publication: </i> Eurasip Journal on Wireless Communications and Networking, April 2015 (in Press). SCIE,
  128. </p>
  129. <p class="paper-contributors">
  130. <i>Authors: </i> Md. Mofijul Islam, Md. Ahasanuzzaman, Md. Abdur Razzaque, M. M. Hassan, Abdulhameed Alelaiwi, Yang Xiang
  131. </p>
  132. </div>
  133. <div class="paper-details">
  134. <span class="paper-year">2014</span>
  135. <h2 class="paper-title">Study of Optical Radiation Efficiency of Nanoparticles</h2>
  136. <p class="paper-tags">
  137. <span class="tag">Nano-Optics</span>
  138. </p>
  139. <p class="paper-event">
  140. <i>Publication: </i>Nanoscience&Nanotechnololy Letter. Volume 6, Number 2, February 2014 , pp. 170-173(4)
  141. </p>
  142. <p class="paper-contributors">
  143. <i>Authors: </i>Nurain, N., Kabir, T., and Kabir, M. H.
  144. </p>
  145. </div>
  146. <div class="paper-details">
  147. <span class="paper-year">2014</span>
  148. <h2 class="paper-title">Improving Speech Signal Intelligibility by Optimal Computation using Single-Channel Adaptive Filtering</h2>
  149. <p class="paper-tags">
  150. <span class="tag">Machine Translation</span> <span class="tag">Speech Synthesis and Recognition</span>
  151. </p>
  152. <p class="paper-event">
  153. <i>Publication: </i>ISBN : 973-93-80883-71-7, IJCA November 2014 Edition, November 18, 2014
  154. </p>
  155. <p class="paper-contributors">
  156. <i>Authors: </i>Ohidujjaman, Mahmudul Hasan, and Mohammad Nurul Huda
  157. </p>
  158. </div>
  159. <div class="paper-details">
  160. <span class="paper-year">2014</span>
  161. <h2 class="paper-title">Data Compression Considering Text Files</h2>
  162. <p class="paper-tags">
  163. <span class="tag">Data Compression</span>
  164. </p>
  165. <p class="paper-event">
  166. <i>Publication: </i>International Journal of Computer Applications (IJCA) March 2014 Edition
  167. </p>
  168. <p class="paper-contributors">
  169. <i>Authors: </i>Kashfia Sailunaz, Mohammed Rokibul Alam Kotwal and Mohammad Nurul Huda
  170. </p>
  171. </div>
  172. </div>
  173. </section>
  174. </div>
  175. </div>
  176. </div>
  177. </main>
  178. <!-- #main -->
  179. <?php endwhile; // end of the loop.
  180. ?>
  181. <style>
  182. *,
  183. *::before,
  184. *::after {
  185. box-sizing: border-box;
  186. }
  187. * {
  188. font-family: "Open Sans", sans-serif;
  189. margin: 0px auto;
  190. padding: 0px;
  191. }
  192. p {
  193. font-size: 16px !important;
  194. line-height: 30px;
  195. color: #4e4e4e !important;
  196. margin: 0 auto;
  197. }
  198. .grid {
  199. gap: 30px;
  200. }
  201. body {
  202. overflow-y: scroll;
  203. overflow-x: hidden;
  204. }
  205. section {
  206. background: #fff;
  207. margin: 0 auto;
  208. }
  209. header {
  210. margin: 0px;
  211. padding: 0px !important;
  212. height: 50px;
  213. overflow: hidden;
  214. }
  215. main {
  216. position: relative;
  217. padding: 0px !important;
  218. background-color: #fff;
  219. }
  220. h1 {
  221. font-size: 40px !important;
  222. letter-spacing: 2px !important;
  223. line-height: 100%;
  224. }
  225. h1,
  226. h2,
  227. h3,
  228. h4 {
  229. font-weight: normal;
  230. margin-bottom: 0px !important;
  231. }
  232. button {
  233. margin: 40px auto;
  234. margin-bottom: 30px;
  235. max-width: 300px;
  236. font-size: 20px;
  237. border-radius: 0px;
  238. border: none;
  239. border-radius: 4px;
  240. background: #f68b1f;
  241. transition-duration: 0.3s;
  242. }
  243. button:hover {
  244. background: #117cf7;
  245. }
  246. .container {
  247. margin: 0px auto;
  248. padding: 10px 10px;
  249. max-width: 1200px !important;
  250. }
  251. .container-fluid {
  252. padding: 0px !important;
  253. }
  254. #search-close {
  255. width: 100px;
  256. border-radius: 40px;
  257. background-color: #F68B1F;
  258. margin-top: 30px;
  259. margin-right: 30px;
  260. }
  261. .overlay-content {
  262. overflow: hidden;
  263. }
  264. .overlay-content label {
  265. display: inline-block;
  266. }
  267. .overlay-content h4 {
  268. display: inline-block;
  269. margin: 0px 20px;
  270. }
  271. .overlay-content div a {
  272. display: inline-block;
  273. text-decoration: underline;
  274. }
  275. .overlay-content div h6 {
  276. display: inline-block;
  277. }
  278. #search-bar {
  279. width: 60%;
  280. display: inline-block;
  281. }
  282. #search-button {
  283. width: 300px;
  284. display: inline-block;
  285. border-radius: 30px;
  286. margin-left: 20px;
  287. background: #485680;
  288. }
  289. #search-modal {
  290. overflow: hidden;
  291. }
  292. #search-button:hover {
  293. background-color: #F68B1F;
  294. }
  295. #first-nav>ul>img {
  296. transition-duration: 0.5s;
  297. }
  298. section#first-nav-section nav {
  299. position: fixed;
  300. text-align: center;
  301. padding: 0px;
  302. justify-content: space-evenly;
  303. height: 70px;
  304. z-index: 10;
  305. transition: 0.5s ease-in-out;
  306. background-color: #160c0c;
  307. border-bottom: 4px solid #F68B1F;
  308. box-shadow: 0px 5px 12px -5px #2F4858;
  309. }
  310. section#first-nav-section nav ul {
  311. align-items: center;
  312. z-index: 3;
  313. }
  314. section#first-nav-section nav ul img {
  315. height: 50px;
  316. width: auto;
  317. margin-right: 30px;
  318. padding-left: 20px;
  319. }
  320. section#first-nav-section nav ul>li {
  321. margin-right: 50px;
  322. }
  323. section#first-nav-section nav ul>li:last-child {
  324. margin-right: 0px;
  325. }
  326. section#first-nav-section nav ul>li:last-child {
  327. margin-right: 0;
  328. }
  329. section#first-nav-section nav ul>li>a {
  330. color: #fff;
  331. transition-duration: 0.3s;
  332. font-size: 14px;
  333. letter-spacing: 2px;
  334. text-transform: uppercase;
  335. font-weight: bold;
  336. font-size: 12px;
  337. }
  338. section#first-nav-section nav ul>li:after {
  339. content: "";
  340. display: block;
  341. margin: auto;
  342. height: 1px;
  343. width: 0px;
  344. background: transparent;
  345. transition: width 0.3s ease, background-color 0.5s ease;
  346. }
  347. section#first-nav-section nav ul>li:hover:after {
  348. width: 100%;
  349. background: #fff;
  350. }
  351. section#first-nav-section .nav-resp {
  352. height: 50px;
  353. background-color: #160c0c;
  354. border-bottom: 4px solid #F68B1F;
  355. box-shadow: 0px 5px 12px -5px #2F4858;
  356. }
  357. section#first-nav-section .nav-resp ul img {
  358. height: 30px !important;
  359. padding-left: 20px;
  360. }
  361. section#first-nav-section .nav-resp #menu-bars {
  362. padding-top: 2px;
  363. }
  364. #menu-bars {
  365. display: none;
  366. padding-top: 2px;
  367. color: #fff;
  368. }
  369. section#second-nav-section nav {
  370. position: fixed;
  371. top: 70px;
  372. text-align: center;
  373. padding: 0px;
  374. justify-content: space-evenly;
  375. height: 50px;
  376. z-index: 10;
  377. transition: 0.5s ease-in-out;
  378. background: #117cf7;
  379. }
  380. section#second-nav-section nav ul {
  381. margin-top: 0px;
  382. width: 100vw;
  383. justify-content: space-evenly;
  384. display: inline-flex;
  385. }
  386. section#second-nav-section nav ul li>a {
  387. margin: 0px;
  388. color: #fff;
  389. transition-duration: 0.3s;
  390. font-size: 14px;
  391. letter-spacing: 2px;
  392. text-transform: uppercase;
  393. font-weight: normal;
  394. font-size: 12px;
  395. border-radius: 0px;
  396. }
  397. section#second-nav-section nav ul li>a:hover {
  398. border-radius: 0;
  399. font-weight: bolder;
  400. color: #eeffb0;
  401. text-decoration: none !important;
  402. }
  403. section#second-nav-section nav ul li:first-of-type>a:hover {
  404. background: none;
  405. }
  406. section#second-nav-section nav ul li>a>img {
  407. height: 40px !important;
  408. }
  409. section#second-nav-section nav ul li>a>img:hover {
  410. background-color: rgba(255, 255, 255, 0);
  411. }
  412. section#second-nav-section .second-nav-active {
  413. height: 40px;
  414. top: 50px;
  415. background-color: #117cf7;
  416. }
  417. section#second-nav-section .second-nav-active ul>li>a>img {
  418. height: 30px !important;
  419. }
  420. #top-search {
  421. width: 140px;
  422. border-radius: 0;
  423. height: 30px;
  424. }
  425. @media (max-width: 1100px) {
  426. #first-nav>ul {
  427. position: relative;
  428. width: 100%;
  429. left: 0px;
  430. }
  431. #first-nav>ul>img {
  432. width: 350px;
  433. -o-object-fit: contain;
  434. object-fit: contain;
  435. margin-right: auto;
  436. }
  437. #first-nav>ul>li {
  438. display: none;
  439. }
  440. #first-nav>ul>li:last-child {
  441. display: inline-block;
  442. margin-right: auto;
  443. width: 40px;
  444. }
  445. #top-search {
  446. display: none;
  447. }
  448. #menu-bars {
  449. display: inline-block;
  450. margin: 0px auto;
  451. padding-top: 13px;
  452. font-size: 45px;
  453. color: #fff;
  454. }
  455. #first-nav>ul>li:last-child {
  456. display: none;
  457. }
  458. }
  459. @media (max-width: 576px) {
  460. #menu-bars {
  461. margin: 0px auto;
  462. padding-top: 13px;
  463. font-size: 45px;
  464. color: #fff;
  465. }
  466. #first-nav>ul>img {
  467. width: 170px;
  468. margin-left: 10px !important;
  469. }
  470. #search>button.filled {
  471. display: none;
  472. }
  473. body>main>section:nth-child(2)>div>h1 {
  474. font-size: 60px;
  475. }
  476. #first-nav>ul>li:last-child {
  477. display: none;
  478. }
  479. #cta {
  480. display: flex;
  481. flex-direction: column;
  482. }
  483. #cta>button:nth-child(2) {
  484. display: none;
  485. }
  486. #second-nav-section {
  487. display: none !important;
  488. }
  489. }
  490. #slider-container {
  491. padding: 0px !important;
  492. }
  493. .yellow-line {
  494. display: block;
  495. width: 100px;
  496. height: 4px;
  497. background-color: #00ff00;
  498. margin-left: 10px;
  499. margin-top: 10px;
  500. margin-bottom: 0px;
  501. }
  502. @media screen and (max-width: 800px) {
  503. .yellow-line {
  504. margin-left: calc(50vw - 50%) !important;
  505. }
  506. }
  507. footer {
  508. position: relative;
  509. z-index: 30 !important;
  510. }
  511. #footer1 {
  512. z-index: 10;
  513. height: 400px;
  514. background: url("../img/footer2.png") no-repeat;
  515. background-size: cover;
  516. background-position: top;
  517. }
  518. footer.container-fluid {
  519. border-top: 10px solid #C85688;
  520. overflow: hidden;
  521. text-align: left;
  522. margin: 0px;
  523. padding: 0px !important;
  524. background: #160c0c;
  525. min-height: 350px;
  526. }
  527. footer.container-fluid h3 {
  528. margin: 10px auto;
  529. margin: 30px 0px;
  530. font-family: "Open Sans", sans-serif;
  531. font-size: 20px;
  532. color: #fff;
  533. font-weight: normal;
  534. text-decoration: underline;
  535. }
  536. footer.container-fluid ul {
  537. padding: 0px;
  538. }
  539. footer.container-fluid ul>li {
  540. list-style: none;
  541. margin: 0px;
  542. padding: 0px;
  543. line-height: 110%;
  544. }
  545. footer.container-fluid ul>li a {
  546. text-decoration: none;
  547. color: #fff;
  548. font-size: 12px;
  549. letter-spacing: 2px;
  550. font-weight: normal;
  551. font-family: "Open Sans", sans-serif;
  552. text-transform: uppercase;
  553. }
  554. footer.container-fluid ul>li a:hover {
  555. color: #F68B1F;
  556. text-decoration: underline;
  557. }
  558. #fine-print {
  559. text-align: center;
  560. margin: 10px auto;
  561. height: 50px;
  562. border-top: 1px solid #F68B1F;
  563. }
  564. #fine-print p {
  565. font-size: 12px;
  566. display: inline-flex;
  567. }
  568. #fine-print ul {
  569. display: inline;
  570. }
  571. #fine-print ul>li {
  572. display: inline;
  573. padding: 10px;
  574. font-size: 12px;
  575. letter-spacing: 1px;
  576. }
  577. .banner-img-holder {
  578. width: 100vw;
  579. height: 400px;
  580. margin-bottom: 60px !important;
  581. }
  582. .banner-overlay {
  583. position: relative;
  584. top: 0px;
  585. bottom: 0px;
  586. height: 400px;
  587. width: 100vw;
  588. background-color: rgba(50, 52, 63, 0.4588235294);
  589. z-index: 1;
  590. }
  591. .banner-img {
  592. position: relative;
  593. top: -400px;
  594. width: 100%;
  595. height: 100%;
  596. -o-object-fit: cover;
  597. object-fit: cover;
  598. -o-object-position: center;
  599. object-position: center;
  600. filter: greyscale(80%) !important;
  601. }
  602. .banner-title {
  603. position: relative;
  604. top: -800px;
  605. height: 400px;
  606. width: 100vw;
  607. z-index: 2;
  608. display: flex;
  609. flex-direction: column;
  610. justify-content: center;
  611. }
  612. .banner-title h1 {
  613. margin-top: 50px !important;
  614. font-family: "Open Sans", sans-serif;
  615. font-weight: 800;
  616. line-height: 140%;
  617. color: #fff;
  618. text-align: center;
  619. }
  620. #breadcrumb {
  621. padding-top: 20px;
  622. }
  623. #breadcrumb div {
  624. margin-left: 20px !important;
  625. }
  626. .crumbs {
  627. font-size: 14px;
  628. font-weight: 400;
  629. margin: 30px 0px;
  630. padding-bottom: 5px;
  631. letter-spacing: 2px;
  632. color: #333 !important;
  633. border-bottom: 1px solid #333;
  634. }
  635. .sidebar-links {
  636. margin: 10px 0px !important;
  637. border-radius: 4px;
  638. border: 1px solid rgba(51, 51, 51, 0.1921568627);
  639. }
  640. .sidebar-links h3 {
  641. font-size: 30px !important;
  642. font-family: "Open Sans", sans-serif !important;
  643. width: 100%;
  644. text-align: center !important;
  645. text-transform: uppercase;
  646. padding-bottom: 15px !important;
  647. border-bottom: 1px solid #117cf7 !important;
  648. }
  649. .sidebar-links ul li {
  650. height: 30px !important;
  651. padding: 5px 10px !important;
  652. font-size: 14px;
  653. list-style: none;
  654. border-bottom: 1px solid rgba(51, 51, 51, 0.231372549);
  655. }
  656. .sidebar-links ul li a:link,
  657. .sidebar-links ul li a:visited {
  658. color: #117cf7;
  659. }
  660. .sidebar-links ul li a:hover {
  661. text-decoration: none;
  662. color: #333;
  663. }
  664. .sidebar-links ul li.active a:link,
  665. .sidebar-links ul li.active a:visited {
  666. color: #865994;
  667. font-weight: 600;
  668. }
  669. .generic-content-block {
  670. padding: 40px 10px !important;
  671. }
  672. .generic-header {
  673. width: 100%;
  674. margin: 30px auto !important;
  675. }
  676. .generic-header h1 {
  677. font-weight: 600;
  678. text-align: center;
  679. text-transform: uppercase;
  680. }
  681. .personnel-img {
  682. width: 300px;
  683. height: 300px;
  684. margin: 30px auto;
  685. }
  686. .personnel-img img {
  687. border-radius: 4px;
  688. box-shadow: 4px 6px 18px 12px rgba(51, 51, 51, 0.1490196078);
  689. width: 100%;
  690. height: 100%;
  691. -o-object-fit: cover;
  692. object-fit: cover;
  693. -o-object-position: center;
  694. object-position: center;
  695. }
  696. .shadowed {
  697. border-radius: 4px;
  698. box-shadow: 4px 6px 18px 12px rgba(51, 51, 51, 0.1490196078);
  699. }
  700. .generic-para {
  701. text-align: left;
  702. padding: 20px !important;
  703. }
  704. .generic-para ol {
  705. margin: 10px 30px !important;
  706. }
  707. .generic-para img {
  708. border-radius: 4px;
  709. height: 240px;
  710. width: 100%;
  711. -o-object-fit: cover;
  712. object-fit: cover;
  713. -o-object-position: center;
  714. object-position: center;
  715. }
  716. .generic-para h2 {
  717. text-align: center;
  718. letter-spacing: 1px;
  719. }
  720. .generic-para h3 {
  721. font-family: "DM Serif Text", serif;
  722. margin: 20px 0px !important;
  723. text-align: left;
  724. border-bottom: 3px solid #117cf7;
  725. }
  726. .generic-para p {
  727. text-align: justify;
  728. margin: 30px 0px !important;
  729. font-size: 16px !important;
  730. line-height: 22px;
  731. }
  732. .prof-name {
  733. color: #485680;
  734. font-weight: 700;
  735. font-size: 18px;
  736. }
  737. .prof-deg {
  738. font-style: italic;
  739. font-weight: 400;
  740. }
  741. .prof-des {
  742. font-size: 18px;
  743. font-weight: 700;
  744. }
  745. .area {
  746. margin: 10px 0px;
  747. border: 1px solid rgba(51, 51, 51, 0.3803921569);
  748. border-radius: 8px;
  749. height: 120px;
  750. width: 100%;
  751. display: flex;
  752. justify-content: center;
  753. align-items: center;
  754. }
  755. .alignnone {
  756. width: 150px !important;
  757. height: auto !important;
  758. margin: 20px auto !important;
  759. }
  760. #all-faculties h2,
  761. #all-events h2,
  762. #all-news h2 {
  763. color: #000 !important;
  764. margin-top: 40px;
  765. margin-bottom: 20px;
  766. font-weight: 800;
  767. }
  768. #all-faculties hr,
  769. #all-events hr,
  770. #all-news hr {
  771. border: 1px solid rgba(51, 51, 51, 0.3882352941);
  772. }
  773. #all-faculties .faculty-stub,
  774. #all-events .faculty-stub,
  775. #all-news .faculty-stub {
  776. width: 100%;
  777. padding: 5px;
  778. box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.137254902);
  779. margin: 30px auto !important;
  780. }
  781. #all-faculties .stub-img-holder,
  782. #all-events .stub-img-holder,
  783. #all-news .stub-img-holder {
  784. border-radius: 4px !important;
  785. height: 160px;
  786. overflow: hidden;
  787. }
  788. #all-faculties .stub-img-holder img,
  789. #all-events .stub-img-holder img,
  790. #all-news .stub-img-holder img {
  791. border-radius: 0px !important;
  792. height: 100%;
  793. width: 100%;
  794. -o-object-fit: cover;
  795. object-fit: cover;
  796. -o-object-position: center;
  797. object-position: center;
  798. }
  799. #all-faculties .archive-faculty-details,
  800. #all-events .archive-faculty-details,
  801. #all-news .archive-faculty-details {
  802. height: 100px;
  803. padding: 0px 10px;
  804. }
  805. #all-faculties .archive-faculty-details .faculty-degree,
  806. #all-events .archive-faculty-details .faculty-degree,
  807. #all-news .archive-faculty-details .faculty-degree {
  808. display: inline-block;
  809. color: rgba(89, 107, 161, 0.5647058824);
  810. font-weight: 800;
  811. font-size: 14px;
  812. }
  813. #all-faculties .archive-faculty-details .faculty-designation,
  814. #all-events .archive-faculty-details .faculty-designation,
  815. #all-news .archive-faculty-details .faculty-designation {
  816. display: block;
  817. color: rgba(0, 0, 0, 0.5647058824);
  818. font-weight: 800;
  819. font-size: 14px;
  820. }
  821. #all-faculties .archive-faculty-details h3,
  822. #all-events .archive-faculty-details h3,
  823. #all-news .archive-faculty-details h3 {
  824. font-size: 18px;
  825. line-height: 22px;
  826. font-family: "Open Sans", sans-serif;
  827. color: #2F4858 !important;
  828. margin: 10px auto;
  829. }
  830. .faculty-grp-img {
  831. height: auto !important;
  832. width: 100% !important;
  833. margin: 0px auto !important;
  834. }
  835. .paper-details {
  836. padding: 30px 0px;
  837. border-bottom: 1px solid rgba(51, 51, 51, 0.1764705882);
  838. }
  839. .paper-details .paper-title {
  840. font-size: 18px !important;
  841. text-align: left !important;
  842. margin: 10px 0px !important;
  843. text-decoration: underline;
  844. }
  845. .paper-details .paper-year {
  846. font-size: 14px;
  847. display: block;
  848. color: rgba(51, 51, 51, 0.4509803922);
  849. }
  850. .paper-details p {
  851. margin: 5px !important;
  852. font-size: 14px !important;
  853. }
  854. .paper-details .paper-contributors {
  855. color: #222222 !important;
  856. }
  857. .paper-details .paper-tags {
  858. margin: 20px 0px !important;
  859. }
  860. .paper-details .paper-tags .tag {
  861. font-size: 14px;
  862. border: 1px solid rgba(17, 124, 247, 0.431372549);
  863. padding: 3px 8px !important;
  864. border-radius: 10px;
  865. }
  866. /*# sourceMappingURL=journal-cse.css.map */
  867. </style>
  868. <?php get_footer(); ?>