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
cm2hmm(1)							  Infernal Manual							 cm2hmm(1)

NAME
cm2hmm - build a rigorous HMM-based filter from an existing covariance model (CM) SYNOPSIS
cm2hmm cmfile hmmfile background [background parameters] HMMtype optimizer [optimizer parameters] DESCRIPTION
cm2hmm reads a covariance model (CM) from cmfile, constructs a hidden-Markov model (HMM) that preserves some information of the CM and saves the HMM to hmmfile. The HMM can be used as a rigorous pre-filtering step to searching with the CM. The CM file must be in the standard format output used by Infernal. OPTIONS
--help Print brief help; includes summary of command-line parameters. background [background parameters] Select the model of background sequence. uniform gives all bases equal probability (25%). gc <fraction> specifies the G+C content. <fraction> should be a number between 0 and 1. file <filename> loads the base distribution from a file in a specific format. HMMtype Specify the type of HMM to be used; options are compact and expanded. Compact-type models are generally faster, but expanded-type models may provide better filtering. optimizer [optimizer parameters] Specify which mathematical optimizer is to be used to create the final model. Currently the only option is cfsqp which takes two paramters: <B> <C>. B=0, C=1 are reasonable choices. (See the CFSQP manual for further details.) 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 cm2hmm(1)