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的更多相关文章

  1. Crazy Shopping(拓扑排序+完全背包)

    Crazy Shopping(拓扑排序+完全背包) Because of the 90th anniversary of the Coherent & Cute Patchouli (C.C. ...

  2. ZOJ 3524 Crazy Shopping

    Crazy Shopping Time Limit: 3000ms Memory Limit: 65536KB This problem will be judged on ZJU. Original ...

  3. django模型操作

    Django-Model操作数据库(增删改查.连表结构) 一.数据库操作 1.创建model表        

  4. 网络编程——The C10K Problem(C10K = connection 10 kilo 问题)。k 表示 kilo,即 1000

    The C10K problem翻译 (C10K = connection 10 kilo 问题).k 表示 kilo,即 1000 比如:kilometer(千米), kilogram(千克). 如 ...

  5. 基于改进人工蜂群算法的K均值聚类算法(附MATLAB版源代码)

    其实一直以来也没有准备在园子里发这样的文章,相对来说,算法改进放在园子里还是会稍稍显得格格不入.但是最近邮箱收到的几封邮件让我觉得有必要通过我的博客把过去做过的东西分享出去更给更多需要的人.从论文刊登 ...

  6. 【开源】专业K线绘制[K线主副图、趋势图、成交量、滚动、放大缩小、MACD、KDJ等)

    这是一个iOS项目雅黑深邃的K线的绘制. 实现功能包括K线主副图.趋势图.成交量.滚动.放大缩小.MACD.KDJ,长按显示辅助线等功能 预览图 最后的最后,这是项目的开源地址:https://git ...

  7. 找到第k个最小元----快速选择

    此算法借用快速排序算法. 这个快速选择算法主要利用递归调用,数组存储方式.包含3个文件,头文件QuickSelect.h,库函数QuickSelect.c,测试文件TestQuickSelect. 其 ...

  8. BZOJ 3110: [Zjoi2013]K大数查询 [树套树]

    3110: [Zjoi2013]K大数查询 Time Limit: 20 Sec  Memory Limit: 512 MBSubmit: 6050  Solved: 2007[Submit][Sta ...

  9. 二次剩余、三次剩余、k次剩余

    今天研究了一下这块内容...首先是板子 #include <iostream> #include <stdio.h> #include <math.h> #incl ...

随机推荐

  1. LVM的一些问题汇总 tune2fs命令

    LVM的一些问题汇总  tune2fs命令 --http://www.aminglinux.com/bbs/forum.php?mod=viewthread&tid=7664&page ...

  2. 找回 linux root密码的几种方法

    第1种方法: 1.在系统进入单用户状态,直接用passwd root去更改  2.用安装光盘引导系统,进行linux rescue状态,将原来/分区挂接上来,作法如下: Java代码  #> c ...

  3. 5.8 Components — Composing Components(组合组件)

    一.概述 当你通过和另外一个组件组合的时候,组件就会真正发挥它们的所有潜能.比如<ul>元素,只有<li>元素是适合作为它的子元素的.如果我们希望同样类型的行为,那么我们就必须 ...

  4. VS2010/MFC编程入门之三十(常用控件:树形控件Tree Control 上)

    前面两节为大家讲了列表视图控件List Control,这一节开始介绍一种特殊的列表--树形控件Tree Control. 树形控件简介 树形控件在Windows系统中是很常见的,例如资源管理器左侧的 ...

  5. 883. Projection Area of 3D Shapes

    问题 NxN个格子中,用1x1x1的立方体堆叠,grid[i][j]表示坐标格上堆叠的立方体个数,求三视图面积. Input: [[1,2],[3,4]] Output: 17 Explanation ...

  6. oracle定时器job的使用

    对于DBA来说,数据库Job再熟悉不过了,因为经常要数据库定时的自动执行一些脚本,或做数据库备份,或做数据的提炼,或做数据库的性能优化,包括重建索引等等的工作.但是,Oracle定时器Job时间的处理 ...

  7. HDU1503Advanced Fruits

    /*给出两串,求一个最小的字符串包含这两个子串,子串在这个字符串中的顺序不变, 做法:定义两个数组,分别标记公共部分在第一个串和第二个串中的位置,在输出是判断一下,输出一个串两个公共部分之间的部分,不 ...

  8. 337BRoutine Problem

    /*给出你图片的长和宽的比例a:b 和摄像头的比例c:d,然后叫你求最后将图片放进摄像头 以后,剩余的面积比上摄像头的总面积,注意要化简为最简形式,而且摄像头要设置成至少一条边和图片相等 做法:先将两 ...

  9. Centos75 安装 postgresql11

    切换到root账户, #安装yum 源 yum install https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_6 ...

  10. 20145311王亦徐《JAVA程序设计》课程总结

    20145311王亦徐<JAVA程序设计>课程总结 每周读书笔记链接汇总 第一周读书笔记 第二周读书笔记 第三周读书笔记 第四周读书笔记 第五周读书笔记 第六周读书笔记 第七周读书笔记 第 ...