<?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/42141?offset=290</link>
	<atom:link href="https://bioinformaticsonline.com/related/42141?offset=290" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/11107/the-minerva-research-group-for-bioinformatics</guid>
  <pubDate>Tue, 27 May 2014 15:48:14 -0500</pubDate>
  <link></link>
  <title><![CDATA[The Minerva Research Group for Bioinformatics]]></title>
  <description><![CDATA[
<p>The focus of the bioinformatics group is to use computational approaches to gain an insight into genome evolution in primates.</p>

<p>http://www.eva.mpg.de/genetics/bioinformatics/overview.html?Fsize=0%2C%20%40%2F%27</p>

<p>Kelso Group<br />Department of Evolutionary Genetics<br />Max Planck Institute for Evolutionary Anthropology<br />Deutscher Platz 6<br />04103 Leipzig<br />Germany<br />Phone: +49 341 3550 500</p>

<p>Job: <br />http://www.eva.mpg.de/genetics/bioinformatics/jobs.html?Fsize=0%2C%2B%40</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/36647/bioinformatics-jobs-at-nibmg</guid>
  <pubDate>Wed, 16 May 2018 02:57:15 -0500</pubDate>
  <link></link>
  <title><![CDATA[Bioinformatics jobs at NIBMG]]></title>
  <description><![CDATA[
<p>NIBMG are looking for bright and motivated people in our big projects on cutting edge biomedical genomics research</p>

<p>http://www.nibmg.ac.in/academic/SyMeC-ICGC/SyMeC%20&amp;%20ICGC_May%202018.pdf</p>

<p>http://www.nibmg.ac.in/academic/plp/15_05_2018/AdvertisementMay2018.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/11582/monitor-running-jobs-on-linux-server</guid>
	<pubDate>Fri, 06 Jun 2014 16:18:43 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/11582/monitor-running-jobs-on-linux-server</link>
	<title><![CDATA[Monitor running jobs on Linux server]]></title>
	<description><![CDATA[<p>You as a bioinformatican run lots of program on your servers. Sometime the shared server is also used by your colleague. If server is busy you sometime need to check the running programs and want to monitor the running programs as well. The "top" command will come in handy when you need to find out if things are still running, how long they&rsquo;ve been running, or how much memory is being used.<br /><br />&lsquo;top&rsquo; is very simple to run: type<br /><br />%% top<br /><br />You&rsquo;ll get a screen that looks like this, and is updated regularly:<br /><br /><img src="http://bioinformaticsonline.com/mod/photo/top.png" width="659" height="582" alt="image" style="border: 0px;"><br />Simple, right? Heh.<br /><br />First! Note that you can use &lsquo;q&rsquo; or &lsquo;CTRL-C&rsquo; to exit from &lsquo;top&rsquo;.<br /><br />Now let&rsquo;s read and understand at each line independently.<br /><br />The first line:<br /><br />top - 23:00:48 up 39 days,&nbsp; 2 user,&nbsp; load average: 0.00, 0.00, 0.00<br /><br />The first line tells you the current time, how long the machine has been up, how many users are logged in, and the short/medium/long-term compute load on the machine. If you run something for a long time, you&rsquo;ll see these numbers go up. Right now, the machine is basically just sitting there, so these are all close to 0.<br /><br />The second line:</p><p>Tasks:&nbsp; 239 total,&nbsp;&nbsp; 1 running,&nbsp; 238 sleeping,&nbsp;&nbsp; 0 stopped,&nbsp;&nbsp; 0 zombie<br /><br />This line tells you how many processes are running. If you are using laptops machines it&rsquo;s not so interesting because you really are the only one using this machine.<br /><br />Cpu(s):&nbsp; 0.0%us,&nbsp; 0.0%sy,&nbsp; 0.0%ni,100.0%id,&nbsp; 0.0%wa,&nbsp; 0.0%hi,&nbsp; 0.0%si,&nbsp; 0.0%st<br /><br />This line contains the CPU load. The first two numbers are how busy the system is doing computation (&ldquo;us&rdquo; stands for &ldquo;user&rdquo;) and how busy the system is doing system-y things like accessing disks or network (&ldquo;sy&rdquo; stands for &ldquo;system&rdquo;). We&rsquo;ll talk more about this later.<br /><br />Mem:&nbsp;&nbsp; 49457320k total,&nbsp;&nbsp;&nbsp; 3492174k used,&nbsp; 14535596k free,&nbsp;&nbsp;&nbsp; 1435148k buffers<br /><br />This should be easy to understand &ndash; how much memory you&rsquo;re using! <br /><br />Swap:&nbsp;&nbsp; 539356k total,&nbsp;&nbsp; 28332k used,&nbsp;&nbsp; 836562k free,&nbsp;&nbsp;&nbsp; 29862014k cached<br /><br />Swap is just on-disk memory that can be used to &ldquo;swap&rdquo; out programs from main memory. Again, we&rsquo;ll talk about this later.:<br /><br />PID USER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PR&nbsp; NI&nbsp; VIRT&nbsp; RES&nbsp; SHR S %CPU %MEM&nbsp;&nbsp;&nbsp; TIME+&nbsp; COMMAND<br />&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 39 &nbsp; 19&nbsp; 0&nbsp; 0&nbsp; 0 S&nbsp; 0.0&nbsp; 0.0&nbsp;&nbsp; 246:57.22 kipmi0<br />&nbsp; 2 root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RT&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 0 S&nbsp; 0.0&nbsp; 0.0&nbsp;&nbsp; 0:00.00 migration/0<br /><br />And... finally! What&rsquo;s actually running! The two most important numbers are the %CPU and %MEM towards the right, as well as the COMMAND. This tells you how compute- and memory-intensive your program is. Right now, nothing&rsquo;s running so the numbers aren&rsquo;t very interesting, but just wait until we run something...</p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/40577/computational-biology-summer-research-programme</guid>
  <pubDate>Mon, 20 Jan 2020 23:38:44 -0600</pubDate>
  <link></link>
  <title><![CDATA[Computational Biology Summer Research Programme]]></title>
  <description><![CDATA[
<p>IMSc has a limited programme for highly motivated bachelors and masters students interested in research in the areas of Theoretical Physics, Mathematics, Theoretical Computer Science and Computational Biology to visit the Institute over their summer vacation. In addition, IMSc also accepts students through the summer program organized by the joint Indian Academies of Science.<br />General Structure<br />This is a limited programme, depending on the availability of infrastructure and faculty advisors. We typically select about 25 students across disciplines although this number varies a bit from year to year. These visits typically span 6-8 weeks during the summer (May-July). There is also a provision for a 4-6 month visit, typically during January-April or August-November for extended project work.</p>

<p>Qualifications<br />Students currently in their pre-final or final year of BSc/BE/BTech or first year MSc/ME/MTech or equivalent with a good academic record are encouraged to apply through IMSc's formal application process.</p>

<p>To apply through the summer program jointly organized by the Academies of Science, please check the Indian Academy of Sciences for their application process: http://web-japps.ias.ac.in:8080/fellowship2018/index.html.<br />Stipend<br />Selected students will be paid 2nd class round trip train fare plus Rs.200 per diem. Accommodation will be provided in the hostel during summer, subject to availability. Since our ability to provide accomodation is often limited, we suggest that students also explore alternative possibilities for stay in Chennai. Accommodation will not be provided for longer visits.</p>

<p>Application Process<br />To apply for our summer programs please follow the instructions for the respective fields:<br />Theoretical Physics<br />Mathematics<br />Theoretical Computer Science<br />Computational Biology</p>

<p>Other information<br />If you have more questions about our application procedures, about your eligibility or simply about life and work at IMSc, do write to any of the faculty members listed on our home page.</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/videolist/watch/11355/genomics-and-personalized-medicine-breakthroughs</guid>
	<pubDate>Sun, 01 Jun 2014 23:40:14 -0500</pubDate>
	<link>https://bioinformaticsonline.com/videolist/watch/11355/genomics-and-personalized-medicine-breakthroughs</link>
	<title><![CDATA[Genomics and Personalized Medicine Breakthroughs]]></title>
	<description><![CDATA[<iframe width="" height="" src="https://www.youtube-nocookie.com/embed/VAR-1vNc0TE" frameborder="0" allowfullscreen></iframe>http://bit.ly/e8QGzY Human genome mapping is now enabling a breakthrough in medical innovation -- personalized medicine. What does this mean for patients? We can now identify predispositions to disease, predict how we metabolize drugs, and figure out what kinds of treatments we may respond to, and even determine when a drug may give us an adverse reaction. All medical specialties benefit from human genome intelligence -- oncology saw the first impacts -- but advances are now being seen in cardiology, obstetrics and gynecology, pediatric diseases, gastroenterology, rheumatology, immunology and other areas. This video covers the areas that genetic medicine is impacting and where the future of genomic medicine is heading.]]></description>
	
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44756/phd-hunt-your-gateway-to-nordic-academic-opportunities</guid>
	<pubDate>Thu, 02 Jan 2025 19:55:22 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44756/phd-hunt-your-gateway-to-nordic-academic-opportunities</link>
	<title><![CDATA[PhD Hunt: Your Gateway to Nordic Academic Opportunities]]></title>
	<description><![CDATA[<p>Embarking on a PhD journey is a transformative step in academia. To ease this transition, we brings you a curated list of top resources and institutions across Denmark, Sweden, Norway, and Finland. These links will guide you through finding opportunities and navigating the academic landscape in the Nordic region.</p><p><strong>PhD Opportunities in Denmark Denmark boasts a robust academic infrastructure with world-class universities. Here are some essential resources:</strong></p><p>Study in Denmark: <a>https://studyindenmark.dk</a></p><p>Aarhus University: <a>https://phd.au.dk</a></p><p>Euraxess Denmark: <a>https://euraxess.dk</a></p><p>Technical University of Denmark (DTU): <a>https://dtu.dk</a></p><p>University of Copenhagen: <a>https://phd.ku.dk</a></p><p>Copenhagen Business School: <a>https://cbs.dk</a></p><p>Jobindex: <a>https://jobindex.dk</a></p><p>Roskilde University: <a>https://ruc.dk</a></p><p>University of Southern Denmark: <a>https://sdu.dk</a></p><p>Academic Positions Denmark: <a>https://academicpositions.dk</a></p><p><strong>PhD Opportunities in Sweden Sweden is renowned for its innovation-driven academic culture. Here&rsquo;s where you can find opportunities:</strong></p><p>FindAPhD Sweden: <a>https://findaphd.com/phds/sweden</a></p><p>Euraxess Sweden: <a>https://euraxess.se</a></p><p>Academic Positions Sweden: <a>https://academicpositions.se</a></p><p>KTH Royal Institute of Technology: <a>https://kth.se</a></p><p>Lund University: <a>https://lu.se</a></p><p>Uppsala University: <a>https://uu.se</a></p><p>Chalmers University of Technology: <a>https://chalmers.se</a></p><p>Link&ouml;ping University: <a>https://liu.se</a></p><p>Stockholm University: <a>https://su.se</a></p><p>Swedish University of Agricultural Sciences (SLU): <a>https://slu.se</a></p><p>Study in Sweden: <a>https://studyinsweden.se</a></p><p>Malm&ouml; University: <a>https://mau.se</a></p><p><strong>PhD Opportunities in Norway Norway offers unique research opportunities, complemented by its stunning natural landscapes:</strong></p><p>JobbNorge: <a>https://jobbnorge.no</a></p><p>Euraxess Norway: <a>https://euraxess.no</a></p><p>University of Oslo: <a>https://uio.no</a></p><p>Norwegian University of Science and Technology (NTNU): <a>https://ntnu.edu</a></p><p>Norwegian Business School (BI): <a>https://bi.edu</a></p><p>Norwegian School of Economics: <a>https://nhh.no</a></p><p>Norwegian University of Life Sciences (NMBU): <a>https://nmbu.no</a></p><p>Norwegian School of Sport Sciences: <a>https://nih.no</a></p><p>University of Bergen: <a>https://uib.no</a></p><p>Nord University: <a>https://nord.no</a></p><p>UiT The Arctic University of Norway: <a>https://uit.no</a></p><p><strong>PhD Opportunities in Finland Finland&rsquo;s education system emphasizes research excellence and innovation. Explore these resources</strong>:</p><p>FindAPhD Finland: <a>https://findaphd.com/phds/finland</a></p><p>Euraxess Finland: <a>https://euraxess.fi</a></p><p>University of Helsinki: <a>https://helsinki.fi</a></p><p>Aalto University: <a>https://aalto.fi</a></p><p>University of Turku: <a>https://utu.fi</a></p><p>Tampere University: <a>https://tuni.fi</a></p><p>University of Eastern Finland: <a>https://uef.fi</a></p><p>University of Jyv&auml;skyl&auml;: <a>https://jyu.fi</a></p><p>&Aring;bo Akademi University: <a>https://abo.fi</a></p><p>Hanken School of Economics: <a>https://hanken.fi</a></p><p>LUT University: <a>https://lut.fi</a></p><p>Conclusion The Nordic countries offer exceptional opportunities for PhD aspirants. From top-ranked universities to specialized research institutions, the possibilities are endless. Bookmark PhD Hut as your starting point, and let these resources guide you to your academic aspirations.</p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/11441/assistant-professor-in-bioinformatics-at-dr-d-y-patil-biotechnology-bioinformatics-institute</guid>
  <pubDate>Tue, 03 Jun 2014 19:54:15 -0500</pubDate>
  <link></link>
  <title><![CDATA[Assistant Professor 	in Bioinformatics at Dr. D. Y. Patil Biotechnology &amp; Bioinformatics Institute]]></title>
  <description><![CDATA[
<p>Dr. D. Y. Patil Biotechnology &amp; Bioinformatics Institute <br />Tathawade, Pune 411033.</p>

<p>Assistant Professor 	in Bioinformatics </p>

<p>Essential :<br />First Class Master’s Degree in the appropriate branch of Life Sciences / Technology (Tech.)<br />OR<br />Ph.D in Life Sciences or in the respective subject area of specialization<br />OR<br />Good Academic record with at least 55% marks (or an equivalent grade) at the Master’s Degree level, in the relevant subject or an equivalent degree from an Indian / Foreign University.<br />Besides fulfilling the above qualifications, candidates should have cleared the eligibility test (NET) for lecturers conducted by the UGC, CSIR or similar test accredited by the UGC and as per the requirements of UGC guidelines.</p>

<p>Desirable :<br />Teaching, research industrial and/or professional experience in a reputed organization. <br />Papers presented at Conferences and/or in refereed journals</p>

<p>Note : Application are invited in prescribed form Click here for Application Form<br />Kindly send your applications to “Registrar, Dr. D. Y. Patil Vidyapeeth, Pune, Sant Tukaram Nagar, Pimpri, Pune – 411018., Maharashtra, India.” should reach in the University office within 15 days from the publication.</p>

<p>More Info: http://www.dpu.edu.in/BiotechResearchPositions.aspx</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/40868/inrae-organises-open-competitions-to-recruit-research-scientists-on-permanent-positions</guid>
  <pubDate>Sun, 02 Feb 2020 23:08:36 -0600</pubDate>
  <link></link>
  <title><![CDATA[INRAE organises open competitions to recruit research scientists on permanent positions.]]></title>
  <description><![CDATA[
<p>Each year, INRAE organises open competitions to recruit research scientists on permanent positions. The recruitment campaign is generally aimed at researchers who have recently obtained their PhD. Candidates are recruited on the basis of their scientific competence which they will put to the service of INRAE's major research axes by responding to a research topic. Candidates must have published articles on the results of their PhD.</p>

<p>Campaign calendar:</p>

<p>- Opening date for applications: January 30, 2020<br />- Deadline for applications: March 5, 2020<br />- Pre-selections: April-May 2020<br />- Final selections: May-June 2020<br />- Starting date for appointments: from September 2020</p>

<p>More at https://jobs.inrae.fr/en/open-competitions/open-competions-research-scientists-crcn</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/11656/faculty-post-at-zhejiang-university</guid>
  <pubDate>Tue, 10 Jun 2014 03:40:40 -0500</pubDate>
  <link></link>
  <title><![CDATA[Faculty post at Zhejiang University]]></title>
  <description><![CDATA[
<p>Zhejiang University (ZJU) is seeking faculty candidates for its newly launched, highly competitive and well funded “Hundred Talents Program”. This search covers all colleges and departments at ZJU. Applicants, expected to be about 35 years old, should hold PhD degree, and postdoctoral experiences are preferred for applicants in most fields. Applicants should have demonstrated commitment to excellence in teaching and research at a level comparable to the academic achievement of assistant professor or associate professor in world-renowned universities. Successful candidates must work full-time and are expected to establish internationally competitive and independent research program in cutting-edge areas of the relevant field at ZJU.</p>

<p>As one of the leading research-intensive universities in China, ZJU is located in the beautiful city of Hangzhou. Successful candidates will be employed as Principal Investigators and are qualified to supervise doctoral students. ZJU will offer an internationally competitive salary and the opportunity to purchase university's apartment at a price much lower than the market price, and will provide office and laboratory spaces as well as internationally competitive research startup packages.</p>

<p>Qualified applicants are strongly encouraged to submit their applications electronically to tr@zju.edu.cn. Applicants should include the following materials in pdf format: a comprehensive CV, a statement of research and teaching plan, and a list of 3 to 5 references with detailed contact information.</p>

<p>Contact：Talents Office, ZJU</p>

<p>Tel：+86-571-88981345, +86-571-88981390</p>

<p>Fax：+86-571-88981976</p>

<p>E-mail:tr@zju.edu.cn</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/11592/xampp-starting-apache-fail-ubuntu</guid>
	<pubDate>Sat, 07 Jun 2014 05:52:35 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/11592/xampp-starting-apache-fail-ubuntu</link>
	<title><![CDATA[XAMPP: Starting Apache fail Ubuntu]]></title>
	<description><![CDATA[<p>Once you install XAMMP on linux, the most common problem you face is Apache failure. To fix the issues please use following command to first stop and then again start it.</p><p>sudo /etc/init.d/apache2 stop</p><p>sudo /etc/init.d/mysql stop</p><p>sudo /etc/init.d/proftpd stop</p><p>sudo /opt/lampp/lampp start</p><p>&nbsp;</p><p><strong>PhpMyAdmin &ldquo;Wrong permissions on configuration file, should not be world writable!&rdquo;</strong></p><p>Once the Xammp is installed, it might be possible to set up the configuration file in writable mode. Try the following steps:</p><p>Just chmod 0755 the file</p><pre>sudo chmod 0755 config.inc.php</pre>]]></description>
	<dc:creator>Ram Yash Pal</dc:creator>
</item>

</channel>
</rss>