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`,该类作用非常多,分发请求处理,配置处理器映射,处理视图 ...
随机推荐
- ReactNative 问题集合
在线流畅播放视频 (建议调用原生的视频组件, 或者在成熟的安卓 ios组件封装一层) 如何指定页面横屏 (在这个组件react-native-orientation基础上改写) webSocket不和 ...
- WebGL编程指南案例解析之绘制三角形
//案例3.绘制三角形,将顶点数据存到缓冲区对象(gl.ARRAY_BUFFER)中,然后顶点着色器从里面读数据(3个顶点) //顶点着色器中去掉gl_PointSize = 10.0,绘制三角不能设 ...
- Nginx 静态资源缓存配置
示例 # Media: images, icons, video, audio, HTC location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|m ...
- java日常知识点积累
java类型中的普通非static方法 示例代码: package com.lvzhi; /** * Created by lvzhi on 2017/9/3 */ public class MyTh ...
- 2018-2019第一学期C语言助教总结
博客作业成绩统计表 学号 第一次成绩 第二次成绩 第三次成绩 第四次成绩 第五次成绩 4022 75 84 75 64 75 4023 90 80 74 83 78 4024 75 63 61 60 ...
- [UOJ300][CTSC2017]吉夫特
uoj bzoj luogu sol 根据\(Lucas\)定理,\(\binom nm \mod 2=\binom{n\%2}{m\%2}\times\binom{n/2}{m/2}\mod 2\) ...
- python 用 __all__ 暴露接口
非常典型的python的用法 refer to : http://python-china.org/t/725
- 9 CSS in JS Libraries You Should Know in 2018
转自:https://blog.bitsrc.io/9-css-in-js-libraries-you-should-know-in-2018-25afb4025b9b 实际上 wix 的 styl ...
- Hive之 hive架构
Hive架构图 主要分为以下几个部分: 用户接口,包括 命令行CLI,Client,Web界面WUI,JDBC/ODBC接口等 中间件:包括thrift接口和JDBC/ODBC的服务端,用于整合Hiv ...
- FatJar—Java Application制作jar包
Fat Jar功能非常强大,先下载吧. 下载地址:sourceforge.net/projects/fjep/files/ http://files.cnblogs.com/files/nidongd ...