20230115英语学习

news2024/5/18 4:13:31

Gold From Old Sim Cards Could Help Make Future Drugs
SIM卡中回收的黄金,可用于制造药品

在这里插入图片描述

Chemists are paving a road to recycle discarded SIM cards, not for electronics, but for medicine.

SIM cards, which allow your phone to connect to your network provider, contain bits of nickel, copper, silver, and gold.

Now, researchers at Imperial College London and the University of Cagliari in Italy have discovered a low-impact way to recycle gold from this electronic waste, and reuse it in chemical reactions for drug manufacturing.

The process could help save e-waste from landfills and also reuse precious metals that would otherwise have to be mined.

“I think that if we can find better ways to use the waste that we generate and recover the metal, then we don’t have to rely so much on mining,” says James Wilton-Ely, the lead researcher of the study and a professor of chemistry at Imperial College London.

“It also helps us solve the waste problem that we have, which at the moment is piling up.”
To develop a recycling method, the researchers first bought a bag of 200 used SIM cards off of Ebay.

Then they ground up the SIM cards, stripped the plastic, and recovered the base metals, such as nickel and copper.Then, in order to extract the gold, they used a green, safe reagent called a sulfur ligand, a molecule that attaches to a central metal atom.

What they were left with was a gold compound — but gold in this form isn’t reusable in electronics.The SIM card’s gold compound can’t be returned to the pure metal gold without processing it further, which is energy intensive.This means the cards couldn’t be recycled into more electronics.

“It is not viable economically to convert that gold recovery product into new circuit boards or new SIM cards,” Wilton-Ely says.“But instead, we found a different use for it.”

Rare metals, such as gold, can also be catalysts for speeding up chemical reactions that help create useful compounds, such as pharmaceutical compounds.

Gold nanoparticles, for instance, have been studied as catalysts for industry since the 1980s.So, the team from Imperial College London tested whether the gold compound recovered from the SIM cards could be used to increase the rate of chemical reactions commonly used in the manufacturing of drugs.

The compound could be employed as a catalyst to make a number of pharmaceutical drugs, like the anti-inflammatory pain-relief drug Diflunisal, and the arthritis anti-inflammatory medication Oxaprozin.

While the researchers haven’t yet used the recycled gold compound to produce any actual drugs, the process shows an alternative use for this discarded e-waste.

“We’re now realizing that you don’t have to just convert everything back into what it was used for originally,” Wilton-Ely says.

Currently, many catalytic reactions use precious metals, including gold, platinum, iridium, and palladium that are mined, which takes a lot of energy and produces pollution.The metals are also only found in a few places on Earth.

“As chemists, we always think of these elements as being very precious,” Wilton-Ely says.“And so it’s a real shock to think of so many of these elements being thrown away routinely in waste electronic and electrical equipment.”

And dumpster diving for electronics could prove to be a boon for essential metals — giving a second life to our disposed devices.

“By weight, a computer contains far more precious metals than mined ore, providing a concentrated source of these metals in an ‘urban mine,’” says Sean McCarthy, a Ph.D. student leading the research in the lab at Imperial College, in a press release.

The research team’s recycling process isn’t limited to SIM cards.Scientists can apply this method to recycle circuit boards and printer cartridges as well, the authors say.

While the team is exploring more applications, pharmaceutical companies haven’t yet come knocking for the research.Gold is still only starting to be employed in the design of pharmaceutical drugs.But Wilton-Ely says it’s only a matter of time.

“The adoption of what we’re doing at the moment, I’m sure will happen,” says Wilton-Ely.“But it will be in the future once the benefits of gold-catalyzed reactions make it into the design of pharmaceutical plants.”

"采用我们目前正在做的事情,我确信会发生,"Wilton-Ely说。“但这将是在未来,一旦金催化反应的好处进入制药厂的设计。”

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/165124.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

ATTCK 05

环境搭建 自行下载安装包 解压VMware中win7 win8 同样方法所要用到的攻击机为kali 调节kali的网络适配器为vmnet8 调节win7的网络适配器 增加vmnet5用来连接内网win8 vmnet5名称ip角色kali192.168.115.129攻击机win7192.168.115.150192.168.138.136win8192.168.138.138DC拓…

【 java 反射上篇】java反射机制不难吧?来看看这篇

📋 个人简介 💖 作者简介:大家好,我是阿牛,全栈领域优质创作者。😜📝 个人主页:馆主阿牛🔥🎉 支持我:点赞👍收藏⭐️留言&#x1f4d…

BMS系统—产生原因如何工作

1 为什么需要BMS系统 1.1 介绍 1)BMS,battery management system,电池管理系统 2)BMS是一套嵌入式系统,由硬件和软件共同组成 3)BMS功能:管理多节锂电池组成的电池包,实现充放电管理、安全保护…

jsp动物园网上购票系统Myeclipse开发mysql数据库web结构java编程计算机网页项目

一、源码特点 JSP 动物园网上购票系统 是一套完善的web设计系统,对理解JSP java编程开发语言有帮助,系统采用web模式开发,系统具有完整的源代码和数据库,系统主要采用B/S模式开发。开发环境为TOMCAT7.0,Myeclipse8.5开发&#x…

Python:每日一题之FBI树(深度优先遍历)

题目描述 我们可以把由 “0” 和 “1” 组成的字符串分为三类:全 “0” 串称为 B 串,全 “1” 串称为 I 串,既含 “0” 又含 “1” 的串则称为 F 串。 FBI树是一种二叉树,它的结点类型也包括 F 结点,B 结点和 I 结点…

Anolis 8.6 部署 Kafka 3.3.1 安装和测试

龙蜥 8.6 安装 Kafka 3.3.1 并通过 SpringBoot 3.0.1 版本调试一.Kafka 安装1.下载编译后的文件2.拷贝到 Anolis 并解压3.启动服务3.常用命令1.Topic 增查删2.生产消费测试二.SpringBoot 连接 Kafka1.项目结构、依赖、配置文件和启动类2.生产者和生产监听3.消费者和消费监听4.自…

【Java寒假打卡】Java基础-并发工具类

【Java寒假打卡】Java基础-并发工具类HashMap在多线程下的问题ConcurrentHashMapCountDownLatchHashMap在多线程下的问题 package com.hfut.edu.test14;import com.sun.jdi.request.StepRequest;import java.util.HashMap;public class test2 {public static void main(String…

信号的时域和频域特性的区别到底是什么?

不严谨的说,时域和频域分析就是在不同的空间看待问题的,不同空间所对应的原子(基函数)是不同的。你想一下时域空间的基函数是什么?频域空间的基函数是什么?一般的时-频联合域空间的基函数是什么?小波域空间的基函数是什…

线索二叉树(c++)

1.引言: 二叉树的三种遍历方法能将二叉树中的结点按某种方式生成一个线性序列,能将一个非线性结构进行线性化操作。但随之也产生两个问题: 遍历效率低 在采用左右链表示方法作为二叉树的存储结构时,当二叉树更新后,并…

【博客586】ipvs的hook点位置以及hook点钩子函数剖析

ipvs的hook点位置以及hook点钩子函数剖析 ipvs实现负载均衡的基础 ipvs其实是基于netfilter框架来挂载hook点,从而对流量进行dnat等操作 ipvs的hook点剖析 IPVS的实现利用了Netfilter的三个Hook点,分别是:NF_INET_LOCAL_IN、NF_INET_LOCAL_O…

【nvidia CUDA 高级编程】NVSHMEM 直方图——复制式方法

博主未授权任何人或组织机构转载博主任何原创文章,感谢各位对原创的支持! 博主链接 本人就职于国际知名终端厂商,负责modem芯片研发。 在5G早期负责终端数据业务层、核心网相关的开发工作,目前牵头6G算力网络技术标准研究。 博客…

pandas时间序列,案列

一:pandas时间序列 1.1为什么要学习pandas中的时间序列 不管在什么行业,时间序列都是一种非常重要的数据形式,很多统计数据以及数据的规律也都和时间序列有着非常重要的联系,而且在pandas中处理时间序列是非常简单的 1.2生成一段时…

【Python技巧】:cmd查看Python版本号居然与自己电脑装的版本不一致,特此提出解决方案

项目场景: 大家好!欢迎大家看我的博客,最近学习Python的GUI(PyQt5)的时候发现了自己电脑的一个python问题,我本想装一下PyQt5,顺手查了一下自己电脑的Python版本,没想到居然是Python…

哈希表(二)—— 开散列 / 拉链法 / 哈希桶的模拟实现

哈希表的基本思路是通过某种方式将某个值映射到对应的位置,这里的采取的方式是除留余数法,即将原本的值取模以后再存入到数组的对应下标,即便存入的值是一个字符串,也可以根据字符串哈希算法将字符串转换成对应的ASCII码值&#x…

Week 6 hw3-1 全连接网络反向传播推导

Week 6 hw3-1 全连接网络反向传播推导 折腾了半天&#xff0c;记录一下。 作业中网络由若干全连接层ReLU组成&#xff0c;输出层的函数为softmax&#xff0c;损失函数为交叉熵。 一、记号 设网络有nnn层。如图&#xff0c;当i<ni<ni<n时&#xff0c;我们有如下几条…

机器学习/人工智能 实验一:典型监督学习方法分类实践与比较分析

一、实验目的与要求 (1)利用所学习的监督学习方法完成目标识别实验方案的设计。 (2)编程并利用相关软件完成实验测试&#xff0c;得到实验结果。 (3)通过对实验数据的分析﹑整理&#xff0c;方法的对比&#xff0c;得出实验结论&#xff0c;培养学生创新思维和编写实验报告的能…

【PyTorch深度学习实践】09_卷积神经网络基础

文章目录1.卷积操作1.1 卷积操作1.2 padding-填充1.3 stride-步长1.4 pooling-池化1.5 基础版CNN代码示例1.6 完整CNN代码示例1.卷积操作 卷积神经网络概览 1.1 卷积操作 输入通道数卷积核通道数&#xff0c;卷积核个数输出通道数 1.2 padding-填充 padding是为了让源图像最…

FPGA图像处理HLS实现三种图像缩放算法,线性插值、双线性插值、双三次插值,提供HLS工程和vivado工程源码

目录一、三种图像缩放算法介绍线性插值双线性插值双三次插值二、HLS实现线性插值图像缩放三、HLS实现双线性插值图像缩放四、HLS实现双三次插值图像缩放五、HLS在线仿真并导出IP六、其他FPGA型号HLS在线仿真并导出IP七、zynq7100开发板vivado工程八、上板调试验证九、福利&…

纪念QT可直接安装的离线版最后版本5.14.2

为什么说纪念呢&#xff1f;因为&#xff0c;这个版本之后再也没有可下载下来安装的版本了&#xff0c;因为我们以后再也没有这么方便了。为是很么说纪念呢&#xff1f;因为我们从QT还很柔弱的时候开始就是使用的离线版。 以前用c#来做组态&#xff0c;自定义控件开发起来也还…

基础知识一览2

这里写目录标题1.XML2.1 XML中的转义字符2.2 CDATA区2.3 如何去约束XMl:DTD2.3.1 xml文件内部引用DTD约束2.3.2 xml文件引用外部DTD约束2.3.3 xml文件引用公共DTD约束1.XML xml的文件后缀名是.xmlxml有且只有一个根标签xml的标签是尖括号包裹关键字成对出现的&#xff0c;有开…