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 等都可以作为服务中心. ...
随机推荐
- Django学习笔记之Models与ORM操作
一.ORM增加 from django.db import models class Publisher(models.Model): name = models.CharField(max_leng ...
- Swoole学习(五)Swoole之简单WebSocket服务器的创建
环境:Centos6.4,PHP环境:PHP7 服务端代码 <?php //创建websocket服务器 $host = '0.0.0.0'; $port = ; $ws = new swool ...
- openwrt生成的镜像放在哪里
答:1.打包好之后是放在build_dir/target-$(cross-compile-toolchan-name)/linux-$(chip-series-name)_$(chip-arch)/t ...
- openwrt中的append-ubi定义在哪里
include/image-commands.mk 定义如下: define Build/append-ubi sh $(TOPDIR)/scripts/ubinize-image.sh \ $(if ...
- Linux升级内核总结
Linux内核升级总结. 一.编译内核步骤 1.#uname –r 确定系统的原内核版本,然后下载较新版本的Linux内核源码包 http://www.kernel.org/pub/linux/ker ...
- 防止xss(脚本攻击)的方法之过滤器
一 什么是脚本注入 概念我就不说了 直接百度一份 XSS是一种经常出现在web应用中的计算机安全漏洞,它允许恶意web用户将代码植入到提供给其它用户使用的页面中.比如这些代码包括HTML代码和客户端 ...
- caohaha's stuff
2017-08-20 11:12:29 writer:pprpCCPC预选赛水平太菜了,去不了了 这个是一个找规律的题目,题意一开始也很难理解 题意描述: 给你一个数,比如说1,在一个坐标系中你需要用 ...
- spring boot2.1读取 apollo 配置中心2
第二篇:创建spring boot2.1项目 引用apollo的java客户端jar包 <dependency> <groupId>com.ctrip.framework.ap ...
- Excel转化成DataTable实现:NPOI和OLEDb
使用两种方式实现的excel数据转化成DataSet,再结合前一篇的DataTable转化为实体,就可以解决excel到实体之间的转化. 代码如下: 首先定义一个接口: public interfac ...
- JavaScript权威指南--类型、值和变量
本章要点图 数据类型:计算机程序的运行需要对值(value)比如数字3.14或者文本"hello world"进行操作,在编程语言中,能够表示并操作的值的类型叫做数据类型(type ...