page-journal.php 25 KB

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