:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
SCP-GSK PROJECT
存取该项目文档需要GSK/5级权限
该项目文件是Site-514最高机密
你已被定位,继续将导致可能的处决
Classified Warning

模因抹杀触媒启动
你已经被警告过了
关于觉类的其中一个亚种所表现的反常逆模因性质的例行报告会——摘录
这份文件是2015年东深见事件发生时,站点内部针对高度关注个体的一场报告会,即便报告内容现在看来有相当多的缺陷,但仍然是一份有价值的参考。
由Mr_J_AND归档
项目命名

SCP-GSK项目 “東之國”:在2009年之前为隶属于日本分部的SCP-GSK-JP项目
GSK系统命名规则
“幻想乡”:SCP-GSK-0A
重要地点,例如“博丽神社”:SCP-GSK-0A-001(简写为0A-001)
重要个体,例如“博丽灵梦”:SCP-GSK-1B-001(简写为1B-001)
其它的异世界,例如“冥界”:SCP-GSK-1A“冥界”(简写为“冥界”)
地点内已记录的重要物体,例如“巫女的赛钱箱”:SCP-GSK-0A-001-001(简写为0A-001-001,或“赛钱箱”)
个体命名规则:以灵魂性质划分,无固定顺序,无引号中的代号及希腊字母时,则指代整个种族SCP-GSK-XB-XXX-α “甲乙丙”
【SCP-GSK】:项目字头;【-XB】:种族(顺序固定);【-XXX】;编号,原则上按“发现”时间排序;【-α】:某种族的少数特殊个体;【“甲乙丙”】:一般代号
种族分类 | ||
---|---|---|
0B:未知/未列出 | 1B:人类 | 2B:妖怪 |
3B:妖兽 | 4B:妖精 | 5B:魔法使 |
6B:仙人 | 7B:灵体 | 8B:神明 |
命名列表(试行) | ||
---|---|---|
世界系列(有固定顺序) | ||
SCP-GSK-0A“幻想乡” | ||
SCP-GSK-1A“冥界” | SCP-GSK-2A“彼岸” | SCP-GSK-3A“天界” |
SCP-GSK-4A“旧地狱” | SCP-GSK-5A“仙界” | SCP-GSK-6A“梦界” |
SCP-GSK-7A“月都” | SCP-GSK-8A“后户” | SCP-GSK-9A“畜生界” |
地点系列(无固定顺序) | ||
SCP-GSK-0A-001“博丽神社” | SCP-GSK-0A-002“玄武之泽” | SCP-GSK-0A-003“人间之里” |
个体系列(无固定顺序) | ||
SCP-GSK-1B-001“博丽 灵梦” | SCP-GSK-1B-003“雾雨 魔理沙” | SCP-GSK-2B-008“八云 紫” |
SCP-GSK-2B-010(-α)“河城 荷取” | SCP-GSK-1B-077“宇佐见 堇子” | SCP-GSK-2B-514“古明地 恋” |
普通名词解释
非欧几里得空间垣桥【Non-Euclid Interspace Border Bridge】/“桥”
南斯拉夫科学家发明的跨越结界两边的一种拱门状仪器,在物理上接近大结界后在结界上开了一个洞,并维持这个洞的持续存在。
κ协议【Protocol Kappa】
基金会同河童签订的战略合作协议,内容详见相关文档。
大日本帝国异常事务调查局(IJAMEA)
基金会世界观相关组织,曾经进入到幻想乡,但无功而返,1951《旧金山条约》规定其解散并被GOC&SCP吸收,但随着日本右翼又再度复活。
详细信息参见IJAMEA中心页
日本异常调查委员会(Japan Anomaly Investigation Committee)
已解散,美国的日本异常调查机构。
灵力理论名词列表
灵力子【Poutron】
传导灵力的粒子
灵力理论【Power Theory】
解释灵力现象以及相关效应的一套系统性的科学理论。
灵子探测仪【Poutron Detector】
灵力导体效应【Power Conduct Effect】
灵子探针【Poutron Probe】
博丽大结界【the Great Hakurei Border】
灵能核反应【Power Nuclear Reaction】
灵子的富集现象【Poutron's Enrichment Phenomenon】
穿越结界计划(Through the Border)
上世纪基金会在灵力子储备枯竭时展开的一个计划,最终失败,灵力现象的研究陷入停滞
神隐【the Given Disappearance】
人类或物体因为各种原因进入到幻想乡的现象
灵力生物【Magical Creature】
灵子对撞机【Poutron Collider】
灵力-物质耦合现象【Power-Matter Coupling Effect】
E-P对称性破缺【EPSB/Electropower Symmetry Breaks】
在宇宙大爆炸早期使电磁相互作用和灵力相互作用分离的作用,也称为电灵对称性破缺
灵力黑洞【Power Blackhole】
由于灵力相互作用的性质,在极端条件下灵力子会互相不断吸引,直到其产生的灵子结晶达到一定半径后,周围不再存在有任何的灵力子
灵子结晶【Poutron Crystal】
灵力子在灵力黑洞形成后产生的纯粹由灵力子组成的致密物质,有各种特殊性质
灵力理论史
V1.1.4
1938
| 大日本帝国异常事务调查局(IJAMEA)发现本土上的空间异常
1943-1944
| 汤川秀树(Hideki Yukawa)发现灵力子【Poutron】,并提出了灵力理论【Power Theory】
| 仁科芳雄(Nishina Yoshio)尝试使用灵力子作为中间介质制造核武器,最后失败
1945
| 同盟国向日本帝国进行大量轰炸,造成约60万人在日本本土死亡
| 第二次花之异变【The Second Flower Incident】开始,结界薄弱
| 灵子探测仪【Poutron Detector】被首次发明,但并未量产
| IJAMEA派遣数支小队进入幻想乡寻找救国良方,但只有一只小队回来
| 日本战败,《人间宣言》发布,美国占领日本本土,全权接管IJAMEA
1946
| 美国向日本派遣大量研究人员,
| 成立日本异常调查委员会(Japan Anomaly Investigation Committee)
1951
| 《旧金山条约》签署,IJAMEA被正式解散
| 日本异常调查委员会完成任务,联合国将相关事务转移至GOC;同时SCP基金会也收购了大量IJAMEA资产,其中就包括SCP-GSK-JP项目相关资料
| 麦克阿瑟撤军,美国结束对日本的占领,但对灵力的研究仍然在继续
1952
| 汤川秀树受聘成为SCP基金会的客座教授
| 基金会根IJAMEA以及其前成员提高的信息,在灵子发现地长野县山区发现结界
| 基金会研究员朝永振一郎(Sinitiro Tomonaga)发现了灵力导体效应【Power Conduct Effect】
1953
| 灵子探针【Poutron Probe】发明,灵子探测仪得到改进,并在基金会的管理下开始量产并部署
| 首次人工实现了可控的灵力反应
| 对博丽大结界【the Great Hakurei Border】的外围探测基本完成,建立隐蔽防护屏障与研究设施
1956
| 得益于日本经济开始高速发展,基金会日本分部开始向SCP-GSK-JP项目大把投入资金
1957
| 发现灵能核反应【Power Nuclear Reaction】现象
| 博丽大结界开始难以被探测,灵力子浓度开始降低
1958
| 灵力研究工作陷入停滞,抢救性地保存了部分灵力子
1969
| 灵力子储存设施因不明原因泄露,接近60%的灵子库存流失
| 发现灵子的富集现象【Poutron's Enrichment Phenomenon】,并于长野县的某个废弃神社再次发现部分的博丽大结界
1970
| 开始在结界附近有计划地收集灵子,但进程极为缓慢,灵力研究工作逐渐重启
| 首次实现灵能核裂变与灵能核聚变
| 第一个人工灵能核反应堆建成,用于小范围供能
| 穿越结界计划(Through the Border)开始实施
1973
| 所有的无人探测设备穿越结界的尝试均失败,为及时止损,计划被下令中止
1979
| 连续三例神隐【the Given Disappearance】事件发生,
| 第一次报告到发现灵力生物【Magical Creature】
| 穿越结界计划重新开始实施,直接派遣人员进行操作
1983
| 小林诚(Kobayashi Makoto)受聘成为基金会灵子对撞机首席科学家
| 第一台中型灵子对撞机【Poutron Collider】建成
1985
| 在灵子对撞实验中发现了灵力-物质耦合现象【Power-Matter Coupling Effect】
| 小林诚提出了灵力是第5种基本力的假说,并陈述了E-P对称性破缺【EPSB/Electropower Symmetry Breaks】
1986
| 秘密在KEK正负电子对撞机中使用灵力元件实现了灵力子对撞
| 引发了小范围的灵力黑洞【Power Blackhole】效应,当场所有灵子被吸入其中
| 最后在对撞机内部发现产生了微量灵子结晶【Poutron Crystal】
| 灵力子的作用模型被提出
1989
| 下达“严禁在大结界附近实施灵子对撞”的指令,导致现有的对撞机进行拆解-转移
1991
| 灵力子的宇宙起源学说被基金会客座教授小柴昌俊(Masatoshi Koshiba)提出
1992
| 灵力子储备枯竭,剩余储备被封存,灵力理论研究再次停滞
2005
| 第三次花之异变开始
| 成功在地下挖掘穿越了结界,但入口位于现在所谓的旧地狱【Former Hell】岩浆密布的区域中灵力研究再次重启
2005-2008
| 持续性地在旧地狱产生新发现,由于发现过多,在此不予列出
2009
| SCP-GSK-JP主要的地下研究设施被毁,损失无法估量
| 基金会将该项目置于本部的O5议会直接管理之下,并继续建造/修复主体研究设施,项目被重命名为SCP-GSK
【其余已编辑】
物理学史(节选)
1000BC
| 周文王姬昌(Ji Chang)所著《周易》提出“太极生两仪,两仪成四像,四象生八卦”等哲学理论
900BC
| 五行学说【Five Elements Theory】在中国西周时期被提出
600BC
| 泰勒斯(Θαλής,Thalês/Thales)认为水是万物之本
| 老子(Lao Zi)提出“道生一、一生二、二生三、三生万物”等思想
500BC
| 德谟克里特(Democritus)提出原子理论【Atomic Theory】
400BC
| 亚里士多德(Αριστοτέλης/Aristotélēs/Aristotle)认为水、火、空气,土是构成物质的基本元素
100
| 汉代王充(Wang Chong)发展了元气组成万物的观点,即元气学说或元气自然论
1650
| 牛顿(Isaac Newton)重提原子论,并指出原子具有不可分割等性质
1660
| R. 玻意耳(Robert Boyle)提出化学元素【Chemical Elements】的概念
1675
| 牛顿提出了光的粒子性,并假设了以太【Ether】的概念
1687
| 牛顿建立牛顿力学【Newtonian Mechanics】
1741
| 罗蒙诺索夫(Михаил Васильевич Ломоносов)补充原子论,创立了物质结构的原子-分子学说
1831
| 安培(André-MarieAmpère)与法拉第(Michael Faraday)统一了电学与磁学
1844
| 道尔顿(John Dalton)提出后来以其名字命名的道尔顿学说【Dalton Theory】
1864
| 麦克斯韦(J.C.Maxwell)提出描述电磁波的麦克斯韦方程组【Maxwell's Equations】
1873
| 麦克斯韦统一了电磁学与光学
1895
| 伦琴(W.K.Rontgen)发现X射线【X-ray】
1896
| 贝克勒尔(A.H.Becquerel)发现天然放射性现象
1897
| 汤姆逊(J.J.Thomson)发现电子【Electron】
1900
| 普朗克(M.PLanck)提出量子假说【Quantum Hypothesis】
1901
| 统计物理学【Statistical physics】的建立,架起了宏观与微观物理上的桥梁
1905
| 爱因斯坦(A.Einstein)提出狭义相对论【Special Theory of Relativity】统一了空间与时间的概念
| 爱因斯坦提出光量子假说【Photon Hypothesis】
| 爱因斯坦提出布朗运动理论【Brownian Motion Theory】
1906-1917
| 密立根(R.A.Millikan)测定电子的电荷【Electric Charge】
1911
| 卢瑟福(E.Rutherford)提出原子核式结构模型【Nuclear type model of atomic structure】
1913
| 玻尔(N.Bohr)提出原子的玻尔模型【Bohr Model】
1915
| 爱因斯坦提出广义相对论【General Relativity】
1916
| 密立根验证光电效应方程【Photoelectric Effect Equation】
| 爱因斯坦正式发表广义相对论【General relativity】,统一了时空与物质运动
1919
| 卢瑟福实现首次人工核反应【Nuclear Reaction】发现了质子【Proton】
1923
| 康普顿(A.H.Compton)发现康普顿效应【Compton Effect】
1924
| 德布罗意(L.de Broglie)提出德布罗意假说【de Broglie Hypothesis】
| 玻色(S.Bose)提出,爱因斯坦补充,建立了玻色-爱因斯坦统计【Bose-Einstein Statistics】
1925
| 泡利(W.Pauli)建立泡利不相容原理【Pauli Incompatibility Principle】
| 海森堡(W.K.Heisenberg)创立矩阵力学【Matrix Mechanics】
| 乌伦贝克(G.E.Uhlenbeck)和高密斯特(S.A.Goudsmit)提出电子自旋假设【Electron Spin Hypothesis】
1926
| 薛定谔(E.Schrodinger)建立波动力学【Wave dynamics】,并证明与矩阵力学的等价性
| 费米(E.Fermi)与狄拉克((P.A.M.Dirac)各自提出费米-狄拉克统计【Fermi-Dirac statistics】
| 玻恩(M.Born)提出波函数的统计诠释【Statistical interpretation of wave function】
| 海森堡提出不确定性原理【Uncertainty principle】
| 量子力学建立,统一了物理学、化学与部分生物学
1927
| 玻尔提出量子力学的互补原理【Complementary Principle 】
| 戴维森(C.J.Davisson)与革末(L.H.Germer)证实电子衍射【Electron diffraction】
1928
| 狄拉克发表相对论电子波动方程【Relativistic Electron Wave Equation】
1931
| 劳伦斯【E.O.Lawrence】建成第一台回旋加速器【Cyclotron】
| 赵忠尧(Zhao Zhongyao)发现正负电子对【Electron Positron Pair】以及湮灭现象【Annihilation Phenomenon】
1932
| 考克拉夫特【J.D.Cockcroft】与沃尔顿【E.T.Walton】发明高电压倍加器【High Voltage Multiplier】
| 实现人工核蜕变【Nuclear Degeneration】
| 查德威克(J.Chadwick)发现中子【Neutron】
| 安德森(C.D.Anderson)在宇宙射线中发现正电子【Positron】
| 海森堡和伊万年科(дмитрий иванко)各自独立提出原子核由中子与质子组成
| 欧力峰(M.Oliphant)发现核聚变【Nuclear Fusion】
1933
| 泡利提出中微子假说【Neutrino hypothesis】与β衰变【β-decay】
| 图夫(M.A.Tuve)建立第一台静电加速器【Electrostatic Accelerator】
1934
| 切伦科夫(Черенков Павел Алексеевич)发现切伦科夫效应【Cherenkov Effect】
| 约里奥-居里夫妇(F.&I.Joliot-curie)发现人工放射性【Artificial Radioactivity】
1935
| 汤川秀树(ゆかわ ひでき/Hideki Yukawa)发表介子理论【Meson theory】
| N.玻尔提出原子核反应的液滴核模型【The Liquid Drop Model】
1936
| 安德森发现μ子【Muon】
1938
| 哈恩(O.Hahn)与斯特拉斯曼(F.Strassmann)发现铀裂变【Nuclear Fission】
1939
| 奥本海默(J.R.Oppenheimer)根据广义相对论预言黑洞【Black Hole】的存在
1940
| 开尔斯特(D.W.Kerxt)建造第一台感应电子加速器【Induction Electron Accelerator】
1942
| 在费米主持下美国建成第一座裂变反应堆【Fission Reactor】
1944-1945
| 韦克斯勒 (B. И.Bkеcле)和麦克米伦(E.M.McMillan)各自独立提出自动稳相原理【The Principles of Accelerators】
1945
| 洛斯·阿拉莫斯(Los Alamos)实验室在奥本海默领导下制成快中子链式反应爆炸装置
1946
| 阿尔瓦雷兹(L.W.Alvarez)制成第一台质子直线加速器【Proton Linac】
1947
| 鲍威尔(C.F.Powell)在宇宙射线中发现π介子【Pion】
1948
| 张文裕(Zhang Wenyu)发现μ子系弱作用粒子【μ Weak Interaction Particle】与μ原子【Muonic Atom】
1949
| 迈耶(M.G.Mayer)和简森(J.H.D.Jensen)等分别提出核壳层模型理论【Core shell Model Theory】
1952
| A.玻尔和莫特尔逊(B.B.Mottelson) 提出原子核结构的集体模型【Collective model】
1955
| 张伯伦(O.Chamberlain)与西格雷(E.G.Segr è)发现反质子【Antiproton】
| 泰勒(E.Teller)领导实现轻元素的热核爆炸
1956
| 李政道(Li Zhengdao)和杨振宁(Yang Zhengning)提出弱相互作用【Weak Interaction】中的宇称【Parity】不守恒
| 吴健雄(Wu Jianxiong)证明李、杨等提出的宇称不守恒
| 莱因斯(Frederick Reins)等人在实验中直接观测到中微子
1958
| 穆斯堡尔(R.L.Mossbauer)实现穆斯堡尔效应【Mossbauer effect】
1959
| 王淦昌(Wang Ganchang)、王祝翔(Wang Zhuxiang)
| 丁大利(Ding Dali)等发现反西格马负超子【Anti-Sigma Negative Hyperon】
1960
| 梅曼(T.H.Maiman)制成红宝石激光器【Ruby Laser】
| 南部阳一郎(なんぶ よういちろう/Yoichiro Nambu)提出CP对称性破缺【CP symmetry broken】的起源
1964
| 盖耳曼(M.Gell-Mann) 等提出强子结构的夸克模型
| 克洛宁(J.W.Cronin)等实验证实在弱相互作用中CP 联合变换守恒被破坏
| 希格斯机制【Higgs Mechanism】被希格斯(Peter Higgs)等人提出
1967-1968
| 温伯格(S.Weinberg)、萨拉姆(A.Salam)分别提出电弱统一理论标准模型
1973
| 哈塞尔特(F.J.Hasert)等发现弱中性流,支持了电弱统一理论
| 丁肇中(Ding Zhaozhong)与里希特(B.Richter)分别发现J/ψ 粒子【J/ψ particles】
1980
| 克利青(V.Klitzing)发现量子霍尔效应【Quantum Hall Effect】
2013
| 希格斯玻色子【Higgs Boson】被欧洲核子中心(European Organization for Nuclear Research)发现
服务器部分扇区暂停访问
服务器维护
由于GSK项目服务器目前正在维修,更多的资料暂时不予显示;如有需要,请向GSK项目指挥部或O5议会提出申请,届时予以临时访问的许可
为您带来的不便,我们深表歉意
点此回到站点页