May. 21st, 2012
Примерно как дипломированные врачи подавляют применение традиционной китайской медицины (за что Джобс боролся, что-то не вышло у него).
Synthetic Genomics Inc., a company founded by Dr. Venter, provided $30 million to fund the experiments and owns the intellectual-property rights to the cell-creation techniques. The company has a $600 million contract with Exxon Mobil Corp. to design algae that can capture carbon dioxide and make fuel.
"To set this novel bacterium—and all its descendants—apart from any natural creation, Dr. Venter and his colleagues wrote their names into its chemical DNA code, along with three apt quotations from James Joyce and others. These genetic watermarks will, eventually, allow the researchers to assert ownership of the cells. "You have to have a way of tracking it," said Stanford ethicist Mildred Cho, who has studied the issues posed by the creation of such organisms."
Synthetic Genomics Inc., a company founded by Dr. Venter, provided $30 million to fund the experiments and owns the intellectual-property rights to the cell-creation techniques. The company has a $600 million contract with Exxon Mobil Corp. to design algae that can capture carbon dioxide and make fuel.
"To set this novel bacterium—and all its descendants—apart from any natural creation, Dr. Venter and his colleagues wrote their names into its chemical DNA code, along with three apt quotations from James Joyce and others. These genetic watermarks will, eventually, allow the researchers to assert ownership of the cells. "You have to have a way of tracking it," said Stanford ethicist Mildred Cho, who has studied the issues posed by the creation of such organisms."
back to javascript testing style
May. 21st, 2012 01:58 pmdef newRunner = new SomethingRunner with SUT { val fs = mockFS override def println(s: String) { out.println(s) } override def exit(code: Int) { if (code != 0) throw new Exit(code) } var gotEnv: Option[Env] = None override def newCrawler(env: Env) = new Crawler(env: Env) { override def run = { gotEnv = Some(env) 1001590 } } }