<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Depth-First: Tag png</title>
    <link>http://depth-first.com/articles/tag/png</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Walking the Web of Chemical Informatics</description>
    <item>
      <title>Smarter Cheminformatics: From SD File to Image Collection with ChemPhoto</title>
      <description>&lt;p&gt;&lt;a href="http://metamolecular.com/chemphoto"&gt;&lt;img src="http://depth-first.com/demo/20080908/chemphoto.png" align="right"&gt;&lt;/img&gt;&lt;/a&gt;The old adage says time is money. Unfortunately, working chemists are often forced to spend a remarkable amount of valuable time and mental effort on menial chemical information processing tasks. These are things that could be done faster and with better quality by the right software, if it were available. Most importantly, these tasks take resources away from much more valuable work that &lt;em&gt;can't&lt;/em&gt; be automated.&lt;/p&gt;

&lt;h4&gt;The Problem in a Nutshell&lt;/h4&gt;

&lt;p&gt;As a case in point, consider the creation of 2D chemical structure images. If you maintain a compound collection of any kind, sooner or later you may end up asking yourself how you can create a set of images depicting the chemical structures in your collection.&lt;/p&gt;

&lt;h4&gt;A Specific Example: Chemical Suppliers&lt;/h4&gt;

&lt;p&gt;For example, you might work for a chemical supplier that maintains a Web-based eCommerce site, one or more PDF catalogs, or printed brochures. Your customers are chemists and they expect to see chemical structures in your product listings. How can you make this happen?&lt;/p&gt;

&lt;p&gt;If you look around for software that automates this job, you'll more likely than not come up empty-handed. The software that solves this problem well simply doesn't exist yet.&lt;/p&gt;

&lt;h4&gt;Doing it the Hard Way&lt;/h4&gt;

&lt;p&gt;In the absence of software to solve the problem, the only way to get the job done is to buckle down and do it manually. Most chemical structure editors allow you to save output as a raster image. Provided that this output matches your requirements, your system might consist of the following steps:&lt;/p&gt;

&lt;p&gt;(1) For every product in your catalog, create a single molfile or its machine-readable equivalent.&lt;/p&gt;

&lt;p&gt;(2) Load one file into your editor.&lt;/p&gt;

&lt;p&gt;(3) Save the file as a raster image, being careful to make sure all of the drawing settings and image size parameters are identical to the rest of your images.&lt;/p&gt;

&lt;p&gt;(4) Repeat Steps (2)-(3) until you have all of your images.&lt;/p&gt;

&lt;p&gt;There are many problems with this approach. For example, if your images ever need to be made larger (or smaller), you'll have to create all of your images over again (which can easily number in the thousands). Similarly, if for some reason you want to change the appearance of the images such as background, atom label coloring, or line thicknesses, you'll be forced into a lot of manual work. Finally, this system requires you to keep track of structures that have been imaged and those that haven't, which can in itself be nontrivial and error-prone, especially for thousands of products.&lt;/p&gt;

&lt;p&gt;With the right software, this problem would disappear.&lt;/p&gt;

&lt;h4&gt;One Solution: Customized Imaging Service&lt;/h4&gt;

&lt;p&gt;My company, &lt;a href="http://metamolecular.com"&gt;Metamolecular&lt;/a&gt;, has recently provided custom imaging services to a few chemical suppliers wanting thousands of good-looking structure images rendered automatically. The service made use of the versatile &lt;a href="http://metamolecular.com/chemwriter"&gt;ChemWriter&lt;/a&gt; rendering engine together with some custom code written in &lt;a href="http://depth-first.com/articles/tag/ruby"&gt;Ruby&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Although the imaging service works very well as a one-off solution, it's less than optimal in the longer term. Any changes to the image collection must be processed by Metamolecular, and then sent back to the client. A cheaper and faster solution would be to offer software that implements the functionality of the service.&lt;/p&gt;

&lt;h4&gt;A Better Solution: Chemical Structure Imaging Software&lt;/h4&gt;

&lt;p&gt;Wouldn't it be great if easy-to-use software existed that could automatically generate thousands of chemical structure images with the press of a button?&lt;/p&gt;

&lt;p&gt;In particular, the software should:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Run on any modern platform (Windows, Mac OS X, Linux).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Read industry-standard Structure Data Files (SD Files).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Be capable of working with tens of thousands of chemical structures at a time even on older machines.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Store fully-customizable drawing settings in a format that could be used over and over again for a consistent and professional look.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Allow the output to be previewed exactly as it will appear in the generated images ("what you see is what you get").&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Output to a variety of image formats, including: Portable Network Graphics (PNG image); JPG image; &lt;a href="http://depth-first.com/articles/2008/06/10/adobe-flash-for-cheminformatics-fast-scalable-and-attractive-2d-depiction-of-chemical-structures-with-vector-graphics"&gt;Flash&lt;/a&gt; (SWF file); &lt;a href="http://depth-first.com/articles/2006/09/09/generating-and-serving-2-d-molecular-svgs"&gt;Scalable Vector Graphics&lt;/a&gt; (SVG); and &lt;a href="http://depth-first.com/articles/2008/08/07/encapsulated-postscript-for-cheminformatics"&gt;Encapsulated PostScript&lt;/a&gt; (EPS file).&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;Introducing ChemPhoto&lt;/h4&gt;

&lt;p&gt;ChemPhoto is designed to solve the problem of consistently creating large numbers of high-quality 2D chemical structure images. Currently in development, the first versions of ChemPhoto will be available for review within the next two weeks.&lt;/p&gt;

&lt;p&gt;ChemPhoto consists of a lightweight and intuitive user interface layer built on top of the ChemWriter rendering engine. ChemPhoto focuses on doing one thing very well, so it wouldn't be useful for creating or editing SD Files (a task for which many tools already exist). The software is specifically designed to work well with large SD Files, such as the 25,000-structure sets that can be obtained from &lt;a href="http://pubchem.ncbi.nlm.nih.gov/"&gt;PubChem&lt;/a&gt;. Written in Java, ChemPhoto runs on Windows, Mac OS X, and Linux. Future articles will discuss ChemPhoto's design and implementation.&lt;/p&gt;

&lt;p&gt;If you're interested in evaluating ChemPhoto, feel free to &lt;a href="http://mailhide.recaptcha.net/d?k=01R9bxyP6XNdc0duoUCzBBHA==&amp;amp;c=vZ7R0VDctRzIRzbSs1-LZwDzjTjAnfCS4KONqGHxY9I=" onclick="window.open('http://mailhide.recaptcha.net/d?k=01R9bxyP6XNdc0duoUCzBBHA==&amp;amp;c=vZ7R0VDctRzIRzbSs1-LZwDzjTjAnfCS4KONqGHxY9I=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address"&gt;drop me a line&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Mon, 08 Sep 2008 19:04:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:e69d3005-c83f-463b-9826-e08b4339f91a</guid>
      <author>Rich Apodaca</author>
      <link>http://depth-first.com/articles/2008/09/08/smarter-cheminformatics-from-sd-file-to-image-collection-with-chemphoto</link>
      <category>Tools</category>
      <category>chemphoto</category>
      <category>image</category>
      <category>png</category>
      <category>jpg</category>
      <category>swf</category>
      <category>svg</category>
      <category>eps</category>
      <category>sdfile</category>
      <category>automation</category>
    </item>
    <item>
      <title>Testing Automatic Chemical Structure Recognition with OSRA</title>
      <description>&lt;p&gt;&lt;a href="http://flickr.com/photos/jspad/375980619/"&gt;&lt;img src="http://depth-first.com/demo/20080207/books.jpg" align="right"&gt;&lt;/img&gt;&lt;/a&gt;Countless chemical structures exist only in a raster image format such as JPG, GIF, BMP, or on a printed page or PDF. While perfectly readable to humans, they are very difficult for machines to read. Given the sheer number of these structures that have been produced over the last few decades, the only hope of excavating them from their current &lt;a href="http://depth-first.com/articles/2008/02/04/raiding-chemistrys-data-tombs"&gt;data tombs&lt;/a&gt; is with computer recognition of some kind. This article discusses &lt;a href="http://cactus.nci.nih.gov/osra/"&gt;OSRA&lt;/a&gt;, an open source software package designed to do for chemical structures what Optical Character Recognition did for the printed word.&lt;/p&gt;

&lt;p&gt;An &lt;a href="http://cactus.nci.nih.gov/cgi-bin/osra/index.cgi"&gt;online version of OSRA&lt;/a&gt; was used to read PNG images of chemical structures produced by an application based on &lt;a href="http://depth-first.com/articles/2007/11/27/chemwriter-chemical-structures-and-the-web"&gt;ChemWriter&lt;/a&gt;. Both aliased and antialiased images were used and atom coloring was disabled:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;img src="http://depth-first.com/demo/20080207/image.png"&gt;&lt;/img&gt;&lt;img src="http://depth-first.com/demo/20080207/image_no_antialias.png"&gt;&lt;/img&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;Structure interpretation failed for the antialiased image at both 300 and 72 DPI resolution. &lt;a href="http://www.daylight.com/daycgi/depict?4343434328432943284f2943363d432843353d43434328434331434328434343293d43432843432943344328433129434328433343432843432943323d4343434343324333293d4343344329433d4335294343434336"&gt;This&lt;/a&gt; was the SMILES that was produced at 72 DPI; the one produced at the 300 DPI setting was not much more encouraging.&lt;/p&gt;

&lt;p&gt;However, using the aliased imaged at 72 DPI produced the correct structure.&lt;/p&gt;

&lt;p&gt;Could the failure to recognize the antialiased image be due to a problem with the ChemWriter application's rasterization method? Apparently, not. When a screen capture utility was used to produce the image from the ChemWriter application window, the wrong structure was again produced. Here, the PNG encoding was not through a Java program but rather the underlying operating system (Linux) using a standard screen capture utility.&lt;/p&gt;

&lt;p&gt;To test the idea that line thickness might play a role in determining the quality of OSRA's interpretation, the antialiased image below was submitted:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;img src="http://depth-first.com/demo/20080207/image_thin_lines.png"&gt;&lt;/img&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;Still, the &lt;a href="http://www.daylight.com/daycgi/depict?43434343363d4328432943333d43284329433d432843323d434343313d4328433d43433d4331294328432943324329433d4333434328434343353d43433d432843343d432843283d4f294e283d4f293d4f29433d43433d433429433d4335294336"&gt;incorrect structure&lt;/a&gt; was produced.&lt;/p&gt;

&lt;p&gt;Apparently, images of 2D structures in which antialiasing has been applied cause difficulties for OSRA.&lt;/p&gt;

&lt;p&gt;Fortunately, the ChemWriter-based application &lt;a href="http://depth-first.com/articles/2007/08/01/never-draw-the-same-molecule-twice-image-metadata-for-cheminformatics"&gt;embedded the full connection table of the molecule into all of its images as metadata&lt;/a&gt;, so an optical recognition step is unnecessary.&lt;/p&gt;

&lt;p&gt;Provided that no antialiasing has been applied to images, OSRA would seem to be a capable tool for converting rasterized 2D chemical structures into machine-readable format.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Image Credit: &lt;a href="http://flickr.com/photos/jspad/"&gt;jspad&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 07 Feb 2008 10:45:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:8d105d2e-2550-4ab8-be8b-5dec6c80a9f0</guid>
      <author>Rich Apodaca</author>
      <link>http://depth-first.com/articles/2008/02/07/testing-automatic-chemical-structure-recognition-with-osra</link>
      <category>Tools</category>
      <category>osra</category>
      <category>chemwriter</category>
      <category>png</category>
      <category>rasterimage</category>
      <category>2d</category>
      <category>chemicalstructure</category>
      <category>antialias</category>
    </item>
    <item>
      <title>Never Draw the Same Molecule Twice: Viewing Image Metadata</title>
      <description>&lt;p&gt;&lt;img src="http://depth-first.com/demo/20070801/rosiglitazone.png" align="right"&gt;&lt;/img&gt;Chemists are accustomed to embedding live molecular objects in their documents with Microsoft Word/ChemDraw. These objects can then be reprocessed and embedded into other documents, such as PowerPoint presentations, saving enormous amounts of time. What if the same feature were available with Web documents?&lt;/p&gt;

&lt;p&gt;A &lt;a href="http://depth-first.com/articles/2007/08/01/never-draw-the-same-molecule-twice-image-metadata-for-cheminformatics"&gt;recent D-F article&lt;/a&gt; proposed a method to encode molecular structure data within commonly-used Web image formats such as PNG. That article contained an embedded image of GlaxoSmithKline's diabetes treatment rosiglitazone (Avandia) encoded by a rendering toolkit built with &lt;a href="http://depth-first.com/articles/tag/firefly"&gt;Firefly&lt;/a&gt;. I claimed that this image contained the complete connection table and atom coordinates as embedded metadata. In this article, I'll show a simple method to read this metadata.&lt;/p&gt;

&lt;p&gt;Metadata is a standard part of the PNG specification; to read it requires nothing more than software capable of recognizing it. I recently found a Web-based, cross-platform method for doing so. The &lt;a href="http://www.fileformat.info/convert/image/metadata.htm"&gt;Image Metadata Viewer&lt;/a&gt; by &lt;a href="http://www.fileformat.info/index.htm"&gt;FileFormat.info&lt;/a&gt; accepts an uploaded image file and returns that image's metadata. Let's try it with the image of rosiglitazone.&lt;/p&gt;

&lt;p&gt;After saving the image to my hard drive, uploading it to FileFormat.info and pressing start, I can see that the image contains metadata:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;img src="http://depth-first.com/demo/20070808-2/screenshot.png"&gt;&lt;/img&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;The metadata can be viewed either as XML or as plain text. Choosing plain text (second option) gives me the complete molfile, stored as a key/value hash (molfile=[molfile]).&lt;/p&gt;

&lt;p&gt;Clearly, reading metadata is not a problem given the right software. But this leaves the question of how metadata is encoded in the first place - especially in a programming language such as Java. Like everything else, it's not difficult when you know how. Stay tuned for the answer.&lt;/p&gt;</description>
      <pubDate>Wed, 08 Aug 2007 07:40:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:980141bf-863c-4bec-be42-9e5445b88f42</guid>
      <author>Rich Apodaca</author>
      <link>http://depth-first.com/articles/2007/08/08/never-draw-the-same-molecule-twice-viewing-image-metadata</link>
      <category>Tools</category>
      <category>firefly</category>
      <category>2d</category>
      <category>metadata</category>
      <category>molfile</category>
      <category>png</category>
      <category>rosiglitazone</category>
      <category>chemdraw</category>
    </item>
    <item>
      <title>Never Draw the Same Molecule Twice: Image Metadata for Cheminformatics</title>
      <description>&lt;p&gt;&lt;img src="http://depth-first.com/demo/20070801/rosiglitazone.png" align="right" border="0"&gt;&lt;/img&gt;The graphical language of 2D structures has served chemistry well for the last 100 years. Ironically, this language which is so useful for human communication is extraordinarily difficult for machines to understand. Heroic efforts at digital raster image recognition such as &lt;a href="http://cactus.nci.nih.gov/osra/"&gt;OSRA&lt;/a&gt; and those &lt;a href="http://chem-bla-ics.blogspot.com/2007/07/optical-chemical-structure-recognition.html"&gt;recently summarized by Egon Willighagen&lt;/a&gt;, in addition to a &lt;a href="http://depth-first.com/articles/2006/08/25/computational-perception-and-recognition-of-digitized-molecular-structures"&gt;handful of others&lt;/a&gt;, have tried to tackle this problem with varying degrees of success.&lt;/p&gt;

&lt;p&gt;The problem remains unsolved, and continues to be one of the most difficult technical challenges in cheminformatics. But the pace at which non-machine readable images are generated has accelerated dramatically in the last two years with the emergence of &lt;a href="http://depth-first.com/articles/2007/01/24/thirty-two-free-chemistry-databases"&gt;numerous free chemical databases&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;What if 2D structure images simply contained all of the information needed for machine processing in the first place?&lt;/p&gt;

&lt;p&gt;This idea isn't as far-fetched as it may sound initially. As discussed in a &lt;a href="http://depth-first.com/articles/2007/07/30/editable-and-searchable-2d-molecular-images"&gt;recent D-F article&lt;/a&gt;, both &lt;a href="http://www.nongnu.org/gchempaint/"&gt;GChemPaint&lt;/a&gt; and &lt;a href="http://www.acdlabs.com/download/chemsk.html"&gt;ACD ChemSketch&lt;/a&gt; have been claimed to be capable of encoding machine-readable structure information.&lt;/p&gt;

&lt;p&gt;Previous D-F articles have described &lt;a href="http://depth-first.com/articles/tag/firefly"&gt;"Firefly"&lt;/a&gt;, the codename for a new lightweight 2D structure editor designed specifically for the Web. With major work on the editor's user interface complete, more recent efforts have focused on implementing a 2D rendering toolkit, and with it a mechanism to encode structural information within 2D molecular images.&lt;/p&gt;

&lt;p&gt;As a demonstration of what is now possible, consider the structure of GlaxoSmithKline's diabetes treatment rosiglitazone (Avandia), depicted as a PNG image at the beginning of this article. At first glance, the image appears to be just like any other image of a 2D molecular structure. But it is not, for embedded within it are the connection table and 2D atom coordinates of rosiglitazone encoded as an industry-standard molfile.&lt;/p&gt;

&lt;p&gt;Given the right software, a computer can interpret the structural information encoded in the rosiglitazone image and precisely re-create the original molecular representation. A graphical diagnostic tool bundled with Firefly was equipped with code for precisely this purpose.&lt;/p&gt;

&lt;p&gt;This tool can work with molfile-encoded PNG images just as easily as it can with molfiles; they can be opened and the resulting molecule can be further edited, saved in another format, or re-written as a embedded-molfile PNG image.&lt;/p&gt;

&lt;p&gt;The first step is to select the PNG image from a local hard drive:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;img src="http://depth-first.com/demo/20070801/file_open2.png"&gt;&lt;/img&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;Opening this image produces a fully-editable version of the original molecule:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;img src="http://depth-first.com/demo/20070801/firefly.png"&gt;&lt;/img&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;Obviously, nothing limits this technique to molfiles. InChI, SMILES, CML, or any other molecular encoding scheme would work just as well.&lt;/p&gt;

&lt;p&gt;Using molecular-encoded PNG images as a Web-ready replacement for the &lt;a href="http://depth-first.com/articles/2007/07/30/editable-and-searchable-2d-molecular-images"&gt;Word/Chemdraw OLE&lt;/a&gt; technology may be one application of this approach. With a large corpus of these images, chemical Web spidering and data mining would be possible on a scale unimaginable today. As always, these possibilities reinforce the desperate need for high quality tools that chemists actually want to use, and which simultaneously yield machine-readable output.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Aug 2007 06:17:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:bc2292ae-4f21-47ec-b8e5-41a17a52e8c9</guid>
      <author>Rich Apodaca</author>
      <link>http://depth-first.com/articles/2007/08/01/never-draw-the-same-molecule-twice-image-metadata-for-cheminformatics</link>
      <category>Tools</category>
      <category>firefly</category>
      <category>2d</category>
      <category>molfile</category>
      <category>encoded</category>
      <category>png</category>
      <category>rosiglitazone</category>
      <category>metadata</category>
    </item>
    <item>
      <title>Editable and Searchable 2D Molecular Images</title>
      <description>&lt;p&gt;&lt;a href="http://depth-first.com/articles/tag/firefly"&gt;&lt;img src="http://depth-first.com/demo/20070730/fluoxetine.png" align="right" border="0"&gt;&lt;/img&gt;&lt;/a&gt;Word processing replaced the typewriter for the simple reason that documents could be prepared and edited so much more quickly. If Web authoring replaces conventional word processors, it will be for the simple reason that Web documents can be found, distributed, reprocessed, and combined with other content so much more effectively. The peculiar nature of chemical structure information complicates chemistry's transition to Web authoring. This article, the first in a series, discusses some of the challenges that lie ahead.&lt;/p&gt;

&lt;h4&gt;State of the Art: Word/ChemDraw&lt;/h4&gt;

&lt;p&gt;Microsoft Word allows 2D molecular graphics, typically created with ChemDraw, to be embedded in documents and later edited. Those images can then be copied into Power Point presentations and reused in a variety of other Windows-specific products. This practice has become so widespread throughout industry and academics, that few chemists even think about the technology that many of them rely on several times a week.&lt;/p&gt;

&lt;h4&gt;Chemical Structures are Peculiar&lt;/h4&gt;

&lt;p&gt;A 2D molecular image, like the one depicting fluoxetine at the top of this article, is a peculiar beast. On one level, it's a picture that anybody can look at. But on another level, it's a type of object for which manipulation by humans and computers is extremely useful. The combination of Microsoft Word and ChemDraw lets chemists conveniently manage the dual nature of chemical structures.&lt;/p&gt;

&lt;h4&gt;Live Molecular Images&lt;/h4&gt;

&lt;p&gt;Why would anybody want to create editable and searchable 2D molecular graphics such as JPGs, PNGs, and SVGs? Alas, technology has a way of moving on just when we're getting comfortable with it (an especially difficult concept for typewriter manufacturers who went bust during the 1980s, and the dedicated word processor manufacturers who followed).&lt;/p&gt;

&lt;p&gt;Consider the number of Word and PowerPoint documents you read last week compared to the number of Web pages. Chances are the ratio is at least 1:10. The trend shows no signs of reversing itself.&lt;/p&gt;

&lt;p&gt;Although Web authoring tools have been very slow to reach the average user, the blogging explosion has led to rapid evolution in the field. As tools like &lt;a href="http://wordpress.com"&gt;WordPress&lt;/a&gt;, &lt;a href="http://movabletype.com"&gt;Movable Type&lt;/a&gt;, and even &lt;a href="http://wikipedia.org"&gt;Wikipedia&lt;/a&gt; race to satisfy the needs of power authors, the average user will rather unexpectedly discover that they have access to perfectly capable tools that let them abandon their over-engineered (and expensive) word processors to experiment with Web publishing.&lt;/p&gt;

&lt;p&gt;The &lt;a href="http://en.wikipedia.org/wiki/Wikipedia_talk:WikiProject_Chemistry/Structure_drawing_workgroup/Archive_Jun_2007#63303826060"&gt;Wikipedia Chemisty/Structure Drawing Workgroup&lt;/a&gt; hints at what lies ahead for chemistry. Two tools, &lt;a href="http://www.nongnu.org/gchempaint/"&gt;GChemPaint&lt;/a&gt; and &lt;a href="http://www.acdlabs.com/download/chemsk.html"&gt;ACD ChemSketch&lt;/a&gt;, now enable molecular structure information to be embedded in images.&lt;/p&gt;

&lt;p&gt;As chemistry turns to the Web as its primary publication medium, chemists will need the same ability to deal with chemical structures offered by their current tools of choice. In articles to follow, I'll discuss some ways this could happen.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Jul 2007 08:01:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:ff926bd1-3a51-4b3e-afe2-7b165b5bbb67</guid>
      <author>Rich Apodaca</author>
      <link>http://depth-first.com/articles/2007/07/30/editable-and-searchable-2d-molecular-images</link>
      <category>Meta</category>
      <category>2d</category>
      <category>firefly</category>
      <category>image</category>
      <category>png</category>
      <category>chemicalstructure</category>
      <category>publication</category>
    </item>
  </channel>
</rss>
