<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Related items]]></title>
	<link>https://bioinformaticsonline.com/related/27277?offset=1170</link>
	<atom:link href="https://bioinformaticsonline.com/related/27277?offset=1170" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/9242/check-the-size-of-a-directory-free-disk-space</guid>
	<pubDate>Mon, 17 Mar 2014 02:35:32 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/9242/check-the-size-of-a-directory-free-disk-space</link>
	<title><![CDATA[Check the Size of a directory &amp; Free disk space.]]></title>
	<description><![CDATA[<p>The amount of databases we bioinformatician deal are just HUGE &hellip; In such cases, we always need to check our server for free spaces etc. I planned this article to explains 2 simple commands that most bioinformatician want to know when they start using Linux / BioLinux. First: Size of a directory (du) and and second: free disk space that exists on your machine (df).</p><p><br /><strong>'du' &ndash; Check the size of a directory</strong></p><p><br />$ du<br />This command ( du) gives you a list of directories that exist in the current working directory along with their sizes in kilobytes (default). The last line of the output gives you the total size of the current directory including its subdirectories. <br /><br />$ du /home/jin1<br />The above command would give you the directory size of the directory /home/david<br /><br />$ du -h<br />The same &ldquo;du&rdquo;command with some flag gives you a better output than the default one. The option '-h' stands for human readable format. Therefore, in order to print the sizes of the files / directories in your desire notation use this time suffixed with a 'k' if its kilobytes and 'M' if its Megabytes and 'G' if its Gigabytes.<br /><br />$ du -ah<br />If you are interested in checking everything present in a folder use above mentioned command. It gives us not only the directories but also all the files that are present in the current directory. The &ldquo;-a&rdquo; flag displays the filenames along with the directory names in the output. <br /><br />$ du -c<br />This gives you a grand total as the last line of the output. So if your directory occupies 30MB the last 2 lines of the output would be 30M.<br /><br />$ du -s<br />Use this command to displays a summary of the directory size. It is the simplest way to know the total size of the current directory.<br /><br />$ du -S<br />This would display the size of the current directory excluding the size of the subdirectories that exist within that directory. So it basically shows you the total size of all the files that exist in the current directory.<br /><br />$ du --exculde=mp3<br />Several times it required to exclude some directory in our size calculation. In such cases the above command would display the size of the current directory along with all its subdirectories, but it would exclude all the files having the given pattern present in their filenames.</p><p><br /><strong>'df' - finding the disk free space / disk usage</strong><br /><br />$ df<br />Hmmm &hellip; now &ldquo;df&rdquo; command is really useful, and I guess you are going to use it over time. Typing the above command, outputs a table consisting of 6 columns. All the columns are very easy to understand. Remember that the 'Size', 'Used' and 'Avail' columns use kilobytes as the unit. The 'Use%' column shows the usage as a percentage which is also very useful.<br /><br />$ df -h<br />Displays the same output as the previous command but the '-h' indicates human readable format. Hence instead of kilobytes as the unit the output would have 'M' for Megabytes and 'G' for Gigabytes.<br /><br />Example: Linux installed on /dev/hda1<br />$ df -h | grep /dev/hda1</p><p><br />All right, this is not the only option to check the sizes and free spaces but there are a few more options that can be used with 'du' and 'df' . I will discuss it later.<br /><br /></p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44279/bioinformatics-training-material</guid>
	<pubDate>Sat, 18 Mar 2023 11:26:18 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44279/bioinformatics-training-material</link>
	<title><![CDATA[Bioinformatics Training Material !]]></title>
	<description><![CDATA[<p><span>Glittr</span>&nbsp;is a curated list of bioinformatics training material.<br>All material is:</p>
<ul>
<li>In a GitHub or GitLab repository</li>
<li>Free to use</li>
<li>Written in markdown or similar</li>
</ul>
<p><span>NOTE:</span>&nbsp;This list of courses is selected only based on the above criteria.<br>There are no checks on quality.</p>
<p>https://glittr.org/?per_page=25&amp;sort_by=stargazers&amp;sort_direction=desc</p><p>Address of the bookmark: <a href="https://glittr.org/?per_page=25&amp;sort_by=stargazers&amp;sort_direction=desc" rel="nofollow">https://glittr.org/?per_page=25&amp;sort_by=stargazers&amp;sort_direction=desc</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44516/16srna-database-download</guid>
	<pubDate>Wed, 24 Apr 2024 04:33:15 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44516/16srna-database-download</link>
	<title><![CDATA[16sRNA Database Download]]></title>
	<description><![CDATA[<p>Downloading 16S rRNA databases can be crucial for various bioinformatics analyses, especially in microbiome research. However, it's important to note that databases can vary based on your specific needs, such as the taxonomic coverage you require or the type of analysis you're performing. Here's a general guideline on how you can obtain 16S rRNA databases:</p><ol>
<li>
<p><span>NCBI (National Center for Biotechnology Information)</span>:</p>
<ul>
<li>NCBI provides various databases related to genetic information, including 16S rRNA sequences.</li>
<li>You can access the 16S ribosomal RNA sequences from NCBI's Nucleotide database (<a href="https://www.ncbi.nlm.nih.gov/nucleotide/" target="_new">https://www.ncbi.nlm.nih.gov/nucleotide/</a>).</li>
<li>Perform a search using keywords like "16S rRNA" or specific bacterial names to find relevant sequences.</li>
<li>You can download sequences individually or in batches using the provided tools.</li>
</ul>
</li>
<li>
<p><span>GreenGenes</span>:</p>
<ul>
<li>GreenGenes is a widely used 16S rRNA gene sequence database.</li>
<li>You can access it at <a target="_new">http://greengenes.secondgenome.com/</a>.</li>
<li>GreenGenes provides precompiled databases for various purposes, including classification, alignment, and phylogenetic analysis.</li>
</ul>
</li>
<li>
<p><span>SILVA</span>:</p>
<ul>
<li>SILVA (<a href="https://www.arb-silva.de/" target="_new">https://www.arb-silva.de/</a>) is another comprehensive database for ribosomal RNA (rRNA) sequences.</li>
<li>It covers not only 16S rRNA but also other ribosomal RNA sequences.</li>
<li>SILVA provides precompiled databases for various purposes, including taxonomic classification and alignment.</li>
</ul>
</li>
<li>
<p><span>Ribosomal Database Project (RDP)</span>:</p>
<ul>
<li>RDP (<a target="_new">http://rdp.cme.msu.edu/</a>) is a curated database that offers 16S rRNA sequences.</li>
<li>It provides tools for sequence analysis and classification.</li>
<li>You can download sequences and taxonomy information from their website.</li>
</ul>
</li>
<li>
<p><span>QIIME (Quantitative Insights Into Microbial Ecology)</span>:</p>
<ul>
<li>QIIME (<a href="https://qiime2.org/" target="_new">https://qiime2.org/</a>) is a widely used bioinformatics platform for microbiome analysis.</li>
<li>It provides tools for analyzing microbial communities, including processing 16S rRNA sequences.</li>
<li>QIIME often includes its own preprocessed 16S rRNA databases that can be used for analysis within the platform.</li>
</ul>
</li>
</ol><p>Before downloading any database, make sure to read the terms of use and citation requirements, as some databases may have specific usage policies. Additionally, consider the compatibility of the database with your analysis pipeline and software tools.</p><p>&nbsp;</p><p>NCBI 16s RNA database location&nbsp;ftp://ftp.ncbi.nih.gov/blast/db/16SMicrobial.tar.gz</p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/9598/junior-research-fellowship-at-gb-pant-university</guid>
  <pubDate>Thu, 03 Apr 2014 12:29:46 -0500</pubDate>
  <link></link>
  <title><![CDATA[Junior Research Fellowship at G.B. PANT UNIVERSITY]]></title>
  <description><![CDATA[
<p>DEPARTMENT OF MOLECULAR BIOLOGY &amp; GENETIC ENGINEERING<br />COLLEGE OF BASIC SCIENCE AND HUMANITIES<br />G.B. PANT UNIVERSITY OF AGRICULTURE AND TECHNOLOGY<br />PANTNAGAR -263145, UTTARAKHAND</p>

<p>No. CBSH/MBGE/356</p>

<p>Subject: Advertisement for the award of Junior Research Fellowship.</p>

<p>Applications are invited for award of one Junior Research Fellowship on a consolidated fellowship of Rs. 12,000/- pm in the project “Bioinformatics Sub-DIC ”, under the Coordinatorship Dr. Anil Kumar. The fellowship is purely temporary and may continue till the duration of the project or maximum three years which ever is earlier. The appointment shall be given on six monthly review basis.</p>

<p>ESSENTIAL QUALIFICATION</p>

<p>M.Sc. Bioinformatics having research experience on In silico experimentation.</p>

<p>Candidates possessing the above qualifications may submit their application on<br />plain paper in the following format to the undersigned latest 18 April, 2014 the interviews will be held on 19 April, 2014 at 11.00 AM in the office of the undersigned. No separate letter for interview will be issued or any TA/DA will be paid for attending the interview.</p>

<p>Advertisement: http://www.gbpuat.ac.in/01042014_18april14_Advertisement%20for%20JRF%20Position,%20BI.pdf</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/4549/mab-lab</guid>
  <pubDate>Sun, 15 Sep 2013 09:28:09 -0500</pubDate>
  <link></link>
  <title><![CDATA[MAB Lab]]></title>
  <description><![CDATA[
<p>Seamless integration of a series of biological processes finally manifests as what we perceive as "Life". In order to gain insights about life and its manifestations in different forms (from single cell to multicellular forms), we seek to understand the underlying mechanistic basis of biological processes at the molecular level and integrate them at the systems level. Towards this, we employ a combination of approaches encompassing Bioinformatics &amp; Computational Biology, Biochemical and Biophysical approaches and X-ray crystallography. Our current research interests pertains to RNA Biology and Molecular Evolution.</p>

<p>More @ http://www.iitg.ernet.in/banand/index.html</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/file/view/4219/brief-biodata-of-dr-pranjal-chandra</guid>
	<pubDate>Wed, 04 Sep 2013 11:14:03 -0500</pubDate>
	<link>https://bioinformaticsonline.com/file/view/4219/brief-biodata-of-dr-pranjal-chandra</link>
	<title><![CDATA[Brief Biodata Of Dr. Pranjal Chandra]]></title>
	<description><![CDATA[]]></description>
	<dc:creator>Pranjal Chandra PhD</dc:creator>
	<enclosure url="https://bioinformaticsonline.com/file/download/4219" length="140288" type="application/msword" />
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/18749/list-of-biotechnology-research-laboratory-university-and-centre-in-india</guid>
	<pubDate>Thu, 30 Oct 2014 12:34:34 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/18749/list-of-biotechnology-research-laboratory-university-and-centre-in-india</link>
	<title><![CDATA[List of Biotechnology Research Laboratory, University, and Centre in India]]></title>
	<description><![CDATA[<h3 style="text-align: left;">DEPARTMENT OF BIOTECHNOLOGY</h3><ul>
<li><a href="http://www.cdfd.org.in" target="_blank">Centre For DNA Fingerprinting And Diagnostics (CDFD), Hyderabad </a> (</li>
<li><a href="http://ibsd.gov.in/" target="_blank">Institute of Bioresources and Sustainable Development&nbsp; (IBSD), Imphal, Manipur </a></li>
<li><a href="http://www.ils.res.in/%E2%80%8E" target="_blank">Institute of Life Sciences, Bhuvaneswar </a></li>
<li><a href="http://www.nii.res.in/" target="_blank">National Institute Of Immunology, New Delhi </a></li>
<li><a href="http://www.nipgr.res.in/%E2%80%8E" target="_blank">National Centre For Plant Genome Research (NCPGR), JNU, New Delhi </a></li>
<li><a href="http://www.nbrc.ac.in/%E2%80%8E" target="_blank">National Brain Research Centre (NBRC), Gurgaon </a></li>
<li><a href="http://www.nccs.res.in/%E2%80%8E" target="_blank">National Centre for Cell Sciences, Pune </a> (PUBLIC SECTOR UNDERTAKINGS)</li>
<li><a href="http://www.bibcol.com/" target="_blank">Bharat Immunologicals &amp; Biologicals Corporation Limited, Bulandshahar</a></li>
<li><a href="http://corporatedir.com/company/indian-vaccines-corporation-limited%E2%80%8E" target="_blank">Indian Vaccines Corporation Limited, Gurgaon</a></li>
</ul><h3 style="text-align: left;">INDIAN COUNCIL OF MEDICAL RESEARCH (ICMR)</h3><ul>
<li><a href="http://icmr.nic.in/pinstitute/jalma.htm" target="_blank">Centre JALMA Institute of Leprosy </a></li>
<li><a href="http://icmr.nic.in/pinstitute/nioh.htm" target="_blank">National Institute of Occupational Health </a></li>
<li><a href="http://icmr.nic.in/pinstitute/trc.htm" target="_blank">Tuberculosis Research Centre </a></li>
<li><a href="http://icmr.nic.in/pinstitute/nie.htm">National Institute of Epidemiology </a></li>
<li><a href="http://icmr.nic.in/pinstitute/mrc.htm">Malaria Research Centre </a></li>
<li><a href="http://icmr.nic.in/pinstitute/iop.htm">Institute of Pathology&nbsp;</a></li>
<li><a href="http://icmr.nic.in/000134/irms.htm">Institute of Research in Medical Statistics&nbsp; </a></li>
<li><a href="http://icmr.nic.in/pinstitute/nin.htm">National Institute of Nutrition </a></li>
<li><a href="http://icmr.nic.in/pinstitute/nclas.htm">National Centre for Laboratory Animal Science </a></li>
<li><a href="http://icmr.nic.in/pinstitute/fdtrc.htm">Food and Drug Toxicology Research Centre </a></li>
<li><a href="http://icmr.nic.in/pinstitute/niced.htm">National Institute of Cholera and Enteric Diseases&nbsp; </a></li>
<li><a href="http://icmr.nic.in/pinstitute/crme.htm">Centre for Research in Medical Entomology </a></li>
<li><a href="http://icmr.nic.in/pinstitute/irr.htm">National Institute for Research in Reproductive Health </a></li>
<li><a href="http://icmr.nic.in/pinstitute/iih.htm">Institute of Immunohaemotology </a></li>
<li><a href="http://icmr.nic.in/pinstitute/evrc.htm">Enterovirus Research Centre </a></li>
<li><a href="http://icmr.nic.in/pinstitute/grc/grc.htm">Genetic Research Centre </a></li>
<li><a href="http://icmr.nic.in/pinstitute/icpo.htm">Institute of Cytology and Preventive Oncology&nbsp; </a></li>
<li><a href="http://icmr.nic.in/pinstitute/rmri.htm">Rajendra Memorial Research Institute of Medical Sciences </a></li>
<li><a href="http://icmr.nic.in/pinstitute/vcrc.htm">Vector Control Research Centre</a></li>
<li><a href="http://icmr.nic.in/pinstitute/niv.htm">National Institute of Virology </a></li>
<li><a href="http://icmr.nic.in/pinstitute/nari.htm">National AIDS Research Institute (NARI)</a></li>
<li><a href="http://icmr.nic.in/pinstitute/Bhubaneswar.htm">Regional Medical Research Centre Bhubaneswar </a></li>
<li><a href="http://icmr.nic.in/pinstitute/dibrugarh.htm">Regional Medical Research Centre Dibrugarh </a></li>
<li><a href="http://icmr.nic.in/rmrcpb/index.htm">Regional Medical Research Centre Port Blair </a></li>
<li><a href="http://icmr.nic.in/pinstitute/jabalpur.htm">Regional Medical Research Centre Jabalpur </a></li>
<li><a href="http://icmr.nic.in/pinstitute/jodhpur.htm">Desert Medicine Research Centre Jodhpur </a></li>
</ul><h3 style="text-align: left;"><a href="http://healthriskindia.in/institutions.php#why">COUNCIL OF SCIENTIFIC &amp; INDUSTRIAL RESEARCH (CSIR) </a></h3><div style="text-align: left;"><ul>
<li><a href="http://www.cbri.res.in/">CBRI - Central Building Research Institute, Roorkee </a></li>
<li><a href="http://www.cdriindia.org/">CDRI - Central Drug Research Institute, Lucknow </a></li>
<li><a href="http://www.ceeri.res.in/">CEERI - Central Electronics Engineering Research Institute, Pilani </a></li>
<li><a href="http://www.cftri.com/">CFTRI - Central Food Technological Research Institute, Mysore </a></li>
<li><a href="http://www.cimap.res.in/">CIMAP - Central Institute of Medicinal &amp; Aromatic Plants, Lucknow </a></li>
<li><a href="http://www.cmeri.res.in/%E2%80%8E">CMERI - Central Mechanical Engineering Research Institute, Durgapur </a></li>
<li><a href="http://http//www.cmriindia.nic.in/%E2%80%8E">CMRI - Central Mining Research Institute, Dhanbad </a>- Central Scientific Intruments</li>
<li><a href="http://www.iicb.res.in/">IICB - Indian Institute of Chemical Biology, Calcutta </a></li>
<li><a href="http://www.iip.res.in/">IIP - Indian Institute of Petroleum, Dehradun </a></li>
<li><a href="http://www.ihbt.res.in/%E2%80%8E">IHBT - Institute of Himalayan Bioresource Technology, Palampur </a></li>
<li><a href="http://www.iitrindia.org/%E2%80%8E">ITRC - Industrial Toxicology Research Centre, Lucknow </a></li>
</ul><div style="text-align: left;"><ul>
<li><a href="http://www.nbri-lko.org/"> NBRI - National Botanical Research Institute, Lucknow </a></li>
<li><a href="http://www.neeri.nic.in/">NEERI - National Environmental Engineering Research Institute, Nagpur </a></li>
<li><a href="http://www.nio.org/">NIO - National Institute of Oceanography, Goa </a></li>
<li><a href="http://www.nistads.res.in/">NISTADS - National Institute of Science, Technology &amp; Development Studies, New Delhi </a></li>
<li><a href="http://www.nplindia.org/npl/index.htm">NPL - National Physical Laboratory, New Delhi </a></li>
<li><a href="http://www.rrlbhu.res.in/">RRL, BHU - Regional Research Laboratory, Bhubaneshwar </a></li>
<li><a href="http://www.rrljorhat.org/">RRL, JT - Regional Research Laboratory, Jorhat </a></li>
<li><a href="http://www.sercm.org/">SERC, M - Structural Engineering Research Centre, Madras </a></li>
<li><a href="http://www.csir.res.in/">CSIR Headquarters </a></li>
<li><a href="http://www.ccmbindia.org/">CCMB - Centre for Cellular &amp; Molecular Biology, Hyderabad </a></li>
<li><a href="http://www.cecri-india.com/">CECRI - Central Electrochemical Research Institute, Karaikudi </a></li>
<li><a href="http://www.cfrindia.com/">CFRI - Central Fuel Research Institute, Dhanbad </a></li>
<li><a href="http://www.cgcri.res.in/">CGCRI - Central Glass &amp; Ceramic research Institute, Calcutta </a></li>
<li><a href="http://www.clri.org/">CLRI - Central Leather Research Institute, Chennai </a></li>
<li><a href="http://www.cmmacs.ernet.in/">C-MMACS - CSIR Centre for Mathematical Modelling and Computer Simulation, Bangalore </a></li>
<li><a href="http://www.crridom.org/">CRRI - Central Road Research Institute, New Delhi </a></li>
<li><a href="http://www.csmcri.org/">CSMCRI - Central Salt &amp; Marine Chemicals Research Institute, Bhavnagar </a></li>
<li><a href="http://www.iictindia.org/">IICT - Indian Institute of Chemical Technology, Hyderabad </a></li>
<li><a href="http://www.igib.res.in/">IGIB - (Institute of genomics and Integrative Biology) </a></li>
<li><a href="http://www.imtech.ernet.in/">IMT - Institute of Microbial Technology, Chandigarh </a></li>
<li><a href="http://www.nal.res.in/">NAL - National Aerospace Laboratories, Bangalore </a></li>
<li><a href="http://www.ncl-india.org/">NCL - National Chemical Laboratory, Pune </a></li>
<li><a href="http://www.ngri.org.in/">NGRI - National Geophysical Research Institute, Hyderabad </a></li>
<li><a href="http://www.niscair.res.in/">NISCAIR - National Institute of Science Communication and Information Resources, New Delhi </a></li>
<li><a href="http://www.nmlindia.org/">NML - National Mettalurgical Laboratory, Jamshedpur </a></li>
<li><a href="http://www.rrlbpl.org/">RRL,BHO- Regional Research Laboratory, Bhopal </a></li>
<li><a href="http://www.rrljammu.org/">RRL, JM - Regional Research Laboratory, Jammu </a></li>
<li><a href="http://w3rrlt.csir.res.in/">RRL, TVM - Regional Research Laboratory, Thiruvananthapuram </a></li>
</ul></div></div><p style="text-align: left;">&nbsp;</p><h3 style="text-align: left;">CITYWISE</h3><p style="text-align: left;"><strong><em>City Wise Llist of Govt. and Non Govt. Research institutions in India - </em></strong></p><h3 style="text-align: left;">Ahmedabad</h3><div style="text-align: left;"><ul>
<li><a href="http://www.iimahd.ernet.in/">Indian Institute of Management </a></li>
<li><a href="http://www.plasma.ernet.in/">Institute for Plasma Research </a></li>
<li><a href="http://www.prl.ernet.in/">Physical Research Laboratory </a></li>
</ul></div><h3 style="text-align: left;">Allahabad</h3><div style="text-align: left;"><ul>
<li><a href="http://mri.ernet.in/">Mehta Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Bangalore</h3><div style="text-align: left;"><ul>
<li><a href="http://powersearch.cpri.res.in">Central Power Research Institute </a></li>
<li><a href="http://www.cair.res.in/">Center for Artificial Intelligence and Robotics </a></li>
<li><a href="http://www.cmmacs.ernet.in/">Centre for Mathematical Modeling and Computer Simulation (CSIR) </a></li>
<li><a href="http://bhaskara.csa.iisc.ernet.in/">Indian Academy of Science </a></li>
<li><a href="http://www.iimb.ernet.in/">Indian Institute of Management </a></li>
<li><a href="http://www.iisc.ernet.in/">Indian Institute of Science </a></li>
<li><a href="http://www.isro.org">Indian Space Research Organisation (ISRO) </a></li>
<li><a href="http://www.isac.gov.in">ISRO Satellite Centre </a></li>
<li><a href="http://jnc.iisc.ernet.in/">Jawaharlal Nehru Centre for Astronomy and Astrophysics </a></li>
<li><a href="http://www.jncasr.ac.in/">Jawaharlal Nehru Centre for Advanced Scientific Research </a></li>
<li><a href="http://www.nal.res.in">National Aerospace Laboratories </a></li>
<li><a href="http://www.ncbs.res.in/">National Centre for Biological Sciences </a></li>
<li><a href="http://www.nimhans.kar.nic.in/">National Institute of Mental Health and Neuro Sciences </a></li>
<li><a href="http://www.rri.res.in/">Raman Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Barrackpore (W. B.)</h3><p style="text-align: left;">&middot; <a href="http://www.nic.in/icar/cicfri.html">Central Inland Capture Fisheries Research Institute </a></p><h3 style="text-align: left;">Bhopal</h3><div style="text-align: left;"><ul>
<li><a href="http://www.mp.nic.in/ciae/">Central Institute of Agricultural Engineering </a></li>
</ul></div><h3 style="text-align: left;">Bhubaneswar</h3><div style="text-align: left;"><ul>
<li><a href="http://iop.iopb.stpbh.soft.net/">Institute of Physics </a></li>
<li><a href="http://www.rrlbhu.res.in">Regional Research Laboratory </a></li>
</ul></div><h3 style="text-align: left;">Calcutta</h3><div style="text-align: left;"><ul>
<li><a href="http://www.advancedmedicare.com">Advanced Medicare and Research Institute </a></li>
<li><a href="http://wwwcal.iimcal.ac.in/">Indian Institute of Management </a></li>
<li><a href="http://www.isical.ac.in/">Indian Statistical Institute </a></li>
<li><a href="http://www.iuc.res.in/">Inter University Consortium on DAE Facilities </a></li>
<li><a href="http://www.saha.ernet.in/">Saha Institute of Nuclear Physics </a></li>
<li><a href="http://boson.bose.res.in/">S.N.Bose National Center for Basic Sciences </a></li>
<li><a href="http://veccal.veccal.ernet.in/">Variable Energy Cyclotron Center </a></li>
</ul></div><h3 style="text-align: left;">Chandigarh</h3><div style="text-align: left;"><ul>
<li><a href="http://pgimer.nic.in">Post Graduate Institute of Medical Education and Research </a></li>
</ul></div><h3 style="text-align: left;">Chennai (Madras)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.cecri.res.in/">Central Electrochemical Research Institute (CECRI- Karaikudi) </a></li>
<li><a href="http://www.nic.in/ciba/">Central Institute of Brackishwater Aquaculture </a></li>
<li><a href="http://www.iitm.ernet.in/">Indian Institute of Technology </a></li>
<li><a href="http://www.igcar.ernet.in/">Indira Gandhi Center for Atomic Research, Kalpakkam </a></li>
<li><a href="http://www.imsc.ernet.in/">The Institute of Mathematical Sciences </a></li>
<li><a href="http://www.mssrf.org">M. S. Swaminathan Research Foundation </a></li>
<li><a href="http://www.ncufp.universityofmadras.edu/">National Centre for Ultrafast Processes </a></li>
<li><a href="http://www.niot.ernet.in/">National Institute of Ocean Technology </a></li>
<li><a href="http://www.smi.ernet.in/">SPIC Science Foundation </a></li>
<li><a href="http://www.sercm.org">Structural Engineering Research Centre </a></li>
</ul></div><p style="text-align: left;">Delhi</p><div style="text-align: left;"><ul>
<li><a href="http://ccrhindia.org/">Central Council for Research in Homoeopathy </a></li>
<li><a href="http://www.cbt.res.in/">Centre for Biochemical Technology </a></li>
<li><a href="http://www.csir.res.in/">Council of Scientific and Industrial Research </a></li>
<li><a href="http://www.drdo.org">Defence Research and Development Organisation</a></li>
<li><a href="http://www.nic.in/icar/dwr/dwrmain.htm">Directorate of Wheat Research </a></li>
<li><a href="http://www.nic.in/icar/">Indian Council of Agricultural Research</a></li>
<li><a href="http://icmr.nic.in/">Indian Council of Medical Research (ICMR)</a></li>
<li><a href="http://www.icrier.org/">Indian Council for Research on International Economic Relations </a></li>
<li><a href="http://www.iitd.ernet.in/">Indian Institute of Technology </a></li>
<li><a href="http://www.icgeb.res.in/">International Centre for Genetic Engineering and Biotechnology </a></li>
<li><a href="http://www.nbrcindia.org">National Brain Research Centre </a></li>
<li><a href="http://nbpgr.delhi.nic.in">National Bureau of Plant Genetic Resources </a></li>
<li><a href="http://www.nic.in/icar/ncap/index.htm">National Centre for Agricultural Economics and Policy Research </a></li>
<li><a href="http://www.nsc.ernet.in/">Nuclear Science Centre </a></li>
<li><a href="http://www.serc-dst.org">Science and Engineering Research Council </a></li>
<li><a href="http://www.teriin.org">The Energy and Resources Institute (TERI) </a></li>
<li><a href="http://www.pcra.org/">Petroleum Conservation Research Association </a></li>
</ul></div><h3 style="text-align: left;">Dehradun</h3><div style="text-align: left;"><ul>
<li><a href="http://www.icfre.org">Forest Research Institute </a></li>
<li><a href="http://www.iip.res.in">Indian Institute of Petroleum </a></li>
<li><a href="http://www.wii.gov.in/">Wildlife Institute of India </a></li>
</ul></div><h3 style="text-align: left;">Dirang (Arunachal Pradesh)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.nic.in/icar/nrcyak/index.html">National Research Centre on Yak </a></li>
</ul></div><h3 style="text-align: left;">Durgapur</h3><div style="text-align: left;"><ul>
<li><a href="http://www.cmeri.com/">Central Mechanical Engineering Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Eluru (A. P.)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.ap.nic.in/nrcop">National Research Centre for Oil Palm </a></li>
</ul></div><h3 style="text-align: left;">Gandhi Nagar</h3><div style="text-align: left;"><ul>
<li><a href="http://www.plasma.ernet.in/">Institute for Plasma Research </a></li>
</ul></div><h3 style="text-align: left;">Goa</h3><div style="text-align: left;"><ul>
<li><a href="http://samudra.mah.nic.in/">National Institute of Oceanography (NIC site) </a></li>
<li><a href="http://www.nio.org/">National Institute of Oceanography </a></li>
</ul></div><h3 style="text-align: left;">Hyderabad</h3><div style="text-align: left;"><ul>
<li><a href="http://www.ccmbindia.org">Centre for Cellular and Molecular Biology </a></li>
<li><a href="http://www.eptri.com/">Environment Protection Training and Research Institute </a></li>
<li><a href="http://www.icrisat.org">International Crops Research Institute for the Semi-Arid Tropics (ICRISAT), Patancheru </a></li>
<li><a href="http://www.ngri.org">National Geophysical Research Institute </a></li>
<li><a href="http://www.cmmacs.ernet.in/iict/">Indian Institute of Chemical Technology </a></li>
</ul></div><h3 style="text-align: left;">Indore</h3><div style="text-align: left;"><ul>
<li><a href="http://www.cat.ernet.in/">Center for Advanced Technology </a></li>
</ul></div><h3 style="text-align: left;">Jammu</h3><div style="text-align: left;"><ul>
<li><a href="http://www.rrljammu.org">Regional Research Laboratory </a></li>
</ul></div><h3 style="text-align: left;">Jhansi (U. P)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.nic.in/icar/nrcaf/index.htm">National Research Centre for Agroforestry </a></li>
</ul></div><h3 style="text-align: left;">Jodhpur (Rajasthan)</h3><div style="text-align: left;"><ul>
<li><a href="http://cazri.raj.nic.in/">Central Arid Zone Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Kanpur</h3><div style="text-align: left;"><ul>
<li><a href="http://www.nic.in/icar/iipr.htm">Indian Institute of Pulses Research </a></li>
<li><a href="http://www.iitk.ernet.in/">Indian Institute of Technology </a></li>
</ul></div><h3 style="text-align: left;">Kasaragod</h3><div style="text-align: left;"><ul>
<li><a href="http://cpcri.nic.in/">Central Plantation Crops Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Kharagpur</h3><div style="text-align: left;"><ul>
<li><a href="http://iitkgp.ernet.in/">Indian Institute of Technology </a></li>
</ul></div><h3 style="text-align: left;">Kochi</h3><div style="text-align: left;"><ul>
<li><a href="http://education.vsnl.com/cmfrihqr/index.htm">Central Marine Fisheries Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Lucknow</h3><div style="text-align: left;"><ul>
<li><a href="http://www.cdriindia.org/%E2%80%8E">Central Drug Research Institute </a></li>
<li><a href="http://www.cimap.res.in/">CIMAP - Central Institute of Medicinal &amp; Aromatic Plants, Lucknow</a></li>
<li><a href="http://icpr.nic.in">Indian Council of Philosophy Research </a></li>
<li><a href="http://www.iiml.ac.in/">Indian Institute of Management </a></li>
<li><a href="http://www.itrcindia.org">Industrial Toxicology Research Centre </a></li>
<li><a href="http://www.nbri.org">National Botanical Research Institute </a></li>
<li><a href="http://www.nrlccp.org/">National Research Laboratory for Conservation of Cultural Property </a></li>
</ul></div><h3 style="text-align: left;">Mathura</h3><div style="text-align: left;"><ul>
<li><a href="http://cirg.up.nic.in/">Central Institute for Research on Goats </a></li>
</ul></div><h3 style="text-align: left;">Mumbai (Bombay)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.barc.ernet.in/">Bhabha Atomic Research Centre </a></li>
<li><a href="http://www.cmie.ernet.in/">Centre for Monitoring the Indian Economy </a></li>
<li><a href="http://iig.iigm.res.in">Indian Institute of Geomagnetism </a></li>
<li><a href="http://www.iitb.ernet.in">Indian Institute of Technology </a></li>
<li><a href="http://www.igidr.ac.in/">Indira Gandhi Institute of Development Research </a></li>
<li><a href="http://www.ncst.ernet.in/">National Centre for Software Technology </a></li>
<li><a href="http://www.mit.gov.in/sameer.htm">Society for Applied Microwave Electronic Engineering and Research </a></li>
<li><a href="http://www.tifr.res.in/">Tata Insitute of Fundamental Research </a></li>
</ul></div><h3 style="text-align: left;">Palakkad</h3><div style="text-align: left;"><ul>
<li><a href="http://www.fcri.com/">Fluid Control Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Palampur (H.P.)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.csir.res.in/ihbt/">Institute of Himalayan Bioresource Technology </a></li>
</ul></div><h3 style="text-align: left;">Peechi</h3><div style="text-align: left;"><ul>
<li><a href="http://www.kfri.org/">Kerala Forest Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Pilani</h3><div style="text-align: left;"><ul>
<li><a href="http://www.ceeri.res.in/">Central Electronics Research Institute </a></li>
<li><a href="http://www.bits-pilani.ac.in/">Birla Institute of Technology and Science </a></li>
</ul></div><h3 style="text-align: left;">Puttur (Karnataka)</h3><div style="text-align: left;"><ul>
<li><a href="http://kar.nic.in/cashew/">National Research Centre on Cashew </a></li>
</ul></div><h3 style="text-align: left;">Pune</h3><div style="text-align: left;"><ul>
<li><a href="http://www.aripune.org/">Agharkar Research Institute </a></li>
<li><a href="http://bioinfo.ernet.in/">Bioinformatics Distributed Information Centre </a></li>
<li><a href="http://www.cdac.org.in/">Centre for Development of Advanced Computing </a></li>
<li><a href="http://iucaa.iucaa.ernet.in/welcome.html">Inter-University Center for Astronomy and Astrophysics </a></li>
<li><a href="http://www.ncl-india.org/">National Chemical Laboratory </a></li>
</ul></div><h3 style="text-align: left;">Roorkie (U. P.)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.cbri.org">Central Building Research Institute </a></li>
</ul></div><h3 style="text-align: left;">Trivandrum (Thiruvananthapuram)</h3><div style="text-align: left;"><ul>
<li><a href="http://www.cds.edu">Centre for Development Studies </a></li>
<li><a href="http://www.cessindia.org">Centre for Earth Science Studies </a></li>
<li><a href="http://www.erdcitvm.org">Electronic Research and Development Centre </a></li>
<li><a href="http://www.natpac.org">National Transportation Planning and Research Centre </a></li>
<li><a href="http://rgcb.res.in/">Rajiv Gandhi Centre for Biotechnology, Trivandrum </a></li>
<li><a href="http://sctmst.ker.nic.in">Sree Chitra Tirunal Institute of Medical Sciences and Technology </a></li>
</ul></div><h3 style="text-align: left;">Varanasi (U. P.)</h3><p style="text-align: left;">&middot; <a href="http://www.nic.in/icar/Directorate1.htm">Indian Institute of Vegetable Research</a></p><p style="text-align: left;">&nbsp;</p><h3 style="text-align: left;"><a href="http://healthriskindia.in/institutions.php#what">UNIVERSITIES/COLLEGES UNDER UGC</a></h3><ul>
<li><a href="http://www.educationindiainfo.com/">Education In India </a></li>
<li><a href="http://www.angrau.net/">Acharya N. G. Ranga Agricultural University </a><br /> <a href="http://www.tnuniv.ac.in/alagappa/">Alagappa University </a></li>
<li><a href="http://auce.8m.com/">Alagappa University College of Education </a></li>
<li><a href="http://www.amu.ac.in/">Aligarh Muslim University</a></li>
<li><a href="http://healthriskindia.in/www.aaidu.org">allahabad agricultural institute ,deemed university </a></li>
<li><a href="http://www.allduniv.edu/">Allahabad University </a></li>
<li><a href="http://www.annauniv.edu/">Anna University </a></li>
<li><a href="http://annamalaiuniversity.ac.in/">Annamalai University </a></li>
<li><a href="http://assamuniversity.nic.in/">Assam University </a></li>
<li><a href="http://www.bhu.ac.in/">Banaras Hindu University </a></li>
<li><a href="http://www.banasthali.org/banasthali/avs/home/">Banasthali Vidyapith University </a></li>
<li><a href="http://www.b-u.ac.in/">Bharathiar University </a></li>
<li><a href="http://www.bharatividyapeeth.edu/">Bharati Vidyapeeth Deemed University </a></li>
<li><a href="http://www.bhavuni.edu/">Bhavnagar University </a></li>
<li><a href="http://www.bau.nic.in/">Birsa Agricultural University </a></li>
<li><a href="http://education.vsnl.com/burduniv/">Burdwan University </a></li>
<li><a href="http://hindinideshalaya.nic.in/">Central Hindi Directorate </a></li>
<li><a href="http://csauk.ac.in/">Chandra Shekhar Azad University of Agriculture &amp; Technology </a></li>
<li><a href="http://www.tnuniv.ac.in/dbhps/">Dakshina Bharat Hindi Prachar Sabha </a></li>
<li><a href="http://www.delhiuniversity.com/">Delhi University </a></li>
<li><a href="http://www.dauniv.ac.in/">Devi Ahilya University </a></li>
<li><a href="http://www.cvru.ac.in/">Dr. C.V. Raman University </a></li>
<li><a href="http://pdkv.mah.nic.in/">Dr. Panjabrao Deshmukh Krishi Vidyapeeth </a></li>
<li><a href="http://www.braou.ac.in/">Dr.B.R. Ambedkar Open University </a></li>
<li><a href="http://www.ruraluniv.org/">Gandhigram Rural Institute </a></li>
<li><a href="http://www.goauniversity.org/">Goa University </a></li>
<li><a href="http://www.ayurveduniversity.com/">Gujarat Ayurved University </a></li>
<li><a href="http://www.gujaratuniversity.org.in/">Gujarat University </a></li>
<li><a href="http://www.gulbargauniversity.kar.nic.in/">Gulbarga University </a></li>
<li><a href="http://gguniversity.nic.in/">Guru Ghasidas University (G. G. U) </a></li>
<li><a href="http://ggsipu.nic.in/">Guru Gobind Singh Indraprastha University </a></li>
<li><a href="http://www.gnduonline.org/">Guru Nanak Dev University </a></li>
<li><a href="http://hpuniv.nic.in/">Himachal Pradesh University </a></li>
<li><a href="http://www.interconsys.com/">Intercon Groups </a></li>
<li><a href="http://www.jadavpur.edu/">Jadavpur University </a></li>
<li><a href="http://www.jmi.ac.in/">Jamia Millia Islamia </a></li>
<li><a href="http://www.jnu.ac.in/">Jawaharlal Nehru University </a></li>
<li><a href="http://www.jntu.ac.in/">Jawaharlal Nehru Technological University </a></li>
<li><a href="http://www.kuwarangal.com/">Kakatiya University </a></li>
<li><a href="http://www.kakatiya.ac.in/">Kaktiya University </a></li>
<li><a href="http://www.ksoumysore.com/">Karnataka State Open University </a></li>
<li><a href="http://womenuniversity.kar.nic.in/">Karnataka State Women University </a></li>
<li><a href="http://www.womenuniversity.kar.nic.in/">Karnataka State Women University </a></li>
<li><a href="http://www.kuvempuuniversity.org/">Kuvempu University </a></li>
<li><a href="http://www.imsbilaspur.4mg.com/">Lal Bahadur Shastri Institute </a></li>
<li><a href="http://lnmu.bih.nic.in/">Lalit Narayan Mithila Vishvidyalaya </a></li>
<li><a href="http://www.msubaroda.ac.in/">M S University of Baroda </a></li>
<li><a href="http://www.bhojvirtualuniversity.com/">Madhya Pradesh Bhoj (Open) University </a></li>
<li><a href="http://www.mkuniversity.org/">Madurai Kamarajar University </a></li>
<li><a href="http://mum.edu/">Maharishi University of Management </a></li>
<li><a href="http://www.mguniversity.edu/">Mahatma Gandhi University </a></li>
<li><a href="http://www.mangaloreuniversity.ac.in/">Mangalore University </a></li>
<li><a href="http://www.tnuniv.ac.in/msu/">Manonmaniam Sundaranar University </a></li>
<li><a href="http://www.mlsu.org/">Mohanlal Sukhadia University </a></li>
<li><a href="http://www.tnuniv.ac.in/mteresa/">Mother Teresa Women's University </a></li>
<li><a href="http://www.udct.org/">Mumbai University Institute of Chemical Technology </a></li>
<li><a href="http://nduat.nic.in/">Narendra Deva University of Agriculture and Technology </a></li>
<li><a href="http://www.nujs.edu/">National University of Juridical Sciences </a></li>
<li><a href="http://www.geocities.com/nf_net/icnffk/">Nature Net </a></li>
<li><a href="http://www.nmu.ac.in/">North Maharashtra University </a></li>
<li><a href="http://www.osmania.ac.in/">Osmania University </a></li>
<li><a href="http://www.dypatil.ac.in/">Padmashree Dr. D. Y. Patil Vidyapeeth Deemed university </a></li>
<li><a href="http://www.puchd.ac.in/">Panjab University </a></li>
<li><a href="http://puonline.bih.nic.in/">Patna University </a></li>
<li><a href="http://www.pondiuni.org/">Pondicherry University </a></li>
<li><a href="http://www.pau.edu/">Punjab Agricultural University </a></li>
<li><a href="http://www.punjabtechnicaluniversity.com/">Punjab Technical University </a></li>
<li><a href="http://www.universitypunjabi.org/">Punjabi University </a></li>
<li><a href="http://www.rabindrabharatiuniversity.net/">Rabindra Bharati University </a></li>
<li><a href="http://www.rguhs.ac.in/">Rajiv Gandhi University of Health Sciences </a></li>
<li><a href="http://www.sgpgi.ac.in/">Sanjay Gandhi Postgraduate Institute of Medical Sciences </a></li>
<li><a href="http://www.spuvvn.edu/">Sardar Patel University </a></li>
<li><a href="http://www.sathyabamauniv.ac.in/">Sathyabama Deemed University </a></li>
<li><a href="http://www.icar.org.in/sherk/welcome.htm">Sher-e-Kashmir University of Agricultural Sciences &amp; Technology </a></li>
<li><a href="http://www.tnuniv.ac.in/adu/">Sri Avinashilingam Home Science College for Women </a></li>
<li><a href="http://www.icar.org.in/sau.htm">State Agricultural Universities (SAUs) </a></li>
<li><a href="http://www.srtmun.org/">Swami Ramanand Teerth Marathwada University </a></li>
<li><a href="http://www.tamilvu.org/">Tamil Virtual University </a></li>
<li><a href="http://www.tanuvas.com/">Tamilnadu Veterinary and Animal Sciences University </a></li>
<li><a href="http://www.tiss.edu/">Tata Institute of Social Sciences </a></li>
<li><a href="http://www.imsc.ernet.in/">The Institute of Mathematical Sciences </a></li>
<li><a href="http://uasbng.kar.nic.in/">University Of Agricultural Sciences </a></li>
<li><a href="http://www.caluniv.ac.in/">University of Calcutta </a></li>
<li><a href="http://www.collegeskerala.com/calicut/">University of Calicut </a></li>
<li><a href="http://www.du.ac.in/">University of Delhi </a></li>
<li><a href="http://www.uohyd.ernet.in/">University of Hyderabad </a></li>
<li><a href="http://www.leedsindia.com/">University of Leeds </a></li>
<li><a href="http://www.lkouniv.ac.in/">University of Lucknow </a></li>
<li><a href="http://www.unom.ac.in/">University of Madras </a></li>
<li><a href="http://www.universityofmadras-ice.ac.in/">University of Madras </a></li>
<li><a href="http://www.uma.ac.in/">University of Media Arts </a></li>
<li><a href="http://www.mu.ac.in/">University of Mumbai </a></li>
<li><a href="http://www.uni-mysore.ac.in/">University of Mysore </a></li>
<li><a href="http://health.upenn.edu/">University of Pennsylvania Health System </a></li>
<li><a href="http://www.unipune.ernet.in/">University of Pune </a></li>
<li><a href="http://www.uptu.org/">Uttar Pradesh Technical University </a></li>
<li><a href="http://purvanchaluniversity.org/">VBS Purvanchal University </a></li>
<li><a href="http://vidyasagar.ac.in/">Vidyasagar University </a></li>
<li><a href="http://www.visva-bharati.ac.in/">Visva-Bharati University </a></li>
<li><a href="http://www.vtu.ac.in/">Visveswaraiah Technological University </a></li>
<li><a href="http://www.wpaa.org/">Worldwide Pantnagar Alumni Association </a></li>
<li><a href="http://www.ycmou.com/">Yashwantrao Chavan Maharashtra Open University (YCMOU) </a></li>
</ul><h3 style="text-align: left;">DST</h3><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/ari.htm">Agharkar Research Institute, Pune </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/birbal_sahni_inst.htm">Birbal Sahni Institute of Palaeobotany, Lucknow </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/bose_institute.htm">Bose Institute, Kolkata </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/iacs.htm">Indian Association for the Cultivation of Science, Kolkata </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/iarcpmnm.htm">International Advanced Research Centre for Powder Metallurgy and New Materials, </a><br /> ...<a href="http://dst.gov.in/autoinst/iarcpmnm.htm">esr </a>...<a href="http://dst.gov.in/autoinst/iarcpmnm.htm">Hyderabad </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/iiap.htm">Indian Institute of Astrophysics, Bangalore </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/iigm.htm">Indian Institute of Geomagnetism, Mumbai </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/iitm.htm">Indian Institute of Tropical Meteorology, Pune </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/jncasr.htm">Jawaharlal Nehru Centre for Advanced Scientific Research, Bangalore </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/nabtc.htm">National Accreditation Board for Testing &amp; Calibration Laboratories, New Delhi </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/rri.htm">Raman Research Institute, Bangalore </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/sn_bose_ncfbs.htm">S.N. Bose National Centre for Basic Sciences, Kolkata </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/stimst.htm">Sreechitra Tirunal Institute for Medical Sciences &amp; Technology, Thiruvananthapuram </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/tifac.htm">Technology Information, Forecasting &amp; Assessment Council (TIFAC), New Delhi </a></p><p style="text-align: left;">&bull;&nbsp; <a href="http://dst.gov.in/autoinst/vigyan.htm">Vigyan Prasar, New Delhi </a></p><div style="text-align: left;">....<a href="http://dst.gov.in/autoinst/wihg.htm">Wadia Institute of Himalayan Geology, Dehradun </a></div><p>&nbsp;</p><p style="text-align: left;">I<a href="http://healthriskindia.in/institutions.php#ICAR"><strong>ndian Council of Agricultural Research</strong></a></p><ul>
<li>Central Agricultural Research Institute (CARI)</li>
<li><a href="http://www.icar.org.in/cazri.htm">Central Arid Zone Research Institute (CAZRI) </a></li>
<li>Central Avian Research Institute (CARI)</li>
<li><a href="http://www.cifri.com/">Central Inland Fishries Research Institute (CIFRI) </a></li>
<li><a href="http://www.cirg.res.in/">Central Institute for Research on Goats (CIRG) </a></li>
<li>Central Institute for Sub-Tropical Horticulture (CISTH)</li>
<li>Central Institute for Research on Buffaloes (CIRB)</li>
<li><a href="http://healthriskindia.in/education.vsnl.com/circot">Central Institute for Research on Cotton Technology (CIRCOT) </a></li>
<li>Central Institute for Cotton Research (CICR)</li>
<li>Central Institute for Freshwater Aquaculture (CIFA)</li>
<li><a href="http://www.icar.org.in/ciphet.htm">Central Institute of Post Harvest Engineering &amp; Technology (CIPHET) </a></li>
<li><a href="http://www.mp.nic.in/ciae">Central Institute of Agricultural Engineering (CIAE) </a></li>
<li><a href="http://www.icar.org.in/ciah/ciah.htm">Central Institute of Arid Horticulture (CIAE) </a></li>
<li><a href="http://www.ciba.tn.nic.in/">Central Institute of Brakishwater Aquaculture (CIBA) </a></li>
<li><a href="http://www.icar.org.in/cife/index.html">Central Institute of Fisheries Education (CIFE) </a></li>
<li>Central Institute of Fisheries Technology (CIFT)</li>
<li>Central Institute of Temperate Horticulture (CITH)</li>
<li><a href="http://www.cmfri.com/">Central Marine Fisheries Research Institute (CMFRI) </a></li>
<li><a href="http://www.cpcri.nic.in/">Central Plantation Crops Research Institute (CPCRI) </a></li>
<li><a href="http://www.icargoa.ernet.in/">ICAR Research Complex for Goa (ICARRCG) </a></li>
<li>ICAR Research Complex for NEH Region (ICARRCNEHR)</li>
<li>Indian Lac Research Institute (ILRI)</li>
<li>Indian Veterinary Research Institute (IVRI)</li>
<li><a href="http://www.iari.res.in/">Indian Agricultural Research Institute (IARI) </a></li>
<li><a href="http://www.iasri.res.in/">Indian Agricultural Statistics Research Institute (IASRI) </a></li>
<li>Indian Grassland &amp; Fodder Research Institute (IGFRI)</li>
<li><a href="http://www.iipr.up.nic.in/">Indian Institute of Pulses Research (IIPR) </a></li>
<li><a href="http://www.iihr.res.in/">Indian Institute of Horticulture Research (IIHR) </a></li>
<li>Indian Institute of Soil Sciences (IISS)</li>
<li>Indian Institute of Spices Research (IISR)</li>
<li>Indian Institute of Sugarcane Research (IISR)</li>
<li>Indian Institute of Vegetable Research (PDV)</li>
<li>National Academy of Agricultural Research Management (NAARM)</li>
<li>National Dairy Research Institute (NDRI)</li>
<li>National Institute for Research on Jute Allied Fibres Technology (NIRJAFT)</li>
<li><a href="http://www.nianp.res.in/">National Institute of Animal Nutrition &amp; Physiology (NIANP) </a></li>
<li>Sugarcane Breeding Institute (SBI)</li>
</ul><div style="text-align: left;"><ul>
<li><a href="http://www.vpkas.nic.in/">Vivekanand Parvatiya Krishi Anusandhan Shala (VPKAS) </a></li>
</ul></div><ul>
<li>Central Potato Research Institute (CPRI)</li>
<li>National Bureaue of Fish Genetic Resources (NBFGR)</li>
<li><a href="http://www.icar.org.in/nbagr/nbagr.html">National Bureaue of Animal Genetic Resources (NBAGR) </a></li>
</ul><div style="text-align: left;"><ul>
<li><a href="http://www.nbpgr.delhi.nic.in/">National Bureaue of Plant &amp; Genetic Resources (NBPGR) </a></li>
</ul></div><ul>
<li>National Bureaue of Soil Survey &amp; Land Use Planning (NBSSLUP)</li>
<li>Central Research Institute for Jute &amp; Allied Fibres (CRIJAF)</li>
<li>National Bureaue of Agriculturally Important Micro-Organisms (NBAIMO</li>
</ul><div style="text-align: left;"><ul>
<li>Central Research Institute for Dryland Agriculture</li>
</ul></div>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/10262/research-fellow-phd-candidate-in-computational-biology-%E2%80%93-2-positions</guid>
  <pubDate>Fri, 25 Apr 2014 20:19:58 -0500</pubDate>
  <link></link>
  <title><![CDATA[Research fellow (PhD candidate) in computational biology – 2 positions]]></title>
  <description><![CDATA[
<p>At the Department of Informatics two 4-year positions as research fellow are available in the field of computational biology connected to the Computational Biology Unit. The positions are linked to the project “Integrated genomics - linking transcriptional and translational regulation over developmental time” supported by the Bergen Research Foundation</p>

<p>The fate of a cell is ultimately the product of the regulation of its genes. Gene regulation is a coordinated process acting at multiple levels of which transcription and translation are the most prominent. The Valen group is dedicated to the fundamental question of how transcription and translation is integrated to obtain the desired protein abundance. The recent development of high-throughput next generation sequencing techniques to monitor both active translation and transcription has made it possible to study this connection at the genome scale.</p>

<p>This project aims to elucidate the links between regulation of translation and transcription. The applicant will analyze next generation sequencing data and model gene regulation on a genome-wide level to identify the features that affect the translational output of transcripts. The work will be done in close collaboration with experimental scientists who will test the predictions of the computational models.</p>

<p>Additional information on the position can be obtained by contacting Eivind Valen (eivind.valen@ii.uib.no).</p>

<p>The research fellow must take part in the University’s approved PhD program leading to the degree within a time limit of 3 years. Application for admission to the PhD program, including a project plan outline for the training module, will be worked out in collaboration with the research group in question.</p>

<p>In total, the fellowship period is 4 years, 25 % of this will be allocated to teaching and/or administrative duties. The fellowship period may be reduced if the successful applicant has held previous employment as a research fellow or similar.</p>

<p>http://www.jobbnorge.no/en/available-jobs/job/102235/research-fellow-phd-candidate-in-computational-biology-2-positions</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/33449/ra-bioinformatics-at-nipgr-india</guid>
  <pubDate>Tue, 06 Jun 2017 04:21:12 -0500</pubDate>
  <link></link>
  <title><![CDATA[RA Bioinformatics at NIPGR,  INDIA]]></title>
  <description><![CDATA[
<p>Applications are invited from suitable candidates for filling up the purely temporary positions of one Research Associate (RA) and one Junior Research Fellow (JRF) in the DBT- CPCFG Sub-Project 2B entitled “Understanding genetic and molecular basis of Ascochyta blight resistance in chickpea” under the supervision of Dr. Praveen Verma, Scientist, NIPGR. </p>

<p>Research Associate (one post): Emoluments as per DST/DBT norms &amp; as sanctioned in the project</p>

<p>Qualification: Candidates having Ph.D. degree (awarded) in any discipline of Life Sciences with good publication record are eligible to apply. Candidates having prior experience in the area of Genetic and molecular analysis of plant/fungus for disease resistance/susceptibility of transcriptome and genome analysis will be preferred.</p>

<p>Junior Research Fellow (one post): Emoluments as per DST/DBT norms &amp; as sanctioned in the project</p>

<p>Qualification: Candidates having M.Sc./M.Tech degree in any discipline of Life Sciences/Engineering (with minimum 55% marks) are eligible to apply. The Candidate having prior work experience in Molecular biology of plants/animal/fungus or Computational biology with experience in analysis of next-generation sequencing data, protein-protein interaction and system biology will be given preference.</p>

<p>The positions are purely temporary and are co-terminus with the project. The initial appointment will be for one year, which can be extended/curtailed on the basis of assessment of the candidate’s performance and discretion of the Competent Authority. The eligible candidates may further be shortlisted based on the qualification/experience depending on the total number of applications received. NIPGR reserves the right to select the candidate against the above post depending upon the qualification(s) and experience of the candidate. Reservation of post shall be as per Govt. of India norms.</p>

<p>Eligible candidates may apply by sending their complete application in the enclosed format. </p>

<p>The attested copies of the certificates and proof of research experience (if any) are to be attached with the hard copy of application. The applications should reach at the address given below within 15 days from the date of advertisement. The envelope must be superscribed by “Application for the Post of RA/JRF in the CPCFG Project” of Dr. Praveen Verma.</p>

<p>http://www.nipgr.res.in/files/careers/app_format_RA_JRF.docx</p>

<p>Contact Person address <br />Dr. Praveen Verma<br />Staff Scientist-VI &amp; Principal Investigator ,<br />National Institute of Plant Genome Research ,(NIPGR)<br />Aruna Asaf Ali Marg, P.O. Box NO. 10531,<br />New Delhi - 110067</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/10415/bioinformatician-stuck-in-wet-lab</guid>
	<pubDate>Tue, 06 May 2014 12:46:56 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/10415/bioinformatician-stuck-in-wet-lab</link>
	<title><![CDATA[Bioinformatician stuck in wet-lab]]></title>
	<description><![CDATA[<p>This guide is aimed at pet bioinformaticians, and is meant to guide them towards better career development.</p>
<p><strong>1. Make friends with local bioinformatics groups</strong><br> <strong>2. Talk to your computing group</strong><br> <strong>3. Obtain clear expectations</strong><br> <strong>4. Rewrite your job description</strong><br> <strong>5. Papers</strong><br> <strong>6. Attend bioinformatics meetings</strong><br> <strong>7. Try first, ask later</strong></p><p>Address of the bookmark: <a href="http://biomickwatson.wordpress.com/2013/04/23/a-guide-for-the-lonely-bioinformatician/" rel="nofollow">http://biomickwatson.wordpress.com/2013/04/23/a-guide-for-the-lonely-bioinformatician/</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>

</channel>
</rss>