L172 K-kilogram
In a historic vote, nations on Friday unanimously approved a groundbreaking overhaul to the international system of measurements that underpins 支持 global trade and other vital human endeavors, uniting behind new scientific definitions for the kilogram and other units in a way that they have failed to do on so many other issues.
Scientists, for whom the update represents decades of work, clapped, cheered and even wept as the 50-plus nations gathered in Versailles, west of Paris, and one by one said "yes" or "oui" to the change, hailed as a revolution for how humanity measures and quantifies its world.
The redefinition of the kilogram, the globally approved unit of mass, was the mostly hotly anticipated change. For more than a century, the kilogram has been defined as the mass of a cylinder of platinum-iridium alloy kept in a high-security vault in France. That artefact, nicknamed "Le Grand K," has been the world's sole true kilogram since 1889.
But now, with the vote, the kilogram and all of the other main measurement units will be defined using numerical values that fit handily onto a wallet card. Those numbers were read to the national delegates before they voted.
Scientists at the meeting were giddy with excitement: Some even sported tattoos on their forearms that celebrated the science.
Nobel prize winner William Phillips called the update "the greatest revolution in measurement since the French revolution," which ushered in the metric system of meters and kilograms.
Jon Pratt of the U.S. National Institute of Standards and Technology said the vote left him "a basket case" and "extremely emotional."
"Those units, those constants chosen now, include everything we know, everything we have always known and provide that springboard for us to go pursue those things that we don't know," he said. "That was just leaving me in a puddle of tears."
The Grand K and its six official copies, kept together in the same safe on the edge of Paris and collectively known as the "heir and the spares," will be retired but not forgotten. Scientists want to keep studying them to see whether their masses decay over time.
The change will have no discernable impact for most people. Bathroom scales won't suddenly get kinder and kilos and grams won't change in supermarkets.
But the new formula-based definition of the kilogram will have multiple advantages over the precision-crafted metal lump that set the standard from the 19th century to the 21st, through periods of stunning human achievement and stunning follies, including two world wars.
Unlike a physical object, the new formula for the kilo, now also known as "the electric kilo," cannot pick up particles of dust, decay with time, or be dropped and damaged.
It is expected to be more accurate when measuring very, very small or very, very large masses and help usher in new innovations in science, industry, climate study and other fields.
With time, as the science behind the new definition becomes more accessible and affordable, it should also mean that countries won't have to send their own kilograms back to France to be checked occasionally against Le Grand K, as they have done until now, to see whether their mass was still accurate.
L172 K-kilogram的更多相关文章
- Crazy Shopping(拓扑排序+完全背包)
Crazy Shopping(拓扑排序+完全背包) Because of the 90th anniversary of the Coherent & Cute Patchouli (C.C. ...
- ZOJ 3524 Crazy Shopping
Crazy Shopping Time Limit: 3000ms Memory Limit: 65536KB This problem will be judged on ZJU. Original ...
- django模型操作
Django-Model操作数据库(增删改查.连表结构) 一.数据库操作 1.创建model表
- 网络编程——The C10K Problem(C10K = connection 10 kilo 问题)。k 表示 kilo,即 1000
The C10K problem翻译 (C10K = connection 10 kilo 问题).k 表示 kilo,即 1000 比如:kilometer(千米), kilogram(千克). 如 ...
- 基于改进人工蜂群算法的K均值聚类算法(附MATLAB版源代码)
其实一直以来也没有准备在园子里发这样的文章,相对来说,算法改进放在园子里还是会稍稍显得格格不入.但是最近邮箱收到的几封邮件让我觉得有必要通过我的博客把过去做过的东西分享出去更给更多需要的人.从论文刊登 ...
- 【开源】专业K线绘制[K线主副图、趋势图、成交量、滚动、放大缩小、MACD、KDJ等)
这是一个iOS项目雅黑深邃的K线的绘制. 实现功能包括K线主副图.趋势图.成交量.滚动.放大缩小.MACD.KDJ,长按显示辅助线等功能 预览图 最后的最后,这是项目的开源地址:https://git ...
- 找到第k个最小元----快速选择
此算法借用快速排序算法. 这个快速选择算法主要利用递归调用,数组存储方式.包含3个文件,头文件QuickSelect.h,库函数QuickSelect.c,测试文件TestQuickSelect. 其 ...
- BZOJ 3110: [Zjoi2013]K大数查询 [树套树]
3110: [Zjoi2013]K大数查询 Time Limit: 20 Sec Memory Limit: 512 MBSubmit: 6050 Solved: 2007[Submit][Sta ...
- 二次剩余、三次剩余、k次剩余
今天研究了一下这块内容...首先是板子 #include <iostream> #include <stdio.h> #include <math.h> #incl ...
随机推荐
- gcd倒计时
@interface ViewController () { dispatch_source_t _timer; } @property (weak, nonatomic) IBOutlet UILa ...
- 让Windows Server 2008 + IIS 7+ ASP.NET 支持10万并发请求 The serverRuntime@appConcurrentRequestLimit setting is being exceeded.
今天下午17点左右,博客园博客站点出现这样的错误信息: Error Summary: HTTP Error 503.2 - Service UnavailableThe serverRuntime@a ...
- Controller中返回数据总结(ResponseEntity,@ResponseBody,@ResponseStatus)
在传统的开发过程中,我们的控制CONTROLLER层通常需要转向一个JSP视图:但随着WEB2.0相关技术的崛起,我们很多时候只需要返回数据即可,而不是一个JSP页面. ResponseEntity: ...
- libgomp-4.8.5-28.el7_5.1.x86_64 is a duplicate with libgomp-4.8.5-4.el7.x86_64
列出重复的包 # package-cleanup --dupes 删除重复的包 # package-cleanup --cleandupes
- 使用Markdown写博客
初识Markdown Markdown是一种轻量级的「标记语言」,它的优点很多,目前也被越来越多的写作爱好者,撰稿这广泛使用.Markdown的设计目标是「易读易写」,语法十分简单,常用的标记符号不超 ...
- Hadoop 编写WordCount
本文发表于本人博客. 前面几次讲了关于Hadoop的环境搭建.HDFS操作,今天接着继续.本来Hadoop源码中就有一个例子WordCount,但是今天我们来自己实现一个加深对这个Mapper.Red ...
- python面向对象编程基础
演示了 Python 类与对象的编程基础, 包括属性.方法.继承.组合.动态创建类. python 版本: 2.7.5 class SimpleClass(object): ''' a simple ...
- IBM究竟是一家怎样的公司
每次被问到这样的“简单”问题,我都很纠结: 这家公司,从创始至今已经积累了几十万种技术(2015年蝉联专利排行榜23年之久,仅2015年专利数7355项),开发了上万种产品(从银行的交易系统,到航空的 ...
- Python Web学习笔记之为什么设计GIL
GIL(global interpreter lock),全局解释器锁,是很多编程语言实现中都具有的特性,由于它的存在,解释器无法实现真正的并发.它也是 Python 中经常讨论的话题之一. Pyth ...
- STM32的中断系统
STM32的中断系统 STM32具有十分强大的中断系统,将中断分为了两个类型:内核异常和外部中断.并将所有中断通过一个表编排起来,下面是stm32中断向量表的部分内容: 上图-3到6这个区域被标黑了, ...