World-renowned British physicist Stephen Hawking, who sought to understand a range of cosmic topics from the beginning of the universe to the intricacies of black holes, died Wednesday at age 76.
A family spokesman said he died peacefully at his home in the city of Cambridge where he worked for decades as the Lucasian Professor of Mathematics at the University of Cambridge.
"He was a great scientist and an extraordinary man whose work and legacy will live on for many years," Hawking's children, Lucy, Robert and Tim, said in a statement.
He was diagnosed with amyotrophic lateral sclerosis at the age of 21, a disease that eventually confined him to a wheelchair and took away this ability to speak, leaving Hawking to communicate through a voice synthesizer.
Doctors predicted he would only live a few years, but he instead thrived, focusing on his work that included seeking to bridge the gap between Albert Einstein's General Theory of Relativity that describes the motion of large objects and the Theory of Quantum Mechanics dealing with subatomic particles.
"My goal is simple. It is a complete understanding of the universe, why it is as it is and why it exists at all," Hawking said.
WATCH: Theoretical Physicist Stephen Hawking Dead at 76
His 1988 book "A Brief History of Time" became an international bestseller and brought him widespread fame.
One of his most famous accomplishments came in his research on black holes, showing that small amounts of radiation could escape their gravitational pull. The phenomenon is now commonly known as Hawking radiation.
A sign of his popularity came in October when Cambridge put Hawking's 1966 thesis online for the first time, and demand for the document was so high the university's website crashed.
Hawking was also a proponent of human space travel to the Moon and Mars, an endeavor he said would help unite humanity in the shared purpose of spreading beyond Earth.
Hawking said making the first moves into space would “elevate humanity” because it would have to involve many countries.
"We are running out of space and the only places to go to are other worlds. It is time to explore other solar systems. Spreading out may be the only thing that saves us from ourselves. I am convinced that humans need to leave Earth," he said last year. "If humanity is to continue for another million years, our future lies in boldly going where no one else has gone before."

listen 68 Theoretical Physicist Stephen Hawking Dies at 76的更多相关文章

  1. Stephen Hawking Taught Us a Lot About How to Live

    勇气.好奇心.幽默感,那些霍金教给我们的事Stephen Hawking Taught Us a Lot About How to LiveStephen Hawking, the English c ...

  2. The top 100 papers Nature explores the most-cited research of all time.

    The top 100 papers Nature explores the most-cited research of all time. The discovery of high-temper ...

  3. [Swift通天遁地]二、表格表单-(3)在表格中嵌套另一个表格并使Cell的高度自适应

    ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★➤微信公众号:山青咏芝(shanqingyongzhi)➤博客园地址:山青咏芝(https://www.cnblogs. ...

  4. 运用<div>布局页面练习

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...

  5. Unix 环境高级编程 (APUE) 之 网络 IPC:套接字

    一起学 Unix 环境高级编程 (APUE) 之 网络 IPC:套接字 . . . . . 目录 (一) 一起学 Unix 环境高级编程 (APUE) 之 标准IO (二) 一起学 Unix 环境高级 ...

  6. 计算机专业-世界大学学术排名,QS排名,U.S.NEWS排名

    2015年美国大学计算机专业排名 计算机专业介绍:计算机涉及的领域非常广泛,其分支学科也是非常多.所以在美国将主要的专业方向分为人工智能,程序应用,计算机系统(Systems)以及计算机理论(theo ...

  7. How do I learn machine learning?

    https://www.quora.com/How-do-I-learn-machine-learning-1?redirected_qid=6578644   How Can I Learn X? ...

  8. Does Deep Learning Come from the Devil?

    Does Deep Learning Come from the Devil? Deep learning has revolutionized computer vision and natural ...

  9. Books from Joe's blog

    Some books that I really enjoy(ed) It's been quite some time since I blogged about what I've been re ...

随机推荐

  1. 【Python】学习笔记十五:循环对象

    循环对象 所谓的循环对象,包含有一个next()方法(python3中为__next__() ),这个方法的目的就是进行到下一个结果,而在结束一系列结果之后,举出StopIteration错误 当一个 ...

  2. 性能测试框架Multi-Mechanize安装与使用

    python模块介绍- multi-mechanize 通用的性能测试工具 简介 Multi-Mechanize 是一个开源的性能和负载测试框架,它并发运行多个 Python 脚本对网站或者服务生成负 ...

  3. spring-struts-mybatis整合错误集锦

    尽管三大框架特别特别的好用,可是,当我第一次把这三个框架用maven整合到一起的时候.各种错误接踵而至,以下来做一下三大框架整合的总结: 首先是在导入三大框架的各种依赖包的时候,由于我用的是j2ee  ...

  4. solr入门之pinyin4j源代码改写动态加入扩展词及整合进war项目中

    1.初始化时载入用户定义的字典 package net.sourceforge.pinyin4j; import net.sourceforge.pinyin4j.multipinyin.Trie; ...

  5. ubuntu16.04 下安装opencv2.4.9

    准备工作,安装环境 sudo apt-get install build-essential cmake libgtk2.0-dev pkg-config python-dev python-nump ...

  6. android开发系列之ContentObserver

    在这篇博客里面我想要分享一下自己最近在项目里面遇到一个比较好的数据同步解决方案,首先让我们先来看看该方案的应用场景:我们在客户端本地利用数据库缓存了一些数据,当我们检测到数据库里面的数据发生变化的时候 ...

  7. Django之便签生成

    myblog_tag.py #coding:utf-8 __author__ = 'similarface'from django import template register=template. ...

  8. 导出到Excel中NPOI

    源地址:http://www.cnblogs.com/dreamof/archive/2010/06/02/1750151.html\ 1.NPOI官方网站:http://npoi.codeplex. ...

  9. ASP.NET动态网站制作(5)-- 标签语义化及知识补充

    前言:这节课主要是讲标签语义化及一些知识点的补充 内容:参考老师的博文:http://www.cnblogs.com/ruanmou/p/4821894.html

  10. 函数模板&类模板

    #include <iostream> #if 0//函数模板 template<typename T> T max(T a, T b, T c)//函数模板 { if (a ...