<?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/34369?offset=10</link>
	<atom:link href="https://bioinformaticsonline.com/related/34369?offset=10" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/41231/phd-student-bio-informatician-in-computational-protein-modeling</guid>
  <pubDate>Sun, 23 Feb 2020 03:46:46 -0600</pubDate>
  <link></link>
  <title><![CDATA[PhD student / Bio-informatician in computational protein modeling]]></title>
  <description><![CDATA[
<p>PhD student / Bio-informatician in computational protein modeling<br />Job Profile<br />You will perform research on drug/protein interaction analysis in the context of lung cancer, using computational protein modeling. You will implement existing models predicting drug efficacy, related to EGFR-driven cancer. You will translate these models to novel oncogenes, including ROS1. You will validate these models against experimental data from a parallel project, with the final goal of deployment of your methods into clinical decision making. Your work will be embedded in an international network consisting of both academic partners and ROS1-NSCLC patient organizations.</p>

<p>Requirements</p>

<p>You are (or soon will be) a master in bio-informatics. You have strong ICT skills and you are eager to fully submerge into the world of protein modeling. You have good experience with Linux and one or more programming languages as well as knowledge of tertiary structure analysis. Candidates with a Master degree in one of the life sciences (Biomedical sciences, Biochemistry, Bio-engineering, Biostatistics, …), with relevant interest and extended experience in this field are also welcome. A general background cancer biology and genetics is needed. You are willing and eligible to apply for a personal PhD fellowship with the Flemish FWO (FWO.be). Therefore, it is required that you hold a master degree from a European university, and have not obtained your master diploma more than three years ago (see FWO website for detailed conditions). Proficiency in English, and good communication skills, both oral and written, are required. You are highly motivated, and you like to work in an interactive research team. You are willing to work on a 4-year PhD project starting beginning of 2020.</p>

<p>What we offer</p>

<p>We offer a one year position, as a PhD student, which can be extended up to 4 year upon positive evaluation, even if a personal fellowship application is not successful. Wages are according to the standard Flemish bursary levels for PhD students.</p>

<p>Interested?<br />For additional information please contact dr. Geert Vandeweyer. To apply, send a copy of your CV including details of your relevant skills and a motivation letter by e-mail to dr. Geert Vandeweyer (geert.vandeweyer@uantwerpen.be) before March 15, 2020.</p>

<p>Source:https://academicpositions.be/ad/university-of-antwerp/2020/phd-student-bio-informatician-in-computational-protein-modeling/141252?utm_source=jooble&amp;utm_medium=cpc&amp;utm_campaign=jooble</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/34814/bioinformatics-web-application-development-with-perl</guid>
	<pubDate>Tue, 26 Dec 2017 18:14:11 -0600</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/34814/bioinformatics-web-application-development-with-perl</link>
	<title><![CDATA[Bioinformatics Web Application Development with Perl]]></title>
	<description><![CDATA[<div><p>Perl's second wave of adoption came from the growth of the world wide web. Dynamic web pages&mdash;the precursor to modern web applications&mdash;were easy to create with Perl and CGI. Thanks to Perl's ubiquity as a language for system administrators and its power to manipulate text, it was the default choice for web programming. Its presence everywhere made it popular and, in some ways, the duct tape of the Internet.</p><h4>Web Application Development</h4><p>The old days of CGI programs and the simple development style that represented seem clunky. Web pages have become web applications. Development has moved from generating static HTML to both client and server side programming, with rich client interfaces and powerful backends.</p><p>Perl is still well suited for developing modern web apps. The language grows more powerful and easier to use every year, the available libraries are wonderful and keep getting better, and the inventions and discoveries available in modern Perl are unsurpassed.</p><p>In particular, a modern Perl developer can do amazing things with modern Perl tools. If you still think of Perl web development as a&nbsp;<em>cgi-bin</em>&nbsp;directory full of messy scripts that spew warnings to STDERR, you're a decade out of date. Better yet, you can replace that mess piecemeal, thanks to the new tools and techniques of modern Perl. See, for example, the ever-growing list of technologies&nbsp;<a href="http://www.builtinperl.com/">Built in Perl</a>.</p><h4>Modern Perl Web Frameworks</h4><p>While the old wave of web development may have made the CGI.pm module central, modern Perl web programming follows a stricter separation of business logic, URL and request routing, and output. The days of slinging a string here, an array there, a Perl hash yonder, declaring every variable at the top of the program, and maybe making a subroutine are gone. The Perl world has seen the value of abstraction and ways to mechanize away boilerplate. Perl has dozens of frameworks and toolkits designed to make web development and deployment simpler.</p><p>Any of a dozen of these frameworks will help you do great things, but three in particular stand out. You can build web sites and web applications of tremendous value with all three. These are neither the only good possibilities (think of POE or Jifty or Continuity or...) nor the only mechanisms for web programming with Perl (see Mechanize or LWP or Mojo::UserAgent for more). Yet if you want three good options to choose between, start here.</p><h4>Catalyst</h4><p>The&nbsp;<a href="http://catalystframework.org/">Catalyst</a>&nbsp;framework is a flexible and powerful system for building small to large web apps. It uses the&nbsp;<a href="http://moose.perl.org/">Moose</a>&nbsp;object system to provide great APIs for extension and further development. It's the most mature of the modern top Perl web frameworks, yet it retains its flexibility and vibrancy. In particular, its plugin and extension ecosystem allows it to evolve to provide new and essential features.</p><p>Catalyst has embraced the Plack/PSGI standard for Perl web deployment and recent versions are exploring high-scalability, event-based request handling models.</p><h4>Dancer</h4><p>The&nbsp;<a href="http://perldancer.org/">Dancer</a>&nbsp;framework is deliberately minimal in syntax and scope, but it also has a vibrant plugin ecosystem. Dancer particularly excels for smaller sites and applications, though good programmers can build larger things with it.</p><p>The first version of Dancer was easy to use. Dancer 2 continues that ease while improving the internals and robustness of applications.</p><h4>Mojolicious</h4><p>The&nbsp;<a href="http://mojolicio.us/">Mojolicious</a>&nbsp;(Mojo) framework has a real-time design based on high performance event handling. Its focus is solving new and interesting problems in simple and effective ways, and the project has produced a lot of new code that does old things in better ways.</p><p>In particular, Mojolicious goes to great lengths to support new web standards, such as CSS 3, web sockets, and HTTP 2.</p><p>Where Catalyst embraces the CPAN fully, Mojolicious by design provides most of what an average app might need in a single download. It's still fully compatible with the CPAN, but the intention is to provide good working defaults in a package that's easy to start with. Mojo's fans are quick to praise it as fun to develop.</p><p>A modern Perl web developer should be familiar with at least one of these frameworks.</p><h4>Modern Perl Storage Mechanisms</h4><p>Perl's venerable&nbsp;<a href="http://search.cpan.org/perldoc?DBI">DBI</a>&nbsp;module has been the focal point of database access since its invention. Its design allows it to provide the same interface to huge relational databases and flat files alike through its DBD extension mechanism. Yet the DBI by itself isn't the be-all, end-all of data storage and access in Perl.</p><h4>DBIx::Class</h4><p><a href="http://search.cpan.org/perldoc?DBIx::Class">DBIx::Class</a>&nbsp;sits on top of DBI to provide an API to your database based on the concept of queries and results. This is often sufficient to remove all but the most complicated of SQL from your code, leaving you to manipulate your business models instead of the small details of how a relational database works. The power and maintainability you receive is well the small cost of the learning curve.</p><p>Even better, DBIC can manage (and even generate) your database schema for you.</p><p>Recent versions of DBIC have demonstrated that a well-written ORM can perform much better than even clever hand-written code. Because it builds on the Perl DBI, it scales everywhere from SQLite to PostgreSQL, MySQL, Oracle, and more.</p><h3>Rose::DB</h3><p>The lesser-known but no less powerful&nbsp;<a href="http://search.cpan.org/perldoc?Rose::DB::Object">Rose::DB::Object</a>&nbsp;builds on&nbsp;<a href="http://search.cpan.org/perldoc?Rose::DB">Rose::DB</a>&nbsp;to provide an object-relational mapper for Perl. While its high level features most directly compare to those of DBIx::Class, it's often measurably faster.</p><h4>NoSQL on the CPAN</h4><p>Of course the&nbsp;<a href="http://search.cpan.org/">CPAN</a>&nbsp;has modules for almost any NoSQL database or job queue or persistence mechanism you could name, and several you have never heard of. Everything you need is a quick CPAN or cpanm away!</p><h4>Modern Perl Deployment Strategies</h4><p>In the early days of the web, deploying a Perl web application meant putting one or more&nbsp;<em>.cgi</em>&nbsp;or&nbsp;<em>.pl</em>&nbsp;files in a special directory and hoping that your system administrator had everything configured correctly. The execution model was often slow and cumbersome, and accessing shared resources such as databases was often tricky.</p><p>Modern Perl has better choices. While deployment strategies are the source of many arguments, the return on your investment from learning the modern way is impressive.</p><h4>Plack/PSGI</h4><p>The PSGI specification (as exemplified by&nbsp;<a href="http://plackperl.org/">Plack</a>) describes a strategy for building Perl web apps independent of server and with the possibility to share custom processing behaviors.</p><p>In other words, it's a standard for writing Perl apps to take advantage of the huge ecosystem of Perl development available on the CPAN without tying yourself to a server like Apache, Apache 2, nginx, or anything else.</p><p>Any good modern Perl web framework (including those listed here) supports PSGI. Several deployment mechanisms exist to meet various business needs which also support PSGI. In particular, you can deploy the same application with a local testing server on your own machine as you can to your production server or servers without changing your application at all.</p><h4>mod_perl</h4><p>The older but still viable mod_perl Apache httpd module embeds Perl into the web server. This was the first widespread persistence mechanism for Perl web applications themselves and it's still popular to this day, though PSGI compliance is often the choice for new development. (PSGI handlers to use mod_perl as the backend are available.)</p><p>Modern Perl developers should familiarize themselves with PSGI and the wealth of available Plack middleware.</p><h4>Perl Web Development</h4><p>Of course no discussion of Perl web development would be complete without mentioning the strength of the CPAN. Almost any project will benefit from the wealth of freely available libraries built to solve real problems. These distributions run the gamut from full-blown web frameworks and content management systems to APIs for web services, development tools, testing systems, and interfaces to document formats and external resources.</p><p>For example, if you need to write a web service which accepts JSON data and produces Excel spreadsheets, you can glue together a few CPAN distributions and get the job done early. If you need to consume XML from a remote service and emit a PDF, you're in luck.</p><p>Perl's prowess as a general purpose programming language as well as its flexibility and power in managing text and gluing systems together make it a wonderful fit for web development. The community's adoption of modern Perl standards such as PSGI and Plack only enhance your power.</p><p>Web application development in Perl is still viable, and modern Perl tools and techniques and libraries make it more powerful and pleasant than ever.</p></div>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/34552/edit-distance-application-in-bioinformatics</guid>
	<pubDate>Thu, 07 Dec 2017 08:46:51 -0600</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/34552/edit-distance-application-in-bioinformatics</link>
	<title><![CDATA[Edit distance application in bioinformatics !]]></title>
	<description><![CDATA[<p>There are other popular measures of&nbsp;<a href="https://en.wikipedia.org/wiki/Edit_distance" title="Edit distance">edit distance</a>, which are calculated using a different set of allowable edit operations. For instance,</p><ul>
<li>the&nbsp;<a href="https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance" title="Damerau&ndash;Levenshtein distance">Damerau&ndash;Levenshtein distance</a>&nbsp;allows insertion, deletion, substitution, and the&nbsp;<a href="https://en.wikipedia.org/wiki/Transposition_(mathematics)" title="Transposition (mathematics)">transposition</a>&nbsp;of two adjacent characters;</li>
<li>the&nbsp;<a href="https://en.wikipedia.org/wiki/Longest_common_subsequence_problem" title="Longest common subsequence problem">longest common subsequence</a>&nbsp;(LCS) distance allows only insertion and deletion, not substitution;</li>
<li>the&nbsp;<a href="https://en.wikipedia.org/wiki/Hamming_distance" title="Hamming distance">Hamming distance</a>&nbsp;allows only substitution, hence, it only applies to strings of the same length.</li>
<li>the&nbsp;<a href="https://en.wikipedia.org/wiki/Jaro_distance" title="Jaro distance">Jaro distance</a>&nbsp;allows only&nbsp;<a href="https://en.wikipedia.org/wiki/Transposition_(mathematics)" title="Transposition (mathematics)">transposition</a>.</li>
</ul><p>&nbsp;</p><pre><span>use</span> Text<span>::</span>Levenshtein <span>qw</span><span>(</span>distance<span>);</span>

 <span>print</span> <span>distance</span><span>(</span><span>"foo"</span><span>,</span><span>"four"</span><span>);</span>
 <span># prints "2"</span>

 <span>my</span> <span>@words</span>     <span>=</span> <span>qw</span><span>/ four foo bar /</span><span>;</span>
 <span>my</span> <span>@distances</span> <span>=</span> <span>distance</span><span>(</span><span>"foo"</span><span>,</span><span>@words</span><span>);</span>

 <span>print</span> <span>"@distances"</span><span>;</span>
 <span># prints "2 0 3"</span><br /><br /><br /></pre><pre><span>use</span> Algorithm<span>::</span>LCSS <span>qw</span><span>(</span> LCSS CSS CSS_Sorted <span>);</span>
    <span>my</span> <span>$lcss_ary_ref</span> <span>=</span> <span>LCSS</span><span>(</span> <span>\</span><span>@SEQ1</span><span>,</span> <span>\</span><span>@SEQ2</span> <span>);</span>  <span># ref to array</span>
    <span>my</span> <span>$lcss_string</span>  <span>=</span> <span>LCSS</span><span>(</span> <span>$STR1</span><span>,</span> <span>$STR2</span> <span>);</span>    <span># string</span>
    <span>my</span> <span>$css_ary_ref</span> <span>=</span> <span>CSS</span><span>(</span> <span>\</span><span>@SEQ1</span><span>,</span> <span>\</span><span>@SEQ2</span> <span>);</span>    <span># ref to array of arrays</span>
    <span>my</span> <span>$css_str_ref</span> <span>=</span> <span>CSS</span><span>(</span> <span>$STR1</span><span>,</span> <span>$STR2</span> <span>);</span>      <span># ref to array of strings</span>
    <span>my</span> <span>$css_ary_ref</span> <span>=</span> <span>CSS_Sorted</span><span>(</span> <span>\</span><span>@SEQ1</span><span>,</span> <span>\</span><span>@SEQ2</span> <span>);</span>  <span># ref to array of arrays</span>
    <span>my</span> <span>$css_str_ref</span> <span>=</span> <span>CSS_Sorted</span><span>(</span> <span>$STR1</span><span>,</span> <span>$STR2</span> <span>);</span>    <span># ref to array of strings<br /><br /><br /><br /></span></pre><p>There are many different modules on CPAN for calculating the edit distance between two strings. Here's just a selection.</p><p><a href="http://search.cpan.org/perldoc?Text%3A%3ALevenshteinXS">Text::LevenshteinXS</a>&nbsp;and&nbsp;<a href="http://search.cpan.org/perldoc?Text%3A%3ALevenshtein%3A%3AXS">Text::Levenshtein::XS</a>&nbsp;are both versions of the Levenshtein algorithm that require a C compiler, but will be a lot faster than this module.</p><p>The Damerau-Levenshtein edit distance is like the Levenshtein distance, but in addition to insertion, deletion and substitution, it also considers the transposition of two adjacent characters to be a single edit. The module&nbsp;<a href="http://search.cpan.org/perldoc?Text%3A%3ALevenshtein%3A%3ADamerau">Text::Levenshtein::Damerau</a>&nbsp;defaults to using a pure perl implementation, but if you've installed&nbsp;<a href="http://search.cpan.org/perldoc?Text%3A%3ALevenshtein%3A%3ADamerau%3A%3AXS">Text::Levenshtein::Damerau::XS</a>&nbsp;then it will be a lot quicker.</p><p><a href="http://search.cpan.org/perldoc?Text%3A%3AWagnerFischer">Text::WagnerFischer</a>&nbsp;is an implementation of the Wagner-Fischer edit distance, which is similar to the Levenshtein, but applies different weights to each edit type.</p><p><a href="http://search.cpan.org/perldoc?Text%3A%3ABrew">Text::Brew</a>&nbsp;is an implementation of the Brew edit distance, which is another algorithm based on edit weights.</p><p><a href="http://search.cpan.org/perldoc?Text%3A%3AFuzzy">Text::Fuzzy</a>&nbsp;provides a number of operations for partial or fuzzy matching of text based on edit distance.&nbsp;<a href="http://search.cpan.org/perldoc?Text%3A%3AFuzzy%3A%3APP">Text::Fuzzy::PP</a>&nbsp;is a pure perl implementation of the same interface.</p><p><a href="http://search.cpan.org/perldoc?String%3A%3ASimilarity">String::Similarity</a>&nbsp;takes two strings and returns a value between 0 (meaning entirely different) and 1 (meaning identical). Apparently based on edit distance.</p><p><a href="http://search.cpan.org/perldoc?Text%3A%3ADice">Text::Dice</a>&nbsp;calculates&nbsp;<a href="https://en.wikipedia.org/wiki/S%C3%B8rensen%E2%80%93Dice_coefficient">Dice's coefficient</a>&nbsp;for two strings. This formula was originally developed to measure the similarity of two different populations in ecological research.</p><pre><span>&nbsp;</span></pre>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40721/efs-an-ensemble-feature-selection-tool-implemented-as-r-package-and-web-application</guid>
	<pubDate>Tue, 28 Jan 2020 05:12:23 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40721/efs-an-ensemble-feature-selection-tool-implemented-as-r-package-and-web-application</link>
	<title><![CDATA[EFS: an ensemble feature selection tool implemented as R-package and web-application]]></title>
	<description><![CDATA[<p><span>The software EFS (Ensemble Feature Selection) makes use of multiple feature selection methods and combines their normalized outputs to a quantitative ensemble importance. Currently, eight different feature selection methods have been integrated in EFS, which can be used separately or combined in an ensemble.</span></p>
<p><a href="https://biodatamining.biomedcentral.com/articles/10.1186/s13040-017-0142-8">https://biodatamining.biomedcentral.com/articles/10.1186/s13040-017-0142-8</a></p><p>Address of the bookmark: <a href="http://efs.heiderlab.de/" rel="nofollow">http://efs.heiderlab.de/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/6268/project-fellow-national-institute-of-malaria-research</guid>
  <pubDate>Tue, 12 Nov 2013 07:40:51 -0600</pubDate>
  <link></link>
  <title><![CDATA[Project Fellow @ National Institute of Malaria Research]]></title>
  <description><![CDATA[
<p>National Institute of Malaria Research</p>

<p>Sector 8, Dwarka, Delhi -110077</p>

<p>WALK IN INTERVIEW</p>

<p>One position of project fellow is to be filled up in a DRL- funded research project on Molecular and morphological characterization of An. fluviatilis in North-eastern states and bordering areas. The position is purely temporary for one year and can be extended</p>

<p>Essential qualifications</p>

<p>Master’s degree in any branch of Life Sciences with hands on experience in molecular biology and/or bioinformatics.</p>

<p>Age limit: 28 years, (relaxation for SC/ST/OBC candidates as per government of India rules)</p>

<p>Stipend: Rs.12, 000.00 per month (fixed)</p>

<p>Eligible candidates may walk in for an interview on 15 November 2013 at 11 AM at the above mentioned address along with a copy of CV (with a passport size photograph affixed), photocopies of all mark sheets/certificates and originals (for verifications). No TA/DA will be paid for attending the interview .Registration of candidates will start at 10:00AM and end at 10:45 AM.</p>

<p>Advertisement: http://www.mrcindia.org/vacancy/add-4.doc</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/17751/jrf-in-bioinformatics-inmas-drdodelhi</guid>
  <pubDate>Wed, 01 Oct 2014 07:01:07 -0500</pubDate>
  <link></link>
  <title><![CDATA[JRF in Bioinformatics @ INMAS, DRDO,Delhi]]></title>
  <description><![CDATA[
<p>Institute of Nuclear Medicine and Allied Sciences (INMAS), Delhi under the aegis of Defence Research and Development Organisation (DRDO), is engaged in research and developmental work in radiation sciences, Neuro-Computing and Medical Image Processing. INMAS is looking for meritorious young researchers for pursuing research in the frontier areas at INMAS. The Institute invites applications from young and meritorious Indian nationals who are creative, have passion and desire to pursue R&amp;D in frontier areas. INMAS possesses ambience of a research cum academic institute coupled with an advanced R&amp;D infrastructure in a mission mode. It provides the best infrastructure, motivation and personality development prospects for talented students, dreaming of unparalleled success in their professional endeavors. INMAS provides state of the art research facilities for undertaking pioneering research with defence applications. </p>

<p>JRF (Maximum Tenure‐ Five Years: 2yrs as JRF and 3yrs  as SRF) 	<br />A first class Master’s Degree in Bioinformatics (likely 2 posts) 	<br />Around Rs 16,000/ Plus 30% HRA (as per rules of funding agency)</p>

<p>Applications are invited from candidates possessing the above qualifications. The upper age limit is as on the last date for receipt of application. (5 years relaxation to SC/ST candidates, 3 years to OBC candidates, and other entitled categories as per Govt rules). Actual No. of vacancies may vary.</p>

<p>Application form can be download from the website www.drdo.gov.in and E Mailed to inmashrd@gmail.com.<br />Last date to apply by email is 1700 hrs on 15 Oct 2014<br />Incomplete applications are liable to be rejected.<br />Confirmation will be sent to short-listed candidates through email only<br />Antecedents of selected candidates will be verified.<br />Written Test will be conducted from 0930-1030 hrs. Latecomers will not be considered.<br />Candidates will be required to produce certificates/testimonials in original at the time of interview.<br />It may please be noted that offer of Fellowship does not confer on fellows any right for absorption in DRDO.<br />Candidates should carry photocopy of Application form sent by email with them.<br />No TA/DA will be paid for attending interview &amp; on joining.<br />Last date to apply by email is 1700 hrs on 15 Oct 2014</p>

<p>More at http://drdo.gov.in/drdo/English/jrf29092014.pdf<br />http://drdo.gov.in/drdo/English/index.jsp?pg=inmas29092014.jsp</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/31523/research-associate-bioinformatics-recruitment-in-national-bureau-of-plant-genetic-resources</guid>
  <pubDate>Fri, 10 Mar 2017 06:50:51 -0600</pubDate>
  <link></link>
  <title><![CDATA[Research Associate Bioinformatics recruitment in National Bureau of Plant Genetic Resources]]></title>
  <description><![CDATA[
<p>Name of Project  : Indo-UK Centre for improvement of Nitrogen use efficiency in wheat Dr. Soma S. Marla, Pr. Scientist (Bioinformatics), Division of Genomic Resources, ICAR, NBPGR, ND. </p>

<p>No. of Post : 01</p>

<p>Qualification : A doctoral (Ph.D). Degree in Bioinformatics OR 1. Masters degree in Bioinformatics or Computer Sciences having 1st division or 60% marks or equivalent overall grade point with at least two years of research experience as evidenced from Fellowship/ Associate ship. 2. NET or equivalent national level examination qualification is essential for the candidates with 3+2 years (B.Sc.+ M.Sc) pattern. Desirable: Demonstrated experience &amp; skills in database design, management, UNIX OS, HPC environment inbased NGS data analysis. Experience substantiated by publications of high quality will be preferred.</p>

<p>Emoluments : Rs. 40,000 (Ph.D)/ Rs + 30 % HRA; 38,000 (Masters) Degree + 30 % HRA.<br />Hiring Process : Walk - In<br />Job Role: Research/JRF/SRF</p>

<p>Candidates should appear by 10.00 AM on 16.03.2016 for registration with relevant documents in the room B4, Bioinformatics Lab, ICAR.NBPGR. old campus, Inderpuri, New Delhi.</p>

<p>The candidates who wish to attend the walk-in interview are requested to bring with them five copies of the CV (one copy with photograph) as per the format given below. Also, the candidates should bring the original documents such as DOB, degree certificates, marks sheets, publications, thesis, experience certificate etc. for verification.</p>

<p>http://www.nbpgr.ernet.in/Downloadfile.aspx?EntryId=7284</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/29016/traineeshipstudentship-conducts-university-of-delhi-gargi-college</guid>
  <pubDate>Mon, 05 Sep 2016 03:45:58 -0500</pubDate>
  <link></link>
  <title><![CDATA[Traineeship/Studentship conducts University of Delhi (Gargi College)]]></title>
  <description><![CDATA[
<p>Traineeship/Studentship cunducts University of Delhi (Gargi College) on purely temporary for a period of six months.<br />Traineeship — 01 (one post)<br />Essential Qualification: Post Graduate degree in Bioinformatics or any other branch of Life Sciences preferably with dissertation in Bioinformatics. Desirable Qualification: Prior knowledge of programming languages such as C, VB, SQL etc. and software/database development<br />Studentship- 01 (one post)<br />Essential Qualifications: Final year Post Graduate students pursuing a degree in Bioinformatics or any branch of Life Science with knowledge of bioinformatics<br />Salary: Rs.8000/- p.m.<br />How to apply<br />Interested candidates are required to appear for the walk in interview on 14th. September, 2016 at 9.30 AM in Principal's Office, Gargi College, Sirifort Road, N. Delhi-110049</p>

<p>More at http://www.du.ac.in/du/index.php?mact=News,cntnt01,detail,0&amp;cntnt01articleid=12859&amp;cntnt01returnid=83</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/31520/research-associate-openings-at-iasri-india</guid>
  <pubDate>Fri, 10 Mar 2017 03:53:03 -0600</pubDate>
  <link></link>
  <title><![CDATA[Research Associate openings at IASRI, India]]></title>
  <description><![CDATA[
<p>Research Associate (RA) Two (2) </p>

<p>Ph.D. in Bioinformatics/ Agricultural Statistics/ Statistics/ Computer Science/ Computer Application or equivalent or Master’s in Bioinformatics/ Agricultural Statistics/ Statistics/ Computer Science/ Computer Application or equivalent with 4 years or 5 years of Bachelor’s degree having 1st Division or 60% marks or equivalent overall grade point average, with at least two years of research experience as evidenced from fellowship/ associateship/ training/ other engagements. </p>

<p>Knowledge in System Biology/ Statistical and computational Genomics/ Bioinformatics <br />Knowledge in computer programming, LINUX OS. <br />Expertise in use of R/other Bioinformatics software </p>

<p>More at http://iasri.res.in/employment/2017/cabin_advertisement_RA_SRF_YP_Mar2017.pdf</p>

<p>Phenomics of Moisture Deficit Stress Tolerance and Nitrogen Use December 31, 2019 </p>

<p>Research Associate (RA) Two (2) </p>

<p>Ph.D. in Bioinformatics/ Agricultural Statistics/ Statistics/ Computer Science/ Computer Application or equivalent or System Administrator/ Computer expert for database development, development of phenome data bank and virtual phenomics facility, data archiving and Efficiency in Rice and Wheat-Phase II (Funded by National Agricultural Science Fund, ICAR) Master’s in Bioinformatics/ Agricultural Statistics/ Statistics/ Computer Science/ Computer Application or equivalent with 4 years or 5 years of Bachelor’s degree having 1st Division or 60% marks or equivalent overall grade point average, with at least two years of research experience as evidenced from fellowship/ associateship/ training/ other engagements. maintenance; Development of image analysis algorithms, APIs and IAPs. </p>

<p>Knowledge in System Biology/ Statistical and computational Genomics/ Bioinformatics <br />Knowledge of programming in LINUX/R/Perl/JAVA/PHP/JSP and use of various software &amp; tools. <br />December 31, 2019 </p>

<p>Ph.D. in Bioinformatics/ Agricultural Statistics/ Statistics/ Computer Science / Computer Application or equivalent or Master’s in Bioinformatics/ Agricultural Statistics/ Statistics/ Computer Science/ Computer Application or equivalent with 4 years or 5 years of Bachelor’s degree having 1st Division or 60% marks or equivalent overall grade point average, with at least two years of research experience as evidenced from fellowship/ associateship/ training/ other engagements. </p>

<p>Knowledge of Statistical and Computational Genomics/ Bioinformatics. <br />Knowledge of programming in LINUX/R/Perl/JAVA/PHP/JSP and use of various software &amp; tools. <br />March 31, 2020</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/42187/scientist-b-at-aiims-new-delhi-delhi</guid>
  <pubDate>Thu, 03 Sep 2020 07:04:11 -0500</pubDate>
  <link></link>
  <title><![CDATA[Scientist B at AIIMS, New Delhi, Delhi]]></title>
  <description><![CDATA[
<p>Scientist B at AIIMS, New Delhi, Delhi</p>

<p>Overview<br />Applications are invited from eligible candidates for the following position under Meity funded research project entitled: Artifical Intelligence in Oncology, Harnsessing big data and advanced computing to provide personalized diganosis and treatment for cancer patients purely on contractual basis</p>

<p>Scientist B</p>

<p>Salary: Rs.80,000/-</p>

<p>Qualification: 1st Class Masters Degree in Bioinformatics/ Computer Science/ Statistics with Ph.D in relevant subject from a recognized University with experience in Machine learning/ AI project plus two years research experience</p>

<p>Age: Upto 40 years</p>

<p>Details<br />Experience:2 Years<br />Location:New Delhi<br />Education:1st Class Masters Degree<br />SALARY: Rs.80,000/-<br />Key Skills: Research Fellowship<br />Desired Profile<br />Two years research experience</p>

<p>Company: AIIMS<br />All India Institute of Medical Sciences, New Delhi is a medical school, hospital and public medical research university</p>

<p>More at https://www.aiims.edu/en/notices/recruitment/aiims-recruitment.html?id=10844<br />PDF https://www.aiims.edu/images/pdf/recruitment/advertisement/Post_BioChem_22_08_20.PDF</p>
]]></description>
</item>

</channel>
</rss>