<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Article RSS Feed</title>
    <link>http://your-web-site.com/rss/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>The main blog feed for my Web site.</description>
    
    
        <item>
          <title>Launch of the Tabs Database of Therapeutic Antibodies</title>
          <description>&lt;h3&gt;Launch of the Tabs Database of Therapeutic Antibodies&lt;/h3&gt;
&lt;div class=&quot;posteddate&quot;&gt;01 June 2011&lt;/div&gt;

&lt;p&gt;Craic announces the launch of &lt;a href=&quot;http://tabs.craic.com/&quot;&gt;Tabs&lt;/a&gt; - a New and Comprehensive database on more than 950 Therapeutic Antibodies in development by biotechnology companies.&lt;/p&gt;

&lt;p&gt;Using a combination of advanced data mining and expert manual curation, Tabs represents the most comprehensive resource on therapeutic antibodies developed thus far.&lt;/p&gt;

&lt;p&gt;Antibody records in the database are linked to a range of associated data, including Antigens, Companies, Conditions/Indications, Clinical Trials, Papers, Patents and more. Importantly, the database tracks the synonyms that identify individual Antibodies, avoiding duplication and ambiguity in your own searches.&lt;/p&gt;

&lt;p&gt;Users can browse the database and search using a wide range of criteria. They can define their own Sets of antibodies and download tables into Excel and citations into common Reference Management software. Email notification will alert users whenever relevant new data are added.&lt;/p&gt;

&lt;p&gt;Your Business Development staff can see the status of competing Abs in development and your R&amp;D staff can see relevant papers and patents directly, saving you hours of time searching through separate databases.&lt;/p&gt;

&lt;p&gt;As of June 1, 2011, Tabs contains data on more than 950 antibodies, more than 400 Antigens, and more than 300 Companies.&lt;/p&gt;

&lt;p&gt;Tabs is available as a web based subscription service and offers cost effective access to the latest developments in this fast moving field. You can find out more about the service and sign up for a Free 30 day trial at &lt;a href=&quot;http://tabs.craic.com&quot;&gt;http://tabs.craic.com&lt;/a&gt;.&lt;/p&gt;

</description>
          <pubDate>Wed, 01 Jun 2011 19:54:05 GMT</pubDate>
          <guid>http://your-web-site.com/news/2011/06/01/launch-of-the-tabs-database-of-therapeutic-antibodies/</guid>
          <link>http://your-web-site.com/news/2011/06/01/launch-of-the-tabs-database-of-therapeutic-antibodies/</link>
        </item>
    
        <item>
          <title>Release of the Tandem Select jQuery Plugin</title>
          <description>&lt;h3&gt;Release of the Tandem Select jQuery Plugin&lt;/h3&gt;
&lt;div class=&quot;posteddate&quot;&gt;18 March 2011&lt;/div&gt;
&lt;p&gt;Craic has released an open-source jQuery plugin for tandem select menus in HTML forms.&lt;/p&gt;

&lt;p&gt;Most of the tools and databases that we develop for our clients involve web interfaces. 
The JavaScript language and the &lt;a href=&quot;http://jquery.com&quot;&gt;jQuery&lt;/a&gt; library play an essential role 
in web development at Craic. Our work leverages the contributions of many developers in the open source
community and, as part of that community, we feel that it is important to contribute to it.&lt;/p&gt;

&lt;p&gt;Today Craic has released a new jQuery Plugin that makes it easier to create complex select menus
in HTML forms.&lt;/p&gt;

&lt;p&gt;A standard HTML multiple Select menu allows the user to select multiple options using Ctrl/Cmd-Click. But when the list of options is long, requiring the user to scroll, it becomes cumbersome and prone to errors.&lt;/p&gt;

&lt;p&gt;An effective solution is to use two select menus in tandem, with buttons allowing options to be swapped between the two.&lt;/p&gt;

&lt;p&gt;Tandem Select implements this as a jQuery Plugin that is simple to set up and easy to customize.&lt;/p&gt;

&lt;p&gt;More information and demo pages for the plugin can be found 
&lt;a href=&quot;http://craic.github.com/tandem_select_jquery_plugin/&quot;&gt;HERE&lt;/a&gt; and the software can be downloaded from &lt;a href=&quot;https://github.com/craic/tandem_select_jquery_plugin&quot;&gt;HERE&lt;/a&gt;.&lt;/p&gt;
</description>
          <pubDate>Fri, 18 Mar 2011 23:03:29 GMT</pubDate>
          <guid>http://your-web-site.com/news/2011/03/18/release-of-the-tandem-select-jquery-plugin/</guid>
          <link>http://your-web-site.com/news/2011/03/18/release-of-the-tandem-select-jquery-plugin/</link>
        </item>
    
        <item>
          <title>Release of the Simple Tooltip Ruby Gem</title>
          <description>&lt;h3&gt;Release of the Simple Tooltip Ruby Gem&lt;/h3&gt;
&lt;div class=&quot;posteddate&quot;&gt;07 March 2011&lt;/div&gt;
&lt;p&gt;Craic has released software that provides Tooltip Help for Rails 3 Web Applications.&lt;/p&gt;

&lt;p&gt;Most of the web application development at Craic Computing uses &lt;a href=&quot;http://rubyonrails.org&quot;&gt;Ruby on Rails&lt;/a&gt;, one of the leading open source web application frameworks. In doing so we gain tremendous benefit from the
work of many developers in the Rails community who contribute tools and libraries to the project.&lt;/p&gt;

&lt;p&gt;So we are especially pleased to announce that we have contributed our first Ruby Gem to the project. Simple Tooltip is a package of software that makes it very easy to add so-called Tooltip Help to web pages in
a Rails application. Within the Ruby and Rails community these packages are called 'gems'.&lt;/p&gt;

&lt;p&gt;Simple Tooltip allows developers to add online help to their pages which can use the rich formatting
features of HTML. Users will see small help icons on their pages and clicking on, or hovering above, these will
bring up popup windows that contain the help content.&lt;/p&gt;

&lt;p&gt;An important feature of Simple Tooltip is that any given help item can occur in more than one language and
the software will show that which is most appropriate to the user.&lt;/p&gt;

&lt;p&gt;To try out Simple Tooltip, go to the &lt;a href=&quot;http://simple-tooltip-demo.craic.com&quot;&gt;Demo Site&lt;/a&gt; and
to learn more about the software go to the project page on &lt;a href=&quot;https://github.com/craic/simple_tooltip&quot;&gt;GitHub&lt;/a&gt; and &lt;a href=&quot;https://rubygems.org/gems/simple-tooltip&quot;&gt;rubygems.org&lt;/a&gt;.&lt;/p&gt;
</description>
          <pubDate>Mon, 07 Mar 2011 23:39:31 GMT</pubDate>
          <guid>http://your-web-site.com/news/2011/03/07/release-of-the-simple-tooltip-ruby-gem/</guid>
          <link>http://your-web-site.com/news/2011/03/07/release-of-the-simple-tooltip-ruby-gem/</link>
        </item>
    
        <item>
          <title>150th post on Craic Computing Tech Tips</title>
          <description>&lt;h3&gt;150th post on Craic Computing Tech Tips&lt;/h3&gt;
&lt;div class=&quot;posteddate&quot;&gt;17 February 2011&lt;/div&gt;
&lt;p&gt;Craic reached a minor milestone last week.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://craiccomputing.blogspot.com/&quot;&gt;Craic Computing Tech Tips&lt;/a&gt; is a blog where we post snippets of code, workarounds and software tips that we think might be of interest to others.&lt;/p&gt;

&lt;p&gt;It has been running since 2007 and last week we added the 150th post to the site. The content is aimed at software developers and system administrators and covers everything from quick shortcuts to detailed code examples and installation instructions.&lt;/p&gt;

&lt;p&gt;It's not the sort of blog that you read regularly, rather you find it through search engines when you're looking for help with a specific problem.&lt;/p&gt;

&lt;p&gt;We turned on Google Analytics tracking on the site in June 2010. Since then it has averaged more than 2600 page views per month. We think that is pretty good!&lt;/p&gt;

&lt;p&gt;We rely very heavily on open source software in our work and the Tech Tips site is one way to give back to the community. Not only that, it serves to show potential clients and collaborators the depth of our experience.&lt;/p&gt;

</description>
          <pubDate>Thu, 17 Feb 2011 16:37:07 GMT</pubDate>
          <guid>http://your-web-site.com/news/2011/02/17/150th-post-on-craic-computing-tech-tips/</guid>
          <link>http://your-web-site.com/news/2011/02/17/150th-post-on-craic-computing-tech-tips/</link>
        </item>
    
        <item>
          <title>PATSY - Making patents easier to read</title>
          <description>&lt;h3&gt;PATSY - Making patents easier to read&lt;/h3&gt;
&lt;div class=&quot;posteddate&quot;&gt;14 February 2011&lt;/div&gt;

&lt;p&gt;Craic has released &lt;a href=&quot;http://patsy.craic.com&quot;&gt;PATSY&lt;/a&gt;, a novel web service that reformats US patents in a way that makes them easier to read.&lt;/p&gt;

&lt;p&gt;The text of patents is extremely difficult to read. The language used is can be verbose and arcane. Patents typically contain long lists of terms that enumerate all possible variants of each component within an invention. Compounding this is the narrow two column format chosen by the USPTO with which to print these documents.&lt;/p&gt;

&lt;p&gt;The end result is text that almost guarantees frustration, eyestrain and headaches. PATSY is a novel web application that aims to change this.&lt;/p&gt;

&lt;p&gt;You enter a US patent number, or publication number, into PATSY. The software fetches the document from the USPTO web site and reformats in several ways, displaying the resulting page in your web browser. Paragraphs are split into separate sentences. Long sentences are split are punctuation into multiple lines. In addition, references to other patents are made into hyperlinks to their respective office web sites, or to PATSY directly in the case of US patents. Key phrases, such as 'SEQ ID NO' are highlighted and certain types of journal references are given links to the NIH PubMed site, allowing quick access to the underlying publications.&lt;/p&gt;

&lt;p&gt;PATSY is an experiment and has a few limitations. It only works with US patents at the moment and some features are focused on biotechnology patents. The service is free to use so please try it out and see if it helps you with your work - &lt;a href=&quot;http://patsy.craic.com&quot;&gt;PATSY&lt;/a&gt;.&lt;/p&gt;
</description>
          <pubDate>Mon, 14 Feb 2011 18:36:49 GMT</pubDate>
          <guid>http://your-web-site.com/news/2011/02/14/patsy---making-patents-easier-to-read/</guid>
          <link>http://your-web-site.com/news/2011/02/14/patsy---making-patents-easier-to-read/</link>
        </item>
    
        <item>
          <title>Launch of the 'Raphael Live' Learning Tool</title>
          <description>&lt;h3&gt;Launch of the 'Raphael Live' Learning Tool&lt;/h3&gt;
&lt;div class=&quot;posteddate&quot;&gt;11 March 2010&lt;/div&gt;

&lt;p&gt;Craic has released &lt;a href=&quot;http://craic.com/tutorials/javascript/raphael_live/raphael_live.html&quot;&gt;Raphaël Live&lt;/a&gt;, an interactive tool for exploring the Raphaël Vector Graphics JavaScript Library, developed by Dmitry Baranovskiy.&lt;/p&gt;

&lt;p&gt;Raphaël makes it easy to create complex vector graphics in JavaScript in a way that is compatible with modern web browsers. Craic has created &lt;a href=&quot;http://craic.com/tutorials/javascript/raphael_live/raphael_live.html&quot;&gt;Raphaël Live&lt;/a&gt; as an interactive tool for learning how to use this library.&lt;/p&gt;

&lt;p&gt;By combining Raphaël, jQuery and the &lt;a href=&quot;http://marijn.haverbeke.nl/codemirror/&quot;&gt;CodeMirror&lt;/a&gt; in-browser code editor, &lt;a href=&quot;http://craic.com/tutorials/javascript/raphael_live/raphael_live.html&quot;&gt;Raphaël Live&lt;/a&gt; makes it easy to try out code examples.&lt;/p&gt;

&lt;p&gt;In addition, the tool provides links to a series of tutorial examples that demonstrate the major components of Raphaël. Clicking on a link loads the code into the editor and displays the results. Users can modify the code and re-run it to see how different attributes and parameters affect the result. In this way you can get up to speed with this important library in no time.&lt;/p&gt;

&lt;p&gt;The code for &lt;a href=&quot;http://craic.com/tutorials/javascript/raphael_live/raphael_live.html&quot;&gt;Raphaël Live&lt;/a&gt;
is available on &lt;a href=&quot;http://github.com/craic/raphael_live&quot;&gt;GitHub&lt;/a&gt; and is freely distributed under the MIT license.&lt;/p&gt;
</description>
          <pubDate>Thu, 11 Mar 2010 18:04:11 GMT</pubDate>
          <guid>http://your-web-site.com/news/2010/03/11/launch-of-the-raphael-live-learning-tool/</guid>
          <link>http://your-web-site.com/news/2010/03/11/launch-of-the-raphael-live-learning-tool/</link>
        </item>
    
        <item>
          <title>Launch of the SQIP Patent Sequence Database</title>
          <description>&lt;h3&gt;Launch of the SQIP Patent Sequence Database&lt;/h3&gt;
&lt;div class=&quot;posteddate&quot;&gt;06 December 2009&lt;/div&gt;

&lt;p&gt;Craic is proud to announce the launch of &lt;a href=&quot;http://sqipdb.com&quot;&gt;SQIP&lt;/a&gt; - your new solution for Patent Sequence Searching.&lt;/p&gt;

&lt;p&gt;SQIP (pronounced 'skip') is a database of Sequences derived from Patents and a sophisticated Web Service that allows Biotechnology companies and their IP advisers to explore the IP landscape around their proprietary DNA and Protein sequences.&lt;/p&gt;

&lt;p&gt;SQIP moves beyond existing services by providing not only a comprehensive sequence database, but a sophisticated user interface designed to make patent assessment much for efficient. More than that, SQIP is priced in a simple and straightforward manner. With no expensive annual commitment, you simply pay for the service you use, making SQIP ideal for smaller companies.&lt;/p&gt;

&lt;p&gt;There is no charge to create an account. You can explore the system and run searches with example data for free.&lt;/p&gt;

&lt;p&gt;For more information and to Sign Up for an account, please go to &lt;a href=&quot;http://sqipdb.com&quot;&gt;http://sqipdb.com&lt;/a&gt;&lt;/p&gt;
</description>
          <pubDate>Sun, 06 Dec 2009 18:04:30 GMT</pubDate>
          <guid>http://your-web-site.com/news/2009/12/06/launch-of-the-sqip-patent-sequence-database/</guid>
          <link>http://your-web-site.com/news/2009/12/06/launch-of-the-sqip-patent-sequence-database/</link>
        </item>
    
        <item>
          <title>Ruby binding to Jenkins Hash functions</title>
          <description>&lt;h3&gt;Ruby binding to Jenkins Hash functions&lt;/h3&gt;
&lt;div class=&quot;posteddate&quot;&gt;07 March 2009&lt;/div&gt;
&lt;p&gt;Craic has published a Ruby binding for the &lt;i&gt;lookup3.c&lt;/i&gt; code for generating 32-bit hashes. This useful C library was developed by Bob Jenkins (&lt;a href=&quot;http://burtleburtle.net/bob/hash&quot;&gt;http://burtleburtle.net/bob/hash)&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;The Ruby code is distributed under the MIT open source license.&lt;/p&gt;

&lt;p&gt;Download it from the &lt;a href=&quot;http://github.com/craic/hashfunction&quot;&gt;Craic account on Github&lt;/a&gt;.&lt;/p&gt;</description>
          <pubDate>Sat, 07 Mar 2009 09:48:21 GMT</pubDate>
          <guid>http://your-web-site.com/news/2009/03/07/ruby-binding-to-jenkins-hash-functions/</guid>
          <link>http://your-web-site.com/news/2009/03/07/ruby-binding-to-jenkins-hash-functions/</link>
        </item>
    
        <item>
          <title>Publication on Bacterial Enteric Infection in Children</title>
          <description>&lt;h3&gt;Publication on Bacterial Enteric Infection in Children&lt;/h3&gt;
&lt;div class=&quot;posteddate&quot;&gt;27 January 2009&lt;/div&gt;

&lt;p&gt;The &lt;a href=&quot;http://www.journals.uchicago.edu/doi/pdf/10.1086/596555&quot;&gt;Journal of Infectious Diseases has published a study&lt;/a&gt; on risk factors for bacterial enteric infection in children that was performed in Washington State. Most studies prior to this have dealt with specific outbreaks of bacterias such as Salmonella or E.coli, but these represent only 10% of all such infections. &lt;/p&gt;

&lt;p&gt;This study sought to identify risk factors for the much larger set of sporadic infections. An &lt;a href=&quot;http://www.journals.uchicago.edu/doi/pdf/10.1086/596556&quot;&gt;editorial in the same issue&lt;/a&gt; of the journal discusses the significance of this study. &lt;/p&gt;

&lt;p&gt;Craic Computing was part of the consortium of groups involved in the study and developed the data management tools that supported it.&lt;/p&gt;

</description>
          <pubDate>Tue, 27 Jan 2009 09:48:21 GMT</pubDate>
          <guid>http://your-web-site.com/news/2009/01/27/publication-on-bacterial-enteric-infection-in-children/</guid>
          <link>http://your-web-site.com/news/2009/01/27/publication-on-bacterial-enteric-infection-in-children/</link>
        </item>
    
        <item>
          <title>Tutorial on the aws-sdb Ruby interface to AWS SimpleDB</title>
          <description>&lt;h3&gt;Tutorial on the aws-sdb Ruby interface to AWS SimpleDB&lt;/h3&gt;
&lt;div class=&quot;posteddate&quot;&gt;09 October 2008&lt;/div&gt;
&lt;p&gt;SimpleDB is a hosted, distributed database service, part of the &lt;a href=&quot;http://aws.amazon.com&quot;&gt;Amazon Web Services&lt;/a&gt; Portfolio. aws-sdb is a Ruby interface to this service, written by Tim Dysinger. &lt;/p&gt;

&lt;p&gt;This &lt;a href=&quot;/tutorials/aws/aws_sdb/aws_sdb_tutorial.html&quot;&gt;Tutorial&lt;/a&gt; from Robert Jones at Craic explains how to use this service from within Ruby code.
&lt;/p&gt;

&lt;p&gt;Craic Computing uses a number of &lt;a href=&quot;/computing/amazon-web-services&quot;&gt;AWS services&lt;/a&gt; to handle massive datasets of sequence and text.&lt;/p&gt;
</description>
          <pubDate>Thu, 09 Oct 2008 09:48:21 GMT</pubDate>
          <guid>http://your-web-site.com/news/2008/10/09/tutorial-on-the-aws-sdb-ruby-interface-to-aws-simpledb/</guid>
          <link>http://your-web-site.com/news/2008/10/09/tutorial-on-the-aws-sdb-ruby-interface-to-aws-simpledb/</link>
        </item>
    
    
  </channel>
</rss>


