CHEMISTS DISCOVER A SAFE, GREEN METHOD TO PROCESS RED PHOSPHORUS
By passing potassium ethoxide solution (flask at left) through a column packed with red phosphorus (top), chemists created a continuous process for making polyphosphide salts (flask at right). Credit: Courtesy of Shatruk group
Florida State University chemists have now solved that problem by discovering an easy way to convert red phosphorus to soluble polyphosphides (Angew. Chem. Int. Ed. 2016, DOI: 10.1002/anie.201511186). Alina Dragulescu-Andrasi, a postdoctoral researcher in Michael Shatruk’s group, provided details of the approach during a Division of Inorganic Chemistry symposium on Monday at the American Chemical Society national meeting in San Diego.
The team simply passes a solution of inexpensive potassium ethoxide in an organic solvent through red phosphorus under mild heating to produce P5–, P162-, and P213-. These variously sized clusters, which the researchers isolate as potassium or tetrabutylammonium salts, could be used to synthesize phosphorus compounds or to make two-dimensional semiconductors and lithium-ion battery anodes.
Taking the process a step further, the researchers adapted it to run as a continuous-flow reaction by passing potassium ethoxide through a stainless-steel column packed with red phosphorus, generating multigram amounts of the soluble polyphosphides. The Florida State team’s work is funded in part by a Small Business Innovation Research grant in collaboration withChemring Ordnance, a Florida-based munitions company.
“This appears to be a relatively safe and convenient methodology for generating soluble salts of polyphosphide anions,” commented MIT’s Christopher C. Cummins, who builds new compoundsfrom elemental phosphorus. “It should open the door to more widespread study and application of these interesting little bits of reduced phosphorus.”
By Steve Ritter for Chemical & Engineering News
Link: http://acssandiego2016.cenmag.org/chemists-discover-a-safe-green-method-to-process-red-phosphorus/
Other Related Stories:
(1) Fixing Phosphorus; (2) A Radical Way To Make Phosphines; (3) A New And Improved Cyclic Polyphosphate
CHEMISTS DISCOVER A SAFE, GREEN METHOD TO PROCESS RED PHOSPHORUS的更多相关文章
- [转]NopCommerce How to code my own payment method
本文转自:http://docs.nopcommerce.com/display/nc/How+to+code+my+own+payment+method Payment methods are im ...
- C# Note21: 扩展方法(Extension Method)及其应用
前言 今天在开会时提到的一个概念,入职3个多月多注重在项目中使用C#的编程知识,一直没有很认真地过一遍C#的全部语法,当我们新人被问及是否了解Extension Method时,一时之间竟不能很通俗准 ...
- Calling a Java Method from Native Code
http://journals.ecs.soton.ac.uk/java/tutorial/native1.1/implementing/method.html Calling Java Method ...
- SpingMVC 核心技术帮助文档
声明:本篇文档主要是用于参考帮助文档,没有实例,但几乎包含了SpringMVC 4.2版本的所有核心技术,当前最新版本是4.3,4.2的版本已经经是很新的了,所以非常值得大家一读,对于读完这篇文档感觉 ...
- java 并发官方教程
http://docs.oracle.com/javase/tutorial/essential/concurrency/index.html Concurrency Computer users t ...
- troubleshooting tools in JDK 7--转载
This chapter describes in detail the troubleshooting tools that are available in JDK 7. In addition, ...
- RESTful Web Services: A Tutorial--reference
As REST has become the default for most Web and mobile apps, it's imperative to have the basics at y ...
- ffmpeg full help
Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile ...
- Spring Web MVC框架简介
Web MVC framework框架 Spring Web MVC框架简介 Spring MVC的核心是`DispatcherServlet`,该类作用非常多,分发请求处理,配置处理器映射,处理视图 ...
随机推荐
- oracle问题集棉
1. 在未安装orcale客户端时,使用pl/sql登录数据库服务器时,报错ORA -12543:TNSdestination host unreachable 2.无法通过ip地址远程连接ORACL ...
- nginx详细应用
一.nginx的基本功能 基本Http服务,可以作为Http代理服务器和反向代理服务器,支持通过缓存加速访问,可以完成简单的负载均衡和容错,支持包过滤功能,支持SSL 高级Http服务,可以进行自定义 ...
- 利用DotNetZip服务端压缩文件并下载
public void DownFile() { string filePath = Server.MapPath("/Files/txt/bb.txt" ...
- CF 432D
http://codeforces.com/problemset/problem/432/D 在前缀是后缀的前提下,求这个前缀在原串中出现了多少次 出现的次数可以用dp求解,前缀是后缀直接用Next判 ...
- 前端 —— SVG
0. 简介 SVG:可缩放矢量图形: SVG 是代码,通过浏览器的解析而渲染成一种图形: 可缩放矢量图形是基于可扩展标记语言(XML),以描述二维矢量图形的一种图形格式,由万维网联盟( World W ...
- 20155236 2016-2017-2 《Java程序设计》第六周学习总结
20155236 2016-2017-2 <Java程序设计>第六周学习总结 教材学习内容总结 InputStream与OutputStream 从应用程序角度来看,如果要将数据从来源取出 ...
- [BZOJ4802]欧拉函数
bzoj description 给出\(n\),求\(\varphi(n)\).\(n\le10^{18}\) sol \(Pollard\ Rho\),存个代码. code #include< ...
- SimpleDateFormat格式化日期以及日期的相关操作
一.Java中的日期概述 日期在Java中是一块非常复杂的内容,对于一个日期在不同的语言国别环境中,日期的国际化,日期和时间之间的转换,日期的加减运算,日期的展示格式都是非常复杂的问题. 在J ...
- Trie树学习1
Trie树.也称为字典数,前缀树,每一个单词的每一个字母依照顺序相应一个节点.有重合的前缀就共享节点. 理想情况下(满的情况).假若全部的单词都是N长,则树共同拥有N层,每层都是26个子节点. 在程序 ...
- tasks
Edit: F:\wamp\www\tasks Task ID Name Links? Date commit Date Done 9 Read openCV documents F:\wamp\ww ...