| Current Path : /var/www/html/rkbhukya/ |
| Current File : /var/www/html/rkbhukya/resources.php |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="Ramesh, Bhukya,IIIT Allahabad, IIT Guwahati, Signal processing, Speech processing, Machine Learning, Deep Learning">
<meta name="description" content="Assistant Professor, Department ECE, IIIT Allahabad.">
<meta name="robots" content="all">
<title>Dr. Ramesh K Bhukya</title>
<link rel="icon" type="image/ico" href="images/rameshkbphoto.png" />
<!-- Stylesheets -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css" integrity="sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" integrity="sha384-tKLJeE1ALTUwtXlaGjJYM3sejfssWdAaWR2s97axw4xkiAdMzQjtOjgcyw0Y50KU" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Navigation Bar -->
<?php require_once ("nav_bar.php"); ?>
<section>
<!-- Resource Section -->
<div class="container">
<div class="row" style="margin-top:90px">
<div class="col">
<h4>Resources</h4>
<ol>
<li class="text-justify"><a href="docs/RMW-Literature Review.ppt">Effective Literature Review by Dr. Ashish Anand and Dr. Vijaya Saradhi</a></li>
<li class="text-justify">Click <a href="https://www.cs.rochester.edu/~omidb/nlpcalendar/" target="_blank"> here </a> to access unofficially official conference calendar for the fields of Computational Linguistics and Natural Language Processing</li>
<li class="text-justify">Useful <a href="http://www.bartleby.com/141/index.html" target="_blank"> reference </a> for writing style</li>
<li class="text-justify"><a href="docs/Splice_junction_data.tgz" download>Download splice junction dataset</a></li>
</ol>
</div>
</div>
<!-- Software Section -->
<div class="row">
<div class="col">
<h4>Software</h4>
<ol>
<li>
CRAN R Packages
<ul>
<li class="text-justify">TGS [<a href="https://cran.r-project.org/package=TGS" target="_blank">CRAN URL</a>]: Rapid Reconstruction of Time-Varying Gene Regulatory Networks </li>
</ul>
</li>
</ol>
</div>
</div>
</div>
</section>
<?php require_once ("footer.php"); ?>
<!-- Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.min.js" integrity="sha384-skAcpIdS7UcVUC05LJ9Dxay8AXcDYfBJqt1CJ85S/CFujBsIzCIv+l9liuYLaMQ/" crossorigin="anonymous"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script> -->
</body>
</html>