CHEMISTS DISCOVER A SAFE, GREEN METHOD TO PROCESS RED PHOSPHORUS
![](http://i1.wp.com/acssandiego2016.cenmag.org/wp-content/uploads/2016/03/LN-activation2.jpg?resize=578%2C347)
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`,该类作用非常多,分发请求处理,配置处理器映射,处理视图 ...
随机推荐
- 《转》深入理解Activity启动流程(三)–Activity启动的详细流程1
本文原创作者:Cloud Chou. 出处:本文链接 本系列博客将详细阐述Activity的启动流程,这些博客基于Cm 10.1源码研究. 深入理解Activity启动流程(一)--Activity启 ...
- java日常知识点积累
java类型中的普通非static方法 示例代码: package com.lvzhi; /** * Created by lvzhi on 2017/9/3 */ public class MyTh ...
- Jenkins使用Git Parameter插件打包
一. 下载Git Parameter插件: 二. 项目配置: Shell脚本: #!/bin/bash -l echo $deploy_envcase $deploy_env in deploy) e ...
- tf.device()指定tensorflow运行的GPU或CPU设备
在tensorflow中,我们可以使用 tf.device() 指定模型运行的具体设备,可以指定运行在GPU还是CUP上,以及哪块GPU上. 设置使用GPU 使用 tf.device('/gpu:1' ...
- LaTeX 之 \label 的运用
LaTeX 之 \label 的运用 前言 大部分的LaTex教程里面都会提到 \label 的标记功能,而如果入门时就玩耍过WinEdt的同学在工具栏上点击各种环境的时候就会发现\label这个东东 ...
- Qt UI界面改了,但UI界面不更新
/**************************************************************************** * Qt UI界面改了,但UI界面不更新 * ...
- hasura graphql 模式拼接概念
具体的使用可以参考下面一张图 有一个术语 graphql-bindings 参考项目: https://github.com/hasura/generate-graphql-bindings http ...
- web应用中的Filter过滤器之基础概述
1 过滤器概述 当web容器接收到对一个资源的请求时,它将判断是否有过滤器与这个资源相关联,如果有,那么容器将把这个请求交给过滤器进行处理.在过滤器中,你可以改变请求的内容或者重新设置请求的报头信息, ...
- 【转】VC++ 也有 Refactoring 功能了
原文网址:http://blog.csdn.net/yapingxin/article/details/18923095 分类: C++2014-02-04 14:00 2688人阅读 评论(0) 收 ...
- jvm jconsole
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.port=60001 -Djava.rmi.server.hostname=192. ...