Design of Farm Waste-Driven Supply Side Infrastructure for Data Centers

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Design of Farm Waste-Driven Supply Side Infrastructure for Data Centers
# 1  
Old 02-07-2011
Design of Farm Waste-Driven Supply Side Infrastructure for Data Centers

HPL-2011-14 Design of Farm Waste-Driven Supply Side Infrastructure for Data Centers - Sharma, Ratnesh; Christian, Tom; Arlitt, Martin; Bash, Cullen; Patel, Chandrakant
Keyword(s): anaerobic digestion, combined heat and power, farm waste, manure, waste heat, resource management
Abstract: In this paper, we design a supply-side infrastructure for data centers that runs primarily on energy from digested farm waste. Although the information technology and livestock industries may seem completely disjoint, they have complementary characteristics that we exploit for mutual benefit. In par ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Programming

Event driven programming / epoll / typedef union / session data array

Sorry for the “word salad” subject, but I wanted to cast a wide net for help. I've created an IP (Internet Protocol) server which serves HTTP, SMTP, and FTP requests. As you probably know, they all require creating a socket, listening on it, accepting connections, and then having a short... (3 Replies)
Discussion started by: John S.
3 Replies

2. Shell Programming and Scripting

Paste two file side by side together based on specific pattern match problem

Input file_1: P78811 P40108 O17861 Q6NTW1 P40986 Q6PBK1 P38264 Q6PBK1 Q9CZ49 Q1GZI0 Input file_2: (6 Replies)
Discussion started by: patrick87
6 Replies

3. Web Development

Cannot access Apache web server from Wan side, only Lan side.

I have installed WAMPSERVER 2.0 on my windows vista x64 system but still am having issues with getting the webserver to be seen outside my local network. It is working fine within my local network. Been through several setup tutorials so far, no dice still. For testing purposes I have... (1 Reply)
Discussion started by: davidmanvell
1 Replies

4. Shell Programming and Scripting

Script to place selected columns from a group of files side by side in a new file

Hi Everyone, I need a shell/perl script to bring selected columns from all the files located in a directory and place them in a new file side by side. File1: a b c d 2 3 4 5 f g h i .......... File2: I II III IV w x y z .............. and so on many files are there...... (8 Replies)
Discussion started by: ks_reddy
8 Replies
Login or Register to Ask a Question
cmsearch(1)							  Infernal Manual						       cmsearch(1)

NAME
cmsearch - search a sequence database for RNAs homologous to a CM, using an HMM as a pre-filtering step to increase speed. SYNOPSIS
cmsearch window length score threshold cmfile compact-type HMM expanded-type HMM seqfile runsearch DESCRIPTION
cm2hmmsearch uses the covariance model (CM) in cmfile to search for homologous RNAs in seqfile, and outputs high-scoring alignments. A compact-type HMM and/or expanded-type HMM is used as a pre-filtering step, which usually increases the overall speed of the search. HMMs created with cm2hmm are rigorous, meaning that no new false negatives are introduced by using the filter. The sequence file is assumed to be in FASTA format. CM files are profiles of RNA consensus secondary structure. A CM file is produced by the cmbuild program, from a given RNA sequence align- ment of known consensus structure. HMM files are profiles of RNA consensus primary sequence, produced by cm2hmm from a given CM file. OPTIONS
--help Print brief help; includes summary of parameters. window length score threshold runsearch Indicate whether cmsearch should actually be run. 1 will run the cmsearch and output hits. 0 will report on the filtering fraction that was achieved with the HMM filters. SEE ALSO
For complete documentation, see the User's Guide (Userguide.pdf) that came with the distribution; or see the Infernal web page, http://infernal.janelia.org/. COPYRIGHT
Copyright (C) 2009 HHMI Janelia Farm Research Campus. Freely distributed under the GNU General Public License (GPLv3). See the file COPYING that came with the source for details on redistribution conditions. AUTHOR
Eric Nawrocki, Diana Kolbe, and Sean Eddy HHMI Janelia Farm Research Campus 19700 Helix Drive Ashburn VA 20147 http://selab.janelia.org/ Infernal 1.0.2 October 2009 cmsearch(1)