【研究生学术英语读写教程翻译 中国科学院大学Unit3】

本文主要是介绍【研究生学术英语读写教程翻译 中国科学院大学Unit3】,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

研究生学术英语读写教程翻译 中国科学院大学Unit1-Unit5

    • Unit3 Theorists,experimentalists and the bias in popular physics理论家,实验家和大众物理学的偏见

由于csdn专栏机制修改,请想获取资料的同学移步b站工房,感谢大家支持!研究生学术英语读写教程翻译 中国科学院大学Unit1-10

Unit3 Theorists,experimentalists and the bias in popular physics理论家,实验家和大众物理学的偏见

Most people with more than a passing interest in physics will tell you who came up with the idea of quarks - Murray Gell-Mann.

大多数对物理学仅有一时爱好的人都会告知你谁提出了夸克的想法——默里·盖尔曼。

Now gather around the same crowd which knows about Gell-Mann and ask them who Henry Kendall, Jerome Friedman and Richard Taylor are. It’s very likely that you will draw mostly blank stares.

现在,在生疏盖尔曼的人群中聚集一堂,问他们亨利·肯德尔,杰罗姆·弗里德曼和理查德·泰勒是谁。你很有可能茫然地看着他们。

Yet “coming up with the idea〞 was as far as Gell-Mann went in 1964 when he and George Zweig independently developed the concept. Without the 1968 experiments of Kendall, Friedman and Taylor at the Stanford Linear Accelerator Center (SLAC), quarks would have remained a mere theory, a will-o-wisp whose existence was confidently postulated but never proven.

然而,直到1964年盖尔·曼〔Gell-Mann〕和乔治·茨威格〔George
Zweig〕独立提出这个概念时,他才提出“提出这个想法〞。假如没有1968年肯德尔,弗里德曼和泰勒在斯坦福直线加速器中心〔SLAC〕所进展的的试验,夸克将仅仅是一种理论,一个未经证明的、缥缈的大胆假设。

Similar themes proliferate throughout the popular view of physics. Everyone knows Paul Dirac who conjectured the existence of the positron, but how many know Carl Anderson and his collaborator Seth Neddermeyer who actually found it? People similarly know about Wolfgang Pauli and Enrico Fermi stating the requirement for a ghostly particle called the neutrino in the 30s, but ask popular science enthusiasts if they are aware of the dogged pursuit of the neutrino by Raymond Davis for over 30 years and you will likely see knitted brows. Finally, even today, a schoolchild would likely know Einstein’s prediction of the bending of starlight by the gravitational field of a star, but Arthur Eddington’s verification of this fact would be little known.

在整个流行的物理学观点中,相像的主题激增。每个人都知道保罗·狄拉克〔Paul
Dirac〕猜出了正电子的存在,但是有多少人知道卡尔·安德森〔Carl Anderson〕和他的合作者塞思·内德迈耶〔Seth
Neddermeyer〕真正发觉了正电子?类似地,人们也生疏在30年月提出了幽灵粒子〔即中微子〕条件的泡利和费米,但假如你询问科普爱好者是否了解雷戴维斯在30余年间,始终不懈地捕获中微子的踪迹,你很可能发觉会他们眉头紧锁。最终,即使在今日,一个学校生仍可能知道爱因斯坦通过恒星的引力场对星光弯曲的猜测,但是亚瑟·爱丁顿对这一事实的验证却鲜为人知。

I started mulling over this vivid gap between the public’s appreciation of theorists vs experimentalists on reading a post by physics professor Chad Orzel who, taking a cue from my post about famous American physicists, makes the cogent point that while American theorists lagged behind their European counterparts until the post-war years, they were almost equa

这篇关于【研究生学术英语读写教程翻译 中国科学院大学Unit3】的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/162772

相关文章

Java Spring 中的监听器Listener详解与实战教程

《JavaSpring中的监听器Listener详解与实战教程》Spring提供了多种监听器机制,可以用于监听应用生命周期、会话生命周期和请求处理过程中的事件,:本文主要介绍JavaSprin... 目录一、监听器的作用1.1 应用生命周期管理1.2 会话管理1.3 请求处理监控二、创建监听器2.1 Ser

MySQL 安装配置超完整教程

《MySQL安装配置超完整教程》MySQL是一款广泛使用的开源关系型数据库管理系统(RDBMS),由瑞典MySQLAB公司开发,目前属于Oracle公司旗下产品,:本文主要介绍MySQL安装配置... 目录一、mysql 简介二、下载 MySQL三、安装 MySQL四、配置环境变量五、配置 MySQL5.1

ShardingSphere之读写分离方式

《ShardingSphere之读写分离方式》:本文主要介绍ShardingSphere之读写分离方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录ShardingSphere-读写分离读写分离mysql主从集群创建 user 表主节点执行见表语句项目代码读写分

MQTT SpringBoot整合实战教程

《MQTTSpringBoot整合实战教程》:本文主要介绍MQTTSpringBoot整合实战教程,本文通过实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考... 目录MQTT-SpringBoot创建简单 SpringBoot 项目导入必须依赖增加MQTT相关配置编写

在Java中基于Geotools对PostGIS数据库的空间查询实践教程

《在Java中基于Geotools对PostGIS数据库的空间查询实践教程》本文将深入探讨这一实践,从连接配置到复杂空间查询操作,包括点查询、区域范围查询以及空间关系判断等,全方位展示如何在Java环... 目录前言一、相关技术背景介绍1、评价对象AOI2、数据处理流程二、对AOI空间范围查询实践1、空间查

Logback在SpringBoot中的详细配置教程

《Logback在SpringBoot中的详细配置教程》SpringBoot默认会加载classpath下的logback-spring.xml(推荐)或logback.xml作为Logback的配置... 目录1. Logback 配置文件2. 基础配置示例3. 关键配置项说明Appender(日志输出器

Kali Linux安装实现教程(亲测有效)

《KaliLinux安装实现教程(亲测有效)》:本文主要介绍KaliLinux安装实现教程(亲测有效),具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、下载二、安装总结一、下载1、点http://www.chinasem.cn击链接 Get Kali | Kal

Web技术与Nginx网站环境部署教程

《Web技术与Nginx网站环境部署教程》:本文主要介绍Web技术与Nginx网站环境部署教程,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、Web基础1.域名系统DNS2.Hosts文件3.DNS4.域名注册二.网页与html1.网页概述2.HTML概述3.

spring security 超详细使用教程及如何接入springboot、前后端分离

《springsecurity超详细使用教程及如何接入springboot、前后端分离》SpringSecurity是一个强大且可扩展的框架,用于保护Java应用程序,尤其是基于Spring的应用... 目录1、准备工作1.1 引入依赖1.2 用户认证的配置1.3 基本的配置1.4 常用配置2、加密1. 密

WinForms中主要控件的详细使用教程

《WinForms中主要控件的详细使用教程》WinForms(WindowsForms)是Microsoft提供的用于构建Windows桌面应用程序的框架,它提供了丰富的控件集合,可以满足各种UI设计... 目录一、基础控件1. Button (按钮)2. Label (标签)3. TextBox (文本框