<?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/30831?offset=240</link>
	<atom:link href="https://bioinformaticsonline.com/related/30831?offset=240" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44707/rna-seq-analysis-a-guide-for-bioinformaticians</guid>
	<pubDate>Sat, 07 Dec 2024 22:22:24 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44707/rna-seq-analysis-a-guide-for-bioinformaticians</link>
	<title><![CDATA[RNA-Seq Analysis: A Guide for Bioinformaticians]]></title>
	<description><![CDATA[<p>RNA sequencing (RNA-Seq) has revolutionized transcriptomics, offering unprecedented insights into gene expression, splicing, and transcript diversity. For bioinformaticians, RNA-Seq analysis is a gateway to exploring the complexity of RNA biology and its implications in health and disease. This blog post provides an overview of RNA-Seq analysis, key computational steps, and tools for bioinformaticians eager to delve into this powerful technique.</p><h3>What is RNA-Seq?</h3><p>RNA-Seq is a next-generation sequencing (NGS) technology used to study the transcriptome&mdash;the complete set of RNA molecules in a cell. It quantifies gene expression, detects novel transcripts, and captures alternative splicing events with high sensitivity and resolution.</p><h3>Workflow for RNA-Seq Analysis</h3><p>RNA-Seq analysis involves several stages, each requiring computational tools and expertise.</p><h4>1. <strong>Experimental Design and Data Acquisition</strong></h4><p>Before diving into analysis, bioinformaticians should consider:</p><ul>
<li><strong>Biological Replicates</strong>: Ensure statistical power to detect meaningful differences.</li>
<li><strong>Sequencing Depth</strong>: Align sequencing depth to study objectives (e.g., higher depth for low-abundance transcripts).</li>
<li><strong>Paired-End vs. Single-End</strong>: Paired-end sequencing provides more detailed information on transcript structure.</li>
</ul><p>Once sequencing is complete, raw data is provided in FASTQ format, containing sequence reads and quality scores.</p><h4>2. <strong>Quality Control and Preprocessing</strong></h4><p>Quality control (QC) ensures data integrity. Tools such as <strong>FastQC</strong> evaluate metrics like base quality, GC content, and adapter contamination.</p><p><strong>Preprocessing Steps</strong>:</p><ul>
<li><strong>Trimming</strong>: Tools like <strong>Trimmomatic</strong> or <strong>Cutadapt</strong> remove low-quality bases and adapter sequences.</li>
<li><strong>Filtering</strong>: Discard reads below a certain quality threshold or length.</li>
</ul><h4>3. <strong>Read Alignment</strong></h4><p>Reads are mapped to a reference genome or transcriptome to determine their origin. Alignment tools include:</p><ul>
<li><strong>HISAT2</strong>: Handles large genomes efficiently and supports spliced alignments.</li>
<li><strong>STAR</strong>: High-speed aligner optimized for RNA-Seq.</li>
<li><strong>Bowtie2</strong>: Suitable for short-read alignment.</li>
</ul><p><strong>Output</strong>: A SAM/BAM file containing aligned reads.</p><h4>4. <strong>Transcript Assembly and Quantification</strong></h4><p>This step involves identifying transcripts and quantifying their expression levels. Tools used include:</p><ul>
<li><strong>StringTie</strong>: Assembles and quantifies transcripts from aligned reads.</li>
<li><strong>Salmon/Kallisto</strong>: Perform pseudo-alignment for rapid and accurate quantification.</li>
</ul><p>Expression levels are typically measured as TPM (transcripts per million) or FPKM (fragments per kilobase of transcript per million mapped reads).</p><h4>5. <strong>Differential Expression Analysis</strong></h4><p>To identify genes with altered expression between conditions, bioinformaticians use tools such as:</p><ul>
<li><strong>DESeq2</strong>: Accounts for data normalization and variability.</li>
<li><strong>edgeR</strong>: Handles overdispersed count data efficiently.</li>
<li><strong>Limma-voom</strong>: Combines linear modeling with RNA-Seq count data.</li>
</ul><p>The output includes a list of differentially expressed genes (DEGs) with statistical significance and fold-change values.</p><h4>6. <strong>Functional Annotation and Pathway Analysis</strong></h4><p>Understanding the biological significance of DEGs involves:</p><ul>
<li><strong>Gene Ontology (GO) Analysis</strong>: Tools like <strong>DAVID</strong> or <strong>clusterProfiler</strong> categorize genes based on their biological functions.</li>
<li><strong>Pathway Enrichment Analysis</strong>: Identifies pathways enriched in DEGs using tools like <strong>KEGG</strong>, <strong>Reactome</strong>, or <strong>GSEA</strong>.</li>
</ul><h4>7. <strong>Visualization</strong></h4><p>Visualizing results enhances interpretability. Common visualizations include:</p><ul>
<li><strong>Heatmaps</strong>: Show expression patterns across samples (e.g., <strong>pheatmap</strong>).</li>
<li><strong>Volcano Plots</strong>: Highlight significant DEGs (e.g., <strong>ggplot2</strong>).</li>
<li><strong>PCA/UMAP</strong>: Assess sample clustering and variability (e.g., <strong>Seurat</strong>).</li>
</ul><h3>Challenges in RNA-Seq Analysis</h3><ol>
<li><strong>Batch Effects</strong>: Technical variability can confound biological signals. Combat this with normalization techniques or batch-correction tools like <strong>ComBat</strong>.</li>
<li><strong>Low-Quality Samples</strong>: Poor-quality RNA impacts downstream analyses.</li>
<li><strong>Computational Complexity</strong>: RNA-Seq generates massive datasets, requiring robust computing resources and optimized pipelines.</li>
</ol><h3>Key Tools and Resources</h3><ul>
<li><strong>Bioconductor</strong>: A treasure trove of R packages for RNA-Seq analysis.</li>
<li><strong>Galaxy</strong>: A web-based platform for running RNA-Seq workflows.</li>
<li><strong>Nextflow/Snakemake</strong>: Workflow management tools to streamline analyses.</li>
</ul><h3>Applications of RNA-Seq</h3><p>RNA-Seq is used in diverse research areas, including:</p><ul>
<li><strong>Cancer Transcriptomics</strong>: Identifying tumor-specific expression profiles.</li>
<li><strong>Developmental Biology</strong>: Studying dynamic transcriptome changes.</li>
<li><strong>Drug Discovery</strong>: Screening genes modulated by therapeutic compounds.</li>
</ul><h3>Conclusion</h3><p>RNA-Seq analysis is a cornerstone of modern transcriptomics, offering bioinformaticians a versatile toolkit for unraveling gene expression and regulation. Mastering RNA-Seq workflows and tools empowers researchers to transform raw sequencing data into biological discoveries.</p><p>Whether you&rsquo;re investigating disease mechanisms, exploring cellular pathways, or developing new therapeutics, RNA-Seq is a powerful ally in your bioinformatics arsenal.</p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/4947/experimental-scientific-officer-bioinformatics</guid>
  <pubDate>Fri, 27 Sep 2013 11:09:44 -0500</pubDate>
  <link></link>
  <title><![CDATA[Experimental Scientific Officer (Bioinformatics)]]></title>
  <description><![CDATA[
<p>Closing Date:  8 October 2013</p>

<p>Salary:   £27,854 - £29,541, with progression to £36,298</p>

<p>You will perform cutting edge computational biology within the Faculty of Medical Sciences, with a particular focus on the Northern Institute for Cancer Research (NICR), and contribute to the delivery of Faculty wide programmes of training, analytical services and skill transfer between Faculty Institutes.</p>

<p>You will have a relevant first degree or equivalent qualifications and/or experience in a relevant scientific/technical role, together with previous specialist experience at a senior level in bioinformatics. A PhD is desirable.</p>

<p>This position is part of the Bioinformatics Support Unit but physically located for the majority of the time in the NICR buildings.</p>

<p>Tenable for three years.</p>

<p>Informal enquiries to unit head Dr Simon Cockell: 0191 222 7253; simon.cockell@ncl.ac.uk</p>

<p>For more information visit @ https://www15.i-grasp.com/fe/tpl_newcastle02.asp?s=4A515F4E5A565B1A&amp;jobid=50667,2552984041&amp;key=70203469&amp;c=725434237887&amp;pagestamp=sepghtjhowdqpsxuyn</p>

<p>You can also find several other jobs @http://bsu.ncl.ac.uk/support/recruitment/</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/44741/bioinformatician-in-pipeline-development</guid>
  <pubDate>Tue, 17 Dec 2024 23:43:54 -0600</pubDate>
  <link></link>
  <title><![CDATA[Bioinformatician in pipeline development]]></title>
  <description><![CDATA[
<p>Are you interested in working with pipeline development in bioinformatics, with the support of competent and friendly colleagues in an international environment? Are you looking for an employer that invests in sustainable employeeship and offers safe, favourable working conditions? We welcome you to apply for a position as Bioinformatician in pipeline development at Uppsala University.</p>

<p>National Bioinformatics Infrastructure Sweden (NBIS) (nbis.se) plays an important role in advancing life science research in Sweden by providing expert support and developing cutting-edge bioinformatics infrastructure. Operating as a truly national initiative, NBIS employs more than 120 bioinformaticians, system developers, and data stewards across multiple locations in Sweden. It serves as the bioinformatics platform at SciLifeLab, a national resource that facilitates research in molecular biosciences by offering access to state-of-the-art technologies and technical expertise. With strong ties to data-producing facilities and ongoing collaborations with leading research groups, NBIS is ideally positioned to support world-class bioinformatics analyses. Furthermore, NBIS is the Swedish node in ELIXIR, the European infrastructure for biological information.</p>

<p>NBIS is seeking an experienced bioinformatician to support both Swedish and international projects. As part of our dynamic team, you will work closely with researchers to process large-scale biological data and contribute to advancing our data analysis infrastructure. Strong problem-solving skills, attention to detail, and the ability to troubleshoot complex bioinformatics pipelines are essential for success in this role. Flexibility and a willingness to learn are also important, as NBIS continually adapts to meet the evolving needs of the Swedish research community.</p>

<p>More at https://www.uu.se/en/about-uu/join-us/jobs-and-vacancies/job-details?query=778701</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/5220/paolo-ruggerone-lab</guid>
  <pubDate>Tue, 01 Oct 2013 14:15:53 -0500</pubDate>
  <link></link>
  <title><![CDATA[Paolo Ruggerone Lab]]></title>
  <description><![CDATA[
<p>Efflux pumps (RND family)</p>

<p>Functioning of efflux systems in Gram-negative bacteria<br />Determinants of the compound-efflux system interactions<br />Action of inhibitors on efflux systems<br />Structural and dynamical features of the efflux systems</p>

<p>TatA<br />Assembly of the TatA system<br />Study of the dynamical features of the charge zipper</p>

<p>Methods<br />Setup of a kinetic Monte Carlo (KMC) scheme to study the flux of antibiotics through porins and efflux systems<br />Setup of protocol to integrate MD results in a ligand-based approach</p>

<p>Viral inhibitors<br />Interactions of selected compounds with RNA-dependent RNA polymerases (RdRps) of HCV and BVDV<br />Assessment of the role of mutations in RdRps<br />Antimicrobial peptides</p>

<p>Interactions of antimicrobial peptides with membranes: structure and dynamics<br />Interactions between antimicrobial peptides in the presence of different membranes<br />Protein-protein interactions<br />Effects of mutations</p>

<p>Lab Page<br />http://www.dsf.unica.it/~paolo/Site/Home.html</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44760/the-future-of-bioinformatics-innovations-and-opportunities</guid>
	<pubDate>Mon, 20 Jan 2025 12:44:53 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44760/the-future-of-bioinformatics-innovations-and-opportunities</link>
	<title><![CDATA[The Future of Bioinformatics: Innovations and Opportunities]]></title>
	<description><![CDATA[<p>Bioinformatics, the interdisciplinary field that merges biology, computer science, and statistics, has transformed the way we understand biological systems. As we stand at the cusp of a new era in scientific discovery, the future of bioinformatics promises even greater advancements, powered by cutting-edge technologies and a growing understanding of life&rsquo;s complexities.</p><h4>1. Big Data and Bioinformatics</h4><p>The exponential growth in biological data, driven by advancements in sequencing technologies and high-throughput experiments, has made bioinformatics an indispensable tool. By 2030, we anticipate:</p><ul>
<li>
<p><strong>Petabyte-Scale Data Management</strong>: Enhanced storage solutions and cloud computing platforms will allow researchers to handle the vast amounts of data generated from omics studies, including genomics, transcriptomics, and proteomics.</p>
</li>
<li>
<p><strong>AI and Machine Learning Integration</strong>: Sophisticated algorithms will uncover patterns and relationships in large datasets, enabling predictions about gene function, disease susceptibility, and therapeutic outcomes.</p>
</li>
</ul><h4>2. Personalized Medicine and Genomics</h4><p>Bioinformatics will play a pivotal role in tailoring healthcare to individual patients. Key developments include:</p><ul>
<li>
<p><strong>Whole-Genome Sequencing in Clinics</strong>: The decreasing cost of sequencing will make it routine in medical diagnostics, enabling personalized treatment plans based on an individual&rsquo;s genetic makeup.</p>
</li>
<li>
<p><strong>Drug Repurposing and Development</strong>: Computational tools will identify potential new uses for existing drugs, accelerating the development of targeted therapies.</p>
</li>
</ul><h4>3. Advancing Computational Tools</h4><p>The future will see the development of more user-friendly and powerful bioinformatics tools:</p><ul>
<li>
<p><strong>Graph-Based Approaches</strong>: Enhanced algorithms for analyzing complex biological networks, such as protein-protein interaction maps.</p>
</li>
<li>
<p><strong>Visualization Tools</strong>: Intuitive software for visualizing multi-dimensional data, enabling researchers to interpret findings more effectively.</p>
</li>
</ul><h4>4. Synthetic Biology and Systems Biology</h4><p>Bioinformatics will continue to drive progress in synthetic and systems biology by:</p><ul>
<li>
<p><strong>Gene Circuit Design</strong>: Leveraging computational models to design and simulate synthetic biological systems.</p>
</li>
<li>
<p><strong>Understanding Cellular Pathways</strong>: Integrating multi-omics data to model cellular processes with unprecedented accuracy.</p>
</li>
</ul><h4>5. Bioinformatics in Agriculture and Environmental Science</h4><p>Beyond healthcare, bioinformatics will revolutionize agriculture and environmental conservation:</p><ul>
<li>
<p><strong>Crop Improvement</strong>: Genomic studies will help develop high-yield, disease-resistant, and climate-resilient crops.</p>
</li>
<li>
<p><strong>Microbial Ecology</strong>: Metagenomics will enhance our understanding of microbial communities, aiding in bioremediation and ecosystem management.</p>
</li>
</ul><h4>6. Democratization of Bioinformatics</h4><p>Open-source software and accessible education will broaden participation in bioinformatics research:</p><ul>
<li>
<p><strong>Community-Driven Projects</strong>: Collaborative platforms like GitHub will continue to foster innovation in tool development.</p>
</li>
<li>
<p><strong>Education and Training</strong>: Online courses and workshops will bridge skill gaps, enabling researchers from diverse backgrounds to contribute.</p>
</li>
</ul><h4>Challenges and Ethical Considerations</h4><p>While the future is bright, challenges remain. Data privacy and ethical concerns surrounding genetic information require careful navigation. Furthermore, addressing the digital divide is critical to ensuring equitable access to bioinformatics resources globally.</p><h4>Conclusion</h4><p>The future of bioinformatics is boundless, with opportunities to revolutionize our understanding of life and improve human health. As technologies evolve and collaborations flourish, bioinformatics will undoubtedly remain at the forefront of scientific discovery, unlocking the secrets of life one dataset at a time.</p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/5310/bergman-lab</guid>
  <pubDate>Thu, 03 Oct 2013 17:20:09 -0500</pubDate>
  <link></link>
  <title><![CDATA[Bergman Lab]]></title>
  <description><![CDATA[
<p>Broad area of research:</p>

<p>Genome Annotation and Functional Genomics</p>

<p>Bergman Lab is actively engaged in the development and application of computational methods to improve the annotation of functional biological features in genome sequences.  Bergman Lab work focuses on improving annotation of non-protein-coding regions of the genome including conserved noncoding sequences (CNSs), cis-regulatory modules (CRMs), transcription factor binding sites (TFBSs), transposable elements (TEs) and noncoding RNA (ncRNA) genes. Current projects include improving the (i) annotation of TEs in the fly and yeast genomes, (ii) annotation of CRMs and TFBSs in the fly genome, and (iii) analysis of transposon knockout collections in flies. Research in this area is supported by the EC FP7 programme.</p>

<p>Genome and Molecular Evolution<br />Text and Data Mining</p>

<p>More @ http://bergmanlab.smith.man.ac.uk/</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44871/10-books-to-kickstart-and-level-up-your-bioinformatics-journey</guid>
	<pubDate>Tue, 12 Aug 2025 03:50:11 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44871/10-books-to-kickstart-and-level-up-your-bioinformatics-journey</link>
	<title><![CDATA[10 Books to Kickstart (and Level Up) Your Bioinformatics Journey]]></title>
	<description><![CDATA[<p>If you&rsquo;re starting out in bioinformatics or looking to sharpen your computational biology skills, having the right learning resources makes all the difference.<br />Here&rsquo;s my curated list of 10 must-read books &mdash; from beginner-friendly introductions to advanced computational genomics.</p><p>1️⃣ Data Analysis for the Life Sciences<br />A fantastic starting point to learn statistics, R programming, and exploratory data analysis in the context of biology. The best part? It&rsquo;s available free online from HarvardX.</p><p>2️⃣ Practical Computing for Biologists<br />The very first book I picked up when I started learning computational biology. It&rsquo;s beginner-friendly and focuses on essential computing skills every biologist needs.</p><p>3️⃣ A Primer for Computational Biology<br />An open-access, hands-on introduction to computational biology concepts and coding techniques. Perfect if you want to learn through real examples.</p><p>4️⃣ Computational Genomics with R<br />For those who already know R and want to dive deeper into genome-scale data analysis, from sequence alignment to gene expression.</p><p>5️⃣ The Biologist&rsquo;s Guide to Computing<br />Bridges the gap between biological problems and computational thinking, making it easier for life scientists to approach programming and data analysis.</p><p>6️⃣ Bioinformatics Data Skills<br />A must-read to sharpen your bioinformatics toolkit &mdash; from command-line skills to reproducible research workflows. Ideal once you&rsquo;ve covered the basics.</p><p>7️⃣ Bioinformatics Workbook<br />A practical tutorial series to help scientists design bioinformatics projects, analyze data, and understand best practices.</p><p>8️⃣ Modern Statistics for Modern Biology<br />An essential guide to modern statistical methods applied to biology, blending theory with hands-on examples in R.</p><p>9️⃣ Algorithms on Strings, Trees, and Sequences by Dan Gusfield<br />A classic reference for anyone wanting to understand the algorithms behind sequence alignment, genome assembly, and biological data structures.</p><p></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/5436/the-anatomy-of-successful-computational-biology-software</guid>
	<pubDate>Thu, 10 Oct 2013 11:53:08 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/5436/the-anatomy-of-successful-computational-biology-software</link>
	<title><![CDATA[The anatomy of successful computational biology software]]></title>
	<description><![CDATA[<p>Creators of software widely used in computational biology discuss the factors that contributed to their success</p><p><em>Nature Biotechnology</em><span>&nbsp;spoke with Altschul and several other originators of computational biology software programs widely used today (</span><a href="http://www.nature.com/nbt/journal/v31/n10/full/nbt.2721.html#t1">Table 1</a><span>). The conversations explored what makes certain software tools successful, the unique challenges of developing them for biological research and how the field of computational biology, as a whole, can move research agendas forward. What follows is an edited compilation of interviews.</span></p><p>Detail @&nbsp;<a href="http://www.nature.com/nbt/journal/v31/n10/full/nbt.2721.html">http://www.nature.com/nbt/journal/v31/n10/full/nbt.2721.html</a></p><p>News Source @ Nature</p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/fun/view/45093/computational-but-a-biologist</guid>
	<pubDate>Thu, 09 Apr 2026 00:44:46 -0500</pubDate>
	<link>https://bioinformaticsonline.com/fun/view/45093/computational-but-a-biologist</link>
	<title><![CDATA[Computational, but a Biologist !]]></title>
	<description><![CDATA[<p>There was a time when doing biology<br />meant working only with your hands&mdash;<br />and that alone was seen<br />as &ldquo;real science.&rdquo;</p><p>People using computers were often seen<br />as helpers, not leaders&mdash;<br />useful, but not essential.</p><p>Sometimes, the criticism was direct.<br />Sometimes subtle.<br />But the message was the same&mdash;<br />this work doesn&rsquo;t really count.</p><p>Then biology changed.<br />The questions became bigger,<br />and experiments alone<br />were no longer enough.</p><p>Organizing knowledge by hand worked once.<br />Now it needs computers&mdash;<br />to handle scale, speed, and complexity.</p><p>Some patterns are simply invisible<br />if you look at one sample.<br />You need many&mdash;<br />and the right tools to understand them.</p><p>So we started building maps&mdash;<br />of genomes, cells, and systems.<br />Not perfect,<br />but extremely useful.</p><p>Ideas also had to become clearer.<br />It&rsquo;s no longer enough to say something sounds right&mdash;<br />you have to measure it.</p><p>The divide between &ldquo;types&rdquo; of biologists<br />never really made sense.<br />We are solving the same problems&mdash;<br />just in different ways.</p><p>Progress didn&rsquo;t wait for agreement.<br />It moved forward with data,<br />with code,<br />and with careful analysis.</p><p>What matters now is simple:<br />&bull; Biology depends on computation<br />&bull; Coding is an important skill<br />&bull; Statistics helps us think clearly<br />&bull; And the people building these tools<br />are shaping the future of science</p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/5663/network-analysis-indian-statistical-institute</guid>
  <pubDate>Wed, 16 Oct 2013 08:06:50 -0500</pubDate>
  <link></link>
  <title><![CDATA[Network Analysis @ Indian Statistical Institute]]></title>
  <description><![CDATA[
<p>Indian Statistical Institute Kolkata invites applications for the following posts</p>

<p>2013 Oct Advertisement from Indian Statistical Institute</p>

<p>Post: Network Analysis</p>

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

<p>Educational Qualifications:</p>

<p>Candidate should have passed BE/B.Tech Or Equivalent in Computer Science / Electrical Engineering / Electronics / Information Technology / Bioinformatics / Biotechnology with throughout first Class<br />Experience:</p>

<p>(details of experience required)<br />Pay Scale: INR Rs.16000-20000/-P.M.</p>

<p>Walk-In-Interview : 22 Oct 2013 at 10:30 AM</p>

<p>Download Official Notification:<br />http://www.isical.ac.in/JobApplicationFiles/MIU_0310201311433700.pdf</p>
]]></description>
</item>

</channel>
</rss>