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

  1. ant design pro (三)路由和菜单

    一.概述 参看地址:https://pro.ant.design/docs/router-and-nav-cn 二.原文摘要 路由和菜单是组织起一个应用的关键骨架,我们的脚手架提供了一些基本的工具及模 ...

  2. 使用nginx访问本地电脑的目录文件

    cat /usr/local/opt/nginx/ //nginx路径 cd /usr/local/opt/nginx/html //localhost的指向 ln -s ~/Documents do ...

  3. Go微服务框架go-kratos实战04:kratos中服务注册和服务发现的使用

    一.简介 关于服务注册和服务发现介绍,我前面的文章有介绍过 - 服务注册和发现的文章. 作为服务中心的软件有很多,比如 etcd,consul,nacos,zookeeper 等都可以作为服务中心. ...

随机推荐

  1. 微服务—分布式服务追踪sleuth和zipkin

    随着业务的发展,系统规模也会越来越大,各微服务间的调用关系也越来越错综复杂. 通常一个客户端发起的请求在后端系统中会经过多个不同的微服务调用来协同产生最后的请求结果, 在复杂的微服务架构系统中,几乎每 ...

  2. 【HTML5校企公益课】第一天

    1.搭建基本的开发环境.学校电脑用的是浏览器是Chrome,编辑器是HBuilder. 2.初步介绍HTML5的Web项目基本结构. css:样式表 img:存放图片 js:存放脚本文件 .html: ...

  3. GIT使用—补丁与钩子

    一.补丁 生成补丁 [root@localhost buding]# echo B > file;git add file;git commit -m "B" [master ...

  4. 20145211《网络渗透》MS12-004漏洞渗透

    20145211<网络渗透>MS12-004漏洞渗透 一 实验原理 初步掌握平台matesploit的使用 有了初步完成渗透操作的思路 在这里我选择对的不是老师推荐的MS11_050,而是 ...

  5. ARTS Week 002

    Algorithm Leetcode 2. Add Two Numbers You are given two non-empty linked lists representing two non- ...

  6. Ubuntu12.04 安装adb

    1.通过apt-get安装adb sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get i ...

  7. wamp 环境下配置多台虚拟主机

    首先启动wamp,成功之后,单击图标,找到Apache服务器下的 httpd.conf ,直接打开 按下Ctrl+F键,在搜索框中搜索 Virtual hosts, 搜寻结果如下图: 3. 然后打开w ...

  8. [BZOJ]BST again

    Description 求有多少棵大小为n的深度为h的二叉树.(树根深度为0:左右子树有别:答案对1000000007取模) Input 第一行一个整数T,表示数据组数. 以下T行,每行2个整数n和h ...

  9. django在windows设置定时任务,勉强能用

    推荐三篇文章 [Django]Django 定时任务实现(django-crontab+command) django中使用定时任务执行某些操作时的规范操作 windows配置crontab 前两篇文 ...

  10. C# Memcached 缓存

    之前做的功能,程序可能有不足之处,但还是要记录下 ICacheStrategy.cs文件 public interface ICacheStrategy { /// <summary> / ...