##Description Simple Dashing widget (and associated job) to display RSS feeds. Based on Iaian Mitchell's News widget.
##Dependencies nokogiri
| Predictive Modeling: Drug Response in Cancer Cell Lines | |
| ======================================================= | |
| This is a demo of **Knitr**, an R package for authoring executable documents, documents that mix formatted text, source code and graphical output. I've used In Sock's demos of drug response in [CCLE][1] data, but I've probably gotten most of the analysis mixed up. Apologies to In Sock. | |
| Analysis of cancer cell lines for drug sensitity using: | |
| * [Cancer Cell Line Encyclopedia][1] | |
| * [Gene Set Enrichment Analysis][2] | |
| Workflow |
| /* jQuery plugin textselect | |
| * version: 1.0 | |
| * tested on jQuery 1.3.2, 1.5 | |
| * author: josef.moravec@gmail.com, duane.johnson@gmail.com | |
| * | |
| * usage: | |
| * $(function() { | |
| * $(document).bind('textselect', function(e) { | |
| * Do stuff with e.text | |
| * }); |
| <!-- edit this; the PDF file must be on the same domain as this page --> | |
| <iframe id="input" src="your-file.pdf"></iframe> | |
| <!-- embed the pdftotext service as an iframe --> | |
| <iframe id="processor" src="http://hubgit.github.com/2011/11/pdftotext/"></iframe> | |
| <!-- a container for the output --> | |
| <div id="output"></div> | |
| <script> |
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
| "http://www.w3.org/TR/html4/loose.dtd"> | |
| <html> | |
| <head><title id="maintitle">Document Viewer</title> | |
| <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> | |
| <link href="css/document-cloud.css" media="all" rel="stylesheet" type="text/css"> | |
| <!-- | |
| Customized document viewer for use with DocumentCloud, at http://documentcloud.org. |
| <?php | |
| /** | |
| * | |
| * SEO report for different metrics | |
| * | |
| * @category SEO | |
| * @author Chema <chema@garridodiaz.com> | |
| * @copyright (c) 2009-2012 Open Classifieds Team | |
| * @license GPL v3 | |
| * Based on seo report script http://www.phpeasycode.com && PHP class SEOstats |
| #! /bin/sh | |
| # ------------------------------------------------------------------------------ | |
| # SOME INFOS : fairly standard (debian) init script. | |
| # Note that node doesn't create a PID file (hence --make-pidfile) | |
| # has to be run in the background (hence --background) | |
| # and NOT as root (hence --chuid) | |
| # | |
| # MORE INFOS : INIT SCRIPT http://www.debian.org/doc/debian-policy/ch-opersys.html#s-sysvinit | |
| # INIT-INFO RULES http://wiki.debian.org/LSBInitScripts | |
| # INSTALL/REMOVE http://www.debian-administration.org/articles/28 |