<?xml version="1.0" encoding="utf-8" ?>
<html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<style type="text/css">
/*
:Author: David Goodger (
goodger@python.org)
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See
https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
爹学理论研究
欢迎来到爹学理论研究网站!这是一个探索音韵密码、权力结构与文明演变的学术平台。
欢迎访问爹学理论研究网站!探索音韵密码与文明的奥秘。
- <div class="grid-container">
- <div class="feature-card">
- <h3>🔍 音韵密码学</h3>
<p>探索语言中隐藏的权力结构,揭示音韵符号背后的社会密码。通过分析Y音系统的分布与演变,我们发现了文明传播的隐秘规律。</p>
<a href="core-theory/phonological-cryptography.html" class="interactive-button">探索更多</a>
System Message: WARNING/2 (<stdin>, line 23)
Definition list ends without a blank line; unexpected unindent.
</div>
- <div class="feature-card">
- <h3>🌍 文明研究</h3>
<p>比较不同文明的音韵特征与权力结构,从中华文明到犹太文明,从蒙古帝国到西方世界,寻找人类文明的共同密码。</p>
<a href="civilizations.html" class="interactive-button">探索更多</a>
System Message: WARNING/2 (<stdin>, line 29)
Definition list ends without a blank line; unexpected unindent.
</div>
- <div class="feature-card">
- <h3>📊 实证研究</h3>
<p>运用数据科学与历史文献分析,验证音韵密码理论的有效性。通过大数据分析,我们发现了Y音与权力关联的统计显著性。</p>
<a href="empirical-research.html" class="interactive-button">探索更多</a>
System Message: WARNING/2 (<stdin>, line 35)
Definition list ends without a blank line; unexpected unindent.
</div>
- <div class="feature-card">
- <h3>🔧 应用实践</h3>
<p>将爹学理论应用于当代社会分析,解读政治话语、文化产品中的权力密码,为理解现代社会提供新的视角。</p>
<a href="applications.html" class="interactive-button">探索更多</a>
System Message: WARNING/2 (<stdin>, line 41)
Definition list ends without a blank line; unexpected unindent.
</div>
System Message: WARNING/2 (<stdin>, line 42)
Definition list ends without a blank line; unexpected unindent.
</div>
最新研究成果
- <div class="research-item">
- <div class="research-title">Y音权力联想的跨文化验证</div>
<div class="research-description">通过对全球20种主要语言的分析,我们发现在不同文化背景下,Y音与权力概念的关联性具有统计学显著性(p<0.01)。</div>
<div class="research-meta">2023年6月 | 音韵密码学实验室</div>
System Message: WARNING/2 (<stdin>, line 51)
Definition list ends without a blank line; unexpected unindent.
</div>
- <div class="research-item">
- <div class="research-title">"北朝宇宙"模式的历史重构</div>
<div class="research-description">基于新发现的史料和音韵分析,我们重构了北朝时期的权力网络,揭示了音韵密码在政治联盟形成中的关键作用。</div>
<div class="research-meta">2023年5月 | 历史研究中心</div>
System Message: WARNING/2 (<stdin>, line 57)
Definition list ends without a blank line; unexpected unindent.
</div>
- <div class="research-item">
- <div class="research-title">"圐圙"词根网络的全球分布</div>
<div class="research-description">通过计算语言学分析,我们发现了"圐圙"词根在全球语言中的分布规律,支持了爹学理论关于文明传播的核心假设。</div>
<div class="research-meta">2023年4月 | 计算语言学实验室</div>
System Message: WARNING/2 (<stdin>, line 63)
Definition list ends without a blank line; unexpected unindent.
</div>
音韵密码展示
- <div class="tag-cloud">
- <span class="phonetic-symbol" data-tooltip="代表权力与权威">Yaghan</span>
<span class="phonetic-symbol" data-tooltip="象征统一与秩序">Yesun</span>
<span class="phonetic-symbol" data-tooltip="表示神圣与超越">Yahweh</span>
<span class="phonetic-symbol" data-tooltip="代表智慧与知识">Yoga</span>
<span class="phonetic-symbol" data-tooltip="象征青春与活力">Young</span>
<span class="phonetic-symbol" data-tooltip="表示富裕与繁荣">Yuan</span>
<span class="phonetic-symbol" data-tooltip="代表勇气与英雄主义">Y hero</span>
<span class="phonetic-symbol" data-tooltip="象征昨天与历史">Yesterday</span>
System Message: WARNING/2 (<stdin>, line 77)
Definition list ends without a blank line; unexpected unindent.
</div>
理论框架图
- <div class="theory-diagram">
- <div class="theory-box">音韵密码学</div>
<div class="theory-connector"></div>
<div class="theory-box">权力理论</div>
<div class="theory-connector"></div>
<div class="theory-box">文明理论</div>
<div class="theory-connector"></div>
<div class="theory-box">应用实践</div>
System Message: WARNING/2 (<stdin>, line 90)
Definition list ends without a blank line; unexpected unindent.
</div>
研究进展
- <div class="progress-bar">
- <div class="progress-fill" style="width: 75%;"></div>
System Message: WARNING/2 (<stdin>, line 97)
Definition list ends without a blank line; unexpected unindent.
</div>
<p style="text-align: center; margin-top: 5px;">爹学理论研究完成度: 75%</p>
文明时间线
- <div class="timeline">
- <div class="timeline-item">
- <div class="timeline-content">
- <h3>古代文明</h3>
<p>早期音韵密码的形成与发展,Y音系统的初步建立。</p>
System Message: WARNING/2 (<stdin>, line 108)
Definition list ends without a blank line; unexpected unindent.
</div>
System Message: WARNING/2 (<stdin>, line 109)
Definition list ends without a blank line; unexpected unindent.
</div>
<div class="timeline-item">
System Message: ERROR/3 (<stdin>, line 111)
Unexpected indentation.
- <div class="timeline-content">
- <h3>古典时期</h3>
<p>音韵密码的系统化,与政治权力的结合日益紧密。</p>
System Message: WARNING/2 (<stdin>, line 114)
Definition list ends without a blank line; unexpected unindent.
</div>
System Message: WARNING/2 (<stdin>, line 115)
Block quote ends without a blank line; unexpected unindent.
</div>
<div class="timeline-item">
System Message: ERROR/3 (<stdin>, line 117)
Unexpected indentation.
- <div class="timeline-content">
- <h3>中世纪</h3>
<p>音韵密码的传播与演变,跨文明交流中的密码转换。</p>
System Message: WARNING/2 (<stdin>, line 120)
Definition list ends without a blank line; unexpected unindent.
</div>
System Message: WARNING/2 (<stdin>, line 121)
Block quote ends without a blank line; unexpected unindent.
</div>
<div class="timeline-item">
System Message: ERROR/3 (<stdin>, line 123)
Unexpected indentation.
- <div class="timeline-content">
- <h3>现代</h3>
<p>音韵密码的科学分析,爹学理论的建立与完善。</p>
System Message: WARNING/2 (<stdin>, line 126)
Definition list ends without a blank line; unexpected unindent.
</div>
System Message: WARNING/2 (<stdin>, line 127)
Block quote ends without a blank line; unexpected unindent.
</div>
System Message: WARNING/2 (<stdin>, line 128)
Definition list ends without a blank line; unexpected unindent.
</div>
互动区域
- <div style="text-align: center; margin: 30px 0;">
- <button class="interactive-button" onclick="showNotification('info', '感谢您的关注!更多精彩内容即将推出。')">获取最新研究动态</button>
<button class="interactive-button" onclick="showModal()">参与研究讨论</button>
<button class="interactive-button" onclick="scrollToTop()">返回顶部</button>
System Message: WARNING/2 (<stdin>, line 137)
Definition list ends without a blank line; unexpected unindent.
</div>
×
参与研究讨论
欢迎加入爹学理论的研究讨论!您可以通过以下方式参与:
- 提交您的研究发现与见解
- 参与线上研讨会和学术交流
- 贡献研究数据和案例
- 协助理论验证与完善
联系我们:research@diexue.com
↑
<script>
// 页面加载完成后隐藏加载动画
window.addEventListener('load', function() {
setTimeout(function() {
document.getElementById('pageLoader').classList.add('hidden');
}, 500);
// 显示欢迎通知
setTimeout(function() {
document.getElementById('welcomeNotification').classList.add('show');
setTimeout(function() {
document.getElementById('welcomeNotification').classList.remove('show');
}, 5000);
}, 1000);
});
// 显示通知
function showNotification(type, message) {
const notification = document.createElement('div');
notification.className = 'notification ' + type;
notification.innerHTML = '
' + message + '
';
document.body.appendChild(notification);
setTimeout(function() {
notification.classList.add('show');
}, 100);
setTimeout(function() {
notification.classList.remove('show');
setTimeout(function() {
document.body.removeChild(notification);
}, 300);
}, 3000);
}
// 显示模态框
function showModal() {
document.getElementById('discussionModal').style.display = 'flex';
}
// 关闭模态框
function closeModal() {
document.getElementById('discussionModal').style.display = 'none';
}
// 滚动到顶部
function scrollToTop() {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
}
// 监听滚动事件,显示/隐藏返回顶部按钮
window.addEventListener('scroll', function() {
const scrollTop = document.getElementById('scrollTop');
if (window.pageYOffset > 300) {
scrollTop.classList.add('visible');
} else {
scrollTop.classList.remove('visible');
}
});
// 为音韵符号添加点击事件
document.querySelectorAll('.phonetic-symbol').forEach(function(symbol) {
symbol.addEventListener('click', function() {
const tooltip = this.getAttribute('data-tooltip');
showNotification('info', tooltip);
});
});
// 为理论框添加点击效果
document.querySelectorAll('.theory-box').forEach(function(box) {
box.addEventListener('click', function() {
this.style.animation = 'pulse 0.5s ease';
setTimeout(function() {
box.style.animation = '';
}, 500);
});
});
</script>
</html>