<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://chem-bla-ics.linkedchemistry.info/feed/by_tag/feeds.xml" rel="self" type="application/atom+xml" /><link href="https://chem-bla-ics.linkedchemistry.info/" rel="alternate" type="text/html" /><updated>2026-06-15T12:00:19+00:00</updated><id>https://chem-bla-ics.linkedchemistry.info/feed/by_tag/feeds.xml</id><title type="html">chem-bla-ics</title><subtitle>Chemblaics (pronounced chem-bla-ics) is the science that uses open science and computers to solve problems in chemistry, biochemistry and related fields.</subtitle><author><name>Egon Willighagen</name></author><entry><title type="html">Chemical blogspace</title><link href="https://chem-bla-ics.linkedchemistry.info/2006/08/25/chemical-blogspace.html" rel="alternate" type="text/html" title="Chemical blogspace" /><published>2006-08-25T00:00:00+00:00</published><updated>2006-08-25T00:00:00+00:00</updated><id>https://chem-bla-ics.linkedchemistry.info/2006/08/25/chemical-blogspace</id><content type="html" xml:base="https://chem-bla-ics.linkedchemistry.info/2006/08/25/chemical-blogspace.html"><![CDATA[<p>We all know <a href="http://en.wikipedia.org/wiki/Chemical_space">chemical space</a>; <a href="http://wiki.cubic.uni-koeln.de/pg/">Chemical blogspace</a> (Cb) is different:
it is the chemistry discussed in <a href="http://en.wikipedia.org/wiki/Blogspace">blogspace</a>. Cb is build on the
<a href="http://postgenomic.org/">opensource software</a> of <a href="http://postgenomic.com/">Postgenomic.com</a> which I bloged on
<a href="https://chem-bla-ics.linkedchemistry.info/2006/02/15/hot-articles-mining-semantic-web.html">before <i class="fa-solid fa-recycle fa-xs"></i></a>. The now running Cb aggregates
<a href="http://wiki.cubic.uni-koeln.de/pg/all_blogs.php">19 blogs</a> and, like the original, extracts linked (cited or reviewed) articles from literature.</p>

<p><img src="/assets/images/chemblogspace.png" alt="" /></p>

<p>The system is beta, but I am happy about it already that I mention it now. For example, some article titles are not properly recognized,
and some journals are known in the statistics in several formats. And, more importantly, I have not yet hooked in the
<a href="https://chem-bla-ics.linkedchemistry.info/2006/02/25/hacking-inchi-support-into.html">InChI <i class="fa-solid fa-recycle fa-xs"></i></a> support I developed earlier.</p>

<p>So, if you like the idea, or know other interesting scientifically interesting chemistry blogs, leave a comment, or send me email.</p>]]></content><author><name>Egon Willighagen</name></author><category term="cb" /><category term="feeds" /><category term="chemistry" /><summary type="html"><![CDATA[We all know chemical space; Chemical blogspace (Cb) is different: it is the chemistry discussed in blogspace. Cb is build on the opensource software of Postgenomic.com which I bloged on before . The now running Cb aggregates 19 blogs and, like the original, extracts linked (cited or reviewed) articles from literature.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://chem-bla-ics.linkedchemistry.info/assets/images/chemblogspace.png" /><media:content medium="image" url="https://chem-bla-ics.linkedchemistry.info/assets/images/chemblogspace.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Bioclipse gets a new extension point</title><link href="https://chem-bla-ics.linkedchemistry.info/2006/08/22/bioclipse-gets-new-extension-point.html" rel="alternate" type="text/html" title="Bioclipse gets a new extension point" /><published>2006-08-22T00:00:00+00:00</published><updated>2006-08-22T00:00:00+00:00</updated><id>https://chem-bla-ics.linkedchemistry.info/2006/08/22/bioclipse-gets-new-extension-point</id><content type="html" xml:base="https://chem-bla-ics.linkedchemistry.info/2006/08/22/bioclipse-gets-new-extension-point.html"><![CDATA[<p>I hacked in a new extension point for <a href="http://www.bioclipse.net/">Bioclipse</a> yesterday, based on a <a href="http://wiki.bioclipse.net/index.php?title=ChildCreator_extension_point">proposal</a>
I made earlier. The new extension point (EP) is called <code class="language-plaintext highlighter-rouge">ChildResourceCreator</code> and allows creating child resources for a given IBioResource. One application where this is very useful is the
<a href="http://dx.doi.org/10.1021/ci034244p">CMLRSS application</a> (<a href="https://chem-bla-ics.linkedchemistry.info/2006/07/03/avi-movies-of-cmlrss-howto-in.html">earlier blog <i class="fa-solid fa-recycle fa-xs"></i></a>), or any
<a href="http://en.wikipedia.org/wiki/RSS_(file_format)">RSS</a> or <a href="http://www.atomenabled.org/">Atom</a> enriched with any other XML language. Here, child resources are
created for each feed entry resource with as content the foreign XML, e.g. the CML bits in the blog.</p>

<p>Other applications involve complex documents, which is basically most existing documents. Take, for example, the
<a href="http://www.rcsb.org/pdb/static.do?p=file_formats/pdb/index.html">PDB format</a> from the <a href="http://www.rcsb.org/pdb/">PDB database</a>. These PDB files contain a pletory
of information including one or more protein structures, sequences and bibliographic information. Bioclipse supports each of those using the
<a href="http://cdk.sf.net/">CDK</a>, <a href="http://biojava.org/">BioJava</a> and <a href="http://jabref.sf.net/">JabRef</a> libraries.</p>

<p>By making extension for the <code class="language-plaintext highlighter-rouge">ChildResourceCreator</code> EP, I am able to setup a general PDBResource (with Bioclipse’s syntax highlighted PDB editor),
and child resources for the different bits of information. <a href="http://sourceforge.net/project/showfiles.php?group_id=150681">Bioclipse 1.0</a>, however,
only allow looking at the molecular structure(s) in the file, not at the sequence, nor the references. Will post the obligatory screenshot asap.</p>]]></content><author><name>Egon Willighagen</name></author><category term="bioclipse" /><category term="feeds" /><category term="cml" /><summary type="html"><![CDATA[I hacked in a new extension point for Bioclipse yesterday, based on a proposal I made earlier. The new extension point (EP) is called ChildResourceCreator and allows creating child resources for a given IBioResource. One application where this is very useful is the CMLRSS application (earlier blog ), or any RSS or Atom enriched with any other XML language. Here, child resources are created for each feed entry resource with as content the foreign XML, e.g. the CML bits in the blog.]]></summary></entry><entry><title type="html">Planet Blue Obelisk website updates</title><link href="https://chem-bla-ics.linkedchemistry.info/2005/12/04/planet-blue-obelisk-website-updates.html" rel="alternate" type="text/html" title="Planet Blue Obelisk website updates" /><published>2005-12-04T00:00:00+00:00</published><updated>2005-12-04T00:00:00+00:00</updated><id>https://chem-bla-ics.linkedchemistry.info/2005/12/04/planet-blue-obelisk-website-updates</id><content type="html" xml:base="https://chem-bla-ics.linkedchemistry.info/2005/12/04/planet-blue-obelisk-website-updates.html"><![CDATA[<p>After requests I added yesterday more visible the RSS and Atom feeds for the
<a href="http://www.woc.science.ru.nl/planetbo/">Planet Blue Obelisk</a>. They are linked in the menu
on the right, and as alternative links to the document. These should show up in most recent webbrowsers as feed icon in the
lower right corner of the browser window. It is often an orange icon. I also added a ‘Leave a comment’ link to encourage
people to leave comments on items. Please do!</p>]]></content><author><name>Egon Willighagen</name></author><category term="feeds" /><category term="blue-obelisk" /><summary type="html"><![CDATA[After requests I added yesterday more visible the RSS and Atom feeds for the Planet Blue Obelisk. They are linked in the menu on the right, and as alternative links to the document. These should show up in most recent webbrowsers as feed icon in the lower right corner of the browser window. It is often an orange icon. I also added a ‘Leave a comment’ link to encourage people to leave comments on items. Please do!]]></summary></entry><entry><title type="html">A Blue Obelisk blog Planet</title><link href="https://chem-bla-ics.linkedchemistry.info/2005/11/28/blue-obelisk-blog-planet.html" rel="alternate" type="text/html" title="A Blue Obelisk blog Planet" /><published>2005-11-28T00:00:00+00:00</published><updated>2005-11-28T00:00:00+00:00</updated><id>https://chem-bla-ics.linkedchemistry.info/2005/11/28/blue-obelisk-blog-planet</id><content type="html" xml:base="https://chem-bla-ics.linkedchemistry.info/2005/11/28/blue-obelisk-blog-planet.html"><![CDATA[<p>Today I setup a blog planet for <a href="http://www.blueobelisk.org/">Blue Obelisk</a> members. First I tried
Chumpologica but it did not read Atom feeds.</p>

<p>Next in line was <a href="https://web.archive.org/web/20171029175722/http://www.planetplanet.org/">Planet <i class="fa-solid fa-box-archive fa-xs"></i></a>,
which turned out to be used by many big planet sites, like
<a href="http://planet.debian.org/">Planet Debian <i class="fa-solid fa-recycle fa-xs"></i></a>. It also works with Atom feeds in general, but not well with Atom 1.0 feeds, like that of
<a href="http://www.livejournal.com/users/cniehaus/">Carsten</a>. After some googling I found a
<a href="http://lists.planetplanet.org/pipermail/devel/2005-November/000710.html">patched version <i class="fa-solid fa-link-slash fa-xs"></i></a> which did the job.</p>

<p>The result is at <a href="http://www.woc.science.ru.nl/planetbo/">http://www.woc.science.ru.nl/planetbo/ <i class="fa-solid fa-link-slash fa-xs"></i></a>,
but I hope that someone can arrange a http://planet.blueobelisk.org/.</p>]]></content><author><name>Egon Willighagen</name></author><category term="blue-obelisk" /><category term="feeds" /><summary type="html"><![CDATA[Today I setup a blog planet for Blue Obelisk members. First I tried Chumpologica but it did not read Atom feeds.]]></summary></entry></feed>