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. Mac/OSX上安装xshell

    xshell没有mac版,且不愿意仅为一个程序运行一个虚拟机.怎么办?装上wine个来跑shell吧! 1.安装 WineBottler 过程略(制作.管理windows程序,类似CrossOver) ...

  2. Openstack(七)keystone

    官方安装文档:https://docs.openstack.org/ocata/zh_CN/install-guide-rdo/index.html 7.1 keystone简介 Keystone 中 ...

  3. Django model中数据批量导入bulk_create()

    在Django中需要向数据库中插入多条数据(list).使用如下方法,每次save()的时候都会访问一次数据库.导致性能问题: for i in resultlist: p = Account(nam ...

  4. mysql源码编译安装

    首先去官网http://dev.mysql.com/downloads/mysql/ 下载mysql源码.我下的是5.7.10 源码选择的是 Generic Linux (Architecture I ...

  5. docker——三剑客之Docker Machine

    Docker Machine是Docker官方三剑客项目之一,负责使用Docker的第一步,在多种平台上快速安装Docker环境.它支持多种平台,让用户在很短时间内搭建一套Docker主机集群. Ma ...

  6. 机器学习实战python3 Logistic Regression

    代码及数据:https://github.com/zle1992/MachineLearningInAction logistic regression 优点:计算代价不高,易于理解实现,线性模型的一 ...

  7. Codeforces Round #523 (Div. 2) Solution

    A. Coins Water. #include <bits/stdc++.h> using namespace std; int n, s; int main() { while (sc ...

  8. 字王4K云字库入驻github

    字王4K云字库入驻github 网址:https://github.com/ziwang-com/zw4kFont   2015.3.28,字王4K云字库入驻github,原本或早或晚,不过这几天在g ...

  9. py文件生成pyc

    鼠标右键 在此处打开命令行 python -m compileall xxx.py可以对当前目录下的xxx.py文件生成pyc

  10. Linux proc 内存

    ps: USER      PID    %CPU %MEM   VSZ   RSS  TTY  STAT  START  TIME  COMMAND root          4238     0 ...