L154
Several possessions of the late physicist's Stephen Hawking will be included in an upcoming auction at Christie's, the famed auction house.
Included among the items belonging to the iconic scientist will be one of his wheelchairs, one of five copies of his Cambridge University Ph.D. thesis "Properties of Expanding Universes," and a script from one of his appearances on the television show "The Simpsons."
At age 22, Hawking was diagnosed with amyotrophic lateral sclerosis, or ALS, just as he was beginning his doctoral work at Cambridge.
Thomas Venning, head of books and manuscripts at Christie's, said Hawking was so despondent over the diagnosis that he "gave up his studies for a time."
Hawking, however, returned to school, Venning said, and his thesis "was the fruit of his reapplying himself to his scientific work." Hawking kept his thesis beside him for the rest of his life, according to Venning.
Hawking was one of the few scientists who have reached celebrity status. He is probably best known for his best-selling book "A Brief History of Time" and for his appearances on "The Simpsons."
His daughter Lucy said the auction gives "admirers of his work the chance to acquire a memento of our father's extraordinary life in the shape of a small selection of evocative and fascinating items."
The physicist's children hope to preserve his scientific archive.
The Associated Press reports that Christie's is handling negotiations to hand over the archive to British authorities in lieu of inheritance tax.
Hawking's items will be featured in a science sale that also includes papers by Isaac Newton, Charles Darwin and Albert Einstein.
L154的更多相关文章
- ant design pro (三)路由和菜单
一.概述 参看地址:https://pro.ant.design/docs/router-and-nav-cn 二.原文摘要 路由和菜单是组织起一个应用的关键骨架,我们的脚手架提供了一些基本的工具及模 ...
- 使用nginx访问本地电脑的目录文件
cat /usr/local/opt/nginx/ //nginx路径 cd /usr/local/opt/nginx/html //localhost的指向 ln -s ~/Documents do ...
- Go微服务框架go-kratos实战04:kratos中服务注册和服务发现的使用
一.简介 关于服务注册和服务发现介绍,我前面的文章有介绍过 - 服务注册和发现的文章. 作为服务中心的软件有很多,比如 etcd,consul,nacos,zookeeper 等都可以作为服务中心. ...
随机推荐
- c++ 中 BOOL与bool TRUE与true FALSE与false 区别
转自:http://blog.chinaunix.net/uid-28458801-id-3941112.html FALSE/TRUE与false/true的区别 1.FALSE/TRUE与fa ...
- SDUT OJ 2607
/*http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=2607*/ 题目大意:给出一个字符串,求出里 ...
- 单调队列:temperature
题目大意:某国进行了连续n天的温度测量,测量存在误差,测量结果是第i天温度在[l_i,r_i]范围内. 求最长的连续的一段,满足该段内可能温度不降. 第一行n下面n行,每行l_i,r_i 1<= ...
- linux 卸载jdk和安装
卸载JDK 1.先输入java -version 查看是否安装了jdk 2.如果安装了,检查下安装的路径 which java(查看JDK的安装路径) 3.卸载 rm -rf JDK地址(卸载JDK) ...
- JAVA小工具打包
D: cd D:\xxx\IPOSpider javac -d bin/ src/com/xxx/IPOSpider.java src/com/xxx/ConfigProperties.java -c ...
- 虚拟机 Ubuntu18.04 tensorflow cpu 版本
虚拟机 Ubuntu18.04 tensorflow cpu 版本 虚拟机VMware 配置: 20G容量,可扩充 2G内存,可扩充 网络采用NAT模式 平台:win10下的Ubuntu18.04 出 ...
- Ubuntu 安装 networkx
参考:ubuntu 下NetworkX的安装和使用 Dependences pip setuptools Commands 1.install networkx sudo pip install ne ...
- [小问题笔记(四)] Enum枚举类型转换为DataTable( C# )
枚举: public enum ProductType { 小产品=, 大产品, 超大产品 } 转换方法: /// <summary> /// 枚举类型转化为DataTable /// & ...
- 使用阿里云ECS安装HDFS的小问题
毕设涉及HDFS,理论看的感觉差不多了,想搭起来测试一下性能来验证以便进行开题报告,万万没想到装HDFS花费了许多天,踩了许多坑,记录一下. 背景:使用两台阿里云学生机ECS,分处不同账号不同区域,一 ...
- Educational Codeforces Round 13 A、B、C、D
A. Johny Likes Numbers time limit per test 0.5 seconds memory limit per test 256 megabytes input sta ...